-
Notifications
You must be signed in to change notification settings - Fork 127
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
chore(design-tokens): DSYS-819 | update typography tokens #2717
Conversation
🦋 Changeset detectedLatest commit: 5210a3f The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* remove old letter-spacing tokens and introduce unique --cui-letter-spacing token. * update typography tokens to their final values. * update some readme files. * Update theme page.
ee10df3
to
c61d10c
Compare
Size Change: -31 B (0%) Total Size: 636 kB
ℹ️ View Unchanged
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2717 +/- ##
==========================================
- Coverage 87.38% 87.27% -0.11%
==========================================
Files 210 210
Lines 12538 12476 -62
Branches 1506 1507 +1
==========================================
- Hits 10956 10889 -67
- Misses 1532 1537 +5
Partials 50 50
|
009c4df
to
2ae47c9
Compare
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.
It looks like this file was formatted with different settings from Biome's formatting defaults 🤔
Tab-width should be 2 spaces and there should be a space between the props and JSX closing tag.
2487013
to
5210a3f
Compare
Addresses DSYS-819
Purpose
When implementing DSYS-711, the design token values weren’t finalized yet, so I used preliminary values.
Once the values have been finalized in Mapping Typography, we need to update them in the web implementation.
Approach and changes
Check if the token structure can be simplified: for example, do we need component and size-specific tokens for letter-spacings?
Update the token values in circuit-ui/packages/design-tokens/themes/shared.ts at next · sumup-oss/circuit-ui
Remove the
-typography
infix from typography tokens'namesDefinition of done