@covalent/tokens 8.1.0-beta.6 → 8.1.0-beta.7

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 Mon, 22 Jan 2024 15:55:56 GMT
4
+ * Generated on Thu, 01 Feb 2024 02:23:29 GMT
5
5
  */
6
6
 
7
7
  $light-code-snippet-color: #383a42 !default;
package/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 22 Jan 2024 15:55:56 GMT
3
+ * Generated on Thu, 01 Feb 2024 02:23:29 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 Mon, 22 Jan 2024 15:55:56 GMT
3
+ * Generated on Thu, 01 Feb 2024 02:23:29 GMT
4
4
  */
5
5
 
6
6
  export const CvLightCodeSnippetColor : string;
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 22 Jan 2024 15:55:56 GMT
3
+ * Generated on Thu, 01 Feb 2024 02:23:29 GMT
4
4
  */
5
5
 
6
6
  export const CvLightCodeSnippetColor = "#383a42";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@covalent/tokens",
3
- "version": "8.1.0-beta.6",
3
+ "version": "8.1.0-beta.7",
4
4
  "description": "Design tokens for covalent design system",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",