@rescui/input 0.11.13 → 0.11.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/_virtual/index.css.js +7 -7
- package/lib/index.css +152 -137
- package/lib/input.p.module.css.js +28 -28
- package/lib/public-api.p.css +25 -10
- package/lib/public-api.pcss +25 -10
- package/package.json +5 -5
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"icon": "
|
|
3
|
-
"sizeXS": "
|
|
4
|
-
"sizeS": "
|
|
5
|
-
"sizeM": "
|
|
6
|
-
"sizeL": "
|
|
7
|
-
"light": "
|
|
8
|
-
"dark": "
|
|
2
|
+
"icon": "_icon_afka1x_4",
|
|
3
|
+
"sizeXS": "_sizeXS_afka1x_14",
|
|
4
|
+
"sizeS": "_sizeS_afka1x_18",
|
|
5
|
+
"sizeM": "_sizeM_afka1x_22",
|
|
6
|
+
"sizeL": "_sizeL_afka1x_26",
|
|
7
|
+
"light": "_light_afka1x_30",
|
|
8
|
+
"dark": "_dark_afka1x_34"
|
|
9
9
|
};
|
|
10
10
|
export { styles as default };
|
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._icon_afka1x_4{
|
|
2
2
|
--_rs-theme-dark:var(
|
|
3
3
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
4
4
|
var(--rs-theme-dark, 0)
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
9
9
|
}
|
|
10
10
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
11
|
-
.
|
|
11
|
+
._icon_afka1x_4{
|
|
12
12
|
--_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
13
13
|
--_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
14
14
|
--_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
20
|
-
.
|
|
20
|
+
._icon_afka1x_4{
|
|
21
21
|
--_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
|
|
22
22
|
--_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
|
|
23
23
|
--_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
|
|
@@ -25,30 +25,30 @@
|
|
|
25
25
|
--_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
._icon_afka1x_4{
|
|
29
29
|
|
|
30
30
|
fill:var(--_rs-icons-themed-fill-or-initial, currentcolor);
|
|
31
31
|
|
|
32
32
|
width:auto;
|
|
33
33
|
height:var(--_rs-icons-height);
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
._sizeXS_afka1x_14{
|
|
36
36
|
--_rs-icons-height:16px;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._sizeS_afka1x_18{
|
|
39
39
|
--_rs-icons-height:20px;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._sizeM_afka1x_22{
|
|
42
42
|
--_rs-icons-height:24px;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._sizeL_afka1x_26{
|
|
45
45
|
--_rs-icons-height:28px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._light_afka1x_30{
|
|
48
48
|
--rs-theme-dark:0;
|
|
49
49
|
--_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
._dark_afka1x_34{
|
|
52
52
|
--rs-theme-dark:1;
|
|
53
53
|
--_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
54
54
|
}
|
|
@@ -60,20 +60,20 @@
|
|
|
60
60
|
transform:rotate(360deg);
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
._light_1nnzluk_8{
|
|
64
64
|
--rs-theme-dark:0;
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
._dark_1nnzluk_11{
|
|
67
67
|
--rs-theme-dark:1;
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
._sizeS_1nnzluk_15{
|
|
70
70
|
--_rs-input-vertical-padding:6px;
|
|
71
71
|
--_rs-input-horizontal-padding:8px;
|
|
72
72
|
--_rs-input-parts-offset:4px;
|
|
73
73
|
--_rs-input-icon-offset:8px;
|
|
74
74
|
--_rs-input-icon-size:20px;
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
77
77
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
78
78
|
--_rs-typography-text-transform:initial;
|
|
79
79
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -107,10 +107,10 @@
|
|
|
107
107
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
108
108
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
109
109
|
}
|
|
110
|
-
.
|
|
111
|
-
.
|
|
112
|
-
.
|
|
113
|
-
.
|
|
110
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__label'],
|
|
111
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__inner'],
|
|
112
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__inner']::placeholder,
|
|
113
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__suffix']{
|
|
114
114
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
115
115
|
--_rs-typography-text-transform:initial;
|
|
116
116
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
145
145
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
146
146
|
}
|
|
147
|
-
.
|
|
147
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__bold-label']{
|
|
148
148
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
149
149
|
--_rs-typography-text-transform:initial;
|
|
150
150
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
176
176
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
177
177
|
}
|
|
178
|
-
.
|
|
178
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__note']{
|
|
179
179
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
180
180
|
--_rs-typography-text-transform:initial;
|
|
181
181
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
210
210
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
211
211
|
}
|
|
212
|
-
.
|
|
212
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__error-message']{
|
|
213
213
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
214
214
|
--_rs-typography-text-transform:initial;
|
|
215
215
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -240,17 +240,17 @@
|
|
|
240
240
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
241
241
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
242
242
|
}
|
|
243
|
-
.
|
|
243
|
+
._sizeS_1nnzluk_15 [data-rs-internal='input__error-icon']:not(html){
|
|
244
244
|
--_rs-icons-height:20px;
|
|
245
245
|
}
|
|
246
|
-
.
|
|
246
|
+
._sizeM_1nnzluk_18{
|
|
247
247
|
--_rs-input-vertical-padding:8px;
|
|
248
248
|
--_rs-input-horizontal-padding:8px;
|
|
249
249
|
--_rs-input-parts-offset:8px;
|
|
250
250
|
--_rs-input-icon-offset:8px;
|
|
251
251
|
--_rs-input-icon-size:24px;
|
|
252
252
|
}
|
|
253
|
-
.
|
|
253
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
254
254
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
255
255
|
--_rs-typography-text-transform:initial;
|
|
256
256
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -279,20 +279,23 @@
|
|
|
279
279
|
--_rs-typography-text-auto-offset:16px;
|
|
280
280
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
281
281
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
282
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
282
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
283
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
284
|
+
16px
|
|
285
|
+
);
|
|
283
286
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
284
287
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
285
288
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
286
289
|
}
|
|
287
290
|
@media screen and (max-width: 640px){
|
|
288
|
-
.
|
|
289
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
291
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
292
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
290
293
|
}
|
|
291
294
|
}
|
|
292
|
-
.
|
|
293
|
-
.
|
|
294
|
-
.
|
|
295
|
-
.
|
|
295
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__label'],
|
|
296
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__inner'],
|
|
297
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__inner']::placeholder,
|
|
298
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__suffix']{
|
|
296
299
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
297
300
|
--_rs-typography-text-transform:initial;
|
|
298
301
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -321,20 +324,23 @@
|
|
|
321
324
|
--_rs-typography-text-auto-offset:16px;
|
|
322
325
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
323
326
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
324
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
327
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
328
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
329
|
+
16px
|
|
330
|
+
);
|
|
325
331
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
326
332
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
327
333
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
328
334
|
}
|
|
329
335
|
@media screen and (max-width: 640px){
|
|
330
|
-
.
|
|
331
|
-
.
|
|
332
|
-
.
|
|
333
|
-
.
|
|
334
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
336
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__label'],
|
|
337
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__inner'],
|
|
338
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__inner']::placeholder,
|
|
339
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__suffix']{
|
|
340
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
335
341
|
}
|
|
336
342
|
}
|
|
337
|
-
.
|
|
343
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__bold-label']{
|
|
338
344
|
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
339
345
|
--_rs-typography-text-transform:initial;
|
|
340
346
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -365,7 +371,7 @@
|
|
|
365
371
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
366
372
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
367
373
|
}
|
|
368
|
-
.
|
|
374
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__note']{
|
|
369
375
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
370
376
|
--_rs-typography-text-transform:initial;
|
|
371
377
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -399,7 +405,7 @@
|
|
|
399
405
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
400
406
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
401
407
|
}
|
|
402
|
-
.
|
|
408
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__error-message']{
|
|
403
409
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
404
410
|
--_rs-typography-text-transform:initial;
|
|
405
411
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -430,17 +436,17 @@
|
|
|
430
436
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
431
437
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
432
438
|
}
|
|
433
|
-
.
|
|
439
|
+
._sizeM_1nnzluk_18 [data-rs-internal='input__error-icon']:not(html){
|
|
434
440
|
--_rs-icons-height:20px;
|
|
435
441
|
}
|
|
436
|
-
.
|
|
442
|
+
._sizeL_1nnzluk_21{
|
|
437
443
|
--_rs-input-vertical-padding:12px;
|
|
438
444
|
--_rs-input-horizontal-padding:16px;
|
|
439
445
|
--_rs-input-parts-offset:8px;
|
|
440
446
|
--_rs-input-icon-offset:16px;
|
|
441
447
|
--_rs-input-icon-size:28px;
|
|
442
448
|
}
|
|
443
|
-
.
|
|
449
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
444
450
|
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
445
451
|
--_rs-typography-text-transform:initial;
|
|
446
452
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -469,20 +475,23 @@
|
|
|
469
475
|
--_rs-typography-text-auto-offset:32px;
|
|
470
476
|
--_rs-typography-ul-list-li-padding-left:26px;
|
|
471
477
|
--_rs-typography-ol-list-li-padding-left:32px;
|
|
472
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
478
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
479
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
480
|
+
24px
|
|
481
|
+
);
|
|
473
482
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
474
483
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
475
484
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
476
485
|
}
|
|
477
486
|
@media screen and (max-width: 640px){
|
|
478
|
-
.
|
|
479
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
487
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
488
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
480
489
|
}
|
|
481
490
|
}
|
|
482
|
-
.
|
|
483
|
-
.
|
|
484
|
-
.
|
|
485
|
-
.
|
|
491
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__label'],
|
|
492
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__inner'],
|
|
493
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__inner']::placeholder,
|
|
494
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__suffix']{
|
|
486
495
|
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
487
496
|
--_rs-typography-text-transform:initial;
|
|
488
497
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -511,20 +520,23 @@
|
|
|
511
520
|
--_rs-typography-text-auto-offset:32px;
|
|
512
521
|
--_rs-typography-ul-list-li-padding-left:26px;
|
|
513
522
|
--_rs-typography-ol-list-li-padding-left:32px;
|
|
514
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
523
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
524
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
525
|
+
24px
|
|
526
|
+
);
|
|
515
527
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
516
528
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
517
529
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
518
530
|
}
|
|
519
531
|
@media screen and (max-width: 640px){
|
|
520
|
-
.
|
|
521
|
-
.
|
|
522
|
-
.
|
|
523
|
-
.
|
|
524
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
532
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__label'],
|
|
533
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__inner'],
|
|
534
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__inner']::placeholder,
|
|
535
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__suffix']{
|
|
536
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
525
537
|
}
|
|
526
538
|
}
|
|
527
|
-
.
|
|
539
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__bold-label']{
|
|
528
540
|
--_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
|
|
529
541
|
--_rs-typography-text-transform:initial;
|
|
530
542
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -555,7 +567,7 @@
|
|
|
555
567
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
556
568
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
557
569
|
}
|
|
558
|
-
.
|
|
570
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__note']{
|
|
559
571
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
560
572
|
--_rs-typography-text-transform:initial;
|
|
561
573
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -584,17 +596,20 @@
|
|
|
584
596
|
--_rs-typography-text-auto-offset:16px;
|
|
585
597
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
586
598
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
587
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
599
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
600
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
601
|
+
16px
|
|
602
|
+
);
|
|
588
603
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
589
604
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
590
605
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
591
606
|
}
|
|
592
607
|
@media screen and (max-width: 640px){
|
|
593
|
-
.
|
|
594
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
608
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__note']{
|
|
609
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
595
610
|
}
|
|
596
611
|
}
|
|
597
|
-
.
|
|
612
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__error-message']{
|
|
598
613
|
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
599
614
|
--_rs-typography-text-transform:initial;
|
|
600
615
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -625,10 +640,10 @@
|
|
|
625
640
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
626
641
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
627
642
|
}
|
|
628
|
-
.
|
|
643
|
+
._sizeL_1nnzluk_21 [data-rs-internal='input__error-icon']:not(html){
|
|
629
644
|
--_rs-icons-height:24px;
|
|
630
645
|
}
|
|
631
|
-
.
|
|
646
|
+
._classic_1nnzluk_25{
|
|
632
647
|
--_rs-input-focused-enabled-wrapper-border-width:2px;
|
|
633
648
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
634
649
|
calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182)
|
|
@@ -678,7 +693,7 @@
|
|
|
678
693
|
0.5
|
|
679
694
|
);
|
|
680
695
|
}
|
|
681
|
-
.
|
|
696
|
+
._rock_1nnzluk_28{
|
|
682
697
|
--_rs-input-focused-enabled-wrapper-border-width:0px;
|
|
683
698
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
684
699
|
calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)
|
|
@@ -710,7 +725,7 @@
|
|
|
710
725
|
);
|
|
711
726
|
--_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
|
|
712
727
|
}
|
|
713
|
-
.
|
|
728
|
+
._container_1nnzluk_32{
|
|
714
729
|
--_rs-theme-dark:var(
|
|
715
730
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
716
731
|
var(--rs-theme-dark, 0)
|
|
@@ -720,7 +735,7 @@
|
|
|
720
735
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
721
736
|
}
|
|
722
737
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
723
|
-
.
|
|
738
|
+
._container_1nnzluk_32{
|
|
724
739
|
--_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
725
740
|
--_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
726
741
|
--_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
@@ -729,7 +744,7 @@
|
|
|
729
744
|
}
|
|
730
745
|
}
|
|
731
746
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
732
|
-
.
|
|
747
|
+
._container_1nnzluk_32{
|
|
733
748
|
--_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
|
|
734
749
|
--_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
|
|
735
750
|
--_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
|
|
@@ -737,11 +752,11 @@
|
|
|
737
752
|
--_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
|
|
738
753
|
}
|
|
739
754
|
}
|
|
740
|
-
.
|
|
755
|
+
._container_1nnzluk_32 {
|
|
741
756
|
|
|
742
757
|
display:block;
|
|
743
758
|
}
|
|
744
|
-
.
|
|
759
|
+
._wrapper_1nnzluk_39{
|
|
745
760
|
--_rs-input-border-width:1px;
|
|
746
761
|
|
|
747
762
|
display:flex;
|
|
@@ -752,27 +767,27 @@
|
|
|
752
767
|
|
|
753
768
|
background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*204));
|
|
754
769
|
}
|
|
755
|
-
.
|
|
770
|
+
._disabled_1nnzluk_51 ._wrapper_1nnzluk_39{
|
|
756
771
|
cursor:auto;
|
|
757
772
|
|
|
758
773
|
background-color:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*216));
|
|
759
774
|
}
|
|
760
|
-
.
|
|
775
|
+
._error_1nnzluk_57 ._wrapper_1nnzluk_39{
|
|
761
776
|
--_rs-input-border-width:2px;
|
|
762
777
|
|
|
763
778
|
border-color:#F45C4A;
|
|
764
779
|
}
|
|
765
|
-
.
|
|
780
|
+
._enabled_1nnzluk_63._filled_1nnzluk_63 ._wrapper_1nnzluk_39{
|
|
766
781
|
border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.3);
|
|
767
782
|
}
|
|
768
783
|
@media (hover: hover){
|
|
769
|
-
.
|
|
784
|
+
._enabled_1nnzluk_63:hover ._wrapper_1nnzluk_39{
|
|
770
785
|
border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
771
786
|
|
|
772
787
|
background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182));
|
|
773
788
|
}
|
|
774
789
|
}
|
|
775
|
-
.
|
|
790
|
+
._enabled_1nnzluk_63._focused_1nnzluk_75 ._wrapper_1nnzluk_39{
|
|
776
791
|
--_rs-input-border-width:var(
|
|
777
792
|
--_rs-input-focused-enabled-wrapper-border-width
|
|
778
793
|
);
|
|
@@ -782,18 +797,18 @@
|
|
|
782
797
|
background-color:var(--_rs-input-focused-enabled-wrapper-background);
|
|
783
798
|
}
|
|
784
799
|
@media (hover: hover){
|
|
785
|
-
.
|
|
800
|
+
._error_1nnzluk_57._enabled_1nnzluk_63:hover ._wrapper_1nnzluk_39{
|
|
786
801
|
border-color:#F45C4A;
|
|
787
802
|
}
|
|
788
803
|
}
|
|
789
|
-
.
|
|
790
|
-
.
|
|
804
|
+
._error_1nnzluk_57._enabled_1nnzluk_63._focused_1nnzluk_75 ._wrapper_1nnzluk_39,
|
|
805
|
+
._error_1nnzluk_57._enabled_1nnzluk_63._filled_1nnzluk_63 ._wrapper_1nnzluk_39{
|
|
791
806
|
border-color:#F45C4A;
|
|
792
807
|
}
|
|
793
|
-
.
|
|
808
|
+
._error_1nnzluk_57._enabled_1nnzluk_63._focused_1nnzluk_75 ._wrapper_1nnzluk_39{
|
|
794
809
|
background:var(--_rs-input-error-focused-enabled-wrapper-background);
|
|
795
810
|
}
|
|
796
|
-
.
|
|
811
|
+
._field_1nnzluk_101{
|
|
797
812
|
display:flex;
|
|
798
813
|
|
|
799
814
|
flex:1 1 auto;
|
|
@@ -802,7 +817,7 @@
|
|
|
802
817
|
|
|
803
818
|
padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
|
|
804
819
|
}
|
|
805
|
-
.
|
|
820
|
+
._inner_1nnzluk_114{
|
|
806
821
|
letter-spacing:var(
|
|
807
822
|
--rs-text-base-letter-spacing,
|
|
808
823
|
var(--_rs-typography-letter-spacing)
|
|
@@ -815,26 +830,26 @@
|
|
|
815
830
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
816
831
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
817
832
|
}
|
|
818
|
-
.
|
|
833
|
+
._inner_1nnzluk_114::-ms-clear{
|
|
819
834
|
display:none;
|
|
820
835
|
|
|
821
836
|
width:0;
|
|
822
837
|
height:0;
|
|
823
838
|
}
|
|
824
|
-
.
|
|
839
|
+
._dark_1nnzluk_11 ._inner_1nnzluk_114{
|
|
825
840
|
color-scheme:dark;
|
|
826
841
|
}
|
|
827
842
|
@container style(--_rs-theme-dark-coefficient: 1){
|
|
828
|
-
.
|
|
843
|
+
._inner_1nnzluk_114{
|
|
829
844
|
color-scheme:dark
|
|
830
845
|
}
|
|
831
846
|
}
|
|
832
847
|
@container style(--_rs-theme-dark-coefficient: 0){
|
|
833
|
-
.
|
|
848
|
+
._inner_1nnzluk_114{
|
|
834
849
|
color-scheme:light
|
|
835
850
|
}
|
|
836
851
|
}
|
|
837
|
-
.
|
|
852
|
+
._inner_1nnzluk_114 {
|
|
838
853
|
|
|
839
854
|
display:block;
|
|
840
855
|
|
|
@@ -856,20 +871,20 @@
|
|
|
856
871
|
-moz-appearance:none;
|
|
857
872
|
appearance:none;
|
|
858
873
|
}
|
|
859
|
-
.
|
|
874
|
+
._inner_1nnzluk_114:focus{
|
|
860
875
|
outline:none;
|
|
861
876
|
}
|
|
862
|
-
.
|
|
863
|
-
.
|
|
877
|
+
._disabled_1nnzluk_51 ._inner_1nnzluk_114,
|
|
878
|
+
._inner_1nnzluk_114:disabled{
|
|
864
879
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7);
|
|
865
880
|
}
|
|
866
|
-
.
|
|
881
|
+
._focused_1nnzluk_75 ._inner_1nnzluk_114{
|
|
867
882
|
color:var(--_rs-input-focused-inner-color);
|
|
868
883
|
}
|
|
869
|
-
.
|
|
884
|
+
._error_1nnzluk_57._focused_1nnzluk_75 ._inner_1nnzluk_114{
|
|
870
885
|
color:var(--_rs-input-error-focused-inner-color);
|
|
871
886
|
}
|
|
872
|
-
.
|
|
887
|
+
._inner_1nnzluk_114::-moz-placeholder{
|
|
873
888
|
letter-spacing:var(
|
|
874
889
|
--rs-text-base-letter-spacing,
|
|
875
890
|
var(--_rs-typography-letter-spacing)
|
|
@@ -885,13 +900,13 @@
|
|
|
885
900
|
|
|
886
901
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
887
902
|
}
|
|
888
|
-
.
|
|
903
|
+
._focused_1nnzluk_75 ._inner_1nnzluk_114::-moz-placeholder{
|
|
889
904
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
890
905
|
}
|
|
891
|
-
.
|
|
906
|
+
._error_1nnzluk_57._focused_1nnzluk_75 ._inner_1nnzluk_114::-moz-placeholder{
|
|
892
907
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
893
908
|
}
|
|
894
|
-
.
|
|
909
|
+
._inner_1nnzluk_114::placeholder{
|
|
895
910
|
letter-spacing:var(
|
|
896
911
|
--rs-text-base-letter-spacing,
|
|
897
912
|
var(--_rs-typography-letter-spacing)
|
|
@@ -907,45 +922,45 @@
|
|
|
907
922
|
|
|
908
923
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
909
924
|
}
|
|
910
|
-
.
|
|
925
|
+
._focused_1nnzluk_75 ._inner_1nnzluk_114::placeholder{
|
|
911
926
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
912
927
|
}
|
|
913
|
-
.
|
|
928
|
+
._error_1nnzluk_57._focused_1nnzluk_75 ._inner_1nnzluk_114::placeholder{
|
|
914
929
|
color:var(--_rs-input-error-focused-inner-placeholder-color);
|
|
915
930
|
}
|
|
916
|
-
.
|
|
931
|
+
._inner_1nnzluk_114:-moz-ui-invalid{
|
|
917
932
|
box-shadow:none;
|
|
918
933
|
}
|
|
919
|
-
.
|
|
934
|
+
._inner_1nnzluk_114:-moz-ui-invalid:-moz-focusring{
|
|
920
935
|
box-shadow:none;
|
|
921
936
|
}
|
|
922
|
-
.
|
|
923
|
-
.
|
|
924
|
-
.
|
|
925
|
-
.
|
|
937
|
+
._inner_1nnzluk_114:-webkit-autofill,
|
|
938
|
+
._inner_1nnzluk_114:-webkit-autofill:hover,
|
|
939
|
+
._inner_1nnzluk_114:-webkit-autofill:active,
|
|
940
|
+
._inner_1nnzluk_114:-webkit-autofill:focus{
|
|
926
941
|
-webkit-box-shadow:0 0 0 1000px rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*227)) inset;
|
|
927
942
|
|
|
928
943
|
transition-delay:9999s;
|
|
929
944
|
-webkit-text-fill-color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
930
945
|
}
|
|
931
|
-
.
|
|
946
|
+
._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill, ._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill:hover, ._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill:active, ._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill:focus{
|
|
932
947
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
|
|
933
948
|
-webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
|
|
934
949
|
}
|
|
935
|
-
.
|
|
950
|
+
._error_1nnzluk_57._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill, ._error_1nnzluk_57._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill:hover, ._error_1nnzluk_57._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill:active, ._error_1nnzluk_57._focused_1nnzluk_75 ._inner_1nnzluk_114:-webkit-autofill:focus{
|
|
936
951
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
|
|
937
952
|
-webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
|
|
938
953
|
}
|
|
939
|
-
.
|
|
954
|
+
._offSystemMicroelements_1nnzluk_229 ._inner_1nnzluk_114{
|
|
940
955
|
-moz-appearance:textfield;
|
|
941
956
|
}
|
|
942
|
-
.
|
|
943
|
-
.
|
|
957
|
+
._offSystemMicroelements_1nnzluk_229 ._inner_1nnzluk_114::-webkit-outer-spin-button,
|
|
958
|
+
._offSystemMicroelements_1nnzluk_229 ._inner_1nnzluk_114::-webkit-inner-spin-button{
|
|
944
959
|
margin:0;
|
|
945
960
|
-webkit-appearance:none;
|
|
946
961
|
appearance:none;
|
|
947
962
|
}
|
|
948
|
-
.
|
|
963
|
+
._iconWrapper_1nnzluk_239{
|
|
949
964
|
--_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
|
|
950
965
|
|
|
951
966
|
display:inline-flex;
|
|
@@ -958,15 +973,15 @@
|
|
|
958
973
|
|
|
959
974
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7);
|
|
960
975
|
}
|
|
961
|
-
.
|
|
976
|
+
._iconWrapper_1nnzluk_239._action_1nnzluk_254{
|
|
962
977
|
position:relative;
|
|
963
978
|
|
|
964
979
|
cursor:pointer;
|
|
965
980
|
}
|
|
966
|
-
.
|
|
981
|
+
._iconWrapper_1nnzluk_239._action_1nnzluk_254:focus{
|
|
967
982
|
outline:none;
|
|
968
983
|
}
|
|
969
|
-
.
|
|
984
|
+
._iconWrapper_1nnzluk_239._action_1nnzluk_254::before{
|
|
970
985
|
position:absolute;
|
|
971
986
|
top:-4px;
|
|
972
987
|
right:-4px;
|
|
@@ -981,56 +996,56 @@
|
|
|
981
996
|
content:'';
|
|
982
997
|
pointer-events:none;
|
|
983
998
|
}
|
|
984
|
-
.
|
|
999
|
+
._iconWrapper_1nnzluk_239._action_1nnzluk_254:focus[data-focus-method='key']::before{
|
|
985
1000
|
display:block;
|
|
986
1001
|
}
|
|
987
|
-
.
|
|
1002
|
+
._disabled_1nnzluk_51 ._iconWrapper_1nnzluk_239{
|
|
988
1003
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
989
1004
|
}
|
|
990
|
-
.
|
|
1005
|
+
._disabled_1nnzluk_51 ._iconWrapper_1nnzluk_239._action_1nnzluk_254{
|
|
991
1006
|
pointer-events:none;
|
|
992
1007
|
}
|
|
993
|
-
.
|
|
1008
|
+
._iconWrapper_1nnzluk_239._right_1nnzluk_292{
|
|
994
1009
|
margin-left:var(--_rs-input-icon-offset);
|
|
995
1010
|
}
|
|
996
|
-
.
|
|
1011
|
+
._iconWrapper_1nnzluk_239._left_1nnzluk_296{
|
|
997
1012
|
margin-right:var(--_rs-input-icon-offset);
|
|
998
1013
|
}
|
|
999
|
-
.
|
|
1014
|
+
._focused_1nnzluk_75 ._iconWrapper_1nnzluk_239{
|
|
1000
1015
|
color:var(--_rs-input-focused-icon-color);
|
|
1001
1016
|
}
|
|
1002
|
-
.
|
|
1017
|
+
._error_1nnzluk_57._focused_1nnzluk_75 ._iconWrapper_1nnzluk_239{
|
|
1003
1018
|
color:var(--_rs-input-error-focused-icon-color);
|
|
1004
1019
|
}
|
|
1005
1020
|
@media (hover: hover){
|
|
1006
|
-
.
|
|
1021
|
+
._enabled_1nnzluk_63 ._iconWrapper_1nnzluk_239._action_1nnzluk_254:hover{
|
|
1007
1022
|
color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
1008
1023
|
}
|
|
1009
1024
|
|
|
1010
|
-
.
|
|
1025
|
+
._enabled_1nnzluk_63._focused_1nnzluk_75 ._iconWrapper_1nnzluk_239._action_1nnzluk_254:hover{
|
|
1011
1026
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1012
1027
|
}
|
|
1013
1028
|
|
|
1014
|
-
.
|
|
1029
|
+
._enabled_1nnzluk_63._error_1nnzluk_57._focused_1nnzluk_75 ._iconWrapper_1nnzluk_239._action_1nnzluk_254:hover{
|
|
1015
1030
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1016
1031
|
}
|
|
1017
1032
|
}
|
|
1018
|
-
.
|
|
1033
|
+
._enabled_1nnzluk_63 ._iconWrapper_1nnzluk_239._action_1nnzluk_254:focus[data-focus-method='key']{
|
|
1019
1034
|
color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
1020
1035
|
}
|
|
1021
|
-
.
|
|
1036
|
+
._enabled_1nnzluk_63._focused_1nnzluk_75 ._iconWrapper_1nnzluk_239._action_1nnzluk_254:focus[data-focus-method='key']{
|
|
1022
1037
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
1023
1038
|
}
|
|
1024
|
-
.
|
|
1039
|
+
._enabled_1nnzluk_63._error_1nnzluk_57._focused_1nnzluk_75 ._iconWrapper_1nnzluk_239._action_1nnzluk_254:focus[data-focus-method='key']{
|
|
1025
1040
|
color:var(--_rs-input-error-focused-icon-accent-color);
|
|
1026
1041
|
}
|
|
1027
|
-
.
|
|
1042
|
+
._iconWrapper_1nnzluk_239 ._icon_1nnzluk_239{
|
|
1028
1043
|
fill:currentColor;
|
|
1029
1044
|
|
|
1030
1045
|
width:auto;
|
|
1031
1046
|
height:var(--_rs-input-icon-size);
|
|
1032
1047
|
}
|
|
1033
|
-
.
|
|
1048
|
+
._divider_1nnzluk_342{
|
|
1034
1049
|
display:block;
|
|
1035
1050
|
|
|
1036
1051
|
width:1px;
|
|
@@ -1039,10 +1054,10 @@
|
|
|
1039
1054
|
|
|
1040
1055
|
background:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.2);
|
|
1041
1056
|
}
|
|
1042
|
-
.
|
|
1057
|
+
._focused_1nnzluk_75 ._divider_1nnzluk_342{
|
|
1043
1058
|
background:var(--_rs-input-focused-divider-background);
|
|
1044
1059
|
}
|
|
1045
|
-
.
|
|
1060
|
+
._suffix_1nnzluk_356{
|
|
1046
1061
|
letter-spacing:var(
|
|
1047
1062
|
--rs-text-base-letter-spacing,
|
|
1048
1063
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1061,13 +1076,13 @@
|
|
|
1061
1076
|
|
|
1062
1077
|
color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
1063
1078
|
}
|
|
1064
|
-
.
|
|
1079
|
+
._focused_1nnzluk_75 ._suffix_1nnzluk_356{
|
|
1065
1080
|
color:var(--_rs-input-focused-suffix-color);
|
|
1066
1081
|
}
|
|
1067
|
-
.
|
|
1082
|
+
._error_1nnzluk_57._focused_1nnzluk_75 ._suffix_1nnzluk_356{
|
|
1068
1083
|
color:var(--_rs-input-error-focused-suffix-color);
|
|
1069
1084
|
}
|
|
1070
|
-
.
|
|
1085
|
+
._errorMessage_1nnzluk_376{
|
|
1071
1086
|
letter-spacing:var(
|
|
1072
1087
|
--rs-text-base-letter-spacing,
|
|
1073
1088
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1089,12 +1104,12 @@
|
|
|
1089
1104
|
-moz-column-gap:8px;
|
|
1090
1105
|
column-gap:8px;
|
|
1091
1106
|
}
|
|
1092
|
-
.
|
|
1107
|
+
._errorIcon_1nnzluk_388{
|
|
1093
1108
|
flex:0 0 auto;
|
|
1094
1109
|
|
|
1095
1110
|
color:#F45C4A;
|
|
1096
1111
|
}
|
|
1097
|
-
.
|
|
1112
|
+
._note_1nnzluk_394{
|
|
1098
1113
|
letter-spacing:var(
|
|
1099
1114
|
--rs-text-base-letter-spacing,
|
|
1100
1115
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1113,13 +1128,13 @@
|
|
|
1113
1128
|
|
|
1114
1129
|
margin-top:var(--_rs-input-parts-offset);
|
|
1115
1130
|
}
|
|
1116
|
-
.
|
|
1131
|
+
._disabled_1nnzluk_51 ._note_1nnzluk_394{
|
|
1117
1132
|
color:var(
|
|
1118
1133
|
--rs-color-pale,
|
|
1119
1134
|
rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
|
|
1120
1135
|
);
|
|
1121
1136
|
}
|
|
1122
|
-
.
|
|
1137
|
+
._label_1nnzluk_405{
|
|
1123
1138
|
letter-spacing:var(
|
|
1124
1139
|
--rs-text-base-letter-spacing,
|
|
1125
1140
|
var(--_rs-typography-letter-spacing)
|
|
@@ -1138,7 +1153,7 @@
|
|
|
1138
1153
|
|
|
1139
1154
|
margin-bottom:var(--_rs-input-parts-offset);
|
|
1140
1155
|
}
|
|
1141
|
-
.
|
|
1156
|
+
._disabled_1nnzluk_51 ._label_1nnzluk_405{
|
|
1142
1157
|
color:var(
|
|
1143
1158
|
--rs-color-pale,
|
|
1144
1159
|
rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"light": "
|
|
3
|
-
"dark": "
|
|
4
|
-
"sizeS": "
|
|
5
|
-
"sizeM": "
|
|
6
|
-
"sizeL": "
|
|
7
|
-
"classic": "
|
|
8
|
-
"rock": "
|
|
9
|
-
"container": "
|
|
10
|
-
"wrapper": "
|
|
11
|
-
"disabled": "
|
|
12
|
-
"error": "
|
|
13
|
-
"enabled": "
|
|
14
|
-
"filled": "
|
|
15
|
-
"focused": "
|
|
16
|
-
"field": "
|
|
17
|
-
"inner": "
|
|
18
|
-
"offSystemMicroelements": "
|
|
19
|
-
"iconWrapper": "
|
|
20
|
-
"action": "
|
|
21
|
-
"right": "
|
|
22
|
-
"left": "
|
|
23
|
-
"icon": "
|
|
24
|
-
"divider": "
|
|
25
|
-
"suffix": "
|
|
26
|
-
"errorMessage": "
|
|
27
|
-
"errorIcon": "
|
|
28
|
-
"note": "
|
|
29
|
-
"label": "
|
|
2
|
+
"light": "_light_1nnzluk_8",
|
|
3
|
+
"dark": "_dark_1nnzluk_11",
|
|
4
|
+
"sizeS": "_sizeS_1nnzluk_15",
|
|
5
|
+
"sizeM": "_sizeM_1nnzluk_18",
|
|
6
|
+
"sizeL": "_sizeL_1nnzluk_21",
|
|
7
|
+
"classic": "_classic_1nnzluk_25",
|
|
8
|
+
"rock": "_rock_1nnzluk_28",
|
|
9
|
+
"container": "_container_1nnzluk_32",
|
|
10
|
+
"wrapper": "_wrapper_1nnzluk_39",
|
|
11
|
+
"disabled": "_disabled_1nnzluk_51",
|
|
12
|
+
"error": "_error_1nnzluk_57",
|
|
13
|
+
"enabled": "_enabled_1nnzluk_63",
|
|
14
|
+
"filled": "_filled_1nnzluk_63",
|
|
15
|
+
"focused": "_focused_1nnzluk_75",
|
|
16
|
+
"field": "_field_1nnzluk_101",
|
|
17
|
+
"inner": "_inner_1nnzluk_114",
|
|
18
|
+
"offSystemMicroelements": "_offSystemMicroelements_1nnzluk_229",
|
|
19
|
+
"iconWrapper": "_iconWrapper_1nnzluk_239",
|
|
20
|
+
"action": "_action_1nnzluk_254",
|
|
21
|
+
"right": "_right_1nnzluk_292",
|
|
22
|
+
"left": "_left_1nnzluk_296",
|
|
23
|
+
"icon": "_icon_1nnzluk_239",
|
|
24
|
+
"divider": "_divider_1nnzluk_342",
|
|
25
|
+
"suffix": "_suffix_1nnzluk_356",
|
|
26
|
+
"errorMessage": "_errorMessage_1nnzluk_376",
|
|
27
|
+
"errorIcon": "_errorIcon_1nnzluk_388",
|
|
28
|
+
"note": "_note_1nnzluk_394",
|
|
29
|
+
"label": "_label_1nnzluk_405"
|
|
30
30
|
};
|
|
31
31
|
export { styles as default };
|
package/lib/public-api.p.css
CHANGED
|
@@ -214,14 +214,17 @@
|
|
|
214
214
|
--_rs-typography-text-auto-offset:16px;
|
|
215
215
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
216
216
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
217
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
217
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
218
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
219
|
+
16px
|
|
220
|
+
);
|
|
218
221
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
219
222
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
220
223
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
221
224
|
}
|
|
222
225
|
@media screen and (max-width: 640px){
|
|
223
226
|
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
224
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
227
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
225
228
|
}
|
|
226
229
|
}
|
|
227
230
|
&:not(html) [data-rs-internal='input__label'],
|
|
@@ -256,7 +259,10 @@
|
|
|
256
259
|
--_rs-typography-text-auto-offset:16px;
|
|
257
260
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
258
261
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
259
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
262
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
263
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
264
|
+
16px
|
|
265
|
+
);
|
|
260
266
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
261
267
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
262
268
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
@@ -266,7 +272,7 @@
|
|
|
266
272
|
&:not(html) [data-rs-internal='input__inner'],
|
|
267
273
|
&:not(html) [data-rs-internal='input__inner']::placeholder,
|
|
268
274
|
&:not(html) [data-rs-internal='input__suffix']{
|
|
269
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
275
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
270
276
|
}
|
|
271
277
|
}
|
|
272
278
|
&:not(html) [data-rs-internal='input__bold-label']{
|
|
@@ -406,14 +412,17 @@
|
|
|
406
412
|
--_rs-typography-text-auto-offset:32px;
|
|
407
413
|
--_rs-typography-ul-list-li-padding-left:26px;
|
|
408
414
|
--_rs-typography-ol-list-li-padding-left:32px;
|
|
409
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
415
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
416
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
417
|
+
24px
|
|
418
|
+
);
|
|
410
419
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
411
420
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
412
421
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
413
422
|
}
|
|
414
423
|
@media screen and (max-width: 640px){
|
|
415
424
|
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
416
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
425
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
417
426
|
}
|
|
418
427
|
}
|
|
419
428
|
&:not(html) [data-rs-internal='input__label'],
|
|
@@ -448,7 +457,10 @@
|
|
|
448
457
|
--_rs-typography-text-auto-offset:32px;
|
|
449
458
|
--_rs-typography-ul-list-li-padding-left:26px;
|
|
450
459
|
--_rs-typography-ol-list-li-padding-left:32px;
|
|
451
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
460
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
461
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
462
|
+
24px
|
|
463
|
+
);
|
|
452
464
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
453
465
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
454
466
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
@@ -458,7 +470,7 @@
|
|
|
458
470
|
&:not(html) [data-rs-internal='input__inner'],
|
|
459
471
|
&:not(html) [data-rs-internal='input__inner']::placeholder,
|
|
460
472
|
&:not(html) [data-rs-internal='input__suffix']{
|
|
461
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
473
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
462
474
|
}
|
|
463
475
|
}
|
|
464
476
|
&:not(html) [data-rs-internal='input__bold-label']{
|
|
@@ -521,14 +533,17 @@
|
|
|
521
533
|
--_rs-typography-text-auto-offset:16px;
|
|
522
534
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
523
535
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
524
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
536
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
537
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
538
|
+
16px
|
|
539
|
+
);
|
|
525
540
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
526
541
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
527
542
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
528
543
|
}
|
|
529
544
|
@media screen and (max-width: 640px){
|
|
530
545
|
&:not(html) [data-rs-internal='input__note']{
|
|
531
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
546
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
532
547
|
}
|
|
533
548
|
}
|
|
534
549
|
&:not(html) [data-rs-internal='input__error-message']{
|
package/lib/public-api.pcss
CHANGED
|
@@ -214,14 +214,17 @@
|
|
|
214
214
|
--_rs-typography-text-auto-offset:16px;
|
|
215
215
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
216
216
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
217
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
217
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
218
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
219
|
+
16px
|
|
220
|
+
);
|
|
218
221
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
219
222
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
220
223
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
221
224
|
}
|
|
222
225
|
@media screen and (max-width: 640px){
|
|
223
226
|
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
224
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
227
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
225
228
|
}
|
|
226
229
|
}
|
|
227
230
|
&:not(html) [data-rs-internal='input__label'],
|
|
@@ -256,7 +259,10 @@
|
|
|
256
259
|
--_rs-typography-text-auto-offset:16px;
|
|
257
260
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
258
261
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
259
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
262
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
263
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
264
|
+
16px
|
|
265
|
+
);
|
|
260
266
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
261
267
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
262
268
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
@@ -266,7 +272,7 @@
|
|
|
266
272
|
&:not(html) [data-rs-internal='input__inner'],
|
|
267
273
|
&:not(html) [data-rs-internal='input__inner']::placeholder,
|
|
268
274
|
&:not(html) [data-rs-internal='input__suffix']{
|
|
269
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
275
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
270
276
|
}
|
|
271
277
|
}
|
|
272
278
|
&:not(html) [data-rs-internal='input__bold-label']{
|
|
@@ -406,14 +412,17 @@
|
|
|
406
412
|
--_rs-typography-text-auto-offset:32px;
|
|
407
413
|
--_rs-typography-ul-list-li-padding-left:26px;
|
|
408
414
|
--_rs-typography-ol-list-li-padding-left:32px;
|
|
409
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
415
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
416
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
417
|
+
24px
|
|
418
|
+
);
|
|
410
419
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
411
420
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
412
421
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
413
422
|
}
|
|
414
423
|
@media screen and (max-width: 640px){
|
|
415
424
|
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
416
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
425
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
417
426
|
}
|
|
418
427
|
}
|
|
419
428
|
&:not(html) [data-rs-internal='input__label'],
|
|
@@ -448,7 +457,10 @@
|
|
|
448
457
|
--_rs-typography-text-auto-offset:32px;
|
|
449
458
|
--_rs-typography-ul-list-li-padding-left:26px;
|
|
450
459
|
--_rs-typography-ol-list-li-padding-left:32px;
|
|
451
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
460
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
461
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
462
|
+
24px
|
|
463
|
+
);
|
|
452
464
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
453
465
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
454
466
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
@@ -458,7 +470,7 @@
|
|
|
458
470
|
&:not(html) [data-rs-internal='input__inner'],
|
|
459
471
|
&:not(html) [data-rs-internal='input__inner']::placeholder,
|
|
460
472
|
&:not(html) [data-rs-internal='input__suffix']{
|
|
461
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
473
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
462
474
|
}
|
|
463
475
|
}
|
|
464
476
|
&:not(html) [data-rs-internal='input__bold-label']{
|
|
@@ -521,14 +533,17 @@
|
|
|
521
533
|
--_rs-typography-text-auto-offset:16px;
|
|
522
534
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
523
535
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
524
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
536
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
537
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
538
|
+
16px
|
|
539
|
+
);
|
|
525
540
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
526
541
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
527
542
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
528
543
|
}
|
|
529
544
|
@media screen and (max-width: 640px){
|
|
530
545
|
&:not(html) [data-rs-internal='input__note']{
|
|
531
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
546
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
532
547
|
}
|
|
533
548
|
}
|
|
534
549
|
&:not(html) [data-rs-internal='input__error-message']{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/input",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.15",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@rescui/colors": "^0.2.7",
|
|
28
|
-
"@rescui/icons": "^0.16.
|
|
28
|
+
"@rescui/icons": "^0.16.17",
|
|
29
29
|
"@rescui/postcss-preset-library": "^0.2.2",
|
|
30
30
|
"@rescui/scripts": "^0.3.5",
|
|
31
|
-
"@rescui/tooltip": "^0.9.
|
|
32
|
-
"@rescui/typography": "^0.
|
|
31
|
+
"@rescui/tooltip": "^0.9.5",
|
|
32
|
+
"@rescui/typography": "^0.23.0",
|
|
33
33
|
"@rescui/visual-regression": "^0.1.2",
|
|
34
34
|
"@types/classnames": "^2.2.11"
|
|
35
35
|
},
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"build-pcss-api": "rescui-scripts build-pcss-api --file public-api.p.css"
|
|
39
39
|
},
|
|
40
40
|
"nx": {},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "f9a0228790b099e343e9017980e7635c12815bda"
|
|
42
42
|
}
|