Skip to content

Commit

Permalink
Built and updated design tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
CCAyl authored and github-actions[bot] committed Aug 8, 2022
1 parent 3abf0c9 commit 9f28daf
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 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 Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 GMT
*/

export const green100 : string;
Expand Down
2 changes: 1 addition & 1 deletion build/native/colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 GMT
*/

module.exports = {
Expand Down
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 Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 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 Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 GMT
*/

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion build/scss/colors.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Fri, 05 Aug 2022 14:07:55 GMT
// Generated on Mon, 08 Aug 2022 13:59:12 GMT

$green100: #FAFFFC;
$green200: #EBF2EF;
Expand Down
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 Fri, 05 Aug 2022 14:07:55 GMT
// Generated on Mon, 08 Aug 2022 13:59:12 GMT

$letterSpacingBase: 0;
$paragraphSpacingBase: 0;
Expand Down
2 changes: 1 addition & 1 deletion 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 Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 GMT
*/

export const green100 : string;
Expand Down
2 changes: 1 addition & 1 deletion build/ts/colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 GMT
*/

module.exports = {
Expand Down
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 Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 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 Fri, 05 Aug 2022 14:07:55 GMT
* Generated on Mon, 08 Aug 2022 13:59:12 GMT
*/

module.exports = {
Expand Down

0 comments on commit 9f28daf

Please sign in to comment.