@rescui/input 0.10.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-48b1e9e1.18 → 0.10.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-5a735219.19

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_9r22zb_4",
3
- "sizeXS": "_sizeXS_9r22zb_14",
4
- "sizeS": "_sizeS_9r22zb_18",
5
- "sizeM": "_sizeM_9r22zb_22",
6
- "sizeL": "_sizeL_9r22zb_26",
7
- "light": "_light_9r22zb_30",
8
- "dark": "_dark_9r22zb_34"
2
+ "icon": "_icon_1r87ajb_4",
3
+ "sizeXS": "_sizeXS_1r87ajb_14",
4
+ "sizeS": "_sizeS_1r87ajb_18",
5
+ "sizeM": "_sizeM_1r87ajb_22",
6
+ "sizeL": "_sizeL_1r87ajb_26",
7
+ "light": "_light_1r87ajb_30",
8
+ "dark": "_dark_1r87ajb_34"
9
9
  };
10
10
  export { styles as default };
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- ._icon_9r22zb_4{
1
+ ._icon_1r87ajb_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_9r22zb_4{
11
+ ._icon_1r87ajb_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_9r22zb_4{
20
+ ._icon_1r87ajb_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_9r22zb_4{
28
+ ._icon_1r87ajb_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_9r22zb_14{
35
+ ._sizeXS_1r87ajb_14{
36
36
  --_rs-icons-height:16px;
37
37
  }
38
- ._sizeS_9r22zb_18{
38
+ ._sizeS_1r87ajb_18{
39
39
  --_rs-icons-height:20px;
40
40
  }
41
- ._sizeM_9r22zb_22{
41
+ ._sizeM_1r87ajb_22{
42
42
  --_rs-icons-height:24px;
43
43
  }
44
- ._sizeL_9r22zb_26{
44
+ ._sizeL_1r87ajb_26{
45
45
  --_rs-icons-height:28px;
46
46
  }
47
- ._light_9r22zb_30{
47
+ ._light_1r87ajb_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_9r22zb_34{
51
+ ._dark_1r87ajb_34{
52
52
  --rs-theme-dark:1;
53
53
  --_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
54
54
  }
@@ -72,20 +72,20 @@
72
72
  transform:rotate(360deg);
73
73
  }
74
74
  }
75
- ._light_165qcku_8{
75
+ ._light_efdpke_8{
76
76
  --rs-theme-dark:0;
77
77
  }
78
- ._dark_165qcku_11{
78
+ ._dark_efdpke_11{
79
79
  --rs-theme-dark:1;
80
80
  }
81
- ._sizeS_165qcku_15{
81
+ ._sizeS_efdpke_15{
82
82
  --_rs-input-vertical-padding:6px;
83
83
  --_rs-input-horizontal-padding:8px;
84
84
  --_rs-input-parts-offset:4px;
85
85
  --_rs-input-icon-offset:8px;
86
86
  --_rs-input-icon-size:20px;
87
87
  }
88
- ._sizeS_165qcku_15 [data-rs-internal='input__inner']::-webkit-input-placeholder{
88
+ ._sizeS_efdpke_15 [data-rs-internal='input__inner']::-webkit-input-placeholder{
89
89
  --_rs-typography-letter-spacing:0.0045em;
90
90
  --_rs-typography-text-transform:initial;
91
91
  --_rs-typography-font-variant-numeric:initial;
@@ -119,7 +119,7 @@
119
119
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
120
120
  --_rs-typography-link-border-bottom-width-from-text:1px;
121
121
  }
122
- ._sizeS_165qcku_15 [data-rs-internal='input__inner']::-moz-placeholder{
122
+ ._sizeS_efdpke_15 [data-rs-internal='input__inner']::-moz-placeholder{
123
123
  --_rs-typography-letter-spacing:0.0045em;
124
124
  --_rs-typography-text-transform:initial;
125
125
  --_rs-typography-font-variant-numeric:initial;
@@ -153,7 +153,7 @@
153
153
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
154
154
  --_rs-typography-link-border-bottom-width-from-text:1px;
155
155
  }
156
- ._sizeS_165qcku_15 [data-rs-internal='input__inner']:-ms-input-placeholder{
156
+ ._sizeS_efdpke_15 [data-rs-internal='input__inner']:-ms-input-placeholder{
157
157
  --_rs-typography-letter-spacing:0.0045em;
158
158
  --_rs-typography-text-transform:initial;
159
159
  --_rs-typography-font-variant-numeric:initial;
@@ -187,7 +187,7 @@
187
187
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
188
188
  --_rs-typography-link-border-bottom-width-from-text:1px;
189
189
  }
190
- ._sizeS_165qcku_15 [data-rs-internal='input__inner']::-ms-input-placeholder{
190
+ ._sizeS_efdpke_15 [data-rs-internal='input__inner']::-ms-input-placeholder{
191
191
  --_rs-typography-letter-spacing:0.0045em;
192
192
  --_rs-typography-text-transform:initial;
193
193
  --_rs-typography-font-variant-numeric:initial;
@@ -221,10 +221,10 @@
221
221
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
222
222
  --_rs-typography-link-border-bottom-width-from-text:1px;
223
223
  }
224
- ._sizeS_165qcku_15 [data-rs-internal='input__label'],
225
- ._sizeS_165qcku_15 [data-rs-internal='input__inner'],
226
- ._sizeS_165qcku_15 [data-rs-internal='input__inner']::placeholder,
227
- ._sizeS_165qcku_15 [data-rs-internal='input__suffix']{
224
+ ._sizeS_efdpke_15 [data-rs-internal='input__label'],
225
+ ._sizeS_efdpke_15 [data-rs-internal='input__inner'],
226
+ ._sizeS_efdpke_15 [data-rs-internal='input__inner']::placeholder,
227
+ ._sizeS_efdpke_15 [data-rs-internal='input__suffix']{
228
228
  --_rs-typography-letter-spacing:0.0045em;
229
229
  --_rs-typography-text-transform:initial;
230
230
  --_rs-typography-font-variant-numeric:initial;
@@ -258,7 +258,7 @@
258
258
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
259
259
  --_rs-typography-link-border-bottom-width-from-text:1px;
260
260
  }
261
- ._sizeS_165qcku_15 [data-rs-internal='input__bold-label']{
261
+ ._sizeS_efdpke_15 [data-rs-internal='input__bold-label']{
262
262
  --_rs-typography-letter-spacing:normal;
263
263
  --_rs-typography-text-transform:initial;
264
264
  --_rs-typography-font-variant-numeric:initial;
@@ -289,7 +289,7 @@
289
289
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
290
290
  --_rs-typography-link-border-bottom-width-from-text:2px;
291
291
  }
292
- ._sizeS_165qcku_15 [data-rs-internal='input__note']{
292
+ ._sizeS_efdpke_15 [data-rs-internal='input__note']{
293
293
  --_rs-typography-letter-spacing:0.0045em;
294
294
  --_rs-typography-text-transform:initial;
295
295
  --_rs-typography-font-variant-numeric:initial;
@@ -323,7 +323,7 @@
323
323
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
324
324
  --_rs-typography-link-border-bottom-width-from-text:1px;
325
325
  }
326
- ._sizeS_165qcku_15 [data-rs-internal='input__error-message']{
326
+ ._sizeS_efdpke_15 [data-rs-internal='input__error-message']{
327
327
  --_rs-typography-letter-spacing:normal;
328
328
  --_rs-typography-text-transform:initial;
329
329
  --_rs-typography-font-variant-numeric:initial;
@@ -354,17 +354,17 @@
354
354
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
355
355
  --_rs-typography-link-border-bottom-width-from-text:2px;
356
356
  }
357
- ._sizeS_165qcku_15 [data-rs-internal='input__error-icon']:not(html){
357
+ ._sizeS_efdpke_15 [data-rs-internal='input__error-icon']:not(html){
358
358
  --_rs-icons-height:20px;
359
359
  }
360
- ._sizeM_165qcku_18{
360
+ ._sizeM_efdpke_18{
361
361
  --_rs-input-vertical-padding:8px;
362
362
  --_rs-input-horizontal-padding:8px;
363
363
  --_rs-input-parts-offset:8px;
364
364
  --_rs-input-icon-offset:8px;
365
365
  --_rs-input-icon-size:24px;
366
366
  }
367
- ._sizeM_165qcku_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
367
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
368
368
  --_rs-typography-letter-spacing:0.0015em;
369
369
  --_rs-typography-text-transform:initial;
370
370
  --_rs-typography-font-variant-numeric:initial;
@@ -399,11 +399,11 @@
399
399
  --_rs-typography-link-border-bottom-width-from-text:1px;
400
400
  }
401
401
  @media screen and (max-width: 640px){
402
- ._sizeM_165qcku_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
402
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
403
403
  --_rs-typography-list-li-margin-top-from-text:12px;
404
404
  }
405
405
  }
406
- ._sizeM_165qcku_18 [data-rs-internal='input__inner']::-moz-placeholder{
406
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::-moz-placeholder{
407
407
  --_rs-typography-letter-spacing:0.0015em;
408
408
  --_rs-typography-text-transform:initial;
409
409
  --_rs-typography-font-variant-numeric:initial;
@@ -438,11 +438,11 @@
438
438
  --_rs-typography-link-border-bottom-width-from-text:1px;
439
439
  }
440
440
  @media screen and (max-width: 640px){
441
- ._sizeM_165qcku_18 [data-rs-internal='input__inner']::-moz-placeholder{
441
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::-moz-placeholder{
442
442
  --_rs-typography-list-li-margin-top-from-text:12px;
443
443
  }
444
444
  }
445
- ._sizeM_165qcku_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
445
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
446
446
  --_rs-typography-letter-spacing:0.0015em;
447
447
  --_rs-typography-text-transform:initial;
448
448
  --_rs-typography-font-variant-numeric:initial;
@@ -477,11 +477,11 @@
477
477
  --_rs-typography-link-border-bottom-width-from-text:1px;
478
478
  }
479
479
  @media screen and (max-width: 640px){
480
- ._sizeM_165qcku_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
480
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
481
481
  --_rs-typography-list-li-margin-top-from-text:12px;
482
482
  }
483
483
  }
484
- ._sizeM_165qcku_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
484
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
485
485
  --_rs-typography-letter-spacing:0.0015em;
486
486
  --_rs-typography-text-transform:initial;
487
487
  --_rs-typography-font-variant-numeric:initial;
@@ -516,14 +516,14 @@
516
516
  --_rs-typography-link-border-bottom-width-from-text:1px;
517
517
  }
518
518
  @media screen and (max-width: 640px){
519
- ._sizeM_165qcku_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
519
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
520
520
  --_rs-typography-list-li-margin-top-from-text:12px;
521
521
  }
522
522
  }
523
- ._sizeM_165qcku_18 [data-rs-internal='input__label'],
524
- ._sizeM_165qcku_18 [data-rs-internal='input__inner'],
525
- ._sizeM_165qcku_18 [data-rs-internal='input__inner']::placeholder,
526
- ._sizeM_165qcku_18 [data-rs-internal='input__suffix']{
523
+ ._sizeM_efdpke_18 [data-rs-internal='input__label'],
524
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner'],
525
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::placeholder,
526
+ ._sizeM_efdpke_18 [data-rs-internal='input__suffix']{
527
527
  --_rs-typography-letter-spacing:0.0015em;
528
528
  --_rs-typography-text-transform:initial;
529
529
  --_rs-typography-font-variant-numeric:initial;
@@ -558,14 +558,14 @@
558
558
  --_rs-typography-link-border-bottom-width-from-text:1px;
559
559
  }
560
560
  @media screen and (max-width: 640px){
561
- ._sizeM_165qcku_18 [data-rs-internal='input__label'],
562
- ._sizeM_165qcku_18 [data-rs-internal='input__inner'],
563
- ._sizeM_165qcku_18 [data-rs-internal='input__inner']::placeholder,
564
- ._sizeM_165qcku_18 [data-rs-internal='input__suffix']{
561
+ ._sizeM_efdpke_18 [data-rs-internal='input__label'],
562
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner'],
563
+ ._sizeM_efdpke_18 [data-rs-internal='input__inner']::placeholder,
564
+ ._sizeM_efdpke_18 [data-rs-internal='input__suffix']{
565
565
  --_rs-typography-list-li-margin-top-from-text:12px;
566
566
  }
567
567
  }
568
- ._sizeM_165qcku_18 [data-rs-internal='input__bold-label']{
568
+ ._sizeM_efdpke_18 [data-rs-internal='input__bold-label']{
569
569
  --_rs-typography-letter-spacing:normal;
570
570
  --_rs-typography-text-transform:initial;
571
571
  --_rs-typography-font-variant-numeric:initial;
@@ -596,7 +596,7 @@
596
596
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
597
597
  --_rs-typography-link-border-bottom-width-from-text:2px;
598
598
  }
599
- ._sizeM_165qcku_18 [data-rs-internal='input__note']{
599
+ ._sizeM_efdpke_18 [data-rs-internal='input__note']{
600
600
  --_rs-typography-letter-spacing:0.0045em;
601
601
  --_rs-typography-text-transform:initial;
602
602
  --_rs-typography-font-variant-numeric:initial;
@@ -630,7 +630,7 @@
630
630
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
631
631
  --_rs-typography-link-border-bottom-width-from-text:1px;
632
632
  }
633
- ._sizeM_165qcku_18 [data-rs-internal='input__error-message']{
633
+ ._sizeM_efdpke_18 [data-rs-internal='input__error-message']{
634
634
  --_rs-typography-letter-spacing:normal;
635
635
  --_rs-typography-text-transform:initial;
636
636
  --_rs-typography-font-variant-numeric:initial;
@@ -661,17 +661,17 @@
661
661
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
662
662
  --_rs-typography-link-border-bottom-width-from-text:2px;
663
663
  }
664
- ._sizeM_165qcku_18 [data-rs-internal='input__error-icon']:not(html){
664
+ ._sizeM_efdpke_18 [data-rs-internal='input__error-icon']:not(html){
665
665
  --_rs-icons-height:20px;
666
666
  }
667
- ._sizeL_165qcku_21{
667
+ ._sizeL_efdpke_21{
668
668
  --_rs-input-vertical-padding:12px;
669
669
  --_rs-input-horizontal-padding:16px;
670
670
  --_rs-input-parts-offset:8px;
671
671
  --_rs-input-icon-offset:16px;
672
672
  --_rs-input-icon-size:28px;
673
673
  }
674
- ._sizeL_165qcku_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
674
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
675
675
  --_rs-typography-letter-spacing:normal;
676
676
  --_rs-typography-text-transform:initial;
677
677
  --_rs-typography-font-variant-numeric:initial;
@@ -706,11 +706,11 @@
706
706
  --_rs-typography-link-border-bottom-width-from-text:1px;
707
707
  }
708
708
  @media screen and (max-width: 640px){
709
- ._sizeL_165qcku_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
709
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
710
710
  --_rs-typography-list-li-margin-top-from-text:16px;
711
711
  }
712
712
  }
713
- ._sizeL_165qcku_21 [data-rs-internal='input__inner']::-moz-placeholder{
713
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::-moz-placeholder{
714
714
  --_rs-typography-letter-spacing:normal;
715
715
  --_rs-typography-text-transform:initial;
716
716
  --_rs-typography-font-variant-numeric:initial;
@@ -745,11 +745,11 @@
745
745
  --_rs-typography-link-border-bottom-width-from-text:1px;
746
746
  }
747
747
  @media screen and (max-width: 640px){
748
- ._sizeL_165qcku_21 [data-rs-internal='input__inner']::-moz-placeholder{
748
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::-moz-placeholder{
749
749
  --_rs-typography-list-li-margin-top-from-text:16px;
750
750
  }
751
751
  }
752
- ._sizeL_165qcku_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
752
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
753
753
  --_rs-typography-letter-spacing:normal;
754
754
  --_rs-typography-text-transform:initial;
755
755
  --_rs-typography-font-variant-numeric:initial;
@@ -784,11 +784,11 @@
784
784
  --_rs-typography-link-border-bottom-width-from-text:1px;
785
785
  }
786
786
  @media screen and (max-width: 640px){
787
- ._sizeL_165qcku_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
787
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
788
788
  --_rs-typography-list-li-margin-top-from-text:16px;
789
789
  }
790
790
  }
791
- ._sizeL_165qcku_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
791
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
792
792
  --_rs-typography-letter-spacing:normal;
793
793
  --_rs-typography-text-transform:initial;
794
794
  --_rs-typography-font-variant-numeric:initial;
@@ -823,14 +823,14 @@
823
823
  --_rs-typography-link-border-bottom-width-from-text:1px;
824
824
  }
825
825
  @media screen and (max-width: 640px){
826
- ._sizeL_165qcku_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
826
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
827
827
  --_rs-typography-list-li-margin-top-from-text:16px;
828
828
  }
829
829
  }
830
- ._sizeL_165qcku_21 [data-rs-internal='input__label'],
831
- ._sizeL_165qcku_21 [data-rs-internal='input__inner'],
832
- ._sizeL_165qcku_21 [data-rs-internal='input__inner']::placeholder,
833
- ._sizeL_165qcku_21 [data-rs-internal='input__suffix']{
830
+ ._sizeL_efdpke_21 [data-rs-internal='input__label'],
831
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner'],
832
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::placeholder,
833
+ ._sizeL_efdpke_21 [data-rs-internal='input__suffix']{
834
834
  --_rs-typography-letter-spacing:normal;
835
835
  --_rs-typography-text-transform:initial;
836
836
  --_rs-typography-font-variant-numeric:initial;
@@ -865,14 +865,14 @@
865
865
  --_rs-typography-link-border-bottom-width-from-text:1px;
866
866
  }
867
867
  @media screen and (max-width: 640px){
868
- ._sizeL_165qcku_21 [data-rs-internal='input__label'],
869
- ._sizeL_165qcku_21 [data-rs-internal='input__inner'],
870
- ._sizeL_165qcku_21 [data-rs-internal='input__inner']::placeholder,
871
- ._sizeL_165qcku_21 [data-rs-internal='input__suffix']{
868
+ ._sizeL_efdpke_21 [data-rs-internal='input__label'],
869
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner'],
870
+ ._sizeL_efdpke_21 [data-rs-internal='input__inner']::placeholder,
871
+ ._sizeL_efdpke_21 [data-rs-internal='input__suffix']{
872
872
  --_rs-typography-list-li-margin-top-from-text:16px;
873
873
  }
874
874
  }
875
- ._sizeL_165qcku_21 [data-rs-internal='input__bold-label']{
875
+ ._sizeL_efdpke_21 [data-rs-internal='input__bold-label']{
876
876
  --_rs-typography-letter-spacing:normal;
877
877
  --_rs-typography-text-transform:initial;
878
878
  --_rs-typography-font-variant-numeric:initial;
@@ -903,7 +903,7 @@
903
903
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
904
904
  --_rs-typography-link-border-bottom-width-from-text:2px;
905
905
  }
906
- ._sizeL_165qcku_21 [data-rs-internal='input__note']{
906
+ ._sizeL_efdpke_21 [data-rs-internal='input__note']{
907
907
  --_rs-typography-letter-spacing:0.0015em;
908
908
  --_rs-typography-text-transform:initial;
909
909
  --_rs-typography-font-variant-numeric:initial;
@@ -938,11 +938,11 @@
938
938
  --_rs-typography-link-border-bottom-width-from-text:1px;
939
939
  }
940
940
  @media screen and (max-width: 640px){
941
- ._sizeL_165qcku_21 [data-rs-internal='input__note']{
941
+ ._sizeL_efdpke_21 [data-rs-internal='input__note']{
942
942
  --_rs-typography-list-li-margin-top-from-text:12px;
943
943
  }
944
944
  }
945
- ._sizeL_165qcku_21 [data-rs-internal='input__error-message']{
945
+ ._sizeL_efdpke_21 [data-rs-internal='input__error-message']{
946
946
  --_rs-typography-letter-spacing:normal;
947
947
  --_rs-typography-text-transform:initial;
948
948
  --_rs-typography-font-variant-numeric:initial;
@@ -973,10 +973,10 @@
973
973
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
974
974
  --_rs-typography-link-border-bottom-width-from-text:2px;
975
975
  }
976
- ._sizeL_165qcku_21 [data-rs-internal='input__error-icon']:not(html){
976
+ ._sizeL_efdpke_21 [data-rs-internal='input__error-icon']:not(html){
977
977
  --_rs-icons-height:24px;
978
978
  }
979
- ._classic_165qcku_25{
979
+ ._classic_efdpke_25{
980
980
  --_rs-input-focused-enabled-wrapper-border-width:2px;
981
981
  --_rs-input-focused-enabled-wrapper-background:rgb(
982
982
  calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182)
@@ -1026,7 +1026,7 @@
1026
1026
  0.5
1027
1027
  );
1028
1028
  }
1029
- ._rock_165qcku_28{
1029
+ ._rock_efdpke_28{
1030
1030
  --_rs-input-focused-enabled-wrapper-border-width:0px;
1031
1031
  --_rs-input-focused-enabled-wrapper-background:rgb(
1032
1032
  calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)
@@ -1058,7 +1058,7 @@
1058
1058
  );
1059
1059
  --_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
1060
1060
  }
1061
- ._container_165qcku_32{
1061
+ ._container_efdpke_32{
1062
1062
  --_rs-theme-dark:var(
1063
1063
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
1064
1064
  var(--rs-theme-dark, 0)
@@ -1068,7 +1068,7 @@
1068
1068
  --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
1069
1069
  }
1070
1070
  @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
1071
- ._container_165qcku_32{
1071
+ ._container_efdpke_32{
1072
1072
  --_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
1073
1073
  --_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
1074
1074
  --_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
@@ -1077,7 +1077,7 @@
1077
1077
  }
1078
1078
  }
1079
1079
  @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
1080
- ._container_165qcku_32{
1080
+ ._container_efdpke_32{
1081
1081
  --_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
1082
1082
  --_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
1083
1083
  --_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
@@ -1085,11 +1085,11 @@
1085
1085
  --_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
1086
1086
  }
1087
1087
  }
1088
- ._container_165qcku_32 {
1088
+ ._container_efdpke_32 {
1089
1089
 
1090
1090
  display:block;
1091
1091
  }
1092
- ._wrapper_165qcku_39{
1092
+ ._wrapper_efdpke_39{
1093
1093
  --_rs-input-border-width:1px;
1094
1094
 
1095
1095
  display:-webkit-box;
@@ -1104,27 +1104,27 @@
1104
1104
 
1105
1105
  background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*204));
1106
1106
  }
1107
- ._disabled_165qcku_51 ._wrapper_165qcku_39{
1107
+ ._disabled_efdpke_51 ._wrapper_efdpke_39{
1108
1108
  cursor:auto;
1109
1109
 
1110
1110
  background-color:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*216));
1111
1111
  }
1112
- ._error_165qcku_57 ._wrapper_165qcku_39{
1112
+ ._error_efdpke_57 ._wrapper_efdpke_39{
1113
1113
  --_rs-input-border-width:2px;
1114
1114
 
1115
1115
  border-color:#F45C4A;
1116
1116
  }
1117
- ._enabled_165qcku_63._filled_165qcku_63 ._wrapper_165qcku_39{
1117
+ ._enabled_efdpke_63._filled_efdpke_63 ._wrapper_efdpke_39{
1118
1118
  border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.3);
1119
1119
  }
1120
1120
  @media (hover: hover){
1121
- ._enabled_165qcku_63:hover ._wrapper_165qcku_39{
1121
+ ._enabled_efdpke_63:hover ._wrapper_efdpke_39{
1122
1122
  border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1123
1123
 
1124
1124
  background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182));
1125
1125
  }
1126
1126
  }
1127
- ._enabled_165qcku_63._focused_165qcku_75 ._wrapper_165qcku_39{
1127
+ ._enabled_efdpke_63._focused_efdpke_75 ._wrapper_efdpke_39{
1128
1128
  --_rs-input-border-width:var(
1129
1129
  --_rs-input-focused-enabled-wrapper-border-width
1130
1130
  );
@@ -1134,18 +1134,18 @@
1134
1134
  background-color:var(--_rs-input-focused-enabled-wrapper-background);
1135
1135
  }
1136
1136
  @media (hover: hover){
1137
- ._error_165qcku_57._enabled_165qcku_63:hover ._wrapper_165qcku_39{
1137
+ ._error_efdpke_57._enabled_efdpke_63:hover ._wrapper_efdpke_39{
1138
1138
  border-color:#F45C4A;
1139
1139
  }
1140
1140
  }
1141
- ._error_165qcku_57._enabled_165qcku_63._focused_165qcku_75 ._wrapper_165qcku_39,
1142
- ._error_165qcku_57._enabled_165qcku_63._filled_165qcku_63 ._wrapper_165qcku_39{
1141
+ ._error_efdpke_57._enabled_efdpke_63._focused_efdpke_75 ._wrapper_efdpke_39,
1142
+ ._error_efdpke_57._enabled_efdpke_63._filled_efdpke_63 ._wrapper_efdpke_39{
1143
1143
  border-color:#F45C4A;
1144
1144
  }
1145
- ._error_165qcku_57._enabled_165qcku_63._focused_165qcku_75 ._wrapper_165qcku_39{
1145
+ ._error_efdpke_57._enabled_efdpke_63._focused_efdpke_75 ._wrapper_efdpke_39{
1146
1146
  background:var(--_rs-input-error-focused-enabled-wrapper-background);
1147
1147
  }
1148
- ._field_165qcku_101{
1148
+ ._field_efdpke_101{
1149
1149
  display:-webkit-box;
1150
1150
  display:-ms-flexbox;
1151
1151
  display:flex;
@@ -1160,7 +1160,7 @@
1160
1160
 
1161
1161
  padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
1162
1162
  }
1163
- ._inner_165qcku_114{
1163
+ ._inner_efdpke_114{
1164
1164
  letter-spacing:var(
1165
1165
  --rs-text-base-letter-spacing,
1166
1166
  var(--_rs-typography-letter-spacing)
@@ -1174,22 +1174,22 @@
1174
1174
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1175
1175
  font-feature-settings:'kern', 'liga', 'calt';
1176
1176
  }
1177
- ._inner_165qcku_114::-ms-clear{
1177
+ ._inner_efdpke_114::-ms-clear{
1178
1178
  display:none;
1179
1179
 
1180
1180
  width:0;
1181
1181
  height:0;
1182
1182
  }
1183
- ._dark_165qcku_11 ._inner_165qcku_114{
1183
+ ._dark_efdpke_11 ._inner_efdpke_114{
1184
1184
  color-scheme:dark;
1185
1185
  }
1186
- ._inner_165qcku_114 {
1186
+ ._inner_efdpke_114 {
1187
1187
 
1188
1188
  @container style(--_rs-theme-dark-coefficient: 1){
1189
1189
  color-scheme:dark;
1190
1190
  }
1191
1191
  }
1192
- ._inner_165qcku_114 {
1192
+ ._inner_efdpke_114 {
1193
1193
  @container style(--_rs-theme-dark-coefficient: 0){
1194
1194
  color-scheme:light;
1195
1195
  }
@@ -1220,20 +1220,20 @@
1220
1220
  -moz-appearance:none;
1221
1221
  appearance:none;
1222
1222
  }
1223
- ._inner_165qcku_114:focus{
1223
+ ._inner_efdpke_114:focus{
1224
1224
  outline:none;
1225
1225
  }
1226
- ._disabled_165qcku_51 ._inner_165qcku_114,
1227
- ._inner_165qcku_114:disabled{
1226
+ ._disabled_efdpke_51 ._inner_efdpke_114,
1227
+ ._inner_efdpke_114:disabled{
1228
1228
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7);
1229
1229
  }
1230
- ._focused_165qcku_75 ._inner_165qcku_114{
1230
+ ._focused_efdpke_75 ._inner_efdpke_114{
1231
1231
  color:var(--_rs-input-focused-inner-color);
1232
1232
  }
1233
- ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114{
1233
+ ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114{
1234
1234
  color:var(--_rs-input-error-focused-inner-color);
1235
1235
  }
1236
- ._inner_165qcku_114::-webkit-input-placeholder{
1236
+ ._inner_efdpke_114::-webkit-input-placeholder{
1237
1237
  letter-spacing:var(
1238
1238
  --rs-text-base-letter-spacing,
1239
1239
  var(--_rs-typography-letter-spacing)
@@ -1250,13 +1250,13 @@
1250
1250
 
1251
1251
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1252
1252
  }
1253
- ._focused_165qcku_75 ._inner_165qcku_114::-webkit-input-placeholder{
1253
+ ._focused_efdpke_75 ._inner_efdpke_114::-webkit-input-placeholder{
1254
1254
  color:var(--_rs-input-focused-inner-placeholder-color);
1255
1255
  }
1256
- ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114::-webkit-input-placeholder{
1256
+ ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114::-webkit-input-placeholder{
1257
1257
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1258
1258
  }
1259
- ._inner_165qcku_114::-moz-placeholder{
1259
+ ._inner_efdpke_114::-moz-placeholder{
1260
1260
  letter-spacing:var(
1261
1261
  --rs-text-base-letter-spacing,
1262
1262
  var(--_rs-typography-letter-spacing)
@@ -1273,13 +1273,13 @@
1273
1273
 
1274
1274
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1275
1275
  }
1276
- ._focused_165qcku_75 ._inner_165qcku_114::-moz-placeholder{
1276
+ ._focused_efdpke_75 ._inner_efdpke_114::-moz-placeholder{
1277
1277
  color:var(--_rs-input-focused-inner-placeholder-color);
1278
1278
  }
1279
- ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114::-moz-placeholder{
1279
+ ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114::-moz-placeholder{
1280
1280
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1281
1281
  }
1282
- ._inner_165qcku_114:-ms-input-placeholder{
1282
+ ._inner_efdpke_114:-ms-input-placeholder{
1283
1283
  letter-spacing:var(
1284
1284
  --rs-text-base-letter-spacing,
1285
1285
  var(--_rs-typography-letter-spacing)
@@ -1296,13 +1296,13 @@
1296
1296
 
1297
1297
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1298
1298
  }
1299
- ._focused_165qcku_75 ._inner_165qcku_114:-ms-input-placeholder{
1299
+ ._focused_efdpke_75 ._inner_efdpke_114:-ms-input-placeholder{
1300
1300
  color:var(--_rs-input-focused-inner-placeholder-color);
1301
1301
  }
1302
- ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114:-ms-input-placeholder{
1302
+ ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114:-ms-input-placeholder{
1303
1303
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1304
1304
  }
1305
- ._inner_165qcku_114::-ms-input-placeholder{
1305
+ ._inner_efdpke_114::-ms-input-placeholder{
1306
1306
  letter-spacing:var(
1307
1307
  --rs-text-base-letter-spacing,
1308
1308
  var(--_rs-typography-letter-spacing)
@@ -1319,13 +1319,13 @@
1319
1319
 
1320
1320
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1321
1321
  }
1322
- ._focused_165qcku_75 ._inner_165qcku_114::-ms-input-placeholder{
1322
+ ._focused_efdpke_75 ._inner_efdpke_114::-ms-input-placeholder{
1323
1323
  color:var(--_rs-input-focused-inner-placeholder-color);
1324
1324
  }
1325
- ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114::-ms-input-placeholder{
1325
+ ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114::-ms-input-placeholder{
1326
1326
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1327
1327
  }
1328
- ._inner_165qcku_114::placeholder{
1328
+ ._inner_efdpke_114::placeholder{
1329
1329
  letter-spacing:var(
1330
1330
  --rs-text-base-letter-spacing,
1331
1331
  var(--_rs-typography-letter-spacing)
@@ -1342,22 +1342,22 @@
1342
1342
 
1343
1343
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1344
1344
  }
1345
- ._focused_165qcku_75 ._inner_165qcku_114::placeholder{
1345
+ ._focused_efdpke_75 ._inner_efdpke_114::placeholder{
1346
1346
  color:var(--_rs-input-focused-inner-placeholder-color);
1347
1347
  }
1348
- ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114::placeholder{
1348
+ ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114::placeholder{
1349
1349
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1350
1350
  }
1351
- ._inner_165qcku_114:-moz-ui-invalid{
1351
+ ._inner_efdpke_114:-moz-ui-invalid{
1352
1352
  box-shadow:none;
1353
1353
  }
1354
- ._inner_165qcku_114:-moz-ui-invalid:-moz-focusring{
1354
+ ._inner_efdpke_114:-moz-ui-invalid:-moz-focusring{
1355
1355
  box-shadow:none;
1356
1356
  }
1357
- ._inner_165qcku_114:-webkit-autofill,
1358
- ._inner_165qcku_114:-webkit-autofill:hover,
1359
- ._inner_165qcku_114:-webkit-autofill:active,
1360
- ._inner_165qcku_114:-webkit-autofill:focus{
1357
+ ._inner_efdpke_114:-webkit-autofill,
1358
+ ._inner_efdpke_114:-webkit-autofill:hover,
1359
+ ._inner_efdpke_114:-webkit-autofill:active,
1360
+ ._inner_efdpke_114:-webkit-autofill:focus{
1361
1361
  -webkit-box-shadow:0 0 0 1000px rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*227)) inset;
1362
1362
 
1363
1363
  -webkit-transition-delay:9999s;
@@ -1365,24 +1365,24 @@
1365
1365
  transition-delay:9999s;
1366
1366
  -webkit-text-fill-color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
1367
1367
  }
1368
- ._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill, ._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill:hover, ._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill:active, ._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill:focus{
1368
+ ._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill, ._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill:hover, ._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill:active, ._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill:focus{
1369
1369
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
1370
1370
  -webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
1371
1371
  }
1372
- ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill, ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill:hover, ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill:active, ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill:focus{
1372
+ ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill, ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill:hover, ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill:active, ._error_efdpke_57._focused_efdpke_75 ._inner_efdpke_114:-webkit-autofill:focus{
1373
1373
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
1374
1374
  -webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
1375
1375
  }
1376
- ._offSystemMicroelements_165qcku_229 ._inner_165qcku_114{
1376
+ ._offSystemMicroelements_efdpke_229 ._inner_efdpke_114{
1377
1377
  -moz-appearance:textfield;
1378
1378
  }
1379
- ._offSystemMicroelements_165qcku_229 ._inner_165qcku_114::-webkit-outer-spin-button,
1380
- ._offSystemMicroelements_165qcku_229 ._inner_165qcku_114::-webkit-inner-spin-button{
1379
+ ._offSystemMicroelements_efdpke_229 ._inner_efdpke_114::-webkit-outer-spin-button,
1380
+ ._offSystemMicroelements_efdpke_229 ._inner_efdpke_114::-webkit-inner-spin-button{
1381
1381
  margin:0;
1382
1382
  -webkit-appearance:none;
1383
1383
  appearance:none;
1384
1384
  }
1385
- ._iconWrapper_165qcku_239{
1385
+ ._iconWrapper_efdpke_239{
1386
1386
  --_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
1387
1387
 
1388
1388
  display:-webkit-inline-box;
@@ -1401,15 +1401,15 @@
1401
1401
 
1402
1402
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7);
1403
1403
  }
1404
- ._iconWrapper_165qcku_239._action_165qcku_254{
1404
+ ._iconWrapper_efdpke_239._action_efdpke_254{
1405
1405
  position:relative;
1406
1406
 
1407
1407
  cursor:pointer;
1408
1408
  }
1409
- ._iconWrapper_165qcku_239._action_165qcku_254:focus{
1409
+ ._iconWrapper_efdpke_239._action_efdpke_254:focus{
1410
1410
  outline:none;
1411
1411
  }
1412
- ._iconWrapper_165qcku_239._action_165qcku_254::before{
1412
+ ._iconWrapper_efdpke_239._action_efdpke_254::before{
1413
1413
  position:absolute;
1414
1414
  top:-4px;
1415
1415
  right:-4px;
@@ -1424,56 +1424,56 @@
1424
1424
  content:'';
1425
1425
  pointer-events:none;
1426
1426
  }
1427
- ._iconWrapper_165qcku_239._action_165qcku_254:focus[data-focus-method='key']::before{
1427
+ ._iconWrapper_efdpke_239._action_efdpke_254:focus[data-focus-method='key']::before{
1428
1428
  display:block;
1429
1429
  }
1430
- ._disabled_165qcku_51 ._iconWrapper_165qcku_239{
1430
+ ._disabled_efdpke_51 ._iconWrapper_efdpke_239{
1431
1431
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1432
1432
  }
1433
- ._disabled_165qcku_51 ._iconWrapper_165qcku_239._action_165qcku_254{
1433
+ ._disabled_efdpke_51 ._iconWrapper_efdpke_239._action_efdpke_254{
1434
1434
  pointer-events:none;
1435
1435
  }
1436
- ._iconWrapper_165qcku_239._right_165qcku_292{
1436
+ ._iconWrapper_efdpke_239._right_efdpke_292{
1437
1437
  margin-left:var(--_rs-input-icon-offset);
1438
1438
  }
1439
- ._iconWrapper_165qcku_239._left_165qcku_296{
1439
+ ._iconWrapper_efdpke_239._left_efdpke_296{
1440
1440
  margin-right:var(--_rs-input-icon-offset);
1441
1441
  }
1442
- ._focused_165qcku_75 ._iconWrapper_165qcku_239{
1442
+ ._focused_efdpke_75 ._iconWrapper_efdpke_239{
1443
1443
  color:var(--_rs-input-focused-icon-color);
1444
1444
  }
1445
- ._error_165qcku_57._focused_165qcku_75 ._iconWrapper_165qcku_239{
1445
+ ._error_efdpke_57._focused_efdpke_75 ._iconWrapper_efdpke_239{
1446
1446
  color:var(--_rs-input-error-focused-icon-color);
1447
1447
  }
1448
1448
  @media (hover: hover){
1449
- ._enabled_165qcku_63 ._iconWrapper_165qcku_239._action_165qcku_254:hover{
1449
+ ._enabled_efdpke_63 ._iconWrapper_efdpke_239._action_efdpke_254:hover{
1450
1450
  color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
1451
1451
  }
1452
1452
 
1453
- ._enabled_165qcku_63._focused_165qcku_75 ._iconWrapper_165qcku_239._action_165qcku_254:hover{
1453
+ ._enabled_efdpke_63._focused_efdpke_75 ._iconWrapper_efdpke_239._action_efdpke_254:hover{
1454
1454
  color:var(--_rs-input-focused-icon-accent-color);
1455
1455
  }
1456
1456
 
1457
- ._enabled_165qcku_63._error_165qcku_57._focused_165qcku_75 ._iconWrapper_165qcku_239._action_165qcku_254:hover{
1457
+ ._enabled_efdpke_63._error_efdpke_57._focused_efdpke_75 ._iconWrapper_efdpke_239._action_efdpke_254:hover{
1458
1458
  color:var(--_rs-input-error-focused-icon-accent-color);
1459
1459
  }
1460
1460
  }
1461
- ._enabled_165qcku_63 ._iconWrapper_165qcku_239._action_165qcku_254:focus[data-focus-method='key']{
1461
+ ._enabled_efdpke_63 ._iconWrapper_efdpke_239._action_efdpke_254:focus[data-focus-method='key']{
1462
1462
  color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
1463
1463
  }
1464
- ._enabled_165qcku_63._focused_165qcku_75 ._iconWrapper_165qcku_239._action_165qcku_254:focus[data-focus-method='key']{
1464
+ ._enabled_efdpke_63._focused_efdpke_75 ._iconWrapper_efdpke_239._action_efdpke_254:focus[data-focus-method='key']{
1465
1465
  color:var(--_rs-input-focused-icon-accent-color);
1466
1466
  }
1467
- ._enabled_165qcku_63._error_165qcku_57._focused_165qcku_75 ._iconWrapper_165qcku_239._action_165qcku_254:focus[data-focus-method='key']{
1467
+ ._enabled_efdpke_63._error_efdpke_57._focused_efdpke_75 ._iconWrapper_efdpke_239._action_efdpke_254:focus[data-focus-method='key']{
1468
1468
  color:var(--_rs-input-error-focused-icon-accent-color);
1469
1469
  }
1470
- ._iconWrapper_165qcku_239 ._icon_165qcku_239{
1470
+ ._iconWrapper_efdpke_239 ._icon_efdpke_239{
1471
1471
  fill:currentColor;
1472
1472
 
1473
1473
  width:auto;
1474
1474
  height:var(--_rs-input-icon-size);
1475
1475
  }
1476
- ._divider_165qcku_342{
1476
+ ._divider_efdpke_342{
1477
1477
  display:block;
1478
1478
 
1479
1479
  width:1px;
@@ -1482,10 +1482,10 @@
1482
1482
 
1483
1483
  background:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.2);
1484
1484
  }
1485
- ._focused_165qcku_75 ._divider_165qcku_342{
1485
+ ._focused_efdpke_75 ._divider_efdpke_342{
1486
1486
  background:var(--_rs-input-focused-divider-background);
1487
1487
  }
1488
- ._suffix_165qcku_356{
1488
+ ._suffix_efdpke_356{
1489
1489
  letter-spacing:var(
1490
1490
  --rs-text-base-letter-spacing,
1491
1491
  var(--_rs-typography-letter-spacing)
@@ -1509,13 +1509,13 @@
1509
1509
 
1510
1510
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1511
1511
  }
1512
- ._focused_165qcku_75 ._suffix_165qcku_356{
1512
+ ._focused_efdpke_75 ._suffix_efdpke_356{
1513
1513
  color:var(--_rs-input-focused-suffix-color);
1514
1514
  }
1515
- ._error_165qcku_57._focused_165qcku_75 ._suffix_165qcku_356{
1515
+ ._error_efdpke_57._focused_efdpke_75 ._suffix_efdpke_356{
1516
1516
  color:var(--_rs-input-error-focused-suffix-color);
1517
1517
  }
1518
- ._errorMessage_165qcku_376{
1518
+ ._errorMessage_efdpke_376{
1519
1519
  letter-spacing:var(
1520
1520
  --rs-text-base-letter-spacing,
1521
1521
  var(--_rs-typography-letter-spacing)
@@ -1544,14 +1544,14 @@
1544
1544
  -moz-column-gap:8px;
1545
1545
  column-gap:8px;
1546
1546
  }
1547
- ._errorIcon_165qcku_388{
1547
+ ._errorIcon_efdpke_388{
1548
1548
  -webkit-box-flex:0;
1549
1549
  -ms-flex:0 0 auto;
1550
1550
  flex:0 0 auto;
1551
1551
 
1552
1552
  color:#F45C4A;
1553
1553
  }
1554
- ._note_165qcku_394{
1554
+ ._note_efdpke_394{
1555
1555
  letter-spacing:var(
1556
1556
  --rs-text-base-letter-spacing,
1557
1557
  var(--_rs-typography-letter-spacing)
@@ -1571,13 +1571,13 @@
1571
1571
 
1572
1572
  margin-top:var(--_rs-input-parts-offset);
1573
1573
  }
1574
- ._disabled_165qcku_51 ._note_165qcku_394{
1574
+ ._disabled_efdpke_51 ._note_efdpke_394{
1575
1575
  color:var(
1576
1576
  --rs-color-pale,
1577
1577
  rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
1578
1578
  );
1579
1579
  }
1580
- ._label_165qcku_405{
1580
+ ._label_efdpke_405{
1581
1581
  letter-spacing:var(
1582
1582
  --rs-text-base-letter-spacing,
1583
1583
  var(--_rs-typography-letter-spacing)
@@ -1597,7 +1597,7 @@
1597
1597
 
1598
1598
  margin-bottom:var(--_rs-input-parts-offset);
1599
1599
  }
1600
- ._disabled_165qcku_51 ._label_165qcku_405{
1600
+ ._disabled_efdpke_51 ._label_efdpke_405{
1601
1601
  color:var(
1602
1602
  --rs-color-pale,
1603
1603
  rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
@@ -1,31 +1,31 @@
1
1
  var styles = {
2
- "light": "_light_165qcku_8",
3
- "dark": "_dark_165qcku_11",
4
- "sizeS": "_sizeS_165qcku_15",
5
- "sizeM": "_sizeM_165qcku_18",
6
- "sizeL": "_sizeL_165qcku_21",
7
- "classic": "_classic_165qcku_25",
8
- "rock": "_rock_165qcku_28",
9
- "container": "_container_165qcku_32",
10
- "wrapper": "_wrapper_165qcku_39",
11
- "disabled": "_disabled_165qcku_51",
12
- "error": "_error_165qcku_57",
13
- "enabled": "_enabled_165qcku_63",
14
- "filled": "_filled_165qcku_63",
15
- "focused": "_focused_165qcku_75",
16
- "field": "_field_165qcku_101",
17
- "inner": "_inner_165qcku_114",
18
- "offSystemMicroelements": "_offSystemMicroelements_165qcku_229",
19
- "iconWrapper": "_iconWrapper_165qcku_239",
20
- "action": "_action_165qcku_254",
21
- "right": "_right_165qcku_292",
22
- "left": "_left_165qcku_296",
23
- "icon": "_icon_165qcku_239",
24
- "divider": "_divider_165qcku_342",
25
- "suffix": "_suffix_165qcku_356",
26
- "errorMessage": "_errorMessage_165qcku_376",
27
- "errorIcon": "_errorIcon_165qcku_388",
28
- "note": "_note_165qcku_394",
29
- "label": "_label_165qcku_405"
2
+ "light": "_light_efdpke_8",
3
+ "dark": "_dark_efdpke_11",
4
+ "sizeS": "_sizeS_efdpke_15",
5
+ "sizeM": "_sizeM_efdpke_18",
6
+ "sizeL": "_sizeL_efdpke_21",
7
+ "classic": "_classic_efdpke_25",
8
+ "rock": "_rock_efdpke_28",
9
+ "container": "_container_efdpke_32",
10
+ "wrapper": "_wrapper_efdpke_39",
11
+ "disabled": "_disabled_efdpke_51",
12
+ "error": "_error_efdpke_57",
13
+ "enabled": "_enabled_efdpke_63",
14
+ "filled": "_filled_efdpke_63",
15
+ "focused": "_focused_efdpke_75",
16
+ "field": "_field_efdpke_101",
17
+ "inner": "_inner_efdpke_114",
18
+ "offSystemMicroelements": "_offSystemMicroelements_efdpke_229",
19
+ "iconWrapper": "_iconWrapper_efdpke_239",
20
+ "action": "_action_efdpke_254",
21
+ "right": "_right_efdpke_292",
22
+ "left": "_left_efdpke_296",
23
+ "icon": "_icon_efdpke_239",
24
+ "divider": "_divider_efdpke_342",
25
+ "suffix": "_suffix_efdpke_356",
26
+ "errorMessage": "_errorMessage_efdpke_376",
27
+ "errorIcon": "_errorIcon_efdpke_388",
28
+ "note": "_note_efdpke_394",
29
+ "label": "_label_efdpke_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.10.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-48b1e9e1.18+48b1e9e1",
3
+ "version": "0.10.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-5a735219.19+5a735219",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "author": "JetBrains",
@@ -24,12 +24,12 @@
24
24
  "react": ">=16.8.0 <19"
25
25
  },
26
26
  "devDependencies": {
27
- "@rescui/colors": "0.2.1-RUI-198-Support-different-hardness-for-headings-in-mixins-api-48b1e9e1.41+48b1e9e1",
28
- "@rescui/icons": "0.16.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-48b1e9e1.18+48b1e9e1",
27
+ "@rescui/colors": "0.2.1-RUI-198-Support-different-hardness-for-headings-in-mixins-api-5a735219.42+5a735219",
28
+ "@rescui/icons": "0.16.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-5a735219.19+5a735219",
29
29
  "@rescui/postcss-preset-library": "0.2.1",
30
30
  "@rescui/scripts": "0.3.2",
31
- "@rescui/tooltip": "0.8.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-48b1e9e1.18+48b1e9e1",
32
- "@rescui/typography": "0.16.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-48b1e9e1.18+48b1e9e1",
31
+ "@rescui/tooltip": "0.8.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-5a735219.19+5a735219",
32
+ "@rescui/typography": "0.16.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-5a735219.19+5a735219",
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": "48b1e9e1ea4e38ec28a5bc9f9be82e5b69f7fe44"
41
+ "gitHead": "5a735219baf43052dc8343d54b8d4ac33d7f4b9e"
42
42
  }