@volue/design-colors 3.1.1 → 3.1.2-next.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/dist/flat.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Wed, 10 Jun 2026 12:36:19 GMT
3
+ * Generated on Mon, 29 Jun 2026 07:02:43 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 Wed, 10 Jun 2026 12:36:19 GMT
3
+ * Generated on Mon, 29 Jun 2026 07:02:43 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 Wed, 10 Jun 2026 12:36:19 GMT
3
+ * Generated on Mon, 29 Jun 2026 07:02:43 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 Wed, 10 Jun 2026 12:36:19 GMT
3
+ * Generated on Mon, 29 Jun 2026 07:02:43 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 Wed, 10 Jun 2026 12:36:19 GMT
3
+ * Generated on Mon, 29 Jun 2026 07:02:43 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 Wed, 10 Jun 2026 12:36:19 GMT
3
+ * Generated on Mon, 29 Jun 2026 07:02:43 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 Wed, 10 Jun 2026 12:36:19 GMT
3
+ * Generated on Mon, 29 Jun 2026 07:02:43 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 Wed, 10 Jun 2026 12:36:19 GMT
3
+ * Generated on Mon, 29 Jun 2026 07:02:43 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 Wed, 10 Jun 2026 12:36:19 GMT
3
+ * Generated on Mon, 29 Jun 2026 07:02:43 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 Wed, 10 Jun 2026 12:36:19 GMT
3
+ * Generated on Mon, 29 Jun 2026 07:02:43 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 Wed, 10 Jun 2026 12:36:19 GMT
4
+ * Generated on Mon, 29 Jun 2026 07:02:43 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 Wed, 10 Jun 2026 12:36:19 GMT
3
+ * Generated on Mon, 29 Jun 2026 07:02:43 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 Wed, 10 Jun 2026 12:36:19 GMT
3
+ // Generated on Mon, 29 Jun 2026 07:02:43 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.1",
3
+ "version": "3.1.2-next.1",
4
4
  "type": "module",
5
5
  "description": "Color primitives for Volue design primitives",
6
6
  "license": "UNLICENSED",
@@ -76,8 +76,8 @@
76
76
  "map-obj": "4.3.0",
77
77
  "npm-run-all2": "8.0.4",
78
78
  "premove": "4.0.0",
79
- "prettier": "3.8.3",
80
- "style-dictionary": "5.4.3",
79
+ "prettier": "3.8.5",
80
+ "style-dictionary": "5.5.0",
81
81
  "typescript": "5.9.3"
82
82
  }
83
83
  }