Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Comeau committed Sep 1, 2021
1 parent 7fb0932 commit 4f84f91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/web-components/fast-components/docs/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,8 @@ export type PaletteRGB = Palette<SwatchRGB>;

// @public (undocumented)
export const PaletteRGB: Readonly<{
create(source: SwatchRGB): PaletteRGB;
create: typeof create;
from: typeof from;
}>;

export { Picker }
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4f84f91

Please sign in to comment.