@covalent/tokens 8.18.0 → 8.18.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 Wed, 31 Jul 2024 16:33:35 GMT
4
+ * Generated on Wed, 07 Aug 2024 21:15:27 GMT
5
5
  */
6
6
 
7
7
  $light-primary: #3053f4ff !default;
package/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 31 Jul 2024 16:33:35 GMT
3
+ * Generated on Wed, 07 Aug 2024 21:15:27 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 Wed, 31 Jul 2024 16:33:36 GMT
3
+ * Generated on Wed, 07 Aug 2024 21:15:27 GMT
4
4
  */
5
5
 
6
6
  export const CvLightPrimary : string;
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 31 Jul 2024 16:33:36 GMT
3
+ * Generated on Wed, 07 Aug 2024 21:15:27 GMT
4
4
  */
5
5
 
6
6
  export const CvLightPrimary = "#3053f4ff";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@covalent/tokens",
3
- "version": "8.18.0",
3
+ "version": "8.18.1",
4
4
  "description": "Design tokens for covalent design system",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,6 +17,9 @@
17
17
  "style": "./index.css",
18
18
  "types": "./index.d.ts",
19
19
  "default": "./index.js"
20
+ },
21
+ "./index.css": {
22
+ "default": "./index.css"
20
23
  }
21
24
  }
22
25
  }