Skip to content

Commit

Permalink
feat: export design token from rollup bundle (#30784)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Holt <=>
  • Loading branch information
chrisdholt authored Mar 26, 2024
1 parent 0172141 commit 80f3ae2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "export design token with rollup bundle",
"packageName": "@fluentui/web-components",
"email": "=",
"dependentChangeType": "patch"
}
2 changes: 2 additions & 0 deletions packages/web-components/src/index-rollup.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// TODO: Is exporting Foundation still necessary with the updated API's?
// export * from "@microsoft/fast-element";
import { DesignToken } from '@microsoft/fast-foundation';
import { allComponents } from './custom-elements';
import { provideFluentDesignSystem } from './fluent-design-system';

export { DesignToken };
export * from './index';

/**
Expand Down

0 comments on commit 80f3ae2

Please sign in to comment.