Skip to content

Commit

Permalink
Change files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed Jul 13, 2021
1 parent b52fcee commit 6a27d92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "add attribute to recreate the accent palette using design system provider",
"packageName": "@fluentui/web-components",
"email": "[email protected]",
"dependentChangeType": "patch"
}
1 change: 1 addition & 0 deletions packages/web-components/docs/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ export const density: import("@microsoft/fast-foundation").CSSDesignToken<number
// @public
export class DesignSystemProvider extends FoundationElement {
constructor();
accentBaseColor: Swatch;
accentFillActiveDelta: number;
accentFillFocusDelta: number;
accentFillHoverDelta: number;
Expand Down

0 comments on commit 6a27d92

Please sign in to comment.