-
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
Added global design tokens - spacing, duration, curves #22607
Added global design tokens - spacing, duration, curves #22607
Conversation
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. Latest deployment of this branch, based on commit 7137c59:
|
📊 Bundle size reportUnchanged fixtures
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: fa6e17664a3d0cf6001f336aa015ff2a1a8598b3 (build) |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1206 | 1242 | 5000 | |
Button | mount | 763 | 742 | 5000 | |
FluentProvider | mount | 2238 | 2351 | 5000 | |
FluentProviderWithTheme | mount | 376 | 435 | 10 | |
FluentProviderWithTheme | virtual-rerender | 344 | 355 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 430 | 406 | 10 | |
MakeStyles | mount | 2029 | 1986 | 50000 |
Let's discuss in the tech sync. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the tokens!
We also need to add stories, I've created a separate tracking issue #22690.
…dd-global-design-tokens
* Added tokens from global figma * Updated exports for new theme types * yarn change * Updated exports * Fixed XXXl -> XXXL
Changes
Issues
Updates #22231