@volue/design-colors 3.1.0-next.3 → 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/CHANGELOG.md CHANGED
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. See [Conven
4
4
 
5
5
  <!-- MONOWEAVE:BELOW -->
6
6
 
7
+ ## [3.1.0](https://github.com/Volue/wave/compare/@volue/design-colors@3.0.18...@volue/design-colors@3.1.0) "@volue/design-colors" (2026-04-28)
8
+
9
+
10
+ ### Features
11
+
12
+ * upgrade to new brand design ([f399466](https://github.com/Volue/wave/commit/f3994660303e2c91e740328d9a7e3af2ca110b2f))
13
+
14
+
15
+
16
+
7
17
  ## [3.0.18](https://github.com/Volue/wave/compare/@volue/design-colors@3.0.17...@volue/design-colors@3.0.18) "@volue/design-colors" (2026-04-10)
8
18
 
9
19
 
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 16:14:02 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 16:14:02 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 16:14:02 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 16:14:02 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 16:14:02 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 16:14:02 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 16:14:02 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 16:14:02 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 16:14:02 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 16:14:02 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 16:14:02 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 16:14:02 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 16:14:02 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-next.3",
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
  }