Skip to content

Commit

Permalink
remove duplicate color export from web components package (#16941)
Browse files Browse the repository at this point in the history
* remove duplicate color export from web components package

* Change files
  • Loading branch information
chrisdholt authored Feb 11, 2021
1 parent 591323b commit abe6013
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "remove duplicate color export from web components package",
"packageName": "@fluentui/web-components",
"email": "chhol@microsoft.com",
"dependentChangeType": "patch"
}
3 changes: 1 addition & 2 deletions packages/web-components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export * from './breadcrumb-item';
export * from './button/';
export * from './card/';
export * from './checkbox/';
export * from './color/';
export * from './design-system-provider/';
export * from './dialog/';
export * from './divider/';
Expand All @@ -28,8 +27,8 @@ export * from './text-area/';
export * from './text-field/';
export * from './tree-item/';
export * from './tree-view/';
export { DesignSystem, DesignSystemDefaults } from './fluent-design-system';

// export styles and utils
export * from './styles';
export * from './color';
export { DesignSystem, DesignSystemDefaults } from './fluent-design-system';

0 comments on commit abe6013

Please sign in to comment.