@volue/design-sizing 0.1.0 → 0.1.1-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/dist/index.common.d.ts +1 -1
- package/dist/index.common.js +1 -1
- package/dist/index.cssmodules.css +1 -1
- package/dist/index.custom-properties.css +2 -2
- package/dist/index.json +1 -1
- package/dist/index.map.scss +2 -2
- package/dist/index.module.d.ts +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.scss +2 -2
- package/package.json +2 -2
- package/src/spacing.json +1 -1
package/dist/index.common.d.ts
CHANGED
package/dist/index.common.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 14 Jun 2023 07:57:49 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:
|
|
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
package/dist/index.map.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Wed, 14 Jun 2023 07:57:49 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:
|
|
54
|
+
$size-spacing-xl: 2rem !default;
|
|
55
55
|
$size-spacing-xxl: 3rem !default;
|
|
56
56
|
$size-spacing-xxxl: 4.5rem !default;
|
|
57
57
|
|
package/dist/index.module.d.ts
CHANGED
package/dist/index.module.js
CHANGED
package/dist/index.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 14 Jun 2023 07:57:49 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:
|
|
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.
|
|
3
|
+
"version": "0.1.1-next.1",
|
|
4
4
|
"description": "Sizing primitives for Volue design primitives",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"prepack": "yarn run build"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"eslint": "8.
|
|
34
|
+
"eslint": "8.42.0",
|
|
35
35
|
"eslint-config-powel": "14.2.1",
|
|
36
36
|
"eslint-import-resolver-node": "0.3.7",
|
|
37
37
|
"eslint-plugin-import": "2.27.5",
|