@volue/design-colors 3.1.0 → 3.1.1-next.0

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/dist/flat.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Tue, 28 Apr 2026 17:54:54 GMT
3
+ * Generated on Wed, 20 May 2026 12:32:14 GMT
4
4
  */
5
5
 
6
6
  const colorBrand = "#ff5f00";
package/dist/flat.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Tue, 28 Apr 2026 17:54:54 GMT
3
+ * Generated on Wed, 20 May 2026 12:32:14 GMT
4
4
  */
5
5
 
6
6
  export declare const colorBrand = "#ff5f00";
package/dist/flat.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Tue, 28 Apr 2026 17:54:54 GMT
3
+ * Generated on Wed, 20 May 2026 12:32:14 GMT
4
4
  */
5
5
 
6
6
  export const colorBrand = "#ff5f00";
package/dist/generic.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Tue, 28 Apr 2026 17:54:54 GMT
3
+ * Generated on Wed, 20 May 2026 12:32:14 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
package/dist/generic.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Tue, 28 Apr 2026 17:54:54 GMT
3
+ * Generated on Wed, 20 May 2026 12:32:14 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
package/dist/generic.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Tue, 28 Apr 2026 17:54:54 GMT
3
+ * Generated on Wed, 20 May 2026 12:32:14 GMT
4
4
  */
5
5
 
6
6
  export default {
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Tue, 28 Apr 2026 17:54:54 GMT
3
+ * Generated on Wed, 20 May 2026 12:32:14 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Tue, 28 Apr 2026 17:54:54 GMT
3
+ * Generated on Wed, 20 May 2026 12:32:14 GMT
4
4
  */
5
5
 
6
6
  @value color-brand: #ff5f00;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Tue, 28 Apr 2026 17:54:54 GMT
3
+ * Generated on Wed, 20 May 2026 12:32:14 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Tue, 28 Apr 2026 17:54:54 GMT
3
+ * Generated on Wed, 20 May 2026 12:32:14 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly, this file was auto-generated.
4
- * Generated on Tue, 28 Apr 2026 17:54:54 GMT
4
+ * Generated on Wed, 20 May 2026 12:32:14 GMT
5
5
  */
6
6
 
7
7
  $colors-map: (
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Tue, 28 Apr 2026 17:54:54 GMT
3
+ * Generated on Wed, 20 May 2026 12:32:14 GMT
4
4
  */
5
5
 
6
6
  export default {
package/dist/index.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Tue, 28 Apr 2026 17:54:54 GMT
3
+ // Generated on Wed, 20 May 2026 12:32:14 GMT
4
4
 
5
5
  $color-brand: #ff5f00;
6
6
  $color-white: #ffffff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volue/design-colors",
3
- "version": "3.1.0",
3
+ "version": "3.1.1-next.0",
4
4
  "type": "module",
5
5
  "description": "Color primitives for Volue design primitives",
6
6
  "license": "UNLICENSED",
@@ -77,7 +77,7 @@
77
77
  "npm-run-all2": "8.0.4",
78
78
  "premove": "4.0.0",
79
79
  "prettier": "3.8.3",
80
- "style-dictionary": "5.4.0",
80
+ "style-dictionary": "5.4.1",
81
81
  "typescript": "5.9.3"
82
82
  }
83
83
  }