@ozen-ui/kit 0.30.0 → 0.30.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.
@@ -4,28 +4,33 @@
4
4
  }
5
5
 
6
6
  .InputNumber_size_2xs {
7
- --input-number-button-block-size: 16px;
7
+ --input-number-button-block-size: 11px;
8
8
  --input-number-button-inline-size: 24px;
9
+ --input-number-button-gap: 2px;
9
10
  }
10
11
 
11
12
  .InputNumber_size_xs {
12
- --input-number-button-block-size: 16px;
13
+ --input-number-button-block-size: 15px;
13
14
  --input-number-button-inline-size: 28px;
15
+ --input-number-button-gap: 2px;
14
16
  }
15
17
 
16
18
  .InputNumber_size_s {
17
- --input-number-button-block-size: 20px;
19
+ --input-number-button-block-size: 19px;
18
20
  --input-number-button-inline-size: 32px;
21
+ --input-number-button-gap: 2px;
19
22
  }
20
23
 
21
24
  .InputNumber_size_m {
22
- --input-number-button-block-size: 24px;
25
+ --input-number-button-block-size: 23px;
23
26
  --input-number-button-inline-size: 40px;
27
+ --input-number-button-gap: 2px;
24
28
  }
25
29
 
26
30
  .InputNumber_size_l {
27
- --input-number-button-block-size: 28px;
31
+ --input-number-button-block-size: 27px;
28
32
  --input-number-button-inline-size: 48px;
33
+ --input-number-button-gap: 2px;
29
34
  }
30
35
 
31
36
  .InputNumber-Body {
@@ -86,6 +91,7 @@
86
91
  .InputNumber-Controls {
87
92
  display: flex;
88
93
  flex-direction: column;
94
+ row-gap: var(--input-number-button-gap);
89
95
  }
90
96
 
91
97
  .IconButton.InputNumber-Increment,
@@ -4,28 +4,33 @@
4
4
  }
5
5
 
6
6
  .InputNumber_size_2xs {
7
- --input-number-button-block-size: 16px;
7
+ --input-number-button-block-size: 11px;
8
8
  --input-number-button-inline-size: 24px;
9
+ --input-number-button-gap: 2px;
9
10
  }
10
11
 
11
12
  .InputNumber_size_xs {
12
- --input-number-button-block-size: 16px;
13
+ --input-number-button-block-size: 15px;
13
14
  --input-number-button-inline-size: 28px;
15
+ --input-number-button-gap: 2px;
14
16
  }
15
17
 
16
18
  .InputNumber_size_s {
17
- --input-number-button-block-size: 20px;
19
+ --input-number-button-block-size: 19px;
18
20
  --input-number-button-inline-size: 32px;
21
+ --input-number-button-gap: 2px;
19
22
  }
20
23
 
21
24
  .InputNumber_size_m {
22
- --input-number-button-block-size: 24px;
25
+ --input-number-button-block-size: 23px;
23
26
  --input-number-button-inline-size: 40px;
27
+ --input-number-button-gap: 2px;
24
28
  }
25
29
 
26
30
  .InputNumber_size_l {
27
- --input-number-button-block-size: 28px;
31
+ --input-number-button-block-size: 27px;
28
32
  --input-number-button-inline-size: 48px;
33
+ --input-number-button-gap: 2px;
29
34
  }
30
35
 
31
36
  .InputNumber-Body {
@@ -86,6 +91,7 @@
86
91
  .InputNumber-Controls {
87
92
  display: flex;
88
93
  flex-direction: column;
94
+ row-gap: var(--input-number-button-gap);
89
95
  }
90
96
 
91
97
  .IconButton.InputNumber-Increment,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozen-ui/kit",
3
- "version": "0.30.0",
3
+ "version": "0.30.1",
4
4
  "description": "React component library",
5
5
  "files": [
6
6
  "*"
@@ -1,5 +0,0 @@
1
- {
2
- "main": "../__inner__/cjs/components/Autocomplete/index.js",
3
- "module": "../__inner__/esm/components/Autocomplete/index.js",
4
- "types": "../__inner__/esm/components/Autocomplete/index.d.ts"
5
- }