diff --git a/design-tokens/$themes.json b/design-tokens/$themes.json index 78c1b30964..d445abb173 100644 --- a/design-tokens/$themes.json +++ b/design-tokens/$themes.json @@ -6,8 +6,7 @@ "Base/Core": "source", "Base/Component": "enabled", "Base/Semantic": "enabled", - "Brand/Tilsynet": "enabled", - "Brand/Digdir": "disabled" + "Brand/Tilsynet": "enabled" }, "$figmaStyleReferences": {} }, @@ -20,7 +19,39 @@ "Base/Semantic": "enabled", "Brand/Digdir": "enabled" }, - "$figmaStyleReferences": {} + "$figmaStyleReferences": { + "heading.heading-xlarge": "S:3c153973cb7a9a9c750db73e13e99baee56692e7,", + "heading.(800) 36px": "S:be27fce85eeac8fbbb6c389903939856002e06e5,", + "heading.(700) 28px": "S:915be58f63bfd0fdaf1edf383160cfe51c0db5f9,", + "heading.(600) 24px": "S:bfccc85e677a2fa0b75028ac1cf2a25b476ddfa9,", + "heading.(500) 20px": "S:9cafcba08df7d88ccf405fe445d00de90579bb0a,", + "ingress.(600) 24px": "S:87209738ffb1c881c83fbd86c663155e7dd6c7a9,", + "ingress.(500) 20px": "S:1978c05f714dd29e3dbebe615f9686a1e9b9d2bc,", + "body.(400) 18px": "S:744562b7ecb70d12f4a54699393d23ea6b38cc78,", + "body.(300) 16px": "S:cfb62270257dbd1df9e003f1722e43254a50f093,", + "label.(400) 18px": "S:e7a9b03c72019278c16078a63e4dcdafb4e4fdb0,", + "label.(300) 16px": "S:5b262ee96a80d18ad313a450d78b38088eaae06f,", + "error_message.(400) 18px": "S:1b6a4185e508d29b407555000217e89c84262718,", + "error_message.(300) 16px": "S:3733a293bd3d11442a40003620668fb92d9d21e1,", + "detail.(200) 14px": "S:302d2ee37a3b91ebccb39086412c3ef22af62582,", + "detail.(100) 12px": "S:2643dea73b1a15ecd855f83c1681aed11c864331,", + "detail.(000) 10px": "S:d1222696bfe2f1bc1946b4d51cd862ce0e0072e4,", + "heading.heading-large": "S:d0a93cb9f3e7fa4a66c471f9006d9a1f2656293f,", + "heading.heading-medium": "S:36aff0588dbe5f14e6a7360e2a5f4f635bd08ad9,", + "heading.heading-small": "S:e56a2abb03777621687c12db3cfff15d51bdcca4,", + "heading.heading-xsmall": "S:cb75297d1f1f8a4a13c50e58b247f760c2ed9ba1,", + "ingress.ingress-large": "S:3831249684aad80fa17f80823fd72ebadc3a6ac6,", + "ingress.ingress-medium": "S:658b725b8636d5f0d5dca61522985d5ce3d92542,", + "body.body-medium": "S:afacabb65e4f5acf52cb623548d43bfb90a5962b,", + "body.body-small": "S:118d72ec97aa172676dcfaeb0f110819b839684e,", + "label.label-medium": "S:c4e357ef75d801973d16d9a482849ea7a69a801a,", + "label.label-small": "S:59a47fb5b3cdc2b9903a96bedfa3e9e08ee39fdd,", + "error_message.error-medium": "S:d87a49ce63849ec09c1b7e51841f7287705e8400,", + "error_message.error-small": "S:19b164c1cbbf76199f05199f28e3fb15a6406ea2,", + "detail.detail-medium": "S:3cbf7a96c212270e0e6a51a8b5ec6c3abada59ee,", + "detail.detail-small": "S:4d41541125a8715d11b4691376424fe19b70c404,", + "detail.detail-xsmall": "S:1d6c753539020ca6f978df37a192c9ef888a1405," + } }, { "id": "3fd3116514764af5cf244506c98e3944ca9f5e93", diff --git a/design-tokens/Base/Component.json b/design-tokens/Base/Component.json index 526cd6a9a8..013cc050fa 100644 --- a/design-tokens/Base/Component.json +++ b/design-tokens/Base/Component.json @@ -145,21 +145,6 @@ } } }, - "typography": { - "default": { - "value": { - "fontFamily": "Altinn-DIN", - "fontWeight": "Regular", - "lineHeight": "1.5", - "fontSize": "1rem", - "letterSpacing": "3%", - "paragraphSpacing": "0", - "textDecoration": "none", - "textCase": "none" - }, - "type": "typography" - } - }, "font_weight": { "heading": { "value": "bold", @@ -1066,295 +1051,6 @@ } } }, - "paragraph_space": { - "default": { - "value": "{space.x3}rem", - "type": "paragraphSpacing" - } - }, - "font_size": { - "100": { - "value": "0.75rem", - "type": "fontSizes" - }, - "200": { - "value": "0.875rem", - "type": "fontSizes" - }, - "300": { - "value": "1rem", - "type": "fontSizes" - }, - "400": { - "breakpoint_sm": { - "value": "1rem", - "type": "fontSizes" - }, - "breakpoint_md": { - "value": "1.125rem", - "type": "fontSizes" - } - }, - "500": { - "breakpoint_sm": { - "value": "1rem", - "type": "fontSizes" - }, - "breakpoint_md": { - "value": "1.125rem", - "type": "fontSizes" - }, - "breakpoint_lg": { - "value": "1.25rem", - "type": "fontSizes" - } - }, - "600": { - "breakpoint_sm": { - "value": "1.125rem", - "type": "fontSizes", - "description": "18px" - }, - "breakpoint_md": { - "value": "1.25rem", - "type": "fontSizes", - "description": "20px" - }, - "breakpoint_lg": { - "value": "1.5rem", - "type": "fontSizes", - "description": "24px" - } - }, - "700": { - "breakpoint_sm": { - "value": "1.25rem", - "type": "fontSizes", - "description": "20px" - }, - "breakpoint_md": { - "value": "1.5rem", - "type": "fontSizes", - "description": "24px" - }, - "breakpoint_lg": { - "value": "1.75rem", - "type": "fontSizes", - "description": "28px" - } - }, - "800": { - "breakpoint_sm": { - "value": "1.5rem", - "type": "fontSizes", - "description": "24px" - }, - "breakpoint_md": { - "value": "1.75rem", - "type": "fontSizes", - "description": "28px" - }, - "breakpoint_lg": { - "value": "2.25rem", - "type": "fontSizes", - "description": "36px" - } - }, - "900": { - "breakpoint_sm": { - "value": "1.75rem", - "type": "fontSizes", - "description": "28px" - }, - "breakpoint_md": { - "value": "2.25rem", - "type": "fontSizes", - "description": "36px" - }, - "breakpoint_lg": { - "value": "2.75rem", - "type": "fontSizes", - "description": "44px" - } - }, - "heading": { - "h1": { - "breakpoint_sm": { - "value": "{font_size.900.breakpoint_sm}", - "type": "fontSizes" - }, - "breakpoint_md": { - "value": "{font_size.900.breakpoint_md}", - "type": "fontSizes" - }, - "breakpoint_lg": { - "value": "{font_size.900.breakpoint_lg}", - "type": "fontSizes" - } - }, - "h2": { - "breakpoint_sm": { - "value": "{font_size.800.breakpoint_sm}", - "type": "fontSizes" - }, - "breakpoint_md": { - "value": "{font_size.800.breakpoint_md}", - "type": "fontSizes" - }, - "breakpoint_lg": { - "value": "{font_size.800.breakpoint_lg}", - "type": "fontSizes" - } - }, - "h3": { - "breakpoint_sm": { - "value": "{font_size.700.breakpoint_sm}", - "type": "fontSizes" - }, - "breakpoint_md": { - "value": "{font_size.700.breakpoint_md}", - "type": "fontSizes" - }, - "breakpoint_lg": { - "value": "{font_size.700.breakpoint_lg}", - "type": "fontSizes" - } - }, - "h4": { - "breakpoint_sm": { - "value": "{font_size.600.breakpoint_sm}", - "type": "fontSizes" - }, - "breakpoint_md": { - "value": "{font_size.600.breakpoint_md}", - "type": "fontSizes" - }, - "breakpoint_lg": { - "value": "{font_size.600.breakpoint_lg}", - "type": "fontSizes" - } - }, - "h5": { - "breakpoint_sm": { - "value": "{font_size.500.breakpoint_sm}", - "type": "fontSizes" - }, - "breakpoint_md": { - "value": "{font_size.500.breakpoint_md}", - "type": "fontSizes" - }, - "breakpoint_lg": { - "value": "{font_size.500.breakpoint_lg}", - "type": "fontSizes" - } - } - }, - "component-size": { - "xs": { - "value": "{font_size.200}", - "type": "fontSizes", - "description": "14px" - }, - "sm": { - "value": "{font_size.300}", - "type": "fontSizes", - "description": "16px" - }, - "md": { - "value": "1.125rem", - "type": "fontSizes", - "description": "18px" - }, - "lg": { - "value": "1.5rem", - "type": "fontSizes", - "description": "24px" - } - }, - "body": { - "medium": { - "value": "{font_size.300}", - "type": "fontSizes", - "description": "Body text should never be smaller than 16px" - }, - "large": { - "breakpoint_sm": { - "value": "{font_size.400.breakpoint_sm}", - "type": "fontSizes" - }, - "breakpoint_md": { - "value": "{font_size.400.breakpoint_md}", - "type": "fontSizes" - } - } - }, - "label": { - "small": { - "breakpoint_sm": { - "value": "{font_size.400.breakpoint_sm}", - "type": "fontSizes" - }, - "breakpoint_md": { - "value": "{font_size.400.breakpoint_md}", - "type": "fontSizes" - } - } - }, - "detail": { - "default": { - "value": "{font_size.200}", - "type": "fontSizes" - } - }, - "ingress": { - "small": { - "breakpoint_sm": { - "value": "1.125rem", - "type": "fontSizes", - "description": "18px (Ingress should never be smaller than 18px, to keep a visual difference from the body text that is 16px.)" - }, - "breakpoint_md": { - "value": "1.25rem", - "type": "fontSizes", - "description": "20px" - } - }, - "medium": { - "breakpoint_sm": { - "value": "1.25rem", - "type": "fontSizes", - "description": "20px" - }, - "breakpoint_md": { - "value": "1.5rem", - "type": "fontSizes", - "description": "24px" - } - } - } - }, - "font_family": { - "default": { - "value": "Altinn-DIN", - "type": "fontFamilies" - }, - "heading": { - "value": "{font_family.default}", - "type": "fontFamilies" - }, - "ingress": { - "value": "{font_family.default}", - "type": "fontFamilies" - }, - "body": { - "value": "{font_family.default}", - "type": "fontFamilies" - }, - "label": { - "value": "{font_family.default}", - "type": "fontFamilies" - } - }, "breakpoints": { "xs": { "value": "0px", @@ -1387,21 +1083,6 @@ "description": "Specific styling for desktops and up. Will affect screen sizes with the set size and larger." } }, - "typography": { - "default": { - "value": { - "fontFamily": "Altinn-DIN", - "fontWeight": "Regular", - "lineHeight": "1.5", - "fontSize": "1rem", - "letterSpacing": "0.3px", - "paragraphSpacing": "0", - "textDecoration": "none", - "textCase": "none" - }, - "type": "typography" - } - }, "size": { "base": { "value": "0.75", @@ -1485,319 +1166,5 @@ "spread": "0" }, "type": "boxShadow" - }, - "fontFamilies": { - "inter": { - "value": "Inter", - "type": "fontFamilies" - } - }, - "lineHeights": { - "0": { - "value": "130%", - "type": "lineHeights" - }, - "1": { - "value": "170%", - "type": "lineHeights" - }, - "2": { - "value": "160%", - "type": "lineHeights" - }, - "3": { - "value": "150%", - "type": "lineHeights" - }, - "4": { - "value": "130", - "type": "lineHeights" - } - }, - "fontWeights": { - "inter-0": { - "value": "Medium", - "type": "fontWeights" - }, - "inter-1": { - "value": "Regular", - "type": "fontWeights" - } - }, - "fontSize": { - "0": { - "value": "14", - "type": "fontSizes" - }, - "1": { - "value": "16", - "type": "fontSizes" - }, - "2": { - "value": "18", - "type": "fontSizes" - }, - "3": { - "value": "20", - "type": "fontSizes" - }, - "4": { - "value": "24", - "type": "fontSizes" - }, - "5": { - "value": "28", - "type": "fontSizes" - }, - "6": { - "value": "36", - "type": "fontSizes" - }, - "7": { - "value": "44", - "type": "fontSizes" - } - }, - "letterSpacing": { - "0": { - "value": "0", - "type": "letterSpacing" - }, - "1": { - "value": "0%", - "type": "letterSpacing" - } - }, - "paragraphSpacing": { - "0": { - "value": "0", - "type": "paragraphSpacing" - } - }, - "heading": { - "(900) 44px": { - "value": { - "fontFamily": "{fontFamilies.inter}", - "fontWeight": "{fontWeights.inter-0}", - "lineHeight": "{lineHeights.0}", - "fontSize": "{fontSize.7}", - "letterSpacing": "{letterSpacing.0}", - "paragraphSpacing": "{paragraphSpacing.0}", - "paragraphIndent": "{paragraphIndent.0}", - "textCase": "{textCase.none}", - "textDecoration": "{textDecoration.none}" - }, - "type": "typography" - }, - "(800) 36px": { - "value": { - "fontFamily": "{fontFamilies.inter}", - "fontWeight": "{fontWeights.inter-0}", - "lineHeight": "{lineHeights.0}", - "fontSize": "{fontSize.6}", - "letterSpacing": "{letterSpacing.0}", - "paragraphSpacing": "{paragraphSpacing.0}", - "paragraphIndent": "{paragraphIndent.0}", - "textCase": "{textCase.none}", - "textDecoration": "{textDecoration.none}" - }, - "type": "typography" - }, - "(700) 28px": { - "value": { - "fontFamily": "{fontFamilies.inter}", - "fontWeight": "{fontWeights.inter-0}", - "lineHeight": "{lineHeights.0}", - "fontSize": "{fontSize.5}", - "letterSpacing": "{letterSpacing.0}", - "paragraphSpacing": "{paragraphSpacing.0}", - "paragraphIndent": "{paragraphIndent.0}", - "textCase": "{textCase.none}", - "textDecoration": "{textDecoration.none}" - }, - "type": "typography" - }, - "(600) 24px": { - "value": { - "fontFamily": "{fontFamilies.inter}", - "fontWeight": "{fontWeights.inter-0}", - "lineHeight": "{lineHeights.0}", - "fontSize": "{fontSize.4}", - "letterSpacing": "{letterSpacing.0}", - "paragraphSpacing": "{paragraphSpacing.0}", - "paragraphIndent": "{paragraphIndent.0}", - "textCase": "{textCase.none}", - "textDecoration": "{textDecoration.none}" - }, - "type": "typography" - }, - "(500) 20px": { - "value": { - "fontFamily": "{fontFamilies.inter}", - "fontWeight": "{fontWeights.inter-0}", - "lineHeight": "{lineHeights.0}", - "fontSize": "{fontSize.3}", - "letterSpacing": "{letterSpacing.0}", - "paragraphSpacing": "{paragraphSpacing.0}", - "paragraphIndent": "{paragraphIndent.0}", - "textCase": "{textCase.none}", - "textDecoration": "{textDecoration.none}" - }, - "type": "typography" - } - }, - "ingress": { - "(600) 24px": { - "value": { - "fontFamily": "{fontFamilies.inter}", - "fontWeight": "{fontWeights.inter-1}", - "lineHeight": "{lineHeights.1}", - "fontSize": "{fontSize.4}", - "letterSpacing": "{letterSpacing.0}", - "paragraphSpacing": "{paragraphSpacing.0}", - "paragraphIndent": "{paragraphIndent.0}", - "textCase": "{textCase.none}", - "textDecoration": "{textDecoration.none}" - }, - "type": "typography" - }, - "(500) 20px": { - "value": { - "fontFamily": "{fontFamilies.inter}", - "fontWeight": "{fontWeights.inter-1}", - "lineHeight": "{lineHeights.2}", - "fontSize": "{fontSize.3}", - "letterSpacing": "{letterSpacing.0}", - "paragraphSpacing": "{paragraphSpacing.0}", - "paragraphIndent": "{paragraphIndent.0}", - "textCase": "{textCase.none}", - "textDecoration": "{textDecoration.none}" - }, - "type": "typography" - } - }, - "body": { - "(400) 18px": { - "value": { - "fontFamily": "{fontFamilies.inter}", - "fontWeight": "{fontWeights.inter-1}", - "lineHeight": "{lineHeights.3}", - "fontSize": "{fontSize.2}", - "letterSpacing": "{letterSpacing.0}", - "paragraphSpacing": "{paragraphSpacing.0}", - "paragraphIndent": "{paragraphIndent.0}", - "textCase": "{textCase.none}", - "textDecoration": "{textDecoration.none}" - }, - "type": "typography" - }, - "(300) 16px": { - "value": { - "fontFamily": "{fontFamilies.inter}", - "fontWeight": "{fontWeights.inter-1}", - "lineHeight": "{lineHeights.3}", - "fontSize": "{fontSize.1}", - "letterSpacing": "{letterSpacing.0}", - "paragraphSpacing": "{paragraphSpacing.0}", - "paragraphIndent": "{paragraphIndent.0}", - "textCase": "{textCase.none}", - "textDecoration": "{textDecoration.none}" - }, - "type": "typography" - } - }, - "detail": { - "(200) 14px": { - "value": { - "fontFamily": "{fontFamilies.inter}", - "fontWeight": "{fontWeights.inter-0}", - "lineHeight": "{lineHeights.0}", - "fontSize": "{fontSize.0}", - "letterSpacing": "{letterSpacing.0}", - "paragraphSpacing": "{paragraphSpacing.0}", - "paragraphIndent": "{paragraphIndent.0}", - "textCase": "{textCase.none}", - "textDecoration": "{textDecoration.none}" - }, - "type": "typography" - } - }, - "label": { - "(400) 18px": { - "value": { - "fontFamily": "{fontFamilies.inter}", - "fontWeight": "{fontWeights.inter-0}", - "lineHeight": "{lineHeights.0}", - "fontSize": "{fontSize.2}", - "letterSpacing": "{letterSpacing.0}", - "paragraphSpacing": "{paragraphSpacing.0}", - "paragraphIndent": "{paragraphIndent.0}", - "textCase": "{textCase.none}", - "textDecoration": "{textDecoration.none}" - }, - "type": "typography" - }, - "(300) 16px": { - "value": { - "fontFamily": "{fontFamilies.inter}", - "fontWeight": "{fontWeights.inter-0}", - "lineHeight": "{lineHeights.0}", - "fontSize": "{fontSize.1}", - "letterSpacing": "{letterSpacing.0}", - "paragraphSpacing": "{paragraphSpacing.0}", - "paragraphIndent": "{paragraphIndent.0}", - "textCase": "{textCase.none}", - "textDecoration": "{textDecoration.none}" - }, - "type": "typography" - } - }, - "error_message": { - "(400) 18px": { - "value": { - "fontFamily": "{fontFamilies.inter}", - "fontWeight": "{fontWeights.inter-1}", - "lineHeight": "{lineHeights.4}", - "fontSize": "{fontSize.2}", - "letterSpacing": "{letterSpacing.1}", - "paragraphSpacing": "{paragraphSpacing.0}", - "paragraphIndent": "{paragraphIndent.0}", - "textCase": "{textCase.none}", - "textDecoration": "{textDecoration.none}" - }, - "type": "typography" - }, - "(300) 16px": { - "value": { - "fontFamily": "{fontFamilies.inter}", - "fontWeight": "{fontWeights.inter-1}", - "lineHeight": "{lineHeights.4}", - "fontSize": "{fontSize.1}", - "letterSpacing": "{letterSpacing.1}", - "paragraphSpacing": "{paragraphSpacing.0}", - "paragraphIndent": "{paragraphIndent.0}", - "textCase": "{textCase.none}", - "textDecoration": "{textDecoration.none}" - }, - "type": "typography" - } - }, - "textCase": { - "none": { - "value": "none", - "type": "textCase" - } - }, - "textDecoration": { - "none": { - "value": "none", - "type": "textDecoration" - } - }, - "paragraphIndent": { - "0": { - "value": "0px", - "type": "dimension" - } } } \ No newline at end of file diff --git a/design-tokens/Base/Core.json b/design-tokens/Base/Core.json index 6a736b0767..904f2d72cb 100644 --- a/design-tokens/Base/Core.json +++ b/design-tokens/Base/Core.json @@ -284,5 +284,115 @@ "type": "color" } } + }, + "letterSpacing": { + "0": { + "value": "0", + "type": "letterSpacing" + }, + "1": { + "value": "0%", + "type": "letterSpacing" + } + }, + "paragraphSpacing": { + "0": { + "value": "0", + "type": "paragraphSpacing" + } + }, + "textCase": { + "none": { + "value": "none", + "type": "textCase" + } + }, + "textDecoration": { + "none": { + "value": "none", + "type": "textDecoration" + } + }, + "paragraphIndent": { + "0": { + "value": "0px", + "type": "dimension" + } + }, + "fontFamilies": { + "inter": { + "value": "Inter", + "type": "fontFamilies" + } + }, + "fontSize": { + "0": { + "value": "10", + "type": "fontSizes" + }, + "1": { + "value": "12", + "type": "fontSizes" + }, + "2": { + "value": "14", + "type": "fontSizes" + }, + "3": { + "value": "16", + "type": "fontSizes" + }, + "4": { + "value": "18", + "type": "fontSizes" + }, + "5": { + "value": "20", + "type": "fontSizes" + }, + "6": { + "value": "24", + "type": "fontSizes" + }, + "7": { + "value": "28", + "type": "fontSizes" + }, + "8": { + "value": "36", + "type": "fontSizes" + }, + "9": { + "value": "44", + "type": "fontSizes" + } + }, + "lineHeights": { + "300": { + "value": "130%", + "type": "lineHeights" + }, + "500": { + "value": "150%", + "type": "lineHeights" + }, + "600": { + "value": "160%", + "type": "lineHeights" + }, + "700": { + "value": "170%", + "type": "lineHeights" + } + }, + "fontWeights": { + "medium": { + "value": "Medium", + "type": "fontWeights" + }, + "regular": { + "value": "Regular", + "type": "fontWeights" + } } } \ No newline at end of file diff --git a/design-tokens/Base/Semantic.json b/design-tokens/Base/Semantic.json index 283f3206db..141312ca07 100644 --- a/design-tokens/Base/Semantic.json +++ b/design-tokens/Base/Semantic.json @@ -251,5 +251,481 @@ } } } + }, + "max_value": { + "heading": { + "xlarge": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.9}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "large": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.8}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.7}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.6}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "xsmall": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.5}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "ingress": { + "large": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.700}", + "fontSize": "{fontSize.6}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.600}", + "fontSize": "{fontSize.5}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "body": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.500}", + "fontSize": "{fontSize.4}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.500}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "label": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.4}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "error_message": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.4}", + "letterSpacing": "{letterSpacing.1}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.1}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "detail": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.2}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.1}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "xsmall": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.0}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + } + }, + "min_value": { + "heading": { + "xlarge": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.8}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "large": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.7}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.6}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.5}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "xsmall": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.4}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "ingress": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.600}", + "fontSize": "{fontSize.5}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "large": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.700}", + "fontSize": "{fontSize.5}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "body": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.500}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.500}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "label": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.4}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "error_message": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.4}", + "letterSpacing": "{letterSpacing.1}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.1}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "detail": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.2}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.1}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "xsmall": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.0}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + } } } \ No newline at end of file diff --git a/design-tokens/Mode/Compact.json b/design-tokens/Mode/Compact.json index 094095a137..2bae7b2d84 100644 --- a/design-tokens/Mode/Compact.json +++ b/design-tokens/Mode/Compact.json @@ -1,11 +1,477 @@ { - "font_size": { + "max_value": { "heading": { - "h1": { - "breakpoint_lg": { - "value": "{font_size.700.breakpoint_lg}", - "type": "fontSizes" - } + "xlarge": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.8}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "large": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.7}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.6}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.5}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "xsmall": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.5}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "ingress": { + "large": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.700}", + "fontSize": "{fontSize.5}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.600}", + "fontSize": "{fontSize.5}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "body": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.500}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.500}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "label": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.4}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "error_message": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.4}", + "letterSpacing": "{letterSpacing.1}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.1}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "detail": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.2}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.1}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "xsmall": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.0}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + } + }, + "min_value": { + "heading": { + "xlarge": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.8}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "large": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.7}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.6}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.5}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "xsmall": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.4}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "ingress": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.600}", + "fontSize": "{fontSize.5}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "large": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.700}", + "fontSize": "{fontSize.5}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "body": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.500}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.500}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "label": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.4}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "error_message": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.4}", + "letterSpacing": "{letterSpacing.1}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.regular}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.1}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + } + }, + "detail": { + "medium": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.2}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "small": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.1}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" + }, + "xsmall": { + "value": { + "fontFamily": "{fontFamilies.inter}", + "fontWeight": "{fontWeights.medium}", + "lineHeight": "{lineHeights.300}", + "fontSize": "{fontSize.0}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography" } } }