From 11986d4691481f68ff10e5b18d73418ba7075747 Mon Sep 17 00:00:00 2001 From: Jeffrey Lauwers Date: Thu, 19 Dec 2024 09:46:42 +0100 Subject: [PATCH] feat: add additional tokens for skip-link component --- .../figma/voorbeeld.tokens.json | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/packages/voorbeeld-design-tokens/figma/voorbeeld.tokens.json b/packages/voorbeeld-design-tokens/figma/voorbeeld.tokens.json index 183df16b1..a63102675 100644 --- a/packages/voorbeeld-design-tokens/figma/voorbeeld.tokens.json +++ b/packages/voorbeeld-design-tokens/figma/voorbeeld.tokens.json @@ -6252,6 +6252,14 @@ "$type": "color", "$value": "{voorbeeld.document.inverse.color}" }, + "font-size": { + "$type": "fontSizes", + "$value": "{utrecht.document.font-size}" + }, + "line-height": { + "$type": "lineHeights", + "$value": "{utrecht.document.line-height}" + }, "padding-block": { "$type": "spacing", "$value": "{voorbeeld.space.block.snail}" @@ -6268,9 +6276,13 @@ "$type": "sizing", "$value": "{utrecht.pointer-target.min-size}" }, - "text-decoration": { - "$type": "textDecoration", - "$value": "underline" + "text-decoration-thickness": { + "$type": "other", + "$value": "auto" + }, + "text-underline-offset": { + "$type": "other", + "$value": "auto" }, "focus-visible": { "background-color": { @@ -6280,10 +6292,6 @@ "color": { "$type": "color", "$value": "{utrecht.focus.color}" - }, - "text-decoration": { - "$type": "textDecoration", - "$value": "None" } } }