@volue/design-colors 3.0.6 → 3.0.7-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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 18 Dec 2024 12:29:26 GMT
3
+ * Generated on Wed, 29 Jan 2025 13:54:39 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 Wed, 18 Dec 2024 12:29:26 GMT
4
+ * Generated on Wed, 29 Jan 2025 13:54:39 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 Wed, 18 Dec 2024 12:29:26 GMT
3
+ // Generated on Wed, 29 Jan 2025 13:54:39 GMT
4
4
 
5
5
  $color-white: #ffffff;
6
6
  $color-gray0: #f9fafb;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volue/design-colors",
3
- "version": "3.0.6",
3
+ "version": "3.0.7-next.1",
4
4
  "description": "Color primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -56,26 +56,24 @@
56
56
  "scripts": {
57
57
  "lint": "eslint . --cache",
58
58
  "lint:fix": "yarn run lint --fix",
59
- "_prettier": "prettier \"**/*.{json,md,mdx,yml,css}\" --ignore-path .eslintignore",
59
+ "_prettier": "prettier \"**/*.{json,md,mdx,yml,css}\"",
60
60
  "format": "yarn run _prettier --write",
61
61
  "test": "run-p lint \"_prettier --check\"",
62
- "clean": "rimraf dist",
62
+ "clean": "premove dist",
63
63
  "build:tokens": "style-dictionary build",
64
64
  "build": "yarn run clean && yarn run build:tokens",
65
65
  "prepack": "yarn run build"
66
66
  },
67
67
  "devDependencies": {
68
+ "@volue/eslint-config": "1.3.11",
68
69
  "change-case": "4.1.2",
69
70
  "color2k": "2.0.3",
70
- "eslint": "8.57.1",
71
- "eslint-config-volue": "15.2.1",
72
- "eslint-import-resolver-node": "0.3.9",
73
- "eslint-plugin-import": "2.31.0",
71
+ "eslint": "9.19.0",
74
72
  "map-obj": "4.3.0",
75
- "npm-run-all": "4.1.5",
73
+ "npm-run-all2": "7.0.2",
74
+ "premove": "4.0.0",
76
75
  "prettier": "3.4.2",
77
- "rimraf": "3.0.2",
78
76
  "style-dictionary": "3.9.2",
79
- "typescript": "5.7.2"
77
+ "typescript": "5.7.3"
80
78
  }
81
79
  }