@rescui/checkbox 0.10.1-RUI-280-Update-select-component-downshift-2f40ef205.67 → 0.10.2
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 +69 -69
- package/lib/parts/checkbox-list.p.module.css.js +13 -13
- package/lib/parts/checkbox.p.module.css.js +22 -22
- package/package.json +9 -9
package/lib/index.css
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
.
|
|
1
|
+
._themeLight_l810jb_8{
|
|
2
2
|
--rs-theme-dark:0;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
._themeDark_l810jb_11{
|
|
5
5
|
--rs-theme-dark:1;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
._checkboxSizeS_l810jb_15{
|
|
8
8
|
--_rs-checkbox-parts-offset:4px;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
._checkboxSizeM_l810jb_18{
|
|
11
11
|
--_rs-checkbox-parts-offset:8px;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
._checkboxSizeL_l810jb_21{
|
|
14
14
|
--_rs-checkbox-parts-offset:8px;
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
._sizeS_l810jb_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_l810jb_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_l810jb_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_l810jb_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_l810jb_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_l810jb_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_l810jb_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_l810jb_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_l810jb_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_l810jb_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_l810jb_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_l810jb_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_l810jb_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_l810jb_92 ._icon_l810jb_76{
|
|
144
144
|
cursor:pointer;
|
|
145
145
|
}
|
|
146
|
-
.
|
|
146
|
+
._indeterminate_l810jb_96 ._icon_l810jb_76{
|
|
147
147
|
border-width:var(--_rs-checkbox-ci-indeterminate-icon-border-width);
|
|
148
148
|
}
|
|
149
|
-
.
|
|
149
|
+
._input_l810jb_65:checked + ._icon_l810jb_76{
|
|
150
150
|
border-width:calc(var(--_rs-checkbox-ci-size)/2);
|
|
151
151
|
}
|
|
152
|
-
.
|
|
153
|
-
.
|
|
152
|
+
._disabled_l810jb_104 ._icon_l810jb_76._icon_l810jb_76,
|
|
153
|
+
._input_l810jb_65:disabled + ._icon_l810jb_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_l810jb_65:hover + ._icon_l810jb_76,
|
|
162
|
+
._enabled_l810jb_92:hover ._icon_l810jb_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_l810jb_92._indeterminate_l810jb_96 ._icon_l810jb_76,
|
|
166
|
+
._enabled_l810jb_92._indeterminate_l810jb_96:hover ._icon_l810jb_76,
|
|
167
|
+
._enabled_l810jb_92._indeterminate_l810jb_96 ._input_l810jb_65:hover + ._icon_l810jb_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_l810jb_92 ._input_l810jb_65:checked + ._icon_l810jb_76._icon_l810jb_76{
|
|
175
175
|
border-color:var(--_rs-checkbox-ci-checked-icon-border-color);
|
|
176
176
|
}
|
|
177
|
-
.
|
|
178
|
-
.
|
|
177
|
+
._error_l810jb_133 ._icon_l810jb_76._icon_l810jb_76._icon_l810jb_76._icon_l810jb_76,
|
|
178
|
+
._input_l810jb_65:invalid + ._icon_l810jb_76._icon_l810jb_76._icon_l810jb_76{
|
|
179
179
|
border-color:var(--_rs-color-danger);
|
|
180
180
|
}
|
|
181
|
-
.
|
|
181
|
+
._icon_l810jb_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_l810jb_92:hover > ._icon_l810jb_76::after,
|
|
191
|
+
label:hover ._enabled_l810jb_92 > ._icon_l810jb_76::after,
|
|
192
|
+
._enabled_l810jb_92 ._input_l810jb_65:active + ._icon_l810jb_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_l810jb_92 ._input_l810jb_65:focus[data-focus-method='key'] + ._icon_l810jb_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_l810jb_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_l810jb_92 ._checkmark_l810jb_160{
|
|
210
210
|
color:var(--_rs-checkbox-ci-mark-color);
|
|
211
211
|
}
|
|
212
|
-
.
|
|
213
|
-
.
|
|
212
|
+
._disabled_l810jb_104 ._checkmark_l810jb_160,
|
|
213
|
+
._input_l810jb_65:disabled + ._icon_l810jb_76 > ._checkmark_l810jb_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_l810jb_65:checked + ._icon_l810jb_76 > ._checkmark_l810jb_160{
|
|
217
217
|
display:block;
|
|
218
218
|
}
|
|
219
|
-
.
|
|
219
|
+
._markS_l810jb_185{
|
|
220
220
|
display:var(--_rs-checkbox-ci-mark-s-display);
|
|
221
221
|
}
|
|
222
|
-
.
|
|
222
|
+
._markM_l810jb_188{
|
|
223
223
|
display:var(--_rs-checkbox-ci-mark-m-display);
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
._markL_l810jb_191{
|
|
226
226
|
display:var(--_rs-checkbox-ci-mark-l-display);
|
|
227
227
|
}
|
|
228
|
-
.
|
|
228
|
+
._errorMessage_l810jb_195{
|
|
229
229
|
margin-top:var(--_rs-checkbox-parts-offset);
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
.
|
|
232
|
+
._themeLight_1t88mxg_6{
|
|
233
233
|
--rs-theme-dark:0;
|
|
234
234
|
}
|
|
235
|
-
.
|
|
235
|
+
._themeDark_1t88mxg_9{
|
|
236
236
|
--rs-theme-dark:1;
|
|
237
237
|
}
|
|
238
|
-
.
|
|
238
|
+
._container_1t88mxg_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_1t88mxg_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_1t88mxg_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_1t88mxg_18{
|
|
266
266
|
--_rs-checkbox-list-label-offset:4px;
|
|
267
267
|
--_rs-checkbox-list-left-offset:28px;
|
|
268
268
|
}
|
|
269
|
-
.
|
|
269
|
+
._sizeS_1t88mxg_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;
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
302
302
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
303
303
|
}
|
|
304
|
-
.
|
|
304
|
+
._sizeS_1t88mxg_18 [data-rs-internal='checkbox-list__bold-label']{
|
|
305
305
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
306
306
|
--_rs-typography-text-transform:initial;
|
|
307
307
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -333,11 +333,11 @@
|
|
|
333
333
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
334
334
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
335
335
|
}
|
|
336
|
-
.
|
|
336
|
+
._sizeM_1t88mxg_21{
|
|
337
337
|
--_rs-checkbox-list-label-offset:8px;
|
|
338
338
|
--_rs-checkbox-list-left-offset:32px;
|
|
339
339
|
}
|
|
340
|
-
.
|
|
340
|
+
._sizeM_1t88mxg_21 [data-rs-internal='checkbox-list__label']{
|
|
341
341
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
342
342
|
--_rs-typography-text-transform:initial;
|
|
343
343
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -376,11 +376,11 @@
|
|
|
376
376
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
377
377
|
}
|
|
378
378
|
@media screen and (max-width: 640px){
|
|
379
|
-
.
|
|
379
|
+
._sizeM_1t88mxg_21 [data-rs-internal='checkbox-list__label']{
|
|
380
380
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
|
-
.
|
|
383
|
+
._sizeM_1t88mxg_21 [data-rs-internal='checkbox-list__bold-label']{
|
|
384
384
|
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
385
385
|
--_rs-typography-text-transform:initial;
|
|
386
386
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -412,11 +412,11 @@
|
|
|
412
412
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
413
413
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
414
414
|
}
|
|
415
|
-
.
|
|
415
|
+
._sizeL_1t88mxg_24{
|
|
416
416
|
--_rs-checkbox-list-label-offset:12px;
|
|
417
417
|
--_rs-checkbox-list-left-offset:44px;
|
|
418
418
|
}
|
|
419
|
-
.
|
|
419
|
+
._sizeL_1t88mxg_24 [data-rs-internal='checkbox-list__label']{
|
|
420
420
|
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
421
421
|
--_rs-typography-text-transform:initial;
|
|
422
422
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -455,11 +455,11 @@
|
|
|
455
455
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
456
456
|
}
|
|
457
457
|
@media screen and (max-width: 640px){
|
|
458
|
-
.
|
|
458
|
+
._sizeL_1t88mxg_24 [data-rs-internal='checkbox-list__label']{
|
|
459
459
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
|
-
.
|
|
462
|
+
._sizeL_1t88mxg_24 [data-rs-internal='checkbox-list__bold-label']{
|
|
463
463
|
--_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
|
|
464
464
|
--_rs-typography-text-transform:initial;
|
|
465
465
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -491,10 +491,10 @@
|
|
|
491
491
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
492
492
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
493
493
|
}
|
|
494
|
-
.
|
|
494
|
+
._inner_1t88mxg_28{
|
|
495
495
|
--rs-out-checkbox-list-left-offset:var(--_rs-checkbox-list-left-offset);
|
|
496
496
|
}
|
|
497
|
-
.
|
|
497
|
+
._label_1t88mxg_32{
|
|
498
498
|
letter-spacing:var(
|
|
499
499
|
--rs-text-base-letter-spacing,
|
|
500
500
|
var(--_rs-typography-letter-spacing)
|
|
@@ -514,23 +514,23 @@
|
|
|
514
514
|
margin:0 0 var(--_rs-checkbox-list-label-offset) 0;
|
|
515
515
|
padding:0;
|
|
516
516
|
}
|
|
517
|
-
.
|
|
517
|
+
._disabled_1t88mxg_39 ._label_1t88mxg_32{
|
|
518
518
|
color:var(
|
|
519
519
|
--rs-color-pale,
|
|
520
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)
|
|
521
521
|
);
|
|
522
522
|
}
|
|
523
|
-
.
|
|
523
|
+
._footer_1t88mxg_44{
|
|
524
524
|
display:flex;
|
|
525
525
|
flex-direction:column;
|
|
526
526
|
}
|
|
527
|
-
.
|
|
527
|
+
._errorMessage_1t88mxg_49{
|
|
528
528
|
order:99;
|
|
529
529
|
}
|
|
530
|
-
.
|
|
530
|
+
._error_1t88mxg_49 ._errorMessage_1t88mxg_49{
|
|
531
531
|
order:0;
|
|
532
532
|
}
|
|
533
|
-
.
|
|
533
|
+
._note_1t88mxg_58{
|
|
534
534
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
535
535
|
--_rs-typography-text-transform:initial;
|
|
536
536
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -590,7 +590,7 @@
|
|
|
590
590
|
|
|
591
591
|
order:1;
|
|
592
592
|
}
|
|
593
|
-
.
|
|
593
|
+
._disabled_1t88mxg_39 ._note_1t88mxg_58{
|
|
594
594
|
--_rs-typography-hardness-color:var(
|
|
595
595
|
--rs-color-pale,
|
|
596
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_1t88mxg_6",
|
|
3
|
+
"themeDark": "_themeDark_1t88mxg_9",
|
|
4
|
+
"container": "_container_1t88mxg_13",
|
|
5
|
+
"sizeS": "_sizeS_1t88mxg_18",
|
|
6
|
+
"sizeM": "_sizeM_1t88mxg_21",
|
|
7
|
+
"sizeL": "_sizeL_1t88mxg_24",
|
|
8
|
+
"inner": "_inner_1t88mxg_28",
|
|
9
|
+
"label": "_label_1t88mxg_32",
|
|
10
|
+
"disabled": "_disabled_1t88mxg_39",
|
|
11
|
+
"footer": "_footer_1t88mxg_44",
|
|
12
|
+
"errorMessage": "_errorMessage_1t88mxg_49",
|
|
13
|
+
"error": "_error_1t88mxg_49",
|
|
14
|
+
"note": "_note_1t88mxg_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_l810jb_8",
|
|
3
|
+
"themeDark": "_themeDark_l810jb_11",
|
|
4
|
+
"checkboxSizeS": "_checkboxSizeS_l810jb_15",
|
|
5
|
+
"checkboxSizeM": "_checkboxSizeM_l810jb_18",
|
|
6
|
+
"checkboxSizeL": "_checkboxSizeL_l810jb_21",
|
|
7
|
+
"sizeS": "_sizeS_l810jb_25",
|
|
8
|
+
"sizeM": "_sizeM_l810jb_28",
|
|
9
|
+
"sizeL": "_sizeL_l810jb_31",
|
|
10
|
+
"classic": "_classic_l810jb_35",
|
|
11
|
+
"rock": "_rock_l810jb_38",
|
|
12
|
+
"checkbox": "_checkbox_l810jb_15",
|
|
13
|
+
"input": "_input_l810jb_65",
|
|
14
|
+
"icon": "_icon_l810jb_76",
|
|
15
|
+
"enabled": "_enabled_l810jb_92",
|
|
16
|
+
"indeterminate": "_indeterminate_l810jb_96",
|
|
17
|
+
"disabled": "_disabled_l810jb_104",
|
|
18
|
+
"error": "_error_l810jb_133",
|
|
19
|
+
"checkmark": "_checkmark_l810jb_160",
|
|
20
|
+
"markS": "_markS_l810jb_185",
|
|
21
|
+
"markM": "_markM_l810jb_188",
|
|
22
|
+
"markL": "_markL_l810jb_191",
|
|
23
|
+
"errorMessage": "_errorMessage_l810jb_195"
|
|
24
24
|
};
|
|
25
25
|
export { styles as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/checkbox",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2",
|
|
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.2",
|
|
20
|
+
"@rescui/menu": "^0.13.4",
|
|
21
21
|
"classnames": "^2.2.6"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"react": ">=16.8.0 <20"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@rescui/colors": "0.3.
|
|
30
|
-
"@rescui/postcss-preset-library": "0.2.2",
|
|
31
|
-
"@rescui/scripts": "0.5.1",
|
|
32
|
-
"@rescui/typography": "0.
|
|
33
|
-
"@rescui/visual-regression": "0.1.4"
|
|
29
|
+
"@rescui/colors": "^0.3.0",
|
|
30
|
+
"@rescui/postcss-preset-library": "^0.2.2",
|
|
31
|
+
"@rescui/scripts": "^0.5.1",
|
|
32
|
+
"@rescui/typography": "^0.26.0",
|
|
33
|
+
"@rescui/visual-regression": "^0.1.4"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "rescui-scripts build && yarn run build-pcss-api",
|
|
37
37
|
"build-pcss-api": "rescui-scripts build-pcss-api --file public-api.p.css"
|
|
38
38
|
},
|
|
39
39
|
"nx": {},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "faa7a838502974c16bdf773ab001002d1b8dcca8"
|
|
41
41
|
}
|