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 b5511b6 commit cebec33
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 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:30:02 GMT
// Generated on Thu, 07 Jul 2022 19:30:52 GMT

$green100: #FAFFFC;
$green200: #EBF2EF;
Expand Down
10 changes: 5 additions & 5 deletions build/scss/typography.scss
Original file line number Diff line number Diff line change
@@ -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;
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:30:02 GMT
* Generated on Thu, 07 Jul 2022 19:30:52 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:30:02 GMT
* Generated on Thu, 07 Jul 2022 19:30:52 GMT
*/

module.exports = {
Expand Down
10 changes: 5 additions & 5 deletions build/ts/typography.d.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
10 changes: 5 additions & 5 deletions build/ts/typography.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
/**
* 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 = {
"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",
Expand Down

0 comments on commit cebec33

Please sign in to comment.