generated from nl-design-system/example
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(design tokens): Tokens voor heading group (#284)
# 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
Showing
4 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
proprietary/design-tokens/src/imported/nl/utrecht-pre-heading.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |