-
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
feat(loader): add fallback component tokens #8857
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…components into astump/7180-loader
…components into astump/7180-loader
alisonailea
requested review from
benelan,
jcfranco,
driskull,
geospatialem and
a team
as code owners
February 29, 2024 23:52
github-actions
bot
added
the
enhancement
Issues tied to a new feature or request.
label
Feb 29, 2024
driskull
reviewed
Mar 1, 2024
driskull
reviewed
Mar 1, 2024
driskull
reviewed
Mar 1, 2024
… fix camelCasing and *deprecated*
…components into astump/7180-loader # Conflicts: # packages/calcite-components/src/components/block/block.scss
driskull
approved these changes
Mar 1, 2024
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.
Nice! 🦖
…components into astump/7180-loader # Conflicts: # packages/calcite-components/src/components/action/action.scss # packages/calcite-components/src/components/card/card.scss # packages/calcite-components/src/components/icon/icon.scss # packages/calcite-components/src/components/input-message/input-message.scss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue: #7180
Summary
Loader
--calcite-loader-bar-width: deprecated defines the width of the loader animation.
--calcite-loader-color-oneThird: defines the color of a loader. Applies to --calcite-loader-color between 33% - 66% of the animation.
--calcite-loader-color-start: defines the starting color of a loader. Applies to --calcite-loader-color between 0% - 33% of the animation.
--calcite-loader-color-twoThirds: defines the color of a loader. Applies to --calcite-loader-color between 66% - 99% of the animation.
--calcite-loader-font-size: deprecated Specifies the font size of the loading percentage when type is
"determinate"
.--calcite-loader-padding: deprecated Specifies the padding of the loader.
--calcite-loader-size-inline: deprecated The width and height of an inline loader.
--calcite-loader-size: deprecated The width and height of a non-inline loader.
--calcite-loader-text-color: var(--calcite-color-text-1); defines the text color of a loader.
--calcite-loader-track-color-determinate: var(--calcite-color-border-3); defines the track color of a "determinate" loader
Action
--calcite-action-loader-color-oneThird: Specifies the starting color of the loader
--calcite-action-loader-color-start: Specifies the starting color of the loader
--calcite-action-loader-color-twoThirds: Specifies the starting color of the loader
Block
--calcite-block-loader-color-oneThird: Specifies the starting color of the loader
--calcite-block-loader-color-start: Specifies the starting color of the loader
--calcite-block-loader-color-twoThirds: Specifies the starting color of the loader
Button
--calcite-button-loader-color-oneThird: Specifies the starting color of the loader
--calcite-button-loader-color-start: Specifies the starting color of the loader
--calcite-button-loader-color-twoThirds: Specifies the starting color of the loader
Card
--calcite-card-loader-color-oneThird: Specifies the starting color of the loader
--calcite-card-loader-color-start: Specifies the starting color of the loader
--calcite-card-loader-color-twoThirds: Specifies the starting color of the loader
Scrim
--calcite-scrim-loader-color-oneThird: Specifies the starting color of the loader
--calcite-scrim-loader-color-start: Specifies the starting color of the loader
--calcite-scrim-loader-color-twoThirds: Specifies the starting color of the loader