-
Notifications
You must be signed in to change notification settings - Fork 130
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
New typography #2653
New typography #2653
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 338d1a2 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 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2653 +/- ##
==========================================
+ Coverage 86.60% 87.20% +0.59%
==========================================
Files 208 210 +2
Lines 11882 12415 +533
Branches 1498 1511 +13
==========================================
+ Hits 10290 10826 +536
+ Misses 1540 1538 -2
+ Partials 52 51 -1
|
db7c357
to
ee3d14f
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.
Makes sense to me! Will have a look at the iOS implementation and see how I can apply the same there.
ee3d14f
to
7242dd8
Compare
95e438b
to
e847c57
Compare
Size Change: +2.79 kB (+0.44%) Total Size: 632 kB
ℹ️ View Unchanged
|
Addresses DSYS-708 and DSYS-711.
Purpose
One of the biggest challenges in our user interfaces today is how to convene a clear hierarchy of the elements presented on a screen. Text plays a critical role in tackling this challenge, and currently our typographic scale has several limitations to our developers' and designers' needs. This is particularly crucial for black-and-white interfaces, where the absence of color places greater emphasis on typography to convey hierarchy and guide the user's eye. To address this, we need to establish a clearer hierarchy through a more consistent and scalable typographic system, ensuring better readability and comprehension across different platforms.
Approach and changes
no-renamed-props
and the newno-deprecated-custom-properties
ESLint and Stylelint rules.s
, and the BodyLarge component has been deprecated in favor of the Body component in sizel
.variant
prop in favor of the newweight
andcolor
props.Warning
The typography tokens and new component APIs are not final and subject to breaking changes during the prerelease phase.
Definition of done