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 Jul 7, 2022
1 parent 799f8fc commit aa903b3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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 Thu, 07 Jul 2022 16:24:25 GMT
// Generated on Thu, 07 Jul 2022 16:30:02 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 Thu, 07 Jul 2022 16:24:25 GMT
// Generated on Thu, 07 Jul 2022 16:30:02 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 Thu, 07 Jul 2022 16:24:25 GMT
* Generated on Thu, 07 Jul 2022 16:30:02 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 Thu, 07 Jul 2022 16:24:25 GMT
* Generated on Thu, 07 Jul 2022 16:30:02 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 Thu, 07 Jul 2022 16:24:25 GMT
* Generated on Thu, 07 Jul 2022 16:30:02 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, 07 Jul 2022 16:24:25 GMT
* Generated on Thu, 07 Jul 2022 16:30:02 GMT
*/

module.exports = {
Expand Down

0 comments on commit aa903b3

Please sign in to comment.