@volue/design-sizing 0.2.3 → 0.2.4-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.
package/CHANGELOG.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines.
4
4
 
5
- <!-- MONODEPLOY:BELOW -->
5
+ <!-- MONOWEAVE:BELOW -->
6
6
 
7
7
  ## [0.2.3](https://github.com/Volue/wave/compare/@volue/design-sizing@0.2.2...@volue/design-sizing@0.2.3) "@volue/design-sizing" (2024-02-28)
8
8
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Feb 2024 10:07:56 GMT
3
+ * Generated on Mon, 20 May 2024 18:39:53 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, 28 Feb 2024 10:07:57 GMT
4
+ * Generated on Mon, 20 May 2024 18:39:53 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, 28 Feb 2024 10:07:56 GMT
3
+ // Generated on Mon, 20 May 2024 18:39:53 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.2.3",
3
+ "version": "0.2.4-next.1",
4
4
  "description": "Sizing primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -49,6 +49,6 @@
49
49
  "prettier": "3.2.5",
50
50
  "rimraf": "3.0.2",
51
51
  "style-dictionary": "3.9.2",
52
- "typescript": "5.3.3"
52
+ "typescript": "5.4.5"
53
53
  }
54
54
  }