Skip to content
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: add high density typography scale #2646

Merged
merged 21 commits into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
928c6df
feat(tokens): add `font-size-xs`
cf-remylenoir Jan 9, 2024
7b6c637
feat(tokens): add high-density values
cf-remylenoir Jan 11, 2024
c5b4f32
Merge branch 'main' into feat/high-density-typography-scale
cf-remylenoir Jan 11, 2024
17c1b8c
chore(typography): add dependency
cf-remylenoir Jan 11, 2024
6f02f17
feat(heading): add high-density support
cf-remylenoir Jan 11, 2024
255cea1
feat(paragraph): add high-density support
cf-remylenoir Jan 11, 2024
ed5918f
feat(section-heading): add high-density support
cf-remylenoir Jan 11, 2024
950f89f
feat(subheading): add high-density support
cf-remylenoir Jan 11, 2024
19fb16c
feat(caption): add high-density support
cf-remylenoir Jan 11, 2024
ac833f1
chore(): reorganize story
cf-remylenoir Jan 11, 2024
1e0a647
Merge branch 'main' into feat/high-density-typography-scale
cf-remylenoir Jan 12, 2024
cda8d99
feat(tokens): add high-density values
cf-remylenoir Jan 12, 2024
d9a4b3c
feat(caption): add line-height high-density support
cf-remylenoir Jan 12, 2024
1c1c7c7
feat(heading): add line-height high-density support
cf-remylenoir Jan 12, 2024
ef79fd5
feat(paragraph): add line-height high-density support
cf-remylenoir Jan 12, 2024
4775455
feat(subheading): add line-height high-density support
cf-remylenoir Jan 12, 2024
476812b
chore(section-heading): update story
cf-remylenoir Jan 12, 2024
0f1c043
feat(section-heading): add line-height high-density support
cf-remylenoir Jan 12, 2024
da138a3
chore: add changelog
cf-remylenoir Jan 12, 2024
65e1b5a
chore: update changelog
cf-remylenoir Jan 12, 2024
221d970
feat(forms): replace tokens with high-density ones
cf-remylenoir Jan 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/moody-donkeys-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@contentful/f36-tokens": patch
"@contentful/f36-typography": patch
---

- feat(tokens): add high-density `font-size` and `line-height` values
- feat(typography): add high-density support to Caption, Heading, Paragraph, Section Heading, and Subheading components.
Loading
Loading