-
Notifications
You must be signed in to change notification settings - Fork 77
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
refactor: drop calcite-base and calcite-colors in favor of tokens and inlined vars/utils #8382
base: dev
Are you sure you want to change the base?
Conversation
@alisonailea Do you think you could help me update to the styles readme? 🙇♂️ |
This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions. |
#8594 will replace some of the inlined vars/utils in this PR, so this should be revisited once ☝️ lands. |
This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions. |
This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions. |
Related Issue: N/A
Summary
calcite-base
andcalcite-colors
are legacy dependencies that are used for a small set of variables. This PR removes them as dependencies by switching over to CSS design tokens or inlining some values within our style files. 📦✂️Notes
Pending
--calcite-color-brand-underline
(or alternate token) instead of brand-color + 0.5 opacity in stepper.Next steps
--calcite-shadow-sm
,--calcite-shadow-md
or new one if needed.