fix(circular-progress): rename CSS token for track color#2185
Merged
Conversation
simeonoff
previously approved these changes
Apr 16, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Renames the circular progress track color CSS token from base-circle-color to track-color, aligning with the updated theming schema and bumping igniteui-theming to a new major version.
Changes:
- Update circular progress track styling to use
track-colortoken. - Bump
igniteui-themingdevDependency from^25.1.0to^26.0.0. - Regenerate lockfile entries for the updated theming package.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/components/progress/themes/circular/shared/circular.progress.common.scss |
Switches the track stroke token to track-color. |
package.json |
Updates igniteui-theming to ^26.0.0. |
package-lock.json |
Locks igniteui-theming to 26.0.0 and updates its transitive dependency metadata. |
This file contains hidden or 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
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 IgniteUI/igniteui-theming#536
To test, you need to install the theming package from IgniteUI/igniteui-theming#565
Description
This PR renames the CSS token used for track color from
base-circle-colortotrack-colorType of Change
Related Issues
Closes #
Testing
Checklist