@covalent/tokens 6.4.0 → 6.4.2
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 +1 -1
- package/index.css +1 -1
- package/index.d.ts +2 -2
- package/index.js +2 -2
- package/index.json +1 -1
- package/package.json +1 -1
package/_index.scss
CHANGED
package/index.css
CHANGED
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 04 Dec 2024 23:13:33 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
|
|
3
|
+
* Generated on Wed, 04 Dec 2024 23:13:33 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