@rescui/input 0.11.3 → 0.11.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 +151 -151
- 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_1uqxwp7_4",
|
|
3
|
+
"sizeXS": "_sizeXS_1uqxwp7_14",
|
|
4
|
+
"sizeS": "_sizeS_1uqxwp7_18",
|
|
5
|
+
"sizeM": "_sizeM_1uqxwp7_22",
|
|
6
|
+
"sizeL": "_sizeL_1uqxwp7_26",
|
|
7
|
+
"light": "_light_1uqxwp7_30",
|
|
8
|
+
"dark": "_dark_1uqxwp7_34"
|
|
9
9
|
};
|
|
10
10
|
export { styles as default };
|
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._icon_1uqxwp7_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_1uqxwp7_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_1uqxwp7_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_1uqxwp7_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_1uqxwp7_14{
|
|
36
36
|
--_rs-icons-height:16px;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._sizeS_1uqxwp7_18{
|
|
39
39
|
--_rs-icons-height:20px;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._sizeM_1uqxwp7_22{
|
|
42
42
|
--_rs-icons-height:24px;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._sizeL_1uqxwp7_26{
|
|
45
45
|
--_rs-icons-height:28px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._light_1uqxwp7_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_1uqxwp7_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
|
}
|
|
@@ -72,20 +72,20 @@
|
|
|
72
72
|
transform:rotate(360deg);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
.
|
|
75
|
+
._light_74voxe_8{
|
|
76
76
|
--rs-theme-dark:0;
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
._dark_74voxe_11{
|
|
79
79
|
--rs-theme-dark:1;
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
._sizeS_74voxe_15{
|
|
82
82
|
--_rs-input-vertical-padding:6px;
|
|
83
83
|
--_rs-input-horizontal-padding:8px;
|
|
84
84
|
--_rs-input-parts-offset:4px;
|
|
85
85
|
--_rs-input-icon-offset:8px;
|
|
86
86
|
--_rs-input-icon-size:20px;
|
|
87
87
|
}
|
|
88
|
-
.
|
|
88
|
+
._sizeS_74voxe_15 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
89
89
|
--_rs-typography-letter-spacing:0.0045em;
|
|
90
90
|
--_rs-typography-text-transform:initial;
|
|
91
91
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
120
120
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
121
121
|
}
|
|
122
|
-
.
|
|
122
|
+
._sizeS_74voxe_15 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
123
123
|
--_rs-typography-letter-spacing:0.0045em;
|
|
124
124
|
--_rs-typography-text-transform:initial;
|
|
125
125
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
154
154
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
155
155
|
}
|
|
156
|
-
.
|
|
156
|
+
._sizeS_74voxe_15 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
157
157
|
--_rs-typography-letter-spacing:0.0045em;
|
|
158
158
|
--_rs-typography-text-transform:initial;
|
|
159
159
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
188
188
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
189
189
|
}
|
|
190
|
-
.
|
|
190
|
+
._sizeS_74voxe_15 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
191
191
|
--_rs-typography-letter-spacing:0.0045em;
|
|
192
192
|
--_rs-typography-text-transform:initial;
|
|
193
193
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -221,10 +221,10 @@
|
|
|
221
221
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
222
222
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
223
223
|
}
|
|
224
|
-
.
|
|
225
|
-
.
|
|
226
|
-
.
|
|
227
|
-
.
|
|
224
|
+
._sizeS_74voxe_15 [data-rs-internal='input__label'],
|
|
225
|
+
._sizeS_74voxe_15 [data-rs-internal='input__inner'],
|
|
226
|
+
._sizeS_74voxe_15 [data-rs-internal='input__inner']::placeholder,
|
|
227
|
+
._sizeS_74voxe_15 [data-rs-internal='input__suffix']{
|
|
228
228
|
--_rs-typography-letter-spacing:0.0045em;
|
|
229
229
|
--_rs-typography-text-transform:initial;
|
|
230
230
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
259
259
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
260
260
|
}
|
|
261
|
-
.
|
|
261
|
+
._sizeS_74voxe_15 [data-rs-internal='input__bold-label']{
|
|
262
262
|
--_rs-typography-letter-spacing:normal;
|
|
263
263
|
--_rs-typography-text-transform:initial;
|
|
264
264
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
290
290
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
291
291
|
}
|
|
292
|
-
.
|
|
292
|
+
._sizeS_74voxe_15 [data-rs-internal='input__note']{
|
|
293
293
|
--_rs-typography-letter-spacing:0.0045em;
|
|
294
294
|
--_rs-typography-text-transform:initial;
|
|
295
295
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
324
324
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
325
325
|
}
|
|
326
|
-
.
|
|
326
|
+
._sizeS_74voxe_15 [data-rs-internal='input__error-message']{
|
|
327
327
|
--_rs-typography-letter-spacing:normal;
|
|
328
328
|
--_rs-typography-text-transform:initial;
|
|
329
329
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -354,17 +354,17 @@
|
|
|
354
354
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
355
355
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
356
356
|
}
|
|
357
|
-
.
|
|
357
|
+
._sizeS_74voxe_15 [data-rs-internal='input__error-icon']:not(html){
|
|
358
358
|
--_rs-icons-height:20px;
|
|
359
359
|
}
|
|
360
|
-
.
|
|
360
|
+
._sizeM_74voxe_18{
|
|
361
361
|
--_rs-input-vertical-padding:8px;
|
|
362
362
|
--_rs-input-horizontal-padding:8px;
|
|
363
363
|
--_rs-input-parts-offset:8px;
|
|
364
364
|
--_rs-input-icon-offset:8px;
|
|
365
365
|
--_rs-input-icon-size:24px;
|
|
366
366
|
}
|
|
367
|
-
.
|
|
367
|
+
._sizeM_74voxe_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
368
368
|
--_rs-typography-letter-spacing:0.0015em;
|
|
369
369
|
--_rs-typography-text-transform:initial;
|
|
370
370
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -399,11 +399,11 @@
|
|
|
399
399
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
400
400
|
}
|
|
401
401
|
@media screen and (max-width: 640px){
|
|
402
|
-
.
|
|
402
|
+
._sizeM_74voxe_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
403
403
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
404
404
|
}
|
|
405
405
|
}
|
|
406
|
-
.
|
|
406
|
+
._sizeM_74voxe_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
407
407
|
--_rs-typography-letter-spacing:0.0015em;
|
|
408
408
|
--_rs-typography-text-transform:initial;
|
|
409
409
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -438,11 +438,11 @@
|
|
|
438
438
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
439
439
|
}
|
|
440
440
|
@media screen and (max-width: 640px){
|
|
441
|
-
.
|
|
441
|
+
._sizeM_74voxe_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
442
442
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
443
443
|
}
|
|
444
444
|
}
|
|
445
|
-
.
|
|
445
|
+
._sizeM_74voxe_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
446
446
|
--_rs-typography-letter-spacing:0.0015em;
|
|
447
447
|
--_rs-typography-text-transform:initial;
|
|
448
448
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -477,11 +477,11 @@
|
|
|
477
477
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
478
478
|
}
|
|
479
479
|
@media screen and (max-width: 640px){
|
|
480
|
-
.
|
|
480
|
+
._sizeM_74voxe_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
481
481
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
|
-
.
|
|
484
|
+
._sizeM_74voxe_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
485
485
|
--_rs-typography-letter-spacing:0.0015em;
|
|
486
486
|
--_rs-typography-text-transform:initial;
|
|
487
487
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -516,14 +516,14 @@
|
|
|
516
516
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
517
517
|
}
|
|
518
518
|
@media screen and (max-width: 640px){
|
|
519
|
-
.
|
|
519
|
+
._sizeM_74voxe_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
520
520
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
521
521
|
}
|
|
522
522
|
}
|
|
523
|
-
.
|
|
524
|
-
.
|
|
525
|
-
.
|
|
526
|
-
.
|
|
523
|
+
._sizeM_74voxe_18 [data-rs-internal='input__label'],
|
|
524
|
+
._sizeM_74voxe_18 [data-rs-internal='input__inner'],
|
|
525
|
+
._sizeM_74voxe_18 [data-rs-internal='input__inner']::placeholder,
|
|
526
|
+
._sizeM_74voxe_18 [data-rs-internal='input__suffix']{
|
|
527
527
|
--_rs-typography-letter-spacing:0.0015em;
|
|
528
528
|
--_rs-typography-text-transform:initial;
|
|
529
529
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -558,14 +558,14 @@
|
|
|
558
558
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
559
559
|
}
|
|
560
560
|
@media screen and (max-width: 640px){
|
|
561
|
-
.
|
|
562
|
-
.
|
|
563
|
-
.
|
|
564
|
-
.
|
|
561
|
+
._sizeM_74voxe_18 [data-rs-internal='input__label'],
|
|
562
|
+
._sizeM_74voxe_18 [data-rs-internal='input__inner'],
|
|
563
|
+
._sizeM_74voxe_18 [data-rs-internal='input__inner']::placeholder,
|
|
564
|
+
._sizeM_74voxe_18 [data-rs-internal='input__suffix']{
|
|
565
565
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
|
-
.
|
|
568
|
+
._sizeM_74voxe_18 [data-rs-internal='input__bold-label']{
|
|
569
569
|
--_rs-typography-letter-spacing:normal;
|
|
570
570
|
--_rs-typography-text-transform:initial;
|
|
571
571
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
597
597
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
598
598
|
}
|
|
599
|
-
.
|
|
599
|
+
._sizeM_74voxe_18 [data-rs-internal='input__note']{
|
|
600
600
|
--_rs-typography-letter-spacing:0.0045em;
|
|
601
601
|
--_rs-typography-text-transform:initial;
|
|
602
602
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
631
631
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
632
632
|
}
|
|
633
|
-
.
|
|
633
|
+
._sizeM_74voxe_18 [data-rs-internal='input__error-message']{
|
|
634
634
|
--_rs-typography-letter-spacing:normal;
|
|
635
635
|
--_rs-typography-text-transform:initial;
|
|
636
636
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -661,17 +661,17 @@
|
|
|
661
661
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
662
662
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
663
663
|
}
|
|
664
|
-
.
|
|
664
|
+
._sizeM_74voxe_18 [data-rs-internal='input__error-icon']:not(html){
|
|
665
665
|
--_rs-icons-height:20px;
|
|
666
666
|
}
|
|
667
|
-
.
|
|
667
|
+
._sizeL_74voxe_21{
|
|
668
668
|
--_rs-input-vertical-padding:12px;
|
|
669
669
|
--_rs-input-horizontal-padding:16px;
|
|
670
670
|
--_rs-input-parts-offset:8px;
|
|
671
671
|
--_rs-input-icon-offset:16px;
|
|
672
672
|
--_rs-input-icon-size:28px;
|
|
673
673
|
}
|
|
674
|
-
.
|
|
674
|
+
._sizeL_74voxe_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
675
675
|
--_rs-typography-letter-spacing:normal;
|
|
676
676
|
--_rs-typography-text-transform:initial;
|
|
677
677
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -706,11 +706,11 @@
|
|
|
706
706
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
707
707
|
}
|
|
708
708
|
@media screen and (max-width: 640px){
|
|
709
|
-
.
|
|
709
|
+
._sizeL_74voxe_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
710
710
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
711
711
|
}
|
|
712
712
|
}
|
|
713
|
-
.
|
|
713
|
+
._sizeL_74voxe_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
714
714
|
--_rs-typography-letter-spacing:normal;
|
|
715
715
|
--_rs-typography-text-transform:initial;
|
|
716
716
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -745,11 +745,11 @@
|
|
|
745
745
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
746
746
|
}
|
|
747
747
|
@media screen and (max-width: 640px){
|
|
748
|
-
.
|
|
748
|
+
._sizeL_74voxe_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
749
749
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
750
750
|
}
|
|
751
751
|
}
|
|
752
|
-
.
|
|
752
|
+
._sizeL_74voxe_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
753
753
|
--_rs-typography-letter-spacing:normal;
|
|
754
754
|
--_rs-typography-text-transform:initial;
|
|
755
755
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -784,11 +784,11 @@
|
|
|
784
784
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
785
785
|
}
|
|
786
786
|
@media screen and (max-width: 640px){
|
|
787
|
-
.
|
|
787
|
+
._sizeL_74voxe_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
788
788
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
789
789
|
}
|
|
790
790
|
}
|
|
791
|
-
.
|
|
791
|
+
._sizeL_74voxe_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
792
792
|
--_rs-typography-letter-spacing:normal;
|
|
793
793
|
--_rs-typography-text-transform:initial;
|
|
794
794
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -823,14 +823,14 @@
|
|
|
823
823
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
824
824
|
}
|
|
825
825
|
@media screen and (max-width: 640px){
|
|
826
|
-
.
|
|
826
|
+
._sizeL_74voxe_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
827
827
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
828
828
|
}
|
|
829
829
|
}
|
|
830
|
-
.
|
|
831
|
-
.
|
|
832
|
-
.
|
|
833
|
-
.
|
|
830
|
+
._sizeL_74voxe_21 [data-rs-internal='input__label'],
|
|
831
|
+
._sizeL_74voxe_21 [data-rs-internal='input__inner'],
|
|
832
|
+
._sizeL_74voxe_21 [data-rs-internal='input__inner']::placeholder,
|
|
833
|
+
._sizeL_74voxe_21 [data-rs-internal='input__suffix']{
|
|
834
834
|
--_rs-typography-letter-spacing:normal;
|
|
835
835
|
--_rs-typography-text-transform:initial;
|
|
836
836
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -865,14 +865,14 @@
|
|
|
865
865
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
866
866
|
}
|
|
867
867
|
@media screen and (max-width: 640px){
|
|
868
|
-
.
|
|
869
|
-
.
|
|
870
|
-
.
|
|
871
|
-
.
|
|
868
|
+
._sizeL_74voxe_21 [data-rs-internal='input__label'],
|
|
869
|
+
._sizeL_74voxe_21 [data-rs-internal='input__inner'],
|
|
870
|
+
._sizeL_74voxe_21 [data-rs-internal='input__inner']::placeholder,
|
|
871
|
+
._sizeL_74voxe_21 [data-rs-internal='input__suffix']{
|
|
872
872
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
873
873
|
}
|
|
874
874
|
}
|
|
875
|
-
.
|
|
875
|
+
._sizeL_74voxe_21 [data-rs-internal='input__bold-label']{
|
|
876
876
|
--_rs-typography-letter-spacing:normal;
|
|
877
877
|
--_rs-typography-text-transform:initial;
|
|
878
878
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -903,7 +903,7 @@
|
|
|
903
903
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
904
904
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
905
905
|
}
|
|
906
|
-
.
|
|
906
|
+
._sizeL_74voxe_21 [data-rs-internal='input__note']{
|
|
907
907
|
--_rs-typography-letter-spacing:0.0015em;
|
|
908
908
|
--_rs-typography-text-transform:initial;
|
|
909
909
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -938,11 +938,11 @@
|
|
|
938
938
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
939
939
|
}
|
|
940
940
|
@media screen and (max-width: 640px){
|
|
941
|
-
.
|
|
941
|
+
._sizeL_74voxe_21 [data-rs-internal='input__note']{
|
|
942
942
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
943
943
|
}
|
|
944
944
|
}
|
|
945
|
-
.
|
|
945
|
+
._sizeL_74voxe_21 [data-rs-internal='input__error-message']{
|
|
946
946
|
--_rs-typography-letter-spacing:normal;
|
|
947
947
|
--_rs-typography-text-transform:initial;
|
|
948
948
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -973,10 +973,10 @@
|
|
|
973
973
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
974
974
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
975
975
|
}
|
|
976
|
-
.
|
|
976
|
+
._sizeL_74voxe_21 [data-rs-internal='input__error-icon']:not(html){
|
|
977
977
|
--_rs-icons-height:24px;
|
|
978
978
|
}
|
|
979
|
-
.
|
|
979
|
+
._classic_74voxe_25{
|
|
980
980
|
--_rs-input-focused-enabled-wrapper-border-width:2px;
|
|
981
981
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
982
982
|
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)
|
|
@@ -1026,7 +1026,7 @@
|
|
|
1026
1026
|
0.5
|
|
1027
1027
|
);
|
|
1028
1028
|
}
|
|
1029
|
-
.
|
|
1029
|
+
._rock_74voxe_28{
|
|
1030
1030
|
--_rs-input-focused-enabled-wrapper-border-width:0px;
|
|
1031
1031
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
1032
1032
|
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)
|
|
@@ -1058,7 +1058,7 @@
|
|
|
1058
1058
|
);
|
|
1059
1059
|
--_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
|
|
1060
1060
|
}
|
|
1061
|
-
.
|
|
1061
|
+
._container_74voxe_32{
|
|
1062
1062
|
--_rs-theme-dark:var(
|
|
1063
1063
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
1064
1064
|
var(--rs-theme-dark, 0)
|
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
1069
1069
|
}
|
|
1070
1070
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
1071
|
-
.
|
|
1071
|
+
._container_74voxe_32{
|
|
1072
1072
|
--_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)));
|
|
1073
1073
|
--_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)));
|
|
1074
1074
|
--_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)));
|
|
@@ -1077,7 +1077,7 @@
|
|
|
1077
1077
|
}
|
|
1078
1078
|
}
|
|
1079
1079
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
1080
|
-
.
|
|
1080
|
+
._container_74voxe_32{
|
|
1081
1081
|
--_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);
|
|
1082
1082
|
--_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));
|
|
1083
1083
|
--_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));
|
|
@@ -1085,11 +1085,11 @@
|
|
|
1085
1085
|
--_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));
|
|
1086
1086
|
}
|
|
1087
1087
|
}
|
|
1088
|
-
.
|
|
1088
|
+
._container_74voxe_32 {
|
|
1089
1089
|
|
|
1090
1090
|
display:block;
|
|
1091
1091
|
}
|
|
1092
|
-
.
|
|
1092
|
+
._wrapper_74voxe_39{
|
|
1093
1093
|
--_rs-input-border-width:1px;
|
|
1094
1094
|
|
|
1095
1095
|
display:-webkit-box;
|
|
@@ -1104,27 +1104,27 @@
|
|
|
1104
1104
|
|
|
1105
1105
|
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));
|
|
1106
1106
|
}
|
|
1107
|
-
.
|
|
1107
|
+
._disabled_74voxe_51 ._wrapper_74voxe_39{
|
|
1108
1108
|
cursor:auto;
|
|
1109
1109
|
|
|
1110
1110
|
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));
|
|
1111
1111
|
}
|
|
1112
|
-
.
|
|
1112
|
+
._error_74voxe_57 ._wrapper_74voxe_39{
|
|
1113
1113
|
--_rs-input-border-width:2px;
|
|
1114
1114
|
|
|
1115
1115
|
border-color:#F45C4A;
|
|
1116
1116
|
}
|
|
1117
|
-
.
|
|
1117
|
+
._enabled_74voxe_63._filled_74voxe_63 ._wrapper_74voxe_39{
|
|
1118
1118
|
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);
|
|
1119
1119
|
}
|
|
1120
1120
|
@media (hover: hover){
|
|
1121
|
-
.
|
|
1121
|
+
._enabled_74voxe_63:hover ._wrapper_74voxe_39{
|
|
1122
1122
|
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);
|
|
1123
1123
|
|
|
1124
1124
|
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));
|
|
1125
1125
|
}
|
|
1126
1126
|
}
|
|
1127
|
-
.
|
|
1127
|
+
._enabled_74voxe_63._focused_74voxe_75 ._wrapper_74voxe_39{
|
|
1128
1128
|
--_rs-input-border-width:var(
|
|
1129
1129
|
--_rs-input-focused-enabled-wrapper-border-width
|
|
1130
1130
|
);
|
|
@@ -1134,18 +1134,18 @@
|
|
|
1134
1134
|
background-color:var(--_rs-input-focused-enabled-wrapper-background);
|
|
1135
1135
|
}
|
|
1136
1136
|
@media (hover: hover){
|
|
1137
|
-
.
|
|
1137
|
+
._error_74voxe_57._enabled_74voxe_63:hover ._wrapper_74voxe_39{
|
|
1138
1138
|
border-color:#F45C4A;
|
|
1139
1139
|
}
|
|
1140
1140
|
}
|
|
1141
|
-
.
|
|
1142
|
-
.
|
|
1141
|
+
._error_74voxe_57._enabled_74voxe_63._focused_74voxe_75 ._wrapper_74voxe_39,
|
|
1142
|
+
._error_74voxe_57._enabled_74voxe_63._filled_74voxe_63 ._wrapper_74voxe_39{
|
|
1143
1143
|
border-color:#F45C4A;
|
|
1144
1144
|
}
|
|
1145
|
-
.
|
|
1145
|
+
._error_74voxe_57._enabled_74voxe_63._focused_74voxe_75 ._wrapper_74voxe_39{
|
|
1146
1146
|
background:var(--_rs-input-error-focused-enabled-wrapper-background);
|
|
1147
1147
|
}
|
|
1148
|
-
.
|
|
1148
|
+
._field_74voxe_101{
|
|
1149
1149
|
display:-webkit-box;
|
|
1150
1150
|
display:-ms-flexbox;
|
|
1151
1151
|
display:flex;
|
|
@@ -1160,7 +1160,7 @@
|
|
|
1160
1160
|
|
|
1161
1161
|
padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
|
|
1162
1162
|
}
|
|
1163
|
-
.
|
|
1163
|
+
._inner_74voxe_114{
|
|
1164
1164
|
letter-spacing:var(
|
|
1165
1165
|
--rs-text-base-letter-spacing,
|
|
1166
1166
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1174,26 +1174,26 @@
|
|
|
1174
1174
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1175
1175
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1176
1176
|
}
|
|
1177
|
-
.
|
|
1177
|
+
._inner_74voxe_114::-ms-clear{
|
|
1178
1178
|
display:none;
|
|
1179
1179
|
|
|
1180
1180
|
width:0;
|
|
1181
1181
|
height:0;
|
|
1182
1182
|
}
|
|
1183
|
-
.
|
|
1183
|
+
._dark_74voxe_11 ._inner_74voxe_114{
|
|
1184
1184
|
color-scheme:dark;
|
|
1185
1185
|
}
|
|
1186
1186
|
@container style(--_rs-theme-dark-coefficient: 1){
|
|
1187
|
-
.
|
|
1187
|
+
._inner_74voxe_114{
|
|
1188
1188
|
color-scheme:dark
|
|
1189
1189
|
}
|
|
1190
1190
|
}
|
|
1191
1191
|
@container style(--_rs-theme-dark-coefficient: 0){
|
|
1192
|
-
.
|
|
1192
|
+
._inner_74voxe_114{
|
|
1193
1193
|
color-scheme:light
|
|
1194
1194
|
}
|
|
1195
1195
|
}
|
|
1196
|
-
.
|
|
1196
|
+
._inner_74voxe_114 {
|
|
1197
1197
|
|
|
1198
1198
|
display:block;
|
|
1199
1199
|
|
|
@@ -1221,20 +1221,20 @@
|
|
|
1221
1221
|
-moz-appearance:none;
|
|
1222
1222
|
appearance:none;
|
|
1223
1223
|
}
|
|
1224
|
-
.
|
|
1224
|
+
._inner_74voxe_114:focus{
|
|
1225
1225
|
outline:none;
|
|
1226
1226
|
}
|
|
1227
|
-
.
|
|
1228
|
-
.
|
|
1227
|
+
._disabled_74voxe_51 ._inner_74voxe_114,
|
|
1228
|
+
._inner_74voxe_114:disabled{
|
|
1229
1229
|
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);
|
|
1230
1230
|
}
|
|
1231
|
-
.
|
|
1231
|
+
._focused_74voxe_75 ._inner_74voxe_114{
|
|
1232
1232
|
color:var(--_rs-input-focused-inner-color);
|
|
1233
1233
|
}
|
|
1234
|
-
.
|
|
1234
|
+
._error_74voxe_57._focused_74voxe_75 ._inner_74voxe_114{
|
|
1235
1235
|
color:var(--_rs-input-error-focused-inner-color);
|
|
1236
1236
|
}
|
|
1237
|
-
.
|
|
1237
|
+
._inner_74voxe_114::-webkit-input-placeholder{
|
|
1238
1238
|
letter-spacing:var(
|
|
1239
1239
|
--rs-text-base-letter-spacing,
|
|
1240
1240
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1251,13 +1251,13 @@
|
|
|
1251
1251
|
|
|
1252
1252
|
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);
|
|
1253
1253
|
}
|
|
1254
|
-
.
|
|
1254
|
+
._focused_74voxe_75 ._inner_74voxe_114::-webkit-input-placeholder{
|
|
1255
1255
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1256
1256
|
}
|
|
1257
|
-
.
|
|
1257
|
+
._error_74voxe_57._focused_74voxe_75 ._inner_74voxe_114::-webkit-input-placeholder{
|
|
1258
1258
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1259
1259
|
}
|
|
1260
|
-
.
|
|
1260
|
+
._inner_74voxe_114::-moz-placeholder{
|
|
1261
1261
|
letter-spacing:var(
|
|
1262
1262
|
--rs-text-base-letter-spacing,
|
|
1263
1263
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1274,13 +1274,13 @@
|
|
|
1274
1274
|
|
|
1275
1275
|
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);
|
|
1276
1276
|
}
|
|
1277
|
-
.
|
|
1277
|
+
._focused_74voxe_75 ._inner_74voxe_114::-moz-placeholder{
|
|
1278
1278
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1279
1279
|
}
|
|
1280
|
-
.
|
|
1280
|
+
._error_74voxe_57._focused_74voxe_75 ._inner_74voxe_114::-moz-placeholder{
|
|
1281
1281
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1282
1282
|
}
|
|
1283
|
-
.
|
|
1283
|
+
._inner_74voxe_114:-ms-input-placeholder{
|
|
1284
1284
|
letter-spacing:var(
|
|
1285
1285
|
--rs-text-base-letter-spacing,
|
|
1286
1286
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1297,13 +1297,13 @@
|
|
|
1297
1297
|
|
|
1298
1298
|
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);
|
|
1299
1299
|
}
|
|
1300
|
-
.
|
|
1300
|
+
._focused_74voxe_75 ._inner_74voxe_114:-ms-input-placeholder{
|
|
1301
1301
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1302
1302
|
}
|
|
1303
|
-
.
|
|
1303
|
+
._error_74voxe_57._focused_74voxe_75 ._inner_74voxe_114:-ms-input-placeholder{
|
|
1304
1304
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1305
1305
|
}
|
|
1306
|
-
.
|
|
1306
|
+
._inner_74voxe_114::-ms-input-placeholder{
|
|
1307
1307
|
letter-spacing:var(
|
|
1308
1308
|
--rs-text-base-letter-spacing,
|
|
1309
1309
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1320,13 +1320,13 @@
|
|
|
1320
1320
|
|
|
1321
1321
|
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);
|
|
1322
1322
|
}
|
|
1323
|
-
.
|
|
1323
|
+
._focused_74voxe_75 ._inner_74voxe_114::-ms-input-placeholder{
|
|
1324
1324
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1325
1325
|
}
|
|
1326
|
-
.
|
|
1326
|
+
._error_74voxe_57._focused_74voxe_75 ._inner_74voxe_114::-ms-input-placeholder{
|
|
1327
1327
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1328
1328
|
}
|
|
1329
|
-
.
|
|
1329
|
+
._inner_74voxe_114::placeholder{
|
|
1330
1330
|
letter-spacing:var(
|
|
1331
1331
|
--rs-text-base-letter-spacing,
|
|
1332
1332
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1343,22 +1343,22 @@
|
|
|
1343
1343
|
|
|
1344
1344
|
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);
|
|
1345
1345
|
}
|
|
1346
|
-
.
|
|
1346
|
+
._focused_74voxe_75 ._inner_74voxe_114::placeholder{
|
|
1347
1347
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1348
1348
|
}
|
|
1349
|
-
.
|
|
1349
|
+
._error_74voxe_57._focused_74voxe_75 ._inner_74voxe_114::placeholder{
|
|
1350
1350
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1351
1351
|
}
|
|
1352
|
-
.
|
|
1352
|
+
._inner_74voxe_114:-moz-ui-invalid{
|
|
1353
1353
|
box-shadow:none;
|
|
1354
1354
|
}
|
|
1355
|
-
.
|
|
1355
|
+
._inner_74voxe_114:-moz-ui-invalid:-moz-focusring{
|
|
1356
1356
|
box-shadow:none;
|
|
1357
1357
|
}
|
|
1358
|
-
.
|
|
1359
|
-
.
|
|
1360
|
-
.
|
|
1361
|
-
.
|
|
1358
|
+
._inner_74voxe_114:-webkit-autofill,
|
|
1359
|
+
._inner_74voxe_114:-webkit-autofill:hover,
|
|
1360
|
+
._inner_74voxe_114:-webkit-autofill:active,
|
|
1361
|
+
._inner_74voxe_114:-webkit-autofill:focus{
|
|
1362
1362
|
-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;
|
|
1363
1363
|
|
|
1364
1364
|
-webkit-transition-delay:9999s;
|
|
@@ -1366,24 +1366,24 @@
|
|
|
1366
1366
|
transition-delay:9999s;
|
|
1367
1367
|
-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));
|
|
1368
1368
|
}
|
|
1369
|
-
.
|
|
1369
|
+
._focused_74voxe_75 ._inner_74voxe_114:-webkit-autofill, ._focused_74voxe_75 ._inner_74voxe_114:-webkit-autofill:hover, ._focused_74voxe_75 ._inner_74voxe_114:-webkit-autofill:active, ._focused_74voxe_75 ._inner_74voxe_114:-webkit-autofill:focus{
|
|
1370
1370
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
|
|
1371
1371
|
-webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
|
|
1372
1372
|
}
|
|
1373
|
-
.
|
|
1373
|
+
._error_74voxe_57._focused_74voxe_75 ._inner_74voxe_114:-webkit-autofill, ._error_74voxe_57._focused_74voxe_75 ._inner_74voxe_114:-webkit-autofill:hover, ._error_74voxe_57._focused_74voxe_75 ._inner_74voxe_114:-webkit-autofill:active, ._error_74voxe_57._focused_74voxe_75 ._inner_74voxe_114:-webkit-autofill:focus{
|
|
1374
1374
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
|
|
1375
1375
|
-webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
|
|
1376
1376
|
}
|
|
1377
|
-
.
|
|
1377
|
+
._offSystemMicroelements_74voxe_229 ._inner_74voxe_114{
|
|
1378
1378
|
-moz-appearance:textfield;
|
|
1379
1379
|
}
|
|
1380
|
-
.
|
|
1381
|
-
.
|
|
1380
|
+
._offSystemMicroelements_74voxe_229 ._inner_74voxe_114::-webkit-outer-spin-button,
|
|
1381
|
+
._offSystemMicroelements_74voxe_229 ._inner_74voxe_114::-webkit-inner-spin-button{
|
|
1382
1382
|
margin:0;
|
|
1383
1383
|
-webkit-appearance:none;
|
|
1384
1384
|
appearance:none;
|
|
1385
1385
|
}
|
|
1386
|
-
.
|
|
1386
|
+
._iconWrapper_74voxe_239{
|
|
1387
1387
|
--_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
|
|
1388
1388
|
|
|
1389
1389
|
display:-webkit-inline-box;
|
|
@@ -1402,15 +1402,15 @@
|
|
|
1402
1402
|
|
|
1403
1403
|
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);
|
|
1404
1404
|
}
|
|
1405
|
-
.
|
|
1405
|
+
._iconWrapper_74voxe_239._action_74voxe_254{
|
|
1406
1406
|
position:relative;
|
|
1407
1407
|
|
|
1408
1408
|
cursor:pointer;
|
|
1409
1409
|
}
|
|
1410
|
-
.
|
|
1410
|
+
._iconWrapper_74voxe_239._action_74voxe_254:focus{
|
|
1411
1411
|
outline:none;
|
|
1412
1412
|
}
|
|
1413
|
-
.
|
|
1413
|
+
._iconWrapper_74voxe_239._action_74voxe_254::before{
|
|
1414
1414
|
position:absolute;
|
|
1415
1415
|
top:-4px;
|
|
1416
1416
|
right:-4px;
|
|
@@ -1425,56 +1425,56 @@
|
|
|
1425
1425
|
content:'';
|
|
1426
1426
|
pointer-events:none;
|
|
1427
1427
|
}
|
|
1428
|
-
.
|
|
1428
|
+
._iconWrapper_74voxe_239._action_74voxe_254:focus[data-focus-method='key']::before{
|
|
1429
1429
|
display:block;
|
|
1430
1430
|
}
|
|
1431
|
-
.
|
|
1431
|
+
._disabled_74voxe_51 ._iconWrapper_74voxe_239{
|
|
1432
1432
|
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);
|
|
1433
1433
|
}
|
|
1434
|
-
.
|
|
1434
|
+
._disabled_74voxe_51 ._iconWrapper_74voxe_239._action_74voxe_254{
|
|
1435
1435
|
pointer-events:none;
|
|
1436
1436
|
}
|
|
1437
|
-
.
|
|
1437
|
+
._iconWrapper_74voxe_239._right_74voxe_292{
|
|
1438
1438
|
margin-left:var(--_rs-input-icon-offset);
|
|
1439
1439
|
}
|
|
1440
|
-
.
|
|
1440
|
+
._iconWrapper_74voxe_239._left_74voxe_296{
|
|
1441
1441
|
margin-right:var(--_rs-input-icon-offset);
|
|
1442
1442
|
}
|
|
1443
|
-
.
|
|
1443
|
+
._focused_74voxe_75 ._iconWrapper_74voxe_239{
|
|
1444
1444
|
color:var(--_rs-input-focused-icon-color);
|
|
1445
1445
|
}
|
|
1446
|
-
.
|
|
1446
|
+
._error_74voxe_57._focused_74voxe_75 ._iconWrapper_74voxe_239{
|
|
1447
1447
|
color:var(--_rs-input-error-focused-icon-color);
|
|
1448
1448
|
}
|
|
1449
1449
|
@media (hover: hover){
|
|
1450
|
-
.
|
|
1450
|
+
._enabled_74voxe_63 ._iconWrapper_74voxe_239._action_74voxe_254:hover{
|
|
1451
1451
|
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));
|
|
1452
1452
|
}
|
|
1453
1453
|
|
|
1454
|
-
.
|
|
1454
|
+
._enabled_74voxe_63._focused_74voxe_75 ._iconWrapper_74voxe_239._action_74voxe_254:hover{
|
|
1455
1455
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1456
1456
|
}
|
|
1457
1457
|
|
|
1458
|
-
.
|
|
1458
|
+
._enabled_74voxe_63._error_74voxe_57._focused_74voxe_75 ._iconWrapper_74voxe_239._action_74voxe_254:hover{
|
|
1459
1459
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1460
1460
|
}
|
|
1461
1461
|
}
|
|
1462
|
-
.
|
|
1462
|
+
._enabled_74voxe_63 ._iconWrapper_74voxe_239._action_74voxe_254:focus[data-focus-method='key']{
|
|
1463
1463
|
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));
|
|
1464
1464
|
}
|
|
1465
|
-
.
|
|
1465
|
+
._enabled_74voxe_63._focused_74voxe_75 ._iconWrapper_74voxe_239._action_74voxe_254:focus[data-focus-method='key']{
|
|
1466
1466
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1467
1467
|
}
|
|
1468
|
-
.
|
|
1468
|
+
._enabled_74voxe_63._error_74voxe_57._focused_74voxe_75 ._iconWrapper_74voxe_239._action_74voxe_254:focus[data-focus-method='key']{
|
|
1469
1469
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1470
1470
|
}
|
|
1471
|
-
.
|
|
1471
|
+
._iconWrapper_74voxe_239 ._icon_74voxe_239{
|
|
1472
1472
|
fill:currentColor;
|
|
1473
1473
|
|
|
1474
1474
|
width:auto;
|
|
1475
1475
|
height:var(--_rs-input-icon-size);
|
|
1476
1476
|
}
|
|
1477
|
-
.
|
|
1477
|
+
._divider_74voxe_342{
|
|
1478
1478
|
display:block;
|
|
1479
1479
|
|
|
1480
1480
|
width:1px;
|
|
@@ -1483,10 +1483,10 @@
|
|
|
1483
1483
|
|
|
1484
1484
|
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);
|
|
1485
1485
|
}
|
|
1486
|
-
.
|
|
1486
|
+
._focused_74voxe_75 ._divider_74voxe_342{
|
|
1487
1487
|
background:var(--_rs-input-focused-divider-background);
|
|
1488
1488
|
}
|
|
1489
|
-
.
|
|
1489
|
+
._suffix_74voxe_356{
|
|
1490
1490
|
letter-spacing:var(
|
|
1491
1491
|
--rs-text-base-letter-spacing,
|
|
1492
1492
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1510,13 +1510,13 @@
|
|
|
1510
1510
|
|
|
1511
1511
|
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);
|
|
1512
1512
|
}
|
|
1513
|
-
.
|
|
1513
|
+
._focused_74voxe_75 ._suffix_74voxe_356{
|
|
1514
1514
|
color:var(--_rs-input-focused-suffix-color);
|
|
1515
1515
|
}
|
|
1516
|
-
.
|
|
1516
|
+
._error_74voxe_57._focused_74voxe_75 ._suffix_74voxe_356{
|
|
1517
1517
|
color:var(--_rs-input-error-focused-suffix-color);
|
|
1518
1518
|
}
|
|
1519
|
-
.
|
|
1519
|
+
._errorMessage_74voxe_376{
|
|
1520
1520
|
letter-spacing:var(
|
|
1521
1521
|
--rs-text-base-letter-spacing,
|
|
1522
1522
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1545,14 +1545,14 @@
|
|
|
1545
1545
|
-moz-column-gap:8px;
|
|
1546
1546
|
column-gap:8px;
|
|
1547
1547
|
}
|
|
1548
|
-
.
|
|
1548
|
+
._errorIcon_74voxe_388{
|
|
1549
1549
|
-webkit-box-flex:0;
|
|
1550
1550
|
-ms-flex:0 0 auto;
|
|
1551
1551
|
flex:0 0 auto;
|
|
1552
1552
|
|
|
1553
1553
|
color:#F45C4A;
|
|
1554
1554
|
}
|
|
1555
|
-
.
|
|
1555
|
+
._note_74voxe_394{
|
|
1556
1556
|
letter-spacing:var(
|
|
1557
1557
|
--rs-text-base-letter-spacing,
|
|
1558
1558
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1572,13 +1572,13 @@
|
|
|
1572
1572
|
|
|
1573
1573
|
margin-top:var(--_rs-input-parts-offset);
|
|
1574
1574
|
}
|
|
1575
|
-
.
|
|
1575
|
+
._disabled_74voxe_51 ._note_74voxe_394{
|
|
1576
1576
|
color:var(
|
|
1577
1577
|
--rs-color-pale,
|
|
1578
1578
|
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)
|
|
1579
1579
|
);
|
|
1580
1580
|
}
|
|
1581
|
-
.
|
|
1581
|
+
._label_74voxe_405{
|
|
1582
1582
|
letter-spacing:var(
|
|
1583
1583
|
--rs-text-base-letter-spacing,
|
|
1584
1584
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1598,7 +1598,7 @@
|
|
|
1598
1598
|
|
|
1599
1599
|
margin-bottom:var(--_rs-input-parts-offset);
|
|
1600
1600
|
}
|
|
1601
|
-
.
|
|
1601
|
+
._disabled_74voxe_51 ._label_74voxe_405{
|
|
1602
1602
|
color:var(
|
|
1603
1603
|
--rs-color-pale,
|
|
1604
1604
|
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_74voxe_8",
|
|
3
|
+
"dark": "_dark_74voxe_11",
|
|
4
|
+
"sizeS": "_sizeS_74voxe_15",
|
|
5
|
+
"sizeM": "_sizeM_74voxe_18",
|
|
6
|
+
"sizeL": "_sizeL_74voxe_21",
|
|
7
|
+
"classic": "_classic_74voxe_25",
|
|
8
|
+
"rock": "_rock_74voxe_28",
|
|
9
|
+
"container": "_container_74voxe_32",
|
|
10
|
+
"wrapper": "_wrapper_74voxe_39",
|
|
11
|
+
"disabled": "_disabled_74voxe_51",
|
|
12
|
+
"error": "_error_74voxe_57",
|
|
13
|
+
"enabled": "_enabled_74voxe_63",
|
|
14
|
+
"filled": "_filled_74voxe_63",
|
|
15
|
+
"focused": "_focused_74voxe_75",
|
|
16
|
+
"field": "_field_74voxe_101",
|
|
17
|
+
"inner": "_inner_74voxe_114",
|
|
18
|
+
"offSystemMicroelements": "_offSystemMicroelements_74voxe_229",
|
|
19
|
+
"iconWrapper": "_iconWrapper_74voxe_239",
|
|
20
|
+
"action": "_action_74voxe_254",
|
|
21
|
+
"right": "_right_74voxe_292",
|
|
22
|
+
"left": "_left_74voxe_296",
|
|
23
|
+
"icon": "_icon_74voxe_239",
|
|
24
|
+
"divider": "_divider_74voxe_342",
|
|
25
|
+
"suffix": "_suffix_74voxe_356",
|
|
26
|
+
"errorMessage": "_errorMessage_74voxe_376",
|
|
27
|
+
"errorIcon": "_errorIcon_74voxe_388",
|
|
28
|
+
"note": "_note_74voxe_394",
|
|
29
|
+
"label": "_label_74voxe_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.5",
|
|
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.5",
|
|
28
|
-
"@rescui/icons": "^0.16.
|
|
28
|
+
"@rescui/icons": "^0.16.9",
|
|
29
29
|
"@rescui/postcss-preset-library": "^0.2.2",
|
|
30
30
|
"@rescui/scripts": "^0.3.4",
|
|
31
|
-
"@rescui/tooltip": "^0.8.
|
|
32
|
-
"@rescui/typography": "^0.18.
|
|
31
|
+
"@rescui/tooltip": "^0.8.10",
|
|
32
|
+
"@rescui/typography": "^0.18.2",
|
|
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": "efe72850816ad50de41544ab1d6f84db0d89b322"
|
|
42
42
|
}
|