@volue/design-sizing 0.3.1 → 0.3.2-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.
@@ -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 Fri, 10 Jan 2025 14:44:58 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 Fri, 10 Jan 2025 14:44:58 GMT
5
5
  */
6
6
 
7
7
  $size-base-2: 0.125rem !default;
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 Fri, 10 Jan 2025 14:44:58 GMT
4
4
 
5
5
  $size-base-2: 0.125rem;
6
6
  $size-base-4: 0.25rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volue/design-sizing",
3
- "version": "0.3.1",
3
+ "version": "0.3.2-next.0",
4
4
  "description": "Sizing primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -31,7 +31,7 @@
31
31
  "scripts": {
32
32
  "lint": "eslint . --cache",
33
33
  "lint:fix": "yarn run lint --fix",
34
- "_prettier": "prettier \"**/*.{json,md,mdx,yml,css}\" --ignore-path .eslintignore",
34
+ "_prettier": "prettier \"**/*.{json,md,mdx,yml,css}\"",
35
35
  "format": "yarn run _prettier --write",
36
36
  "test": "run-p lint \"_prettier --check\"",
37
37
  "clean": "rimraf dist",
@@ -40,15 +40,13 @@
40
40
  "prepack": "yarn run build"
41
41
  },
42
42
  "devDependencies": {
43
- "eslint": "8.57.1",
44
- "eslint-config-volue": "15.2.1",
45
- "eslint-import-resolver-node": "0.3.9",
46
- "eslint-plugin-import": "2.31.0",
43
+ "@volue/eslint-config": "1.0.1",
44
+ "eslint": "9.17.0",
47
45
  "map-obj": "4.3.0",
48
- "npm-run-all": "4.1.5",
46
+ "npm-run-all2": "7.0.2",
49
47
  "prettier": "3.4.2",
50
48
  "rimraf": "3.0.2",
51
49
  "style-dictionary": "3.9.2",
52
- "typescript": "5.7.2"
50
+ "typescript": "5.7.3"
53
51
  }
54
52
  }