From f9ed8e0a3bda9476adf4cec58852b6e8fd142393 Mon Sep 17 00:00:00 2001 From: NMinksztym Date: Mon, 18 Nov 2024 16:31:48 +0100 Subject: [PATCH] update 18/11 --- figma-tokens/input/tokens.json | 292 +++++++++++++++++++++++++++++++++ 1 file changed, 292 insertions(+) diff --git a/figma-tokens/input/tokens.json b/figma-tokens/input/tokens.json index 4a6f01aee..40ddf7e57 100644 --- a/figma-tokens/input/tokens.json +++ b/figma-tokens/input/tokens.json @@ -417,12 +417,304 @@ } } }, + "semantic-tokens/desktop": { + "color": { + "CTA": { + "default": { + "value": "{color.red.600}", + "type": "color" + }, + "hover": { + "value": "{color.red.400}", + "type": "color" + }, + "disabled": { + "value": "{color.gray.400}", + "type": "color" + } + } + }, + "fontfamily": { + "primary": { + "value": "{fontfamily.proximanova}", + "type": "text" + }, + "secondary": { + "value": "{fontfamily.sohnebreit}", + "type": "text" + } + }, + "fontsize": { + "heading": { + "h1": { + "value": "{fontsize.100}", + "type": "number" + }, + "h2": { + "value": "{fontsize.55}", + "type": "number" + }, + "h3": { + "value": "{fontsize.35}", + "type": "number" + }, + "h4": { + "value": "{fontsize.35}", + "type": "number" + }, + "h5": { + "value": "{fontsize.25}", + "type": "number" + }, + "h6": { + "value": "{fontsize.16}", + "type": "number" + } + }, + "body": { + "default": { + "value": "{fontsize.20}", + "type": "number" + }, + "small": { + "value": "{fontsize.16}", + "type": "number" + } + } + }, + "lineheight": { + "body": { + "value": "{lineheight.137,5%}", + "type": "number" + } + } + }, + "semantic-tokens/tablet": { + "color": { + "CTA": { + "default": { + "value": "{color.red.600}", + "type": "color" + }, + "hover": { + "value": "{color.red.400}", + "type": "color" + }, + "disabled": { + "value": "{color.gray.400}", + "type": "color" + } + } + }, + "fontfamily": { + "primary": { + "value": "{fontfamily.proximanova}", + "type": "text" + }, + "secondary": { + "value": "{fontfamily.sohnebreit}", + "type": "text" + } + }, + "fontsize": { + "heading": { + "h1": { + "value": "{fontsize.100}", + "type": "number" + }, + "h2": { + "value": "{fontsize.55}", + "type": "number" + }, + "h3": { + "value": "{fontsize.35}", + "type": "number" + }, + "h4": { + "value": "{fontsize.35}", + "type": "number" + }, + "h5": { + "value": "{fontsize.25}", + "type": "number" + }, + "h6": { + "value": "{fontsize.16}", + "type": "number" + } + }, + "body": { + "default": { + "value": "{fontsize.20}", + "type": "number" + }, + "small": { + "value": "{fontsize.16}", + "type": "number" + } + } + }, + "lineheight": { + "body": { + "value": "{lineheight.137,5%}", + "type": "number" + } + } + }, + "semantic-tokens/mobile": { + "color": { + "CTA": { + "default": { + "value": "{color.red.600}", + "type": "color" + }, + "hover": { + "value": "{color.red.400}", + "type": "color" + }, + "disabled": { + "value": "{color.gray.400}", + "type": "color" + } + } + }, + "fontfamily": { + "primary": { + "value": "{fontfamily.proximanova}", + "type": "text" + }, + "secondary": { + "value": "{fontfamily.sohnebreit}", + "type": "text" + } + }, + "fontsize": { + "heading": { + "h1": { + "value": "{fontsize.100}", + "type": "number" + }, + "h2": { + "value": "{fontsize.55}", + "type": "number" + }, + "h3": { + "value": "{fontsize.35}", + "type": "number" + }, + "h4": { + "value": "{fontsize.35}", + "type": "number" + }, + "h5": { + "value": "{fontsize.25}", + "type": "number" + }, + "h6": { + "value": "{fontsize.16}", + "type": "number" + } + }, + "body": { + "default": { + "value": "{fontsize.20}", + "type": "number" + }, + "small": { + "value": "{fontsize.16}", + "type": "number" + } + } + }, + "lineheight": { + "body": { + "value": "{lineheight.137,5%}", + "type": "number" + } + } + }, + "semantic-tokens/semantic-tokens": { + "color": { + "CTA": { + "default": { + "value": "{color.red.600}", + "type": "color" + }, + "hover": { + "value": "{color.red.400}", + "type": "color" + }, + "disabled": { + "value": "{color.gray.400}", + "type": "color" + } + } + }, + "fontfamily": { + "primary": { + "value": "{fontfamily.proximanova}", + "type": "text" + }, + "secondary": { + "value": "{fontfamily.sohnebreit}", + "type": "text" + } + }, + "fontsize": { + "heading": { + "h1": { + "value": "{fontsize.100}", + "type": "number" + }, + "h2": { + "value": "{fontsize.55}", + "type": "number" + }, + "h3": { + "value": "{fontsize.35}", + "type": "number" + }, + "h4": { + "value": "{fontsize.35}", + "type": "number" + }, + "h5": { + "value": "{fontsize.25}", + "type": "number" + }, + "h6": { + "value": "{fontsize.16}", + "type": "number" + } + }, + "body": { + "default": { + "value": "{fontsize.20}", + "type": "number" + }, + "small": { + "value": "{fontsize.16}", + "type": "number" + } + } + }, + "lineheight": { + "body": { + "value": "{lineheight.137,5%}", + "type": "number" + } + } + }, "component-tokens": {}, "$themes": [], "$metadata": { "tokenSetOrder": [ "primitive-tokens", "semantic-tokens", + "semantic-tokens/desktop", + "semantic-tokens/tablet", + "semantic-tokens/mobile", + "semantic-tokens/semantic-tokens", "component-tokens" ] }