Skip to content

Commit

Permalink
feat(design tokens): Tokens voor heading group (#284)
Browse files Browse the repository at this point in the history
# Contents

Nieuwe tokens: component utrecht pre heading

Voor de tickets #282 en
#283

## Checklist

<!-- Surround an item with double tildes `~~` to indicate that it does
not apply to this PR -->

- ~~[ ] New features/components and bugfixes are covered by tests~~
- [x] Changesets are created
- ~~[ ] Definition of Done is checked~~

---------

Co-authored-by: Jaap-Hein Wester <j.h.wester@setonix.nl>
  • Loading branch information
AlineNap and Jaap-Hein Wester authored Oct 14, 2024
1 parent eaf684a commit 9926fb8
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/stale-impalas-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@lux-design-system/design-tokens": minor
---

In deze commit:

- Nieuwe tokens: component utrecht pre-heading
1 change: 1 addition & 0 deletions proprietary/design-tokens/src/imported/$metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"nl/utrecht-paragraph",
"nl/utrecht-pointer-target",
"nl/utrecht-textarea",
"nl/utrecht-pre-heading",
"nl/utrecht-text-input"
]
}
3 changes: 2 additions & 1 deletion proprietary/design-tokens/src/imported/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,8 @@
"nl/utrecht-form-field": "enabled",
"nl/utrecht-form-label": "enabled",
"nl/utrecht-document": "enabled",
"nl/utrecht-heading": "enabled"
"nl/utrecht-heading": "enabled",
"nl/utrecht-pre-heading": "enabled"
},
"$figmaCollectionId": "VariableCollectionId:2536:6472",
"$figmaModeId": "2536:0",
Expand Down
26 changes: 26 additions & 0 deletions proprietary/design-tokens/src/imported/nl/utrecht-pre-heading.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"utrecht": {
"pre-heading": {
"color": {
"value": "{lux.color.foreground.default}",
"type": "color"
},
"font-family": {
"value": "{lux.font-family.primary}",
"type": "fontFamilies"
},
"font-weight": {
"value": "{lux.font-weight.bold}",
"type": "fontWeights"
},
"line-height": {
"value": "{lux.line-height.body.default}",
"type": "lineHeights"
},
"font-size": {
"value": "{lux.font-size.body.default}",
"type": "fontSizes"
}
}
}
}

0 comments on commit 9926fb8

Please sign in to comment.