-
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: adds automatic card background color calculation #15126
Feat: adds automatic card background color calculation #15126
Conversation
Updating my fork with changes
Wanted latest master
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 a83779e:
|
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 98a2265:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: d792de036aeb9a703603b76cd81f09462e298633 (build) |
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Potential regressions comparing to master
Perf comparison
Perf tests with no regressions
|
change/@fluentui-web-components-2020-09-18-12-06-28-users-jes-card-improvements.json
Show resolved
Hide resolved
f07d5d5
to
d2034bd
Compare
ec88de6
to
45f5fdc
Compare
45f5fdc
to
095e287
Compare
1fc6995
to
7125657
Compare
7125657
to
98a2265
Compare
🎉 Handy links: |
Pull request checklist
$ yarn change
Description of changes
By default
fluent-card
now automatically appliesneutralFillCard
to its background, which that is calculated from its parent design system provider. If a custom background color is desired the attributecard-background-color
is now available, this will reset the cards design system to that value.