From 7c3afab074613c1dd7a6136f9ff7a411bee5f788 Mon Sep 17 00:00:00 2001 From: alexandra-lim Date: Thu, 4 Aug 2022 21:59:26 +0000 Subject: [PATCH] Built and updated design tokens --- build/native/colors.d.ts | 6 +++--- build/native/colors.js | 6 +++--- build/native/typography.d.ts | 2 +- build/native/typography.js | 2 +- build/scss/colors.scss | 6 +++--- build/scss/typography.scss | 2 +- build/ts/colors.d.ts | 6 +++--- build/ts/colors.js | 6 +++--- build/ts/typography.d.ts | 2 +- build/ts/typography.js | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/build/native/colors.d.ts b/build/native/colors.d.ts index 1260cc67..94121070 100644 --- a/build/native/colors.d.ts +++ b/build/native/colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Thu, 04 Aug 2022 14:54:26 GMT + * Generated on Thu, 04 Aug 2022 21:59:25 GMT */ export const green100 : string; @@ -51,5 +51,5 @@ export const grey500 : string; export const grey600 : string; export const grey700 : string; export const grey800 : string; -export const shadeswhite : string; -export const shadesblack : string; \ No newline at end of file +export const white : string; +export const black : string; \ No newline at end of file diff --git a/build/native/colors.js b/build/native/colors.js index 99d9f1cb..d127da28 100644 --- a/build/native/colors.js +++ b/build/native/colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Thu, 04 Aug 2022 14:54:26 GMT + * Generated on Thu, 04 Aug 2022 21:59:25 GMT */ module.exports = { @@ -52,6 +52,6 @@ module.exports = { "grey600": "#475A70", "grey700": "#36485C", "grey800": "#2E3A47", - "shadeswhite": "#FFFFFF", - "shadesblack": "#000000" + "white": "#FFFFFF", + "black": "#000000" }; \ No newline at end of file diff --git a/build/native/typography.d.ts b/build/native/typography.d.ts index 7ea0bb6b..64195e19 100644 --- a/build/native/typography.d.ts +++ b/build/native/typography.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Thu, 04 Aug 2022 14:54:26 GMT + * Generated on Thu, 04 Aug 2022 21:59:25 GMT */ export const letterSpacingBase : number; diff --git a/build/native/typography.js b/build/native/typography.js index 9aa132d2..28b920c4 100644 --- a/build/native/typography.js +++ b/build/native/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Thu, 04 Aug 2022 14:54:26 GMT + * Generated on Thu, 04 Aug 2022 21:59:25 GMT */ module.exports = { diff --git a/build/scss/colors.scss b/build/scss/colors.scss index 627f6e24..e73eb186 100644 --- a/build/scss/colors.scss +++ b/build/scss/colors.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Thu, 04 Aug 2022 14:54:26 GMT +// Generated on Thu, 04 Aug 2022 21:59:25 GMT $green100: #FAFFFC; $green200: #EBF2EF; @@ -50,5 +50,5 @@ $grey500: #596D84; $grey600: #475A70; $grey700: #36485C; $grey800: #2E3A47; -$shadeswhite: #FFFFFF; -$shadesblack: #000000; \ No newline at end of file +$white: #FFFFFF; +$black: #000000; \ No newline at end of file diff --git a/build/scss/typography.scss b/build/scss/typography.scss index 2c8d277c..ecba58e3 100644 --- a/build/scss/typography.scss +++ b/build/scss/typography.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Thu, 04 Aug 2022 14:54:26 GMT +// Generated on Thu, 04 Aug 2022 21:59:25 GMT $letterSpacingBase: 0; $paragraphSpacingBase: 0; diff --git a/build/ts/colors.d.ts b/build/ts/colors.d.ts index 1260cc67..94121070 100644 --- a/build/ts/colors.d.ts +++ b/build/ts/colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Thu, 04 Aug 2022 14:54:26 GMT + * Generated on Thu, 04 Aug 2022 21:59:25 GMT */ export const green100 : string; @@ -51,5 +51,5 @@ export const grey500 : string; export const grey600 : string; export const grey700 : string; export const grey800 : string; -export const shadeswhite : string; -export const shadesblack : string; \ No newline at end of file +export const white : string; +export const black : string; \ No newline at end of file diff --git a/build/ts/colors.js b/build/ts/colors.js index 99d9f1cb..d127da28 100644 --- a/build/ts/colors.js +++ b/build/ts/colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Thu, 04 Aug 2022 14:54:26 GMT + * Generated on Thu, 04 Aug 2022 21:59:25 GMT */ module.exports = { @@ -52,6 +52,6 @@ module.exports = { "grey600": "#475A70", "grey700": "#36485C", "grey800": "#2E3A47", - "shadeswhite": "#FFFFFF", - "shadesblack": "#000000" + "white": "#FFFFFF", + "black": "#000000" }; \ No newline at end of file diff --git a/build/ts/typography.d.ts b/build/ts/typography.d.ts index 75d3cd48..973ff19c 100644 --- a/build/ts/typography.d.ts +++ b/build/ts/typography.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Thu, 04 Aug 2022 14:54:26 GMT + * Generated on Thu, 04 Aug 2022 21:59:25 GMT */ export const letterSpacingBase : number; diff --git a/build/ts/typography.js b/build/ts/typography.js index b6315ff5..5da4e824 100644 --- a/build/ts/typography.js +++ b/build/ts/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Thu, 04 Aug 2022 14:54:26 GMT + * Generated on Thu, 04 Aug 2022 21:59:25 GMT */ module.exports = {