@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.
@@ -1,10 +1,10 @@
1
1
  var styles = {
2
- "icon": "_icon_1p2plc6_4",
3
- "sizeXS": "_sizeXS_1p2plc6_14",
4
- "sizeS": "_sizeS_1p2plc6_18",
5
- "sizeM": "_sizeM_1p2plc6_22",
6
- "sizeL": "_sizeL_1p2plc6_26",
7
- "light": "_light_1p2plc6_30",
8
- "dark": "_dark_1p2plc6_34"
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
- ._icon_1p2plc6_4{
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
- ._icon_1p2plc6_4{
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
- ._icon_1p2plc6_4{
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
- ._icon_1p2plc6_4{
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
- ._sizeXS_1p2plc6_14{
35
+ ._sizeXS_afka1x_14{
36
36
  --_rs-icons-height:16px;
37
37
  }
38
- ._sizeS_1p2plc6_18{
38
+ ._sizeS_afka1x_18{
39
39
  --_rs-icons-height:20px;
40
40
  }
41
- ._sizeM_1p2plc6_22{
41
+ ._sizeM_afka1x_22{
42
42
  --_rs-icons-height:24px;
43
43
  }
44
- ._sizeL_1p2plc6_26{
44
+ ._sizeL_afka1x_26{
45
45
  --_rs-icons-height:28px;
46
46
  }
47
- ._light_1p2plc6_30{
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
- ._dark_1p2plc6_34{
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
- ._light_edkdfj_8{
63
+ ._light_1nnzluk_8{
64
64
  --rs-theme-dark:0;
65
65
  }
66
- ._dark_edkdfj_11{
66
+ ._dark_1nnzluk_11{
67
67
  --rs-theme-dark:1;
68
68
  }
69
- ._sizeS_edkdfj_15{
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
- ._sizeS_edkdfj_15 [data-rs-internal='input__inner']::-moz-placeholder{
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
- ._sizeS_edkdfj_15 [data-rs-internal='input__label'],
111
- ._sizeS_edkdfj_15 [data-rs-internal='input__inner'],
112
- ._sizeS_edkdfj_15 [data-rs-internal='input__inner']::placeholder,
113
- ._sizeS_edkdfj_15 [data-rs-internal='input__suffix']{
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
- ._sizeS_edkdfj_15 [data-rs-internal='input__bold-label']{
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
- ._sizeS_edkdfj_15 [data-rs-internal='input__note']{
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
- ._sizeS_edkdfj_15 [data-rs-internal='input__error-message']{
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
- ._sizeS_edkdfj_15 [data-rs-internal='input__error-icon']:not(html){
243
+ ._sizeS_1nnzluk_15 [data-rs-internal='input__error-icon']:not(html){
244
244
  --_rs-icons-height:20px;
245
245
  }
246
- ._sizeM_edkdfj_18{
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
- ._sizeM_edkdfj_18 [data-rs-internal='input__inner']::-moz-placeholder{
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:16px;
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
- ._sizeM_edkdfj_18 [data-rs-internal='input__inner']::-moz-placeholder{
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
- ._sizeM_edkdfj_18 [data-rs-internal='input__label'],
293
- ._sizeM_edkdfj_18 [data-rs-internal='input__inner'],
294
- ._sizeM_edkdfj_18 [data-rs-internal='input__inner']::placeholder,
295
- ._sizeM_edkdfj_18 [data-rs-internal='input__suffix']{
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:16px;
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
- ._sizeM_edkdfj_18 [data-rs-internal='input__label'],
331
- ._sizeM_edkdfj_18 [data-rs-internal='input__inner'],
332
- ._sizeM_edkdfj_18 [data-rs-internal='input__inner']::placeholder,
333
- ._sizeM_edkdfj_18 [data-rs-internal='input__suffix']{
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
- ._sizeM_edkdfj_18 [data-rs-internal='input__bold-label']{
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
- ._sizeM_edkdfj_18 [data-rs-internal='input__note']{
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
- ._sizeM_edkdfj_18 [data-rs-internal='input__error-message']{
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
- ._sizeM_edkdfj_18 [data-rs-internal='input__error-icon']:not(html){
439
+ ._sizeM_1nnzluk_18 [data-rs-internal='input__error-icon']:not(html){
434
440
  --_rs-icons-height:20px;
435
441
  }
436
- ._sizeL_edkdfj_21{
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
- ._sizeL_edkdfj_21 [data-rs-internal='input__inner']::-moz-placeholder{
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:24px;
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
- ._sizeL_edkdfj_21 [data-rs-internal='input__inner']::-moz-placeholder{
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
- ._sizeL_edkdfj_21 [data-rs-internal='input__label'],
483
- ._sizeL_edkdfj_21 [data-rs-internal='input__inner'],
484
- ._sizeL_edkdfj_21 [data-rs-internal='input__inner']::placeholder,
485
- ._sizeL_edkdfj_21 [data-rs-internal='input__suffix']{
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:24px;
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
- ._sizeL_edkdfj_21 [data-rs-internal='input__label'],
521
- ._sizeL_edkdfj_21 [data-rs-internal='input__inner'],
522
- ._sizeL_edkdfj_21 [data-rs-internal='input__inner']::placeholder,
523
- ._sizeL_edkdfj_21 [data-rs-internal='input__suffix']{
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
- ._sizeL_edkdfj_21 [data-rs-internal='input__bold-label']{
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
- ._sizeL_edkdfj_21 [data-rs-internal='input__note']{
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:16px;
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
- ._sizeL_edkdfj_21 [data-rs-internal='input__note']{
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
- ._sizeL_edkdfj_21 [data-rs-internal='input__error-message']{
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
- ._sizeL_edkdfj_21 [data-rs-internal='input__error-icon']:not(html){
643
+ ._sizeL_1nnzluk_21 [data-rs-internal='input__error-icon']:not(html){
629
644
  --_rs-icons-height:24px;
630
645
  }
631
- ._classic_edkdfj_25{
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
- ._rock_edkdfj_28{
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
- ._container_edkdfj_32{
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
- ._container_edkdfj_32{
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
- ._container_edkdfj_32{
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
- ._container_edkdfj_32 {
755
+ ._container_1nnzluk_32 {
741
756
 
742
757
  display:block;
743
758
  }
744
- ._wrapper_edkdfj_39{
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
- ._disabled_edkdfj_51 ._wrapper_edkdfj_39{
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
- ._error_edkdfj_57 ._wrapper_edkdfj_39{
775
+ ._error_1nnzluk_57 ._wrapper_1nnzluk_39{
761
776
  --_rs-input-border-width:2px;
762
777
 
763
778
  border-color:#F45C4A;
764
779
  }
765
- ._enabled_edkdfj_63._filled_edkdfj_63 ._wrapper_edkdfj_39{
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
- ._enabled_edkdfj_63:hover ._wrapper_edkdfj_39{
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
- ._enabled_edkdfj_63._focused_edkdfj_75 ._wrapper_edkdfj_39{
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
- ._error_edkdfj_57._enabled_edkdfj_63:hover ._wrapper_edkdfj_39{
800
+ ._error_1nnzluk_57._enabled_1nnzluk_63:hover ._wrapper_1nnzluk_39{
786
801
  border-color:#F45C4A;
787
802
  }
788
803
  }
789
- ._error_edkdfj_57._enabled_edkdfj_63._focused_edkdfj_75 ._wrapper_edkdfj_39,
790
- ._error_edkdfj_57._enabled_edkdfj_63._filled_edkdfj_63 ._wrapper_edkdfj_39{
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
- ._error_edkdfj_57._enabled_edkdfj_63._focused_edkdfj_75 ._wrapper_edkdfj_39{
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
- ._field_edkdfj_101{
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
- ._inner_edkdfj_114{
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
- ._inner_edkdfj_114::-ms-clear{
833
+ ._inner_1nnzluk_114::-ms-clear{
819
834
  display:none;
820
835
 
821
836
  width:0;
822
837
  height:0;
823
838
  }
824
- ._dark_edkdfj_11 ._inner_edkdfj_114{
839
+ ._dark_1nnzluk_11 ._inner_1nnzluk_114{
825
840
  color-scheme:dark;
826
841
  }
827
842
  @container style(--_rs-theme-dark-coefficient: 1){
828
- ._inner_edkdfj_114{
843
+ ._inner_1nnzluk_114{
829
844
  color-scheme:dark
830
845
  }
831
846
  }
832
847
  @container style(--_rs-theme-dark-coefficient: 0){
833
- ._inner_edkdfj_114{
848
+ ._inner_1nnzluk_114{
834
849
  color-scheme:light
835
850
  }
836
851
  }
837
- ._inner_edkdfj_114 {
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
- ._inner_edkdfj_114:focus{
874
+ ._inner_1nnzluk_114:focus{
860
875
  outline:none;
861
876
  }
862
- ._disabled_edkdfj_51 ._inner_edkdfj_114,
863
- ._inner_edkdfj_114:disabled{
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
- ._focused_edkdfj_75 ._inner_edkdfj_114{
881
+ ._focused_1nnzluk_75 ._inner_1nnzluk_114{
867
882
  color:var(--_rs-input-focused-inner-color);
868
883
  }
869
- ._error_edkdfj_57._focused_edkdfj_75 ._inner_edkdfj_114{
884
+ ._error_1nnzluk_57._focused_1nnzluk_75 ._inner_1nnzluk_114{
870
885
  color:var(--_rs-input-error-focused-inner-color);
871
886
  }
872
- ._inner_edkdfj_114::-moz-placeholder{
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
- ._focused_edkdfj_75 ._inner_edkdfj_114::-moz-placeholder{
903
+ ._focused_1nnzluk_75 ._inner_1nnzluk_114::-moz-placeholder{
889
904
  color:var(--_rs-input-focused-inner-placeholder-color);
890
905
  }
891
- ._error_edkdfj_57._focused_edkdfj_75 ._inner_edkdfj_114::-moz-placeholder{
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
- ._inner_edkdfj_114::placeholder{
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
- ._focused_edkdfj_75 ._inner_edkdfj_114::placeholder{
925
+ ._focused_1nnzluk_75 ._inner_1nnzluk_114::placeholder{
911
926
  color:var(--_rs-input-focused-inner-placeholder-color);
912
927
  }
913
- ._error_edkdfj_57._focused_edkdfj_75 ._inner_edkdfj_114::placeholder{
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
- ._inner_edkdfj_114:-moz-ui-invalid{
931
+ ._inner_1nnzluk_114:-moz-ui-invalid{
917
932
  box-shadow:none;
918
933
  }
919
- ._inner_edkdfj_114:-moz-ui-invalid:-moz-focusring{
934
+ ._inner_1nnzluk_114:-moz-ui-invalid:-moz-focusring{
920
935
  box-shadow:none;
921
936
  }
922
- ._inner_edkdfj_114:-webkit-autofill,
923
- ._inner_edkdfj_114:-webkit-autofill:hover,
924
- ._inner_edkdfj_114:-webkit-autofill:active,
925
- ._inner_edkdfj_114:-webkit-autofill:focus{
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
- ._focused_edkdfj_75 ._inner_edkdfj_114:-webkit-autofill, ._focused_edkdfj_75 ._inner_edkdfj_114:-webkit-autofill:hover, ._focused_edkdfj_75 ._inner_edkdfj_114:-webkit-autofill:active, ._focused_edkdfj_75 ._inner_edkdfj_114:-webkit-autofill:focus{
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
- ._error_edkdfj_57._focused_edkdfj_75 ._inner_edkdfj_114:-webkit-autofill, ._error_edkdfj_57._focused_edkdfj_75 ._inner_edkdfj_114:-webkit-autofill:hover, ._error_edkdfj_57._focused_edkdfj_75 ._inner_edkdfj_114:-webkit-autofill:active, ._error_edkdfj_57._focused_edkdfj_75 ._inner_edkdfj_114:-webkit-autofill:focus{
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
- ._offSystemMicroelements_edkdfj_229 ._inner_edkdfj_114{
954
+ ._offSystemMicroelements_1nnzluk_229 ._inner_1nnzluk_114{
940
955
  -moz-appearance:textfield;
941
956
  }
942
- ._offSystemMicroelements_edkdfj_229 ._inner_edkdfj_114::-webkit-outer-spin-button,
943
- ._offSystemMicroelements_edkdfj_229 ._inner_edkdfj_114::-webkit-inner-spin-button{
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
- ._iconWrapper_edkdfj_239{
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
- ._iconWrapper_edkdfj_239._action_edkdfj_254{
976
+ ._iconWrapper_1nnzluk_239._action_1nnzluk_254{
962
977
  position:relative;
963
978
 
964
979
  cursor:pointer;
965
980
  }
966
- ._iconWrapper_edkdfj_239._action_edkdfj_254:focus{
981
+ ._iconWrapper_1nnzluk_239._action_1nnzluk_254:focus{
967
982
  outline:none;
968
983
  }
969
- ._iconWrapper_edkdfj_239._action_edkdfj_254::before{
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
- ._iconWrapper_edkdfj_239._action_edkdfj_254:focus[data-focus-method='key']::before{
999
+ ._iconWrapper_1nnzluk_239._action_1nnzluk_254:focus[data-focus-method='key']::before{
985
1000
  display:block;
986
1001
  }
987
- ._disabled_edkdfj_51 ._iconWrapper_edkdfj_239{
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
- ._disabled_edkdfj_51 ._iconWrapper_edkdfj_239._action_edkdfj_254{
1005
+ ._disabled_1nnzluk_51 ._iconWrapper_1nnzluk_239._action_1nnzluk_254{
991
1006
  pointer-events:none;
992
1007
  }
993
- ._iconWrapper_edkdfj_239._right_edkdfj_292{
1008
+ ._iconWrapper_1nnzluk_239._right_1nnzluk_292{
994
1009
  margin-left:var(--_rs-input-icon-offset);
995
1010
  }
996
- ._iconWrapper_edkdfj_239._left_edkdfj_296{
1011
+ ._iconWrapper_1nnzluk_239._left_1nnzluk_296{
997
1012
  margin-right:var(--_rs-input-icon-offset);
998
1013
  }
999
- ._focused_edkdfj_75 ._iconWrapper_edkdfj_239{
1014
+ ._focused_1nnzluk_75 ._iconWrapper_1nnzluk_239{
1000
1015
  color:var(--_rs-input-focused-icon-color);
1001
1016
  }
1002
- ._error_edkdfj_57._focused_edkdfj_75 ._iconWrapper_edkdfj_239{
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
- ._enabled_edkdfj_63 ._iconWrapper_edkdfj_239._action_edkdfj_254:hover{
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
- ._enabled_edkdfj_63._focused_edkdfj_75 ._iconWrapper_edkdfj_239._action_edkdfj_254:hover{
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
- ._enabled_edkdfj_63._error_edkdfj_57._focused_edkdfj_75 ._iconWrapper_edkdfj_239._action_edkdfj_254:hover{
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
- ._enabled_edkdfj_63 ._iconWrapper_edkdfj_239._action_edkdfj_254:focus[data-focus-method='key']{
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
- ._enabled_edkdfj_63._focused_edkdfj_75 ._iconWrapper_edkdfj_239._action_edkdfj_254:focus[data-focus-method='key']{
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
- ._enabled_edkdfj_63._error_edkdfj_57._focused_edkdfj_75 ._iconWrapper_edkdfj_239._action_edkdfj_254:focus[data-focus-method='key']{
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
- ._iconWrapper_edkdfj_239 ._icon_edkdfj_239{
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
- ._divider_edkdfj_342{
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
- ._focused_edkdfj_75 ._divider_edkdfj_342{
1057
+ ._focused_1nnzluk_75 ._divider_1nnzluk_342{
1043
1058
  background:var(--_rs-input-focused-divider-background);
1044
1059
  }
1045
- ._suffix_edkdfj_356{
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
- ._focused_edkdfj_75 ._suffix_edkdfj_356{
1079
+ ._focused_1nnzluk_75 ._suffix_1nnzluk_356{
1065
1080
  color:var(--_rs-input-focused-suffix-color);
1066
1081
  }
1067
- ._error_edkdfj_57._focused_edkdfj_75 ._suffix_edkdfj_356{
1082
+ ._error_1nnzluk_57._focused_1nnzluk_75 ._suffix_1nnzluk_356{
1068
1083
  color:var(--_rs-input-error-focused-suffix-color);
1069
1084
  }
1070
- ._errorMessage_edkdfj_376{
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
- ._errorIcon_edkdfj_388{
1107
+ ._errorIcon_1nnzluk_388{
1093
1108
  flex:0 0 auto;
1094
1109
 
1095
1110
  color:#F45C4A;
1096
1111
  }
1097
- ._note_edkdfj_394{
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
- ._disabled_edkdfj_51 ._note_edkdfj_394{
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
- ._label_edkdfj_405{
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
- ._disabled_edkdfj_51 ._label_edkdfj_405{
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": "_light_edkdfj_8",
3
- "dark": "_dark_edkdfj_11",
4
- "sizeS": "_sizeS_edkdfj_15",
5
- "sizeM": "_sizeM_edkdfj_18",
6
- "sizeL": "_sizeL_edkdfj_21",
7
- "classic": "_classic_edkdfj_25",
8
- "rock": "_rock_edkdfj_28",
9
- "container": "_container_edkdfj_32",
10
- "wrapper": "_wrapper_edkdfj_39",
11
- "disabled": "_disabled_edkdfj_51",
12
- "error": "_error_edkdfj_57",
13
- "enabled": "_enabled_edkdfj_63",
14
- "filled": "_filled_edkdfj_63",
15
- "focused": "_focused_edkdfj_75",
16
- "field": "_field_edkdfj_101",
17
- "inner": "_inner_edkdfj_114",
18
- "offSystemMicroelements": "_offSystemMicroelements_edkdfj_229",
19
- "iconWrapper": "_iconWrapper_edkdfj_239",
20
- "action": "_action_edkdfj_254",
21
- "right": "_right_edkdfj_292",
22
- "left": "_left_edkdfj_296",
23
- "icon": "_icon_edkdfj_239",
24
- "divider": "_divider_edkdfj_342",
25
- "suffix": "_suffix_edkdfj_356",
26
- "errorMessage": "_errorMessage_edkdfj_376",
27
- "errorIcon": "_errorIcon_edkdfj_388",
28
- "note": "_note_edkdfj_394",
29
- "label": "_label_edkdfj_405"
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 };
@@ -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:16px;
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:16px;
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:24px;
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:24px;
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:16px;
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']{
@@ -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:16px;
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:16px;
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:24px;
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:24px;
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:16px;
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.13",
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.15",
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.3",
32
- "@rescui/typography": "^0.21.1",
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": "94b4b5531e261cde472a2218ace4a21d7b0f990f"
41
+ "gitHead": "f9a0228790b099e343e9017980e7635c12815bda"
42
42
  }