Skip to content

Commit

Permalink
build(tokens): tokens update for v6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 24, 2023
1 parent 36e2c96 commit 4e04a13
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libs/tokens/_generated/_index.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/**
* Do not edit directly
* Generated on Wed, 28 Jun 2023 13:58:40 GMT
* Generated on Thu, 24 Aug 2023 15:50:37 GMT
*/

$light-primary: #007373 !default;
Expand Down
2 changes: 1 addition & 1 deletion libs/tokens/_generated/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 28 Jun 2023 13:58:40 GMT
* Generated on Thu, 24 Aug 2023 15:50:37 GMT
*/

:root {
Expand Down
4 changes: 2 additions & 2 deletions libs/tokens/_generated/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 28 Jun 2023 13:58:40 GMT
* Generated on Thu, 24 Aug 2023 15:50:37 GMT
*/

export const CvLightPrimary : string;
Expand Down Expand Up @@ -479,4 +479,4 @@ export const CvTypographyButtonLineHeight : string;
export const CvTypographyCaptionFontFamily : string;
export const CvTypographyCaptionFontSize : string;
export const CvTypographyCaptionFontWeight : string;
export const CvTypographyCaptionLineHeight : string;
export const CvTypographyCaptionLineHeight : string;
4 changes: 2 additions & 2 deletions libs/tokens/_generated/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 28 Jun 2023 13:58:40 GMT
* Generated on Thu, 24 Aug 2023 15:50:37 GMT
*/

export const CvLightPrimary = "#007373";
Expand Down Expand Up @@ -479,4 +479,4 @@ export const CvTypographyButtonLineHeight = "16px";
export const CvTypographyCaptionFontFamily = "Arial, sans-serif";
export const CvTypographyCaptionFontSize = "12px";
export const CvTypographyCaptionFontWeight = "400";
export const CvTypographyCaptionLineHeight = "16px";
export const CvTypographyCaptionLineHeight = "16px";
2 changes: 1 addition & 1 deletion libs/tokens/_generated/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -9072,4 +9072,4 @@
]
}
}
}
}

0 comments on commit 4e04a13

Please sign in to comment.