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 3421d8e1..2c1c03b6 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 d2e2f6bd..314f863d 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 " }