From 988f7d8b3f183b36baa178367e6212562b7c81ef Mon Sep 17 00:00:00 2001 From: AlineNap <59806622+AlineNap@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:51:48 +0200 Subject: [PATCH] feat(design-tokens): lux Alert heading tokens toegevoegd --- .changeset/smart-ads-beam.md | 5 +++++ .../src/imported/nl/utrecht-alert.json | 22 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 .changeset/smart-ads-beam.md diff --git a/.changeset/smart-ads-beam.md b/.changeset/smart-ads-beam.md new file mode 100644 index 000000000..062fa028a --- /dev/null +++ b/.changeset/smart-ads-beam.md @@ -0,0 +1,5 @@ +--- +"@lux-design-system/design-tokens": minor +--- + +Nieuwe tokens: lux-alert-heading diff --git a/proprietary/design-tokens/src/imported/nl/utrecht-alert.json b/proprietary/design-tokens/src/imported/nl/utrecht-alert.json index 65beb45f4..0df1c4faf 100644 --- a/proprietary/design-tokens/src/imported/nl/utrecht-alert.json +++ b/proprietary/design-tokens/src/imported/nl/utrecht-alert.json @@ -142,5 +142,27 @@ } } } + }, + "lux": { + "alert": { + "heading": { + "font-family": { + "value": "{lux.font-family.primary}", + "type": "fontFamilies" + }, + "font-weight": { + "value": "{lux.font-weight.bold}", + "type": "fontWeights" + }, + "line-height": { + "value": "{lux.line-height.heading.level-4}", + "type": "lineHeights" + }, + "font-size": { + "value": "{lux.font-size.heading.level-4}", + "type": "fontSizes" + } + } + } } } \ No newline at end of file