From 993aa84a4a879e65eb3cd7d7eb869b7894f88097 Mon Sep 17 00:00:00 2001 From: Rozerin <84851545+Rozerinay@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:40:32 +0200 Subject: [PATCH 1/2] ontbrekende spacing tokens toegevoegd --- .../design-tokens/figma/figma.tokens.json | 83 ++++++++++++++----- 1 file changed, 64 insertions(+), 19 deletions(-) diff --git a/proprietary/design-tokens/figma/figma.tokens.json b/proprietary/design-tokens/figma/figma.tokens.json index b3df7ce30..996659961 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.300}", + "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.300}", + "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" } }, From 1198cb71ab7f881c5e23543b6c2fe87eccabee2a Mon Sep 17 00:00:00 2001 From: Rozerin <84851545+Rozerinay@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:53:59 +0200 Subject: [PATCH 2/2] padding aangepast --- proprietary/design-tokens/figma/figma.tokens.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proprietary/design-tokens/figma/figma.tokens.json b/proprietary/design-tokens/figma/figma.tokens.json index 996659961..85051e0eb 100644 --- a/proprietary/design-tokens/figma/figma.tokens.json +++ b/proprietary/design-tokens/figma/figma.tokens.json @@ -3393,7 +3393,7 @@ }, "item": { "padding-inline-start": { - "value": "{rhc.space.300}", + "value": "{rhc.space.0}", "type": "spacing" }, "margin-block-end": { @@ -5265,7 +5265,7 @@ }, "item": { "padding-inline-start": { - "value": "{rhc.space.300}", + "value": "{rhc.space.0}", "type": "spacing" }, "margin-block-end": {