@volue/design-colors 2.0.2-next.1 → 2.0.2-next.3

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 24 Apr 2023 10:22:58 GMT
3
+ * Generated on Mon, 15 May 2023 17:17:44 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/index.json CHANGED
@@ -51,4 +51,4 @@
51
51
  "COLOR_YELLOW50": "#fdd9a3",
52
52
  "COLOR_YELLOW100": "#faa600",
53
53
  "COLOR_YELLOW120": "#c78500"
54
- }
54
+ }
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Mon, 24 Apr 2023 10:22:58 GMT
4
+ * Generated on Mon, 15 May 2023 17:17:44 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 Mon, 24 Apr 2023 10:22:58 GMT
3
+ // Generated on Mon, 15 May 2023 17:17:44 GMT
4
4
 
5
5
  $color-black: #000000;
6
6
  $color-white: #ffffff;
@@ -53,4 +53,4 @@ $color-purple120: #593b75;
53
53
  $color-yellow10: #fdfaf4;
54
54
  $color-yellow50: #fdd9a3;
55
55
  $color-yellow100: #faa600;
56
- $color-yellow120: #c78500;
56
+ $color-yellow120: #c78500;
@@ -24,4 +24,4 @@
24
24
  "PINK120": "#9c2f4a",
25
25
  "YELLOW100": "#faa600",
26
26
  "YELLOW120": "#c78500"
27
- }
27
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volue/design-colors",
3
- "version": "2.0.2-next.1",
3
+ "version": "2.0.2-next.3",
4
4
  "description": "Color primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -36,16 +36,16 @@
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.37.0",
39
+ "eslint": "8.40.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",
43
43
  "json-to-ts": "1.7.0",
44
44
  "map-obj": "4.3.0",
45
45
  "npm-run-all": "4.1.5",
46
- "prettier": "2.8.7",
46
+ "prettier": "2.8.8",
47
47
  "rimraf": "3.0.2",
48
- "style-dictionary": "3.7.3-rc.1",
48
+ "style-dictionary": "3.8.0",
49
49
  "typescript": "4.9.5"
50
50
  }
51
51
  }