-
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
Update color tokens for theming support #121
Closed
2 tasks
Labels
Comments
jordanjones243
added a commit
that referenced
this issue
Jul 30, 2024
6 tasks
6 tasks
jordanjones243
added a commit
that referenced
this issue
Aug 8, 2024
jordanjones243
added a commit
that referenced
this issue
Aug 8, 2024
DukeFerdinand
pushed a commit
that referenced
this issue
Aug 19, 2024
DukeFerdinand
pushed a commit
that referenced
this issue
Aug 19, 2024
DukeFerdinand
pushed a commit
that referenced
this issue
Aug 19, 2024
jason-capsule42
pushed a commit
that referenced
this issue
Aug 19, 2024
Blocked by badge and flightline color theming support releases. |
jordanjones243
added a commit
that referenced
this issue
Oct 2, 2024
BREAKING CHANGE: trigger major release for color theme support #121
Merged
6 tasks
jordanjones243
added a commit
that referenced
this issue
Oct 3, 2024
BREAKING CHANGE: trigger major release for color theme support #121
blackfalcon
pushed a commit
that referenced
this issue
Oct 3, 2024
# [3.0.0-beta.1](v2.8.0-beta.2...v3.0.0-beta.1) (2024-10-03) ### Features * add custom registered auro-datetime ([33a189b](33a189b)) * add tag name as attribute when custom registered ([26808eb](26808eb)) ### Performance Improvements * refactor custom component registration config ([1f3e0de](1f3e0de)) * remove github label colors ([b5187c0](b5187c0)) * update dependencies ([2de3a30](2de3a30)) ### BREAKING CHANGES * trigger major release for color theme support #121
6 tasks
6 tasks
jason-capsule42
pushed a commit
that referenced
this issue
Oct 4, 2024
jason-capsule42
pushed a commit
that referenced
this issue
Oct 4, 2024
jason-capsule42
pushed a commit
that referenced
this issue
Oct 4, 2024
jason-capsule42
pushed a commit
that referenced
this issue
Oct 4, 2024
BREAKING CHANGE: trigger major release for color theme support #121
jason-capsule42
pushed a commit
that referenced
this issue
Oct 4, 2024
# [3.0.0-beta.1](v2.8.0-beta.2...v3.0.0-beta.1) (2024-10-03) ### Features * add custom registered auro-datetime ([33a189b](33a189b)) * add tag name as attribute when custom registered ([26808eb](26808eb)) ### Performance Improvements * refactor custom component registration config ([1f3e0de](1f3e0de)) * remove github label colors ([b5187c0](b5187c0)) * update dependencies ([2de3a30](2de3a30)) ### BREAKING CHANGES * trigger major release for color theme support #121
blackfalcon
pushed a commit
that referenced
this issue
Oct 4, 2024
# [3.0.0-beta.1](v2.7.1...v3.0.0-beta.1) (2024-10-04) ### Features * add custom registered auro-datetime ([489fb7a](489fb7a)) * add tag name as attribute when custom registered ([fdbbb3b](fdbbb3b)) * implement tier 3 token structure [#121](#121) ([5149f5d](5149f5d)) ### Performance Improvements * refactor custom component registration config ([d0edb86](d0edb86)) * remove github label colors ([4b4de54](4b4de54)) * update dependencies ([a916070](a916070)) * update deps and refactor scripts to use auro-library versions ([7c53ddd](7c53ddd)) ### BREAKING CHANGES * trigger major release for color theme support #121
blackfalcon
pushed a commit
that referenced
this issue
Oct 4, 2024
# [3.0.0-beta.1](v2.7.1...v3.0.0-beta.1) (2024-10-04) ### Features * add custom registered auro-datetime ([489fb7a](489fb7a)) * add tag name as attribute when custom registered ([fdbbb3b](fdbbb3b)) * implement tier 3 token structure [#121](#121) ([5149f5d](5149f5d)) ### Performance Improvements * refactor custom component registration config ([d0edb86](d0edb86)) * remove github label colors ([4b4de54](4b4de54)) * update dependencies ([a916070](a916070)) * update deps and refactor scripts to use auro-library versions ([7c53ddd](7c53ddd)) ### BREAKING CHANGES * trigger major release for color theme support #121
Merged
6 tasks
jason-capsule42
pushed a commit
that referenced
this issue
Oct 4, 2024
jason-capsule42
pushed a commit
that referenced
this issue
Oct 4, 2024
jason-capsule42
pushed a commit
that referenced
this issue
Oct 4, 2024
jason-capsule42
pushed a commit
that referenced
this issue
Oct 4, 2024
BREAKING CHANGE: trigger major release for color theme support #121
jason-capsule42
pushed a commit
that referenced
this issue
Oct 4, 2024
# [3.0.0-beta.1](v2.8.0-beta.2...v3.0.0-beta.1) (2024-10-03) ### Features * add custom registered auro-datetime ([33a189b](33a189b)) * add tag name as attribute when custom registered ([26808eb](26808eb)) ### Performance Improvements * refactor custom component registration config ([1f3e0de](1f3e0de)) * remove github label colors ([b5187c0](b5187c0)) * update dependencies ([2de3a30](2de3a30)) ### BREAKING CHANGES * trigger major release for color theme support #121
blackfalcon
pushed a commit
that referenced
this issue
Oct 4, 2024
# [3.0.0](v2.7.1...v3.0.0) (2024-10-04) ### Features * add custom registered auro-datetime ([d57480a](d57480a)) * add tag name as attribute when custom registered ([29dfd88](29dfd88)) * implement tier 3 token structure [#121](#121) ([49832a5](49832a5)) ### Performance Improvements * refactor custom component registration config ([4b1f974](4b1f974)) * remove github label colors ([9585bef](9585bef)) * update dependencies ([09e79c5](09e79c5)) * update deps and refactor scripts to use auro-library versions ([d5302af](d5302af)) ### BREAKING CHANGES * trigger major release for color theme support #121
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
General Support Request
In order to make Auro components themeable, we need to make sure there are no hard-coded and correct semanticly named tokens within the component. There also needs to be investigation around
border
rules which have a combination of size and color tokens, making them more complex, as well asbackground-color
andcolor
rules.Possible Solution
Work with designers to figure out what tokens need updated values or renamed.
Additional context
This work stems from theming work happening to all Auro components:
Rules and tokens to be edited can be found in the comments.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: