-
Notifications
You must be signed in to change notification settings - Fork 7
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(theme): add initial files to support Excursion theme #153 #156
base: master
Are you sure you want to change the base?
Conversation
4fc0fa6
to
f1e0eee
Compare
b4cb92f
to
b54d255
Compare
afe7db1
to
88b6cb9
Compare
039c082
to
aa05781
Compare
b24e25f
to
3387b1e
Compare
3387b1e
to
aea9a92
Compare
"comment": "Deprecated token", | ||
"reference": "n/a", | ||
"version": "3.12.0" | ||
"deprecated": true |
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.
None of the newly deprecated tokens have the additional data required to fill out the 'deprecated tokens' page in the doc site. We should have the following added to each deprecated token.
reference
- this is a reference to the new token to be used of there is one designated
version
- this is used to communicate with wich release these tokens were listed as deprecated
Changes to be committed: modified: src/color/background.json modified: src/color/base.json modified: src/color/container.json modified: src/color/text.json
This update addresses the readability order of the configs to be more clear when illustrating files that are loaded and which files when loaded will over-ride the previously loaded files. Additionally the excursion and jetstream configs were updated to eliminate the unnecessary over-ride inclusion. Changes to be committed: modified: package.json modified: scripts/config-darkmode.json modified: scripts/config-excursion.json modified: scripts/config-jetstream.json modified: scripts/config.json
db933cc
to
3c66201
Compare
Changes to be committed: modified: src/color/background.json modified: src/color/border.json modified: src/color/container.json modified: src/color/icon.json modified: src/color/text.json
3c66201
to
f24b2ab
Compare
@@ -151,15 +151,15 @@ | |||
}, | |||
"error": { | |||
"default": { | |||
"value": "{color.base.error.100.value}", | |||
"value": "{color.state.error.100.value}", |
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.
According to this file, we should be using base
not state
:
"public": true, | ||
"neutral": true, | ||
"usage": "", | ||
"wcag": "n/a", | ||
"deprecated": false | ||
}, | ||
"inverse": { | ||
"value": "{color.base.error.500.value}", | ||
"value": "{color.state.error.500.value}", |
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.
Revert all state
changes back to error
"reference": "color-brand-neutral-500", | ||
"comment": "{comments.reference.comment} color-brand-neutral-500" | ||
"reference": "color-brand-grey-500", | ||
"comment": "{comments.reference.comment} color-brand-grey-500" | ||
} | ||
} | ||
}, | ||
"state": { |
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.
According to figma, state
tokens should be deprecated and there should be new base
tokens
@@ -2,150 +2,346 @@ | |||
"color": { |
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.
base-black
and base-white
tokens are now on the 100s scale
Alaska Airlines Pull Request
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Resolves: #153
Summary:
Please summarize the scope of the changes you have submitted, what the intent of the work is and anything that describes the before/after state of the project.
Type of change:
Please delete options that are not relevant.
Checklist:
By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.
Thank you for your submission!
-- Auro Design System Team