diff --git a/build/scss/colors.scss b/build/scss/colors.scss index e82a0df5..238f8b7a 100644 --- a/build/scss/colors.scss +++ b/build/scss/colors.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Thu, 07 Jul 2022 16:30:02 GMT +// Generated on Thu, 07 Jul 2022 19:30:52 GMT $green100: #FAFFFC; $green200: #EBF2EF; diff --git a/build/scss/typography.scss b/build/scss/typography.scss index 9e54c4a6..f0e90a95 100644 --- a/build/scss/typography.scss +++ b/build/scss/typography.scss @@ -1,20 +1,20 @@ // Do not edit directly -// Generated on Thu, 07 Jul 2022 16:30:02 GMT +// Generated on Thu, 07 Jul 2022 19:30:52 GMT $letterSpacingBase: 0; $paragraphSpacingBase: 0; $textDecorationBase: none; $textCaseBase: none; -$size_3xlarge: 40px; -$size_2xlarge: 32px; +$size3xlarge: 40px; +$size2xlarge: 32px; $sizeXlarge: 24px; $sizeLarge: 20px; $sizeNormal: 16px; $sizeSmall: 14px; $sizeXsmall: 12px; -$sizeMobile_3xlarge: 32px; -$sizeMobile_2xlarge: 28px; +$sizeMobile3xlarge: 32px; +$sizeMobile2xlarge: 28px; $sizeMobileXlarge: 22px; $lineHeightXlarge: 40px; $lineHeightLarge: 32px; diff --git a/build/ts/colors.d.ts b/build/ts/colors.d.ts index 57985994..f56ad172 100644 --- a/build/ts/colors.d.ts +++ b/build/ts/colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Thu, 07 Jul 2022 16:30:02 GMT + * Generated on Thu, 07 Jul 2022 19:30:52 GMT */ export const green100 : string; diff --git a/build/ts/colors.js b/build/ts/colors.js index 3daea724..34bb7fad 100644 --- a/build/ts/colors.js +++ b/build/ts/colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Thu, 07 Jul 2022 16:30:02 GMT + * Generated on Thu, 07 Jul 2022 19:30:52 GMT */ module.exports = { diff --git a/build/ts/typography.d.ts b/build/ts/typography.d.ts index b0bf4ab5..35576ef0 100644 --- a/build/ts/typography.d.ts +++ b/build/ts/typography.d.ts @@ -1,21 +1,21 @@ /** * Do not edit directly - * Generated on Thu, 07 Jul 2022 16:30:02 GMT + * Generated on Thu, 07 Jul 2022 19:30:52 GMT */ export const letterSpacingBase : number; export const paragraphSpacingBase : number; export const textDecorationBase : string; export const textCaseBase : string; -export const size_3xlarge : string; -export const size_2xlarge : string; +export const size3xlarge : string; +export const size2xlarge : string; export const sizeXlarge : string; export const sizeLarge : string; export const sizeNormal : string; export const sizeSmall : string; export const sizeXsmall : string; -export const sizeMobile_3xlarge : string; -export const sizeMobile_2xlarge : string; +export const sizeMobile3xlarge : string; +export const sizeMobile2xlarge : string; export const sizeMobileXlarge : string; export const lineHeightXlarge : string; export const lineHeightLarge : string; diff --git a/build/ts/typography.js b/build/ts/typography.js index b97af1dd..63e9bead 100644 --- a/build/ts/typography.js +++ b/build/ts/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Thu, 07 Jul 2022 16:30:02 GMT + * Generated on Thu, 07 Jul 2022 19:30:52 GMT */ module.exports = { @@ -8,15 +8,15 @@ module.exports = { "paragraphSpacingBase": 0, "textDecorationBase": "none", "textCaseBase": "none", - "size_3xlarge": "40px", - "size_2xlarge": "32px", + "size3xlarge": "40px", + "size2xlarge": "32px", "sizeXlarge": "24px", "sizeLarge": "20px", "sizeNormal": "16px", "sizeSmall": "14px", "sizeXsmall": "12px", - "sizeMobile_3xlarge": "32px", - "sizeMobile_2xlarge": "28px", + "sizeMobile3xlarge": "32px", + "sizeMobile2xlarge": "28px", "sizeMobileXlarge": "22px", "lineHeightXlarge": "40px", "lineHeightLarge": "32px",