@volue/design-sizing 0.3.5-next.2 → 0.3.5-next.4

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 Fri, 12 Sep 2025 14:29:59 GMT
3
+ * Generated on Fri, 10 Oct 2025 09:30:27 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 Fri, 12 Sep 2025 14:29:59 GMT
4
+ * Generated on Fri, 10 Oct 2025 09:30:27 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 Fri, 12 Sep 2025 14:29:59 GMT
3
+ // Generated on Fri, 10 Oct 2025 09:30:27 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.5-next.2",
3
+ "version": "0.3.5-next.4",
4
4
  "description": "Sizing primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -14,14 +14,14 @@
14
14
  "exports": {
15
15
  ".": {
16
16
  "types": "./dist/index.d.ts",
17
- "import": "./dist/index.module.js",
18
- "default": "./dist/index.common.js"
17
+ "import": "./dist/index.mjs",
18
+ "default": "./dist/index.cjs"
19
19
  },
20
20
  "./dist/*": "./dist/*",
21
21
  "./package.json": "./package.json"
22
22
  },
23
- "main": "dist/index.common.js",
24
- "module": "dist/index.module.js",
23
+ "main": "dist/index.cjs",
24
+ "module": "dist/index.mjs",
25
25
  "types": "dist/index.d.ts",
26
26
  "sideEffects": false,
27
27
  "files": [
@@ -41,12 +41,12 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@volue/eslint-config": "1.3.11",
44
- "eslint": "9.35.0",
44
+ "eslint": "9.36.0",
45
45
  "map-obj": "4.3.0",
46
46
  "npm-run-all2": "8.0.4",
47
47
  "premove": "4.0.0",
48
48
  "prettier": "3.6.2",
49
49
  "style-dictionary": "3.9.2",
50
- "typescript": "5.9.2"
50
+ "typescript": "5.9.3"
51
51
  }
52
52
  }
File without changes
File without changes