@rescui/input 0.12.4-RUI-262-Migrate-to-GH-Actions-Release-c41b33ac.6 → 0.12.4-RUI-262-Migrate-to-GH-Actions-Release-dummy-c8e357bc.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/_virtual/index.css.js +12 -12
- package/lib/index.css +138 -138
- package/lib/input.p.module.css.js +28 -28
- package/package.json +6 -6
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"icon": "
|
|
3
|
-
"sizeXS": "
|
|
4
|
-
"sizeS": "
|
|
5
|
-
"sizeM": "
|
|
6
|
-
"sizeL": "
|
|
7
|
-
"light": "
|
|
8
|
-
"dark": "
|
|
9
|
-
"allVariants": "
|
|
10
|
-
"variant16": "
|
|
11
|
-
"variant20": "
|
|
12
|
-
"variant24": "
|
|
13
|
-
"variant28": "
|
|
2
|
+
"icon": "_icon_1js52zg_4",
|
|
3
|
+
"sizeXS": "_sizeXS_1js52zg_14",
|
|
4
|
+
"sizeS": "_sizeS_1js52zg_18",
|
|
5
|
+
"sizeM": "_sizeM_1js52zg_22",
|
|
6
|
+
"sizeL": "_sizeL_1js52zg_26",
|
|
7
|
+
"light": "_light_1js52zg_30",
|
|
8
|
+
"dark": "_dark_1js52zg_34",
|
|
9
|
+
"allVariants": "_allVariants_1js52zg_48",
|
|
10
|
+
"variant16": "_variant16_1js52zg_53",
|
|
11
|
+
"variant20": "_variant20_1js52zg_54",
|
|
12
|
+
"variant24": "_variant24_1js52zg_55",
|
|
13
|
+
"variant28": "_variant28_1js52zg_58"
|
|
14
14
|
};
|
|
15
15
|
export { styles as default };
|
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._icon_1js52zg_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_1js52zg_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_1js52zg_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_1js52zg_4{
|
|
29
29
|
|
|
30
30
|
fill:var(--_rs-icons-themed-fill-or-initial, currentcolor);
|
|
31
31
|
|
|
32
32
|
width:var(--rs-icons-width, auto);
|
|
33
33
|
height:var(--rs-icons-height, var(--_rs-icons-height));
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
._sizeXS_1js52zg_14{
|
|
36
36
|
--_rs-icons-height:16px;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._sizeS_1js52zg_18{
|
|
39
39
|
--_rs-icons-height:20px;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._sizeM_1js52zg_22{
|
|
42
42
|
--_rs-icons-height:24px;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._sizeL_1js52zg_26{
|
|
45
45
|
--_rs-icons-height:28px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._light_1js52zg_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_1js52zg_34{
|
|
52
52
|
--rs-theme-dark:1;
|
|
53
53
|
--_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
54
54
|
}
|
|
@@ -60,56 +60,56 @@
|
|
|
60
60
|
transform:rotate(360deg);
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
._allVariants_1js52zg_48{
|
|
64
64
|
aspect-ratio:var(--rs-icon-ar-width, 1) / var(--rs-icon-ar-height, 1);
|
|
65
65
|
container:rs-icon / size;
|
|
66
66
|
}
|
|
67
|
-
.
|
|
68
|
-
.
|
|
69
|
-
.
|
|
67
|
+
._variant16_1js52zg_53,
|
|
68
|
+
._variant20_1js52zg_54,
|
|
69
|
+
._variant24_1js52zg_55{
|
|
70
70
|
display:none;
|
|
71
71
|
}
|
|
72
|
-
.
|
|
72
|
+
._variant28_1js52zg_58{
|
|
73
73
|
display:block;
|
|
74
74
|
}
|
|
75
75
|
@container rs-icon (max-height: 24px){
|
|
76
|
-
.
|
|
76
|
+
._variant24_1js52zg_55{
|
|
77
77
|
display:block;
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
._variant28_1js52zg_58{
|
|
80
80
|
display:none;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
@container rs-icon (max-height: 20px){
|
|
84
|
-
.
|
|
84
|
+
._variant20_1js52zg_54{
|
|
85
85
|
display:block;
|
|
86
86
|
}
|
|
87
|
-
.
|
|
87
|
+
._variant24_1js52zg_55{
|
|
88
88
|
display:none;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
@container rs-icon (max-height: 16px){
|
|
92
|
-
.
|
|
92
|
+
._variant16_1js52zg_53{
|
|
93
93
|
display:block;
|
|
94
94
|
}
|
|
95
|
-
.
|
|
95
|
+
._variant20_1js52zg_54{
|
|
96
96
|
display:none;
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
|
-
.
|
|
99
|
+
._light_1sua2yt_8{
|
|
100
100
|
--rs-theme-dark:0;
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
._dark_1sua2yt_11{
|
|
103
103
|
--rs-theme-dark:1;
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
._sizeS_1sua2yt_15{
|
|
106
106
|
--_rs-input-vertical-padding:6px;
|
|
107
107
|
--_rs-input-horizontal-padding:8px;
|
|
108
108
|
--_rs-input-parts-offset:4px;
|
|
109
109
|
--_rs-input-icon-offset:8px;
|
|
110
110
|
--_rs-input-icon-size:20px;
|
|
111
111
|
}
|
|
112
|
-
.
|
|
112
|
+
._sizeS_1sua2yt_15 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
113
113
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
114
114
|
--_rs-typography-text-transform:initial;
|
|
115
115
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -143,10 +143,10 @@
|
|
|
143
143
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
144
144
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
145
145
|
}
|
|
146
|
-
.
|
|
147
|
-
.
|
|
148
|
-
.
|
|
149
|
-
.
|
|
146
|
+
._sizeS_1sua2yt_15 [data-rs-internal='input__label'],
|
|
147
|
+
._sizeS_1sua2yt_15 [data-rs-internal='input__inner'],
|
|
148
|
+
._sizeS_1sua2yt_15 [data-rs-internal='input__inner']::placeholder,
|
|
149
|
+
._sizeS_1sua2yt_15 [data-rs-internal='input__suffix']{
|
|
150
150
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
151
151
|
--_rs-typography-text-transform:initial;
|
|
152
152
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
181
181
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
182
182
|
}
|
|
183
|
-
.
|
|
183
|
+
._sizeS_1sua2yt_15 [data-rs-internal='input__bold-label']{
|
|
184
184
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
185
185
|
--_rs-typography-text-transform:initial;
|
|
186
186
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
212
212
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
213
213
|
}
|
|
214
|
-
.
|
|
214
|
+
._sizeS_1sua2yt_15 [data-rs-internal='input__note']{
|
|
215
215
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
216
216
|
--_rs-typography-text-transform:initial;
|
|
217
217
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
246
246
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
247
247
|
}
|
|
248
|
-
.
|
|
248
|
+
._sizeS_1sua2yt_15 [data-rs-internal='input__error-message']{
|
|
249
249
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
250
250
|
--_rs-typography-text-transform:initial;
|
|
251
251
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -276,17 +276,17 @@
|
|
|
276
276
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
277
277
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
278
278
|
}
|
|
279
|
-
.
|
|
279
|
+
._sizeS_1sua2yt_15 [data-rs-internal='input__error-icon']:not(html){
|
|
280
280
|
--_rs-icons-height:20px;
|
|
281
281
|
}
|
|
282
|
-
.
|
|
282
|
+
._sizeM_1sua2yt_18{
|
|
283
283
|
--_rs-input-vertical-padding:8px;
|
|
284
284
|
--_rs-input-horizontal-padding:8px;
|
|
285
285
|
--_rs-input-parts-offset:8px;
|
|
286
286
|
--_rs-input-icon-offset:8px;
|
|
287
287
|
--_rs-input-icon-size:24px;
|
|
288
288
|
}
|
|
289
|
-
.
|
|
289
|
+
._sizeM_1sua2yt_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
290
290
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
291
291
|
--_rs-typography-text-transform:initial;
|
|
292
292
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -324,14 +324,14 @@
|
|
|
324
324
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
325
325
|
}
|
|
326
326
|
@media screen and (max-width: 640px){
|
|
327
|
-
.
|
|
327
|
+
._sizeM_1sua2yt_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
328
328
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
|
-
.
|
|
332
|
-
.
|
|
333
|
-
.
|
|
334
|
-
.
|
|
331
|
+
._sizeM_1sua2yt_18 [data-rs-internal='input__label'],
|
|
332
|
+
._sizeM_1sua2yt_18 [data-rs-internal='input__inner'],
|
|
333
|
+
._sizeM_1sua2yt_18 [data-rs-internal='input__inner']::placeholder,
|
|
334
|
+
._sizeM_1sua2yt_18 [data-rs-internal='input__suffix']{
|
|
335
335
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
336
336
|
--_rs-typography-text-transform:initial;
|
|
337
337
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -369,14 +369,14 @@
|
|
|
369
369
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
370
370
|
}
|
|
371
371
|
@media screen and (max-width: 640px){
|
|
372
|
-
.
|
|
373
|
-
.
|
|
374
|
-
.
|
|
375
|
-
.
|
|
372
|
+
._sizeM_1sua2yt_18 [data-rs-internal='input__label'],
|
|
373
|
+
._sizeM_1sua2yt_18 [data-rs-internal='input__inner'],
|
|
374
|
+
._sizeM_1sua2yt_18 [data-rs-internal='input__inner']::placeholder,
|
|
375
|
+
._sizeM_1sua2yt_18 [data-rs-internal='input__suffix']{
|
|
376
376
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
377
377
|
}
|
|
378
378
|
}
|
|
379
|
-
.
|
|
379
|
+
._sizeM_1sua2yt_18 [data-rs-internal='input__bold-label']{
|
|
380
380
|
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
381
381
|
--_rs-typography-text-transform:initial;
|
|
382
382
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
408
408
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
409
409
|
}
|
|
410
|
-
.
|
|
410
|
+
._sizeM_1sua2yt_18 [data-rs-internal='input__note']{
|
|
411
411
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
412
412
|
--_rs-typography-text-transform:initial;
|
|
413
413
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
442
442
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
443
443
|
}
|
|
444
|
-
.
|
|
444
|
+
._sizeM_1sua2yt_18 [data-rs-internal='input__error-message']{
|
|
445
445
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
446
446
|
--_rs-typography-text-transform:initial;
|
|
447
447
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -472,17 +472,17 @@
|
|
|
472
472
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
473
473
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
474
474
|
}
|
|
475
|
-
.
|
|
475
|
+
._sizeM_1sua2yt_18 [data-rs-internal='input__error-icon']:not(html){
|
|
476
476
|
--_rs-icons-height:20px;
|
|
477
477
|
}
|
|
478
|
-
.
|
|
478
|
+
._sizeL_1sua2yt_21{
|
|
479
479
|
--_rs-input-vertical-padding:12px;
|
|
480
480
|
--_rs-input-horizontal-padding:16px;
|
|
481
481
|
--_rs-input-parts-offset:8px;
|
|
482
482
|
--_rs-input-icon-offset:16px;
|
|
483
483
|
--_rs-input-icon-size:28px;
|
|
484
484
|
}
|
|
485
|
-
.
|
|
485
|
+
._sizeL_1sua2yt_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
486
486
|
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
487
487
|
--_rs-typography-text-transform:initial;
|
|
488
488
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -520,14 +520,14 @@
|
|
|
520
520
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
521
521
|
}
|
|
522
522
|
@media screen and (max-width: 640px){
|
|
523
|
-
.
|
|
523
|
+
._sizeL_1sua2yt_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
524
524
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
|
-
.
|
|
528
|
-
.
|
|
529
|
-
.
|
|
530
|
-
.
|
|
527
|
+
._sizeL_1sua2yt_21 [data-rs-internal='input__label'],
|
|
528
|
+
._sizeL_1sua2yt_21 [data-rs-internal='input__inner'],
|
|
529
|
+
._sizeL_1sua2yt_21 [data-rs-internal='input__inner']::placeholder,
|
|
530
|
+
._sizeL_1sua2yt_21 [data-rs-internal='input__suffix']{
|
|
531
531
|
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
532
532
|
--_rs-typography-text-transform:initial;
|
|
533
533
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -565,14 +565,14 @@
|
|
|
565
565
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
566
566
|
}
|
|
567
567
|
@media screen and (max-width: 640px){
|
|
568
|
-
.
|
|
569
|
-
.
|
|
570
|
-
.
|
|
571
|
-
.
|
|
568
|
+
._sizeL_1sua2yt_21 [data-rs-internal='input__label'],
|
|
569
|
+
._sizeL_1sua2yt_21 [data-rs-internal='input__inner'],
|
|
570
|
+
._sizeL_1sua2yt_21 [data-rs-internal='input__inner']::placeholder,
|
|
571
|
+
._sizeL_1sua2yt_21 [data-rs-internal='input__suffix']{
|
|
572
572
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
|
-
.
|
|
575
|
+
._sizeL_1sua2yt_21 [data-rs-internal='input__bold-label']{
|
|
576
576
|
--_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
|
|
577
577
|
--_rs-typography-text-transform:initial;
|
|
578
578
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
604
604
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
605
605
|
}
|
|
606
|
-
.
|
|
606
|
+
._sizeL_1sua2yt_21 [data-rs-internal='input__note']{
|
|
607
607
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
608
608
|
--_rs-typography-text-transform:initial;
|
|
609
609
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -641,11 +641,11 @@
|
|
|
641
641
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
642
642
|
}
|
|
643
643
|
@media screen and (max-width: 640px){
|
|
644
|
-
.
|
|
644
|
+
._sizeL_1sua2yt_21 [data-rs-internal='input__note']{
|
|
645
645
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
646
646
|
}
|
|
647
647
|
}
|
|
648
|
-
.
|
|
648
|
+
._sizeL_1sua2yt_21 [data-rs-internal='input__error-message']{
|
|
649
649
|
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
650
650
|
--_rs-typography-text-transform:initial;
|
|
651
651
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -676,10 +676,10 @@
|
|
|
676
676
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
677
677
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
678
678
|
}
|
|
679
|
-
.
|
|
679
|
+
._sizeL_1sua2yt_21 [data-rs-internal='input__error-icon']:not(html){
|
|
680
680
|
--_rs-icons-height:24px;
|
|
681
681
|
}
|
|
682
|
-
.
|
|
682
|
+
._classic_1sua2yt_25{
|
|
683
683
|
--_rs-input-focused-enabled-wrapper-border-width:2px;
|
|
684
684
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
685
685
|
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)
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
0.5
|
|
730
730
|
);
|
|
731
731
|
}
|
|
732
|
-
.
|
|
732
|
+
._rock_1sua2yt_28{
|
|
733
733
|
--_rs-input-focused-enabled-wrapper-border-width:0px;
|
|
734
734
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
735
735
|
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)
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
);
|
|
762
762
|
--_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
|
|
763
763
|
}
|
|
764
|
-
.
|
|
764
|
+
._container_1sua2yt_32{
|
|
765
765
|
--_rs-theme-dark:var(
|
|
766
766
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
767
767
|
var(--rs-theme-dark, 0)
|
|
@@ -771,7 +771,7 @@
|
|
|
771
771
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
772
772
|
}
|
|
773
773
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
774
|
-
.
|
|
774
|
+
._container_1sua2yt_32{
|
|
775
775
|
--_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)));
|
|
776
776
|
--_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)));
|
|
777
777
|
--_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)));
|
|
@@ -780,7 +780,7 @@
|
|
|
780
780
|
}
|
|
781
781
|
}
|
|
782
782
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
783
|
-
.
|
|
783
|
+
._container_1sua2yt_32{
|
|
784
784
|
--_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);
|
|
785
785
|
--_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));
|
|
786
786
|
--_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));
|
|
@@ -788,11 +788,11 @@
|
|
|
788
788
|
--_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));
|
|
789
789
|
}
|
|
790
790
|
}
|
|
791
|
-
.
|
|
791
|
+
._container_1sua2yt_32 {
|
|
792
792
|
|
|
793
793
|
display:block;
|
|
794
794
|
}
|
|
795
|
-
.
|
|
795
|
+
._wrapper_1sua2yt_39{
|
|
796
796
|
--_rs-input-border-width:1px;
|
|
797
797
|
|
|
798
798
|
display:flex;
|
|
@@ -803,27 +803,27 @@
|
|
|
803
803
|
|
|
804
804
|
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));
|
|
805
805
|
}
|
|
806
|
-
.
|
|
806
|
+
._disabled_1sua2yt_51 ._wrapper_1sua2yt_39{
|
|
807
807
|
cursor:auto;
|
|
808
808
|
|
|
809
809
|
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));
|
|
810
810
|
}
|
|
811
|
-
.
|
|
811
|
+
._error_1sua2yt_57 ._wrapper_1sua2yt_39{
|
|
812
812
|
--_rs-input-border-width:2px;
|
|
813
813
|
|
|
814
814
|
border-color:#F45C4A;
|
|
815
815
|
}
|
|
816
|
-
.
|
|
816
|
+
._enabled_1sua2yt_63._filled_1sua2yt_63 ._wrapper_1sua2yt_39{
|
|
817
817
|
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);
|
|
818
818
|
}
|
|
819
819
|
@media (hover: hover){
|
|
820
|
-
.
|
|
820
|
+
._enabled_1sua2yt_63:hover ._wrapper_1sua2yt_39{
|
|
821
821
|
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);
|
|
822
822
|
|
|
823
823
|
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));
|
|
824
824
|
}
|
|
825
825
|
}
|
|
826
|
-
.
|
|
826
|
+
._enabled_1sua2yt_63._focused_1sua2yt_75 ._wrapper_1sua2yt_39{
|
|
827
827
|
--_rs-input-border-width:var(
|
|
828
828
|
--_rs-input-focused-enabled-wrapper-border-width
|
|
829
829
|
);
|
|
@@ -833,18 +833,18 @@
|
|
|
833
833
|
background-color:var(--_rs-input-focused-enabled-wrapper-background);
|
|
834
834
|
}
|
|
835
835
|
@media (hover: hover){
|
|
836
|
-
.
|
|
836
|
+
._error_1sua2yt_57._enabled_1sua2yt_63:hover ._wrapper_1sua2yt_39{
|
|
837
837
|
border-color:#F45C4A;
|
|
838
838
|
}
|
|
839
839
|
}
|
|
840
|
-
.
|
|
841
|
-
.
|
|
840
|
+
._error_1sua2yt_57._enabled_1sua2yt_63._focused_1sua2yt_75 ._wrapper_1sua2yt_39,
|
|
841
|
+
._error_1sua2yt_57._enabled_1sua2yt_63._filled_1sua2yt_63 ._wrapper_1sua2yt_39{
|
|
842
842
|
border-color:#F45C4A;
|
|
843
843
|
}
|
|
844
|
-
.
|
|
844
|
+
._error_1sua2yt_57._enabled_1sua2yt_63._focused_1sua2yt_75 ._wrapper_1sua2yt_39{
|
|
845
845
|
background:var(--_rs-input-error-focused-enabled-wrapper-background);
|
|
846
846
|
}
|
|
847
|
-
.
|
|
847
|
+
._field_1sua2yt_101{
|
|
848
848
|
display:flex;
|
|
849
849
|
|
|
850
850
|
flex:1 1 auto;
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
|
|
854
854
|
padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
|
|
855
855
|
}
|
|
856
|
-
.
|
|
856
|
+
._inner_1sua2yt_114{
|
|
857
857
|
letter-spacing:var(
|
|
858
858
|
--rs-text-base-letter-spacing,
|
|
859
859
|
var(--_rs-typography-letter-spacing)
|
|
@@ -866,26 +866,26 @@
|
|
|
866
866
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
867
867
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
868
868
|
}
|
|
869
|
-
.
|
|
869
|
+
._inner_1sua2yt_114::-ms-clear{
|
|
870
870
|
display:none;
|
|
871
871
|
|
|
872
872
|
width:0;
|
|
873
873
|
height:0;
|
|
874
874
|
}
|
|
875
|
-
.
|
|
875
|
+
._dark_1sua2yt_11 ._inner_1sua2yt_114{
|
|
876
876
|
color-scheme:dark;
|
|
877
877
|
}
|
|
878
878
|
@container style(--_rs-theme-dark-coefficient: 1){
|
|
879
|
-
.
|
|
879
|
+
._inner_1sua2yt_114{
|
|
880
880
|
color-scheme:dark
|
|
881
881
|
}
|
|
882
882
|
}
|
|
883
883
|
@container style(--_rs-theme-dark-coefficient: 0){
|
|
884
|
-
.
|
|
884
|
+
._inner_1sua2yt_114{
|
|
885
885
|
color-scheme:light
|
|
886
886
|
}
|
|
887
887
|
}
|
|
888
|
-
.
|
|
888
|
+
._inner_1sua2yt_114 {
|
|
889
889
|
|
|
890
890
|
display:block;
|
|
891
891
|
|
|
@@ -907,20 +907,20 @@
|
|
|
907
907
|
-moz-appearance:none;
|
|
908
908
|
appearance:none;
|
|
909
909
|
}
|
|
910
|
-
.
|
|
910
|
+
._inner_1sua2yt_114:focus{
|
|
911
911
|
outline:none;
|
|
912
912
|
}
|
|
913
|
-
.
|
|
914
|
-
.
|
|
913
|
+
._disabled_1sua2yt_51 ._inner_1sua2yt_114,
|
|
914
|
+
._inner_1sua2yt_114:disabled{
|
|
915
915
|
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);
|
|
916
916
|
}
|
|
917
|
-
.
|
|
917
|
+
._focused_1sua2yt_75 ._inner_1sua2yt_114{
|
|
918
918
|
color:var(--_rs-input-focused-inner-color);
|
|
919
919
|
}
|
|
920
|
-
.
|
|
920
|
+
._error_1sua2yt_57._focused_1sua2yt_75 ._inner_1sua2yt_114{
|
|
921
921
|
color:var(--_rs-input-error-focused-inner-color);
|
|
922
922
|
}
|
|
923
|
-
.
|
|
923
|
+
._inner_1sua2yt_114::-moz-placeholder{
|
|
924
924
|
letter-spacing:var(
|
|
925
925
|
--rs-text-base-letter-spacing,
|
|
926
926
|
var(--_rs-typography-letter-spacing)
|
|
@@ -936,13 +936,13 @@
|
|
|
936
936
|
|
|
937
937
|
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);
|
|
938
938
|
}
|
|
939
|
-
.
|
|
939
|
+
._focused_1sua2yt_75 ._inner_1sua2yt_114::-moz-placeholder{
|
|
940
940
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
941
941
|
}
|
|
942
|
-
.
|
|
942
|
+
._error_1sua2yt_57._focused_1sua2yt_75 ._inner_1sua2yt_114::-moz-placeholder{
|
|
943
943
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
944
944
|
}
|
|
945
|
-
.
|
|
945
|
+
._inner_1sua2yt_114::placeholder{
|
|
946
946
|
letter-spacing:var(
|
|
947
947
|
--rs-text-base-letter-spacing,
|
|
948
948
|
var(--_rs-typography-letter-spacing)
|
|
@@ -958,45 +958,45 @@
|
|
|
958
958
|
|
|
959
959
|
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);
|
|
960
960
|
}
|
|
961
|
-
.
|
|
961
|
+
._focused_1sua2yt_75 ._inner_1sua2yt_114::placeholder{
|
|
962
962
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
963
963
|
}
|
|
964
|
-
.
|
|
964
|
+
._error_1sua2yt_57._focused_1sua2yt_75 ._inner_1sua2yt_114::placeholder{
|
|
965
965
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
966
966
|
}
|
|
967
|
-
.
|
|
967
|
+
._inner_1sua2yt_114:-moz-ui-invalid{
|
|
968
968
|
box-shadow:none;
|
|
969
969
|
}
|
|
970
|
-
.
|
|
970
|
+
._inner_1sua2yt_114:-moz-ui-invalid:-moz-focusring{
|
|
971
971
|
box-shadow:none;
|
|
972
972
|
}
|
|
973
|
-
.
|
|
974
|
-
.
|
|
975
|
-
.
|
|
976
|
-
.
|
|
973
|
+
._inner_1sua2yt_114:-webkit-autofill,
|
|
974
|
+
._inner_1sua2yt_114:-webkit-autofill:hover,
|
|
975
|
+
._inner_1sua2yt_114:-webkit-autofill:active,
|
|
976
|
+
._inner_1sua2yt_114:-webkit-autofill:focus{
|
|
977
977
|
-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;
|
|
978
978
|
|
|
979
979
|
transition-delay:9999s;
|
|
980
980
|
-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));
|
|
981
981
|
}
|
|
982
|
-
.
|
|
982
|
+
._focused_1sua2yt_75 ._inner_1sua2yt_114:-webkit-autofill, ._focused_1sua2yt_75 ._inner_1sua2yt_114:-webkit-autofill:hover, ._focused_1sua2yt_75 ._inner_1sua2yt_114:-webkit-autofill:active, ._focused_1sua2yt_75 ._inner_1sua2yt_114:-webkit-autofill:focus{
|
|
983
983
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
|
|
984
984
|
-webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
|
|
985
985
|
}
|
|
986
|
-
.
|
|
986
|
+
._error_1sua2yt_57._focused_1sua2yt_75 ._inner_1sua2yt_114:-webkit-autofill, ._error_1sua2yt_57._focused_1sua2yt_75 ._inner_1sua2yt_114:-webkit-autofill:hover, ._error_1sua2yt_57._focused_1sua2yt_75 ._inner_1sua2yt_114:-webkit-autofill:active, ._error_1sua2yt_57._focused_1sua2yt_75 ._inner_1sua2yt_114:-webkit-autofill:focus{
|
|
987
987
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
|
|
988
988
|
-webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
|
|
989
989
|
}
|
|
990
|
-
.
|
|
990
|
+
._offSystemMicroelements_1sua2yt_229 ._inner_1sua2yt_114{
|
|
991
991
|
-moz-appearance:textfield;
|
|
992
992
|
}
|
|
993
|
-
.
|
|
994
|
-
.
|
|
993
|
+
._offSystemMicroelements_1sua2yt_229 ._inner_1sua2yt_114::-webkit-outer-spin-button,
|
|
994
|
+
._offSystemMicroelements_1sua2yt_229 ._inner_1sua2yt_114::-webkit-inner-spin-button{
|
|
995
995
|
margin:0;
|
|
996
996
|
-webkit-appearance:none;
|
|
997
997
|
appearance:none;
|
|
998
998
|
}
|
|
999
|
-
.
|
|
999
|
+
._iconWrapper_1sua2yt_239{
|
|
1000
1000
|
--_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
|
|
1001
1001
|
|
|
1002
1002
|
display:inline-flex;
|
|
@@ -1009,15 +1009,15 @@
|
|
|
1009
1009
|
|
|
1010
1010
|
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);
|
|
1011
1011
|
}
|
|
1012
|
-
.
|
|
1012
|
+
._iconWrapper_1sua2yt_239._action_1sua2yt_254{
|
|
1013
1013
|
position:relative;
|
|
1014
1014
|
|
|
1015
1015
|
cursor:pointer;
|
|
1016
1016
|
}
|
|
1017
|
-
.
|
|
1017
|
+
._iconWrapper_1sua2yt_239._action_1sua2yt_254:focus{
|
|
1018
1018
|
outline:none;
|
|
1019
1019
|
}
|
|
1020
|
-
.
|
|
1020
|
+
._iconWrapper_1sua2yt_239._action_1sua2yt_254::before{
|
|
1021
1021
|
position:absolute;
|
|
1022
1022
|
top:-4px;
|
|
1023
1023
|
right:-4px;
|
|
@@ -1032,56 +1032,56 @@
|
|
|
1032
1032
|
content:'';
|
|
1033
1033
|
pointer-events:none;
|
|
1034
1034
|
}
|
|
1035
|
-
.
|
|
1035
|
+
._iconWrapper_1sua2yt_239._action_1sua2yt_254:focus[data-focus-method='key']::before{
|
|
1036
1036
|
display:block;
|
|
1037
1037
|
}
|
|
1038
|
-
.
|
|
1038
|
+
._disabled_1sua2yt_51 ._iconWrapper_1sua2yt_239{
|
|
1039
1039
|
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);
|
|
1040
1040
|
}
|
|
1041
|
-
.
|
|
1041
|
+
._disabled_1sua2yt_51 ._iconWrapper_1sua2yt_239._action_1sua2yt_254{
|
|
1042
1042
|
pointer-events:none;
|
|
1043
1043
|
}
|
|
1044
|
-
.
|
|
1044
|
+
._iconWrapper_1sua2yt_239._right_1sua2yt_292{
|
|
1045
1045
|
margin-left:var(--_rs-input-icon-offset);
|
|
1046
1046
|
}
|
|
1047
|
-
.
|
|
1047
|
+
._iconWrapper_1sua2yt_239._left_1sua2yt_296{
|
|
1048
1048
|
margin-right:var(--_rs-input-icon-offset);
|
|
1049
1049
|
}
|
|
1050
|
-
.
|
|
1050
|
+
._focused_1sua2yt_75 ._iconWrapper_1sua2yt_239{
|
|
1051
1051
|
color:var(--_rs-input-focused-icon-color);
|
|
1052
1052
|
}
|
|
1053
|
-
.
|
|
1053
|
+
._error_1sua2yt_57._focused_1sua2yt_75 ._iconWrapper_1sua2yt_239{
|
|
1054
1054
|
color:var(--_rs-input-error-focused-icon-color);
|
|
1055
1055
|
}
|
|
1056
1056
|
@media (hover: hover){
|
|
1057
|
-
.
|
|
1057
|
+
._enabled_1sua2yt_63 ._iconWrapper_1sua2yt_239._action_1sua2yt_254:hover{
|
|
1058
1058
|
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));
|
|
1059
1059
|
}
|
|
1060
1060
|
|
|
1061
|
-
.
|
|
1061
|
+
._enabled_1sua2yt_63._focused_1sua2yt_75 ._iconWrapper_1sua2yt_239._action_1sua2yt_254:hover{
|
|
1062
1062
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1063
1063
|
}
|
|
1064
1064
|
|
|
1065
|
-
.
|
|
1065
|
+
._enabled_1sua2yt_63._error_1sua2yt_57._focused_1sua2yt_75 ._iconWrapper_1sua2yt_239._action_1sua2yt_254:hover{
|
|
1066
1066
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1067
1067
|
}
|
|
1068
1068
|
}
|
|
1069
|
-
.
|
|
1069
|
+
._enabled_1sua2yt_63 ._iconWrapper_1sua2yt_239._action_1sua2yt_254:focus[data-focus-method='key']{
|
|
1070
1070
|
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));
|
|
1071
1071
|
}
|
|
1072
|
-
.
|
|
1072
|
+
._enabled_1sua2yt_63._focused_1sua2yt_75 ._iconWrapper_1sua2yt_239._action_1sua2yt_254:focus[data-focus-method='key']{
|
|
1073
1073
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1074
1074
|
}
|
|
1075
|
-
.
|
|
1075
|
+
._enabled_1sua2yt_63._error_1sua2yt_57._focused_1sua2yt_75 ._iconWrapper_1sua2yt_239._action_1sua2yt_254:focus[data-focus-method='key']{
|
|
1076
1076
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1077
1077
|
}
|
|
1078
|
-
.
|
|
1078
|
+
._iconWrapper_1sua2yt_239 ._icon_1sua2yt_239{
|
|
1079
1079
|
fill:currentColor;
|
|
1080
1080
|
|
|
1081
1081
|
width:auto;
|
|
1082
1082
|
height:var(--_rs-input-icon-size);
|
|
1083
1083
|
}
|
|
1084
|
-
.
|
|
1084
|
+
._divider_1sua2yt_342{
|
|
1085
1085
|
display:block;
|
|
1086
1086
|
|
|
1087
1087
|
width:1px;
|
|
@@ -1090,10 +1090,10 @@
|
|
|
1090
1090
|
|
|
1091
1091
|
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);
|
|
1092
1092
|
}
|
|
1093
|
-
.
|
|
1093
|
+
._focused_1sua2yt_75 ._divider_1sua2yt_342{
|
|
1094
1094
|
background:var(--_rs-input-focused-divider-background);
|
|
1095
1095
|
}
|
|
1096
|
-
.
|
|
1096
|
+
._suffix_1sua2yt_356{
|
|
1097
1097
|
letter-spacing:var(
|
|
1098
1098
|
--rs-text-base-letter-spacing,
|
|
1099
1099
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1112,13 +1112,13 @@
|
|
|
1112
1112
|
|
|
1113
1113
|
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);
|
|
1114
1114
|
}
|
|
1115
|
-
.
|
|
1115
|
+
._focused_1sua2yt_75 ._suffix_1sua2yt_356{
|
|
1116
1116
|
color:var(--_rs-input-focused-suffix-color);
|
|
1117
1117
|
}
|
|
1118
|
-
.
|
|
1118
|
+
._error_1sua2yt_57._focused_1sua2yt_75 ._suffix_1sua2yt_356{
|
|
1119
1119
|
color:var(--_rs-input-error-focused-suffix-color);
|
|
1120
1120
|
}
|
|
1121
|
-
.
|
|
1121
|
+
._errorMessage_1sua2yt_376{
|
|
1122
1122
|
letter-spacing:var(
|
|
1123
1123
|
--rs-text-base-letter-spacing,
|
|
1124
1124
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1140,12 +1140,12 @@
|
|
|
1140
1140
|
-moz-column-gap:8px;
|
|
1141
1141
|
column-gap:8px;
|
|
1142
1142
|
}
|
|
1143
|
-
.
|
|
1143
|
+
._errorIcon_1sua2yt_388{
|
|
1144
1144
|
flex:0 0 auto;
|
|
1145
1145
|
|
|
1146
1146
|
color:#F45C4A;
|
|
1147
1147
|
}
|
|
1148
|
-
.
|
|
1148
|
+
._note_1sua2yt_394{
|
|
1149
1149
|
letter-spacing:var(
|
|
1150
1150
|
--rs-text-base-letter-spacing,
|
|
1151
1151
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1164,13 +1164,13 @@
|
|
|
1164
1164
|
|
|
1165
1165
|
margin-top:var(--_rs-input-parts-offset);
|
|
1166
1166
|
}
|
|
1167
|
-
.
|
|
1167
|
+
._disabled_1sua2yt_51 ._note_1sua2yt_394{
|
|
1168
1168
|
color:var(
|
|
1169
1169
|
--rs-color-pale,
|
|
1170
1170
|
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)
|
|
1171
1171
|
);
|
|
1172
1172
|
}
|
|
1173
|
-
.
|
|
1173
|
+
._label_1sua2yt_405{
|
|
1174
1174
|
letter-spacing:var(
|
|
1175
1175
|
--rs-text-base-letter-spacing,
|
|
1176
1176
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1189,7 +1189,7 @@
|
|
|
1189
1189
|
|
|
1190
1190
|
margin-bottom:var(--_rs-input-parts-offset);
|
|
1191
1191
|
}
|
|
1192
|
-
.
|
|
1192
|
+
._disabled_1sua2yt_51 ._label_1sua2yt_405{
|
|
1193
1193
|
color:var(
|
|
1194
1194
|
--rs-color-pale,
|
|
1195
1195
|
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_1sua2yt_8",
|
|
3
|
+
"dark": "_dark_1sua2yt_11",
|
|
4
|
+
"sizeS": "_sizeS_1sua2yt_15",
|
|
5
|
+
"sizeM": "_sizeM_1sua2yt_18",
|
|
6
|
+
"sizeL": "_sizeL_1sua2yt_21",
|
|
7
|
+
"classic": "_classic_1sua2yt_25",
|
|
8
|
+
"rock": "_rock_1sua2yt_28",
|
|
9
|
+
"container": "_container_1sua2yt_32",
|
|
10
|
+
"wrapper": "_wrapper_1sua2yt_39",
|
|
11
|
+
"disabled": "_disabled_1sua2yt_51",
|
|
12
|
+
"error": "_error_1sua2yt_57",
|
|
13
|
+
"enabled": "_enabled_1sua2yt_63",
|
|
14
|
+
"filled": "_filled_1sua2yt_63",
|
|
15
|
+
"focused": "_focused_1sua2yt_75",
|
|
16
|
+
"field": "_field_1sua2yt_101",
|
|
17
|
+
"inner": "_inner_1sua2yt_114",
|
|
18
|
+
"offSystemMicroelements": "_offSystemMicroelements_1sua2yt_229",
|
|
19
|
+
"iconWrapper": "_iconWrapper_1sua2yt_239",
|
|
20
|
+
"action": "_action_1sua2yt_254",
|
|
21
|
+
"right": "_right_1sua2yt_292",
|
|
22
|
+
"left": "_left_1sua2yt_296",
|
|
23
|
+
"icon": "_icon_1sua2yt_239",
|
|
24
|
+
"divider": "_divider_1sua2yt_342",
|
|
25
|
+
"suffix": "_suffix_1sua2yt_356",
|
|
26
|
+
"errorMessage": "_errorMessage_1sua2yt_376",
|
|
27
|
+
"errorIcon": "_errorIcon_1sua2yt_388",
|
|
28
|
+
"note": "_note_1sua2yt_394",
|
|
29
|
+
"label": "_label_1sua2yt_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.12.4-RUI-262-Migrate-to-GH-Actions-Release-
|
|
3
|
+
"version": "0.12.4-RUI-262-Migrate-to-GH-Actions-Release-dummy-c8e357bc.15+c8e357bc",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"react": ">=16.8.0 <20"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@rescui/colors": "0.2.11-RUI-262-Migrate-to-GH-Actions-Release-
|
|
28
|
-
"@rescui/icons": "1.6.1-RUI-262-Migrate-to-GH-Actions-Release-
|
|
27
|
+
"@rescui/colors": "0.2.11-RUI-262-Migrate-to-GH-Actions-Release-dummy-c8e357bc.31+c8e357bc",
|
|
28
|
+
"@rescui/icons": "1.6.1-RUI-262-Migrate-to-GH-Actions-Release-dummy-c8e357bc.15+c8e357bc",
|
|
29
29
|
"@rescui/postcss-preset-library": "0.2.2",
|
|
30
30
|
"@rescui/scripts": "0.5.1",
|
|
31
|
-
"@rescui/tooltip": "0.10.4-RUI-262-Migrate-to-GH-Actions-Release-
|
|
32
|
-
"@rescui/typography": "0.24.1-RUI-262-Migrate-to-GH-Actions-Release-
|
|
31
|
+
"@rescui/tooltip": "0.10.4-RUI-262-Migrate-to-GH-Actions-Release-dummy-c8e357bc.15+c8e357bc",
|
|
32
|
+
"@rescui/typography": "0.24.1-RUI-262-Migrate-to-GH-Actions-Release-dummy-c8e357bc.31+c8e357bc",
|
|
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": "c8e357bcb9bd3973cd704e20c06fb17805e4f2b2"
|
|
42
42
|
}
|