From b9eee8c13dde91b28c81beb861e8aa1e75157b6a Mon Sep 17 00:00:00 2001 From: Rozerin <84851545+Rozerinay@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:13:02 +0200 Subject: [PATCH 1/2] paragraph tokens toegevoegd --- .../design-tokens/figma/figma.tokens.json | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/proprietary/design-tokens/figma/figma.tokens.json b/proprietary/design-tokens/figma/figma.tokens.json index 7f4def92a..685f2a021 100644 --- a/proprietary/design-tokens/figma/figma.tokens.json +++ b/proprietary/design-tokens/figma/figma.tokens.json @@ -3713,67 +3713,67 @@ "utrecht": { "paragraph": { "color": { - "value": "{utrecht.document.color}", + "value": "{rhc.color.foreground.lint}", "type": "color" }, "font-family": { - "value": "{utrecht.document.font-family}", + "value": "{rhc.font-family.primary}", "type": "fontFamilies" }, "font-size": { - "value": "{utrecht.document.font-size}", + "value": "{rhc.font-size.paragraph.default}", "type": "fontSizes" }, "font-weight": { - "value": "{utrecht.document.font-weight}", + "value": "{rhc.font-weight.regular}", "type": "fontWeights" }, "line-height": { - "value": "{utrecht.document.line-height}", + "value": "{rhc.line-height.paragraph}", "type": "lineHeights" }, "margin-block-end": { - "value": "{voorbeeld.space.block.beetle}", + "value": "{rhc.space.0}", "type": "spacing" }, "margin-block-start": { - "value": "{voorbeeld.space.block.beetle}", + "value": "{rhc.space.0}", "type": "spacing" } }, "paragraph-lead": { "color": { - "value": "{utrecht.document.color}", + "value": "{rhc.color.foreground.lint}", "type": "color" }, "font-size": { - "value": "{voorbeeld.typography.font-size.lg}", + "value": "{rhc.font-size.paragraph.intro}", "type": "fontSizes" }, "font-weight": { - "value": "{utrecht.document.font-weight}", + "value": "{rhc.font-weight.regular}", "type": "fontWeights" }, "line-height": { - "value": "{utrecht.document.line-height}", + "value": "{rhc.line-height.paragraph}", "type": "lineHeights" } }, "paragraph-small-print": { "color": { - "value": "{utrecht.document.color}", + "value": "{rhc.color.foreground.lint}", "type": "color" }, "font-size": { - "value": "{voorbeeld.typography.font-size.sm}", + "value": "{rhc.font-size.paragraph.default}", "type": "fontSizes" }, "font-weight": { - "value": "{utrecht.document.font-weight}", + "value": "{rhc.font-weight.regular}", "type": "fontWeights" }, "line-height": { - "value": "{utrecht.document.line-height}", + "value": "{rhc.line-height.paragraph}", "type": "lineHeights" } } @@ -5279,4 +5279,4 @@ "components/unordered-list" ] } -} +} \ No newline at end of file From f44dcca9ee161d547dfae279840c8d6ef4ec3c5a Mon Sep 17 00:00:00 2001 From: Rozerin <84851545+Rozerinay@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:13:33 +0200 Subject: [PATCH 2/2] lead en small genest --- .../design-tokens/figma/figma.tokens.json | 68 +++++++++---------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/proprietary/design-tokens/figma/figma.tokens.json b/proprietary/design-tokens/figma/figma.tokens.json index 685f2a021..c88a75831 100644 --- a/proprietary/design-tokens/figma/figma.tokens.json +++ b/proprietary/design-tokens/figma/figma.tokens.json @@ -3739,42 +3739,42 @@ "margin-block-start": { "value": "{rhc.space.0}", "type": "spacing" - } - }, - "paragraph-lead": { - "color": { - "value": "{rhc.color.foreground.lint}", - "type": "color" - }, - "font-size": { - "value": "{rhc.font-size.paragraph.intro}", - "type": "fontSizes" }, - "font-weight": { - "value": "{rhc.font-weight.regular}", - "type": "fontWeights" - }, - "line-height": { - "value": "{rhc.line-height.paragraph}", - "type": "lineHeights" - } - }, - "paragraph-small-print": { - "color": { - "value": "{rhc.color.foreground.lint}", - "type": "color" - }, - "font-size": { - "value": "{rhc.font-size.paragraph.default}", - "type": "fontSizes" - }, - "font-weight": { - "value": "{rhc.font-weight.regular}", - "type": "fontWeights" + "lead": { + "color": { + "value": "{rhc.color.foreground.lint}", + "type": "color" + }, + "font-size": { + "value": "{rhc.font-size.paragraph.intro}", + "type": "fontSizes" + }, + "font-weight": { + "value": "{rhc.font-weight.regular}", + "type": "fontWeights" + }, + "line-height": { + "value": "{rhc.line-height.paragraph}", + "type": "lineHeights" + } }, - "line-height": { - "value": "{rhc.line-height.paragraph}", - "type": "lineHeights" + "small": { + "color": { + "value": "{rhc.color.foreground.lint}", + "type": "color" + }, + "font-size": { + "value": "{rhc.font-size.paragraph.default}", + "type": "fontSizes" + }, + "font-weight": { + "value": "{rhc.font-weight.regular}", + "type": "fontWeights" + }, + "line-height": { + "value": "{rhc.line-height.paragraph}", + "type": "lineHeights" + } } } }