@volue/design-colors 2.0.0-next.0 → 2.0.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,21 @@ All notable changes to this project will be documented in this file. See [Conven
4
4
 
5
5
  <!-- MONODEPLOY:BELOW -->
6
6
 
7
+ ## [2.0.0](https://github.com/Volue/wave/compare/@volue/design-colors@1.3.0...@volue/design-colors@2.0.0) "@volue/design-colors" (2023-03-01)
8
+
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+
12
+ * **tokens:** export color tokens as nested object structure
13
+
14
+ ### Features
15
+
16
+ * **tokens:** export color tokens as nested object structure ([76d3771](https://github.com/Volue/wave/commit/76d3771ea31bcdcc1ced79de138ee0a063776f2d))
17
+ * **tokens:** manage tokens with `style-dictionary` ([f5feb97](https://github.com/Volue/wave/commit/f5feb97602f04e96464b5ebba2155bb01a37b276))
18
+
19
+
20
+
21
+
7
22
  ## [1.3.0](https://github.com/Volue/wave/compare/@volue/design-colors@1.2.4...@volue/design-colors@1.3.0) "@volue/design-colors" (2022-09-22)
8
23
 
9
24
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 28 Feb 2023 12:46:29 GMT
3
+ * Generated on Thu, 09 Mar 2023 19:07:48 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Tue, 28 Feb 2023 12:46:29 GMT
4
+ * Generated on Thu, 09 Mar 2023 19:07:48 GMT
5
5
  */
6
6
 
7
7
  $colors-map: (
package/dist/index.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 28 Feb 2023 12:46:29 GMT
3
+ // Generated on Thu, 09 Mar 2023 19:07:48 GMT
4
4
 
5
5
  $color-black: #000000;
6
6
  $color-white: #ffffff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volue/design-colors",
3
- "version": "2.0.0-next.0",
3
+ "version": "2.0.1-next.0",
4
4
  "description": "Color primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -36,7 +36,7 @@
36
36
  "@fantasy-color/from-hex": "2.1.0",
37
37
  "@fantasy-color/luminance-rgb": "2.1.0",
38
38
  "change-case": "4.1.2",
39
- "eslint": "8.34.0",
39
+ "eslint": "8.35.0",
40
40
  "eslint-config-powel": "14.2.1",
41
41
  "eslint-import-resolver-node": "0.3.7",
42
42
  "eslint-plugin-import": "2.27.5",