@rescui/checkbox 0.10.0 → 0.10.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/lib/index.css +90 -83
- package/lib/parts/checkbox-list.p.module.css.js +13 -13
- package/lib/parts/checkbox.p.module.css.js +22 -22
- package/lib/public-api.p.css +45 -30
- package/lib/public-api.pcss +45 -30
- package/package.json +5 -5
package/lib/index.css
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
.
|
|
1
|
+
._themeLight_d1mcrn_8{
|
|
2
2
|
--rs-theme-dark:0;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
._themeDark_d1mcrn_11{
|
|
5
5
|
--rs-theme-dark:1;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
._checkboxSizeS_d1mcrn_15{
|
|
8
8
|
--_rs-checkbox-parts-offset:4px;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
._checkboxSizeM_d1mcrn_18{
|
|
11
11
|
--_rs-checkbox-parts-offset:8px;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
._checkboxSizeL_d1mcrn_21{
|
|
14
14
|
--_rs-checkbox-parts-offset:8px;
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
._sizeS_d1mcrn_25{
|
|
17
17
|
--_rs-checkbox-ci-mark-s-display:initial;
|
|
18
18
|
--_rs-checkbox-ci-mark-m-display:none;
|
|
19
19
|
--_rs-checkbox-ci-mark-l-display:none;
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
--_rs-checkbox-ci-shadow-size:3px;
|
|
22
22
|
--_rs-checkbox-ci-indeterminate-icon-border-width:6px 3px;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
._sizeM_d1mcrn_28{
|
|
25
25
|
--_rs-checkbox-ci-mark-s-display:none;
|
|
26
26
|
--_rs-checkbox-ci-mark-m-display:initial;
|
|
27
27
|
--_rs-checkbox-ci-mark-l-display:none;
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
--_rs-checkbox-ci-shadow-size:3px;
|
|
30
30
|
--_rs-checkbox-ci-indeterminate-icon-border-width:8px 3px;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
._sizeL_d1mcrn_31{
|
|
33
33
|
--_rs-checkbox-ci-mark-s-display:none;
|
|
34
34
|
--_rs-checkbox-ci-mark-m-display:none;
|
|
35
35
|
--_rs-checkbox-ci-mark-l-display:initial;
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
--_rs-checkbox-ci-shadow-size:4px;
|
|
38
38
|
--_rs-checkbox-ci-indeterminate-icon-border-width:9px 3px;
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
._classic_d1mcrn_35{
|
|
41
41
|
--_rs-checkbox-ci-mark-color:#FFFFFF;
|
|
42
42
|
--_rs-checkbox-ci-indeterminate-icon-border-color:var(--_rs-color-primary);
|
|
43
43
|
--_rs-checkbox-ci-indeterminate-icon-background-color:#FFFFFF;
|
|
44
44
|
--_rs-checkbox-ci-checked-icon-border-color:var(--_rs-color-primary);
|
|
45
45
|
--_rs-checkbox-ci-hover-icon-box-shadow:var(--_rs-color-primary-t-fog);
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._rock_d1mcrn_38{
|
|
48
48
|
--_rs-checkbox-ci-mark-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*227));
|
|
49
49
|
--_rs-checkbox-ci-indeterminate-icon-border-color:rgb(
|
|
50
50
|
calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
0.1
|
|
61
61
|
);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
._checkbox_d1mcrn_15{
|
|
64
64
|
--_rs-theme-dark:var(
|
|
65
65
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
66
66
|
var(--rs-theme-dark, 0)
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
71
71
|
}
|
|
72
72
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
73
|
-
.
|
|
73
|
+
._checkbox_d1mcrn_15{
|
|
74
74
|
--_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
75
75
|
--_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
76
76
|
--_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
82
|
-
.
|
|
82
|
+
._checkbox_d1mcrn_15{
|
|
83
83
|
--_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
|
|
84
84
|
--_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
|
|
85
85
|
--_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
|
|
@@ -88,18 +88,18 @@
|
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
91
|
-
.
|
|
91
|
+
._checkbox_d1mcrn_15{
|
|
92
92
|
--_rs-color-danger:color-mix(in srgb, #CC1400 calc(100%*var(--_rs-theme-light-coefficient, 1)), #FF6553 calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
93
93
|
--_rs-color-danger-bg:color-mix(in srgb, rgba(204,20,0, 0.2) calc(100%*var(--_rs-theme-light-coefficient, 1)), rgba(255,101,83, 0.2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
97
|
-
.
|
|
97
|
+
._checkbox_d1mcrn_15{
|
|
98
98
|
--_rs-color-danger:rgb(calc(var(--_rs-theme-light-coefficient, 1)*204 + var(--_rs-theme-dark-coefficient, 0)*255), calc(var(--_rs-theme-light-coefficient, 1)*20 + var(--_rs-theme-dark-coefficient, 0)*101), calc(var(--_rs-theme-light-coefficient, 1)*0 + var(--_rs-theme-dark-coefficient, 0)*83));
|
|
99
99
|
--_rs-color-danger-bg:rgba(calc(var(--_rs-theme-light-coefficient, 1)*204 + var(--_rs-theme-dark-coefficient, 0)*255), calc(var(--_rs-theme-light-coefficient, 1)*20 + var(--_rs-theme-dark-coefficient, 0)*101), calc(var(--_rs-theme-light-coefficient, 1)*0 + var(--_rs-theme-dark-coefficient, 0)*83), 0.2);
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
._checkbox_d1mcrn_15 {
|
|
103
103
|
|
|
104
104
|
position:relative;
|
|
105
105
|
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
|
|
115
115
|
text-align:left;
|
|
116
116
|
}
|
|
117
|
-
.
|
|
117
|
+
._input_d1mcrn_65{
|
|
118
118
|
position:absolute;
|
|
119
119
|
z-index:-1;
|
|
120
120
|
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
|
|
125
125
|
border:0;
|
|
126
126
|
}
|
|
127
|
-
.
|
|
127
|
+
._icon_d1mcrn_76{
|
|
128
128
|
display:inline-block;
|
|
129
129
|
float:left;
|
|
130
130
|
|
|
@@ -140,17 +140,17 @@
|
|
|
140
140
|
|
|
141
141
|
transition:border-width ease-out 100ms, border-color ease-out 100ms;
|
|
142
142
|
}
|
|
143
|
-
.
|
|
143
|
+
._enabled_d1mcrn_92 ._icon_d1mcrn_76{
|
|
144
144
|
cursor:pointer;
|
|
145
145
|
}
|
|
146
|
-
.
|
|
146
|
+
._indeterminate_d1mcrn_96 ._icon_d1mcrn_76{
|
|
147
147
|
border-width:var(--_rs-checkbox-ci-indeterminate-icon-border-width);
|
|
148
148
|
}
|
|
149
|
-
.
|
|
149
|
+
._input_d1mcrn_65:checked + ._icon_d1mcrn_76{
|
|
150
150
|
border-width:calc(var(--_rs-checkbox-ci-size)/2);
|
|
151
151
|
}
|
|
152
|
-
.
|
|
153
|
-
.
|
|
152
|
+
._disabled_d1mcrn_104 ._icon_d1mcrn_76._icon_d1mcrn_76,
|
|
153
|
+
._input_d1mcrn_65:disabled + ._icon_d1mcrn_76{
|
|
154
154
|
border-color:rgb(calc(186 - var(--_rs-theme-dark-coefficient, 0)*92), calc(186 - var(--_rs-theme-dark-coefficient, 0)*92), calc(187 - var(--_rs-theme-dark-coefficient, 0)*91));
|
|
155
155
|
|
|
156
156
|
cursor:not-allowed;
|
|
@@ -158,27 +158,27 @@
|
|
|
158
158
|
|
|
159
159
|
background:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*193));
|
|
160
160
|
}
|
|
161
|
-
.
|
|
162
|
-
.
|
|
161
|
+
._input_d1mcrn_65:hover + ._icon_d1mcrn_76,
|
|
162
|
+
._enabled_d1mcrn_92:hover ._icon_d1mcrn_76{
|
|
163
163
|
background:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182));
|
|
164
164
|
}
|
|
165
|
-
.
|
|
166
|
-
.
|
|
167
|
-
.
|
|
165
|
+
._enabled_d1mcrn_92._indeterminate_d1mcrn_96 ._icon_d1mcrn_76,
|
|
166
|
+
._enabled_d1mcrn_92._indeterminate_d1mcrn_96:hover ._icon_d1mcrn_76,
|
|
167
|
+
._enabled_d1mcrn_92._indeterminate_d1mcrn_96 ._input_d1mcrn_65:hover + ._icon_d1mcrn_76{
|
|
168
168
|
border-color:var(--_rs-checkbox-ci-indeterminate-icon-border-color);
|
|
169
169
|
|
|
170
170
|
background-color:var(
|
|
171
171
|
--_rs-checkbox-ci-indeterminate-icon-background-color
|
|
172
172
|
);
|
|
173
173
|
}
|
|
174
|
-
.
|
|
174
|
+
._enabled_d1mcrn_92 ._input_d1mcrn_65:checked + ._icon_d1mcrn_76._icon_d1mcrn_76{
|
|
175
175
|
border-color:var(--_rs-checkbox-ci-checked-icon-border-color);
|
|
176
176
|
}
|
|
177
|
-
.
|
|
178
|
-
.
|
|
177
|
+
._error_d1mcrn_133 ._icon_d1mcrn_76._icon_d1mcrn_76._icon_d1mcrn_76._icon_d1mcrn_76,
|
|
178
|
+
._input_d1mcrn_65:invalid + ._icon_d1mcrn_76._icon_d1mcrn_76._icon_d1mcrn_76{
|
|
179
179
|
border-color:var(--_rs-color-danger);
|
|
180
180
|
}
|
|
181
|
-
.
|
|
181
|
+
._icon_d1mcrn_76::after{
|
|
182
182
|
position:absolute;
|
|
183
183
|
top:var(--_rs-checkbox-ci-shadow-size);
|
|
184
184
|
right:var(--_rs-checkbox-ci-shadow-size);
|
|
@@ -187,15 +187,15 @@
|
|
|
187
187
|
|
|
188
188
|
content:'';
|
|
189
189
|
}
|
|
190
|
-
.
|
|
191
|
-
label:hover .
|
|
192
|
-
.
|
|
190
|
+
._enabled_d1mcrn_92:hover > ._icon_d1mcrn_76::after,
|
|
191
|
+
label:hover ._enabled_d1mcrn_92 > ._icon_d1mcrn_76::after,
|
|
192
|
+
._enabled_d1mcrn_92 ._input_d1mcrn_65:active + ._icon_d1mcrn_76::after{
|
|
193
193
|
box-shadow:0 0 0 var(--_rs-checkbox-ci-shadow-size) var(--_rs-checkbox-ci-hover-icon-box-shadow);
|
|
194
194
|
}
|
|
195
|
-
.
|
|
195
|
+
._enabled_d1mcrn_92 ._input_d1mcrn_65:focus[data-focus-method='key'] + ._icon_d1mcrn_76::after{
|
|
196
196
|
box-shadow:0 0 0 1px rgb(calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*181)), 0 0 0 var(--_rs-checkbox-ci-shadow-size) var(--_rs-color-primary-t-dim);
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
._checkmark_d1mcrn_160{
|
|
199
199
|
position:absolute;
|
|
200
200
|
top:var(--_rs-checkbox-ci-shadow-size);
|
|
201
201
|
left:var(--_rs-checkbox-ci-shadow-size);
|
|
@@ -206,36 +206,36 @@
|
|
|
206
206
|
height:var(--_rs-checkbox-ci-size);
|
|
207
207
|
fill:currentColor;
|
|
208
208
|
}
|
|
209
|
-
.
|
|
209
|
+
._enabled_d1mcrn_92 ._checkmark_d1mcrn_160{
|
|
210
210
|
color:var(--_rs-checkbox-ci-mark-color);
|
|
211
211
|
}
|
|
212
|
-
.
|
|
213
|
-
.
|
|
212
|
+
._disabled_d1mcrn_104 ._checkmark_d1mcrn_160,
|
|
213
|
+
._input_d1mcrn_65:disabled + ._icon_d1mcrn_76 > ._checkmark_d1mcrn_160{
|
|
214
214
|
color:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*196), calc(244 - var(--_rs-theme-dark-coefficient, 0)*193));
|
|
215
215
|
}
|
|
216
|
-
.
|
|
216
|
+
._input_d1mcrn_65:checked + ._icon_d1mcrn_76 > ._checkmark_d1mcrn_160{
|
|
217
217
|
display:block;
|
|
218
218
|
}
|
|
219
|
-
.
|
|
219
|
+
._markS_d1mcrn_185{
|
|
220
220
|
display:var(--_rs-checkbox-ci-mark-s-display);
|
|
221
221
|
}
|
|
222
|
-
.
|
|
222
|
+
._markM_d1mcrn_188{
|
|
223
223
|
display:var(--_rs-checkbox-ci-mark-m-display);
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
._markL_d1mcrn_191{
|
|
226
226
|
display:var(--_rs-checkbox-ci-mark-l-display);
|
|
227
227
|
}
|
|
228
|
-
.
|
|
228
|
+
._errorMessage_d1mcrn_195{
|
|
229
229
|
margin-top:var(--_rs-checkbox-parts-offset);
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
.
|
|
232
|
+
._themeLight_1txuou8_6{
|
|
233
233
|
--rs-theme-dark:0;
|
|
234
234
|
}
|
|
235
|
-
.
|
|
235
|
+
._themeDark_1txuou8_9{
|
|
236
236
|
--rs-theme-dark:1;
|
|
237
237
|
}
|
|
238
|
-
.
|
|
238
|
+
._container_1txuou8_13{
|
|
239
239
|
--_rs-theme-dark:var(
|
|
240
240
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
241
241
|
var(--rs-theme-dark, 0)
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
246
246
|
}
|
|
247
247
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
248
|
-
.
|
|
248
|
+
._container_1txuou8_13{
|
|
249
249
|
--_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
250
250
|
--_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
251
251
|
--_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
256
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
257
|
-
.
|
|
257
|
+
._container_1txuou8_13{
|
|
258
258
|
--_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
|
|
259
259
|
--_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
|
|
260
260
|
--_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
|
|
@@ -262,11 +262,11 @@
|
|
|
262
262
|
--_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
|
|
263
263
|
}
|
|
264
264
|
}
|
|
265
|
-
.
|
|
265
|
+
._sizeS_1txuou8_18{
|
|
266
266
|
--_rs-checkbox-list-label-offset:4px;
|
|
267
267
|
--_rs-checkbox-list-left-offset:28px;
|
|
268
268
|
}
|
|
269
|
-
.
|
|
269
|
+
._sizeS_1txuou8_18 [data-rs-internal='checkbox-list__label']{
|
|
270
270
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
271
271
|
--_rs-typography-text-transform:initial;
|
|
272
272
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -293,14 +293,15 @@
|
|
|
293
293
|
)
|
|
294
294
|
);
|
|
295
295
|
--_rs-typography-text-auto-offset:8px;
|
|
296
|
-
--_rs-typography-ul-
|
|
297
|
-
--_rs-typography-
|
|
296
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
297
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
298
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
298
299
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
299
300
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
300
301
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
301
302
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
302
303
|
}
|
|
303
|
-
.
|
|
304
|
+
._sizeS_1txuou8_18 [data-rs-internal='checkbox-list__bold-label']{
|
|
304
305
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
305
306
|
--_rs-typography-text-transform:initial;
|
|
306
307
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -324,18 +325,19 @@
|
|
|
324
325
|
)
|
|
325
326
|
);
|
|
326
327
|
--_rs-typography-text-auto-offset:0;
|
|
327
|
-
--_rs-typography-ul-
|
|
328
|
-
--_rs-typography-
|
|
328
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
329
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
330
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
329
331
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
330
332
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
331
333
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
332
334
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
333
335
|
}
|
|
334
|
-
.
|
|
336
|
+
._sizeM_1txuou8_21{
|
|
335
337
|
--_rs-checkbox-list-label-offset:8px;
|
|
336
338
|
--_rs-checkbox-list-left-offset:32px;
|
|
337
339
|
}
|
|
338
|
-
.
|
|
340
|
+
._sizeM_1txuou8_21 [data-rs-internal='checkbox-list__label']{
|
|
339
341
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
340
342
|
--_rs-typography-text-transform:initial;
|
|
341
343
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -362,8 +364,9 @@
|
|
|
362
364
|
)
|
|
363
365
|
);
|
|
364
366
|
--_rs-typography-text-auto-offset:16px;
|
|
365
|
-
--_rs-typography-ul-
|
|
366
|
-
--_rs-typography-
|
|
367
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
368
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
369
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
367
370
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
368
371
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
369
372
|
16px
|
|
@@ -373,11 +376,11 @@
|
|
|
373
376
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
374
377
|
}
|
|
375
378
|
@media screen and (max-width: 640px){
|
|
376
|
-
.
|
|
379
|
+
._sizeM_1txuou8_21 [data-rs-internal='checkbox-list__label']{
|
|
377
380
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
378
381
|
}
|
|
379
382
|
}
|
|
380
|
-
.
|
|
383
|
+
._sizeM_1txuou8_21 [data-rs-internal='checkbox-list__bold-label']{
|
|
381
384
|
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
382
385
|
--_rs-typography-text-transform:initial;
|
|
383
386
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -401,18 +404,19 @@
|
|
|
401
404
|
)
|
|
402
405
|
);
|
|
403
406
|
--_rs-typography-text-auto-offset:0;
|
|
404
|
-
--_rs-typography-ul-
|
|
405
|
-
--_rs-typography-
|
|
407
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
408
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
409
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
406
410
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
407
411
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
408
412
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
409
413
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
410
414
|
}
|
|
411
|
-
.
|
|
415
|
+
._sizeL_1txuou8_24{
|
|
412
416
|
--_rs-checkbox-list-label-offset:12px;
|
|
413
417
|
--_rs-checkbox-list-left-offset:44px;
|
|
414
418
|
}
|
|
415
|
-
.
|
|
419
|
+
._sizeL_1txuou8_24 [data-rs-internal='checkbox-list__label']{
|
|
416
420
|
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
417
421
|
--_rs-typography-text-transform:initial;
|
|
418
422
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -439,8 +443,9 @@
|
|
|
439
443
|
)
|
|
440
444
|
);
|
|
441
445
|
--_rs-typography-text-auto-offset:32px;
|
|
442
|
-
--_rs-typography-ul-
|
|
443
|
-
--_rs-typography-
|
|
446
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
447
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
448
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
444
449
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
445
450
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
446
451
|
24px
|
|
@@ -450,11 +455,11 @@
|
|
|
450
455
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
451
456
|
}
|
|
452
457
|
@media screen and (max-width: 640px){
|
|
453
|
-
.
|
|
458
|
+
._sizeL_1txuou8_24 [data-rs-internal='checkbox-list__label']{
|
|
454
459
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
455
460
|
}
|
|
456
461
|
}
|
|
457
|
-
.
|
|
462
|
+
._sizeL_1txuou8_24 [data-rs-internal='checkbox-list__bold-label']{
|
|
458
463
|
--_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
|
|
459
464
|
--_rs-typography-text-transform:initial;
|
|
460
465
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -478,17 +483,18 @@
|
|
|
478
483
|
)
|
|
479
484
|
);
|
|
480
485
|
--_rs-typography-text-auto-offset:0;
|
|
481
|
-
--_rs-typography-ul-
|
|
482
|
-
--_rs-typography-
|
|
486
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
487
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
488
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
483
489
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
484
490
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
485
491
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
486
492
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
487
493
|
}
|
|
488
|
-
.
|
|
494
|
+
._inner_1txuou8_28{
|
|
489
495
|
--rs-out-checkbox-list-left-offset:var(--_rs-checkbox-list-left-offset);
|
|
490
496
|
}
|
|
491
|
-
.
|
|
497
|
+
._label_1txuou8_32{
|
|
492
498
|
letter-spacing:var(
|
|
493
499
|
--rs-text-base-letter-spacing,
|
|
494
500
|
var(--_rs-typography-letter-spacing)
|
|
@@ -508,23 +514,23 @@
|
|
|
508
514
|
margin:0 0 var(--_rs-checkbox-list-label-offset) 0;
|
|
509
515
|
padding:0;
|
|
510
516
|
}
|
|
511
|
-
.
|
|
517
|
+
._disabled_1txuou8_39 ._label_1txuou8_32{
|
|
512
518
|
color:var(
|
|
513
519
|
--rs-color-pale,
|
|
514
520
|
rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
|
|
515
521
|
);
|
|
516
522
|
}
|
|
517
|
-
.
|
|
523
|
+
._footer_1txuou8_44{
|
|
518
524
|
display:flex;
|
|
519
525
|
flex-direction:column;
|
|
520
526
|
}
|
|
521
|
-
.
|
|
527
|
+
._errorMessage_1txuou8_49{
|
|
522
528
|
order:99;
|
|
523
529
|
}
|
|
524
|
-
.
|
|
530
|
+
._error_1txuou8_49 ._errorMessage_1txuou8_49{
|
|
525
531
|
order:0;
|
|
526
532
|
}
|
|
527
|
-
.
|
|
533
|
+
._note_1txuou8_58{
|
|
528
534
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
529
535
|
--_rs-typography-text-transform:initial;
|
|
530
536
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -551,8 +557,9 @@
|
|
|
551
557
|
)
|
|
552
558
|
);
|
|
553
559
|
--_rs-typography-text-auto-offset:8px;
|
|
554
|
-
--_rs-typography-ul-
|
|
555
|
-
--_rs-typography-
|
|
560
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
561
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
562
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
556
563
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
557
564
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
558
565
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -583,7 +590,7 @@
|
|
|
583
590
|
|
|
584
591
|
order:1;
|
|
585
592
|
}
|
|
586
|
-
.
|
|
593
|
+
._disabled_1txuou8_39 ._note_1txuou8_58{
|
|
587
594
|
--_rs-typography-hardness-color:var(
|
|
588
595
|
--rs-color-pale,
|
|
589
596
|
rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"themeLight": "
|
|
3
|
-
"themeDark": "
|
|
4
|
-
"container": "
|
|
5
|
-
"sizeS": "
|
|
6
|
-
"sizeM": "
|
|
7
|
-
"sizeL": "
|
|
8
|
-
"inner": "
|
|
9
|
-
"label": "
|
|
10
|
-
"disabled": "
|
|
11
|
-
"footer": "
|
|
12
|
-
"errorMessage": "
|
|
13
|
-
"error": "
|
|
14
|
-
"note": "
|
|
2
|
+
"themeLight": "_themeLight_1txuou8_6",
|
|
3
|
+
"themeDark": "_themeDark_1txuou8_9",
|
|
4
|
+
"container": "_container_1txuou8_13",
|
|
5
|
+
"sizeS": "_sizeS_1txuou8_18",
|
|
6
|
+
"sizeM": "_sizeM_1txuou8_21",
|
|
7
|
+
"sizeL": "_sizeL_1txuou8_24",
|
|
8
|
+
"inner": "_inner_1txuou8_28",
|
|
9
|
+
"label": "_label_1txuou8_32",
|
|
10
|
+
"disabled": "_disabled_1txuou8_39",
|
|
11
|
+
"footer": "_footer_1txuou8_44",
|
|
12
|
+
"errorMessage": "_errorMessage_1txuou8_49",
|
|
13
|
+
"error": "_error_1txuou8_49",
|
|
14
|
+
"note": "_note_1txuou8_58"
|
|
15
15
|
};
|
|
16
16
|
export { styles as default };
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"themeLight": "
|
|
3
|
-
"themeDark": "
|
|
4
|
-
"checkboxSizeS": "
|
|
5
|
-
"checkboxSizeM": "
|
|
6
|
-
"checkboxSizeL": "
|
|
7
|
-
"sizeS": "
|
|
8
|
-
"sizeM": "
|
|
9
|
-
"sizeL": "
|
|
10
|
-
"classic": "
|
|
11
|
-
"rock": "
|
|
12
|
-
"checkbox": "
|
|
13
|
-
"input": "
|
|
14
|
-
"icon": "
|
|
15
|
-
"enabled": "
|
|
16
|
-
"indeterminate": "
|
|
17
|
-
"disabled": "
|
|
18
|
-
"error": "
|
|
19
|
-
"checkmark": "
|
|
20
|
-
"markS": "
|
|
21
|
-
"markM": "
|
|
22
|
-
"markL": "
|
|
23
|
-
"errorMessage": "
|
|
2
|
+
"themeLight": "_themeLight_d1mcrn_8",
|
|
3
|
+
"themeDark": "_themeDark_d1mcrn_11",
|
|
4
|
+
"checkboxSizeS": "_checkboxSizeS_d1mcrn_15",
|
|
5
|
+
"checkboxSizeM": "_checkboxSizeM_d1mcrn_18",
|
|
6
|
+
"checkboxSizeL": "_checkboxSizeL_d1mcrn_21",
|
|
7
|
+
"sizeS": "_sizeS_d1mcrn_25",
|
|
8
|
+
"sizeM": "_sizeM_d1mcrn_28",
|
|
9
|
+
"sizeL": "_sizeL_d1mcrn_31",
|
|
10
|
+
"classic": "_classic_d1mcrn_35",
|
|
11
|
+
"rock": "_rock_d1mcrn_38",
|
|
12
|
+
"checkbox": "_checkbox_d1mcrn_15",
|
|
13
|
+
"input": "_input_d1mcrn_65",
|
|
14
|
+
"icon": "_icon_d1mcrn_76",
|
|
15
|
+
"enabled": "_enabled_d1mcrn_92",
|
|
16
|
+
"indeterminate": "_indeterminate_d1mcrn_96",
|
|
17
|
+
"disabled": "_disabled_d1mcrn_104",
|
|
18
|
+
"error": "_error_d1mcrn_133",
|
|
19
|
+
"checkmark": "_checkmark_d1mcrn_160",
|
|
20
|
+
"markS": "_markS_d1mcrn_185",
|
|
21
|
+
"markM": "_markM_d1mcrn_188",
|
|
22
|
+
"markL": "_markL_d1mcrn_191",
|
|
23
|
+
"errorMessage": "_errorMessage_d1mcrn_195"
|
|
24
24
|
};
|
|
25
25
|
export { styles as default };
|
package/lib/public-api.p.css
CHANGED
|
@@ -30,8 +30,9 @@
|
|
|
30
30
|
)
|
|
31
31
|
);
|
|
32
32
|
--_rs-typography-text-auto-offset:8px;
|
|
33
|
-
--_rs-typography-ul-
|
|
34
|
-
--_rs-typography-
|
|
33
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
34
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
35
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
35
36
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
36
37
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
37
38
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -61,8 +62,9 @@
|
|
|
61
62
|
)
|
|
62
63
|
);
|
|
63
64
|
--_rs-typography-text-auto-offset:0;
|
|
64
|
-
--_rs-typography-ul-
|
|
65
|
-
--_rs-typography-
|
|
65
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
66
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
67
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
66
68
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
67
69
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
68
70
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -99,8 +101,9 @@
|
|
|
99
101
|
)
|
|
100
102
|
);
|
|
101
103
|
--_rs-typography-text-auto-offset:8px;
|
|
102
|
-
--_rs-typography-ul-
|
|
103
|
-
--_rs-typography-
|
|
104
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
105
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
106
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
104
107
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
105
108
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
106
109
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -132,8 +135,9 @@
|
|
|
132
135
|
)
|
|
133
136
|
);
|
|
134
137
|
--_rs-typography-text-auto-offset:0;
|
|
135
|
-
--_rs-typography-ul-
|
|
136
|
-
--_rs-typography-
|
|
138
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
139
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
140
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
137
141
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
138
142
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
139
143
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -183,8 +187,9 @@
|
|
|
183
187
|
)
|
|
184
188
|
);
|
|
185
189
|
--_rs-typography-text-auto-offset:16px;
|
|
186
|
-
--_rs-typography-ul-
|
|
187
|
-
--_rs-typography-
|
|
190
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
191
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
192
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
188
193
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
189
194
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
190
195
|
16px
|
|
@@ -222,8 +227,9 @@
|
|
|
222
227
|
)
|
|
223
228
|
);
|
|
224
229
|
--_rs-typography-text-auto-offset:0;
|
|
225
|
-
--_rs-typography-ul-
|
|
226
|
-
--_rs-typography-
|
|
230
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
231
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
232
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
227
233
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
228
234
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
229
235
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -260,8 +266,9 @@
|
|
|
260
266
|
)
|
|
261
267
|
);
|
|
262
268
|
--_rs-typography-text-auto-offset:16px;
|
|
263
|
-
--_rs-typography-ul-
|
|
264
|
-
--_rs-typography-
|
|
269
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
270
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
271
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
265
272
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
266
273
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
267
274
|
16px
|
|
@@ -301,8 +308,9 @@
|
|
|
301
308
|
)
|
|
302
309
|
);
|
|
303
310
|
--_rs-typography-text-auto-offset:0;
|
|
304
|
-
--_rs-typography-ul-
|
|
305
|
-
--_rs-typography-
|
|
311
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
312
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
313
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
306
314
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
307
315
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
308
316
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -352,8 +360,9 @@
|
|
|
352
360
|
)
|
|
353
361
|
);
|
|
354
362
|
--_rs-typography-text-auto-offset:32px;
|
|
355
|
-
--_rs-typography-ul-
|
|
356
|
-
--_rs-typography-
|
|
363
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
364
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
365
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
357
366
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
358
367
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
359
368
|
24px
|
|
@@ -391,8 +400,9 @@
|
|
|
391
400
|
)
|
|
392
401
|
);
|
|
393
402
|
--_rs-typography-text-auto-offset:0;
|
|
394
|
-
--_rs-typography-ul-
|
|
395
|
-
--_rs-typography-
|
|
403
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
404
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
405
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
396
406
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
397
407
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
398
408
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -429,8 +439,9 @@
|
|
|
429
439
|
)
|
|
430
440
|
);
|
|
431
441
|
--_rs-typography-text-auto-offset:32px;
|
|
432
|
-
--_rs-typography-ul-
|
|
433
|
-
--_rs-typography-
|
|
442
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
443
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
444
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
434
445
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
435
446
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
436
447
|
24px
|
|
@@ -470,8 +481,9 @@
|
|
|
470
481
|
)
|
|
471
482
|
);
|
|
472
483
|
--_rs-typography-text-auto-offset:0;
|
|
473
|
-
--_rs-typography-ul-
|
|
474
|
-
--_rs-typography-
|
|
484
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
485
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
486
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
475
487
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
476
488
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
477
489
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -551,8 +563,9 @@
|
|
|
551
563
|
)
|
|
552
564
|
);
|
|
553
565
|
--_rs-typography-text-auto-offset:8px;
|
|
554
|
-
--_rs-typography-ul-
|
|
555
|
-
--_rs-typography-
|
|
566
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
567
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
568
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
556
569
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
557
570
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
558
571
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -602,8 +615,9 @@
|
|
|
602
615
|
)
|
|
603
616
|
);
|
|
604
617
|
--_rs-typography-text-auto-offset:16px;
|
|
605
|
-
--_rs-typography-ul-
|
|
606
|
-
--_rs-typography-
|
|
618
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
619
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
620
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
607
621
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
608
622
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
609
623
|
16px
|
|
@@ -661,8 +675,9 @@
|
|
|
661
675
|
)
|
|
662
676
|
);
|
|
663
677
|
--_rs-typography-text-auto-offset:32px;
|
|
664
|
-
--_rs-typography-ul-
|
|
665
|
-
--_rs-typography-
|
|
678
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
679
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
680
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
666
681
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
667
682
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
668
683
|
24px
|
package/lib/public-api.pcss
CHANGED
|
@@ -30,8 +30,9 @@
|
|
|
30
30
|
)
|
|
31
31
|
);
|
|
32
32
|
--_rs-typography-text-auto-offset:8px;
|
|
33
|
-
--_rs-typography-ul-
|
|
34
|
-
--_rs-typography-
|
|
33
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
34
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
35
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
35
36
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
36
37
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
37
38
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -61,8 +62,9 @@
|
|
|
61
62
|
)
|
|
62
63
|
);
|
|
63
64
|
--_rs-typography-text-auto-offset:0;
|
|
64
|
-
--_rs-typography-ul-
|
|
65
|
-
--_rs-typography-
|
|
65
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
66
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
67
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
66
68
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
67
69
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
68
70
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -99,8 +101,9 @@
|
|
|
99
101
|
)
|
|
100
102
|
);
|
|
101
103
|
--_rs-typography-text-auto-offset:8px;
|
|
102
|
-
--_rs-typography-ul-
|
|
103
|
-
--_rs-typography-
|
|
104
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
105
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
106
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
104
107
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
105
108
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
106
109
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -132,8 +135,9 @@
|
|
|
132
135
|
)
|
|
133
136
|
);
|
|
134
137
|
--_rs-typography-text-auto-offset:0;
|
|
135
|
-
--_rs-typography-ul-
|
|
136
|
-
--_rs-typography-
|
|
138
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
139
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
140
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
137
141
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
138
142
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
139
143
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -183,8 +187,9 @@
|
|
|
183
187
|
)
|
|
184
188
|
);
|
|
185
189
|
--_rs-typography-text-auto-offset:16px;
|
|
186
|
-
--_rs-typography-ul-
|
|
187
|
-
--_rs-typography-
|
|
190
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
191
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
192
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
188
193
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
189
194
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
190
195
|
16px
|
|
@@ -222,8 +227,9 @@
|
|
|
222
227
|
)
|
|
223
228
|
);
|
|
224
229
|
--_rs-typography-text-auto-offset:0;
|
|
225
|
-
--_rs-typography-ul-
|
|
226
|
-
--_rs-typography-
|
|
230
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
231
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
232
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
227
233
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
228
234
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
229
235
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -260,8 +266,9 @@
|
|
|
260
266
|
)
|
|
261
267
|
);
|
|
262
268
|
--_rs-typography-text-auto-offset:16px;
|
|
263
|
-
--_rs-typography-ul-
|
|
264
|
-
--_rs-typography-
|
|
269
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
270
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
271
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
265
272
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
266
273
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
267
274
|
16px
|
|
@@ -301,8 +308,9 @@
|
|
|
301
308
|
)
|
|
302
309
|
);
|
|
303
310
|
--_rs-typography-text-auto-offset:0;
|
|
304
|
-
--_rs-typography-ul-
|
|
305
|
-
--_rs-typography-
|
|
311
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
312
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
313
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
306
314
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
307
315
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
308
316
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -352,8 +360,9 @@
|
|
|
352
360
|
)
|
|
353
361
|
);
|
|
354
362
|
--_rs-typography-text-auto-offset:32px;
|
|
355
|
-
--_rs-typography-ul-
|
|
356
|
-
--_rs-typography-
|
|
363
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
364
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
365
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
357
366
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
358
367
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
359
368
|
24px
|
|
@@ -391,8 +400,9 @@
|
|
|
391
400
|
)
|
|
392
401
|
);
|
|
393
402
|
--_rs-typography-text-auto-offset:0;
|
|
394
|
-
--_rs-typography-ul-
|
|
395
|
-
--_rs-typography-
|
|
403
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
404
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
405
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
396
406
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
397
407
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
398
408
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -429,8 +439,9 @@
|
|
|
429
439
|
)
|
|
430
440
|
);
|
|
431
441
|
--_rs-typography-text-auto-offset:32px;
|
|
432
|
-
--_rs-typography-ul-
|
|
433
|
-
--_rs-typography-
|
|
442
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
443
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
444
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
434
445
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
435
446
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
436
447
|
24px
|
|
@@ -470,8 +481,9 @@
|
|
|
470
481
|
)
|
|
471
482
|
);
|
|
472
483
|
--_rs-typography-text-auto-offset:0;
|
|
473
|
-
--_rs-typography-ul-
|
|
474
|
-
--_rs-typography-
|
|
484
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
485
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
486
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
475
487
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
476
488
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
477
489
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -551,8 +563,9 @@
|
|
|
551
563
|
)
|
|
552
564
|
);
|
|
553
565
|
--_rs-typography-text-auto-offset:8px;
|
|
554
|
-
--_rs-typography-ul-
|
|
555
|
-
--_rs-typography-
|
|
566
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
567
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
568
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
556
569
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
557
570
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
558
571
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -602,8 +615,9 @@
|
|
|
602
615
|
)
|
|
603
616
|
);
|
|
604
617
|
--_rs-typography-text-auto-offset:16px;
|
|
605
|
-
--_rs-typography-ul-
|
|
606
|
-
--_rs-typography-
|
|
618
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
619
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
620
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
607
621
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
608
622
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
609
623
|
16px
|
|
@@ -661,8 +675,9 @@
|
|
|
661
675
|
)
|
|
662
676
|
);
|
|
663
677
|
--_rs-typography-text-auto-offset:32px;
|
|
664
|
-
--_rs-typography-ul-
|
|
665
|
-
--_rs-typography-
|
|
678
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
679
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
680
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
666
681
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
667
682
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
668
683
|
24px
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/checkbox",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime-corejs3": "^7.26.0",
|
|
19
|
-
"@rescui/form-field": "^0.1.
|
|
20
|
-
"@rescui/menu": "^0.13.
|
|
19
|
+
"@rescui/form-field": "^0.1.1",
|
|
20
|
+
"@rescui/menu": "^0.13.3",
|
|
21
21
|
"classnames": "^2.2.6"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@rescui/colors": "^0.3.0",
|
|
30
30
|
"@rescui/postcss-preset-library": "^0.2.2",
|
|
31
31
|
"@rescui/scripts": "^0.5.1",
|
|
32
|
-
"@rescui/typography": "^0.
|
|
32
|
+
"@rescui/typography": "^0.25.0",
|
|
33
33
|
"@rescui/visual-regression": "^0.1.4"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"build-pcss-api": "rescui-scripts build-pcss-api --file public-api.p.css"
|
|
38
38
|
},
|
|
39
39
|
"nx": {},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "59db2e6ea5eabdcabc035779df2611d0df5a0cbe"
|
|
41
41
|
}
|