diff --git a/.changeset/stale-impalas-notice.md b/.changeset/stale-impalas-notice.md new file mode 100644 index 000000000..e0ee45d6d --- /dev/null +++ b/.changeset/stale-impalas-notice.md @@ -0,0 +1,7 @@ +--- +"@lux-design-system/design-tokens": minor +--- + +In deze commit: + +- Nieuwe tokens: component utrecht pre-heading diff --git a/proprietary/design-tokens/src/imported/$metadata.json b/proprietary/design-tokens/src/imported/$metadata.json index 77a04f572..20b12301a 100644 --- a/proprietary/design-tokens/src/imported/$metadata.json +++ b/proprietary/design-tokens/src/imported/$metadata.json @@ -44,6 +44,7 @@ "nl/utrecht-paragraph", "nl/utrecht-pointer-target", "nl/utrecht-textarea", + "nl/utrecht-pre-heading", "nl/utrecht-text-input" ] } \ No newline at end of file diff --git a/proprietary/design-tokens/src/imported/$themes.json b/proprietary/design-tokens/src/imported/$themes.json index 1ed274420..999a76eb7 100644 --- a/proprietary/design-tokens/src/imported/$themes.json +++ b/proprietary/design-tokens/src/imported/$themes.json @@ -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", diff --git a/proprietary/design-tokens/src/imported/nl/utrecht-pre-heading.json b/proprietary/design-tokens/src/imported/nl/utrecht-pre-heading.json new file mode 100644 index 000000000..fe2a0b7ad --- /dev/null +++ b/proprietary/design-tokens/src/imported/nl/utrecht-pre-heading.json @@ -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" + } + } + } +} \ No newline at end of file