-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: export design token from rollup bundle #30784
feat: export design token from rollup bundle #30784
Conversation
📊 Bundle size report🤖 This report was generated against 01721416e3753e85cfc3f19fccf0815add5d370a |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
@chrisdholt Just curious if there's anything blocking this going in? I know there's a lot of steps to go before this will be available to FluentUI-Blazor folks, so just hoping it can move forward when possible. |
Just need sign-off from @microsoft/fui-wc |
Co-authored-by: Christopher Holt <=>
Previous Behavior
Users of the CDN and rollup bundle cannot create or implement their own custom design tokens.
New Behavior
This PR exports
DesignToken
as part of the bundle to enable that behavior.