@volue/design-sizing 0.1.0-next.3 → 0.1.1-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.
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
+
@@ -66,7 +66,7 @@ declare const tokens: {
66
66
  "s": "0.5rem",
67
67
  "m": "1rem",
68
68
  "l": "1.5rem",
69
- "xl": "2.25rem",
69
+ "xl": "2rem",
70
70
  "xxl": "3rem",
71
71
  "xxxl": "4.5rem"
72
72
  }
@@ -65,7 +65,7 @@ module.exports = {
65
65
  "s": "0.5rem",
66
66
  "m": "1rem",
67
67
  "l": "1.5rem",
68
- "xl": "2.25rem",
68
+ "xl": "2rem",
69
69
  "xxl": "3rem",
70
70
  "xxxl": "4.5rem"
71
71
  }
@@ -45,6 +45,6 @@
45
45
  @value size-spacing-s: 0.5rem;
46
46
  @value size-spacing-m: 1rem;
47
47
  @value size-spacing-l: 1.5rem;
48
- @value size-spacing-xl: 2.25rem;
48
+ @value size-spacing-xl: 2rem;
49
49
  @value size-spacing-xxl: 3rem;
50
50
  @value size-spacing-xxxl: 4.5rem;
@@ -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 Fri, 26 May 2023 12:38:09 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -51,7 +51,7 @@
51
51
  --size-spacing-s: 0.5rem;
52
52
  --size-spacing-m: 1rem;
53
53
  --size-spacing-l: 1.5rem;
54
- --size-spacing-xl: 2.25rem;
54
+ --size-spacing-xl: 2rem;
55
55
  --size-spacing-xxl: 3rem;
56
56
  --size-spacing-xxxl: 4.5rem;
57
57
  }
package/dist/index.json CHANGED
@@ -46,7 +46,7 @@
46
46
  "SIZE_SPACING_S": "0.5rem",
47
47
  "SIZE_SPACING_M": "1rem",
48
48
  "SIZE_SPACING_L": "1.5rem",
49
- "SIZE_SPACING_XL": "2.25rem",
49
+ "SIZE_SPACING_XL": "2rem",
50
50
  "SIZE_SPACING_XXL": "3rem",
51
51
  "SIZE_SPACING_XXXL": "4.5rem"
52
52
  }
@@ -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 Fri, 26 May 2023 12:38:09 GMT
5
5
  */
6
6
 
7
7
  $size-base-4: 0.25rem !default;
@@ -51,7 +51,7 @@ $size-spacing-xs: 0.25rem !default;
51
51
  $size-spacing-s: 0.5rem !default;
52
52
  $size-spacing-m: 1rem !default;
53
53
  $size-spacing-l: 1.5rem !default;
54
- $size-spacing-xl: 2.25rem !default;
54
+ $size-spacing-xl: 2rem !default;
55
55
  $size-spacing-xxl: 3rem !default;
56
56
  $size-spacing-xxxl: 4.5rem !default;
57
57
 
@@ -66,7 +66,7 @@ declare const tokens: {
66
66
  "s": "0.5rem",
67
67
  "m": "1rem",
68
68
  "l": "1.5rem",
69
- "xl": "2.25rem",
69
+ "xl": "2rem",
70
70
  "xxl": "3rem",
71
71
  "xxxl": "4.5rem"
72
72
  }
@@ -65,7 +65,7 @@ export default {
65
65
  "s": "0.5rem",
66
66
  "m": "1rem",
67
67
  "l": "1.5rem",
68
- "xl": "2.25rem",
68
+ "xl": "2rem",
69
69
  "xxl": "3rem",
70
70
  "xxxl": "4.5rem"
71
71
  }
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 Fri, 26 May 2023 12:38:09 GMT
4
4
 
5
5
  $size-base-4: 0.25rem;
6
6
  $size-base-6: 0.375rem;
@@ -49,6 +49,6 @@ $size-spacing-xs: 0.25rem;
49
49
  $size-spacing-s: 0.5rem;
50
50
  $size-spacing-m: 1rem;
51
51
  $size-spacing-l: 1.5rem;
52
- $size-spacing-xl: 2.25rem;
52
+ $size-spacing-xl: 2rem;
53
53
  $size-spacing-xxl: 3rem;
54
54
  $size-spacing-xxxl: 4.5rem;
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.1-next.0",
4
4
  "description": "Sizing primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
package/src/spacing.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "value": "{size.base.24}"
15
15
  },
16
16
  "xl": {
17
- "value": "{size.base.36}"
17
+ "value": "{size.base.32}"
18
18
  },
19
19
  "xxl": {
20
20
  "value": "{size.base.48}"