@rescui/input 0.11.14 → 0.11.15
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 +127 -127
- package/lib/input.p.module.css.js +28 -28
- package/package.json +5 -5
|
@@ -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_afka1x_4",
|
|
3
|
+
"sizeXS": "_sizeXS_afka1x_14",
|
|
4
|
+
"sizeS": "_sizeS_afka1x_18",
|
|
5
|
+
"sizeM": "_sizeM_afka1x_22",
|
|
6
|
+
"sizeL": "_sizeL_afka1x_26",
|
|
7
|
+
"light": "_light_afka1x_30",
|
|
8
|
+
"dark": "_dark_afka1x_34"
|
|
9
9
|
};
|
|
10
10
|
export { styles as default };
|
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._icon_afka1x_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_afka1x_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_afka1x_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_afka1x_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_afka1x_14{
|
|
36
36
|
--_rs-icons-height:16px;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._sizeS_afka1x_18{
|
|
39
39
|
--_rs-icons-height:20px;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._sizeM_afka1x_22{
|
|
42
42
|
--_rs-icons-height:24px;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._sizeL_afka1x_26{
|
|
45
45
|
--_rs-icons-height:28px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._light_afka1x_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_afka1x_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,20 +60,20 @@
|
|
|
60
60
|
transform:rotate(360deg);
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
._light_1nnzluk_8{
|
|
64
64
|
--rs-theme-dark:0;
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
._dark_1nnzluk_11{
|
|
67
67
|
--rs-theme-dark:1;
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
._sizeS_1nnzluk_15{
|
|
70
70
|
--_rs-input-vertical-padding:6px;
|
|
71
71
|
--_rs-input-horizontal-padding:8px;
|
|
72
72
|
--_rs-input-parts-offset:4px;
|
|
73
73
|
--_rs-input-icon-offset:8px;
|
|
74
74
|
--_rs-input-icon-size:20px;
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
77
77
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
78
78
|
--_rs-typography-text-transform:initial;
|
|
79
79
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -107,10 +107,10 @@
|
|
|
107
107
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
108
108
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
109
109
|
}
|
|
110
|
-
.
|
|
111
|
-
.
|
|
112
|
-
.
|
|
113
|
-
.
|
|
110
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__label'],
|
|
111
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__inner'],
|
|
112
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__inner']::placeholder,
|
|
113
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__suffix']{
|
|
114
114
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
115
115
|
--_rs-typography-text-transform:initial;
|
|
116
116
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
145
145
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
146
146
|
}
|
|
147
|
-
.
|
|
147
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__bold-label']{
|
|
148
148
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
149
149
|
--_rs-typography-text-transform:initial;
|
|
150
150
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
176
176
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
177
177
|
}
|
|
178
|
-
.
|
|
178
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__note']{
|
|
179
179
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
180
180
|
--_rs-typography-text-transform:initial;
|
|
181
181
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
210
210
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
211
211
|
}
|
|
212
|
-
.
|
|
212
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__error-message']{
|
|
213
213
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
214
214
|
--_rs-typography-text-transform:initial;
|
|
215
215
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -240,17 +240,17 @@
|
|
|
240
240
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
241
241
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
242
242
|
}
|
|
243
|
-
.
|
|
243
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__error-icon']:not(html){
|
|
244
244
|
--_rs-icons-height:20px;
|
|
245
245
|
}
|
|
246
|
-
.
|
|
246
|
+
._sizeM_1nnzluk_18{
|
|
247
247
|
--_rs-input-vertical-padding:8px;
|
|
248
248
|
--_rs-input-horizontal-padding:8px;
|
|
249
249
|
--_rs-input-parts-offset:8px;
|
|
250
250
|
--_rs-input-icon-offset:8px;
|
|
251
251
|
--_rs-input-icon-size:24px;
|
|
252
252
|
}
|
|
253
|
-
.
|
|
253
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
254
254
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
255
255
|
--_rs-typography-text-transform:initial;
|
|
256
256
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -288,14 +288,14 @@
|
|
|
288
288
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
289
289
|
}
|
|
290
290
|
@media screen and (max-width: 640px){
|
|
291
|
-
.
|
|
291
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
292
292
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
293
293
|
}
|
|
294
294
|
}
|
|
295
|
-
.
|
|
296
|
-
.
|
|
297
|
-
.
|
|
298
|
-
.
|
|
295
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__label'],
|
|
296
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__inner'],
|
|
297
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__inner']::placeholder,
|
|
298
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__suffix']{
|
|
299
299
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
300
300
|
--_rs-typography-text-transform:initial;
|
|
301
301
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -333,14 +333,14 @@
|
|
|
333
333
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
334
334
|
}
|
|
335
335
|
@media screen and (max-width: 640px){
|
|
336
|
-
.
|
|
337
|
-
.
|
|
338
|
-
.
|
|
339
|
-
.
|
|
336
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__label'],
|
|
337
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__inner'],
|
|
338
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__inner']::placeholder,
|
|
339
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__suffix']{
|
|
340
340
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
|
-
.
|
|
343
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__bold-label']{
|
|
344
344
|
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
345
345
|
--_rs-typography-text-transform:initial;
|
|
346
346
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
372
372
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
373
373
|
}
|
|
374
|
-
.
|
|
374
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__note']{
|
|
375
375
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
376
376
|
--_rs-typography-text-transform:initial;
|
|
377
377
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
406
406
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
407
407
|
}
|
|
408
|
-
.
|
|
408
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__error-message']{
|
|
409
409
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
410
410
|
--_rs-typography-text-transform:initial;
|
|
411
411
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -436,17 +436,17 @@
|
|
|
436
436
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
437
437
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
438
438
|
}
|
|
439
|
-
.
|
|
439
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__error-icon']:not(html){
|
|
440
440
|
--_rs-icons-height:20px;
|
|
441
441
|
}
|
|
442
|
-
.
|
|
442
|
+
._sizeL_1nnzluk_21{
|
|
443
443
|
--_rs-input-vertical-padding:12px;
|
|
444
444
|
--_rs-input-horizontal-padding:16px;
|
|
445
445
|
--_rs-input-parts-offset:8px;
|
|
446
446
|
--_rs-input-icon-offset:16px;
|
|
447
447
|
--_rs-input-icon-size:28px;
|
|
448
448
|
}
|
|
449
|
-
.
|
|
449
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
450
450
|
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
451
451
|
--_rs-typography-text-transform:initial;
|
|
452
452
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -484,14 +484,14 @@
|
|
|
484
484
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
485
485
|
}
|
|
486
486
|
@media screen and (max-width: 640px){
|
|
487
|
-
.
|
|
487
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
488
488
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
|
-
.
|
|
492
|
-
.
|
|
493
|
-
.
|
|
494
|
-
.
|
|
491
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__label'],
|
|
492
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__inner'],
|
|
493
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__inner']::placeholder,
|
|
494
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__suffix']{
|
|
495
495
|
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
496
496
|
--_rs-typography-text-transform:initial;
|
|
497
497
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -529,14 +529,14 @@
|
|
|
529
529
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
530
530
|
}
|
|
531
531
|
@media screen and (max-width: 640px){
|
|
532
|
-
.
|
|
533
|
-
.
|
|
534
|
-
.
|
|
535
|
-
.
|
|
532
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__label'],
|
|
533
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__inner'],
|
|
534
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__inner']::placeholder,
|
|
535
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__suffix']{
|
|
536
536
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
537
537
|
}
|
|
538
538
|
}
|
|
539
|
-
.
|
|
539
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__bold-label']{
|
|
540
540
|
--_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
|
|
541
541
|
--_rs-typography-text-transform:initial;
|
|
542
542
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
568
568
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
569
569
|
}
|
|
570
|
-
.
|
|
570
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__note']{
|
|
571
571
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
572
572
|
--_rs-typography-text-transform:initial;
|
|
573
573
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -605,11 +605,11 @@
|
|
|
605
605
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
606
606
|
}
|
|
607
607
|
@media screen and (max-width: 640px){
|
|
608
|
-
.
|
|
608
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__note']{
|
|
609
609
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
610
610
|
}
|
|
611
611
|
}
|
|
612
|
-
.
|
|
612
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__error-message']{
|
|
613
613
|
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
614
614
|
--_rs-typography-text-transform:initial;
|
|
615
615
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -640,10 +640,10 @@
|
|
|
640
640
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
641
641
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
642
642
|
}
|
|
643
|
-
.
|
|
643
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__error-icon']:not(html){
|
|
644
644
|
--_rs-icons-height:24px;
|
|
645
645
|
}
|
|
646
|
-
.
|
|
646
|
+
._classic_1nnzluk_25{
|
|
647
647
|
--_rs-input-focused-enabled-wrapper-border-width:2px;
|
|
648
648
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
649
649
|
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)
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
0.5
|
|
694
694
|
);
|
|
695
695
|
}
|
|
696
|
-
.
|
|
696
|
+
._rock_1nnzluk_28{
|
|
697
697
|
--_rs-input-focused-enabled-wrapper-border-width:0px;
|
|
698
698
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
699
699
|
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)
|
|
@@ -725,7 +725,7 @@
|
|
|
725
725
|
);
|
|
726
726
|
--_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
|
|
727
727
|
}
|
|
728
|
-
.
|
|
728
|
+
._container_1nnzluk_32{
|
|
729
729
|
--_rs-theme-dark:var(
|
|
730
730
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
731
731
|
var(--rs-theme-dark, 0)
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
736
736
|
}
|
|
737
737
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
738
|
-
.
|
|
738
|
+
._container_1nnzluk_32{
|
|
739
739
|
--_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)));
|
|
740
740
|
--_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)));
|
|
741
741
|
--_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)));
|
|
@@ -744,7 +744,7 @@
|
|
|
744
744
|
}
|
|
745
745
|
}
|
|
746
746
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
747
|
-
.
|
|
747
|
+
._container_1nnzluk_32{
|
|
748
748
|
--_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);
|
|
749
749
|
--_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));
|
|
750
750
|
--_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));
|
|
@@ -752,11 +752,11 @@
|
|
|
752
752
|
--_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));
|
|
753
753
|
}
|
|
754
754
|
}
|
|
755
|
-
.
|
|
755
|
+
._container_1nnzluk_32 {
|
|
756
756
|
|
|
757
757
|
display:block;
|
|
758
758
|
}
|
|
759
|
-
.
|
|
759
|
+
._wrapper_1nnzluk_39{
|
|
760
760
|
--_rs-input-border-width:1px;
|
|
761
761
|
|
|
762
762
|
display:flex;
|
|
@@ -767,27 +767,27 @@
|
|
|
767
767
|
|
|
768
768
|
background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*204));
|
|
769
769
|
}
|
|
770
|
-
.
|
|
770
|
+
._disabled_1nnzluk_51 ._wrapper_1nnzluk_39{
|
|
771
771
|
cursor:auto;
|
|
772
772
|
|
|
773
773
|
background-color:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*216));
|
|
774
774
|
}
|
|
775
|
-
.
|
|
775
|
+
._error_1nnzluk_57 ._wrapper_1nnzluk_39{
|
|
776
776
|
--_rs-input-border-width:2px;
|
|
777
777
|
|
|
778
778
|
border-color:#F45C4A;
|
|
779
779
|
}
|
|
780
|
-
.
|
|
780
|
+
._enabled_1nnzluk_63._filled_1nnzluk_63 ._wrapper_1nnzluk_39{
|
|
781
781
|
border-color: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.3);
|
|
782
782
|
}
|
|
783
783
|
@media (hover: hover){
|
|
784
|
-
.
|
|
784
|
+
._enabled_1nnzluk_63:hover ._wrapper_1nnzluk_39{
|
|
785
785
|
border-color: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);
|
|
786
786
|
|
|
787
787
|
background-color: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));
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
|
-
.
|
|
790
|
+
._enabled_1nnzluk_63._focused_1nnzluk_75 ._wrapper_1nnzluk_39{
|
|
791
791
|
--_rs-input-border-width:var(
|
|
792
792
|
--_rs-input-focused-enabled-wrapper-border-width
|
|
793
793
|
);
|
|
@@ -797,18 +797,18 @@
|
|
|
797
797
|
background-color:var(--_rs-input-focused-enabled-wrapper-background);
|
|
798
798
|
}
|
|
799
799
|
@media (hover: hover){
|
|
800
|
-
.
|
|
800
|
+
._error_1nnzluk_57._enabled_1nnzluk_63:hover ._wrapper_1nnzluk_39{
|
|
801
801
|
border-color:#F45C4A;
|
|
802
802
|
}
|
|
803
803
|
}
|
|
804
|
-
.
|
|
805
|
-
.
|
|
804
|
+
._error_1nnzluk_57._enabled_1nnzluk_63._focused_1nnzluk_75 ._wrapper_1nnzluk_39,
|
|
805
|
+
._error_1nnzluk_57._enabled_1nnzluk_63._filled_1nnzluk_63 ._wrapper_1nnzluk_39{
|
|
806
806
|
border-color:#F45C4A;
|
|
807
807
|
}
|
|
808
|
-
.
|
|
808
|
+
._error_1nnzluk_57._enabled_1nnzluk_63._focused_1nnzluk_75 ._wrapper_1nnzluk_39{
|
|
809
809
|
background:var(--_rs-input-error-focused-enabled-wrapper-background);
|
|
810
810
|
}
|
|
811
|
-
.
|
|
811
|
+
._field_1nnzluk_101{
|
|
812
812
|
display:flex;
|
|
813
813
|
|
|
814
814
|
flex:1 1 auto;
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
|
|
818
818
|
padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
|
|
819
819
|
}
|
|
820
|
-
.
|
|
820
|
+
._inner_1nnzluk_114{
|
|
821
821
|
letter-spacing:var(
|
|
822
822
|
--rs-text-base-letter-spacing,
|
|
823
823
|
var(--_rs-typography-letter-spacing)
|
|
@@ -830,26 +830,26 @@
|
|
|
830
830
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
831
831
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
832
832
|
}
|
|
833
|
-
.
|
|
833
|
+
._inner_1nnzluk_114::-ms-clear{
|
|
834
834
|
display:none;
|
|
835
835
|
|
|
836
836
|
width:0;
|
|
837
837
|
height:0;
|
|
838
838
|
}
|
|
839
|
-
.
|
|
839
|
+
._dark_1nnzluk_11 ._inner_1nnzluk_114{
|
|
840
840
|
color-scheme:dark;
|
|
841
841
|
}
|
|
842
842
|
@container style(--_rs-theme-dark-coefficient: 1){
|
|
843
|
-
.
|
|
843
|
+
._inner_1nnzluk_114{
|
|
844
844
|
color-scheme:dark
|
|
845
845
|
}
|
|
846
846
|
}
|
|
847
847
|
@container style(--_rs-theme-dark-coefficient: 0){
|
|
848
|
-
.
|
|
848
|
+
._inner_1nnzluk_114{
|
|
849
849
|
color-scheme:light
|
|
850
850
|
}
|
|
851
851
|
}
|
|
852
|
-
.
|
|
852
|
+
._inner_1nnzluk_114 {
|
|
853
853
|
|
|
854
854
|
display:block;
|
|
855
855
|
|
|
@@ -871,20 +871,20 @@
|
|
|
871
871
|
-moz-appearance:none;
|
|
872
872
|
appearance:none;
|
|
873
873
|
}
|
|
874
|
-
.
|
|
874
|
+
._inner_1nnzluk_114:focus{
|
|
875
875
|
outline:none;
|
|
876
876
|
}
|
|
877
|
-
.
|
|
878
|
-
.
|
|
877
|
+
._disabled_1nnzluk_51 ._inner_1nnzluk_114,
|
|
878
|
+
._inner_1nnzluk_114:disabled{
|
|
879
879
|
color: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.7);
|
|
880
880
|
}
|
|
881
|
-
.
|
|
881
|
+
._focused_1nnzluk_75 ._inner_1nnzluk_114{
|
|
882
882
|
color:var(--_rs-input-focused-inner-color);
|
|
883
883
|
}
|
|
884
|
-
.
|
|
884
|
+
._error_1nnzluk_57._focused_1nnzluk_75 ._inner_1nnzluk_114{
|
|
885
885
|
color:var(--_rs-input-error-focused-inner-color);
|
|
886
886
|
}
|
|
887
|
-
.
|
|
887
|
+
._inner_1nnzluk_114::-moz-placeholder{
|
|
888
888
|
letter-spacing:var(
|
|
889
889
|
--rs-text-base-letter-spacing,
|
|
890
890
|
var(--_rs-typography-letter-spacing)
|
|
@@ -900,13 +900,13 @@
|
|
|
900
900
|
|
|
901
901
|
color: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);
|
|
902
902
|
}
|
|
903
|
-
.
|
|
903
|
+
._focused_1nnzluk_75 ._inner_1nnzluk_114::-moz-placeholder{
|
|
904
904
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
905
905
|
}
|
|
906
|
-
.
|
|
906
|
+
._error_1nnzluk_57._focused_1nnzluk_75 ._inner_1nnzluk_114::-moz-placeholder{
|
|
907
907
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
908
908
|
}
|
|
909
|
-
.
|
|
909
|
+
._inner_1nnzluk_114::placeholder{
|
|
910
910
|
letter-spacing:var(
|
|
911
911
|
--rs-text-base-letter-spacing,
|
|
912
912
|
var(--_rs-typography-letter-spacing)
|
|
@@ -922,45 +922,45 @@
|
|
|
922
922
|
|
|
923
923
|
color: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);
|
|
924
924
|
}
|
|
925
|
-
.
|
|
925
|
+
._focused_1nnzluk_75 ._inner_1nnzluk_114::placeholder{
|
|
926
926
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
927
927
|
}
|
|
928
|
-
.
|
|
928
|
+
._error_1nnzluk_57._focused_1nnzluk_75 ._inner_1nnzluk_114::placeholder{
|
|
929
929
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
930
930
|
}
|
|
931
|
-
.
|
|
931
|
+
._inner_1nnzluk_114:-moz-ui-invalid{
|
|
932
932
|
box-shadow:none;
|
|
933
933
|
}
|
|
934
|
-
.
|
|
934
|
+
._inner_1nnzluk_114:-moz-ui-invalid:-moz-focusring{
|
|
935
935
|
box-shadow:none;
|
|
936
936
|
}
|
|
937
|
-
.
|
|
938
|
-
.
|
|
939
|
-
.
|
|
940
|
-
.
|
|
937
|
+
._inner_1nnzluk_114:-webkit-autofill,
|
|
938
|
+
._inner_1nnzluk_114:-webkit-autofill:hover,
|
|
939
|
+
._inner_1nnzluk_114:-webkit-autofill:active,
|
|
940
|
+
._inner_1nnzluk_114:-webkit-autofill:focus{
|
|
941
941
|
-webkit-box-shadow:0 0 0 1000px 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)) inset;
|
|
942
942
|
|
|
943
943
|
transition-delay:9999s;
|
|
944
944
|
-webkit-text-fill-color: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));
|
|
945
945
|
}
|
|
946
|
-
.
|
|
946
|
+
._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill, ._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill:hover, ._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill:active, ._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill:focus{
|
|
947
947
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
|
|
948
948
|
-webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
|
|
949
949
|
}
|
|
950
|
-
.
|
|
950
|
+
._error_1nnzluk_57._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill, ._error_1nnzluk_57._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill:hover, ._error_1nnzluk_57._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill:active, ._error_1nnzluk_57._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill:focus{
|
|
951
951
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
|
|
952
952
|
-webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
|
|
953
953
|
}
|
|
954
|
-
.
|
|
954
|
+
._offSystemMicroelements_1nnzluk_229 ._inner_1nnzluk_114{
|
|
955
955
|
-moz-appearance:textfield;
|
|
956
956
|
}
|
|
957
|
-
.
|
|
958
|
-
.
|
|
957
|
+
._offSystemMicroelements_1nnzluk_229 ._inner_1nnzluk_114::-webkit-outer-spin-button,
|
|
958
|
+
._offSystemMicroelements_1nnzluk_229 ._inner_1nnzluk_114::-webkit-inner-spin-button{
|
|
959
959
|
margin:0;
|
|
960
960
|
-webkit-appearance:none;
|
|
961
961
|
appearance:none;
|
|
962
962
|
}
|
|
963
|
-
.
|
|
963
|
+
._iconWrapper_1nnzluk_239{
|
|
964
964
|
--_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
|
|
965
965
|
|
|
966
966
|
display:inline-flex;
|
|
@@ -973,15 +973,15 @@
|
|
|
973
973
|
|
|
974
974
|
color: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.7);
|
|
975
975
|
}
|
|
976
|
-
.
|
|
976
|
+
._iconWrapper_1nnzluk_239._action_1nnzluk_254{
|
|
977
977
|
position:relative;
|
|
978
978
|
|
|
979
979
|
cursor:pointer;
|
|
980
980
|
}
|
|
981
|
-
.
|
|
981
|
+
._iconWrapper_1nnzluk_239._action_1nnzluk_254:focus{
|
|
982
982
|
outline:none;
|
|
983
983
|
}
|
|
984
|
-
.
|
|
984
|
+
._iconWrapper_1nnzluk_239._action_1nnzluk_254::before{
|
|
985
985
|
position:absolute;
|
|
986
986
|
top:-4px;
|
|
987
987
|
right:-4px;
|
|
@@ -996,56 +996,56 @@
|
|
|
996
996
|
content:'';
|
|
997
997
|
pointer-events:none;
|
|
998
998
|
}
|
|
999
|
-
.
|
|
999
|
+
._iconWrapper_1nnzluk_239._action_1nnzluk_254:focus[data-focus-method='key']::before{
|
|
1000
1000
|
display:block;
|
|
1001
1001
|
}
|
|
1002
|
-
.
|
|
1002
|
+
._disabled_1nnzluk_51 ._iconWrapper_1nnzluk_239{
|
|
1003
1003
|
color: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);
|
|
1004
1004
|
}
|
|
1005
|
-
.
|
|
1005
|
+
._disabled_1nnzluk_51 ._iconWrapper_1nnzluk_239._action_1nnzluk_254{
|
|
1006
1006
|
pointer-events:none;
|
|
1007
1007
|
}
|
|
1008
|
-
.
|
|
1008
|
+
._iconWrapper_1nnzluk_239._right_1nnzluk_292{
|
|
1009
1009
|
margin-left:var(--_rs-input-icon-offset);
|
|
1010
1010
|
}
|
|
1011
|
-
.
|
|
1011
|
+
._iconWrapper_1nnzluk_239._left_1nnzluk_296{
|
|
1012
1012
|
margin-right:var(--_rs-input-icon-offset);
|
|
1013
1013
|
}
|
|
1014
|
-
.
|
|
1014
|
+
._focused_1nnzluk_75 ._iconWrapper_1nnzluk_239{
|
|
1015
1015
|
color:var(--_rs-input-focused-icon-color);
|
|
1016
1016
|
}
|
|
1017
|
-
.
|
|
1017
|
+
._error_1nnzluk_57._focused_1nnzluk_75 ._iconWrapper_1nnzluk_239{
|
|
1018
1018
|
color:var(--_rs-input-error-focused-icon-color);
|
|
1019
1019
|
}
|
|
1020
1020
|
@media (hover: hover){
|
|
1021
|
-
.
|
|
1021
|
+
._enabled_1nnzluk_63 ._iconWrapper_1nnzluk_239._action_1nnzluk_254:hover{
|
|
1022
1022
|
color: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));
|
|
1023
1023
|
}
|
|
1024
1024
|
|
|
1025
|
-
.
|
|
1025
|
+
._enabled_1nnzluk_63._focused_1nnzluk_75 ._iconWrapper_1nnzluk_239._action_1nnzluk_254:hover{
|
|
1026
1026
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1027
1027
|
}
|
|
1028
1028
|
|
|
1029
|
-
.
|
|
1029
|
+
._enabled_1nnzluk_63._error_1nnzluk_57._focused_1nnzluk_75 ._iconWrapper_1nnzluk_239._action_1nnzluk_254:hover{
|
|
1030
1030
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1031
1031
|
}
|
|
1032
1032
|
}
|
|
1033
|
-
.
|
|
1033
|
+
._enabled_1nnzluk_63 ._iconWrapper_1nnzluk_239._action_1nnzluk_254:focus[data-focus-method='key']{
|
|
1034
1034
|
color: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));
|
|
1035
1035
|
}
|
|
1036
|
-
.
|
|
1036
|
+
._enabled_1nnzluk_63._focused_1nnzluk_75 ._iconWrapper_1nnzluk_239._action_1nnzluk_254:focus[data-focus-method='key']{
|
|
1037
1037
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1038
1038
|
}
|
|
1039
|
-
.
|
|
1039
|
+
._enabled_1nnzluk_63._error_1nnzluk_57._focused_1nnzluk_75 ._iconWrapper_1nnzluk_239._action_1nnzluk_254:focus[data-focus-method='key']{
|
|
1040
1040
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1041
1041
|
}
|
|
1042
|
-
.
|
|
1042
|
+
._iconWrapper_1nnzluk_239 ._icon_1nnzluk_239{
|
|
1043
1043
|
fill:currentColor;
|
|
1044
1044
|
|
|
1045
1045
|
width:auto;
|
|
1046
1046
|
height:var(--_rs-input-icon-size);
|
|
1047
1047
|
}
|
|
1048
|
-
.
|
|
1048
|
+
._divider_1nnzluk_342{
|
|
1049
1049
|
display:block;
|
|
1050
1050
|
|
|
1051
1051
|
width:1px;
|
|
@@ -1054,10 +1054,10 @@
|
|
|
1054
1054
|
|
|
1055
1055
|
background: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.2);
|
|
1056
1056
|
}
|
|
1057
|
-
.
|
|
1057
|
+
._focused_1nnzluk_75 ._divider_1nnzluk_342{
|
|
1058
1058
|
background:var(--_rs-input-focused-divider-background);
|
|
1059
1059
|
}
|
|
1060
|
-
.
|
|
1060
|
+
._suffix_1nnzluk_356{
|
|
1061
1061
|
letter-spacing:var(
|
|
1062
1062
|
--rs-text-base-letter-spacing,
|
|
1063
1063
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1076,13 +1076,13 @@
|
|
|
1076
1076
|
|
|
1077
1077
|
color: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);
|
|
1078
1078
|
}
|
|
1079
|
-
.
|
|
1079
|
+
._focused_1nnzluk_75 ._suffix_1nnzluk_356{
|
|
1080
1080
|
color:var(--_rs-input-focused-suffix-color);
|
|
1081
1081
|
}
|
|
1082
|
-
.
|
|
1082
|
+
._error_1nnzluk_57._focused_1nnzluk_75 ._suffix_1nnzluk_356{
|
|
1083
1083
|
color:var(--_rs-input-error-focused-suffix-color);
|
|
1084
1084
|
}
|
|
1085
|
-
.
|
|
1085
|
+
._errorMessage_1nnzluk_376{
|
|
1086
1086
|
letter-spacing:var(
|
|
1087
1087
|
--rs-text-base-letter-spacing,
|
|
1088
1088
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1104,12 +1104,12 @@
|
|
|
1104
1104
|
-moz-column-gap:8px;
|
|
1105
1105
|
column-gap:8px;
|
|
1106
1106
|
}
|
|
1107
|
-
.
|
|
1107
|
+
._errorIcon_1nnzluk_388{
|
|
1108
1108
|
flex:0 0 auto;
|
|
1109
1109
|
|
|
1110
1110
|
color:#F45C4A;
|
|
1111
1111
|
}
|
|
1112
|
-
.
|
|
1112
|
+
._note_1nnzluk_394{
|
|
1113
1113
|
letter-spacing:var(
|
|
1114
1114
|
--rs-text-base-letter-spacing,
|
|
1115
1115
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1128,13 +1128,13 @@
|
|
|
1128
1128
|
|
|
1129
1129
|
margin-top:var(--_rs-input-parts-offset);
|
|
1130
1130
|
}
|
|
1131
|
-
.
|
|
1131
|
+
._disabled_1nnzluk_51 ._note_1nnzluk_394{
|
|
1132
1132
|
color:var(
|
|
1133
1133
|
--rs-color-pale,
|
|
1134
1134
|
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)
|
|
1135
1135
|
);
|
|
1136
1136
|
}
|
|
1137
|
-
.
|
|
1137
|
+
._label_1nnzluk_405{
|
|
1138
1138
|
letter-spacing:var(
|
|
1139
1139
|
--rs-text-base-letter-spacing,
|
|
1140
1140
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1153,7 +1153,7 @@
|
|
|
1153
1153
|
|
|
1154
1154
|
margin-bottom:var(--_rs-input-parts-offset);
|
|
1155
1155
|
}
|
|
1156
|
-
.
|
|
1156
|
+
._disabled_1nnzluk_51 ._label_1nnzluk_405{
|
|
1157
1157
|
color:var(
|
|
1158
1158
|
--rs-color-pale,
|
|
1159
1159
|
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,31 +1,31 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"light": "
|
|
3
|
-
"dark": "
|
|
4
|
-
"sizeS": "
|
|
5
|
-
"sizeM": "
|
|
6
|
-
"sizeL": "
|
|
7
|
-
"classic": "
|
|
8
|
-
"rock": "
|
|
9
|
-
"container": "
|
|
10
|
-
"wrapper": "
|
|
11
|
-
"disabled": "
|
|
12
|
-
"error": "
|
|
13
|
-
"enabled": "
|
|
14
|
-
"filled": "
|
|
15
|
-
"focused": "
|
|
16
|
-
"field": "
|
|
17
|
-
"inner": "
|
|
18
|
-
"offSystemMicroelements": "
|
|
19
|
-
"iconWrapper": "
|
|
20
|
-
"action": "
|
|
21
|
-
"right": "
|
|
22
|
-
"left": "
|
|
23
|
-
"icon": "
|
|
24
|
-
"divider": "
|
|
25
|
-
"suffix": "
|
|
26
|
-
"errorMessage": "
|
|
27
|
-
"errorIcon": "
|
|
28
|
-
"note": "
|
|
29
|
-
"label": "
|
|
2
|
+
"light": "_light_1nnzluk_8",
|
|
3
|
+
"dark": "_dark_1nnzluk_11",
|
|
4
|
+
"sizeS": "_sizeS_1nnzluk_15",
|
|
5
|
+
"sizeM": "_sizeM_1nnzluk_18",
|
|
6
|
+
"sizeL": "_sizeL_1nnzluk_21",
|
|
7
|
+
"classic": "_classic_1nnzluk_25",
|
|
8
|
+
"rock": "_rock_1nnzluk_28",
|
|
9
|
+
"container": "_container_1nnzluk_32",
|
|
10
|
+
"wrapper": "_wrapper_1nnzluk_39",
|
|
11
|
+
"disabled": "_disabled_1nnzluk_51",
|
|
12
|
+
"error": "_error_1nnzluk_57",
|
|
13
|
+
"enabled": "_enabled_1nnzluk_63",
|
|
14
|
+
"filled": "_filled_1nnzluk_63",
|
|
15
|
+
"focused": "_focused_1nnzluk_75",
|
|
16
|
+
"field": "_field_1nnzluk_101",
|
|
17
|
+
"inner": "_inner_1nnzluk_114",
|
|
18
|
+
"offSystemMicroelements": "_offSystemMicroelements_1nnzluk_229",
|
|
19
|
+
"iconWrapper": "_iconWrapper_1nnzluk_239",
|
|
20
|
+
"action": "_action_1nnzluk_254",
|
|
21
|
+
"right": "_right_1nnzluk_292",
|
|
22
|
+
"left": "_left_1nnzluk_296",
|
|
23
|
+
"icon": "_icon_1nnzluk_239",
|
|
24
|
+
"divider": "_divider_1nnzluk_342",
|
|
25
|
+
"suffix": "_suffix_1nnzluk_356",
|
|
26
|
+
"errorMessage": "_errorMessage_1nnzluk_376",
|
|
27
|
+
"errorIcon": "_errorIcon_1nnzluk_388",
|
|
28
|
+
"note": "_note_1nnzluk_394",
|
|
29
|
+
"label": "_label_1nnzluk_405"
|
|
30
30
|
};
|
|
31
31
|
export { styles as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/input",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.15",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@rescui/colors": "^0.2.7",
|
|
28
|
-
"@rescui/icons": "^0.16.
|
|
28
|
+
"@rescui/icons": "^0.16.17",
|
|
29
29
|
"@rescui/postcss-preset-library": "^0.2.2",
|
|
30
30
|
"@rescui/scripts": "^0.3.5",
|
|
31
|
-
"@rescui/tooltip": "^0.9.
|
|
32
|
-
"@rescui/typography": "^0.
|
|
31
|
+
"@rescui/tooltip": "^0.9.5",
|
|
32
|
+
"@rescui/typography": "^0.23.0",
|
|
33
33
|
"@rescui/visual-regression": "^0.1.2",
|
|
34
34
|
"@types/classnames": "^2.2.11"
|
|
35
35
|
},
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"build-pcss-api": "rescui-scripts build-pcss-api --file public-api.p.css"
|
|
39
39
|
},
|
|
40
40
|
"nx": {},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "f9a0228790b099e343e9017980e7635c12815bda"
|
|
42
42
|
}
|