-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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: convert card to be design system provider #15068
Conversation
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Potential regressions comparing to master
Perf comparison
Perf tests with no regressions
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 9fc63458ca996b94803cbf8a2fd84955820a2a14 (build) |
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 786893e:
|
🎉 Handy links: |
Pull request checklist
$ yarn change
Description of changes
This change changes the
fluent-card
to extend theDesignSystemProvider
allowing each card to have their own design system context. This allows any controls placed inside the acrd to have the proper design system context.Example of new card with custom background and controls respecting that background: