From cfc35f47e38ea2b79f6fa598d37c0acf426a6fa9 Mon Sep 17 00:00:00 2001 From: AlineNap <59806622+AlineNap@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:12:02 +0100 Subject: [PATCH] update, text-input eraf + v2 van block-size text area. De hoogte komt op de value en placeholder --- .../design-tokens/src/imported/$themes.json | 12 ++++++++---- .../src/imported/nl/utrecht-text-input.json | 8 -------- .../src/imported/nl/utrecht-textarea.json | 14 ++++---------- 3 files changed, 12 insertions(+), 22 deletions(-) diff --git a/proprietary/design-tokens/src/imported/$themes.json b/proprietary/design-tokens/src/imported/$themes.json index 0b0638e5..7cfe96fd 100644 --- a/proprietary/design-tokens/src/imported/$themes.json +++ b/proprietary/design-tokens/src/imported/$themes.json @@ -988,7 +988,8 @@ "selectedTokenSets": { "NLdoc/default": "enabled" }, - "group": "NLdoc" + "group": "NLdoc", + "$figmaVariableReferences": {} }, { "id": "5a579e9a45428a1c218461931b7d72ff86cf798f", @@ -997,7 +998,8 @@ "selectedTokenSets": { "NLdoc/Rijksoverheid": "enabled" }, - "group": "NLdoc" + "group": "NLdoc", + "$figmaVariableReferences": {} }, { "id": "5252df7c6782827fd088a497c11f04326060cffe", @@ -1006,7 +1008,8 @@ "selectedTokenSets": { "NLdoc/Ridderkerk": "enabled" }, - "group": "NLdoc" + "group": "NLdoc", + "$figmaVariableReferences": {} }, { "id": "636f384651b16ba46aca2cc94d071476e0d716b2", @@ -1015,7 +1018,8 @@ "selectedTokenSets": { "NLdoc/Waterschap Hollandse Delta": "enabled" }, - "group": "NLdoc" + "group": "NLdoc", + "$figmaVariableReferences": {} }, { "id": "457e23ac6f8506672b0bcefbc480a7f3b6d30e2b", diff --git a/proprietary/design-tokens/src/imported/nl/utrecht-text-input.json b/proprietary/design-tokens/src/imported/nl/utrecht-text-input.json index 2c1c03b6..3421d8e1 100644 --- a/proprietary/design-tokens/src/imported/nl/utrecht-text-input.json +++ b/proprietary/design-tokens/src/imported/nl/utrecht-text-input.json @@ -160,13 +160,5 @@ } } } - }, - "figma": { - "textbox": { - "block-size": { - "value": "{utrecht.textbox.line-height} + {utrecht.textbox.padding-block-start} + {utrecht.textbox.padding-block-end}", - "type": "sizing" - } - } } } \ No newline at end of file diff --git a/proprietary/design-tokens/src/imported/nl/utrecht-textarea.json b/proprietary/design-tokens/src/imported/nl/utrecht-textarea.json index 314f863d..ef8da068 100644 --- a/proprietary/design-tokens/src/imported/nl/utrecht-textarea.json +++ b/proprietary/design-tokens/src/imported/nl/utrecht-textarea.json @@ -148,6 +148,10 @@ "font-size": { "value": "{lux.font-size.body.default}", "type": "fontSizes" + }, + "min-block-size": { + "value": "{lux.size.target}", + "type": "sizing" } } }, @@ -158,11 +162,6 @@ "value": "4 * {utrecht.textarea.line-height}", "type": "sizing", "description": "4 * lineheight " - }, - "block-size-2": { - "value": "4 * {utrecht.textarea.line-height} + {utrecht.textarea.padding-block-start} + {utrecht.textarea.padding-block-end}", - "type": "sizing", - "description": "4 * lineheight " } }, "8-rows": { @@ -170,11 +169,6 @@ "value": "8 * {utrecht.textarea.line-height}", "type": "sizing", "description": "4 * lineheight " - }, - "block-size-2": { - "value": "8 * {utrecht.textarea.line-height} + {utrecht.textarea.padding-block-start} + {utrecht.textarea.padding-block-end}", - "type": "sizing", - "description": "4 * lineheight " } } }