-
Notifications
You must be signed in to change notification settings - Fork 186
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(Typography): make useAccentWeight=false by default #7633
feat(Typography): make useAccentWeight=false by default #7633
Conversation
size-limit report 📦
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
e2e tests |
👀 Docs deployed
Commit fb9a9fd |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7633 +/- ##
==========================================
- Coverage 95.20% 95.19% -0.02%
==========================================
Files 384 383 -1
Lines 11354 11345 -9
Branches 3726 3725 -1
==========================================
- Hits 10810 10800 -10
- Misses 544 545 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
👍
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.
👏
✅ v7.0.0-beta.0 🎉 |
related: #7549
Описание
Делаем
useAccentWeight
по умолчанию false.Чтобы значение соответствовало названию свойства и по умолчанию отражало суть.
По умолчанию, если требуется переопределить жирность текста с помощью свойства
weight
- мы используемfontWeightBase
токены жирности текста. Чтобы включитьfontWeightAccent
токены, нужно также использовать свойствоuseAccentWeight
.Изменения
codemode
typography
, который применяется дляTypography
и всех типографических компонентов, сделанных на основеTypography
.Так как в VKUI раньше было зашито использование только
fontWeightAccent
токенов при использовании свойстваweight
, то имеет смысл включитьfontWeightAccent
токены там , где используется свойствоweight
, чтобы визуально ничего пользователям не поломать. Еслиweight
не используется, то и добавлятьuseAccentWeight
не нужно.Release notes
BREAKING CHANGE
useAccentWeight = false
по умолчанию. Когда дополнительно требуется переопределить тип начертания текста с помощью свойстваweight
- VKUI использует токеныfontWeightBase*
. Чтобы включитьfontWeightAccent*
токены, нужно использовать свойствоuseAccentWeight