@rescui/input 0.11.9 → 0.11.11

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_ons1cf_4",
3
- "sizeXS": "_sizeXS_ons1cf_14",
4
- "sizeS": "_sizeS_ons1cf_18",
5
- "sizeM": "_sizeM_ons1cf_22",
6
- "sizeL": "_sizeL_ons1cf_26",
7
- "light": "_light_ons1cf_30",
8
- "dark": "_dark_ons1cf_34"
2
+ "icon": "_icon_521zrc_4",
3
+ "sizeXS": "_sizeXS_521zrc_14",
4
+ "sizeS": "_sizeS_521zrc_18",
5
+ "sizeM": "_sizeM_521zrc_22",
6
+ "sizeL": "_sizeL_521zrc_26",
7
+ "light": "_light_521zrc_30",
8
+ "dark": "_dark_521zrc_34"
9
9
  };
10
10
  export { styles as default };
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- ._icon_ons1cf_4{
1
+ ._icon_521zrc_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_ons1cf_4{
11
+ ._icon_521zrc_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_ons1cf_4{
20
+ ._icon_521zrc_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_ons1cf_4{
28
+ ._icon_521zrc_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_ons1cf_14{
35
+ ._sizeXS_521zrc_14{
36
36
  --_rs-icons-height:16px;
37
37
  }
38
- ._sizeS_ons1cf_18{
38
+ ._sizeS_521zrc_18{
39
39
  --_rs-icons-height:20px;
40
40
  }
41
- ._sizeM_ons1cf_22{
41
+ ._sizeM_521zrc_22{
42
42
  --_rs-icons-height:24px;
43
43
  }
44
- ._sizeL_ons1cf_26{
44
+ ._sizeL_521zrc_26{
45
45
  --_rs-icons-height:28px;
46
46
  }
47
- ._light_ons1cf_30{
47
+ ._light_521zrc_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_ons1cf_34{
51
+ ._dark_521zrc_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_8w2392_8{
63
+ ._light_ul8n75_8{
64
64
  --rs-theme-dark:0;
65
65
  }
66
- ._dark_8w2392_11{
66
+ ._dark_ul8n75_11{
67
67
  --rs-theme-dark:1;
68
68
  }
69
- ._sizeS_8w2392_15{
69
+ ._sizeS_ul8n75_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_8w2392_15 [data-rs-internal='input__inner']::-moz-placeholder{
76
+ ._sizeS_ul8n75_15 [data-rs-internal='input__inner']::-moz-placeholder{
77
77
  --_rs-typography-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_8w2392_15 [data-rs-internal='input__label'],
111
- ._sizeS_8w2392_15 [data-rs-internal='input__inner'],
112
- ._sizeS_8w2392_15 [data-rs-internal='input__inner']::placeholder,
113
- ._sizeS_8w2392_15 [data-rs-internal='input__suffix']{
110
+ ._sizeS_ul8n75_15 [data-rs-internal='input__label'],
111
+ ._sizeS_ul8n75_15 [data-rs-internal='input__inner'],
112
+ ._sizeS_ul8n75_15 [data-rs-internal='input__inner']::placeholder,
113
+ ._sizeS_ul8n75_15 [data-rs-internal='input__suffix']{
114
114
  --_rs-typography-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_8w2392_15 [data-rs-internal='input__bold-label']{
147
+ ._sizeS_ul8n75_15 [data-rs-internal='input__bold-label']{
148
148
  --_rs-typography-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_8w2392_15 [data-rs-internal='input__note']{
178
+ ._sizeS_ul8n75_15 [data-rs-internal='input__note']{
179
179
  --_rs-typography-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_8w2392_15 [data-rs-internal='input__error-message']{
212
+ ._sizeS_ul8n75_15 [data-rs-internal='input__error-message']{
213
213
  --_rs-typography-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_8w2392_15 [data-rs-internal='input__error-icon']:not(html){
243
+ ._sizeS_ul8n75_15 [data-rs-internal='input__error-icon']:not(html){
244
244
  --_rs-icons-height:20px;
245
245
  }
246
- ._sizeM_8w2392_18{
246
+ ._sizeM_ul8n75_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_8w2392_18 [data-rs-internal='input__inner']::-moz-placeholder{
253
+ ._sizeM_ul8n75_18 [data-rs-internal='input__inner']::-moz-placeholder{
254
254
  --_rs-typography-letter-spacing:0.0015em;
255
255
  --_rs-typography-text-transform:initial;
256
256
  --_rs-typography-font-variant-numeric:initial;
@@ -285,14 +285,14 @@
285
285
  --_rs-typography-link-border-bottom-width-from-text:1px;
286
286
  }
287
287
  @media screen and (max-width: 640px){
288
- ._sizeM_8w2392_18 [data-rs-internal='input__inner']::-moz-placeholder{
288
+ ._sizeM_ul8n75_18 [data-rs-internal='input__inner']::-moz-placeholder{
289
289
  --_rs-typography-list-li-margin-top-from-text:12px;
290
290
  }
291
291
  }
292
- ._sizeM_8w2392_18 [data-rs-internal='input__label'],
293
- ._sizeM_8w2392_18 [data-rs-internal='input__inner'],
294
- ._sizeM_8w2392_18 [data-rs-internal='input__inner']::placeholder,
295
- ._sizeM_8w2392_18 [data-rs-internal='input__suffix']{
292
+ ._sizeM_ul8n75_18 [data-rs-internal='input__label'],
293
+ ._sizeM_ul8n75_18 [data-rs-internal='input__inner'],
294
+ ._sizeM_ul8n75_18 [data-rs-internal='input__inner']::placeholder,
295
+ ._sizeM_ul8n75_18 [data-rs-internal='input__suffix']{
296
296
  --_rs-typography-letter-spacing:0.0015em;
297
297
  --_rs-typography-text-transform:initial;
298
298
  --_rs-typography-font-variant-numeric:initial;
@@ -327,14 +327,14 @@
327
327
  --_rs-typography-link-border-bottom-width-from-text:1px;
328
328
  }
329
329
  @media screen and (max-width: 640px){
330
- ._sizeM_8w2392_18 [data-rs-internal='input__label'],
331
- ._sizeM_8w2392_18 [data-rs-internal='input__inner'],
332
- ._sizeM_8w2392_18 [data-rs-internal='input__inner']::placeholder,
333
- ._sizeM_8w2392_18 [data-rs-internal='input__suffix']{
330
+ ._sizeM_ul8n75_18 [data-rs-internal='input__label'],
331
+ ._sizeM_ul8n75_18 [data-rs-internal='input__inner'],
332
+ ._sizeM_ul8n75_18 [data-rs-internal='input__inner']::placeholder,
333
+ ._sizeM_ul8n75_18 [data-rs-internal='input__suffix']{
334
334
  --_rs-typography-list-li-margin-top-from-text:12px;
335
335
  }
336
336
  }
337
- ._sizeM_8w2392_18 [data-rs-internal='input__bold-label']{
337
+ ._sizeM_ul8n75_18 [data-rs-internal='input__bold-label']{
338
338
  --_rs-typography-letter-spacing:normal;
339
339
  --_rs-typography-text-transform:initial;
340
340
  --_rs-typography-font-variant-numeric:initial;
@@ -365,7 +365,7 @@
365
365
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
366
366
  --_rs-typography-link-border-bottom-width-from-text:2px;
367
367
  }
368
- ._sizeM_8w2392_18 [data-rs-internal='input__note']{
368
+ ._sizeM_ul8n75_18 [data-rs-internal='input__note']{
369
369
  --_rs-typography-letter-spacing:0.0045em;
370
370
  --_rs-typography-text-transform:initial;
371
371
  --_rs-typography-font-variant-numeric:initial;
@@ -399,7 +399,7 @@
399
399
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
400
400
  --_rs-typography-link-border-bottom-width-from-text:1px;
401
401
  }
402
- ._sizeM_8w2392_18 [data-rs-internal='input__error-message']{
402
+ ._sizeM_ul8n75_18 [data-rs-internal='input__error-message']{
403
403
  --_rs-typography-letter-spacing:normal;
404
404
  --_rs-typography-text-transform:initial;
405
405
  --_rs-typography-font-variant-numeric:initial;
@@ -430,17 +430,17 @@
430
430
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
431
431
  --_rs-typography-link-border-bottom-width-from-text:2px;
432
432
  }
433
- ._sizeM_8w2392_18 [data-rs-internal='input__error-icon']:not(html){
433
+ ._sizeM_ul8n75_18 [data-rs-internal='input__error-icon']:not(html){
434
434
  --_rs-icons-height:20px;
435
435
  }
436
- ._sizeL_8w2392_21{
436
+ ._sizeL_ul8n75_21{
437
437
  --_rs-input-vertical-padding:12px;
438
438
  --_rs-input-horizontal-padding:16px;
439
439
  --_rs-input-parts-offset:8px;
440
440
  --_rs-input-icon-offset:16px;
441
441
  --_rs-input-icon-size:28px;
442
442
  }
443
- ._sizeL_8w2392_21 [data-rs-internal='input__inner']::-moz-placeholder{
443
+ ._sizeL_ul8n75_21 [data-rs-internal='input__inner']::-moz-placeholder{
444
444
  --_rs-typography-letter-spacing:normal;
445
445
  --_rs-typography-text-transform:initial;
446
446
  --_rs-typography-font-variant-numeric:initial;
@@ -475,14 +475,14 @@
475
475
  --_rs-typography-link-border-bottom-width-from-text:1px;
476
476
  }
477
477
  @media screen and (max-width: 640px){
478
- ._sizeL_8w2392_21 [data-rs-internal='input__inner']::-moz-placeholder{
478
+ ._sizeL_ul8n75_21 [data-rs-internal='input__inner']::-moz-placeholder{
479
479
  --_rs-typography-list-li-margin-top-from-text:16px;
480
480
  }
481
481
  }
482
- ._sizeL_8w2392_21 [data-rs-internal='input__label'],
483
- ._sizeL_8w2392_21 [data-rs-internal='input__inner'],
484
- ._sizeL_8w2392_21 [data-rs-internal='input__inner']::placeholder,
485
- ._sizeL_8w2392_21 [data-rs-internal='input__suffix']{
482
+ ._sizeL_ul8n75_21 [data-rs-internal='input__label'],
483
+ ._sizeL_ul8n75_21 [data-rs-internal='input__inner'],
484
+ ._sizeL_ul8n75_21 [data-rs-internal='input__inner']::placeholder,
485
+ ._sizeL_ul8n75_21 [data-rs-internal='input__suffix']{
486
486
  --_rs-typography-letter-spacing:normal;
487
487
  --_rs-typography-text-transform:initial;
488
488
  --_rs-typography-font-variant-numeric:initial;
@@ -517,14 +517,14 @@
517
517
  --_rs-typography-link-border-bottom-width-from-text:1px;
518
518
  }
519
519
  @media screen and (max-width: 640px){
520
- ._sizeL_8w2392_21 [data-rs-internal='input__label'],
521
- ._sizeL_8w2392_21 [data-rs-internal='input__inner'],
522
- ._sizeL_8w2392_21 [data-rs-internal='input__inner']::placeholder,
523
- ._sizeL_8w2392_21 [data-rs-internal='input__suffix']{
520
+ ._sizeL_ul8n75_21 [data-rs-internal='input__label'],
521
+ ._sizeL_ul8n75_21 [data-rs-internal='input__inner'],
522
+ ._sizeL_ul8n75_21 [data-rs-internal='input__inner']::placeholder,
523
+ ._sizeL_ul8n75_21 [data-rs-internal='input__suffix']{
524
524
  --_rs-typography-list-li-margin-top-from-text:16px;
525
525
  }
526
526
  }
527
- ._sizeL_8w2392_21 [data-rs-internal='input__bold-label']{
527
+ ._sizeL_ul8n75_21 [data-rs-internal='input__bold-label']{
528
528
  --_rs-typography-letter-spacing:normal;
529
529
  --_rs-typography-text-transform:initial;
530
530
  --_rs-typography-font-variant-numeric:initial;
@@ -555,7 +555,7 @@
555
555
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
556
556
  --_rs-typography-link-border-bottom-width-from-text:2px;
557
557
  }
558
- ._sizeL_8w2392_21 [data-rs-internal='input__note']{
558
+ ._sizeL_ul8n75_21 [data-rs-internal='input__note']{
559
559
  --_rs-typography-letter-spacing:0.0015em;
560
560
  --_rs-typography-text-transform:initial;
561
561
  --_rs-typography-font-variant-numeric:initial;
@@ -590,11 +590,11 @@
590
590
  --_rs-typography-link-border-bottom-width-from-text:1px;
591
591
  }
592
592
  @media screen and (max-width: 640px){
593
- ._sizeL_8w2392_21 [data-rs-internal='input__note']{
593
+ ._sizeL_ul8n75_21 [data-rs-internal='input__note']{
594
594
  --_rs-typography-list-li-margin-top-from-text:12px;
595
595
  }
596
596
  }
597
- ._sizeL_8w2392_21 [data-rs-internal='input__error-message']{
597
+ ._sizeL_ul8n75_21 [data-rs-internal='input__error-message']{
598
598
  --_rs-typography-letter-spacing:normal;
599
599
  --_rs-typography-text-transform:initial;
600
600
  --_rs-typography-font-variant-numeric:initial;
@@ -625,10 +625,10 @@
625
625
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
626
626
  --_rs-typography-link-border-bottom-width-from-text:2px;
627
627
  }
628
- ._sizeL_8w2392_21 [data-rs-internal='input__error-icon']:not(html){
628
+ ._sizeL_ul8n75_21 [data-rs-internal='input__error-icon']:not(html){
629
629
  --_rs-icons-height:24px;
630
630
  }
631
- ._classic_8w2392_25{
631
+ ._classic_ul8n75_25{
632
632
  --_rs-input-focused-enabled-wrapper-border-width:2px;
633
633
  --_rs-input-focused-enabled-wrapper-background:rgb(
634
634
  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 +678,7 @@
678
678
  0.5
679
679
  );
680
680
  }
681
- ._rock_8w2392_28{
681
+ ._rock_ul8n75_28{
682
682
  --_rs-input-focused-enabled-wrapper-border-width:0px;
683
683
  --_rs-input-focused-enabled-wrapper-background:rgb(
684
684
  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 +710,7 @@
710
710
  );
711
711
  --_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
712
712
  }
713
- ._container_8w2392_32{
713
+ ._container_ul8n75_32{
714
714
  --_rs-theme-dark:var(
715
715
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
716
716
  var(--rs-theme-dark, 0)
@@ -720,7 +720,7 @@
720
720
  --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
721
721
  }
722
722
  @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
723
- ._container_8w2392_32{
723
+ ._container_ul8n75_32{
724
724
  --_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
725
  --_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
726
  --_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 +729,7 @@
729
729
  }
730
730
  }
731
731
  @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
732
- ._container_8w2392_32{
732
+ ._container_ul8n75_32{
733
733
  --_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
734
  --_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
735
  --_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 +737,11 @@
737
737
  --_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
738
  }
739
739
  }
740
- ._container_8w2392_32 {
740
+ ._container_ul8n75_32 {
741
741
 
742
742
  display:block;
743
743
  }
744
- ._wrapper_8w2392_39{
744
+ ._wrapper_ul8n75_39{
745
745
  --_rs-input-border-width:1px;
746
746
 
747
747
  display:flex;
@@ -752,27 +752,27 @@
752
752
 
753
753
  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
754
  }
755
- ._disabled_8w2392_51 ._wrapper_8w2392_39{
755
+ ._disabled_ul8n75_51 ._wrapper_ul8n75_39{
756
756
  cursor:auto;
757
757
 
758
758
  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
759
  }
760
- ._error_8w2392_57 ._wrapper_8w2392_39{
760
+ ._error_ul8n75_57 ._wrapper_ul8n75_39{
761
761
  --_rs-input-border-width:2px;
762
762
 
763
763
  border-color:#F45C4A;
764
764
  }
765
- ._enabled_8w2392_63._filled_8w2392_63 ._wrapper_8w2392_39{
765
+ ._enabled_ul8n75_63._filled_ul8n75_63 ._wrapper_ul8n75_39{
766
766
  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
767
  }
768
768
  @media (hover: hover){
769
- ._enabled_8w2392_63:hover ._wrapper_8w2392_39{
769
+ ._enabled_ul8n75_63:hover ._wrapper_ul8n75_39{
770
770
  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
771
 
772
772
  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
773
  }
774
774
  }
775
- ._enabled_8w2392_63._focused_8w2392_75 ._wrapper_8w2392_39{
775
+ ._enabled_ul8n75_63._focused_ul8n75_75 ._wrapper_ul8n75_39{
776
776
  --_rs-input-border-width:var(
777
777
  --_rs-input-focused-enabled-wrapper-border-width
778
778
  );
@@ -782,18 +782,18 @@
782
782
  background-color:var(--_rs-input-focused-enabled-wrapper-background);
783
783
  }
784
784
  @media (hover: hover){
785
- ._error_8w2392_57._enabled_8w2392_63:hover ._wrapper_8w2392_39{
785
+ ._error_ul8n75_57._enabled_ul8n75_63:hover ._wrapper_ul8n75_39{
786
786
  border-color:#F45C4A;
787
787
  }
788
788
  }
789
- ._error_8w2392_57._enabled_8w2392_63._focused_8w2392_75 ._wrapper_8w2392_39,
790
- ._error_8w2392_57._enabled_8w2392_63._filled_8w2392_63 ._wrapper_8w2392_39{
789
+ ._error_ul8n75_57._enabled_ul8n75_63._focused_ul8n75_75 ._wrapper_ul8n75_39,
790
+ ._error_ul8n75_57._enabled_ul8n75_63._filled_ul8n75_63 ._wrapper_ul8n75_39{
791
791
  border-color:#F45C4A;
792
792
  }
793
- ._error_8w2392_57._enabled_8w2392_63._focused_8w2392_75 ._wrapper_8w2392_39{
793
+ ._error_ul8n75_57._enabled_ul8n75_63._focused_ul8n75_75 ._wrapper_ul8n75_39{
794
794
  background:var(--_rs-input-error-focused-enabled-wrapper-background);
795
795
  }
796
- ._field_8w2392_101{
796
+ ._field_ul8n75_101{
797
797
  display:flex;
798
798
 
799
799
  flex:1 1 auto;
@@ -802,7 +802,7 @@
802
802
 
803
803
  padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
804
804
  }
805
- ._inner_8w2392_114{
805
+ ._inner_ul8n75_114{
806
806
  letter-spacing:var(
807
807
  --rs-text-base-letter-spacing,
808
808
  var(--_rs-typography-letter-spacing)
@@ -815,26 +815,26 @@
815
815
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
816
816
  font-feature-settings:'kern', 'liga', 'calt';
817
817
  }
818
- ._inner_8w2392_114::-ms-clear{
818
+ ._inner_ul8n75_114::-ms-clear{
819
819
  display:none;
820
820
 
821
821
  width:0;
822
822
  height:0;
823
823
  }
824
- ._dark_8w2392_11 ._inner_8w2392_114{
824
+ ._dark_ul8n75_11 ._inner_ul8n75_114{
825
825
  color-scheme:dark;
826
826
  }
827
827
  @container style(--_rs-theme-dark-coefficient: 1){
828
- ._inner_8w2392_114{
828
+ ._inner_ul8n75_114{
829
829
  color-scheme:dark
830
830
  }
831
831
  }
832
832
  @container style(--_rs-theme-dark-coefficient: 0){
833
- ._inner_8w2392_114{
833
+ ._inner_ul8n75_114{
834
834
  color-scheme:light
835
835
  }
836
836
  }
837
- ._inner_8w2392_114 {
837
+ ._inner_ul8n75_114 {
838
838
 
839
839
  display:block;
840
840
 
@@ -856,20 +856,20 @@
856
856
  -moz-appearance:none;
857
857
  appearance:none;
858
858
  }
859
- ._inner_8w2392_114:focus{
859
+ ._inner_ul8n75_114:focus{
860
860
  outline:none;
861
861
  }
862
- ._disabled_8w2392_51 ._inner_8w2392_114,
863
- ._inner_8w2392_114:disabled{
862
+ ._disabled_ul8n75_51 ._inner_ul8n75_114,
863
+ ._inner_ul8n75_114:disabled{
864
864
  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
865
  }
866
- ._focused_8w2392_75 ._inner_8w2392_114{
866
+ ._focused_ul8n75_75 ._inner_ul8n75_114{
867
867
  color:var(--_rs-input-focused-inner-color);
868
868
  }
869
- ._error_8w2392_57._focused_8w2392_75 ._inner_8w2392_114{
869
+ ._error_ul8n75_57._focused_ul8n75_75 ._inner_ul8n75_114{
870
870
  color:var(--_rs-input-error-focused-inner-color);
871
871
  }
872
- ._inner_8w2392_114::-moz-placeholder{
872
+ ._inner_ul8n75_114::-moz-placeholder{
873
873
  letter-spacing:var(
874
874
  --rs-text-base-letter-spacing,
875
875
  var(--_rs-typography-letter-spacing)
@@ -885,13 +885,13 @@
885
885
 
886
886
  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
887
  }
888
- ._focused_8w2392_75 ._inner_8w2392_114::-moz-placeholder{
888
+ ._focused_ul8n75_75 ._inner_ul8n75_114::-moz-placeholder{
889
889
  color:var(--_rs-input-focused-inner-placeholder-color);
890
890
  }
891
- ._error_8w2392_57._focused_8w2392_75 ._inner_8w2392_114::-moz-placeholder{
891
+ ._error_ul8n75_57._focused_ul8n75_75 ._inner_ul8n75_114::-moz-placeholder{
892
892
  color:var(--_rs-input-error-focused-inner-placeholder-color);
893
893
  }
894
- ._inner_8w2392_114::placeholder{
894
+ ._inner_ul8n75_114::placeholder{
895
895
  letter-spacing:var(
896
896
  --rs-text-base-letter-spacing,
897
897
  var(--_rs-typography-letter-spacing)
@@ -907,45 +907,45 @@
907
907
 
908
908
  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
909
  }
910
- ._focused_8w2392_75 ._inner_8w2392_114::placeholder{
910
+ ._focused_ul8n75_75 ._inner_ul8n75_114::placeholder{
911
911
  color:var(--_rs-input-focused-inner-placeholder-color);
912
912
  }
913
- ._error_8w2392_57._focused_8w2392_75 ._inner_8w2392_114::placeholder{
913
+ ._error_ul8n75_57._focused_ul8n75_75 ._inner_ul8n75_114::placeholder{
914
914
  color:var(--_rs-input-error-focused-inner-placeholder-color);
915
915
  }
916
- ._inner_8w2392_114:-moz-ui-invalid{
916
+ ._inner_ul8n75_114:-moz-ui-invalid{
917
917
  box-shadow:none;
918
918
  }
919
- ._inner_8w2392_114:-moz-ui-invalid:-moz-focusring{
919
+ ._inner_ul8n75_114:-moz-ui-invalid:-moz-focusring{
920
920
  box-shadow:none;
921
921
  }
922
- ._inner_8w2392_114:-webkit-autofill,
923
- ._inner_8w2392_114:-webkit-autofill:hover,
924
- ._inner_8w2392_114:-webkit-autofill:active,
925
- ._inner_8w2392_114:-webkit-autofill:focus{
922
+ ._inner_ul8n75_114:-webkit-autofill,
923
+ ._inner_ul8n75_114:-webkit-autofill:hover,
924
+ ._inner_ul8n75_114:-webkit-autofill:active,
925
+ ._inner_ul8n75_114:-webkit-autofill:focus{
926
926
  -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
927
 
928
928
  transition-delay:9999s;
929
929
  -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
930
  }
931
- ._focused_8w2392_75 ._inner_8w2392_114:-webkit-autofill, ._focused_8w2392_75 ._inner_8w2392_114:-webkit-autofill:hover, ._focused_8w2392_75 ._inner_8w2392_114:-webkit-autofill:active, ._focused_8w2392_75 ._inner_8w2392_114:-webkit-autofill:focus{
931
+ ._focused_ul8n75_75 ._inner_ul8n75_114:-webkit-autofill, ._focused_ul8n75_75 ._inner_ul8n75_114:-webkit-autofill:hover, ._focused_ul8n75_75 ._inner_ul8n75_114:-webkit-autofill:active, ._focused_ul8n75_75 ._inner_ul8n75_114:-webkit-autofill:focus{
932
932
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
933
933
  -webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
934
934
  }
935
- ._error_8w2392_57._focused_8w2392_75 ._inner_8w2392_114:-webkit-autofill, ._error_8w2392_57._focused_8w2392_75 ._inner_8w2392_114:-webkit-autofill:hover, ._error_8w2392_57._focused_8w2392_75 ._inner_8w2392_114:-webkit-autofill:active, ._error_8w2392_57._focused_8w2392_75 ._inner_8w2392_114:-webkit-autofill:focus{
935
+ ._error_ul8n75_57._focused_ul8n75_75 ._inner_ul8n75_114:-webkit-autofill, ._error_ul8n75_57._focused_ul8n75_75 ._inner_ul8n75_114:-webkit-autofill:hover, ._error_ul8n75_57._focused_ul8n75_75 ._inner_ul8n75_114:-webkit-autofill:active, ._error_ul8n75_57._focused_ul8n75_75 ._inner_ul8n75_114:-webkit-autofill:focus{
936
936
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
937
937
  -webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
938
938
  }
939
- ._offSystemMicroelements_8w2392_229 ._inner_8w2392_114{
939
+ ._offSystemMicroelements_ul8n75_229 ._inner_ul8n75_114{
940
940
  -moz-appearance:textfield;
941
941
  }
942
- ._offSystemMicroelements_8w2392_229 ._inner_8w2392_114::-webkit-outer-spin-button,
943
- ._offSystemMicroelements_8w2392_229 ._inner_8w2392_114::-webkit-inner-spin-button{
942
+ ._offSystemMicroelements_ul8n75_229 ._inner_ul8n75_114::-webkit-outer-spin-button,
943
+ ._offSystemMicroelements_ul8n75_229 ._inner_ul8n75_114::-webkit-inner-spin-button{
944
944
  margin:0;
945
945
  -webkit-appearance:none;
946
946
  appearance:none;
947
947
  }
948
- ._iconWrapper_8w2392_239{
948
+ ._iconWrapper_ul8n75_239{
949
949
  --_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
950
950
 
951
951
  display:inline-flex;
@@ -958,15 +958,15 @@
958
958
 
959
959
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7);
960
960
  }
961
- ._iconWrapper_8w2392_239._action_8w2392_254{
961
+ ._iconWrapper_ul8n75_239._action_ul8n75_254{
962
962
  position:relative;
963
963
 
964
964
  cursor:pointer;
965
965
  }
966
- ._iconWrapper_8w2392_239._action_8w2392_254:focus{
966
+ ._iconWrapper_ul8n75_239._action_ul8n75_254:focus{
967
967
  outline:none;
968
968
  }
969
- ._iconWrapper_8w2392_239._action_8w2392_254::before{
969
+ ._iconWrapper_ul8n75_239._action_ul8n75_254::before{
970
970
  position:absolute;
971
971
  top:-4px;
972
972
  right:-4px;
@@ -981,56 +981,56 @@
981
981
  content:'';
982
982
  pointer-events:none;
983
983
  }
984
- ._iconWrapper_8w2392_239._action_8w2392_254:focus[data-focus-method='key']::before{
984
+ ._iconWrapper_ul8n75_239._action_ul8n75_254:focus[data-focus-method='key']::before{
985
985
  display:block;
986
986
  }
987
- ._disabled_8w2392_51 ._iconWrapper_8w2392_239{
987
+ ._disabled_ul8n75_51 ._iconWrapper_ul8n75_239{
988
988
  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
989
  }
990
- ._disabled_8w2392_51 ._iconWrapper_8w2392_239._action_8w2392_254{
990
+ ._disabled_ul8n75_51 ._iconWrapper_ul8n75_239._action_ul8n75_254{
991
991
  pointer-events:none;
992
992
  }
993
- ._iconWrapper_8w2392_239._right_8w2392_292{
993
+ ._iconWrapper_ul8n75_239._right_ul8n75_292{
994
994
  margin-left:var(--_rs-input-icon-offset);
995
995
  }
996
- ._iconWrapper_8w2392_239._left_8w2392_296{
996
+ ._iconWrapper_ul8n75_239._left_ul8n75_296{
997
997
  margin-right:var(--_rs-input-icon-offset);
998
998
  }
999
- ._focused_8w2392_75 ._iconWrapper_8w2392_239{
999
+ ._focused_ul8n75_75 ._iconWrapper_ul8n75_239{
1000
1000
  color:var(--_rs-input-focused-icon-color);
1001
1001
  }
1002
- ._error_8w2392_57._focused_8w2392_75 ._iconWrapper_8w2392_239{
1002
+ ._error_ul8n75_57._focused_ul8n75_75 ._iconWrapper_ul8n75_239{
1003
1003
  color:var(--_rs-input-error-focused-icon-color);
1004
1004
  }
1005
1005
  @media (hover: hover){
1006
- ._enabled_8w2392_63 ._iconWrapper_8w2392_239._action_8w2392_254:hover{
1006
+ ._enabled_ul8n75_63 ._iconWrapper_ul8n75_239._action_ul8n75_254:hover{
1007
1007
  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
1008
  }
1009
1009
 
1010
- ._enabled_8w2392_63._focused_8w2392_75 ._iconWrapper_8w2392_239._action_8w2392_254:hover{
1010
+ ._enabled_ul8n75_63._focused_ul8n75_75 ._iconWrapper_ul8n75_239._action_ul8n75_254:hover{
1011
1011
  color:var(--_rs-input-focused-icon-accent-color);
1012
1012
  }
1013
1013
 
1014
- ._enabled_8w2392_63._error_8w2392_57._focused_8w2392_75 ._iconWrapper_8w2392_239._action_8w2392_254:hover{
1014
+ ._enabled_ul8n75_63._error_ul8n75_57._focused_ul8n75_75 ._iconWrapper_ul8n75_239._action_ul8n75_254:hover{
1015
1015
  color:var(--_rs-input-error-focused-icon-accent-color);
1016
1016
  }
1017
1017
  }
1018
- ._enabled_8w2392_63 ._iconWrapper_8w2392_239._action_8w2392_254:focus[data-focus-method='key']{
1018
+ ._enabled_ul8n75_63 ._iconWrapper_ul8n75_239._action_ul8n75_254:focus[data-focus-method='key']{
1019
1019
  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
1020
  }
1021
- ._enabled_8w2392_63._focused_8w2392_75 ._iconWrapper_8w2392_239._action_8w2392_254:focus[data-focus-method='key']{
1021
+ ._enabled_ul8n75_63._focused_ul8n75_75 ._iconWrapper_ul8n75_239._action_ul8n75_254:focus[data-focus-method='key']{
1022
1022
  color:var(--_rs-input-focused-icon-accent-color);
1023
1023
  }
1024
- ._enabled_8w2392_63._error_8w2392_57._focused_8w2392_75 ._iconWrapper_8w2392_239._action_8w2392_254:focus[data-focus-method='key']{
1024
+ ._enabled_ul8n75_63._error_ul8n75_57._focused_ul8n75_75 ._iconWrapper_ul8n75_239._action_ul8n75_254:focus[data-focus-method='key']{
1025
1025
  color:var(--_rs-input-error-focused-icon-accent-color);
1026
1026
  }
1027
- ._iconWrapper_8w2392_239 ._icon_8w2392_239{
1027
+ ._iconWrapper_ul8n75_239 ._icon_ul8n75_239{
1028
1028
  fill:currentColor;
1029
1029
 
1030
1030
  width:auto;
1031
1031
  height:var(--_rs-input-icon-size);
1032
1032
  }
1033
- ._divider_8w2392_342{
1033
+ ._divider_ul8n75_342{
1034
1034
  display:block;
1035
1035
 
1036
1036
  width:1px;
@@ -1039,10 +1039,10 @@
1039
1039
 
1040
1040
  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
1041
  }
1042
- ._focused_8w2392_75 ._divider_8w2392_342{
1042
+ ._focused_ul8n75_75 ._divider_ul8n75_342{
1043
1043
  background:var(--_rs-input-focused-divider-background);
1044
1044
  }
1045
- ._suffix_8w2392_356{
1045
+ ._suffix_ul8n75_356{
1046
1046
  letter-spacing:var(
1047
1047
  --rs-text-base-letter-spacing,
1048
1048
  var(--_rs-typography-letter-spacing)
@@ -1061,13 +1061,13 @@
1061
1061
 
1062
1062
  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
1063
  }
1064
- ._focused_8w2392_75 ._suffix_8w2392_356{
1064
+ ._focused_ul8n75_75 ._suffix_ul8n75_356{
1065
1065
  color:var(--_rs-input-focused-suffix-color);
1066
1066
  }
1067
- ._error_8w2392_57._focused_8w2392_75 ._suffix_8w2392_356{
1067
+ ._error_ul8n75_57._focused_ul8n75_75 ._suffix_ul8n75_356{
1068
1068
  color:var(--_rs-input-error-focused-suffix-color);
1069
1069
  }
1070
- ._errorMessage_8w2392_376{
1070
+ ._errorMessage_ul8n75_376{
1071
1071
  letter-spacing:var(
1072
1072
  --rs-text-base-letter-spacing,
1073
1073
  var(--_rs-typography-letter-spacing)
@@ -1089,12 +1089,12 @@
1089
1089
  -moz-column-gap:8px;
1090
1090
  column-gap:8px;
1091
1091
  }
1092
- ._errorIcon_8w2392_388{
1092
+ ._errorIcon_ul8n75_388{
1093
1093
  flex:0 0 auto;
1094
1094
 
1095
1095
  color:#F45C4A;
1096
1096
  }
1097
- ._note_8w2392_394{
1097
+ ._note_ul8n75_394{
1098
1098
  letter-spacing:var(
1099
1099
  --rs-text-base-letter-spacing,
1100
1100
  var(--_rs-typography-letter-spacing)
@@ -1113,13 +1113,13 @@
1113
1113
 
1114
1114
  margin-top:var(--_rs-input-parts-offset);
1115
1115
  }
1116
- ._disabled_8w2392_51 ._note_8w2392_394{
1116
+ ._disabled_ul8n75_51 ._note_ul8n75_394{
1117
1117
  color:var(
1118
1118
  --rs-color-pale,
1119
1119
  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
1120
  );
1121
1121
  }
1122
- ._label_8w2392_405{
1122
+ ._label_ul8n75_405{
1123
1123
  letter-spacing:var(
1124
1124
  --rs-text-base-letter-spacing,
1125
1125
  var(--_rs-typography-letter-spacing)
@@ -1138,7 +1138,7 @@
1138
1138
 
1139
1139
  margin-bottom:var(--_rs-input-parts-offset);
1140
1140
  }
1141
- ._disabled_8w2392_51 ._label_8w2392_405{
1141
+ ._disabled_ul8n75_51 ._label_ul8n75_405{
1142
1142
  color:var(
1143
1143
  --rs-color-pale,
1144
1144
  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_8w2392_8",
3
- "dark": "_dark_8w2392_11",
4
- "sizeS": "_sizeS_8w2392_15",
5
- "sizeM": "_sizeM_8w2392_18",
6
- "sizeL": "_sizeL_8w2392_21",
7
- "classic": "_classic_8w2392_25",
8
- "rock": "_rock_8w2392_28",
9
- "container": "_container_8w2392_32",
10
- "wrapper": "_wrapper_8w2392_39",
11
- "disabled": "_disabled_8w2392_51",
12
- "error": "_error_8w2392_57",
13
- "enabled": "_enabled_8w2392_63",
14
- "filled": "_filled_8w2392_63",
15
- "focused": "_focused_8w2392_75",
16
- "field": "_field_8w2392_101",
17
- "inner": "_inner_8w2392_114",
18
- "offSystemMicroelements": "_offSystemMicroelements_8w2392_229",
19
- "iconWrapper": "_iconWrapper_8w2392_239",
20
- "action": "_action_8w2392_254",
21
- "right": "_right_8w2392_292",
22
- "left": "_left_8w2392_296",
23
- "icon": "_icon_8w2392_239",
24
- "divider": "_divider_8w2392_342",
25
- "suffix": "_suffix_8w2392_356",
26
- "errorMessage": "_errorMessage_8w2392_376",
27
- "errorIcon": "_errorIcon_8w2392_388",
28
- "note": "_note_8w2392_394",
29
- "label": "_label_8w2392_405"
2
+ "light": "_light_ul8n75_8",
3
+ "dark": "_dark_ul8n75_11",
4
+ "sizeS": "_sizeS_ul8n75_15",
5
+ "sizeM": "_sizeM_ul8n75_18",
6
+ "sizeL": "_sizeL_ul8n75_21",
7
+ "classic": "_classic_ul8n75_25",
8
+ "rock": "_rock_ul8n75_28",
9
+ "container": "_container_ul8n75_32",
10
+ "wrapper": "_wrapper_ul8n75_39",
11
+ "disabled": "_disabled_ul8n75_51",
12
+ "error": "_error_ul8n75_57",
13
+ "enabled": "_enabled_ul8n75_63",
14
+ "filled": "_filled_ul8n75_63",
15
+ "focused": "_focused_ul8n75_75",
16
+ "field": "_field_ul8n75_101",
17
+ "inner": "_inner_ul8n75_114",
18
+ "offSystemMicroelements": "_offSystemMicroelements_ul8n75_229",
19
+ "iconWrapper": "_iconWrapper_ul8n75_239",
20
+ "action": "_action_ul8n75_254",
21
+ "right": "_right_ul8n75_292",
22
+ "left": "_left_ul8n75_296",
23
+ "icon": "_icon_ul8n75_239",
24
+ "divider": "_divider_ul8n75_342",
25
+ "suffix": "_suffix_ul8n75_356",
26
+ "errorMessage": "_errorMessage_ul8n75_376",
27
+ "errorIcon": "_errorIcon_ul8n75_388",
28
+ "note": "_note_ul8n75_394",
29
+ "label": "_label_ul8n75_405"
30
30
  };
31
31
  export { styles as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rescui/input",
3
- "version": "0.11.9",
3
+ "version": "0.11.11",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "author": "JetBrains",
@@ -24,11 +24,11 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@rescui/colors": "^0.2.6",
27
- "@rescui/icons": "^0.16.12",
27
+ "@rescui/icons": "^0.16.13",
28
28
  "@rescui/postcss-preset-library": "^0.2.2",
29
29
  "@rescui/scripts": "^0.3.5",
30
- "@rescui/tooltip": "^0.8.14",
31
- "@rescui/typography": "^0.19.1",
30
+ "@rescui/tooltip": "^0.9.1",
31
+ "@rescui/typography": "^0.20.0",
32
32
  "@rescui/visual-regression": "^0.1.2",
33
33
  "@types/classnames": "^2.2.11"
34
34
  },
@@ -37,5 +37,5 @@
37
37
  "build-pcss-api": "rescui-scripts build-pcss-api --file public-api.p.css"
38
38
  },
39
39
  "nx": {},
40
- "gitHead": "67627f69be3de4b4c6a21244fd7de36e841f01f0"
40
+ "gitHead": "5531e3d285d6e38bf5536ff0690a252f1308c49b"
41
41
  }