diff --git a/proprietary/design-tokens/figma/figma.tokens.json b/proprietary/design-tokens/figma/figma.tokens.json index b3df7ce30..85051e0eb 100644 --- a/proprietary/design-tokens/figma/figma.tokens.json +++ b/proprietary/design-tokens/figma/figma.tokens.json @@ -805,11 +805,26 @@ } }, "utrecht/document": { - "background-color": { "value": "{rhc.color.wit}" }, - "color": { "value": "{rhc.color.zwart}" }, - "font-family": { "value": "{rhc.font-family.primary}" }, - "font-size": { "value": "{rhc.font-size.md}" }, - "line-height": { "value": "1.4" } + "background-color": { + "value": "{rhc.color.wit}", + "type": "other" + }, + "color": { + "value": "{rhc.color.zwart}", + "type": "other" + }, + "font-family": { + "value": "{rhc.font-family.primary}", + "type": "other" + }, + "font-size": { + "value": "{rhc.font-size.md}", + "type": "other" + }, + "line-height": { + "value": "1.4", + "type": "other" + } } }, "brand/size": { @@ -1000,8 +1015,14 @@ } }, "utrecht/document": { - "background-color": { "value": "{rhc.color.wit}" }, - "color": { "value": "{rhc.color.zwart}" } + "background-color": { + "value": "{rhc.color.wit}", + "type": "other" + }, + "color": { + "value": "{rhc.color.zwart}", + "type": "other" + } } }, "common/size": { @@ -3362,6 +3383,28 @@ "value": "{rhc.space.300}", "type": "spacing" }, + "margin-block-end": { + "value": "{rhc.space.50}", + "type": "spacing" + }, + "margin-block-start": { + "value": "{rhc.space.50}", + "type": "spacing" + }, + "item": { + "padding-inline-start": { + "value": "{rhc.space.0}", + "type": "spacing" + }, + "margin-block-end": { + "value": "{rhc.space.0}", + "type": "spacing" + }, + "margin-block-start": { + "value": "{rhc.space.0}", + "type": "spacing" + } + }, "color": { "value": "{rhc.color.foreground.lint}", "type": "color" @@ -3381,16 +3424,6 @@ "line-height": { "value": "{rhc.line-height.paragraph}", "type": "lineHeights" - }, - "item": { - "margin-block-end": { - "value": "{rhc.space.50}", - "type": "spacing" - }, - "margin-block-start": { - "value": "{rhc.space.50}", - "type": "spacing" - } } } } @@ -5202,6 +5235,14 @@ "value": "{rhc.space.300}", "type": "spacing" }, + "margin-block-end": { + "value": "{rhc.space.50}", + "type": "spacing" + }, + "margin-block-start": { + "value": "{rhc.space.50}", + "type": "spacing" + }, "color": { "value": "{rhc.color.foreground.lint}", "type": "color" @@ -5223,12 +5264,16 @@ "type": "lineHeights" }, "item": { + "padding-inline-start": { + "value": "{rhc.space.0}", + "type": "spacing" + }, "margin-block-end": { - "value": "{rhc.space.50}", + "value": "{rhc.space.0}", "type": "spacing" }, "margin-block-start": { - "value": "{rhc.space.50}", + "value": "{rhc.space.0}", "type": "spacing" } },