@rescui/checkbox 0.8.8 → 0.8.9-RUI-229-Mark-packages-as-ES-modules-c2f0afd6.5
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/_virtual/index.css.js +7 -7
- package/lib/index.css +67 -67
- package/lib/parts/checkbox.p.module.css.js +28 -28
- package/package.json +9 -8
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"icon": "
|
|
3
|
-
"sizeXS": "
|
|
4
|
-
"sizeS": "
|
|
5
|
-
"sizeM": "
|
|
6
|
-
"sizeL": "
|
|
7
|
-
"light": "
|
|
8
|
-
"dark": "
|
|
2
|
+
"icon": "_icon_nhjg2d_4",
|
|
3
|
+
"sizeXS": "_sizeXS_nhjg2d_14",
|
|
4
|
+
"sizeS": "_sizeS_nhjg2d_18",
|
|
5
|
+
"sizeM": "_sizeM_nhjg2d_22",
|
|
6
|
+
"sizeL": "_sizeL_nhjg2d_26",
|
|
7
|
+
"light": "_light_nhjg2d_30",
|
|
8
|
+
"dark": "_dark_nhjg2d_34"
|
|
9
9
|
};
|
|
10
10
|
export { styles as default };
|
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._icon_nhjg2d_4{
|
|
2
2
|
--_rs-theme-dark:var(
|
|
3
3
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
4
4
|
var(--rs-theme-dark, 0)
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
9
9
|
}
|
|
10
10
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
11
|
-
.
|
|
11
|
+
._icon_nhjg2d_4{
|
|
12
12
|
--_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)));
|
|
13
13
|
--_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)));
|
|
14
14
|
--_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)));
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
20
|
-
.
|
|
20
|
+
._icon_nhjg2d_4{
|
|
21
21
|
--_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);
|
|
22
22
|
--_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));
|
|
23
23
|
--_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));
|
|
@@ -25,30 +25,30 @@
|
|
|
25
25
|
--_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));
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
._icon_nhjg2d_4{
|
|
29
29
|
|
|
30
30
|
fill:var(--_rs-icons-themed-fill-or-initial, currentcolor);
|
|
31
31
|
|
|
32
32
|
width:auto;
|
|
33
33
|
height:var(--_rs-icons-height);
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
._sizeXS_nhjg2d_14{
|
|
36
36
|
--_rs-icons-height:16px;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._sizeS_nhjg2d_18{
|
|
39
39
|
--_rs-icons-height:20px;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._sizeM_nhjg2d_22{
|
|
42
42
|
--_rs-icons-height:24px;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._sizeL_nhjg2d_26{
|
|
45
45
|
--_rs-icons-height:28px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._light_nhjg2d_30{
|
|
48
48
|
--rs-theme-dark:0;
|
|
49
49
|
--_rs-icons-themed-fill-or-initial:rgb(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));
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
._dark_nhjg2d_34{
|
|
52
52
|
--rs-theme-dark:1;
|
|
53
53
|
--_rs-icons-themed-fill-or-initial:rgb(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));
|
|
54
54
|
}
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
transform:rotate(360deg);
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
._themeLight_mnwaw5_8{
|
|
64
64
|
--rs-theme-dark:0;
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
._themeDark_mnwaw5_11{
|
|
67
67
|
--rs-theme-dark:1;
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
._container_mnwaw5_15{
|
|
70
70
|
--_rs-theme-dark:var(
|
|
71
71
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
72
72
|
var(--rs-theme-dark, 0)
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
77
77
|
}
|
|
78
78
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
79
|
-
.
|
|
79
|
+
._container_mnwaw5_15{
|
|
80
80
|
--_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)));
|
|
81
81
|
--_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)));
|
|
82
82
|
--_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)));
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
88
|
-
.
|
|
88
|
+
._container_mnwaw5_15{
|
|
89
89
|
--_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);
|
|
90
90
|
--_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));
|
|
91
91
|
--_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));
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
--_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));
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
|
-
.
|
|
96
|
+
._listSizeS_mnwaw5_20 [data-rs-internal='checkbox-list__error-message']{
|
|
97
97
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
98
98
|
--_rs-typography-text-transform:initial;
|
|
99
99
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -124,10 +124,10 @@
|
|
|
124
124
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
125
125
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
126
126
|
}
|
|
127
|
-
.
|
|
127
|
+
._listSizeS_mnwaw5_20 [data-rs-internal='checkbox-list__error-icon']:not(html){
|
|
128
128
|
--_rs-icons-height:20px;
|
|
129
129
|
}
|
|
130
|
-
.
|
|
130
|
+
._listSizeM_mnwaw5_23 [data-rs-internal='checkbox-list__error-message']{
|
|
131
131
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
132
132
|
--_rs-typography-text-transform:initial;
|
|
133
133
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -158,10 +158,10 @@
|
|
|
158
158
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
159
159
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
160
160
|
}
|
|
161
|
-
.
|
|
161
|
+
._listSizeM_mnwaw5_23 [data-rs-internal='checkbox-list__error-icon']:not(html){
|
|
162
162
|
--_rs-icons-height:20px;
|
|
163
163
|
}
|
|
164
|
-
.
|
|
164
|
+
._listSizeL_mnwaw5_26 [data-rs-internal='checkbox-list__error-message']{
|
|
165
165
|
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
166
166
|
--_rs-typography-text-transform:initial;
|
|
167
167
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -192,10 +192,10 @@
|
|
|
192
192
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
193
193
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
194
194
|
}
|
|
195
|
-
.
|
|
195
|
+
._listSizeL_mnwaw5_26 [data-rs-internal='checkbox-list__error-icon']:not(html){
|
|
196
196
|
--_rs-icons-height:24px;
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
._checkboxSizeS_mnwaw5_30 [data-rs-internal='checkbox__error-message']{
|
|
199
199
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
200
200
|
--_rs-typography-text-transform:initial;
|
|
201
201
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -226,10 +226,10 @@
|
|
|
226
226
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
227
227
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
._checkboxSizeS_mnwaw5_30 [data-rs-internal='checkbox__error-icon']:not(html){
|
|
230
230
|
--_rs-icons-height:20px;
|
|
231
231
|
}
|
|
232
|
-
.
|
|
232
|
+
._checkboxSizeM_mnwaw5_33 [data-rs-internal='checkbox__error-message']{
|
|
233
233
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
234
234
|
--_rs-typography-text-transform:initial;
|
|
235
235
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -260,10 +260,10 @@
|
|
|
260
260
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
261
261
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
262
262
|
}
|
|
263
|
-
.
|
|
263
|
+
._checkboxSizeM_mnwaw5_33 [data-rs-internal='checkbox__error-icon']:not(html){
|
|
264
264
|
--_rs-icons-height:20px;
|
|
265
265
|
}
|
|
266
|
-
.
|
|
266
|
+
._checkboxSizeL_mnwaw5_36 [data-rs-internal='checkbox__error-message']{
|
|
267
267
|
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
268
268
|
--_rs-typography-text-transform:initial;
|
|
269
269
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -294,10 +294,10 @@
|
|
|
294
294
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
295
295
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
296
296
|
}
|
|
297
|
-
.
|
|
297
|
+
._checkboxSizeL_mnwaw5_36 [data-rs-internal='checkbox__error-icon']:not(html){
|
|
298
298
|
--_rs-icons-height:24px;
|
|
299
299
|
}
|
|
300
|
-
.
|
|
300
|
+
._sizeS_mnwaw5_40{
|
|
301
301
|
--_rs-checkbox-ci-mark-s-display:initial;
|
|
302
302
|
--_rs-checkbox-ci-mark-m-display:none;
|
|
303
303
|
--_rs-checkbox-ci-mark-l-display:none;
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
--_rs-checkbox-ci-shadow-size:3px;
|
|
306
306
|
--_rs-checkbox-ci-indeterminate-icon-border-width:6px 3px;
|
|
307
307
|
}
|
|
308
|
-
.
|
|
308
|
+
._sizeM_mnwaw5_43{
|
|
309
309
|
--_rs-checkbox-ci-mark-s-display:none;
|
|
310
310
|
--_rs-checkbox-ci-mark-m-display:initial;
|
|
311
311
|
--_rs-checkbox-ci-mark-l-display:none;
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
--_rs-checkbox-ci-shadow-size:3px;
|
|
314
314
|
--_rs-checkbox-ci-indeterminate-icon-border-width:8px 3px;
|
|
315
315
|
}
|
|
316
|
-
.
|
|
316
|
+
._sizeL_mnwaw5_46{
|
|
317
317
|
--_rs-checkbox-ci-mark-s-display:none;
|
|
318
318
|
--_rs-checkbox-ci-mark-m-display:none;
|
|
319
319
|
--_rs-checkbox-ci-mark-l-display:initial;
|
|
@@ -321,14 +321,14 @@
|
|
|
321
321
|
--_rs-checkbox-ci-shadow-size:4px;
|
|
322
322
|
--_rs-checkbox-ci-indeterminate-icon-border-width:9px 3px;
|
|
323
323
|
}
|
|
324
|
-
.
|
|
324
|
+
._classic_mnwaw5_50{
|
|
325
325
|
--_rs-checkbox-ci-mark-color:#FFFFFF;
|
|
326
326
|
--_rs-checkbox-ci-indeterminate-icon-border-color:var(--_rs-color-primary);
|
|
327
327
|
--_rs-checkbox-ci-indeterminate-icon-background-color:#FFFFFF;
|
|
328
328
|
--_rs-checkbox-ci-checked-icon-border-color:var(--_rs-color-primary);
|
|
329
329
|
--_rs-checkbox-ci-hover-icon-box-shadow:var(--_rs-color-primary-t-fog);
|
|
330
330
|
}
|
|
331
|
-
.
|
|
331
|
+
._rock_mnwaw5_53{
|
|
332
332
|
--_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));
|
|
333
333
|
--_rs-checkbox-ci-indeterminate-icon-border-color:rgb(
|
|
334
334
|
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)
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
0.1
|
|
345
345
|
);
|
|
346
346
|
}
|
|
347
|
-
.
|
|
347
|
+
._checkbox_mnwaw5_30{
|
|
348
348
|
--_rs-theme-dark:var(
|
|
349
349
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
350
350
|
var(--rs-theme-dark, 0)
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
355
355
|
}
|
|
356
356
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
357
|
-
.
|
|
357
|
+
._checkbox_mnwaw5_30{
|
|
358
358
|
--_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)));
|
|
359
359
|
--_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)));
|
|
360
360
|
--_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)));
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
365
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
366
|
-
.
|
|
366
|
+
._checkbox_mnwaw5_30{
|
|
367
367
|
--_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);
|
|
368
368
|
--_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));
|
|
369
369
|
--_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));
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
--_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));
|
|
372
372
|
}
|
|
373
373
|
}
|
|
374
|
-
.
|
|
374
|
+
._checkbox_mnwaw5_30 {
|
|
375
375
|
|
|
376
376
|
position:relative;
|
|
377
377
|
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
|
|
387
387
|
text-align:left;
|
|
388
388
|
}
|
|
389
|
-
.
|
|
389
|
+
._errorMessage_mnwaw5_79{
|
|
390
390
|
letter-spacing:var(
|
|
391
391
|
--rs-text-base-letter-spacing,
|
|
392
392
|
var(--_rs-typography-letter-spacing)
|
|
@@ -406,15 +406,15 @@
|
|
|
406
406
|
-moz-column-gap:8px;
|
|
407
407
|
column-gap:8px;
|
|
408
408
|
}
|
|
409
|
-
.
|
|
409
|
+
._errorMessage_mnwaw5_79._list_mnwaw5_20{
|
|
410
410
|
margin-bottom:8px;
|
|
411
411
|
}
|
|
412
|
-
.
|
|
412
|
+
._errorIcon_mnwaw5_93{
|
|
413
413
|
flex:0 0 auto;
|
|
414
414
|
|
|
415
415
|
color:#F45C4A;
|
|
416
416
|
}
|
|
417
|
-
.
|
|
417
|
+
._input_mnwaw5_99{
|
|
418
418
|
position:absolute;
|
|
419
419
|
z-index:-1;
|
|
420
420
|
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
|
|
425
425
|
border:0;
|
|
426
426
|
}
|
|
427
|
-
.
|
|
427
|
+
._icon_mnwaw5_110{
|
|
428
428
|
display:inline-block;
|
|
429
429
|
float:left;
|
|
430
430
|
|
|
@@ -440,17 +440,17 @@
|
|
|
440
440
|
|
|
441
441
|
transition:border-width ease-out 100ms, border-color ease-out 100ms;
|
|
442
442
|
}
|
|
443
|
-
.
|
|
443
|
+
._enabled_mnwaw5_126 ._icon_mnwaw5_110{
|
|
444
444
|
cursor:pointer;
|
|
445
445
|
}
|
|
446
|
-
.
|
|
446
|
+
._indeterminate_mnwaw5_130 ._icon_mnwaw5_110{
|
|
447
447
|
border-width:var(--_rs-checkbox-ci-indeterminate-icon-border-width);
|
|
448
448
|
}
|
|
449
|
-
.
|
|
449
|
+
._input_mnwaw5_99:checked + ._icon_mnwaw5_110{
|
|
450
450
|
border-width:calc(var(--_rs-checkbox-ci-size)/2);
|
|
451
451
|
}
|
|
452
|
-
.
|
|
453
|
-
.
|
|
452
|
+
._disabled_mnwaw5_138 ._icon_mnwaw5_110._icon_mnwaw5_110,
|
|
453
|
+
._input_mnwaw5_99:disabled + ._icon_mnwaw5_110{
|
|
454
454
|
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));
|
|
455
455
|
|
|
456
456
|
cursor:not-allowed;
|
|
@@ -458,27 +458,27 @@
|
|
|
458
458
|
|
|
459
459
|
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));
|
|
460
460
|
}
|
|
461
|
-
.
|
|
462
|
-
.
|
|
461
|
+
._input_mnwaw5_99:hover + ._icon_mnwaw5_110,
|
|
462
|
+
._enabled_mnwaw5_126:hover ._icon_mnwaw5_110{
|
|
463
463
|
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));
|
|
464
464
|
}
|
|
465
|
-
.
|
|
466
|
-
.
|
|
467
|
-
.
|
|
465
|
+
._enabled_mnwaw5_126._indeterminate_mnwaw5_130 ._icon_mnwaw5_110,
|
|
466
|
+
._enabled_mnwaw5_126._indeterminate_mnwaw5_130:hover ._icon_mnwaw5_110,
|
|
467
|
+
._enabled_mnwaw5_126._indeterminate_mnwaw5_130 ._input_mnwaw5_99:hover + ._icon_mnwaw5_110{
|
|
468
468
|
border-color:var(--_rs-checkbox-ci-indeterminate-icon-border-color);
|
|
469
469
|
|
|
470
470
|
background-color:var(
|
|
471
471
|
--_rs-checkbox-ci-indeterminate-icon-background-color
|
|
472
472
|
);
|
|
473
473
|
}
|
|
474
|
-
.
|
|
474
|
+
._enabled_mnwaw5_126 ._input_mnwaw5_99:checked + ._icon_mnwaw5_110._icon_mnwaw5_110{
|
|
475
475
|
border-color:var(--_rs-checkbox-ci-checked-icon-border-color);
|
|
476
476
|
}
|
|
477
|
-
.
|
|
478
|
-
.
|
|
477
|
+
._error_mnwaw5_79 ._icon_mnwaw5_110._icon_mnwaw5_110._icon_mnwaw5_110._icon_mnwaw5_110,
|
|
478
|
+
._input_mnwaw5_99:invalid + ._icon_mnwaw5_110._icon_mnwaw5_110._icon_mnwaw5_110{
|
|
479
479
|
border-color:#F45C4A;
|
|
480
480
|
}
|
|
481
|
-
.
|
|
481
|
+
._icon_mnwaw5_110::after{
|
|
482
482
|
position:absolute;
|
|
483
483
|
top:var(--_rs-checkbox-ci-shadow-size);
|
|
484
484
|
right:var(--_rs-checkbox-ci-shadow-size);
|
|
@@ -487,15 +487,15 @@
|
|
|
487
487
|
|
|
488
488
|
content:'';
|
|
489
489
|
}
|
|
490
|
-
.
|
|
491
|
-
label:hover .
|
|
492
|
-
.
|
|
490
|
+
._enabled_mnwaw5_126:hover > ._icon_mnwaw5_110::after,
|
|
491
|
+
label:hover ._enabled_mnwaw5_126 > ._icon_mnwaw5_110::after,
|
|
492
|
+
._enabled_mnwaw5_126 ._input_mnwaw5_99:active + ._icon_mnwaw5_110::after{
|
|
493
493
|
box-shadow:0 0 0 var(--_rs-checkbox-ci-shadow-size) var(--_rs-checkbox-ci-hover-icon-box-shadow);
|
|
494
494
|
}
|
|
495
|
-
.
|
|
495
|
+
._enabled_mnwaw5_126 ._input_mnwaw5_99:focus[data-focus-method='key'] + ._icon_mnwaw5_110::after{
|
|
496
496
|
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);
|
|
497
497
|
}
|
|
498
|
-
.
|
|
498
|
+
._checkmark_mnwaw5_194{
|
|
499
499
|
position:absolute;
|
|
500
500
|
top:var(--_rs-checkbox-ci-shadow-size);
|
|
501
501
|
left:var(--_rs-checkbox-ci-shadow-size);
|
|
@@ -506,22 +506,22 @@
|
|
|
506
506
|
height:var(--_rs-checkbox-ci-size);
|
|
507
507
|
fill:currentColor;
|
|
508
508
|
}
|
|
509
|
-
.
|
|
509
|
+
._enabled_mnwaw5_126 ._checkmark_mnwaw5_194{
|
|
510
510
|
color:var(--_rs-checkbox-ci-mark-color);
|
|
511
511
|
}
|
|
512
|
-
.
|
|
513
|
-
.
|
|
512
|
+
._disabled_mnwaw5_138 ._checkmark_mnwaw5_194,
|
|
513
|
+
._input_mnwaw5_99:disabled + ._icon_mnwaw5_110 > ._checkmark_mnwaw5_194{
|
|
514
514
|
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));
|
|
515
515
|
}
|
|
516
|
-
.
|
|
516
|
+
._input_mnwaw5_99:checked + ._icon_mnwaw5_110 > ._checkmark_mnwaw5_194{
|
|
517
517
|
display:block;
|
|
518
518
|
}
|
|
519
|
-
.
|
|
519
|
+
._markS_mnwaw5_219{
|
|
520
520
|
display:var(--_rs-checkbox-ci-mark-s-display);
|
|
521
521
|
}
|
|
522
|
-
.
|
|
522
|
+
._markM_mnwaw5_222{
|
|
523
523
|
display:var(--_rs-checkbox-ci-mark-m-display);
|
|
524
524
|
}
|
|
525
|
-
.
|
|
525
|
+
._markL_mnwaw5_225{
|
|
526
526
|
display:var(--_rs-checkbox-ci-mark-l-display);
|
|
527
527
|
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"themeLight": "
|
|
3
|
-
"themeDark": "
|
|
4
|
-
"container": "
|
|
5
|
-
"listSizeS": "
|
|
6
|
-
"listSizeM": "
|
|
7
|
-
"listSizeL": "
|
|
8
|
-
"checkboxSizeS": "
|
|
9
|
-
"checkboxSizeM": "
|
|
10
|
-
"checkboxSizeL": "
|
|
11
|
-
"sizeS": "
|
|
12
|
-
"sizeM": "
|
|
13
|
-
"sizeL": "
|
|
14
|
-
"classic": "
|
|
15
|
-
"rock": "
|
|
16
|
-
"checkbox": "
|
|
17
|
-
"errorMessage": "
|
|
18
|
-
"list": "
|
|
19
|
-
"errorIcon": "
|
|
20
|
-
"input": "
|
|
21
|
-
"icon": "
|
|
22
|
-
"enabled": "
|
|
23
|
-
"indeterminate": "
|
|
24
|
-
"disabled": "
|
|
25
|
-
"error": "
|
|
26
|
-
"checkmark": "
|
|
27
|
-
"markS": "
|
|
28
|
-
"markM": "
|
|
29
|
-
"markL": "
|
|
2
|
+
"themeLight": "_themeLight_mnwaw5_8",
|
|
3
|
+
"themeDark": "_themeDark_mnwaw5_11",
|
|
4
|
+
"container": "_container_mnwaw5_15",
|
|
5
|
+
"listSizeS": "_listSizeS_mnwaw5_20",
|
|
6
|
+
"listSizeM": "_listSizeM_mnwaw5_23",
|
|
7
|
+
"listSizeL": "_listSizeL_mnwaw5_26",
|
|
8
|
+
"checkboxSizeS": "_checkboxSizeS_mnwaw5_30",
|
|
9
|
+
"checkboxSizeM": "_checkboxSizeM_mnwaw5_33",
|
|
10
|
+
"checkboxSizeL": "_checkboxSizeL_mnwaw5_36",
|
|
11
|
+
"sizeS": "_sizeS_mnwaw5_40",
|
|
12
|
+
"sizeM": "_sizeM_mnwaw5_43",
|
|
13
|
+
"sizeL": "_sizeL_mnwaw5_46",
|
|
14
|
+
"classic": "_classic_mnwaw5_50",
|
|
15
|
+
"rock": "_rock_mnwaw5_53",
|
|
16
|
+
"checkbox": "_checkbox_mnwaw5_30",
|
|
17
|
+
"errorMessage": "_errorMessage_mnwaw5_79",
|
|
18
|
+
"list": "_list_mnwaw5_20",
|
|
19
|
+
"errorIcon": "_errorIcon_mnwaw5_93",
|
|
20
|
+
"input": "_input_mnwaw5_99",
|
|
21
|
+
"icon": "_icon_mnwaw5_110",
|
|
22
|
+
"enabled": "_enabled_mnwaw5_126",
|
|
23
|
+
"indeterminate": "_indeterminate_mnwaw5_130",
|
|
24
|
+
"disabled": "_disabled_mnwaw5_138",
|
|
25
|
+
"error": "_error_mnwaw5_79",
|
|
26
|
+
"checkmark": "_checkmark_mnwaw5_194",
|
|
27
|
+
"markS": "_markS_mnwaw5_219",
|
|
28
|
+
"markM": "_markM_mnwaw5_222",
|
|
29
|
+
"markL": "_markL_mnwaw5_225"
|
|
30
30
|
};
|
|
31
31
|
export { styles as default };
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/checkbox",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.9-RUI-229-Mark-packages-as-ES-modules-c2f0afd6.5+c2f0afd6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
7
7
|
"main": "lib/index.js",
|
|
8
|
+
"module": "lib/index.js",
|
|
8
9
|
"src:main": "src/index.ts",
|
|
9
10
|
"files": [
|
|
10
11
|
"lib",
|
|
@@ -15,7 +16,7 @@
|
|
|
15
16
|
},
|
|
16
17
|
"dependencies": {
|
|
17
18
|
"@babel/runtime-corejs3": "^7.26.0",
|
|
18
|
-
"@rescui/menu": "
|
|
19
|
+
"@rescui/menu": "0.10.13-RUI-229-Mark-packages-as-ES-modules-c2f0afd6.5+c2f0afd6",
|
|
19
20
|
"classnames": "^2.2.6"
|
|
20
21
|
},
|
|
21
22
|
"peerDependencies": {
|
|
@@ -24,16 +25,16 @@
|
|
|
24
25
|
"react": ">=16.8.0 <19"
|
|
25
26
|
},
|
|
26
27
|
"devDependencies": {
|
|
27
|
-
"@rescui/colors": "
|
|
28
|
-
"@rescui/postcss-preset-library": "
|
|
29
|
-
"@rescui/scripts": "
|
|
30
|
-
"@rescui/typography": "
|
|
31
|
-
"@rescui/visual-regression": "
|
|
28
|
+
"@rescui/colors": "0.2.7-RUI-229-Mark-packages-as-ES-modules-c2f0afd6.29+c2f0afd6",
|
|
29
|
+
"@rescui/postcss-preset-library": "0.2.2",
|
|
30
|
+
"@rescui/scripts": "0.3.5",
|
|
31
|
+
"@rescui/typography": "0.21.1-RUI-229-Mark-packages-as-ES-modules-c2f0afd6.5+c2f0afd6",
|
|
32
|
+
"@rescui/visual-regression": "0.1.2"
|
|
32
33
|
},
|
|
33
34
|
"scripts": {
|
|
34
35
|
"build": "rescui-scripts build && yarn run build-pcss-api",
|
|
35
36
|
"build-pcss-api": "rescui-scripts build-pcss-api --file public-api.p.css"
|
|
36
37
|
},
|
|
37
38
|
"nx": {},
|
|
38
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "c2f0afd6d9adb143297f185e934591f3b442b8e2"
|
|
39
40
|
}
|