From 862880d76d7bb7aa567b2cd9dd06694b526ad85c Mon Sep 17 00:00:00 2001 From: AlineNap <59806622+AlineNap@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:46:00 +0100 Subject: [PATCH] text-input blocksize erbij --- .../src/imported/nl/utrecht-text-input.json | 8 ++++++++ .../src/imported/nl/utrecht-textarea.json | 14 ++++++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) 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 3421d8e1b..2c1c03b6e 100644 --- a/proprietary/design-tokens/src/imported/nl/utrecht-text-input.json +++ b/proprietary/design-tokens/src/imported/nl/utrecht-text-input.json @@ -160,5 +160,13 @@ } } } + }, + "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 d2e2f6bd2..314f863d4 100644 --- a/proprietary/design-tokens/src/imported/nl/utrecht-textarea.json +++ b/proprietary/design-tokens/src/imported/nl/utrecht-textarea.json @@ -155,14 +155,24 @@ "textarea": { "4-rows": { "block-size": { - "value": "4 * {lux.line-height.body.default}", + "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": { "block-size": { - "value": "8 * {lux.line-height.body.default}", + "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 " }