-
Notifications
You must be signed in to change notification settings - Fork 76
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
test(loader): add component token E2E tests #9726
test(loader): add component token E2E tests #9726
Conversation
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. |
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.
I think this one may have been done already. Can you resolve conflicts with the epic?
- I think we want to leave the variables that were already made available becuase they were probably requested to fit a user use case. We just need to make sure they align with our naming schema.
- -size is preferred to -width
- -space is preferred to -padding
- Skye asked that we reduce loader to a single color variable
* @prop --calcite-loader-text-color: var(--calcite-color-text-1); defines the text color of a loader. | ||
* @prop --calcite-loader-track-color-determinate: var(--calcite-color-border-3); defines the track color of a "determinate" loader | ||
* @prop --calcite-loader-text-color: defines the text color of a loader. | ||
* @prop --calcite-loader-track-color-determinate: defines the track color of a "determinate" loader |
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.
I think this should be simplified to --calcite-loader-track-color
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.
✨
Related Issue: #7190
Summary
✨🧪✨