-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: update existing core color tokens #1905
Conversation
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.
The comment left is suggestive and NOT blocking.
value: "SageTokens.COLOR_PALETTE.#{color.upcase}_#{value}" | ||
} %> | ||
</div> | ||
</div> |
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.
Small code refactor...could we make this another partial e.g _color_pallette_body.html.erb
? This would allow it to be a simple <% render "color_palette_body", color: color, value: value %>
in both areas to reduce duplicity.
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.
@ju-Skinner great suggestion and definitely reduced the duplication. appreciate it!
@@ -73,5 +73,24 @@ Reserved for times when something important is missing or for irreversible or de | |||
Used only when no other color option is available. | |||
", use_sage_type: true) %> | |||
<%= render "color_values", color: "purple"%> | |||
</div> | |||
|
|||
<div id="deprecated"> |
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.
🙌🏻
* fix: update existing core color tokens * fix: update existing core color tokens * fix: updates to color function * docs: implemented branding color changes * style: implemented branding color changes * style: refactored nesting to appease stylelint * docs: created partial for colors to reduce code
* fix: update existing core color tokens * fix: update existing core color tokens * fix: updates to color function * docs: implemented branding color changes * style: implemented branding color changes * style: refactored nesting to appease stylelint * docs: created partial for colors to reduce code
Description
Adds new rebranding color tokens and updates current tokens to new values.
Screenshots
Testing in
sage-lib
Navigate to the colors page. Verify new colors are displayed.
Navigate to Docs Site and Storybook and check for any unexpected color changes.
Testing in
kajabi-products
Related
https://kajabi.atlassian.net/browse/DSS-668