@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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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