diff --git a/data/tokens/global.json b/data/tokens/global.json index 8a75664d..5ec53380 100644 --- a/data/tokens/global.json +++ b/data/tokens/global.json @@ -320,7 +320,8 @@ "lineHeight": "{origin.lineHeights.400}", "fontSize": "{origin.fontSize.web.step7}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 27.42, Large Viewports: 45.22" }, "L": { "value": { @@ -329,7 +330,8 @@ "lineHeight": "{origin.lineHeights.400}", "fontSize": "{origin.fontSize.web.step8}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 29.61, Large Viewports: 52.45" } }, "heading": { @@ -340,7 +342,8 @@ "lineHeight": "{origin.lineHeights.400}", "fontSize": "{origin.fontSize.web.step3}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 20.16, Large Viewports: 24.97" }, "M": { "value": { @@ -349,7 +352,8 @@ "lineHeight": "{origin.lineHeights.400}", "fontSize": "{origin.fontSize.web.step4}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 21.77, Large Viewports: 28.97" }, "L": { "value": { @@ -358,7 +362,8 @@ "lineHeight": "{origin.lineHeights.400}", "fontSize": "{origin.fontSize.web.step5}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 23.51, Large Viewports: 33.61" }, "XL": { "value": { @@ -367,7 +372,8 @@ "lineHeight": "{origin.lineHeights.400}", "fontSize": "{origin.fontSize.web.step6}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 25.39, Large Viewports: 38.98" } }, "subheading": { @@ -378,7 +384,8 @@ "lineHeight": "{origin.lineHeights.400}", "fontSize": "{origin.fontSize.web.step3}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 20.16, Large Viewports: 24.97" }, "L": { "value": { @@ -387,7 +394,8 @@ "lineHeight": "{origin.lineHeights.400}", "fontSize": "{origin.fontSize.web.step4}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 21.77, Large Viewports: 28.97" } }, "body": { @@ -398,7 +406,8 @@ "lineHeight": "{origin.lineHeights.500}", "fontSize": "{origin.fontSize.web.step0}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 16, Large Viewports: 16" }, "L": { "value": { @@ -407,66 +416,93 @@ "lineHeight": "{origin.lineHeights.500}", "fontSize": "{origin.fontSize.web.step2}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 18.66, Large Viewports: 21.53" } }, "component": { "strong": { - "M": { + "XS": { "value": { "fontFamily": "{origin.fontFamilies.sage-ui}", - "fontWeight": "{origin.fontWeights.medium}", + "fontWeight": "{origin.fontWeights.regular}", "lineHeight": "{origin.lineHeights.500}", - "fontSize": "{origin.fontSize.web.step0}" + "fontSize": "{origin.fontSize.web.step-2}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 13.72, Large Viewports: 11.89" }, - "L": { + "S": { + "value": { + "fontFamily": "{origin.fontFamilies.sage-ui}", + "fontWeight": "{origin.fontWeights.regular}", + "lineHeight": "{origin.lineHeights.500}", + "fontSize": "{origin.fontSize.web.step-1}" + }, + "type": "typography", + "description": "Small Viewports: 14.81, Large Viewports: 13.79" + }, + "M": { "value": { "fontFamily": "{origin.fontFamilies.sage-ui}", "fontWeight": "{origin.fontWeights.medium}", - "lineHeight": "{origin.lineHeights.400}", - "fontSize": "{origin.fontSize.web.step1}" + "lineHeight": "{origin.lineHeights.500}", + "fontSize": "{origin.fontSize.web.step0}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 16, Large Viewports: 16" }, - "XL": { + "L": { "value": { "fontFamily": "{origin.fontFamilies.sage-ui}", "fontWeight": "{origin.fontWeights.medium}", "lineHeight": "{origin.lineHeights.400}", - "fontSize": "{origin.fontSize.web.step3}" + "fontSize": "{origin.fontSize.web.step1}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 17.28, Large Viewports: 18.56" } }, "default": { - "M": { + "XS": { "value": { "fontFamily": "{origin.fontFamilies.sage-ui}", "fontWeight": "{origin.fontWeights.regular}", "lineHeight": "{origin.lineHeights.500}", - "fontSize": "{origin.fontSize.web.step0}" + "fontSize": "{origin.fontSize.web.step-2}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 13.72, Large Viewports: 11.89" }, - "L": { + "S": { "value": { "fontFamily": "{origin.fontFamilies.sage-ui}", "fontWeight": "{origin.fontWeights.regular}", - "lineHeight": "{origin.lineHeights.400}", - "fontSize": "{origin.fontSize.web.step1}" + "lineHeight": "{origin.lineHeights.500}", + "fontSize": "{origin.fontSize.web.step-1}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 14.81, Large Viewports: 13.79" }, - "XL": { + "M": { + "value": { + "fontFamily": "{origin.fontFamilies.sage-ui}", + "fontWeight": "{origin.fontWeights.regular}", + "lineHeight": "{origin.lineHeights.500}", + "fontSize": "{origin.fontSize.web.step0}" + }, + "type": "typography", + "description": "Small Viewports: 16, Large Viewports: 16" + }, + "L": { "value": { "fontFamily": "{origin.fontFamilies.sage-ui}", "fontWeight": "{origin.fontWeights.regular}", "lineHeight": "{origin.lineHeights.400}", - "fontSize": "{origin.fontSize.web.step3}" + "fontSize": "{origin.fontSize.web.step1}" }, - "type": "typography" + "type": "typography", + "description": "Small Viewports: 17.28, Large Viewports: 18.56" } } }