-
Notifications
You must be signed in to change notification settings - Fork 162
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
USWDS-Site: Fix token pages from audit (Part 1) #2366
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.
Debating if these would be better as a single changelog entry. Curious to hear your thoughts.
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.
Changes are logical and look great!
- Changes are warranted
- No spelling or grammatical error
- All green changes from doc are present
- Removed red-warm-50v references
- Changed red-warm-50 references --> red.
- Updated to "lg", font-ui-lg
- Updated to "2xl", font-body-2xl
- Changed primary base to green-cool-10, added link to system token page
- Removed this reference. Instead can rely on the next sentence: "Pure white is the equivalent of grade 0"
_data/changelogs/tokens.yml
Outdated
- date: 2023-11-28 | ||
summary: Updated token references in "Using design tokens" section. | ||
affectsGuidance: true | ||
githubPr: 2366 | ||
githubRepo: uswds-site | ||
- date: 2023-11-28 | ||
summary: Updated the settings configuration code example. |
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.
Optional - change logs
If we wanted to consolidate these into one change log, we could do something along the lines of
- date: 2023-11-28 | |
summary: Updated token references in "Using design tokens" section. | |
affectsGuidance: true | |
githubPr: 2366 | |
githubRepo: uswds-site | |
- date: 2023-11-28 | |
summary: Updated the settings configuration code example. | |
- date: 2023-11-28 | |
summary: Updated token references and settings configuration example to match the current USWDS implementation. |
Summary
Updated component pages according to the findings reported in the code/developer content audit (Google Docs 🔒)
Note
To keep PR reviews manageable, this PR updates only the overview and color overview tokens pages. All other token page updates will be addressed in other PRs.
Warning
We will likely need to update the changelog dates before merge.
Related issue
Related to #2042
Preview link
Preview link:
Solution
Update code according to the findings in code/developer content audit (Google Docs 🔒).
Please note that all items highlighted yellow in the spreadsheet will be investigated/discussed in the last phase of the component page fixes.
Testing and review