@volue/design-sizing 0.3.11 → 0.3.12

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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. See [Conven
4
4
 
5
5
  <!-- MONOWEAVE:BELOW -->
6
6
 
7
+ ## [0.3.12](https://github.com/Volue/wave/compare/@volue/design-sizing@0.3.11...@volue/design-sizing@0.3.12) "@volue/design-sizing" (2026-04-10)
8
+
9
+
10
+
11
+
7
12
  ## [0.3.11](https://github.com/Volue/wave/compare/@volue/design-sizing@0.3.10...@volue/design-sizing@0.3.11) "@volue/design-sizing" (2026-03-30)
8
13
 
9
14
 
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Mon, 30 Mar 2026 09:37:31 GMT
3
+ * Generated on Fri, 10 Apr 2026 10:58:08 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Mon, 30 Mar 2026 09:37:31 GMT
3
+ * Generated on Fri, 10 Apr 2026 10:58:08 GMT
4
4
  */
5
5
 
6
6
  @value size-base-2: 0.125rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Mon, 30 Mar 2026 09:37:31 GMT
3
+ * Generated on Fri, 10 Apr 2026 10:58:08 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Mon, 30 Mar 2026 09:37:31 GMT
3
+ * Generated on Fri, 10 Apr 2026 10:58:08 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly, this file was auto-generated.
4
- * Generated on Mon, 30 Mar 2026 09:37:31 GMT
4
+ * Generated on Fri, 10 Apr 2026 10:58:08 GMT
5
5
  */
6
6
 
7
7
  $size-base-2: 0.125rem !default;
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Mon, 30 Mar 2026 09:37:31 GMT
3
+ * Generated on Fri, 10 Apr 2026 10:58:08 GMT
4
4
  */
5
5
 
6
6
  export default {
package/dist/index.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Mon, 30 Mar 2026 09:37:31 GMT
3
+ // Generated on Fri, 10 Apr 2026 10:58:08 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.11",
3
+ "version": "0.3.12",
4
4
  "type": "module",
5
5
  "description": "Sizing primitives for Volue design primitives",
6
6
  "license": "UNLICENSED",
@@ -47,7 +47,7 @@
47
47
  "map-obj": "4.3.0",
48
48
  "npm-run-all2": "8.0.4",
49
49
  "premove": "4.0.0",
50
- "prettier": "3.8.1",
50
+ "prettier": "3.8.2",
51
51
  "style-dictionary": "5.4.0",
52
52
  "typescript": "5.9.3"
53
53
  }