@rescui/input 0.11.1 → 0.11.2
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 +178 -164
- package/lib/input.p.module.css.js +28 -28
- package/lib/public-api.p.css +24 -6
- package/lib/public-api.pcss +24 -6
- 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_19gc9kz_4",
|
|
3
|
+
"sizeXS": "_sizeXS_19gc9kz_14",
|
|
4
|
+
"sizeS": "_sizeS_19gc9kz_18",
|
|
5
|
+
"sizeM": "_sizeM_19gc9kz_22",
|
|
6
|
+
"sizeL": "_sizeL_19gc9kz_26",
|
|
7
|
+
"light": "_light_19gc9kz_30",
|
|
8
|
+
"dark": "_dark_19gc9kz_34"
|
|
9
9
|
};
|
|
10
10
|
export { styles as default };
|
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._icon_19gc9kz_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_19gc9kz_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_19gc9kz_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_19gc9kz_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_19gc9kz_14{
|
|
36
36
|
--_rs-icons-height:16px;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._sizeS_19gc9kz_18{
|
|
39
39
|
--_rs-icons-height:20px;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._sizeM_19gc9kz_22{
|
|
42
42
|
--_rs-icons-height:24px;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._sizeL_19gc9kz_26{
|
|
45
45
|
--_rs-icons-height:28px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._light_19gc9kz_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_19gc9kz_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_gpqat6_8{
|
|
76
76
|
--rs-theme-dark:0;
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
._dark_gpqat6_11{
|
|
79
79
|
--rs-theme-dark:1;
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
._sizeS_gpqat6_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_gpqat6_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_gpqat6_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_gpqat6_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_gpqat6_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_gpqat6_15 [data-rs-internal='input__label'],
|
|
225
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__inner'],
|
|
226
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__inner']::placeholder,
|
|
227
|
+
._sizeS_gpqat6_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_gpqat6_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;
|
|
@@ -275,9 +275,12 @@
|
|
|
275
275
|
);
|
|
276
276
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
277
277
|
--_rs-typography-base-color:var(
|
|
278
|
+
--_rs-typography-heading-hardness-color,
|
|
279
|
+
var(
|
|
278
280
|
--rs-color-hard,
|
|
279
281
|
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))
|
|
280
|
-
)
|
|
282
|
+
)
|
|
283
|
+
);
|
|
281
284
|
--_rs-typography-text-auto-offset:0;
|
|
282
285
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
283
286
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -286,7 +289,7 @@
|
|
|
286
289
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
287
290
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
288
291
|
}
|
|
289
|
-
.
|
|
292
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__note']{
|
|
290
293
|
--_rs-typography-letter-spacing:0.0045em;
|
|
291
294
|
--_rs-typography-text-transform:initial;
|
|
292
295
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -320,7 +323,7 @@
|
|
|
320
323
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
321
324
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
322
325
|
}
|
|
323
|
-
.
|
|
326
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__error-message']{
|
|
324
327
|
--_rs-typography-letter-spacing:normal;
|
|
325
328
|
--_rs-typography-text-transform:initial;
|
|
326
329
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -337,9 +340,12 @@
|
|
|
337
340
|
);
|
|
338
341
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
339
342
|
--_rs-typography-base-color:var(
|
|
343
|
+
--_rs-typography-heading-hardness-color,
|
|
344
|
+
var(
|
|
340
345
|
--rs-color-hard,
|
|
341
346
|
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))
|
|
342
|
-
)
|
|
347
|
+
)
|
|
348
|
+
);
|
|
343
349
|
--_rs-typography-text-auto-offset:0;
|
|
344
350
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
345
351
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -348,17 +354,17 @@
|
|
|
348
354
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
349
355
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
350
356
|
}
|
|
351
|
-
.
|
|
357
|
+
._sizeS_gpqat6_15 [data-rs-internal='input__error-icon']:not(html){
|
|
352
358
|
--_rs-icons-height:20px;
|
|
353
359
|
}
|
|
354
|
-
.
|
|
360
|
+
._sizeM_gpqat6_18{
|
|
355
361
|
--_rs-input-vertical-padding:8px;
|
|
356
362
|
--_rs-input-horizontal-padding:8px;
|
|
357
363
|
--_rs-input-parts-offset:8px;
|
|
358
364
|
--_rs-input-icon-offset:8px;
|
|
359
365
|
--_rs-input-icon-size:24px;
|
|
360
366
|
}
|
|
361
|
-
.
|
|
367
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
362
368
|
--_rs-typography-letter-spacing:0.0015em;
|
|
363
369
|
--_rs-typography-text-transform:initial;
|
|
364
370
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -393,11 +399,11 @@
|
|
|
393
399
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
394
400
|
}
|
|
395
401
|
@media screen and (max-width: 640px){
|
|
396
|
-
.
|
|
402
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
397
403
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
398
404
|
}
|
|
399
405
|
}
|
|
400
|
-
.
|
|
406
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
401
407
|
--_rs-typography-letter-spacing:0.0015em;
|
|
402
408
|
--_rs-typography-text-transform:initial;
|
|
403
409
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -432,11 +438,11 @@
|
|
|
432
438
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
433
439
|
}
|
|
434
440
|
@media screen and (max-width: 640px){
|
|
435
|
-
.
|
|
441
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
436
442
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
437
443
|
}
|
|
438
444
|
}
|
|
439
|
-
.
|
|
445
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
440
446
|
--_rs-typography-letter-spacing:0.0015em;
|
|
441
447
|
--_rs-typography-text-transform:initial;
|
|
442
448
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -471,11 +477,11 @@
|
|
|
471
477
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
472
478
|
}
|
|
473
479
|
@media screen and (max-width: 640px){
|
|
474
|
-
.
|
|
480
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
475
481
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
476
482
|
}
|
|
477
483
|
}
|
|
478
|
-
.
|
|
484
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
479
485
|
--_rs-typography-letter-spacing:0.0015em;
|
|
480
486
|
--_rs-typography-text-transform:initial;
|
|
481
487
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -510,14 +516,14 @@
|
|
|
510
516
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
511
517
|
}
|
|
512
518
|
@media screen and (max-width: 640px){
|
|
513
|
-
.
|
|
519
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
514
520
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
515
521
|
}
|
|
516
522
|
}
|
|
517
|
-
.
|
|
518
|
-
.
|
|
519
|
-
.
|
|
520
|
-
.
|
|
523
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__label'],
|
|
524
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner'],
|
|
525
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::placeholder,
|
|
526
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__suffix']{
|
|
521
527
|
--_rs-typography-letter-spacing:0.0015em;
|
|
522
528
|
--_rs-typography-text-transform:initial;
|
|
523
529
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -552,14 +558,14 @@
|
|
|
552
558
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
553
559
|
}
|
|
554
560
|
@media screen and (max-width: 640px){
|
|
555
|
-
.
|
|
556
|
-
.
|
|
557
|
-
.
|
|
558
|
-
.
|
|
561
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__label'],
|
|
562
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner'],
|
|
563
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__inner']::placeholder,
|
|
564
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__suffix']{
|
|
559
565
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
560
566
|
}
|
|
561
567
|
}
|
|
562
|
-
.
|
|
568
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__bold-label']{
|
|
563
569
|
--_rs-typography-letter-spacing:normal;
|
|
564
570
|
--_rs-typography-text-transform:initial;
|
|
565
571
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -576,9 +582,12 @@
|
|
|
576
582
|
);
|
|
577
583
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
578
584
|
--_rs-typography-base-color:var(
|
|
585
|
+
--_rs-typography-heading-hardness-color,
|
|
586
|
+
var(
|
|
579
587
|
--rs-color-hard,
|
|
580
588
|
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))
|
|
581
|
-
)
|
|
589
|
+
)
|
|
590
|
+
);
|
|
582
591
|
--_rs-typography-text-auto-offset:0;
|
|
583
592
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
584
593
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -587,7 +596,7 @@
|
|
|
587
596
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
588
597
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
589
598
|
}
|
|
590
|
-
.
|
|
599
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__note']{
|
|
591
600
|
--_rs-typography-letter-spacing:0.0045em;
|
|
592
601
|
--_rs-typography-text-transform:initial;
|
|
593
602
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -621,7 +630,7 @@
|
|
|
621
630
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
622
631
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
623
632
|
}
|
|
624
|
-
.
|
|
633
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__error-message']{
|
|
625
634
|
--_rs-typography-letter-spacing:normal;
|
|
626
635
|
--_rs-typography-text-transform:initial;
|
|
627
636
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -638,9 +647,12 @@
|
|
|
638
647
|
);
|
|
639
648
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
640
649
|
--_rs-typography-base-color:var(
|
|
650
|
+
--_rs-typography-heading-hardness-color,
|
|
651
|
+
var(
|
|
641
652
|
--rs-color-hard,
|
|
642
653
|
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))
|
|
643
|
-
)
|
|
654
|
+
)
|
|
655
|
+
);
|
|
644
656
|
--_rs-typography-text-auto-offset:0;
|
|
645
657
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
646
658
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -649,17 +661,17 @@
|
|
|
649
661
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
650
662
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
651
663
|
}
|
|
652
|
-
.
|
|
664
|
+
._sizeM_gpqat6_18 [data-rs-internal='input__error-icon']:not(html){
|
|
653
665
|
--_rs-icons-height:20px;
|
|
654
666
|
}
|
|
655
|
-
.
|
|
667
|
+
._sizeL_gpqat6_21{
|
|
656
668
|
--_rs-input-vertical-padding:12px;
|
|
657
669
|
--_rs-input-horizontal-padding:16px;
|
|
658
670
|
--_rs-input-parts-offset:8px;
|
|
659
671
|
--_rs-input-icon-offset:16px;
|
|
660
672
|
--_rs-input-icon-size:28px;
|
|
661
673
|
}
|
|
662
|
-
.
|
|
674
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
663
675
|
--_rs-typography-letter-spacing:normal;
|
|
664
676
|
--_rs-typography-text-transform:initial;
|
|
665
677
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -694,11 +706,11 @@
|
|
|
694
706
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
695
707
|
}
|
|
696
708
|
@media screen and (max-width: 640px){
|
|
697
|
-
.
|
|
709
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
698
710
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
699
711
|
}
|
|
700
712
|
}
|
|
701
|
-
.
|
|
713
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
702
714
|
--_rs-typography-letter-spacing:normal;
|
|
703
715
|
--_rs-typography-text-transform:initial;
|
|
704
716
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -733,11 +745,11 @@
|
|
|
733
745
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
734
746
|
}
|
|
735
747
|
@media screen and (max-width: 640px){
|
|
736
|
-
.
|
|
748
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
737
749
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
738
750
|
}
|
|
739
751
|
}
|
|
740
|
-
.
|
|
752
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
741
753
|
--_rs-typography-letter-spacing:normal;
|
|
742
754
|
--_rs-typography-text-transform:initial;
|
|
743
755
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -772,11 +784,11 @@
|
|
|
772
784
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
773
785
|
}
|
|
774
786
|
@media screen and (max-width: 640px){
|
|
775
|
-
.
|
|
787
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
776
788
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
777
789
|
}
|
|
778
790
|
}
|
|
779
|
-
.
|
|
791
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
780
792
|
--_rs-typography-letter-spacing:normal;
|
|
781
793
|
--_rs-typography-text-transform:initial;
|
|
782
794
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -811,14 +823,14 @@
|
|
|
811
823
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
812
824
|
}
|
|
813
825
|
@media screen and (max-width: 640px){
|
|
814
|
-
.
|
|
826
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
815
827
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
816
828
|
}
|
|
817
829
|
}
|
|
818
|
-
.
|
|
819
|
-
.
|
|
820
|
-
.
|
|
821
|
-
.
|
|
830
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__label'],
|
|
831
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner'],
|
|
832
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::placeholder,
|
|
833
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__suffix']{
|
|
822
834
|
--_rs-typography-letter-spacing:normal;
|
|
823
835
|
--_rs-typography-text-transform:initial;
|
|
824
836
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -853,14 +865,14 @@
|
|
|
853
865
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
854
866
|
}
|
|
855
867
|
@media screen and (max-width: 640px){
|
|
856
|
-
.
|
|
857
|
-
.
|
|
858
|
-
.
|
|
859
|
-
.
|
|
868
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__label'],
|
|
869
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner'],
|
|
870
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__inner']::placeholder,
|
|
871
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__suffix']{
|
|
860
872
|
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
861
873
|
}
|
|
862
874
|
}
|
|
863
|
-
.
|
|
875
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__bold-label']{
|
|
864
876
|
--_rs-typography-letter-spacing:normal;
|
|
865
877
|
--_rs-typography-text-transform:initial;
|
|
866
878
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -877,9 +889,12 @@
|
|
|
877
889
|
);
|
|
878
890
|
--_rs-typography-line-height:var(--rs-h3-line-height, 28px);
|
|
879
891
|
--_rs-typography-base-color:var(
|
|
892
|
+
--_rs-typography-heading-hardness-color,
|
|
893
|
+
var(
|
|
880
894
|
--rs-color-hard,
|
|
881
895
|
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))
|
|
882
|
-
)
|
|
896
|
+
)
|
|
897
|
+
);
|
|
883
898
|
--_rs-typography-text-auto-offset:0;
|
|
884
899
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
885
900
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -888,7 +903,7 @@
|
|
|
888
903
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
889
904
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
890
905
|
}
|
|
891
|
-
.
|
|
906
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__note']{
|
|
892
907
|
--_rs-typography-letter-spacing:0.0015em;
|
|
893
908
|
--_rs-typography-text-transform:initial;
|
|
894
909
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -923,11 +938,11 @@
|
|
|
923
938
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
924
939
|
}
|
|
925
940
|
@media screen and (max-width: 640px){
|
|
926
|
-
.
|
|
941
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__note']{
|
|
927
942
|
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
928
943
|
}
|
|
929
944
|
}
|
|
930
|
-
.
|
|
945
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__error-message']{
|
|
931
946
|
--_rs-typography-letter-spacing:normal;
|
|
932
947
|
--_rs-typography-text-transform:initial;
|
|
933
948
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -944,9 +959,12 @@
|
|
|
944
959
|
);
|
|
945
960
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
946
961
|
--_rs-typography-base-color:var(
|
|
962
|
+
--_rs-typography-heading-hardness-color,
|
|
963
|
+
var(
|
|
947
964
|
--rs-color-hard,
|
|
948
965
|
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))
|
|
949
|
-
)
|
|
966
|
+
)
|
|
967
|
+
);
|
|
950
968
|
--_rs-typography-text-auto-offset:0;
|
|
951
969
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
952
970
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -955,10 +973,10 @@
|
|
|
955
973
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
956
974
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
957
975
|
}
|
|
958
|
-
.
|
|
976
|
+
._sizeL_gpqat6_21 [data-rs-internal='input__error-icon']:not(html){
|
|
959
977
|
--_rs-icons-height:24px;
|
|
960
978
|
}
|
|
961
|
-
.
|
|
979
|
+
._classic_gpqat6_25{
|
|
962
980
|
--_rs-input-focused-enabled-wrapper-border-width:2px;
|
|
963
981
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
964
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)
|
|
@@ -1008,7 +1026,7 @@
|
|
|
1008
1026
|
0.5
|
|
1009
1027
|
);
|
|
1010
1028
|
}
|
|
1011
|
-
.
|
|
1029
|
+
._rock_gpqat6_28{
|
|
1012
1030
|
--_rs-input-focused-enabled-wrapper-border-width:0px;
|
|
1013
1031
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
1014
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)
|
|
@@ -1040,7 +1058,7 @@
|
|
|
1040
1058
|
);
|
|
1041
1059
|
--_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
|
|
1042
1060
|
}
|
|
1043
|
-
.
|
|
1061
|
+
._container_gpqat6_32{
|
|
1044
1062
|
--_rs-theme-dark:var(
|
|
1045
1063
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
1046
1064
|
var(--rs-theme-dark, 0)
|
|
@@ -1050,7 +1068,7 @@
|
|
|
1050
1068
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
1051
1069
|
}
|
|
1052
1070
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
1053
|
-
.
|
|
1071
|
+
._container_gpqat6_32{
|
|
1054
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)));
|
|
1055
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)));
|
|
1056
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)));
|
|
@@ -1059,7 +1077,7 @@
|
|
|
1059
1077
|
}
|
|
1060
1078
|
}
|
|
1061
1079
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
1062
|
-
.
|
|
1080
|
+
._container_gpqat6_32{
|
|
1063
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);
|
|
1064
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));
|
|
1065
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));
|
|
@@ -1067,11 +1085,11 @@
|
|
|
1067
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));
|
|
1068
1086
|
}
|
|
1069
1087
|
}
|
|
1070
|
-
.
|
|
1088
|
+
._container_gpqat6_32 {
|
|
1071
1089
|
|
|
1072
1090
|
display:block;
|
|
1073
1091
|
}
|
|
1074
|
-
.
|
|
1092
|
+
._wrapper_gpqat6_39{
|
|
1075
1093
|
--_rs-input-border-width:1px;
|
|
1076
1094
|
|
|
1077
1095
|
display:-webkit-box;
|
|
@@ -1086,27 +1104,27 @@
|
|
|
1086
1104
|
|
|
1087
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));
|
|
1088
1106
|
}
|
|
1089
|
-
.
|
|
1107
|
+
._disabled_gpqat6_51 ._wrapper_gpqat6_39{
|
|
1090
1108
|
cursor:auto;
|
|
1091
1109
|
|
|
1092
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));
|
|
1093
1111
|
}
|
|
1094
|
-
.
|
|
1112
|
+
._error_gpqat6_57 ._wrapper_gpqat6_39{
|
|
1095
1113
|
--_rs-input-border-width:2px;
|
|
1096
1114
|
|
|
1097
1115
|
border-color:#F45C4A;
|
|
1098
1116
|
}
|
|
1099
|
-
.
|
|
1117
|
+
._enabled_gpqat6_63._filled_gpqat6_63 ._wrapper_gpqat6_39{
|
|
1100
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);
|
|
1101
1119
|
}
|
|
1102
1120
|
@media (hover: hover){
|
|
1103
|
-
.
|
|
1121
|
+
._enabled_gpqat6_63:hover ._wrapper_gpqat6_39{
|
|
1104
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);
|
|
1105
1123
|
|
|
1106
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));
|
|
1107
1125
|
}
|
|
1108
1126
|
}
|
|
1109
|
-
.
|
|
1127
|
+
._enabled_gpqat6_63._focused_gpqat6_75 ._wrapper_gpqat6_39{
|
|
1110
1128
|
--_rs-input-border-width:var(
|
|
1111
1129
|
--_rs-input-focused-enabled-wrapper-border-width
|
|
1112
1130
|
);
|
|
@@ -1116,18 +1134,18 @@
|
|
|
1116
1134
|
background-color:var(--_rs-input-focused-enabled-wrapper-background);
|
|
1117
1135
|
}
|
|
1118
1136
|
@media (hover: hover){
|
|
1119
|
-
.
|
|
1137
|
+
._error_gpqat6_57._enabled_gpqat6_63:hover ._wrapper_gpqat6_39{
|
|
1120
1138
|
border-color:#F45C4A;
|
|
1121
1139
|
}
|
|
1122
1140
|
}
|
|
1123
|
-
.
|
|
1124
|
-
.
|
|
1141
|
+
._error_gpqat6_57._enabled_gpqat6_63._focused_gpqat6_75 ._wrapper_gpqat6_39,
|
|
1142
|
+
._error_gpqat6_57._enabled_gpqat6_63._filled_gpqat6_63 ._wrapper_gpqat6_39{
|
|
1125
1143
|
border-color:#F45C4A;
|
|
1126
1144
|
}
|
|
1127
|
-
.
|
|
1145
|
+
._error_gpqat6_57._enabled_gpqat6_63._focused_gpqat6_75 ._wrapper_gpqat6_39{
|
|
1128
1146
|
background:var(--_rs-input-error-focused-enabled-wrapper-background);
|
|
1129
1147
|
}
|
|
1130
|
-
.
|
|
1148
|
+
._field_gpqat6_101{
|
|
1131
1149
|
display:-webkit-box;
|
|
1132
1150
|
display:-ms-flexbox;
|
|
1133
1151
|
display:flex;
|
|
@@ -1142,7 +1160,7 @@
|
|
|
1142
1160
|
|
|
1143
1161
|
padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
|
|
1144
1162
|
}
|
|
1145
|
-
.
|
|
1163
|
+
._inner_gpqat6_114{
|
|
1146
1164
|
letter-spacing:var(
|
|
1147
1165
|
--rs-text-base-letter-spacing,
|
|
1148
1166
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1156,22 +1174,22 @@
|
|
|
1156
1174
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1157
1175
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1158
1176
|
}
|
|
1159
|
-
.
|
|
1177
|
+
._inner_gpqat6_114::-ms-clear{
|
|
1160
1178
|
display:none;
|
|
1161
1179
|
|
|
1162
1180
|
width:0;
|
|
1163
1181
|
height:0;
|
|
1164
1182
|
}
|
|
1165
|
-
.
|
|
1183
|
+
._dark_gpqat6_11 ._inner_gpqat6_114{
|
|
1166
1184
|
color-scheme:dark;
|
|
1167
1185
|
}
|
|
1168
|
-
.
|
|
1186
|
+
._inner_gpqat6_114 {
|
|
1169
1187
|
|
|
1170
1188
|
@container style(--_rs-theme-dark-coefficient: 1){
|
|
1171
1189
|
color-scheme:dark;
|
|
1172
1190
|
}
|
|
1173
1191
|
}
|
|
1174
|
-
.
|
|
1192
|
+
._inner_gpqat6_114 {
|
|
1175
1193
|
@container style(--_rs-theme-dark-coefficient: 0){
|
|
1176
1194
|
color-scheme:light;
|
|
1177
1195
|
}
|
|
@@ -1202,20 +1220,20 @@
|
|
|
1202
1220
|
-moz-appearance:none;
|
|
1203
1221
|
appearance:none;
|
|
1204
1222
|
}
|
|
1205
|
-
.
|
|
1223
|
+
._inner_gpqat6_114:focus{
|
|
1206
1224
|
outline:none;
|
|
1207
1225
|
}
|
|
1208
|
-
.
|
|
1209
|
-
.
|
|
1226
|
+
._disabled_gpqat6_51 ._inner_gpqat6_114,
|
|
1227
|
+
._inner_gpqat6_114:disabled{
|
|
1210
1228
|
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);
|
|
1211
1229
|
}
|
|
1212
|
-
.
|
|
1230
|
+
._focused_gpqat6_75 ._inner_gpqat6_114{
|
|
1213
1231
|
color:var(--_rs-input-focused-inner-color);
|
|
1214
1232
|
}
|
|
1215
|
-
.
|
|
1233
|
+
._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114{
|
|
1216
1234
|
color:var(--_rs-input-error-focused-inner-color);
|
|
1217
1235
|
}
|
|
1218
|
-
.
|
|
1236
|
+
._inner_gpqat6_114::-webkit-input-placeholder{
|
|
1219
1237
|
letter-spacing:var(
|
|
1220
1238
|
--rs-text-base-letter-spacing,
|
|
1221
1239
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1232,13 +1250,13 @@
|
|
|
1232
1250
|
|
|
1233
1251
|
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);
|
|
1234
1252
|
}
|
|
1235
|
-
.
|
|
1253
|
+
._focused_gpqat6_75 ._inner_gpqat6_114::-webkit-input-placeholder{
|
|
1236
1254
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1237
1255
|
}
|
|
1238
|
-
.
|
|
1256
|
+
._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114::-webkit-input-placeholder{
|
|
1239
1257
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1240
1258
|
}
|
|
1241
|
-
.
|
|
1259
|
+
._inner_gpqat6_114::-moz-placeholder{
|
|
1242
1260
|
letter-spacing:var(
|
|
1243
1261
|
--rs-text-base-letter-spacing,
|
|
1244
1262
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1255,13 +1273,13 @@
|
|
|
1255
1273
|
|
|
1256
1274
|
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);
|
|
1257
1275
|
}
|
|
1258
|
-
.
|
|
1276
|
+
._focused_gpqat6_75 ._inner_gpqat6_114::-moz-placeholder{
|
|
1259
1277
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1260
1278
|
}
|
|
1261
|
-
.
|
|
1279
|
+
._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114::-moz-placeholder{
|
|
1262
1280
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1263
1281
|
}
|
|
1264
|
-
.
|
|
1282
|
+
._inner_gpqat6_114:-ms-input-placeholder{
|
|
1265
1283
|
letter-spacing:var(
|
|
1266
1284
|
--rs-text-base-letter-spacing,
|
|
1267
1285
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1278,13 +1296,13 @@
|
|
|
1278
1296
|
|
|
1279
1297
|
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);
|
|
1280
1298
|
}
|
|
1281
|
-
.
|
|
1299
|
+
._focused_gpqat6_75 ._inner_gpqat6_114:-ms-input-placeholder{
|
|
1282
1300
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1283
1301
|
}
|
|
1284
|
-
.
|
|
1302
|
+
._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114:-ms-input-placeholder{
|
|
1285
1303
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1286
1304
|
}
|
|
1287
|
-
.
|
|
1305
|
+
._inner_gpqat6_114::-ms-input-placeholder{
|
|
1288
1306
|
letter-spacing:var(
|
|
1289
1307
|
--rs-text-base-letter-spacing,
|
|
1290
1308
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1301,13 +1319,13 @@
|
|
|
1301
1319
|
|
|
1302
1320
|
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);
|
|
1303
1321
|
}
|
|
1304
|
-
.
|
|
1322
|
+
._focused_gpqat6_75 ._inner_gpqat6_114::-ms-input-placeholder{
|
|
1305
1323
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1306
1324
|
}
|
|
1307
|
-
.
|
|
1325
|
+
._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114::-ms-input-placeholder{
|
|
1308
1326
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1309
1327
|
}
|
|
1310
|
-
.
|
|
1328
|
+
._inner_gpqat6_114::placeholder{
|
|
1311
1329
|
letter-spacing:var(
|
|
1312
1330
|
--rs-text-base-letter-spacing,
|
|
1313
1331
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1324,22 +1342,22 @@
|
|
|
1324
1342
|
|
|
1325
1343
|
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);
|
|
1326
1344
|
}
|
|
1327
|
-
.
|
|
1345
|
+
._focused_gpqat6_75 ._inner_gpqat6_114::placeholder{
|
|
1328
1346
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
1329
1347
|
}
|
|
1330
|
-
.
|
|
1348
|
+
._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114::placeholder{
|
|
1331
1349
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
1332
1350
|
}
|
|
1333
|
-
.
|
|
1351
|
+
._inner_gpqat6_114:-moz-ui-invalid{
|
|
1334
1352
|
box-shadow:none;
|
|
1335
1353
|
}
|
|
1336
|
-
.
|
|
1354
|
+
._inner_gpqat6_114:-moz-ui-invalid:-moz-focusring{
|
|
1337
1355
|
box-shadow:none;
|
|
1338
1356
|
}
|
|
1339
|
-
.
|
|
1340
|
-
.
|
|
1341
|
-
.
|
|
1342
|
-
.
|
|
1357
|
+
._inner_gpqat6_114:-webkit-autofill,
|
|
1358
|
+
._inner_gpqat6_114:-webkit-autofill:hover,
|
|
1359
|
+
._inner_gpqat6_114:-webkit-autofill:active,
|
|
1360
|
+
._inner_gpqat6_114:-webkit-autofill:focus{
|
|
1343
1361
|
-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;
|
|
1344
1362
|
|
|
1345
1363
|
-webkit-transition-delay:9999s;
|
|
@@ -1347,24 +1365,24 @@
|
|
|
1347
1365
|
transition-delay:9999s;
|
|
1348
1366
|
-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));
|
|
1349
1367
|
}
|
|
1350
|
-
.
|
|
1368
|
+
._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill, ._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill:hover, ._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill:active, ._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill:focus{
|
|
1351
1369
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
|
|
1352
1370
|
-webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
|
|
1353
1371
|
}
|
|
1354
|
-
.
|
|
1372
|
+
._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill, ._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill:hover, ._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill:active, ._error_gpqat6_57._focused_gpqat6_75 ._inner_gpqat6_114:-webkit-autofill:focus{
|
|
1355
1373
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
|
|
1356
1374
|
-webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
|
|
1357
1375
|
}
|
|
1358
|
-
.
|
|
1376
|
+
._offSystemMicroelements_gpqat6_229 ._inner_gpqat6_114{
|
|
1359
1377
|
-moz-appearance:textfield;
|
|
1360
1378
|
}
|
|
1361
|
-
.
|
|
1362
|
-
.
|
|
1379
|
+
._offSystemMicroelements_gpqat6_229 ._inner_gpqat6_114::-webkit-outer-spin-button,
|
|
1380
|
+
._offSystemMicroelements_gpqat6_229 ._inner_gpqat6_114::-webkit-inner-spin-button{
|
|
1363
1381
|
margin:0;
|
|
1364
1382
|
-webkit-appearance:none;
|
|
1365
1383
|
appearance:none;
|
|
1366
1384
|
}
|
|
1367
|
-
.
|
|
1385
|
+
._iconWrapper_gpqat6_239{
|
|
1368
1386
|
--_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
|
|
1369
1387
|
|
|
1370
1388
|
display:-webkit-inline-box;
|
|
@@ -1383,15 +1401,15 @@
|
|
|
1383
1401
|
|
|
1384
1402
|
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);
|
|
1385
1403
|
}
|
|
1386
|
-
.
|
|
1404
|
+
._iconWrapper_gpqat6_239._action_gpqat6_254{
|
|
1387
1405
|
position:relative;
|
|
1388
1406
|
|
|
1389
1407
|
cursor:pointer;
|
|
1390
1408
|
}
|
|
1391
|
-
.
|
|
1409
|
+
._iconWrapper_gpqat6_239._action_gpqat6_254:focus{
|
|
1392
1410
|
outline:none;
|
|
1393
1411
|
}
|
|
1394
|
-
.
|
|
1412
|
+
._iconWrapper_gpqat6_239._action_gpqat6_254::before{
|
|
1395
1413
|
position:absolute;
|
|
1396
1414
|
top:-4px;
|
|
1397
1415
|
right:-4px;
|
|
@@ -1406,56 +1424,56 @@
|
|
|
1406
1424
|
content:'';
|
|
1407
1425
|
pointer-events:none;
|
|
1408
1426
|
}
|
|
1409
|
-
.
|
|
1427
|
+
._iconWrapper_gpqat6_239._action_gpqat6_254:focus[data-focus-method='key']::before{
|
|
1410
1428
|
display:block;
|
|
1411
1429
|
}
|
|
1412
|
-
.
|
|
1430
|
+
._disabled_gpqat6_51 ._iconWrapper_gpqat6_239{
|
|
1413
1431
|
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);
|
|
1414
1432
|
}
|
|
1415
|
-
.
|
|
1433
|
+
._disabled_gpqat6_51 ._iconWrapper_gpqat6_239._action_gpqat6_254{
|
|
1416
1434
|
pointer-events:none;
|
|
1417
1435
|
}
|
|
1418
|
-
.
|
|
1436
|
+
._iconWrapper_gpqat6_239._right_gpqat6_292{
|
|
1419
1437
|
margin-left:var(--_rs-input-icon-offset);
|
|
1420
1438
|
}
|
|
1421
|
-
.
|
|
1439
|
+
._iconWrapper_gpqat6_239._left_gpqat6_296{
|
|
1422
1440
|
margin-right:var(--_rs-input-icon-offset);
|
|
1423
1441
|
}
|
|
1424
|
-
.
|
|
1442
|
+
._focused_gpqat6_75 ._iconWrapper_gpqat6_239{
|
|
1425
1443
|
color:var(--_rs-input-focused-icon-color);
|
|
1426
1444
|
}
|
|
1427
|
-
.
|
|
1445
|
+
._error_gpqat6_57._focused_gpqat6_75 ._iconWrapper_gpqat6_239{
|
|
1428
1446
|
color:var(--_rs-input-error-focused-icon-color);
|
|
1429
1447
|
}
|
|
1430
1448
|
@media (hover: hover){
|
|
1431
|
-
.
|
|
1449
|
+
._enabled_gpqat6_63 ._iconWrapper_gpqat6_239._action_gpqat6_254:hover{
|
|
1432
1450
|
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));
|
|
1433
1451
|
}
|
|
1434
1452
|
|
|
1435
|
-
.
|
|
1453
|
+
._enabled_gpqat6_63._focused_gpqat6_75 ._iconWrapper_gpqat6_239._action_gpqat6_254:hover{
|
|
1436
1454
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1437
1455
|
}
|
|
1438
1456
|
|
|
1439
|
-
.
|
|
1457
|
+
._enabled_gpqat6_63._error_gpqat6_57._focused_gpqat6_75 ._iconWrapper_gpqat6_239._action_gpqat6_254:hover{
|
|
1440
1458
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1441
1459
|
}
|
|
1442
1460
|
}
|
|
1443
|
-
.
|
|
1461
|
+
._enabled_gpqat6_63 ._iconWrapper_gpqat6_239._action_gpqat6_254:focus[data-focus-method='key']{
|
|
1444
1462
|
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));
|
|
1445
1463
|
}
|
|
1446
|
-
.
|
|
1464
|
+
._enabled_gpqat6_63._focused_gpqat6_75 ._iconWrapper_gpqat6_239._action_gpqat6_254:focus[data-focus-method='key']{
|
|
1447
1465
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1448
1466
|
}
|
|
1449
|
-
.
|
|
1467
|
+
._enabled_gpqat6_63._error_gpqat6_57._focused_gpqat6_75 ._iconWrapper_gpqat6_239._action_gpqat6_254:focus[data-focus-method='key']{
|
|
1450
1468
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1451
1469
|
}
|
|
1452
|
-
.
|
|
1470
|
+
._iconWrapper_gpqat6_239 ._icon_gpqat6_239{
|
|
1453
1471
|
fill:currentColor;
|
|
1454
1472
|
|
|
1455
1473
|
width:auto;
|
|
1456
1474
|
height:var(--_rs-input-icon-size);
|
|
1457
1475
|
}
|
|
1458
|
-
.
|
|
1476
|
+
._divider_gpqat6_342{
|
|
1459
1477
|
display:block;
|
|
1460
1478
|
|
|
1461
1479
|
width:1px;
|
|
@@ -1464,10 +1482,10 @@
|
|
|
1464
1482
|
|
|
1465
1483
|
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);
|
|
1466
1484
|
}
|
|
1467
|
-
.
|
|
1485
|
+
._focused_gpqat6_75 ._divider_gpqat6_342{
|
|
1468
1486
|
background:var(--_rs-input-focused-divider-background);
|
|
1469
1487
|
}
|
|
1470
|
-
.
|
|
1488
|
+
._suffix_gpqat6_356{
|
|
1471
1489
|
letter-spacing:var(
|
|
1472
1490
|
--rs-text-base-letter-spacing,
|
|
1473
1491
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1491,13 +1509,13 @@
|
|
|
1491
1509
|
|
|
1492
1510
|
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);
|
|
1493
1511
|
}
|
|
1494
|
-
.
|
|
1512
|
+
._focused_gpqat6_75 ._suffix_gpqat6_356{
|
|
1495
1513
|
color:var(--_rs-input-focused-suffix-color);
|
|
1496
1514
|
}
|
|
1497
|
-
.
|
|
1515
|
+
._error_gpqat6_57._focused_gpqat6_75 ._suffix_gpqat6_356{
|
|
1498
1516
|
color:var(--_rs-input-error-focused-suffix-color);
|
|
1499
1517
|
}
|
|
1500
|
-
.
|
|
1518
|
+
._errorMessage_gpqat6_376{
|
|
1501
1519
|
letter-spacing:var(
|
|
1502
1520
|
--rs-text-base-letter-spacing,
|
|
1503
1521
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1526,14 +1544,14 @@
|
|
|
1526
1544
|
-moz-column-gap:8px;
|
|
1527
1545
|
column-gap:8px;
|
|
1528
1546
|
}
|
|
1529
|
-
.
|
|
1547
|
+
._errorIcon_gpqat6_388{
|
|
1530
1548
|
-webkit-box-flex:0;
|
|
1531
1549
|
-ms-flex:0 0 auto;
|
|
1532
1550
|
flex:0 0 auto;
|
|
1533
1551
|
|
|
1534
1552
|
color:#F45C4A;
|
|
1535
1553
|
}
|
|
1536
|
-
.
|
|
1554
|
+
._note_gpqat6_394{
|
|
1537
1555
|
letter-spacing:var(
|
|
1538
1556
|
--rs-text-base-letter-spacing,
|
|
1539
1557
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1546,22 +1564,20 @@
|
|
|
1546
1564
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1547
1565
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1548
1566
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1549
|
-
|
|
1567
|
+
color:var(
|
|
1550
1568
|
--rs-color-average,
|
|
1551
1569
|
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)
|
|
1552
1570
|
);
|
|
1553
1571
|
|
|
1554
1572
|
margin-top:var(--_rs-input-parts-offset);
|
|
1555
|
-
|
|
1556
|
-
color:var(--_rs-typography-hardness-color);
|
|
1557
1573
|
}
|
|
1558
|
-
.
|
|
1559
|
-
|
|
1574
|
+
._disabled_gpqat6_51 ._note_gpqat6_394{
|
|
1575
|
+
color:var(
|
|
1560
1576
|
--rs-color-pale,
|
|
1561
1577
|
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)
|
|
1562
1578
|
);
|
|
1563
1579
|
}
|
|
1564
|
-
.
|
|
1580
|
+
._label_gpqat6_405{
|
|
1565
1581
|
letter-spacing:var(
|
|
1566
1582
|
--rs-text-base-letter-spacing,
|
|
1567
1583
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1574,17 +1590,15 @@
|
|
|
1574
1590
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
1575
1591
|
-webkit-font-feature-settings:'kern', 'liga', 'calt';
|
|
1576
1592
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
1577
|
-
|
|
1593
|
+
color:var(
|
|
1578
1594
|
--rs-color-hard,
|
|
1579
1595
|
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))
|
|
1580
1596
|
);
|
|
1581
1597
|
|
|
1582
1598
|
margin-bottom:var(--_rs-input-parts-offset);
|
|
1583
|
-
|
|
1584
|
-
color:var(--_rs-typography-hardness-color);
|
|
1585
1599
|
}
|
|
1586
|
-
.
|
|
1587
|
-
|
|
1600
|
+
._disabled_gpqat6_51 ._label_gpqat6_405{
|
|
1601
|
+
color:var(
|
|
1588
1602
|
--rs-color-pale,
|
|
1589
1603
|
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)
|
|
1590
1604
|
);
|
|
@@ -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_gpqat6_8",
|
|
3
|
+
"dark": "_dark_gpqat6_11",
|
|
4
|
+
"sizeS": "_sizeS_gpqat6_15",
|
|
5
|
+
"sizeM": "_sizeM_gpqat6_18",
|
|
6
|
+
"sizeL": "_sizeL_gpqat6_21",
|
|
7
|
+
"classic": "_classic_gpqat6_25",
|
|
8
|
+
"rock": "_rock_gpqat6_28",
|
|
9
|
+
"container": "_container_gpqat6_32",
|
|
10
|
+
"wrapper": "_wrapper_gpqat6_39",
|
|
11
|
+
"disabled": "_disabled_gpqat6_51",
|
|
12
|
+
"error": "_error_gpqat6_57",
|
|
13
|
+
"enabled": "_enabled_gpqat6_63",
|
|
14
|
+
"filled": "_filled_gpqat6_63",
|
|
15
|
+
"focused": "_focused_gpqat6_75",
|
|
16
|
+
"field": "_field_gpqat6_101",
|
|
17
|
+
"inner": "_inner_gpqat6_114",
|
|
18
|
+
"offSystemMicroelements": "_offSystemMicroelements_gpqat6_229",
|
|
19
|
+
"iconWrapper": "_iconWrapper_gpqat6_239",
|
|
20
|
+
"action": "_action_gpqat6_254",
|
|
21
|
+
"right": "_right_gpqat6_292",
|
|
22
|
+
"left": "_left_gpqat6_296",
|
|
23
|
+
"icon": "_icon_gpqat6_239",
|
|
24
|
+
"divider": "_divider_gpqat6_342",
|
|
25
|
+
"suffix": "_suffix_gpqat6_356",
|
|
26
|
+
"errorMessage": "_errorMessage_gpqat6_376",
|
|
27
|
+
"errorIcon": "_errorIcon_gpqat6_388",
|
|
28
|
+
"note": "_note_gpqat6_394",
|
|
29
|
+
"label": "_label_gpqat6_405"
|
|
30
30
|
};
|
|
31
31
|
export { styles as default };
|
package/lib/public-api.p.css
CHANGED
|
@@ -196,9 +196,12 @@
|
|
|
196
196
|
);
|
|
197
197
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
198
198
|
--_rs-typography-base-color:var(
|
|
199
|
+
--_rs-typography-heading-hardness-color,
|
|
200
|
+
var(
|
|
199
201
|
--rs-color-hard,
|
|
200
202
|
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))
|
|
201
|
-
)
|
|
203
|
+
)
|
|
204
|
+
);
|
|
202
205
|
--_rs-typography-text-auto-offset:0;
|
|
203
206
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
204
207
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -258,9 +261,12 @@
|
|
|
258
261
|
);
|
|
259
262
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
260
263
|
--_rs-typography-base-color:var(
|
|
264
|
+
--_rs-typography-heading-hardness-color,
|
|
265
|
+
var(
|
|
261
266
|
--rs-color-hard,
|
|
262
267
|
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))
|
|
263
|
-
)
|
|
268
|
+
)
|
|
269
|
+
);
|
|
264
270
|
--_rs-typography-text-auto-offset:0;
|
|
265
271
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
266
272
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -499,9 +505,12 @@
|
|
|
499
505
|
);
|
|
500
506
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
501
507
|
--_rs-typography-base-color:var(
|
|
508
|
+
--_rs-typography-heading-hardness-color,
|
|
509
|
+
var(
|
|
502
510
|
--rs-color-hard,
|
|
503
511
|
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))
|
|
504
|
-
)
|
|
512
|
+
)
|
|
513
|
+
);
|
|
505
514
|
--_rs-typography-text-auto-offset:0;
|
|
506
515
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
507
516
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -561,9 +570,12 @@
|
|
|
561
570
|
);
|
|
562
571
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
563
572
|
--_rs-typography-base-color:var(
|
|
573
|
+
--_rs-typography-heading-hardness-color,
|
|
574
|
+
var(
|
|
564
575
|
--rs-color-hard,
|
|
565
576
|
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))
|
|
566
|
-
)
|
|
577
|
+
)
|
|
578
|
+
);
|
|
567
579
|
--_rs-typography-text-auto-offset:0;
|
|
568
580
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
569
581
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -802,9 +814,12 @@
|
|
|
802
814
|
);
|
|
803
815
|
--_rs-typography-line-height:var(--rs-h3-line-height, 28px);
|
|
804
816
|
--_rs-typography-base-color:var(
|
|
817
|
+
--_rs-typography-heading-hardness-color,
|
|
818
|
+
var(
|
|
805
819
|
--rs-color-hard,
|
|
806
820
|
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))
|
|
807
|
-
)
|
|
821
|
+
)
|
|
822
|
+
);
|
|
808
823
|
--_rs-typography-text-auto-offset:0;
|
|
809
824
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
810
825
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -869,9 +884,12 @@
|
|
|
869
884
|
);
|
|
870
885
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
871
886
|
--_rs-typography-base-color:var(
|
|
887
|
+
--_rs-typography-heading-hardness-color,
|
|
888
|
+
var(
|
|
872
889
|
--rs-color-hard,
|
|
873
890
|
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))
|
|
874
|
-
)
|
|
891
|
+
)
|
|
892
|
+
);
|
|
875
893
|
--_rs-typography-text-auto-offset:0;
|
|
876
894
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
877
895
|
--_rs-typography-ol-list-li-padding-left:initial;
|
package/lib/public-api.pcss
CHANGED
|
@@ -196,9 +196,12 @@
|
|
|
196
196
|
);
|
|
197
197
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
198
198
|
--_rs-typography-base-color:var(
|
|
199
|
+
--_rs-typography-heading-hardness-color,
|
|
200
|
+
var(
|
|
199
201
|
--rs-color-hard,
|
|
200
202
|
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))
|
|
201
|
-
)
|
|
203
|
+
)
|
|
204
|
+
);
|
|
202
205
|
--_rs-typography-text-auto-offset:0;
|
|
203
206
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
204
207
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -258,9 +261,12 @@
|
|
|
258
261
|
);
|
|
259
262
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
260
263
|
--_rs-typography-base-color:var(
|
|
264
|
+
--_rs-typography-heading-hardness-color,
|
|
265
|
+
var(
|
|
261
266
|
--rs-color-hard,
|
|
262
267
|
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))
|
|
263
|
-
)
|
|
268
|
+
)
|
|
269
|
+
);
|
|
264
270
|
--_rs-typography-text-auto-offset:0;
|
|
265
271
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
266
272
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -499,9 +505,12 @@
|
|
|
499
505
|
);
|
|
500
506
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
501
507
|
--_rs-typography-base-color:var(
|
|
508
|
+
--_rs-typography-heading-hardness-color,
|
|
509
|
+
var(
|
|
502
510
|
--rs-color-hard,
|
|
503
511
|
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))
|
|
504
|
-
)
|
|
512
|
+
)
|
|
513
|
+
);
|
|
505
514
|
--_rs-typography-text-auto-offset:0;
|
|
506
515
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
507
516
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -561,9 +570,12 @@
|
|
|
561
570
|
);
|
|
562
571
|
--_rs-typography-line-height:var(--rs-h5-line-height, 20px);
|
|
563
572
|
--_rs-typography-base-color:var(
|
|
573
|
+
--_rs-typography-heading-hardness-color,
|
|
574
|
+
var(
|
|
564
575
|
--rs-color-hard,
|
|
565
576
|
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))
|
|
566
|
-
)
|
|
577
|
+
)
|
|
578
|
+
);
|
|
567
579
|
--_rs-typography-text-auto-offset:0;
|
|
568
580
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
569
581
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -802,9 +814,12 @@
|
|
|
802
814
|
);
|
|
803
815
|
--_rs-typography-line-height:var(--rs-h3-line-height, 28px);
|
|
804
816
|
--_rs-typography-base-color:var(
|
|
817
|
+
--_rs-typography-heading-hardness-color,
|
|
818
|
+
var(
|
|
805
819
|
--rs-color-hard,
|
|
806
820
|
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))
|
|
807
|
-
)
|
|
821
|
+
)
|
|
822
|
+
);
|
|
808
823
|
--_rs-typography-text-auto-offset:0;
|
|
809
824
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
810
825
|
--_rs-typography-ol-list-li-padding-left:initial;
|
|
@@ -869,9 +884,12 @@
|
|
|
869
884
|
);
|
|
870
885
|
--_rs-typography-line-height:var(--rs-h4-line-height, 24px);
|
|
871
886
|
--_rs-typography-base-color:var(
|
|
887
|
+
--_rs-typography-heading-hardness-color,
|
|
888
|
+
var(
|
|
872
889
|
--rs-color-hard,
|
|
873
890
|
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))
|
|
874
|
-
)
|
|
891
|
+
)
|
|
892
|
+
);
|
|
875
893
|
--_rs-typography-text-auto-offset:0;
|
|
876
894
|
--_rs-typography-ul-list-li-padding-left:initial;
|
|
877
895
|
--_rs-typography-ol-list-li-padding-left:initial;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/input",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
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.
|
|
27
|
+
"@rescui/colors": "^0.2.4",
|
|
28
|
+
"@rescui/icons": "^0.16.6",
|
|
29
29
|
"@rescui/postcss-preset-library": "^0.2.1",
|
|
30
|
-
"@rescui/scripts": "^0.3.
|
|
31
|
-
"@rescui/tooltip": "^0.8.
|
|
32
|
-
"@rescui/typography": "^0.
|
|
30
|
+
"@rescui/scripts": "^0.3.4",
|
|
31
|
+
"@rescui/tooltip": "^0.8.7",
|
|
32
|
+
"@rescui/typography": "^0.18.0",
|
|
33
33
|
"@rescui/visual-regression": "^0.1.2",
|
|
34
34
|
"@types/classnames": "^2.2.11"
|
|
35
35
|
},
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"build-pcss-api": "rescui-scripts build-pcss-api --file public-api.p.css"
|
|
39
39
|
},
|
|
40
40
|
"nx": {},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "ac2efc85e94cfd6b9bae29c2829d38b6bd608474"
|
|
42
42
|
}
|