@volue/design-sizing 0.3.2 → 0.3.3-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 Tue, 08 Apr 2025 15:11:58 GMT
3
+ * Generated on Fri, 16 May 2025 10:30:13 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, 08 Apr 2025 15:11:58 GMT
4
+ * Generated on Fri, 16 May 2025 10:30:13 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 Tue, 08 Apr 2025 15:11:58 GMT
3
+ // Generated on Fri, 16 May 2025 10:30:13 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.2",
3
+ "version": "0.3.3-next.0",
4
4
  "description": "Sizing primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -41,12 +41,12 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@volue/eslint-config": "1.3.11",
44
- "eslint": "9.23.0",
44
+ "eslint": "9.26.0",
45
45
  "map-obj": "4.3.0",
46
46
  "npm-run-all2": "7.0.2",
47
47
  "premove": "4.0.0",
48
48
  "prettier": "3.5.3",
49
49
  "style-dictionary": "3.9.2",
50
- "typescript": "5.8.2"
50
+ "typescript": "5.8.3"
51
51
  }
52
52
  }