diff --git a/packages/voorbeeld-design-tokens/figma/voorbeeld.tokens.json b/packages/voorbeeld-design-tokens/figma/voorbeeld.tokens.json index 979910eef..50447c3d0 100644 --- a/packages/voorbeeld-design-tokens/figma/voorbeeld.tokens.json +++ b/packages/voorbeeld-design-tokens/figma/voorbeeld.tokens.json @@ -2971,6 +2971,30 @@ "type": "lineHeights" } } + }, + "utrecht": { + "form-field-description": { + "color": { + "type": "color", + "value": "{utrecht.document.subtle.color}" + }, + "font-family": { + "value": "{utrecht.document.font-family}", + "type": "fontFamilies" + }, + "font-size": { + "value": "{utrecht.document.font-size}", + "type": "fontSizes" + }, + "font-weight": { + "value": "{utrecht.document.font-weight}", + "type": "fontWeights" + }, + "line-height": { + "value": "{utrecht.document.line-height}", + "type": "lineHeights" + } + } } }, "components/form-field-error-message": { @@ -3007,6 +3031,30 @@ "type": "lineHeights" } } + }, + "utrecht": { + "form-field-error-message": { + "color": { + "type": "color", + "value": "{utrecht.feedback.negative.color}" + }, + "font-family": { + "value": "{utrecht.document.font-family}", + "type": "fontFamilies" + }, + "font-size": { + "value": "{utrecht.document.font-size}", + "type": "fontSizes" + }, + "font-weight": { + "value": "{utrecht.document.font-weight}", + "type": "fontWeights" + }, + "line-height": { + "value": "{utrecht.document.line-height}", + "type": "lineHeights" + } + } } }, "components/form-field-label": { @@ -5224,4 +5272,4 @@ "components/unordered-list" ] } -} \ No newline at end of file +}