@covalent/tokens 6.4.0 → 6.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/_index.scss CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Thu, 24 Aug 2023 18:35:01 GMT
4
+ * Generated on Wed, 04 Dec 2024 15:48:01 GMT
5
5
  */
6
6
 
7
7
  $light-primary: #007373 !default;
package/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 18:35:01 GMT
3
+ * Generated on Wed, 04 Dec 2024 15:48:01 GMT
4
4
  */
5
5
 
6
6
  :root {
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 18:35:01 GMT
3
+ * Generated on Wed, 04 Dec 2024 15:48:01 GMT
4
4
  */
5
5
 
6
6
  export const CvLightPrimary : string;
@@ -479,4 +479,4 @@ export const CvTypographyButtonLineHeight : string;
479
479
  export const CvTypographyCaptionFontFamily : string;
480
480
  export const CvTypographyCaptionFontSize : string;
481
481
  export const CvTypographyCaptionFontWeight : string;
482
- export const CvTypographyCaptionLineHeight : string;
482
+ export const CvTypographyCaptionLineHeight : string;
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 18:35:01 GMT
3
+ * Generated on Wed, 04 Dec 2024 15:48:01 GMT
4
4
  */
5
5
 
6
6
  export const CvLightPrimary = "#007373";
@@ -479,4 +479,4 @@ export const CvTypographyButtonLineHeight = "16px";
479
479
  export const CvTypographyCaptionFontFamily = "Arial, sans-serif";
480
480
  export const CvTypographyCaptionFontSize = "12px";
481
481
  export const CvTypographyCaptionFontWeight = "400";
482
- export const CvTypographyCaptionLineHeight = "16px";
482
+ export const CvTypographyCaptionLineHeight = "16px";
package/index.json CHANGED
@@ -9072,4 +9072,4 @@
9072
9072
  ]
9073
9073
  }
9074
9074
  }
9075
- }
9075
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@covalent/tokens",
3
- "version": "6.4.0",
3
+ "version": "6.4.1",
4
4
  "description": "Design tokens for covalent design system",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",