Merged
Conversation
pixelflips
approved these changes
Feb 25, 2026
Merged
QuintonJason
added a commit
that referenced
this pull request
Feb 25, 2026
* chore(deps): bump @pine-ds/icons from 9.16.0 to 9.17.0 (#2166) Bumps [@pine-ds/icons](https://github.com/Kajabi/pine-icons) from 9.16.0 to 9.17.0. - [Release notes](https://github.com/Kajabi/pine-icons/releases) - [Changelog](https://github.com/Kajabi/pine-icons/blob/main/CHANGELOG.md) - [Commits](Kajabi/pine-icons@v9.16.0...v9.17.0) --- updated-dependencies: - dependency-name: "@pine-ds/icons" dependency-version: 9.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * style: use semantic focus-ring token across components (#2168) * style: replace hardcoded purple-600 with focus-ring token * style(breadcrumbs): add focus ring to progressbar variant * feat(hero): add shadow prop (#2170) * feat(hero): add shadow prop to React component and SCSS * feat(hero): add shadow prop to Rails component * docs(hero): add shadow prop documentation and preview examples * fix(hero): quote 050 shadow key in SCSS map and fix alt text hyphenation * fix(avatar): use semantic token (#2171) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Quinton Jason <quinton.jason@gmail.com>
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.
Replace hardcoded grey color tokens with semantic background tokens in the Avatar component for better maintainability and theme support.
Token changes:
pine-color-grey-200→pine-color-background-inset(charcoal/grey ring backgrounds)pine-color-grey-150→pine-color-background-muted(orange ring background)pine-color-grey-050→pine-color-background-container-hover(base avatar background)Screenshots
Testing in
sage-libTesting in
kajabi-productsRelated
Part of ongoing effort to migrate from raw color tokens to semantic tokens.