Skip to content

Commit

Permalink
Built and updated design tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandra-lim authored and github-actions[bot] committed Aug 4, 2022
1 parent 0a75c88 commit 7c3afab
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions build/native/colors.d.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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;
export const white : string;
export const black : string;
6 changes: 3 additions & 3 deletions build/native/colors.js
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down Expand Up @@ -52,6 +52,6 @@ module.exports = {
"grey600": "#475A70",
"grey700": "#36485C",
"grey800": "#2E3A47",
"shadeswhite": "#FFFFFF",
"shadesblack": "#000000"
"white": "#FFFFFF",
"black": "#000000"
};
2 changes: 1 addition & 1 deletion build/native/typography.d.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion build/native/typography.js
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down
6 changes: 3 additions & 3 deletions build/scss/colors.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -50,5 +50,5 @@ $grey500: #596D84;
$grey600: #475A70;
$grey700: #36485C;
$grey800: #2E3A47;
$shadeswhite: #FFFFFF;
$shadesblack: #000000;
$white: #FFFFFF;
$black: #000000;
2 changes: 1 addition & 1 deletion build/scss/typography.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
6 changes: 3 additions & 3 deletions build/ts/colors.d.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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;
export const white : string;
export const black : string;
6 changes: 3 additions & 3 deletions build/ts/colors.js
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down Expand Up @@ -52,6 +52,6 @@ module.exports = {
"grey600": "#475A70",
"grey700": "#36485C",
"grey800": "#2E3A47",
"shadeswhite": "#FFFFFF",
"shadesblack": "#000000"
"white": "#FFFFFF",
"black": "#000000"
};
2 changes: 1 addition & 1 deletion build/ts/typography.d.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion build/ts/typography.js
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit 7c3afab

Please sign in to comment.