@rescui/input 0.11.2 → 0.11.3
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 +156 -155
- package/lib/input.p.module.css.js +28 -28
- package/package.json +7 -7
|
@@ -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_12q9sj9_4",
|
|
3
|
+
"sizeXS": "_sizeXS_12q9sj9_14",
|
|
4
|
+
"sizeS": "_sizeS_12q9sj9_18",
|
|
5
|
+
"sizeM": "_sizeM_12q9sj9_22",
|
|
6
|
+
"sizeL": "_sizeL_12q9sj9_26",
|
|
7
|
+
"light": "_light_12q9sj9_30",
|
|
8
|
+
"dark": "_dark_12q9sj9_34"
|
|
9
9
|
};
|
|
10
10
|
export { styles as default };
|
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._icon_12q9sj9_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_12q9sj9_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_12q9sj9_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_12q9sj9_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_12q9sj9_14{
|
|
36
36
|
--_rs-icons-height:16px;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._sizeS_12q9sj9_18{
|
|
39
39
|
--_rs-icons-height:20px;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._sizeM_12q9sj9_22{
|
|
42
42
|
--_rs-icons-height:24px;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._sizeL_12q9sj9_26{
|
|
45
45
|
--_rs-icons-height:28px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._light_12q9sj9_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_12q9sj9_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_ozyavg_8{
|
|
76
76
|
--rs-theme-dark:0;
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
._dark_ozyavg_11{
|
|
79
79
|
--rs-theme-dark:1;
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
._sizeS_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_15 [data-rs-internal='input__label'],
|
|
225
|
+
._sizeS_ozyavg_15 [data-rs-internal='input__inner'],
|
|
226
|
+
._sizeS_ozyavg_15 [data-rs-internal='input__inner']::placeholder,
|
|
227
|
+
._sizeS_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_15 [data-rs-internal='input__error-icon']:not(html){
|
|
358
358
|
--_rs-icons-height:20px;
|
|
359
359
|
}
|
|
360
|
-
.
|
|
360
|
+
._sizeM_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_18 [data-rs-internal='input__label'],
|
|
524
|
+
._sizeM_ozyavg_18 [data-rs-internal='input__inner'],
|
|
525
|
+
._sizeM_ozyavg_18 [data-rs-internal='input__inner']::placeholder,
|
|
526
|
+
._sizeM_ozyavg_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_ozyavg_18 [data-rs-internal='input__label'],
|
|
562
|
+
._sizeM_ozyavg_18 [data-rs-internal='input__inner'],
|
|
563
|
+
._sizeM_ozyavg_18 [data-rs-internal='input__inner']::placeholder,
|
|
564
|
+
._sizeM_ozyavg_18 [data-rs-internal='input__suffix']{
|
|
565
565
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
|
-
.
|
|
568
|
+
._sizeM_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_18 [data-rs-internal='input__error-icon']:not(html){
|
|
665
665
|
--_rs-icons-height:20px;
|
|
666
666
|
}
|
|
667
|
-
.
|
|
667
|
+
._sizeL_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_21 [data-rs-internal='input__label'],
|
|
831
|
+
._sizeL_ozyavg_21 [data-rs-internal='input__inner'],
|
|
832
|
+
._sizeL_ozyavg_21 [data-rs-internal='input__inner']::placeholder,
|
|
833
|
+
._sizeL_ozyavg_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_ozyavg_21 [data-rs-internal='input__label'],
|
|
869
|
+
._sizeL_ozyavg_21 [data-rs-internal='input__inner'],
|
|
870
|
+
._sizeL_ozyavg_21 [data-rs-internal='input__inner']::placeholder,
|
|
871
|
+
._sizeL_ozyavg_21 [data-rs-internal='input__suffix']{
|
|
872
872
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
873
873
|
}
|
|
874
874
|
}
|
|
875
|
-
.
|
|
875
|
+
._sizeL_ozyavg_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_ozyavg_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_ozyavg_21 [data-rs-internal='input__note']{
|
|
942
942
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
943
943
|
}
|
|
944
944
|
}
|
|
945
|
-
.
|
|
945
|
+
._sizeL_ozyavg_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_ozyavg_21 [data-rs-internal='input__error-icon']:not(html){
|
|
977
977
|
--_rs-icons-height:24px;
|
|
978
978
|
}
|
|
979
|
-
.
|
|
979
|
+
._classic_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_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_ozyavg_32 {
|
|
1089
1089
|
|
|
1090
1090
|
display:block;
|
|
1091
1091
|
}
|
|
1092
|
-
.
|
|
1092
|
+
._wrapper_ozyavg_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_ozyavg_51 ._wrapper_ozyavg_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_ozyavg_57 ._wrapper_ozyavg_39{
|
|
1113
1113
|
--_rs-input-border-width:2px;
|
|
1114
1114
|
|
|
1115
1115
|
border-color:#F45C4A;
|
|
1116
1116
|
}
|
|
1117
|
-
.
|
|
1117
|
+
._enabled_ozyavg_63._filled_ozyavg_63 ._wrapper_ozyavg_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_ozyavg_63:hover ._wrapper_ozyavg_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_ozyavg_63._focused_ozyavg_75 ._wrapper_ozyavg_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_ozyavg_57._enabled_ozyavg_63:hover ._wrapper_ozyavg_39{
|
|
1138
1138
|
border-color:#F45C4A;
|
|
1139
1139
|
}
|
|
1140
1140
|
}
|
|
1141
|
-
.
|
|
1142
|
-
.
|
|
1141
|
+
._error_ozyavg_57._enabled_ozyavg_63._focused_ozyavg_75 ._wrapper_ozyavg_39,
|
|
1142
|
+
._error_ozyavg_57._enabled_ozyavg_63._filled_ozyavg_63 ._wrapper_ozyavg_39{
|
|
1143
1143
|
border-color:#F45C4A;
|
|
1144
1144
|
}
|
|
1145
|
-
.
|
|
1145
|
+
._error_ozyavg_57._enabled_ozyavg_63._focused_ozyavg_75 ._wrapper_ozyavg_39{
|
|
1146
1146
|
background:var(--_rs-input-error-focused-enabled-wrapper-background);
|
|
1147
1147
|
}
|
|
1148
|
-
.
|
|
1148
|
+
._field_ozyavg_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_ozyavg_114{
|
|
1164
1164
|
letter-spacing:var(
|
|
1165
1165
|
--rs-text-base-letter-spacing,
|
|
1166
1166
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1174,25 +1174,26 @@
|
|
|
1174
1174
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1175
1175
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1176
1176
|
}
|
|
1177
|
-
.
|
|
1177
|
+
._inner_ozyavg_114::-ms-clear{
|
|
1178
1178
|
display:none;
|
|
1179
1179
|
|
|
1180
1180
|
width:0;
|
|
1181
1181
|
height:0;
|
|
1182
1182
|
}
|
|
1183
|
-
.
|
|
1183
|
+
._dark_ozyavg_11 ._inner_ozyavg_114{
|
|
1184
1184
|
color-scheme:dark;
|
|
1185
1185
|
}
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1186
|
+
@container style(--_rs-theme-dark-coefficient: 1){
|
|
1187
|
+
._inner_ozyavg_114{
|
|
1188
|
+
color-scheme:dark
|
|
1189
|
+
}
|
|
1190
1190
|
}
|
|
1191
|
+
@container style(--_rs-theme-dark-coefficient: 0){
|
|
1192
|
+
._inner_ozyavg_114{
|
|
1193
|
+
color-scheme:light
|
|
1191
1194
|
}
|
|
1192
|
-
._inner_gpqat6_114 {
|
|
1193
|
-
@container style(--_rs-theme-dark-coefficient: 0){
|
|
1194
|
-
color-scheme:light;
|
|
1195
1195
|
}
|
|
1196
|
+
._inner_ozyavg_114 {
|
|
1196
1197
|
|
|
1197
1198
|
display:block;
|
|
1198
1199
|
|
|
@@ -1220,20 +1221,20 @@
|
|
|
1220
1221
|
-moz-appearance:none;
|
|
1221
1222
|
appearance:none;
|
|
1222
1223
|
}
|
|
1223
|
-
.
|
|
1224
|
+
._inner_ozyavg_114:focus{
|
|
1224
1225
|
outline:none;
|
|
1225
1226
|
}
|
|
1226
|
-
.
|
|
1227
|
-
.
|
|
1227
|
+
._disabled_ozyavg_51 ._inner_ozyavg_114,
|
|
1228
|
+
._inner_ozyavg_114:disabled{
|
|
1228
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);
|
|
1229
1230
|
}
|
|
1230
|
-
.
|
|
1231
|
+
._focused_ozyavg_75 ._inner_ozyavg_114{
|
|
1231
1232
|
color:var(--_rs-input-focused-inner-color);
|
|
1232
1233
|
}
|
|
1233
|
-
.
|
|
1234
|
+
._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114{
|
|
1234
1235
|
color:var(--_rs-input-error-focused-inner-color);
|
|
1235
1236
|
}
|
|
1236
|
-
.
|
|
1237
|
+
._inner_ozyavg_114::-webkit-input-placeholder{
|
|
1237
1238
|
letter-spacing:var(
|
|
1238
1239
|
--rs-text-base-letter-spacing,
|
|
1239
1240
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1250,13 +1251,13 @@
|
|
|
1250
1251
|
|
|
1251
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);
|
|
1252
1253
|
}
|
|
1253
|
-
.
|
|
1254
|
+
._focused_ozyavg_75 ._inner_ozyavg_114::-webkit-input-placeholder{
|
|
1254
1255
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1255
1256
|
}
|
|
1256
|
-
.
|
|
1257
|
+
._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114::-webkit-input-placeholder{
|
|
1257
1258
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1258
1259
|
}
|
|
1259
|
-
.
|
|
1260
|
+
._inner_ozyavg_114::-moz-placeholder{
|
|
1260
1261
|
letter-spacing:var(
|
|
1261
1262
|
--rs-text-base-letter-spacing,
|
|
1262
1263
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1273,13 +1274,13 @@
|
|
|
1273
1274
|
|
|
1274
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);
|
|
1275
1276
|
}
|
|
1276
|
-
.
|
|
1277
|
+
._focused_ozyavg_75 ._inner_ozyavg_114::-moz-placeholder{
|
|
1277
1278
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1278
1279
|
}
|
|
1279
|
-
.
|
|
1280
|
+
._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114::-moz-placeholder{
|
|
1280
1281
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1281
1282
|
}
|
|
1282
|
-
.
|
|
1283
|
+
._inner_ozyavg_114:-ms-input-placeholder{
|
|
1283
1284
|
letter-spacing:var(
|
|
1284
1285
|
--rs-text-base-letter-spacing,
|
|
1285
1286
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1296,13 +1297,13 @@
|
|
|
1296
1297
|
|
|
1297
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);
|
|
1298
1299
|
}
|
|
1299
|
-
.
|
|
1300
|
+
._focused_ozyavg_75 ._inner_ozyavg_114:-ms-input-placeholder{
|
|
1300
1301
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1301
1302
|
}
|
|
1302
|
-
.
|
|
1303
|
+
._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114:-ms-input-placeholder{
|
|
1303
1304
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1304
1305
|
}
|
|
1305
|
-
.
|
|
1306
|
+
._inner_ozyavg_114::-ms-input-placeholder{
|
|
1306
1307
|
letter-spacing:var(
|
|
1307
1308
|
--rs-text-base-letter-spacing,
|
|
1308
1309
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1319,13 +1320,13 @@
|
|
|
1319
1320
|
|
|
1320
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);
|
|
1321
1322
|
}
|
|
1322
|
-
.
|
|
1323
|
+
._focused_ozyavg_75 ._inner_ozyavg_114::-ms-input-placeholder{
|
|
1323
1324
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1324
1325
|
}
|
|
1325
|
-
.
|
|
1326
|
+
._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114::-ms-input-placeholder{
|
|
1326
1327
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1327
1328
|
}
|
|
1328
|
-
.
|
|
1329
|
+
._inner_ozyavg_114::placeholder{
|
|
1329
1330
|
letter-spacing:var(
|
|
1330
1331
|
--rs-text-base-letter-spacing,
|
|
1331
1332
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1342,22 +1343,22 @@
|
|
|
1342
1343
|
|
|
1343
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);
|
|
1344
1345
|
}
|
|
1345
|
-
.
|
|
1346
|
+
._focused_ozyavg_75 ._inner_ozyavg_114::placeholder{
|
|
1346
1347
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1347
1348
|
}
|
|
1348
|
-
.
|
|
1349
|
+
._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114::placeholder{
|
|
1349
1350
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1350
1351
|
}
|
|
1351
|
-
.
|
|
1352
|
+
._inner_ozyavg_114:-moz-ui-invalid{
|
|
1352
1353
|
box-shadow:none;
|
|
1353
1354
|
}
|
|
1354
|
-
.
|
|
1355
|
+
._inner_ozyavg_114:-moz-ui-invalid:-moz-focusring{
|
|
1355
1356
|
box-shadow:none;
|
|
1356
1357
|
}
|
|
1357
|
-
.
|
|
1358
|
-
.
|
|
1359
|
-
.
|
|
1360
|
-
.
|
|
1358
|
+
._inner_ozyavg_114:-webkit-autofill,
|
|
1359
|
+
._inner_ozyavg_114:-webkit-autofill:hover,
|
|
1360
|
+
._inner_ozyavg_114:-webkit-autofill:active,
|
|
1361
|
+
._inner_ozyavg_114:-webkit-autofill:focus{
|
|
1361
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;
|
|
1362
1363
|
|
|
1363
1364
|
-webkit-transition-delay:9999s;
|
|
@@ -1365,24 +1366,24 @@
|
|
|
1365
1366
|
transition-delay:9999s;
|
|
1366
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));
|
|
1367
1368
|
}
|
|
1368
|
-
.
|
|
1369
|
+
._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill, ._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill:hover, ._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill:active, ._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill:focus{
|
|
1369
1370
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
|
|
1370
1371
|
-webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
|
|
1371
1372
|
}
|
|
1372
|
-
.
|
|
1373
|
+
._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill, ._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill:hover, ._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill:active, ._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill:focus{
|
|
1373
1374
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
|
|
1374
1375
|
-webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
|
|
1375
1376
|
}
|
|
1376
|
-
.
|
|
1377
|
+
._offSystemMicroelements_ozyavg_229 ._inner_ozyavg_114{
|
|
1377
1378
|
-moz-appearance:textfield;
|
|
1378
1379
|
}
|
|
1379
|
-
.
|
|
1380
|
-
.
|
|
1380
|
+
._offSystemMicroelements_ozyavg_229 ._inner_ozyavg_114::-webkit-outer-spin-button,
|
|
1381
|
+
._offSystemMicroelements_ozyavg_229 ._inner_ozyavg_114::-webkit-inner-spin-button{
|
|
1381
1382
|
margin:0;
|
|
1382
1383
|
-webkit-appearance:none;
|
|
1383
1384
|
appearance:none;
|
|
1384
1385
|
}
|
|
1385
|
-
.
|
|
1386
|
+
._iconWrapper_ozyavg_239{
|
|
1386
1387
|
--_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
|
|
1387
1388
|
|
|
1388
1389
|
display:-webkit-inline-box;
|
|
@@ -1401,15 +1402,15 @@
|
|
|
1401
1402
|
|
|
1402
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);
|
|
1403
1404
|
}
|
|
1404
|
-
.
|
|
1405
|
+
._iconWrapper_ozyavg_239._action_ozyavg_254{
|
|
1405
1406
|
position:relative;
|
|
1406
1407
|
|
|
1407
1408
|
cursor:pointer;
|
|
1408
1409
|
}
|
|
1409
|
-
.
|
|
1410
|
+
._iconWrapper_ozyavg_239._action_ozyavg_254:focus{
|
|
1410
1411
|
outline:none;
|
|
1411
1412
|
}
|
|
1412
|
-
.
|
|
1413
|
+
._iconWrapper_ozyavg_239._action_ozyavg_254::before{
|
|
1413
1414
|
position:absolute;
|
|
1414
1415
|
top:-4px;
|
|
1415
1416
|
right:-4px;
|
|
@@ -1424,56 +1425,56 @@
|
|
|
1424
1425
|
content:'';
|
|
1425
1426
|
pointer-events:none;
|
|
1426
1427
|
}
|
|
1427
|
-
.
|
|
1428
|
+
._iconWrapper_ozyavg_239._action_ozyavg_254:focus[data-focus-method='key']::before{
|
|
1428
1429
|
display:block;
|
|
1429
1430
|
}
|
|
1430
|
-
.
|
|
1431
|
+
._disabled_ozyavg_51 ._iconWrapper_ozyavg_239{
|
|
1431
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);
|
|
1432
1433
|
}
|
|
1433
|
-
.
|
|
1434
|
+
._disabled_ozyavg_51 ._iconWrapper_ozyavg_239._action_ozyavg_254{
|
|
1434
1435
|
pointer-events:none;
|
|
1435
1436
|
}
|
|
1436
|
-
.
|
|
1437
|
+
._iconWrapper_ozyavg_239._right_ozyavg_292{
|
|
1437
1438
|
margin-left:var(--_rs-input-icon-offset);
|
|
1438
1439
|
}
|
|
1439
|
-
.
|
|
1440
|
+
._iconWrapper_ozyavg_239._left_ozyavg_296{
|
|
1440
1441
|
margin-right:var(--_rs-input-icon-offset);
|
|
1441
1442
|
}
|
|
1442
|
-
.
|
|
1443
|
+
._focused_ozyavg_75 ._iconWrapper_ozyavg_239{
|
|
1443
1444
|
color:var(--_rs-input-focused-icon-color);
|
|
1444
1445
|
}
|
|
1445
|
-
.
|
|
1446
|
+
._error_ozyavg_57._focused_ozyavg_75 ._iconWrapper_ozyavg_239{
|
|
1446
1447
|
color:var(--_rs-input-error-focused-icon-color);
|
|
1447
1448
|
}
|
|
1448
1449
|
@media (hover: hover){
|
|
1449
|
-
.
|
|
1450
|
+
._enabled_ozyavg_63 ._iconWrapper_ozyavg_239._action_ozyavg_254:hover{
|
|
1450
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));
|
|
1451
1452
|
}
|
|
1452
1453
|
|
|
1453
|
-
.
|
|
1454
|
+
._enabled_ozyavg_63._focused_ozyavg_75 ._iconWrapper_ozyavg_239._action_ozyavg_254:hover{
|
|
1454
1455
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1455
1456
|
}
|
|
1456
1457
|
|
|
1457
|
-
.
|
|
1458
|
+
._enabled_ozyavg_63._error_ozyavg_57._focused_ozyavg_75 ._iconWrapper_ozyavg_239._action_ozyavg_254:hover{
|
|
1458
1459
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1459
1460
|
}
|
|
1460
1461
|
}
|
|
1461
|
-
.
|
|
1462
|
+
._enabled_ozyavg_63 ._iconWrapper_ozyavg_239._action_ozyavg_254:focus[data-focus-method='key']{
|
|
1462
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));
|
|
1463
1464
|
}
|
|
1464
|
-
.
|
|
1465
|
+
._enabled_ozyavg_63._focused_ozyavg_75 ._iconWrapper_ozyavg_239._action_ozyavg_254:focus[data-focus-method='key']{
|
|
1465
1466
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1466
1467
|
}
|
|
1467
|
-
.
|
|
1468
|
+
._enabled_ozyavg_63._error_ozyavg_57._focused_ozyavg_75 ._iconWrapper_ozyavg_239._action_ozyavg_254:focus[data-focus-method='key']{
|
|
1468
1469
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1469
1470
|
}
|
|
1470
|
-
.
|
|
1471
|
+
._iconWrapper_ozyavg_239 ._icon_ozyavg_239{
|
|
1471
1472
|
fill:currentColor;
|
|
1472
1473
|
|
|
1473
1474
|
width:auto;
|
|
1474
1475
|
height:var(--_rs-input-icon-size);
|
|
1475
1476
|
}
|
|
1476
|
-
.
|
|
1477
|
+
._divider_ozyavg_342{
|
|
1477
1478
|
display:block;
|
|
1478
1479
|
|
|
1479
1480
|
width:1px;
|
|
@@ -1482,10 +1483,10 @@
|
|
|
1482
1483
|
|
|
1483
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);
|
|
1484
1485
|
}
|
|
1485
|
-
.
|
|
1486
|
+
._focused_ozyavg_75 ._divider_ozyavg_342{
|
|
1486
1487
|
background:var(--_rs-input-focused-divider-background);
|
|
1487
1488
|
}
|
|
1488
|
-
.
|
|
1489
|
+
._suffix_ozyavg_356{
|
|
1489
1490
|
letter-spacing:var(
|
|
1490
1491
|
--rs-text-base-letter-spacing,
|
|
1491
1492
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1509,13 +1510,13 @@
|
|
|
1509
1510
|
|
|
1510
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);
|
|
1511
1512
|
}
|
|
1512
|
-
.
|
|
1513
|
+
._focused_ozyavg_75 ._suffix_ozyavg_356{
|
|
1513
1514
|
color:var(--_rs-input-focused-suffix-color);
|
|
1514
1515
|
}
|
|
1515
|
-
.
|
|
1516
|
+
._error_ozyavg_57._focused_ozyavg_75 ._suffix_ozyavg_356{
|
|
1516
1517
|
color:var(--_rs-input-error-focused-suffix-color);
|
|
1517
1518
|
}
|
|
1518
|
-
.
|
|
1519
|
+
._errorMessage_ozyavg_376{
|
|
1519
1520
|
letter-spacing:var(
|
|
1520
1521
|
--rs-text-base-letter-spacing,
|
|
1521
1522
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1544,14 +1545,14 @@
|
|
|
1544
1545
|
-moz-column-gap:8px;
|
|
1545
1546
|
column-gap:8px;
|
|
1546
1547
|
}
|
|
1547
|
-
.
|
|
1548
|
+
._errorIcon_ozyavg_388{
|
|
1548
1549
|
-webkit-box-flex:0;
|
|
1549
1550
|
-ms-flex:0 0 auto;
|
|
1550
1551
|
flex:0 0 auto;
|
|
1551
1552
|
|
|
1552
1553
|
color:#F45C4A;
|
|
1553
1554
|
}
|
|
1554
|
-
.
|
|
1555
|
+
._note_ozyavg_394{
|
|
1555
1556
|
letter-spacing:var(
|
|
1556
1557
|
--rs-text-base-letter-spacing,
|
|
1557
1558
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1571,13 +1572,13 @@
|
|
|
1571
1572
|
|
|
1572
1573
|
margin-top:var(--_rs-input-parts-offset);
|
|
1573
1574
|
}
|
|
1574
|
-
.
|
|
1575
|
+
._disabled_ozyavg_51 ._note_ozyavg_394{
|
|
1575
1576
|
color:var(
|
|
1576
1577
|
--rs-color-pale,
|
|
1577
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)
|
|
1578
1579
|
);
|
|
1579
1580
|
}
|
|
1580
|
-
.
|
|
1581
|
+
._label_ozyavg_405{
|
|
1581
1582
|
letter-spacing:var(
|
|
1582
1583
|
--rs-text-base-letter-spacing,
|
|
1583
1584
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1597,7 +1598,7 @@
|
|
|
1597
1598
|
|
|
1598
1599
|
margin-bottom:var(--_rs-input-parts-offset);
|
|
1599
1600
|
}
|
|
1600
|
-
.
|
|
1601
|
+
._disabled_ozyavg_51 ._label_ozyavg_405{
|
|
1601
1602
|
color:var(
|
|
1602
1603
|
--rs-color-pale,
|
|
1603
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_ozyavg_8",
|
|
3
|
+
"dark": "_dark_ozyavg_11",
|
|
4
|
+
"sizeS": "_sizeS_ozyavg_15",
|
|
5
|
+
"sizeM": "_sizeM_ozyavg_18",
|
|
6
|
+
"sizeL": "_sizeL_ozyavg_21",
|
|
7
|
+
"classic": "_classic_ozyavg_25",
|
|
8
|
+
"rock": "_rock_ozyavg_28",
|
|
9
|
+
"container": "_container_ozyavg_32",
|
|
10
|
+
"wrapper": "_wrapper_ozyavg_39",
|
|
11
|
+
"disabled": "_disabled_ozyavg_51",
|
|
12
|
+
"error": "_error_ozyavg_57",
|
|
13
|
+
"enabled": "_enabled_ozyavg_63",
|
|
14
|
+
"filled": "_filled_ozyavg_63",
|
|
15
|
+
"focused": "_focused_ozyavg_75",
|
|
16
|
+
"field": "_field_ozyavg_101",
|
|
17
|
+
"inner": "_inner_ozyavg_114",
|
|
18
|
+
"offSystemMicroelements": "_offSystemMicroelements_ozyavg_229",
|
|
19
|
+
"iconWrapper": "_iconWrapper_ozyavg_239",
|
|
20
|
+
"action": "_action_ozyavg_254",
|
|
21
|
+
"right": "_right_ozyavg_292",
|
|
22
|
+
"left": "_left_ozyavg_296",
|
|
23
|
+
"icon": "_icon_ozyavg_239",
|
|
24
|
+
"divider": "_divider_ozyavg_342",
|
|
25
|
+
"suffix": "_suffix_ozyavg_356",
|
|
26
|
+
"errorMessage": "_errorMessage_ozyavg_376",
|
|
27
|
+
"errorIcon": "_errorIcon_ozyavg_388",
|
|
28
|
+
"note": "_note_ozyavg_394",
|
|
29
|
+
"label": "_label_ozyavg_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.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"react": ">=16.8.0 <19"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@rescui/colors": "^0.2.
|
|
28
|
-
"@rescui/icons": "^0.16.
|
|
29
|
-
"@rescui/postcss-preset-library": "^0.2.
|
|
27
|
+
"@rescui/colors": "^0.2.5",
|
|
28
|
+
"@rescui/icons": "^0.16.7",
|
|
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.8",
|
|
32
|
+
"@rescui/typography": "^0.18.1",
|
|
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": "3de71c679695fe3ca490baeaa24ab2331eb2e3a8"
|
|
42
42
|
}
|