Skip to content

Commit

Permalink
Change files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed Sep 30, 2020
1 parent 773374b commit dd668ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "minor",
"comment": "export DesignSystem interface",
"packageName": "@fluentui/web-components",
"email": "chhol@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-09-30T06:07:40.839Z"
}
5 changes: 4 additions & 1 deletion packages/web-components/src/design-system-provider/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,4 +572,7 @@ export class FluentDesignSystemProvider extends DesignSystemProvider
public neutralOutlineFocusDelta: number;
}

export { DesignSystem };
export type FluentDesignSystem = Omit<
DesignSystem,
'contrast' | 'fontWeight' | 'neutralForegroundDarkIndex' | 'neutralForegroundLightIndex'
>;

0 comments on commit dd668ef

Please sign in to comment.