@volue/design-sizing 0.2.1-next.0 → 0.2.2-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
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. See [Conven
4
4
 
5
5
  <!-- MONODEPLOY:BELOW -->
6
6
 
7
+ ## [0.2.1](https://github.com/Volue/wave/compare/@volue/design-sizing@0.2.0...@volue/design-sizing@0.2.1) "@volue/design-sizing" (2023-11-08)
8
+
9
+
10
+
11
+
7
12
  ## [0.2.0](https://github.com/Volue/wave/compare/@volue/design-sizing@0.1.1...@volue/design-sizing@0.2.0) "@volue/design-sizing" (2023-10-13)
8
13
 
9
14
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 19 Oct 2023 11:34:11 GMT
3
+ * Generated on Mon, 20 Nov 2023 13:03:40 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 Thu, 19 Oct 2023 11:34:12 GMT
4
+ * Generated on Mon, 20 Nov 2023 13:03:40 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 Thu, 19 Oct 2023 11:34:12 GMT
3
+ // Generated on Mon, 20 Nov 2023 13:03:40 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.1-next.0",
3
+ "version": "0.2.2-next.0",
4
4
  "description": "Sizing primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -31,15 +31,15 @@
31
31
  "prepack": "yarn run build"
32
32
  },
33
33
  "devDependencies": {
34
- "eslint": "8.51.0",
34
+ "eslint": "8.53.0",
35
35
  "eslint-config-powel": "14.2.1",
36
36
  "eslint-import-resolver-node": "0.3.9",
37
- "eslint-plugin-import": "2.28.1",
37
+ "eslint-plugin-import": "2.29.0",
38
38
  "map-obj": "4.3.0",
39
39
  "npm-run-all": "4.1.5",
40
40
  "prettier": "2.8.8",
41
41
  "rimraf": "3.0.2",
42
- "style-dictionary": "3.8.0",
42
+ "style-dictionary": "3.9.0",
43
43
  "typescript": "5.2.2"
44
44
  }
45
45
  }