-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat(tokens): Add colorBrandStroke2Contrast and colorNeutralStrokeAlpha2 #28638
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(tokens): Add colorBrandStroke2Contrast and colorNeutralStrokeAlpha2 #28638
Conversation
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 580 | 580 | 5000 | |
| Button | mount | 298 | 299 | 5000 | |
| Field | mount | 1025 | 1057 | 5000 | |
| FluentProvider | mount | 655 | 641 | 5000 | |
| FluentProviderWithTheme | mount | 76 | 88 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 69 | 64 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 75 | 76 | 10 | |
| InfoButton | mount | 11 | 10 | 5000 | |
| MakeStyles | mount | 873 | 868 | 50000 | |
| Persona | mount | 1603 | 1563 | 5000 | |
| SpinButton | mount | 1286 | 1282 | 5000 |
|
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 989dee4:
|
📊 Bundle size reportUnchanged fixtures
|
🕵 fluentuiv9 No visual regressions between this PR and main |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 8959c81f6a2ef8637a4a7d7dd8b67bd40aa64cd6 (build) |
tudorpopams
left a comment
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.
Approving for v-build
* master: chore(cxe-prg): migrate to new slot API (microsoft#28752) chore(teams-prg): migrate to new slot API (microsoft#28751) chore: re-export slot and assertSlots methods (microsoft#28755) Docs(react-tree): Improve docs and stories (microsoft#28741) feat: implements nested tree selection (microsoft#28668) applying package updates applying package updates feature(react-utilities): implements new slot methods (`slot` and `assertSlots`) (microsoft#28373) fix(TimePicker): Selection now works in locales that don't use "am"/"pm" in their time format (microsoft#28469) bugfix: ensures controlled state works properly + (microsoft#28665) feat(tokens): Add status color tokens (microsoft#28006) feat(tokens): Add colorBrandStroke2Contrast and colorNeutralStrokeAlpha2 (microsoft#28638) Made BreadcrumbButton consistent with Item and Link (microsoft#28672)
* master: chore(cxe-prg): migrate to new slot API (microsoft#28752) chore(teams-prg): migrate to new slot API (microsoft#28751) chore: re-export slot and assertSlots methods (microsoft#28755) Docs(react-tree): Improve docs and stories (microsoft#28741) feat: implements nested tree selection (microsoft#28668) applying package updates applying package updates feature(react-utilities): implements new slot methods (`slot` and `assertSlots`) (microsoft#28373) fix(TimePicker): Selection now works in locales that don't use "am"/"pm" in their time format (microsoft#28469) bugfix: ensures controlled state works properly + (microsoft#28665) feat(tokens): Add status color tokens (microsoft#28006) feat(tokens): Add colorBrandStroke2Contrast and colorNeutralStrokeAlpha2 (microsoft#28638) Made BreadcrumbButton consistent with Item and Link (microsoft#28672) fix(EventListener): do not use `defaultProps` (microsoft#28725)

Adds
colorBrandStroke2ContrastandcolorNeutralStrokeAlpha2tokens:colorBrandStroke2ContrastcolorNeutralStrokeAlpha2Requested in #28385