From 4f84f91a143a949c72b0e931645576e36c4e190e Mon Sep 17 00:00:00 2001 From: Stephane Comeau Date: Wed, 1 Sep 2021 08:28:52 -0700 Subject: [PATCH] working --- packages/web-components/fast-components/docs/api-report.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/web-components/fast-components/docs/api-report.md b/packages/web-components/fast-components/docs/api-report.md index 51ed3e4e11a..7f9182054e9 100644 --- a/packages/web-components/fast-components/docs/api-report.md +++ b/packages/web-components/fast-components/docs/api-report.md @@ -956,7 +956,8 @@ export type PaletteRGB = Palette; // @public (undocumented) export const PaletteRGB: Readonly<{ - create(source: SwatchRGB): PaletteRGB; + create: typeof create; + from: typeof from; }>; export { Picker } @@ -1201,6 +1202,8 @@ export const typeRampPlus6LineHeight: import("@microsoft/fast-foundation").CSSDe // Warnings were encountered during analysis: // +// dist/dts/color/palette.d.ts:48:5 - (ae-forgotten-export) The symbol "create" needs to be exported by the entry point index.d.ts +// dist/dts/color/palette.d.ts:49:5 - (ae-forgotten-export) The symbol "from" needs to be exported by the entry point index.d.ts // dist/dts/custom-elements.d.ts:71:5 - (ae-incompatible-release-tags) The symbol "fastButton" is marked as @public, but its signature references "Button" which is marked as @internal // dist/dts/custom-elements.d.ts:72:5 - (ae-incompatible-release-tags) The symbol "fastCard" is marked as @public, but its signature references "Card" which is marked as @internal // dist/dts/custom-elements.d.ts:78:5 - (ae-incompatible-release-tags) The symbol "fastDesignSystemProvider" is marked as @public, but its signature references "DesignSystemProvider" which is marked as @internal