@rescui/input 0.11.0 → 0.11.1

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_1jmu341_4",
3
- "sizeXS": "_sizeXS_1jmu341_14",
4
- "sizeS": "_sizeS_1jmu341_18",
5
- "sizeM": "_sizeM_1jmu341_22",
6
- "sizeL": "_sizeL_1jmu341_26",
7
- "light": "_light_1jmu341_30",
8
- "dark": "_dark_1jmu341_34"
2
+ "icon": "_icon_ekw7ne_4",
3
+ "sizeXS": "_sizeXS_ekw7ne_14",
4
+ "sizeS": "_sizeS_ekw7ne_18",
5
+ "sizeM": "_sizeM_ekw7ne_22",
6
+ "sizeL": "_sizeL_ekw7ne_26",
7
+ "light": "_light_ekw7ne_30",
8
+ "dark": "_dark_ekw7ne_34"
9
9
  };
10
10
  export { styles as default };
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- ._icon_1jmu341_4{
1
+ ._icon_ekw7ne_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_1jmu341_4{
11
+ ._icon_ekw7ne_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_1jmu341_4{
20
+ ._icon_ekw7ne_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_1jmu341_4{
28
+ ._icon_ekw7ne_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_1jmu341_14{
35
+ ._sizeXS_ekw7ne_14{
36
36
  --_rs-icons-height:16px;
37
37
  }
38
- ._sizeS_1jmu341_18{
38
+ ._sizeS_ekw7ne_18{
39
39
  --_rs-icons-height:20px;
40
40
  }
41
- ._sizeM_1jmu341_22{
41
+ ._sizeM_ekw7ne_22{
42
42
  --_rs-icons-height:24px;
43
43
  }
44
- ._sizeL_1jmu341_26{
44
+ ._sizeL_ekw7ne_26{
45
45
  --_rs-icons-height:28px;
46
46
  }
47
- ._light_1jmu341_30{
47
+ ._light_ekw7ne_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_1jmu341_34{
51
+ ._dark_ekw7ne_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_ko8994_8{
75
+ ._light_u0nlur_8{
76
76
  --rs-theme-dark:0;
77
77
  }
78
- ._dark_ko8994_11{
78
+ ._dark_u0nlur_11{
79
79
  --rs-theme-dark:1;
80
80
  }
81
- ._sizeS_ko8994_15{
81
+ ._sizeS_u0nlur_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_ko8994_15 [data-rs-internal='input__inner']::-webkit-input-placeholder{
88
+ ._sizeS_u0nlur_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_ko8994_15 [data-rs-internal='input__inner']::-moz-placeholder{
122
+ ._sizeS_u0nlur_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_ko8994_15 [data-rs-internal='input__inner']:-ms-input-placeholder{
156
+ ._sizeS_u0nlur_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_ko8994_15 [data-rs-internal='input__inner']::-ms-input-placeholder{
190
+ ._sizeS_u0nlur_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_ko8994_15 [data-rs-internal='input__label'],
225
- ._sizeS_ko8994_15 [data-rs-internal='input__inner'],
226
- ._sizeS_ko8994_15 [data-rs-internal='input__inner']::placeholder,
227
- ._sizeS_ko8994_15 [data-rs-internal='input__suffix']{
224
+ ._sizeS_u0nlur_15 [data-rs-internal='input__label'],
225
+ ._sizeS_u0nlur_15 [data-rs-internal='input__inner'],
226
+ ._sizeS_u0nlur_15 [data-rs-internal='input__inner']::placeholder,
227
+ ._sizeS_u0nlur_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_ko8994_15 [data-rs-internal='input__bold-label']{
261
+ ._sizeS_u0nlur_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;
@@ -286,7 +286,7 @@
286
286
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
287
287
  --_rs-typography-link-border-bottom-width-from-text:2px;
288
288
  }
289
- ._sizeS_ko8994_15 [data-rs-internal='input__note']{
289
+ ._sizeS_u0nlur_15 [data-rs-internal='input__note']{
290
290
  --_rs-typography-letter-spacing:0.0045em;
291
291
  --_rs-typography-text-transform:initial;
292
292
  --_rs-typography-font-variant-numeric:initial;
@@ -320,7 +320,7 @@
320
320
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
321
321
  --_rs-typography-link-border-bottom-width-from-text:1px;
322
322
  }
323
- ._sizeS_ko8994_15 [data-rs-internal='input__error-message']{
323
+ ._sizeS_u0nlur_15 [data-rs-internal='input__error-message']{
324
324
  --_rs-typography-letter-spacing:normal;
325
325
  --_rs-typography-text-transform:initial;
326
326
  --_rs-typography-font-variant-numeric:initial;
@@ -348,17 +348,17 @@
348
348
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
349
349
  --_rs-typography-link-border-bottom-width-from-text:2px;
350
350
  }
351
- ._sizeS_ko8994_15 [data-rs-internal='input__error-icon']:not(html){
351
+ ._sizeS_u0nlur_15 [data-rs-internal='input__error-icon']:not(html){
352
352
  --_rs-icons-height:20px;
353
353
  }
354
- ._sizeM_ko8994_18{
354
+ ._sizeM_u0nlur_18{
355
355
  --_rs-input-vertical-padding:8px;
356
356
  --_rs-input-horizontal-padding:8px;
357
357
  --_rs-input-parts-offset:8px;
358
358
  --_rs-input-icon-offset:8px;
359
359
  --_rs-input-icon-size:24px;
360
360
  }
361
- ._sizeM_ko8994_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
361
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
362
362
  --_rs-typography-letter-spacing:0.0015em;
363
363
  --_rs-typography-text-transform:initial;
364
364
  --_rs-typography-font-variant-numeric:initial;
@@ -393,11 +393,11 @@
393
393
  --_rs-typography-link-border-bottom-width-from-text:1px;
394
394
  }
395
395
  @media screen and (max-width: 640px){
396
- ._sizeM_ko8994_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
396
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
397
397
  --_rs-typography-list-li-margin-top-from-text:12px;
398
398
  }
399
399
  }
400
- ._sizeM_ko8994_18 [data-rs-internal='input__inner']::-moz-placeholder{
400
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-moz-placeholder{
401
401
  --_rs-typography-letter-spacing:0.0015em;
402
402
  --_rs-typography-text-transform:initial;
403
403
  --_rs-typography-font-variant-numeric:initial;
@@ -432,11 +432,11 @@
432
432
  --_rs-typography-link-border-bottom-width-from-text:1px;
433
433
  }
434
434
  @media screen and (max-width: 640px){
435
- ._sizeM_ko8994_18 [data-rs-internal='input__inner']::-moz-placeholder{
435
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-moz-placeholder{
436
436
  --_rs-typography-list-li-margin-top-from-text:12px;
437
437
  }
438
438
  }
439
- ._sizeM_ko8994_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
439
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
440
440
  --_rs-typography-letter-spacing:0.0015em;
441
441
  --_rs-typography-text-transform:initial;
442
442
  --_rs-typography-font-variant-numeric:initial;
@@ -471,11 +471,11 @@
471
471
  --_rs-typography-link-border-bottom-width-from-text:1px;
472
472
  }
473
473
  @media screen and (max-width: 640px){
474
- ._sizeM_ko8994_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
474
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
475
475
  --_rs-typography-list-li-margin-top-from-text:12px;
476
476
  }
477
477
  }
478
- ._sizeM_ko8994_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
478
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
479
479
  --_rs-typography-letter-spacing:0.0015em;
480
480
  --_rs-typography-text-transform:initial;
481
481
  --_rs-typography-font-variant-numeric:initial;
@@ -510,14 +510,14 @@
510
510
  --_rs-typography-link-border-bottom-width-from-text:1px;
511
511
  }
512
512
  @media screen and (max-width: 640px){
513
- ._sizeM_ko8994_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
513
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
514
514
  --_rs-typography-list-li-margin-top-from-text:12px;
515
515
  }
516
516
  }
517
- ._sizeM_ko8994_18 [data-rs-internal='input__label'],
518
- ._sizeM_ko8994_18 [data-rs-internal='input__inner'],
519
- ._sizeM_ko8994_18 [data-rs-internal='input__inner']::placeholder,
520
- ._sizeM_ko8994_18 [data-rs-internal='input__suffix']{
517
+ ._sizeM_u0nlur_18 [data-rs-internal='input__label'],
518
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner'],
519
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::placeholder,
520
+ ._sizeM_u0nlur_18 [data-rs-internal='input__suffix']{
521
521
  --_rs-typography-letter-spacing:0.0015em;
522
522
  --_rs-typography-text-transform:initial;
523
523
  --_rs-typography-font-variant-numeric:initial;
@@ -552,14 +552,14 @@
552
552
  --_rs-typography-link-border-bottom-width-from-text:1px;
553
553
  }
554
554
  @media screen and (max-width: 640px){
555
- ._sizeM_ko8994_18 [data-rs-internal='input__label'],
556
- ._sizeM_ko8994_18 [data-rs-internal='input__inner'],
557
- ._sizeM_ko8994_18 [data-rs-internal='input__inner']::placeholder,
558
- ._sizeM_ko8994_18 [data-rs-internal='input__suffix']{
555
+ ._sizeM_u0nlur_18 [data-rs-internal='input__label'],
556
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner'],
557
+ ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::placeholder,
558
+ ._sizeM_u0nlur_18 [data-rs-internal='input__suffix']{
559
559
  --_rs-typography-list-li-margin-top-from-text:12px;
560
560
  }
561
561
  }
562
- ._sizeM_ko8994_18 [data-rs-internal='input__bold-label']{
562
+ ._sizeM_u0nlur_18 [data-rs-internal='input__bold-label']{
563
563
  --_rs-typography-letter-spacing:normal;
564
564
  --_rs-typography-text-transform:initial;
565
565
  --_rs-typography-font-variant-numeric:initial;
@@ -587,7 +587,7 @@
587
587
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
588
588
  --_rs-typography-link-border-bottom-width-from-text:2px;
589
589
  }
590
- ._sizeM_ko8994_18 [data-rs-internal='input__note']{
590
+ ._sizeM_u0nlur_18 [data-rs-internal='input__note']{
591
591
  --_rs-typography-letter-spacing:0.0045em;
592
592
  --_rs-typography-text-transform:initial;
593
593
  --_rs-typography-font-variant-numeric:initial;
@@ -621,7 +621,7 @@
621
621
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
622
622
  --_rs-typography-link-border-bottom-width-from-text:1px;
623
623
  }
624
- ._sizeM_ko8994_18 [data-rs-internal='input__error-message']{
624
+ ._sizeM_u0nlur_18 [data-rs-internal='input__error-message']{
625
625
  --_rs-typography-letter-spacing:normal;
626
626
  --_rs-typography-text-transform:initial;
627
627
  --_rs-typography-font-variant-numeric:initial;
@@ -649,17 +649,17 @@
649
649
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
650
650
  --_rs-typography-link-border-bottom-width-from-text:2px;
651
651
  }
652
- ._sizeM_ko8994_18 [data-rs-internal='input__error-icon']:not(html){
652
+ ._sizeM_u0nlur_18 [data-rs-internal='input__error-icon']:not(html){
653
653
  --_rs-icons-height:20px;
654
654
  }
655
- ._sizeL_ko8994_21{
655
+ ._sizeL_u0nlur_21{
656
656
  --_rs-input-vertical-padding:12px;
657
657
  --_rs-input-horizontal-padding:16px;
658
658
  --_rs-input-parts-offset:8px;
659
659
  --_rs-input-icon-offset:16px;
660
660
  --_rs-input-icon-size:28px;
661
661
  }
662
- ._sizeL_ko8994_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
662
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
663
663
  --_rs-typography-letter-spacing:normal;
664
664
  --_rs-typography-text-transform:initial;
665
665
  --_rs-typography-font-variant-numeric:initial;
@@ -694,11 +694,11 @@
694
694
  --_rs-typography-link-border-bottom-width-from-text:1px;
695
695
  }
696
696
  @media screen and (max-width: 640px){
697
- ._sizeL_ko8994_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
697
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
698
698
  --_rs-typography-list-li-margin-top-from-text:16px;
699
699
  }
700
700
  }
701
- ._sizeL_ko8994_21 [data-rs-internal='input__inner']::-moz-placeholder{
701
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-moz-placeholder{
702
702
  --_rs-typography-letter-spacing:normal;
703
703
  --_rs-typography-text-transform:initial;
704
704
  --_rs-typography-font-variant-numeric:initial;
@@ -733,11 +733,11 @@
733
733
  --_rs-typography-link-border-bottom-width-from-text:1px;
734
734
  }
735
735
  @media screen and (max-width: 640px){
736
- ._sizeL_ko8994_21 [data-rs-internal='input__inner']::-moz-placeholder{
736
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-moz-placeholder{
737
737
  --_rs-typography-list-li-margin-top-from-text:16px;
738
738
  }
739
739
  }
740
- ._sizeL_ko8994_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
740
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
741
741
  --_rs-typography-letter-spacing:normal;
742
742
  --_rs-typography-text-transform:initial;
743
743
  --_rs-typography-font-variant-numeric:initial;
@@ -772,11 +772,11 @@
772
772
  --_rs-typography-link-border-bottom-width-from-text:1px;
773
773
  }
774
774
  @media screen and (max-width: 640px){
775
- ._sizeL_ko8994_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
775
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
776
776
  --_rs-typography-list-li-margin-top-from-text:16px;
777
777
  }
778
778
  }
779
- ._sizeL_ko8994_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
779
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
780
780
  --_rs-typography-letter-spacing:normal;
781
781
  --_rs-typography-text-transform:initial;
782
782
  --_rs-typography-font-variant-numeric:initial;
@@ -811,14 +811,14 @@
811
811
  --_rs-typography-link-border-bottom-width-from-text:1px;
812
812
  }
813
813
  @media screen and (max-width: 640px){
814
- ._sizeL_ko8994_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
814
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
815
815
  --_rs-typography-list-li-margin-top-from-text:16px;
816
816
  }
817
817
  }
818
- ._sizeL_ko8994_21 [data-rs-internal='input__label'],
819
- ._sizeL_ko8994_21 [data-rs-internal='input__inner'],
820
- ._sizeL_ko8994_21 [data-rs-internal='input__inner']::placeholder,
821
- ._sizeL_ko8994_21 [data-rs-internal='input__suffix']{
818
+ ._sizeL_u0nlur_21 [data-rs-internal='input__label'],
819
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner'],
820
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::placeholder,
821
+ ._sizeL_u0nlur_21 [data-rs-internal='input__suffix']{
822
822
  --_rs-typography-letter-spacing:normal;
823
823
  --_rs-typography-text-transform:initial;
824
824
  --_rs-typography-font-variant-numeric:initial;
@@ -853,14 +853,14 @@
853
853
  --_rs-typography-link-border-bottom-width-from-text:1px;
854
854
  }
855
855
  @media screen and (max-width: 640px){
856
- ._sizeL_ko8994_21 [data-rs-internal='input__label'],
857
- ._sizeL_ko8994_21 [data-rs-internal='input__inner'],
858
- ._sizeL_ko8994_21 [data-rs-internal='input__inner']::placeholder,
859
- ._sizeL_ko8994_21 [data-rs-internal='input__suffix']{
856
+ ._sizeL_u0nlur_21 [data-rs-internal='input__label'],
857
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner'],
858
+ ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::placeholder,
859
+ ._sizeL_u0nlur_21 [data-rs-internal='input__suffix']{
860
860
  --_rs-typography-list-li-margin-top-from-text:16px;
861
861
  }
862
862
  }
863
- ._sizeL_ko8994_21 [data-rs-internal='input__bold-label']{
863
+ ._sizeL_u0nlur_21 [data-rs-internal='input__bold-label']{
864
864
  --_rs-typography-letter-spacing:normal;
865
865
  --_rs-typography-text-transform:initial;
866
866
  --_rs-typography-font-variant-numeric:initial;
@@ -888,7 +888,7 @@
888
888
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
889
889
  --_rs-typography-link-border-bottom-width-from-text:2px;
890
890
  }
891
- ._sizeL_ko8994_21 [data-rs-internal='input__note']{
891
+ ._sizeL_u0nlur_21 [data-rs-internal='input__note']{
892
892
  --_rs-typography-letter-spacing:0.0015em;
893
893
  --_rs-typography-text-transform:initial;
894
894
  --_rs-typography-font-variant-numeric:initial;
@@ -923,11 +923,11 @@
923
923
  --_rs-typography-link-border-bottom-width-from-text:1px;
924
924
  }
925
925
  @media screen and (max-width: 640px){
926
- ._sizeL_ko8994_21 [data-rs-internal='input__note']{
926
+ ._sizeL_u0nlur_21 [data-rs-internal='input__note']{
927
927
  --_rs-typography-list-li-margin-top-from-text:12px;
928
928
  }
929
929
  }
930
- ._sizeL_ko8994_21 [data-rs-internal='input__error-message']{
930
+ ._sizeL_u0nlur_21 [data-rs-internal='input__error-message']{
931
931
  --_rs-typography-letter-spacing:normal;
932
932
  --_rs-typography-text-transform:initial;
933
933
  --_rs-typography-font-variant-numeric:initial;
@@ -955,10 +955,10 @@
955
955
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
956
956
  --_rs-typography-link-border-bottom-width-from-text:2px;
957
957
  }
958
- ._sizeL_ko8994_21 [data-rs-internal='input__error-icon']:not(html){
958
+ ._sizeL_u0nlur_21 [data-rs-internal='input__error-icon']:not(html){
959
959
  --_rs-icons-height:24px;
960
960
  }
961
- ._classic_ko8994_25{
961
+ ._classic_u0nlur_25{
962
962
  --_rs-input-focused-enabled-wrapper-border-width:2px;
963
963
  --_rs-input-focused-enabled-wrapper-background:rgb(
964
964
  calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182)
@@ -1008,7 +1008,7 @@
1008
1008
  0.5
1009
1009
  );
1010
1010
  }
1011
- ._rock_ko8994_28{
1011
+ ._rock_u0nlur_28{
1012
1012
  --_rs-input-focused-enabled-wrapper-border-width:0px;
1013
1013
  --_rs-input-focused-enabled-wrapper-background:rgb(
1014
1014
  calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)
@@ -1040,7 +1040,7 @@
1040
1040
  );
1041
1041
  --_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
1042
1042
  }
1043
- ._container_ko8994_32{
1043
+ ._container_u0nlur_32{
1044
1044
  --_rs-theme-dark:var(
1045
1045
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
1046
1046
  var(--rs-theme-dark, 0)
@@ -1050,7 +1050,7 @@
1050
1050
  --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
1051
1051
  }
1052
1052
  @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
1053
- ._container_ko8994_32{
1053
+ ._container_u0nlur_32{
1054
1054
  --_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
1055
1055
  --_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
1056
1056
  --_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
@@ -1059,7 +1059,7 @@
1059
1059
  }
1060
1060
  }
1061
1061
  @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
1062
- ._container_ko8994_32{
1062
+ ._container_u0nlur_32{
1063
1063
  --_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
1064
1064
  --_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
1065
1065
  --_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
@@ -1067,11 +1067,11 @@
1067
1067
  --_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
1068
1068
  }
1069
1069
  }
1070
- ._container_ko8994_32 {
1070
+ ._container_u0nlur_32 {
1071
1071
 
1072
1072
  display:block;
1073
1073
  }
1074
- ._wrapper_ko8994_39{
1074
+ ._wrapper_u0nlur_39{
1075
1075
  --_rs-input-border-width:1px;
1076
1076
 
1077
1077
  display:-webkit-box;
@@ -1086,27 +1086,27 @@
1086
1086
 
1087
1087
  background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*204));
1088
1088
  }
1089
- ._disabled_ko8994_51 ._wrapper_ko8994_39{
1089
+ ._disabled_u0nlur_51 ._wrapper_u0nlur_39{
1090
1090
  cursor:auto;
1091
1091
 
1092
1092
  background-color:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*216));
1093
1093
  }
1094
- ._error_ko8994_57 ._wrapper_ko8994_39{
1094
+ ._error_u0nlur_57 ._wrapper_u0nlur_39{
1095
1095
  --_rs-input-border-width:2px;
1096
1096
 
1097
1097
  border-color:#F45C4A;
1098
1098
  }
1099
- ._enabled_ko8994_63._filled_ko8994_63 ._wrapper_ko8994_39{
1099
+ ._enabled_u0nlur_63._filled_u0nlur_63 ._wrapper_u0nlur_39{
1100
1100
  border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.3);
1101
1101
  }
1102
1102
  @media (hover: hover){
1103
- ._enabled_ko8994_63:hover ._wrapper_ko8994_39{
1103
+ ._enabled_u0nlur_63:hover ._wrapper_u0nlur_39{
1104
1104
  border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1105
1105
 
1106
1106
  background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182));
1107
1107
  }
1108
1108
  }
1109
- ._enabled_ko8994_63._focused_ko8994_75 ._wrapper_ko8994_39{
1109
+ ._enabled_u0nlur_63._focused_u0nlur_75 ._wrapper_u0nlur_39{
1110
1110
  --_rs-input-border-width:var(
1111
1111
  --_rs-input-focused-enabled-wrapper-border-width
1112
1112
  );
@@ -1116,18 +1116,18 @@
1116
1116
  background-color:var(--_rs-input-focused-enabled-wrapper-background);
1117
1117
  }
1118
1118
  @media (hover: hover){
1119
- ._error_ko8994_57._enabled_ko8994_63:hover ._wrapper_ko8994_39{
1119
+ ._error_u0nlur_57._enabled_u0nlur_63:hover ._wrapper_u0nlur_39{
1120
1120
  border-color:#F45C4A;
1121
1121
  }
1122
1122
  }
1123
- ._error_ko8994_57._enabled_ko8994_63._focused_ko8994_75 ._wrapper_ko8994_39,
1124
- ._error_ko8994_57._enabled_ko8994_63._filled_ko8994_63 ._wrapper_ko8994_39{
1123
+ ._error_u0nlur_57._enabled_u0nlur_63._focused_u0nlur_75 ._wrapper_u0nlur_39,
1124
+ ._error_u0nlur_57._enabled_u0nlur_63._filled_u0nlur_63 ._wrapper_u0nlur_39{
1125
1125
  border-color:#F45C4A;
1126
1126
  }
1127
- ._error_ko8994_57._enabled_ko8994_63._focused_ko8994_75 ._wrapper_ko8994_39{
1127
+ ._error_u0nlur_57._enabled_u0nlur_63._focused_u0nlur_75 ._wrapper_u0nlur_39{
1128
1128
  background:var(--_rs-input-error-focused-enabled-wrapper-background);
1129
1129
  }
1130
- ._field_ko8994_101{
1130
+ ._field_u0nlur_101{
1131
1131
  display:-webkit-box;
1132
1132
  display:-ms-flexbox;
1133
1133
  display:flex;
@@ -1142,7 +1142,7 @@
1142
1142
 
1143
1143
  padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
1144
1144
  }
1145
- ._inner_ko8994_114{
1145
+ ._inner_u0nlur_114{
1146
1146
  letter-spacing:var(
1147
1147
  --rs-text-base-letter-spacing,
1148
1148
  var(--_rs-typography-letter-spacing)
@@ -1156,26 +1156,22 @@
1156
1156
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1157
1157
  font-feature-settings:'kern', 'liga', 'calt';
1158
1158
  }
1159
- ._inner_ko8994_114 > p:not(:nth-child(1)),
1160
- ._inner_ko8994_114 > pre:not(:nth-child(1)){
1161
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1162
- }
1163
- ._inner_ko8994_114::-ms-clear{
1159
+ ._inner_u0nlur_114::-ms-clear{
1164
1160
  display:none;
1165
1161
 
1166
1162
  width:0;
1167
1163
  height:0;
1168
1164
  }
1169
- ._dark_ko8994_11 ._inner_ko8994_114{
1165
+ ._dark_u0nlur_11 ._inner_u0nlur_114{
1170
1166
  color-scheme:dark;
1171
1167
  }
1172
- ._inner_ko8994_114 {
1168
+ ._inner_u0nlur_114 {
1173
1169
 
1174
1170
  @container style(--_rs-theme-dark-coefficient: 1){
1175
1171
  color-scheme:dark;
1176
1172
  }
1177
1173
  }
1178
- ._inner_ko8994_114 {
1174
+ ._inner_u0nlur_114 {
1179
1175
  @container style(--_rs-theme-dark-coefficient: 0){
1180
1176
  color-scheme:light;
1181
1177
  }
@@ -1206,20 +1202,20 @@
1206
1202
  -moz-appearance:none;
1207
1203
  appearance:none;
1208
1204
  }
1209
- ._inner_ko8994_114:focus{
1205
+ ._inner_u0nlur_114:focus{
1210
1206
  outline:none;
1211
1207
  }
1212
- ._disabled_ko8994_51 ._inner_ko8994_114,
1213
- ._inner_ko8994_114:disabled{
1208
+ ._disabled_u0nlur_51 ._inner_u0nlur_114,
1209
+ ._inner_u0nlur_114:disabled{
1214
1210
  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);
1215
1211
  }
1216
- ._focused_ko8994_75 ._inner_ko8994_114{
1212
+ ._focused_u0nlur_75 ._inner_u0nlur_114{
1217
1213
  color:var(--_rs-input-focused-inner-color);
1218
1214
  }
1219
- ._error_ko8994_57._focused_ko8994_75 ._inner_ko8994_114{
1215
+ ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114{
1220
1216
  color:var(--_rs-input-error-focused-inner-color);
1221
1217
  }
1222
- ._inner_ko8994_114::-webkit-input-placeholder{
1218
+ ._inner_u0nlur_114::-webkit-input-placeholder{
1223
1219
  letter-spacing:var(
1224
1220
  --rs-text-base-letter-spacing,
1225
1221
  var(--_rs-typography-letter-spacing)
@@ -1232,23 +1228,17 @@
1232
1228
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1233
1229
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1234
1230
  font-feature-settings:'kern', 'liga', 'calt';
1235
- }
1236
- ._inner_ko8994_114::-webkit-input-placeholder > p:not(:nth-child(1)),
1237
- ._inner_ko8994_114::-webkit-input-placeholder > pre:not(:nth-child(1)){
1238
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1239
- }
1240
- ._inner_ko8994_114::-webkit-input-placeholder {
1241
1231
  opacity:1;
1242
1232
 
1243
1233
  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);
1244
- }
1245
- ._focused_ko8994_75 ._inner_ko8994_114::-webkit-input-placeholder{
1234
+ }
1235
+ ._focused_u0nlur_75 ._inner_u0nlur_114::-webkit-input-placeholder{
1246
1236
  color:var(--_rs-input-focused-inner-placeholder-color);
1247
1237
  }
1248
- ._error_ko8994_57._focused_ko8994_75 ._inner_ko8994_114::-webkit-input-placeholder{
1238
+ ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114::-webkit-input-placeholder{
1249
1239
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1250
1240
  }
1251
- ._inner_ko8994_114::-moz-placeholder{
1241
+ ._inner_u0nlur_114::-moz-placeholder{
1252
1242
  letter-spacing:var(
1253
1243
  --rs-text-base-letter-spacing,
1254
1244
  var(--_rs-typography-letter-spacing)
@@ -1261,23 +1251,17 @@
1261
1251
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1262
1252
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1263
1253
  font-feature-settings:'kern', 'liga', 'calt';
1264
- }
1265
- ._inner_ko8994_114::-moz-placeholder > p:not(:nth-child(1)),
1266
- ._inner_ko8994_114::-moz-placeholder > pre:not(:nth-child(1)){
1267
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1268
- }
1269
- ._inner_ko8994_114::-moz-placeholder {
1270
1254
  opacity:1;
1271
1255
 
1272
1256
  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);
1273
- }
1274
- ._focused_ko8994_75 ._inner_ko8994_114::-moz-placeholder{
1257
+ }
1258
+ ._focused_u0nlur_75 ._inner_u0nlur_114::-moz-placeholder{
1275
1259
  color:var(--_rs-input-focused-inner-placeholder-color);
1276
1260
  }
1277
- ._error_ko8994_57._focused_ko8994_75 ._inner_ko8994_114::-moz-placeholder{
1261
+ ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114::-moz-placeholder{
1278
1262
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1279
1263
  }
1280
- ._inner_ko8994_114:-ms-input-placeholder{
1264
+ ._inner_u0nlur_114:-ms-input-placeholder{
1281
1265
  letter-spacing:var(
1282
1266
  --rs-text-base-letter-spacing,
1283
1267
  var(--_rs-typography-letter-spacing)
@@ -1290,23 +1274,17 @@
1290
1274
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1291
1275
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1292
1276
  font-feature-settings:'kern', 'liga', 'calt';
1293
- }
1294
- ._inner_ko8994_114:-ms-input-placeholder > p:not(:nth-child(1)),
1295
- ._inner_ko8994_114:-ms-input-placeholder > pre:not(:nth-child(1)){
1296
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1297
- }
1298
- ._inner_ko8994_114:-ms-input-placeholder {
1299
1277
  opacity:1;
1300
1278
 
1301
1279
  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);
1302
- }
1303
- ._focused_ko8994_75 ._inner_ko8994_114:-ms-input-placeholder{
1280
+ }
1281
+ ._focused_u0nlur_75 ._inner_u0nlur_114:-ms-input-placeholder{
1304
1282
  color:var(--_rs-input-focused-inner-placeholder-color);
1305
1283
  }
1306
- ._error_ko8994_57._focused_ko8994_75 ._inner_ko8994_114:-ms-input-placeholder{
1284
+ ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114:-ms-input-placeholder{
1307
1285
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1308
1286
  }
1309
- ._inner_ko8994_114::-ms-input-placeholder{
1287
+ ._inner_u0nlur_114::-ms-input-placeholder{
1310
1288
  letter-spacing:var(
1311
1289
  --rs-text-base-letter-spacing,
1312
1290
  var(--_rs-typography-letter-spacing)
@@ -1319,23 +1297,17 @@
1319
1297
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1320
1298
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1321
1299
  font-feature-settings:'kern', 'liga', 'calt';
1322
- }
1323
- ._inner_ko8994_114::-ms-input-placeholder > p:not(:nth-child(1)),
1324
- ._inner_ko8994_114::-ms-input-placeholder > pre:not(:nth-child(1)){
1325
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1326
- }
1327
- ._inner_ko8994_114::-ms-input-placeholder {
1328
1300
  opacity:1;
1329
1301
 
1330
1302
  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);
1331
- }
1332
- ._focused_ko8994_75 ._inner_ko8994_114::-ms-input-placeholder{
1303
+ }
1304
+ ._focused_u0nlur_75 ._inner_u0nlur_114::-ms-input-placeholder{
1333
1305
  color:var(--_rs-input-focused-inner-placeholder-color);
1334
1306
  }
1335
- ._error_ko8994_57._focused_ko8994_75 ._inner_ko8994_114::-ms-input-placeholder{
1307
+ ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114::-ms-input-placeholder{
1336
1308
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1337
1309
  }
1338
- ._inner_ko8994_114::placeholder{
1310
+ ._inner_u0nlur_114::placeholder{
1339
1311
  letter-spacing:var(
1340
1312
  --rs-text-base-letter-spacing,
1341
1313
  var(--_rs-typography-letter-spacing)
@@ -1348,32 +1320,26 @@
1348
1320
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1349
1321
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1350
1322
  font-feature-settings:'kern', 'liga', 'calt';
1351
- }
1352
- ._inner_ko8994_114::placeholder > p:not(:nth-child(1)),
1353
- ._inner_ko8994_114::placeholder > pre:not(:nth-child(1)){
1354
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1355
- }
1356
- ._inner_ko8994_114::placeholder {
1357
1323
  opacity:1;
1358
1324
 
1359
1325
  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);
1360
- }
1361
- ._focused_ko8994_75 ._inner_ko8994_114::placeholder{
1326
+ }
1327
+ ._focused_u0nlur_75 ._inner_u0nlur_114::placeholder{
1362
1328
  color:var(--_rs-input-focused-inner-placeholder-color);
1363
1329
  }
1364
- ._error_ko8994_57._focused_ko8994_75 ._inner_ko8994_114::placeholder{
1330
+ ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114::placeholder{
1365
1331
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1366
1332
  }
1367
- ._inner_ko8994_114:-moz-ui-invalid{
1333
+ ._inner_u0nlur_114:-moz-ui-invalid{
1368
1334
  box-shadow:none;
1369
1335
  }
1370
- ._inner_ko8994_114:-moz-ui-invalid:-moz-focusring{
1336
+ ._inner_u0nlur_114:-moz-ui-invalid:-moz-focusring{
1371
1337
  box-shadow:none;
1372
1338
  }
1373
- ._inner_ko8994_114:-webkit-autofill,
1374
- ._inner_ko8994_114:-webkit-autofill:hover,
1375
- ._inner_ko8994_114:-webkit-autofill:active,
1376
- ._inner_ko8994_114:-webkit-autofill:focus{
1339
+ ._inner_u0nlur_114:-webkit-autofill,
1340
+ ._inner_u0nlur_114:-webkit-autofill:hover,
1341
+ ._inner_u0nlur_114:-webkit-autofill:active,
1342
+ ._inner_u0nlur_114:-webkit-autofill:focus{
1377
1343
  -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;
1378
1344
 
1379
1345
  -webkit-transition-delay:9999s;
@@ -1381,24 +1347,24 @@
1381
1347
  transition-delay:9999s;
1382
1348
  -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));
1383
1349
  }
1384
- ._focused_ko8994_75 ._inner_ko8994_114:-webkit-autofill, ._focused_ko8994_75 ._inner_ko8994_114:-webkit-autofill:hover, ._focused_ko8994_75 ._inner_ko8994_114:-webkit-autofill:active, ._focused_ko8994_75 ._inner_ko8994_114:-webkit-autofill:focus{
1350
+ ._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill, ._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:hover, ._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:active, ._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:focus{
1385
1351
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
1386
1352
  -webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
1387
1353
  }
1388
- ._error_ko8994_57._focused_ko8994_75 ._inner_ko8994_114:-webkit-autofill, ._error_ko8994_57._focused_ko8994_75 ._inner_ko8994_114:-webkit-autofill:hover, ._error_ko8994_57._focused_ko8994_75 ._inner_ko8994_114:-webkit-autofill:active, ._error_ko8994_57._focused_ko8994_75 ._inner_ko8994_114:-webkit-autofill:focus{
1354
+ ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill, ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:hover, ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:active, ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:focus{
1389
1355
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
1390
1356
  -webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
1391
1357
  }
1392
- ._offSystemMicroelements_ko8994_229 ._inner_ko8994_114{
1358
+ ._offSystemMicroelements_u0nlur_229 ._inner_u0nlur_114{
1393
1359
  -moz-appearance:textfield;
1394
1360
  }
1395
- ._offSystemMicroelements_ko8994_229 ._inner_ko8994_114::-webkit-outer-spin-button,
1396
- ._offSystemMicroelements_ko8994_229 ._inner_ko8994_114::-webkit-inner-spin-button{
1361
+ ._offSystemMicroelements_u0nlur_229 ._inner_u0nlur_114::-webkit-outer-spin-button,
1362
+ ._offSystemMicroelements_u0nlur_229 ._inner_u0nlur_114::-webkit-inner-spin-button{
1397
1363
  margin:0;
1398
1364
  -webkit-appearance:none;
1399
1365
  appearance:none;
1400
1366
  }
1401
- ._iconWrapper_ko8994_239{
1367
+ ._iconWrapper_u0nlur_239{
1402
1368
  --_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
1403
1369
 
1404
1370
  display:-webkit-inline-box;
@@ -1417,15 +1383,15 @@
1417
1383
 
1418
1384
  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);
1419
1385
  }
1420
- ._iconWrapper_ko8994_239._action_ko8994_254{
1386
+ ._iconWrapper_u0nlur_239._action_u0nlur_254{
1421
1387
  position:relative;
1422
1388
 
1423
1389
  cursor:pointer;
1424
1390
  }
1425
- ._iconWrapper_ko8994_239._action_ko8994_254:focus{
1391
+ ._iconWrapper_u0nlur_239._action_u0nlur_254:focus{
1426
1392
  outline:none;
1427
1393
  }
1428
- ._iconWrapper_ko8994_239._action_ko8994_254::before{
1394
+ ._iconWrapper_u0nlur_239._action_u0nlur_254::before{
1429
1395
  position:absolute;
1430
1396
  top:-4px;
1431
1397
  right:-4px;
@@ -1440,56 +1406,56 @@
1440
1406
  content:'';
1441
1407
  pointer-events:none;
1442
1408
  }
1443
- ._iconWrapper_ko8994_239._action_ko8994_254:focus[data-focus-method='key']::before{
1409
+ ._iconWrapper_u0nlur_239._action_u0nlur_254:focus[data-focus-method='key']::before{
1444
1410
  display:block;
1445
1411
  }
1446
- ._disabled_ko8994_51 ._iconWrapper_ko8994_239{
1412
+ ._disabled_u0nlur_51 ._iconWrapper_u0nlur_239{
1447
1413
  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);
1448
1414
  }
1449
- ._disabled_ko8994_51 ._iconWrapper_ko8994_239._action_ko8994_254{
1415
+ ._disabled_u0nlur_51 ._iconWrapper_u0nlur_239._action_u0nlur_254{
1450
1416
  pointer-events:none;
1451
1417
  }
1452
- ._iconWrapper_ko8994_239._right_ko8994_292{
1418
+ ._iconWrapper_u0nlur_239._right_u0nlur_292{
1453
1419
  margin-left:var(--_rs-input-icon-offset);
1454
1420
  }
1455
- ._iconWrapper_ko8994_239._left_ko8994_296{
1421
+ ._iconWrapper_u0nlur_239._left_u0nlur_296{
1456
1422
  margin-right:var(--_rs-input-icon-offset);
1457
1423
  }
1458
- ._focused_ko8994_75 ._iconWrapper_ko8994_239{
1424
+ ._focused_u0nlur_75 ._iconWrapper_u0nlur_239{
1459
1425
  color:var(--_rs-input-focused-icon-color);
1460
1426
  }
1461
- ._error_ko8994_57._focused_ko8994_75 ._iconWrapper_ko8994_239{
1427
+ ._error_u0nlur_57._focused_u0nlur_75 ._iconWrapper_u0nlur_239{
1462
1428
  color:var(--_rs-input-error-focused-icon-color);
1463
1429
  }
1464
1430
  @media (hover: hover){
1465
- ._enabled_ko8994_63 ._iconWrapper_ko8994_239._action_ko8994_254:hover{
1431
+ ._enabled_u0nlur_63 ._iconWrapper_u0nlur_239._action_u0nlur_254:hover{
1466
1432
  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));
1467
1433
  }
1468
1434
 
1469
- ._enabled_ko8994_63._focused_ko8994_75 ._iconWrapper_ko8994_239._action_ko8994_254:hover{
1435
+ ._enabled_u0nlur_63._focused_u0nlur_75 ._iconWrapper_u0nlur_239._action_u0nlur_254:hover{
1470
1436
  color:var(--_rs-input-focused-icon-accent-color);
1471
1437
  }
1472
1438
 
1473
- ._enabled_ko8994_63._error_ko8994_57._focused_ko8994_75 ._iconWrapper_ko8994_239._action_ko8994_254:hover{
1439
+ ._enabled_u0nlur_63._error_u0nlur_57._focused_u0nlur_75 ._iconWrapper_u0nlur_239._action_u0nlur_254:hover{
1474
1440
  color:var(--_rs-input-error-focused-icon-accent-color);
1475
1441
  }
1476
1442
  }
1477
- ._enabled_ko8994_63 ._iconWrapper_ko8994_239._action_ko8994_254:focus[data-focus-method='key']{
1443
+ ._enabled_u0nlur_63 ._iconWrapper_u0nlur_239._action_u0nlur_254:focus[data-focus-method='key']{
1478
1444
  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));
1479
1445
  }
1480
- ._enabled_ko8994_63._focused_ko8994_75 ._iconWrapper_ko8994_239._action_ko8994_254:focus[data-focus-method='key']{
1446
+ ._enabled_u0nlur_63._focused_u0nlur_75 ._iconWrapper_u0nlur_239._action_u0nlur_254:focus[data-focus-method='key']{
1481
1447
  color:var(--_rs-input-focused-icon-accent-color);
1482
1448
  }
1483
- ._enabled_ko8994_63._error_ko8994_57._focused_ko8994_75 ._iconWrapper_ko8994_239._action_ko8994_254:focus[data-focus-method='key']{
1449
+ ._enabled_u0nlur_63._error_u0nlur_57._focused_u0nlur_75 ._iconWrapper_u0nlur_239._action_u0nlur_254:focus[data-focus-method='key']{
1484
1450
  color:var(--_rs-input-error-focused-icon-accent-color);
1485
1451
  }
1486
- ._iconWrapper_ko8994_239 ._icon_ko8994_239{
1452
+ ._iconWrapper_u0nlur_239 ._icon_u0nlur_239{
1487
1453
  fill:currentColor;
1488
1454
 
1489
1455
  width:auto;
1490
1456
  height:var(--_rs-input-icon-size);
1491
1457
  }
1492
- ._divider_ko8994_342{
1458
+ ._divider_u0nlur_342{
1493
1459
  display:block;
1494
1460
 
1495
1461
  width:1px;
@@ -1498,10 +1464,10 @@
1498
1464
 
1499
1465
  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);
1500
1466
  }
1501
- ._focused_ko8994_75 ._divider_ko8994_342{
1467
+ ._focused_u0nlur_75 ._divider_u0nlur_342{
1502
1468
  background:var(--_rs-input-focused-divider-background);
1503
1469
  }
1504
- ._suffix_ko8994_356{
1470
+ ._suffix_u0nlur_356{
1505
1471
  letter-spacing:var(
1506
1472
  --rs-text-base-letter-spacing,
1507
1473
  var(--_rs-typography-letter-spacing)
@@ -1514,12 +1480,6 @@
1514
1480
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1515
1481
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1516
1482
  font-feature-settings:'kern', 'liga', 'calt';
1517
- }
1518
- ._suffix_ko8994_356 > p:not(:nth-child(1)),
1519
- ._suffix_ko8994_356 > pre:not(:nth-child(1)){
1520
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1521
- }
1522
- ._suffix_ko8994_356 {
1523
1483
 
1524
1484
  -webkit-box-flex:0;
1525
1485
 
@@ -1531,13 +1491,13 @@
1531
1491
 
1532
1492
  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);
1533
1493
  }
1534
- ._focused_ko8994_75 ._suffix_ko8994_356{
1494
+ ._focused_u0nlur_75 ._suffix_u0nlur_356{
1535
1495
  color:var(--_rs-input-focused-suffix-color);
1536
1496
  }
1537
- ._error_ko8994_57._focused_ko8994_75 ._suffix_ko8994_356{
1497
+ ._error_u0nlur_57._focused_u0nlur_75 ._suffix_u0nlur_356{
1538
1498
  color:var(--_rs-input-error-focused-suffix-color);
1539
1499
  }
1540
- ._errorMessage_ko8994_376{
1500
+ ._errorMessage_u0nlur_376{
1541
1501
  letter-spacing:var(
1542
1502
  --rs-text-base-letter-spacing,
1543
1503
  var(--_rs-typography-letter-spacing)
@@ -1550,12 +1510,6 @@
1550
1510
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1551
1511
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1552
1512
  font-feature-settings:'kern', 'liga', 'calt';
1553
- }
1554
- ._errorMessage_ko8994_376 > p:not(:nth-child(1)),
1555
- ._errorMessage_ko8994_376 > pre:not(:nth-child(1)){
1556
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1557
- }
1558
- ._errorMessage_ko8994_376 {
1559
1513
 
1560
1514
  display:-webkit-box;
1561
1515
 
@@ -1572,14 +1526,14 @@
1572
1526
  -moz-column-gap:8px;
1573
1527
  column-gap:8px;
1574
1528
  }
1575
- ._errorIcon_ko8994_388{
1529
+ ._errorIcon_u0nlur_388{
1576
1530
  -webkit-box-flex:0;
1577
1531
  -ms-flex:0 0 auto;
1578
1532
  flex:0 0 auto;
1579
1533
 
1580
1534
  color:#F45C4A;
1581
1535
  }
1582
- ._note_ko8994_394{
1536
+ ._note_u0nlur_394{
1583
1537
  letter-spacing:var(
1584
1538
  --rs-text-base-letter-spacing,
1585
1539
  var(--_rs-typography-letter-spacing)
@@ -1592,12 +1546,6 @@
1592
1546
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1593
1547
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1594
1548
  font-feature-settings:'kern', 'liga', 'calt';
1595
- }
1596
- ._note_ko8994_394 > p:not(:nth-child(1)),
1597
- ._note_ko8994_394 > pre:not(:nth-child(1)){
1598
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1599
- }
1600
- ._note_ko8994_394 {
1601
1549
  --_rs-typography-hardness-color:var(
1602
1550
  --rs-color-average,
1603
1551
  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)
@@ -1607,13 +1555,13 @@
1607
1555
 
1608
1556
  color:var(--_rs-typography-hardness-color);
1609
1557
  }
1610
- ._disabled_ko8994_51 ._note_ko8994_394{
1558
+ ._disabled_u0nlur_51 ._note_u0nlur_394{
1611
1559
  --_rs-typography-hardness-color:var(
1612
1560
  --rs-color-pale,
1613
1561
  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)
1614
1562
  );
1615
1563
  }
1616
- ._label_ko8994_407{
1564
+ ._label_u0nlur_407{
1617
1565
  letter-spacing:var(
1618
1566
  --rs-text-base-letter-spacing,
1619
1567
  var(--_rs-typography-letter-spacing)
@@ -1626,12 +1574,6 @@
1626
1574
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1627
1575
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1628
1576
  font-feature-settings:'kern', 'liga', 'calt';
1629
- }
1630
- ._label_ko8994_407 > p:not(:nth-child(1)),
1631
- ._label_ko8994_407 > pre:not(:nth-child(1)){
1632
- padding-top:var(--_rs-typography-auto-offset-or-initial);
1633
- }
1634
- ._label_ko8994_407 {
1635
1577
  --_rs-typography-hardness-color:var(
1636
1578
  --rs-color-hard,
1637
1579
  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))
@@ -1641,7 +1583,7 @@
1641
1583
 
1642
1584
  color:var(--_rs-typography-hardness-color);
1643
1585
  }
1644
- ._disabled_ko8994_51 ._label_ko8994_407{
1586
+ ._disabled_u0nlur_51 ._label_u0nlur_407{
1645
1587
  --_rs-typography-hardness-color:var(
1646
1588
  --rs-color-pale,
1647
1589
  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_ko8994_8",
3
- "dark": "_dark_ko8994_11",
4
- "sizeS": "_sizeS_ko8994_15",
5
- "sizeM": "_sizeM_ko8994_18",
6
- "sizeL": "_sizeL_ko8994_21",
7
- "classic": "_classic_ko8994_25",
8
- "rock": "_rock_ko8994_28",
9
- "container": "_container_ko8994_32",
10
- "wrapper": "_wrapper_ko8994_39",
11
- "disabled": "_disabled_ko8994_51",
12
- "error": "_error_ko8994_57",
13
- "enabled": "_enabled_ko8994_63",
14
- "filled": "_filled_ko8994_63",
15
- "focused": "_focused_ko8994_75",
16
- "field": "_field_ko8994_101",
17
- "inner": "_inner_ko8994_114",
18
- "offSystemMicroelements": "_offSystemMicroelements_ko8994_229",
19
- "iconWrapper": "_iconWrapper_ko8994_239",
20
- "action": "_action_ko8994_254",
21
- "right": "_right_ko8994_292",
22
- "left": "_left_ko8994_296",
23
- "icon": "_icon_ko8994_239",
24
- "divider": "_divider_ko8994_342",
25
- "suffix": "_suffix_ko8994_356",
26
- "errorMessage": "_errorMessage_ko8994_376",
27
- "errorIcon": "_errorIcon_ko8994_388",
28
- "note": "_note_ko8994_394",
29
- "label": "_label_ko8994_407"
2
+ "light": "_light_u0nlur_8",
3
+ "dark": "_dark_u0nlur_11",
4
+ "sizeS": "_sizeS_u0nlur_15",
5
+ "sizeM": "_sizeM_u0nlur_18",
6
+ "sizeL": "_sizeL_u0nlur_21",
7
+ "classic": "_classic_u0nlur_25",
8
+ "rock": "_rock_u0nlur_28",
9
+ "container": "_container_u0nlur_32",
10
+ "wrapper": "_wrapper_u0nlur_39",
11
+ "disabled": "_disabled_u0nlur_51",
12
+ "error": "_error_u0nlur_57",
13
+ "enabled": "_enabled_u0nlur_63",
14
+ "filled": "_filled_u0nlur_63",
15
+ "focused": "_focused_u0nlur_75",
16
+ "field": "_field_u0nlur_101",
17
+ "inner": "_inner_u0nlur_114",
18
+ "offSystemMicroelements": "_offSystemMicroelements_u0nlur_229",
19
+ "iconWrapper": "_iconWrapper_u0nlur_239",
20
+ "action": "_action_u0nlur_254",
21
+ "right": "_right_u0nlur_292",
22
+ "left": "_left_u0nlur_296",
23
+ "icon": "_icon_u0nlur_239",
24
+ "divider": "_divider_u0nlur_342",
25
+ "suffix": "_suffix_u0nlur_356",
26
+ "errorMessage": "_errorMessage_u0nlur_376",
27
+ "errorIcon": "_errorIcon_u0nlur_388",
28
+ "note": "_note_u0nlur_394",
29
+ "label": "_label_u0nlur_407"
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.0",
3
+ "version": "0.11.1",
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.2",
28
- "@rescui/icons": "^0.16.4",
27
+ "@rescui/colors": "^0.2.3",
28
+ "@rescui/icons": "^0.16.5",
29
29
  "@rescui/postcss-preset-library": "^0.2.1",
30
- "@rescui/scripts": "^0.3.2",
31
- "@rescui/tooltip": "^0.8.5",
32
- "@rescui/typography": "^0.16.4",
30
+ "@rescui/scripts": "^0.3.3",
31
+ "@rescui/tooltip": "^0.8.6",
32
+ "@rescui/typography": "^0.17.0",
33
33
  "@rescui/visual-regression": "^0.1.2",
34
34
  "@types/classnames": "^2.2.11"
35
35
  },
@@ -38,5 +38,5 @@
38
38
  "build-pcss-api": "rescui-scripts build-pcss-api --file public-api.p.css"
39
39
  },
40
40
  "nx": {},
41
- "gitHead": "d4bb4a95bc321907bc55b9ad9768f7e822acbd2d"
41
+ "gitHead": "b422496bacb5df4a601008c646abfb08cebe461c"
42
42
  }