diff --git a/build/scss/colors.scss b/build/scss/colors.scss index 1969968f..fd1f96d1 100644 --- a/build/scss/colors.scss +++ b/build/scss/colors.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 06 Jul 2022 15:42:49 GMT +// Generated on Thu, 07 Jul 2022 13:19:06 GMT $green100: #FAFFFC; $green200: #EBF2EF; diff --git a/build/scss/typography.scss b/build/scss/typography.scss index 339ade80..e3a3b7aa 100644 --- a/build/scss/typography.scss +++ b/build/scss/typography.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 06 Jul 2022 15:42:49 GMT +// Generated on Thu, 07 Jul 2022 13:19:06 GMT $letterSpacingBase: 0; $paragraphSpacingBase: 0; @@ -21,7 +21,7 @@ $lineHeightLarge: 32px; $lineHeightNormal: 24px; $lineHeightSmall: 16px; $fontFamilySansSerif: Mulish; -$weightHeading: 700; +$weightSemiBold: 700; $weightBase: 500; $weightLight: 400; $weightStrong: 600; diff --git a/build/ts/colors.d.ts b/build/ts/colors.d.ts index a4ed3127..a8c5f63f 100644 --- a/build/ts/colors.d.ts +++ b/build/ts/colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 06 Jul 2022 15:42:49 GMT + * Generated on Thu, 07 Jul 2022 13:19:06 GMT */ export const green100 : string; diff --git a/build/ts/colors.js b/build/ts/colors.js index 3f6b8773..1c481654 100644 --- a/build/ts/colors.js +++ b/build/ts/colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 06 Jul 2022 15:42:49 GMT + * Generated on Thu, 07 Jul 2022 13:19:06 GMT */ module.exports = { diff --git a/build/ts/typography.d.ts b/build/ts/typography.d.ts index fff9c8b4..2c8edf70 100644 --- a/build/ts/typography.d.ts +++ b/build/ts/typography.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 06 Jul 2022 15:42:49 GMT + * Generated on Thu, 07 Jul 2022 13:19:06 GMT */ export const letterSpacingBase : number; @@ -22,7 +22,7 @@ export const lineHeightLarge : string; export const lineHeightNormal : string; export const lineHeightSmall : string; export const fontFamilySansSerif : string; -export const weightHeading : number; +export const weightSemiBold : number; export const weightBase : number; export const weightLight : number; export const weightStrong : number; diff --git a/build/ts/typography.js b/build/ts/typography.js index 9e59a09a..580ef086 100644 --- a/build/ts/typography.js +++ b/build/ts/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 06 Jul 2022 15:42:49 GMT + * Generated on Thu, 07 Jul 2022 13:19:06 GMT */ module.exports = { @@ -23,7 +23,7 @@ module.exports = { "lineHeightNormal": "24px", "lineHeightSmall": "16px", "fontFamilySansSerif": "Mulish", - "weightHeading": 700, + "weightSemiBold": 700, "weightBase": 500, "weightLight": 400, "weightStrong": 600, diff --git a/data/tokens.json b/data/tokens.json index 3b9fbfaf..b40b7b85 100644 --- a/data/tokens.json +++ b/data/tokens.json @@ -302,7 +302,7 @@ } }, "weight": { - "heading": { + "semiBold": { "value": "700", "type": "fontWeights" }, @@ -327,7 +327,7 @@ "h1": { "value": { "fontFamily": "{typography.fontFamily.sansSerif}", - "fontWeight": "{typography.weight.heading}", + "fontWeight": "{typography.weight.semiBold}", "lineHeight": "{typography.lineHeight.xlarge}", "fontSize": "{typography.size.desktop.h1}", "letterSpacing": "{typography.letterSpacing.base}", @@ -340,7 +340,7 @@ "h2": { "value": { "fontFamily": "{typography.fontFamily.sansSerif}", - "fontWeight": "{typography.weight.heading}", + "fontWeight": "{typography.weight.semiBold}", "lineHeight": "{typography.lineHeight.xlarge}", "fontSize": "{typography.size.desktop.h2}", "letterSpacing": "{typography.letterSpacing.base}", @@ -353,7 +353,7 @@ "h3": { "value": { "fontFamily": "{typography.fontFamily.sansSerif}", - "fontWeight": "{typography.weight.heading}", + "fontWeight": "{typography.weight.semiBold}", "lineHeight": "{typography.lineHeight.large}", "fontSize": "{typography.size.desktop.h3}", "letterSpacing": "{typography.letterSpacing.base}", @@ -366,7 +366,7 @@ "h4": { "value": { "fontFamily": "{typography.fontFamily.sansSerif}", - "fontWeight": "{typography.weight.heading}", + "fontWeight": "{typography.weight.semiBold}", "lineHeight": "{typography.lineHeight.normal}", "fontSize": "{typography.size.desktop.h4}", "letterSpacing": "{typography.letterSpacing.base}", @@ -379,7 +379,7 @@ "h5": { "value": { "fontFamily": "{typography.fontFamily.sansSerif}", - "fontWeight": "{typography.weight.heading}", + "fontWeight": "{typography.weight.semiBold}", "lineHeight": "{typography.lineHeight.normal}", "fontSize": "{typography.size.desktop.body}", "letterSpacing": "{typography.letterSpacing.base}", @@ -433,7 +433,7 @@ "h1": { "value": { "fontFamily": "{typography.fontFamily.sansSerif}", - "fontWeight": "{typography.weight.heading}", + "fontWeight": "{typography.weight.semiBold}", "lineHeight": "{typography.lineHeight.xlarge}", "fontSize": "{typography.size.mobile.h1}", "letterSpacing": "{typography.letterSpacing.base}", @@ -446,7 +446,7 @@ "h2": { "value": { "fontFamily": "{typography.fontFamily.sansSerif}", - "fontWeight": "{typography.weight.heading}", + "fontWeight": "{typography.weight.semiBold}", "lineHeight": "{typography.lineHeight.large}", "fontSize": "{typography.size.mobile.h2}", "letterSpacing": "{typography.letterSpacing.base}", @@ -459,7 +459,7 @@ "h3": { "value": { "fontFamily": "{typography.fontFamily.sansSerif}", - "fontWeight": "{typography.weight.heading}", + "fontWeight": "{typography.weight.semiBold}", "lineHeight": "{typography.lineHeight.large}", "fontSize": "{typography.size.mobile.h3}", "letterSpacing": "{typography.letterSpacing.base}", @@ -474,4 +474,4 @@ }, "Light": {}, "$themes": [] -} +} \ No newline at end of file diff --git a/data/transformed-tokens.json b/data/transformed-tokens.json index 798efa87..40a48ed1 100644 --- a/data/transformed-tokens.json +++ b/data/transformed-tokens.json @@ -301,7 +301,7 @@ } }, "weight": { - "heading": { + "semiBold": { "value": 700, "type": "fontWeights" },