@volue/design-sizing 0.1.0-next.3 → 0.1.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.
package/CHANGELOG.md CHANGED
@@ -3,3 +3,13 @@
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
5
  <!-- MONODEPLOY:BELOW -->
6
+
7
+ ## [0.1.0](https://github.com/Volue/wave/compare/@volue/design-sizing@0.1.0-next.0...@volue/design-sizing@0.1.0) "@volue/design-sizing" (2023-05-16)
8
+
9
+
10
+ ### Features
11
+
12
+ * **tokens:** add sizing tokens ([e9adb76](https://github.com/Volue/wave/commit/e9adb76d964e912f72bc3594a447d509df995929))
13
+
14
+
15
+
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 15 May 2023 17:17:44 GMT
3
+ * Generated on Tue, 16 May 2023 06:30:37 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 Mon, 15 May 2023 17:17:44 GMT
4
+ * Generated on Tue, 16 May 2023 06:30:37 GMT
5
5
  */
6
6
 
7
7
  $size-base-4: 0.25rem !default;
package/dist/index.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 15 May 2023 17:17:44 GMT
3
+ // Generated on Tue, 16 May 2023 06:30:37 GMT
4
4
 
5
5
  $size-base-4: 0.25rem;
6
6
  $size-base-6: 0.375rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volue/design-sizing",
3
- "version": "0.1.0-next.3",
3
+ "version": "0.1.0",
4
4
  "description": "Sizing primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {