diff --git a/plugins/made-tokens/json/made-tokens.json b/plugins/made-tokens/json/made-tokens.json index 62dc3264..f76aba1e 100644 --- a/plugins/made-tokens/json/made-tokens.json +++ b/plugins/made-tokens/json/made-tokens.json @@ -1575,6 +1575,53 @@ "type": "lineHeights", "description": "--StyleDictionary-- Line height for single line text elements displayed in components", "themeable": "Yes" + }, + "rem": { + "01": { + "value": "0.75rem", + "type": "lineHeights", + "description": "12px line height" + }, + "02": { + "value": "1rem", + "type": "lineHeights", + "description": "16px line height" + }, + "03": { + "value": "1.125rem", + "type": "lineHeights", + "description": "18px line height" + }, + "04": { + "value": "1.25rem", + "type": "lineHeights", + "description": "20px line height" + }, + "05": { + "value": "1.5rem", + "type": "lineHeights", + "description": "24px line height" + }, + "06": { + "value": "1.75rem", + "type": "lineHeights", + "description": "28px line height" + }, + "07": { + "value": "2rem", + "type": "lineHeights", + "description": "32px line height" + }, + "08": { + "value": "2.5rem", + "type": "lineHeights", + "description": "40px line height" + }, + "09": { + "value": "3rem", + "type": "lineHeights", + "description": "48px line height" + } } } } @@ -1814,10 +1861,10 @@ } }, "focus-on-dark": { - "value": "{color.white}", + "value": "{color.action.on-dark.default}", "type": "color", - "description": "Outline color for focus state on dark backgrounds.", - "themeable": "Yes" + "themeable": "Yes", + "description": "Outline color for focus state on dark backgrounds." } }, "disabled": { @@ -3015,7 +3062,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-0}", - "lineHeight": "{lineHeights.0}", + "lineHeight": "{font.heading.line-height.level.01}", "fontSize": "{fontSize.10}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3024,14 +3071,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "h2": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-0}", - "lineHeight": "{lineHeights.1}", + "lineHeight": "{font.heading.line-height.level.02}", "fontSize": "{fontSize.9}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3040,14 +3087,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "h3": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-1}", - "lineHeight": "{lineHeights.2}", + "lineHeight": "{font.heading.line-height.level.03}", "fontSize": "{fontSize.8}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3056,14 +3103,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "h4": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-1}", - "lineHeight": "{lineHeights.3}", + "lineHeight": "{font.heading.line-height.level.04}", "fontSize": "{fontSize.7}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3072,14 +3119,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "h5": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-1}", - "lineHeight": "{lineHeights.4}", + "lineHeight": "{font.heading.line-height.level.05}", "fontSize": "{fontSize.6}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3088,14 +3135,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "h6": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-2}", - "lineHeight": "{lineHeights.5}", + "lineHeight": "{font.heading.line-height.level.06}", "fontSize": "{fontSize.5}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3104,15 +3151,15 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "display": { "h1": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-0}", - "lineHeight": "{lineHeights.6}", + "lineHeight": "{font.heading.line-height.display.01}", "fontSize": "{fontSize.13}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3121,14 +3168,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "h2": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-0}", - "lineHeight": "{lineHeights.7}", + "lineHeight": "{font.heading.line-height.display.02}", "fontSize": "{fontSize.12}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3137,14 +3184,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "h3": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-0}", - "lineHeight": "{lineHeights.8}", + "lineHeight": "{font.heading.line-height.display.03}", "fontSize": "{fontSize.11}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3153,8 +3200,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } } }, @@ -3163,7 +3210,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-3}", - "lineHeight": "{lineHeights.9}", + "lineHeight": "{font.heading.line-height.eyebrow.01}", "fontSize": "{fontSize.1}", "letterSpacing": "{letterSpacing.1}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3178,7 +3225,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-3}", - "lineHeight": "{lineHeights.10}", + "lineHeight": "{font.heading.line-height.eyebrow.02}", "fontSize": "{fontSize.5}", "letterSpacing": "{letterSpacing.1}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3187,8 +3234,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } }, "body": { @@ -3197,7 +3244,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-1}", - "lineHeight": "{lineHeights.11}", + "lineHeight": "{font.body.line-height}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.2}", @@ -3206,14 +3253,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "weight - medium": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-2}", - "lineHeight": "{lineHeights.11}", + "lineHeight": "{font.body.line-height}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.2}", @@ -3222,8 +3269,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } }, "size - lg": { @@ -3231,7 +3278,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-1}", - "lineHeight": "{lineHeights.10}", + "lineHeight": "{font.body.line-height}", "fontSize": "{fontSize.5}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.3}", @@ -3240,14 +3287,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "weight - medium": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-2}", - "lineHeight": "{lineHeights.10}", + "lineHeight": "{font.body.line-height}", "fontSize": "{fontSize.5}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.3}", @@ -3256,8 +3303,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } } }, @@ -3266,7 +3313,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-2}", - "lineHeight": "{lineHeights.11}", + "lineHeight": "{line.height.rem.04}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.1}", @@ -3275,14 +3322,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "size - md": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-2}", - "lineHeight": "{lineHeights.10}", + "lineHeight": "{line.height.rem.04}", "fontSize": "{fontSize.5}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3291,14 +3338,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "size - sm - :hover": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-2}", - "lineHeight": "{lineHeights.11}", + "lineHeight": "{line.height.rem.04}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.1}", @@ -3307,8 +3354,24 @@ "textDecoration": "{textDecoration.underline}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." + }, + "size - md - :hover": { + "value": { + "fontFamily": "{fontFamilies.mark-offc-for-mc}", + "fontWeight": "{fontWeights.mark-offc-for-mc-2}", + "lineHeight": "{line.height.rem.05}", + "fontSize": "{fontSize.5}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.1}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.underline}" + }, + "type": "typography", + "figmaOnly": true, + "description": "Figma-only design token." } }, "components": { @@ -3318,7 +3381,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-3}", - "lineHeight": "{lineHeights.12}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.1}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3327,8 +3390,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } }, "medium": { @@ -3336,7 +3399,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-2}", - "lineHeight": "{lineHeights.12}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.1}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3345,14 +3408,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "multi-line": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-2}", - "lineHeight": "{lineHeights.9}", + "lineHeight": "{line.height.rem.02}", "fontSize": "{fontSize.1}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.3}", @@ -3361,8 +3424,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } }, "narrow": { @@ -3370,7 +3433,7 @@ "value": { "fontFamily": "{fontFamilies.markformcnrw}", "fontWeight": "{fontWeights.markformcnrw-4}", - "lineHeight": "{lineHeights.12}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.1}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3379,8 +3442,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } }, "regular": { @@ -3404,7 +3467,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-1}", - "lineHeight": "{lineHeights.9}", + "lineHeight": "{line.height.rem.02}", "fontSize": "{fontSize.1}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3413,14 +3476,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "single-line": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-1}", - "lineHeight": "{lineHeights.12}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.1}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3429,8 +3492,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } } }, @@ -3458,7 +3521,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-3}", - "lineHeight": "{lineHeights.13}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3467,8 +3530,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } }, "medium": { @@ -3476,7 +3539,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-2}", - "lineHeight": "{lineHeights.13}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3485,14 +3548,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "single-line - underline": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-2}", - "lineHeight": "{lineHeights.13}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3501,14 +3564,14 @@ "textDecoration": "{textDecoration.underline}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "multi-line": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-2}", - "lineHeight": "{lineHeights.11}", + "lineHeight": "{line.height.rem.04}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.2}", @@ -3517,8 +3580,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } }, "narrow": { @@ -3526,7 +3589,7 @@ "value": { "fontFamily": "{fontFamilies.markformcnrw}", "fontWeight": "{fontWeights.markformcnrw-4}", - "lineHeight": "{lineHeights.13}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3535,14 +3598,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "single-line - medium": { "value": { "fontFamily": "{fontFamilies.markformcnrw}", "fontWeight": "{fontWeights.markformcnrw-5}", - "lineHeight": "{lineHeights.13}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3551,14 +3614,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "single-line - bold": { "value": { "fontFamily": "{fontFamilies.markformcnrw}", "fontWeight": "{fontWeights.markformcnrw-6}", - "lineHeight": "{lineHeights.13}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3567,14 +3630,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "multi-line - regular": { "value": { "fontFamily": "{fontFamilies.markformcnrw}", "fontWeight": "{fontWeights.markformcnrw-4}", - "lineHeight": "{lineHeights.11}", + "lineHeight": "{line.height.rem.04}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3583,8 +3646,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } }, "regular": { @@ -3592,7 +3655,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-1}", - "lineHeight": "{lineHeights.13}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3601,8 +3664,24 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." + }, + "multi-line": { + "value": { + "fontFamily": "{fontFamilies.mark-offc-for-mc}", + "fontWeight": "{fontWeights.mark-offc-for-mc-1}", + "lineHeight": "{line.height.rem.04}", + "fontSize": "{fontSize.3}", + "letterSpacing": "{letterSpacing.0}", + "paragraphSpacing": "{paragraphSpacing.0}", + "paragraphIndent": "{paragraphIndent.0}", + "textCase": "{textCase.none}", + "textDecoration": "{textDecoration.none}" + }, + "type": "typography", + "figmaOnly": true, + "description": "Figma-only design token." } } }, @@ -3611,7 +3690,7 @@ "value": { "fontFamily": "{fontFamilies.markformcnrw}", "fontWeight": "{fontWeights.markformcnrw-4}", - "lineHeight": "{lineHeights.13}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.4}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3620,14 +3699,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "medium - single-line": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-2}", - "lineHeight": "{lineHeights.15}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.4}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3642,7 +3721,7 @@ "value": { "fontFamily": "{fontFamilies.markformcnrw}", "fontWeight": "{fontWeights.markformcnrw-5}", - "lineHeight": "{lineHeights.15}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.4}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3651,8 +3730,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } }, "16px": { @@ -3660,7 +3739,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-1}", - "lineHeight": "{lineHeights.16}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.5}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3669,14 +3748,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "single-line medium": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-2}", - "lineHeight": "{lineHeights.16}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.5}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3685,8 +3764,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } }, "20px": { @@ -3694,7 +3773,7 @@ "value": { "fontFamily": "{fontFamilies.markformcnrw}", "fontWeight": "{fontWeights.markformcnrw-4}", - "lineHeight": "{lineHeights.10}", + "lineHeight": "{line.height.rem.05}", "fontSize": "{fontSize.7}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.3}", @@ -3703,8 +3782,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } }, "checkbox & radio label": { @@ -3712,7 +3791,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-1}", - "lineHeight": "{lineHeights.16}", + "lineHeight": "{line.height.rem.02}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3721,8 +3800,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } }, "data type pill": { @@ -3730,7 +3809,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-3}", - "lineHeight": "{lineHeights.17}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.0}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3739,14 +3818,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "multi-line": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-3}", - "lineHeight": "{lineHeights.13}", + "lineHeight": "{line.height.rem.01}", "fontSize": "{fontSize.0}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3755,8 +3834,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } }, "form field": { @@ -3764,7 +3843,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-1}", - "lineHeight": "{lineHeights.18}", + "lineHeight": "{line.height.rem.02}", "fontSize": "{fontSize.1}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3773,14 +3852,14 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "input": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-1}", - "lineHeight": "{lineHeights.13}", + "lineHeight": "{line.height.rem.04}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3789,15 +3868,15 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." }, "search field": { "default": { "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-1}", - "lineHeight": "{lineHeights.11}", + "lineHeight": "{line.height.rem.04}", "fontSize": "{fontSize.3}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3806,8 +3885,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } } }, @@ -3816,7 +3895,7 @@ "value": { "fontFamily": "{fontFamilies.mark-offc-for-mc}", "fontWeight": "{fontWeights.mark-offc-for-mc-0}", - "lineHeight": "{lineHeights.5}", + "lineHeight": "{line.height.single}", "fontSize": "{fontSize.7}", "letterSpacing": "{letterSpacing.0}", "paragraphSpacing": "{paragraphSpacing.0}", @@ -3825,8 +3904,8 @@ "textDecoration": "{textDecoration.none}" }, "type": "typography", - "description": "Figma-only design token.", - "figmaOnly": true + "figmaOnly": true, + "description": "Figma-only design token." } } }, @@ -4255,7 +4334,8 @@ "components.logotype.product name": "S:429570e18618199917efaa3b03f7267382d1c481,", "link_.size - sm": "S:d163ad5e919d0521d072684ef3919fca3a0f5b0f,", "link_.size - md": "S:8870c2d5dc69158b56e06ae7367efde69e153ac2,", - "link_.size - sm - :hover": "S:2eb6b20e96defca7b5b37445f7b93ef776cf99e7," + "link_.size - sm - :hover": "S:2eb6b20e96defca7b5b37445f7b93ef776cf99e7,", + "link_.size - md - :hover": "S:101fbce963dc82c95f26c4d57cdecc34395fce8b," } } ],