@rescui/input 0.13.0 → 0.13.1-RUI-270-Update-select-options-label-types-b99bd91c.3

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,15 +1,15 @@
1
1
  var styles = {
2
- "icon": "_icon_56wzkp_4",
3
- "sizeXS": "_sizeXS_56wzkp_14",
4
- "sizeS": "_sizeS_56wzkp_18",
5
- "sizeM": "_sizeM_56wzkp_22",
6
- "sizeL": "_sizeL_56wzkp_26",
7
- "light": "_light_56wzkp_30",
8
- "dark": "_dark_56wzkp_34",
9
- "allVariants": "_allVariants_56wzkp_48",
10
- "variant16": "_variant16_56wzkp_53",
11
- "variant20": "_variant20_56wzkp_54",
12
- "variant24": "_variant24_56wzkp_55",
13
- "variant28": "_variant28_56wzkp_58"
2
+ "icon": "_icon_rvlot9_4",
3
+ "sizeXS": "_sizeXS_rvlot9_14",
4
+ "sizeS": "_sizeS_rvlot9_18",
5
+ "sizeM": "_sizeM_rvlot9_22",
6
+ "sizeL": "_sizeL_rvlot9_26",
7
+ "light": "_light_rvlot9_30",
8
+ "dark": "_dark_rvlot9_34",
9
+ "allVariants": "_allVariants_rvlot9_48",
10
+ "variant16": "_variant16_rvlot9_53",
11
+ "variant20": "_variant20_rvlot9_54",
12
+ "variant24": "_variant24_rvlot9_55",
13
+ "variant28": "_variant28_rvlot9_58"
14
14
  };
15
15
  export { styles as default };
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- ._icon_56wzkp_4{
1
+ ._icon_rvlot9_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_56wzkp_4{
11
+ ._icon_rvlot9_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_56wzkp_4{
20
+ ._icon_rvlot9_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_56wzkp_4{
28
+ ._icon_rvlot9_4{
29
29
 
30
30
  fill:var(--_rs-icons-themed-fill-or-initial, currentcolor);
31
31
 
32
32
  width:var(--rs-icons-width, auto);
33
33
  height:var(--rs-icons-height, var(--_rs-icons-height));
34
34
  }
35
- ._sizeXS_56wzkp_14{
35
+ ._sizeXS_rvlot9_14{
36
36
  --_rs-icons-height:16px;
37
37
  }
38
- ._sizeS_56wzkp_18{
38
+ ._sizeS_rvlot9_18{
39
39
  --_rs-icons-height:20px;
40
40
  }
41
- ._sizeM_56wzkp_22{
41
+ ._sizeM_rvlot9_22{
42
42
  --_rs-icons-height:24px;
43
43
  }
44
- ._sizeL_56wzkp_26{
44
+ ._sizeL_rvlot9_26{
45
45
  --_rs-icons-height:28px;
46
46
  }
47
- ._light_56wzkp_30{
47
+ ._light_rvlot9_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_56wzkp_34{
51
+ ._dark_rvlot9_34{
52
52
  --rs-theme-dark:1;
53
53
  --_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
54
54
  }
@@ -60,56 +60,56 @@
60
60
  transform:rotate(360deg);
61
61
  }
62
62
  }
63
- ._allVariants_56wzkp_48{
63
+ ._allVariants_rvlot9_48{
64
64
  aspect-ratio:var(--rs-icon-ar-width, 1) / var(--rs-icon-ar-height, 1);
65
65
  container:rs-icon / size;
66
66
  }
67
- ._variant16_56wzkp_53,
68
- ._variant20_56wzkp_54,
69
- ._variant24_56wzkp_55{
67
+ ._variant16_rvlot9_53,
68
+ ._variant20_rvlot9_54,
69
+ ._variant24_rvlot9_55{
70
70
  display:none;
71
71
  }
72
- ._variant28_56wzkp_58{
72
+ ._variant28_rvlot9_58{
73
73
  display:block;
74
74
  }
75
75
  @container rs-icon (max-height: 24px){
76
- ._variant24_56wzkp_55{
76
+ ._variant24_rvlot9_55{
77
77
  display:block;
78
78
  }
79
- ._variant28_56wzkp_58{
79
+ ._variant28_rvlot9_58{
80
80
  display:none;
81
81
  }
82
82
  }
83
83
  @container rs-icon (max-height: 20px){
84
- ._variant20_56wzkp_54{
84
+ ._variant20_rvlot9_54{
85
85
  display:block;
86
86
  }
87
- ._variant24_56wzkp_55{
87
+ ._variant24_rvlot9_55{
88
88
  display:none;
89
89
  }
90
90
  }
91
91
  @container rs-icon (max-height: 16px){
92
- ._variant16_56wzkp_53{
92
+ ._variant16_rvlot9_53{
93
93
  display:block;
94
94
  }
95
- ._variant20_56wzkp_54{
95
+ ._variant20_rvlot9_54{
96
96
  display:none;
97
97
  }
98
98
  }
99
- ._light_1qhsb9g_8{
99
+ ._light_xtuqps_8{
100
100
  --rs-theme-dark:0;
101
101
  }
102
- ._dark_1qhsb9g_11{
102
+ ._dark_xtuqps_11{
103
103
  --rs-theme-dark:1;
104
104
  }
105
- ._sizeS_1qhsb9g_15{
105
+ ._sizeS_xtuqps_15{
106
106
  --_rs-input-vertical-padding:6px;
107
107
  --_rs-input-horizontal-padding:8px;
108
108
  --_rs-input-parts-offset:4px;
109
109
  --_rs-input-icon-offset:8px;
110
110
  --_rs-input-icon-size:20px;
111
111
  }
112
- ._sizeS_1qhsb9g_15 [data-rs-internal='input__inner']::-moz-placeholder{
112
+ ._sizeS_xtuqps_15 [data-rs-internal='input__inner']::-moz-placeholder{
113
113
  --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
114
114
  --_rs-typography-text-transform:initial;
115
115
  --_rs-typography-font-variant-numeric:initial;
@@ -143,10 +143,10 @@
143
143
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
144
144
  --_rs-typography-link-border-bottom-width-from-text:1px;
145
145
  }
146
- ._sizeS_1qhsb9g_15 [data-rs-internal='input__label'],
147
- ._sizeS_1qhsb9g_15 [data-rs-internal='input__inner'],
148
- ._sizeS_1qhsb9g_15 [data-rs-internal='input__inner']::placeholder,
149
- ._sizeS_1qhsb9g_15 [data-rs-internal='input__suffix']{
146
+ ._sizeS_xtuqps_15 [data-rs-internal='input__label'],
147
+ ._sizeS_xtuqps_15 [data-rs-internal='input__inner'],
148
+ ._sizeS_xtuqps_15 [data-rs-internal='input__inner']::placeholder,
149
+ ._sizeS_xtuqps_15 [data-rs-internal='input__suffix']{
150
150
  --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
151
151
  --_rs-typography-text-transform:initial;
152
152
  --_rs-typography-font-variant-numeric:initial;
@@ -180,7 +180,7 @@
180
180
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
181
181
  --_rs-typography-link-border-bottom-width-from-text:1px;
182
182
  }
183
- ._sizeS_1qhsb9g_15 [data-rs-internal='input__bold-label']{
183
+ ._sizeS_xtuqps_15 [data-rs-internal='input__bold-label']{
184
184
  --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
185
185
  --_rs-typography-text-transform:initial;
186
186
  --_rs-typography-font-variant-numeric:initial;
@@ -211,7 +211,7 @@
211
211
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
212
212
  --_rs-typography-link-border-bottom-width-from-text:2px;
213
213
  }
214
- ._sizeS_1qhsb9g_15 [data-rs-internal='input__note']{
214
+ ._sizeS_xtuqps_15 [data-rs-internal='input__note']{
215
215
  --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
216
216
  --_rs-typography-text-transform:initial;
217
217
  --_rs-typography-font-variant-numeric:initial;
@@ -245,7 +245,7 @@
245
245
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
246
246
  --_rs-typography-link-border-bottom-width-from-text:1px;
247
247
  }
248
- ._sizeS_1qhsb9g_15 [data-rs-internal='input__error-message']{
248
+ ._sizeS_xtuqps_15 [data-rs-internal='input__error-message']{
249
249
  --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
250
250
  --_rs-typography-text-transform:initial;
251
251
  --_rs-typography-font-variant-numeric:initial;
@@ -276,17 +276,17 @@
276
276
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
277
277
  --_rs-typography-link-border-bottom-width-from-text:2px;
278
278
  }
279
- ._sizeS_1qhsb9g_15 [data-rs-internal='input__error-icon']:not(html){
279
+ ._sizeS_xtuqps_15 [data-rs-internal='input__error-icon']:not(html){
280
280
  --_rs-icons-height:20px;
281
281
  }
282
- ._sizeM_1qhsb9g_18{
282
+ ._sizeM_xtuqps_18{
283
283
  --_rs-input-vertical-padding:8px;
284
284
  --_rs-input-horizontal-padding:8px;
285
285
  --_rs-input-parts-offset:8px;
286
286
  --_rs-input-icon-offset:8px;
287
287
  --_rs-input-icon-size:24px;
288
288
  }
289
- ._sizeM_1qhsb9g_18 [data-rs-internal='input__inner']::-moz-placeholder{
289
+ ._sizeM_xtuqps_18 [data-rs-internal='input__inner']::-moz-placeholder{
290
290
  --_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
291
291
  --_rs-typography-text-transform:initial;
292
292
  --_rs-typography-font-variant-numeric:initial;
@@ -324,14 +324,14 @@
324
324
  --_rs-typography-link-border-bottom-width-from-text:1px;
325
325
  }
326
326
  @media screen and (max-width: 640px){
327
- ._sizeM_1qhsb9g_18 [data-rs-internal='input__inner']::-moz-placeholder{
327
+ ._sizeM_xtuqps_18 [data-rs-internal='input__inner']::-moz-placeholder{
328
328
  --_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
329
329
  }
330
330
  }
331
- ._sizeM_1qhsb9g_18 [data-rs-internal='input__label'],
332
- ._sizeM_1qhsb9g_18 [data-rs-internal='input__inner'],
333
- ._sizeM_1qhsb9g_18 [data-rs-internal='input__inner']::placeholder,
334
- ._sizeM_1qhsb9g_18 [data-rs-internal='input__suffix']{
331
+ ._sizeM_xtuqps_18 [data-rs-internal='input__label'],
332
+ ._sizeM_xtuqps_18 [data-rs-internal='input__inner'],
333
+ ._sizeM_xtuqps_18 [data-rs-internal='input__inner']::placeholder,
334
+ ._sizeM_xtuqps_18 [data-rs-internal='input__suffix']{
335
335
  --_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
336
336
  --_rs-typography-text-transform:initial;
337
337
  --_rs-typography-font-variant-numeric:initial;
@@ -369,14 +369,14 @@
369
369
  --_rs-typography-link-border-bottom-width-from-text:1px;
370
370
  }
371
371
  @media screen and (max-width: 640px){
372
- ._sizeM_1qhsb9g_18 [data-rs-internal='input__label'],
373
- ._sizeM_1qhsb9g_18 [data-rs-internal='input__inner'],
374
- ._sizeM_1qhsb9g_18 [data-rs-internal='input__inner']::placeholder,
375
- ._sizeM_1qhsb9g_18 [data-rs-internal='input__suffix']{
372
+ ._sizeM_xtuqps_18 [data-rs-internal='input__label'],
373
+ ._sizeM_xtuqps_18 [data-rs-internal='input__inner'],
374
+ ._sizeM_xtuqps_18 [data-rs-internal='input__inner']::placeholder,
375
+ ._sizeM_xtuqps_18 [data-rs-internal='input__suffix']{
376
376
  --_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
377
377
  }
378
378
  }
379
- ._sizeM_1qhsb9g_18 [data-rs-internal='input__bold-label']{
379
+ ._sizeM_xtuqps_18 [data-rs-internal='input__bold-label']{
380
380
  --_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
381
381
  --_rs-typography-text-transform:initial;
382
382
  --_rs-typography-font-variant-numeric:initial;
@@ -407,7 +407,7 @@
407
407
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
408
408
  --_rs-typography-link-border-bottom-width-from-text:2px;
409
409
  }
410
- ._sizeM_1qhsb9g_18 [data-rs-internal='input__note']{
410
+ ._sizeM_xtuqps_18 [data-rs-internal='input__note']{
411
411
  --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
412
412
  --_rs-typography-text-transform:initial;
413
413
  --_rs-typography-font-variant-numeric:initial;
@@ -441,7 +441,7 @@
441
441
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
442
442
  --_rs-typography-link-border-bottom-width-from-text:1px;
443
443
  }
444
- ._sizeM_1qhsb9g_18 [data-rs-internal='input__error-message']{
444
+ ._sizeM_xtuqps_18 [data-rs-internal='input__error-message']{
445
445
  --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
446
446
  --_rs-typography-text-transform:initial;
447
447
  --_rs-typography-font-variant-numeric:initial;
@@ -472,17 +472,17 @@
472
472
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
473
473
  --_rs-typography-link-border-bottom-width-from-text:2px;
474
474
  }
475
- ._sizeM_1qhsb9g_18 [data-rs-internal='input__error-icon']:not(html){
475
+ ._sizeM_xtuqps_18 [data-rs-internal='input__error-icon']:not(html){
476
476
  --_rs-icons-height:20px;
477
477
  }
478
- ._sizeL_1qhsb9g_21{
478
+ ._sizeL_xtuqps_21{
479
479
  --_rs-input-vertical-padding:12px;
480
480
  --_rs-input-horizontal-padding:16px;
481
481
  --_rs-input-parts-offset:8px;
482
482
  --_rs-input-icon-offset:16px;
483
483
  --_rs-input-icon-size:28px;
484
484
  }
485
- ._sizeL_1qhsb9g_21 [data-rs-internal='input__inner']::-moz-placeholder{
485
+ ._sizeL_xtuqps_21 [data-rs-internal='input__inner']::-moz-placeholder{
486
486
  --_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
487
487
  --_rs-typography-text-transform:initial;
488
488
  --_rs-typography-font-variant-numeric:initial;
@@ -520,14 +520,14 @@
520
520
  --_rs-typography-link-border-bottom-width-from-text:1px;
521
521
  }
522
522
  @media screen and (max-width: 640px){
523
- ._sizeL_1qhsb9g_21 [data-rs-internal='input__inner']::-moz-placeholder{
523
+ ._sizeL_xtuqps_21 [data-rs-internal='input__inner']::-moz-placeholder{
524
524
  --_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
525
525
  }
526
526
  }
527
- ._sizeL_1qhsb9g_21 [data-rs-internal='input__label'],
528
- ._sizeL_1qhsb9g_21 [data-rs-internal='input__inner'],
529
- ._sizeL_1qhsb9g_21 [data-rs-internal='input__inner']::placeholder,
530
- ._sizeL_1qhsb9g_21 [data-rs-internal='input__suffix']{
527
+ ._sizeL_xtuqps_21 [data-rs-internal='input__label'],
528
+ ._sizeL_xtuqps_21 [data-rs-internal='input__inner'],
529
+ ._sizeL_xtuqps_21 [data-rs-internal='input__inner']::placeholder,
530
+ ._sizeL_xtuqps_21 [data-rs-internal='input__suffix']{
531
531
  --_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
532
532
  --_rs-typography-text-transform:initial;
533
533
  --_rs-typography-font-variant-numeric:initial;
@@ -565,14 +565,14 @@
565
565
  --_rs-typography-link-border-bottom-width-from-text:1px;
566
566
  }
567
567
  @media screen and (max-width: 640px){
568
- ._sizeL_1qhsb9g_21 [data-rs-internal='input__label'],
569
- ._sizeL_1qhsb9g_21 [data-rs-internal='input__inner'],
570
- ._sizeL_1qhsb9g_21 [data-rs-internal='input__inner']::placeholder,
571
- ._sizeL_1qhsb9g_21 [data-rs-internal='input__suffix']{
568
+ ._sizeL_xtuqps_21 [data-rs-internal='input__label'],
569
+ ._sizeL_xtuqps_21 [data-rs-internal='input__inner'],
570
+ ._sizeL_xtuqps_21 [data-rs-internal='input__inner']::placeholder,
571
+ ._sizeL_xtuqps_21 [data-rs-internal='input__suffix']{
572
572
  --_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
573
573
  }
574
574
  }
575
- ._sizeL_1qhsb9g_21 [data-rs-internal='input__bold-label']{
575
+ ._sizeL_xtuqps_21 [data-rs-internal='input__bold-label']{
576
576
  --_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
577
577
  --_rs-typography-text-transform:initial;
578
578
  --_rs-typography-font-variant-numeric:initial;
@@ -603,7 +603,7 @@
603
603
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
604
604
  --_rs-typography-link-border-bottom-width-from-text:2px;
605
605
  }
606
- ._sizeL_1qhsb9g_21 [data-rs-internal='input__note']{
606
+ ._sizeL_xtuqps_21 [data-rs-internal='input__note']{
607
607
  --_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
608
608
  --_rs-typography-text-transform:initial;
609
609
  --_rs-typography-font-variant-numeric:initial;
@@ -641,11 +641,11 @@
641
641
  --_rs-typography-link-border-bottom-width-from-text:1px;
642
642
  }
643
643
  @media screen and (max-width: 640px){
644
- ._sizeL_1qhsb9g_21 [data-rs-internal='input__note']{
644
+ ._sizeL_xtuqps_21 [data-rs-internal='input__note']{
645
645
  --_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
646
646
  }
647
647
  }
648
- ._sizeL_1qhsb9g_21 [data-rs-internal='input__error-message']{
648
+ ._sizeL_xtuqps_21 [data-rs-internal='input__error-message']{
649
649
  --_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
650
650
  --_rs-typography-text-transform:initial;
651
651
  --_rs-typography-font-variant-numeric:initial;
@@ -676,10 +676,10 @@
676
676
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
677
677
  --_rs-typography-link-border-bottom-width-from-text:2px;
678
678
  }
679
- ._sizeL_1qhsb9g_21 [data-rs-internal='input__error-icon']:not(html){
679
+ ._sizeL_xtuqps_21 [data-rs-internal='input__error-icon']:not(html){
680
680
  --_rs-icons-height:24px;
681
681
  }
682
- ._classic_1qhsb9g_25{
682
+ ._classic_xtuqps_25{
683
683
  --_rs-input-focused-enabled-wrapper-border-width:2px;
684
684
  --_rs-input-focused-enabled-wrapper-background:rgb(
685
685
  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)
@@ -704,7 +704,7 @@
704
704
  0.5
705
705
  );
706
706
  }
707
- ._rock_1qhsb9g_28{
707
+ ._rock_xtuqps_28{
708
708
  --_rs-input-focused-enabled-wrapper-border-width:0px;
709
709
  --_rs-input-focused-enabled-wrapper-background:rgb(
710
710
  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)
@@ -728,7 +728,7 @@
728
728
  0.7
729
729
  );
730
730
  }
731
- ._container_1qhsb9g_32{
731
+ ._container_xtuqps_32{
732
732
  --_rs-theme-dark:var(
733
733
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
734
734
  var(--rs-theme-dark, 0)
@@ -738,7 +738,7 @@
738
738
  --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
739
739
  }
740
740
  @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
741
- ._container_1qhsb9g_32{
741
+ ._container_xtuqps_32{
742
742
  --_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)));
743
743
  --_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)));
744
744
  --_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)));
@@ -747,7 +747,7 @@
747
747
  }
748
748
  }
749
749
  @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
750
- ._container_1qhsb9g_32{
750
+ ._container_xtuqps_32{
751
751
  --_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);
752
752
  --_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));
753
753
  --_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));
@@ -755,11 +755,11 @@
755
755
  --_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));
756
756
  }
757
757
  }
758
- ._container_1qhsb9g_32 {
758
+ ._container_xtuqps_32 {
759
759
 
760
760
  display:block;
761
761
  }
762
- ._wrapper_1qhsb9g_39{
762
+ ._wrapper_xtuqps_39{
763
763
  --_rs-input-border-width:1px;
764
764
  --_rs-input-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.2);
765
765
  --_rs-input-background-color: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));
@@ -774,36 +774,36 @@
774
774
 
775
775
  box-shadow:inset 0 0 0 var(--_rs-input-border-width) var(--_rs-input-border-color);
776
776
  }
777
- ._error_1qhsb9g_55 ._wrapper_1qhsb9g_39{
777
+ ._error_xtuqps_55 ._wrapper_xtuqps_39{
778
778
  --_rs-input-border-width:2px;
779
779
  --_rs-input-border-color:#F45C4A;
780
780
  --_rs-input-background-color: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));
781
781
  }
782
- ._disabled_1qhsb9g_61 ._wrapper_1qhsb9g_39{
782
+ ._disabled_xtuqps_61 ._wrapper_xtuqps_39{
783
783
  --_rs-input-background-color:rgb(calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*181));
784
784
 
785
785
  cursor:auto;
786
786
  }
787
- ._enabled_1qhsb9g_67._focused_1qhsb9g_67 ._wrapper_1qhsb9g_39{
787
+ ._enabled_xtuqps_67._focused_xtuqps_67 ._wrapper_xtuqps_39{
788
788
  --_rs-input-background-color:var(
789
789
  --_rs-input-focused-enabled-wrapper-background
790
790
  );
791
791
  }
792
- ._enabled_1qhsb9g_67:not(._error_1qhsb9g_55)._filled_1qhsb9g_73 ._wrapper_1qhsb9g_39{
792
+ ._enabled_xtuqps_67:not(._error_xtuqps_55)._filled_xtuqps_73 ._wrapper_xtuqps_39{
793
793
  --_rs-input-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);
794
794
  }
795
795
  @media (hover: hover){
796
- ._enabled_1qhsb9g_67:not(._error_1qhsb9g_55):hover ._wrapper_1qhsb9g_39{
796
+ ._enabled_xtuqps_67:not(._error_xtuqps_55):hover ._wrapper_xtuqps_39{
797
797
  --_rs-input-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);
798
798
  }
799
799
  }
800
- ._enabled_1qhsb9g_67:not(._error_1qhsb9g_55)._focused_1qhsb9g_67 ._wrapper_1qhsb9g_39{
800
+ ._enabled_xtuqps_67:not(._error_xtuqps_55)._focused_xtuqps_67 ._wrapper_xtuqps_39{
801
801
  --_rs-input-border-width:var(
802
802
  --_rs-input-focused-enabled-wrapper-border-width
803
803
  );
804
804
  --_rs-input-border-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));
805
805
  }
806
- ._field_1qhsb9g_91{
806
+ ._field_xtuqps_91{
807
807
  display:flex;
808
808
 
809
809
  flex:1 1 auto;
@@ -812,7 +812,7 @@
812
812
 
813
813
  padding:var(--_rs-input-vertical-padding) var(--_rs-input-horizontal-padding);
814
814
  }
815
- ._inner_1qhsb9g_101{
815
+ ._inner_xtuqps_101{
816
816
  letter-spacing:var(
817
817
  --rs-text-base-letter-spacing,
818
818
  var(--_rs-typography-letter-spacing)
@@ -825,26 +825,26 @@
825
825
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
826
826
  font-feature-settings:'kern', 'liga', 'calt';
827
827
  }
828
- ._inner_1qhsb9g_101::-ms-clear{
828
+ ._inner_xtuqps_101::-ms-clear{
829
829
  display:none;
830
830
 
831
831
  width:0;
832
832
  height:0;
833
833
  }
834
- ._dark_1qhsb9g_11 ._inner_1qhsb9g_101{
834
+ ._dark_xtuqps_11 ._inner_xtuqps_101{
835
835
  color-scheme:dark;
836
836
  }
837
837
  @container style(--_rs-theme-dark-coefficient: 1){
838
- ._inner_1qhsb9g_101{
838
+ ._inner_xtuqps_101{
839
839
  color-scheme:dark
840
840
  }
841
841
  }
842
842
  @container style(--_rs-theme-dark-coefficient: 0){
843
- ._inner_1qhsb9g_101{
843
+ ._inner_xtuqps_101{
844
844
  color-scheme:light
845
845
  }
846
846
  }
847
- ._inner_1qhsb9g_101 {
847
+ ._inner_xtuqps_101 {
848
848
 
849
849
  display:block;
850
850
 
@@ -866,17 +866,17 @@
866
866
  -moz-appearance:none;
867
867
  appearance:none;
868
868
  }
869
- ._inner_1qhsb9g_101:focus{
869
+ ._inner_xtuqps_101:focus{
870
870
  outline:none;
871
871
  }
872
- ._disabled_1qhsb9g_61 ._inner_1qhsb9g_101,
873
- ._inner_1qhsb9g_101:disabled{
872
+ ._disabled_xtuqps_61 ._inner_xtuqps_101,
873
+ ._inner_xtuqps_101:disabled{
874
874
  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);
875
875
  }
876
- ._focused_1qhsb9g_67 ._inner_1qhsb9g_101{
876
+ ._focused_xtuqps_67 ._inner_xtuqps_101{
877
877
  color:var(--_rs-input-focused-inner-color);
878
878
  }
879
- ._inner_1qhsb9g_101::-moz-placeholder{
879
+ ._inner_xtuqps_101::-moz-placeholder{
880
880
  letter-spacing:var(
881
881
  --rs-text-base-letter-spacing,
882
882
  var(--_rs-typography-letter-spacing)
@@ -892,10 +892,10 @@
892
892
 
893
893
  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);
894
894
  }
895
- ._focused_1qhsb9g_67 ._inner_1qhsb9g_101::-moz-placeholder{
895
+ ._focused_xtuqps_67 ._inner_xtuqps_101::-moz-placeholder{
896
896
  color:var(--_rs-input-focused-inner-placeholder-color);
897
897
  }
898
- ._inner_1qhsb9g_101::placeholder{
898
+ ._inner_xtuqps_101::placeholder{
899
899
  letter-spacing:var(
900
900
  --rs-text-base-letter-spacing,
901
901
  var(--_rs-typography-letter-spacing)
@@ -911,38 +911,38 @@
911
911
 
912
912
  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);
913
913
  }
914
- ._focused_1qhsb9g_67 ._inner_1qhsb9g_101::placeholder{
914
+ ._focused_xtuqps_67 ._inner_xtuqps_101::placeholder{
915
915
  color:var(--_rs-input-focused-inner-placeholder-color);
916
916
  }
917
- ._inner_1qhsb9g_101:-moz-ui-invalid{
917
+ ._inner_xtuqps_101:-moz-ui-invalid{
918
918
  box-shadow:none;
919
919
  }
920
- ._inner_1qhsb9g_101:-moz-ui-invalid:-moz-focusring{
920
+ ._inner_xtuqps_101:-moz-ui-invalid:-moz-focusring{
921
921
  box-shadow:none;
922
922
  }
923
- ._inner_1qhsb9g_101:-webkit-autofill,
924
- ._inner_1qhsb9g_101:-webkit-autofill:hover,
925
- ._inner_1qhsb9g_101:-webkit-autofill:active,
926
- ._inner_1qhsb9g_101:-webkit-autofill:focus{
923
+ ._inner_xtuqps_101:-webkit-autofill,
924
+ ._inner_xtuqps_101:-webkit-autofill:hover,
925
+ ._inner_xtuqps_101:-webkit-autofill:active,
926
+ ._inner_xtuqps_101:-webkit-autofill:focus{
927
927
  -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;
928
928
 
929
929
  transition-delay:9999s;
930
930
  -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));
931
931
  }
932
- ._focused_1qhsb9g_67 ._inner_1qhsb9g_101:-webkit-autofill, ._focused_1qhsb9g_67 ._inner_1qhsb9g_101:-webkit-autofill:hover, ._focused_1qhsb9g_67 ._inner_1qhsb9g_101:-webkit-autofill:active, ._focused_1qhsb9g_67 ._inner_1qhsb9g_101:-webkit-autofill:focus{
932
+ ._focused_xtuqps_67 ._inner_xtuqps_101:-webkit-autofill, ._focused_xtuqps_67 ._inner_xtuqps_101:-webkit-autofill:hover, ._focused_xtuqps_67 ._inner_xtuqps_101:-webkit-autofill:active, ._focused_xtuqps_67 ._inner_xtuqps_101:-webkit-autofill:focus{
933
933
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
934
934
  -webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
935
935
  }
936
- ._offSystemMicroelements_1qhsb9g_202 ._inner_1qhsb9g_101{
936
+ ._offSystemMicroelements_xtuqps_202 ._inner_xtuqps_101{
937
937
  -moz-appearance:textfield;
938
938
  }
939
- ._offSystemMicroelements_1qhsb9g_202 ._inner_1qhsb9g_101::-webkit-outer-spin-button,
940
- ._offSystemMicroelements_1qhsb9g_202 ._inner_1qhsb9g_101::-webkit-inner-spin-button{
939
+ ._offSystemMicroelements_xtuqps_202 ._inner_xtuqps_101::-webkit-outer-spin-button,
940
+ ._offSystemMicroelements_xtuqps_202 ._inner_xtuqps_101::-webkit-inner-spin-button{
941
941
  margin:0;
942
942
  -webkit-appearance:none;
943
943
  appearance:none;
944
944
  }
945
- ._iconWrapper_1qhsb9g_212{
945
+ ._iconWrapper_xtuqps_212{
946
946
  display:inline-flex;
947
947
  flex:0 0 auto;
948
948
 
@@ -953,15 +953,15 @@
953
953
 
954
954
  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);
955
955
  }
956
- ._iconWrapper_1qhsb9g_212._action_1qhsb9g_223{
956
+ ._iconWrapper_xtuqps_212._action_xtuqps_223{
957
957
  position:relative;
958
958
 
959
959
  cursor:pointer;
960
960
  }
961
- ._iconWrapper_1qhsb9g_212._action_1qhsb9g_223:focus{
961
+ ._iconWrapper_xtuqps_212._action_xtuqps_223:focus{
962
962
  outline:none;
963
963
  }
964
- ._iconWrapper_1qhsb9g_212._action_1qhsb9g_223::before{
964
+ ._iconWrapper_xtuqps_212._action_xtuqps_223::before{
965
965
  position:absolute;
966
966
  top:-4px;
967
967
  right:-4px;
@@ -976,46 +976,46 @@
976
976
  content:'';
977
977
  pointer-events:none;
978
978
  }
979
- ._iconWrapper_1qhsb9g_212._action_1qhsb9g_223:focus[data-focus-method='key']::before{
979
+ ._iconWrapper_xtuqps_212._action_xtuqps_223:focus[data-focus-method='key']::before{
980
980
  display:block;
981
981
  }
982
- ._disabled_1qhsb9g_61 ._iconWrapper_1qhsb9g_212{
982
+ ._disabled_xtuqps_61 ._iconWrapper_xtuqps_212{
983
983
  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);
984
984
  }
985
- ._disabled_1qhsb9g_61 ._iconWrapper_1qhsb9g_212._action_1qhsb9g_223{
985
+ ._disabled_xtuqps_61 ._iconWrapper_xtuqps_212._action_xtuqps_223{
986
986
  pointer-events:none;
987
987
  }
988
- ._iconWrapper_1qhsb9g_212._right_1qhsb9g_261{
988
+ ._iconWrapper_xtuqps_212._right_xtuqps_261{
989
989
  margin-left:var(--_rs-input-icon-offset);
990
990
  }
991
- ._iconWrapper_1qhsb9g_212._left_1qhsb9g_265{
991
+ ._iconWrapper_xtuqps_212._left_xtuqps_265{
992
992
  margin-right:var(--_rs-input-icon-offset);
993
993
  }
994
- ._focused_1qhsb9g_67 ._iconWrapper_1qhsb9g_212{
994
+ ._focused_xtuqps_67 ._iconWrapper_xtuqps_212{
995
995
  color:var(--_rs-input-focused-icon-color);
996
996
  }
997
997
  @media (hover: hover){
998
- ._enabled_1qhsb9g_67 ._iconWrapper_1qhsb9g_212._action_1qhsb9g_223:hover{
998
+ ._enabled_xtuqps_67 ._iconWrapper_xtuqps_212._action_xtuqps_223:hover{
999
999
  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));
1000
1000
  }
1001
1001
 
1002
- ._enabled_1qhsb9g_67._focused_1qhsb9g_67 ._iconWrapper_1qhsb9g_212._action_1qhsb9g_223:hover{
1002
+ ._enabled_xtuqps_67._focused_xtuqps_67 ._iconWrapper_xtuqps_212._action_xtuqps_223:hover{
1003
1003
  color:var(--_rs-input-focused-icon-accent-color);
1004
1004
  }
1005
1005
  }
1006
- ._enabled_1qhsb9g_67 ._iconWrapper_1qhsb9g_212._action_1qhsb9g_223:focus[data-focus-method='key']{
1006
+ ._enabled_xtuqps_67 ._iconWrapper_xtuqps_212._action_xtuqps_223:focus[data-focus-method='key']{
1007
1007
  color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
1008
1008
  }
1009
- ._enabled_1qhsb9g_67._focused_1qhsb9g_67 ._iconWrapper_1qhsb9g_212._action_1qhsb9g_223:focus[data-focus-method='key']{
1009
+ ._enabled_xtuqps_67._focused_xtuqps_67 ._iconWrapper_xtuqps_212._action_xtuqps_223:focus[data-focus-method='key']{
1010
1010
  color:var(--_rs-input-focused-icon-accent-color);
1011
1011
  }
1012
- ._iconWrapper_1qhsb9g_212 ._icon_1qhsb9g_212{
1012
+ ._iconWrapper_xtuqps_212 ._icon_xtuqps_212{
1013
1013
  fill:currentColor;
1014
1014
 
1015
1015
  width:auto;
1016
1016
  height:var(--_rs-input-icon-size);
1017
1017
  }
1018
- ._divider_1qhsb9g_299{
1018
+ ._divider_xtuqps_299{
1019
1019
  --_rs-input-divider-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.2);
1020
1020
 
1021
1021
  display:block;
@@ -1026,10 +1026,10 @@
1026
1026
 
1027
1027
  background:var(--_rs-input-divider-color);
1028
1028
  }
1029
- ._focused_1qhsb9g_67 ._divider_1qhsb9g_299{
1029
+ ._focused_xtuqps_67 ._divider_xtuqps_299{
1030
1030
  --_rs-input-divider-color:var(--_rs-input-focused-divider-background);
1031
1031
  }
1032
- ._suffix_1qhsb9g_315{
1032
+ ._suffix_xtuqps_315{
1033
1033
  letter-spacing:var(
1034
1034
  --rs-text-base-letter-spacing,
1035
1035
  var(--_rs-typography-letter-spacing)
@@ -1048,10 +1048,10 @@
1048
1048
 
1049
1049
  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);
1050
1050
  }
1051
- ._focused_1qhsb9g_67 ._suffix_1qhsb9g_315{
1051
+ ._focused_xtuqps_67 ._suffix_xtuqps_315{
1052
1052
  color:var(--_rs-input-focused-suffix-color);
1053
1053
  }
1054
- ._errorMessage_1qhsb9g_329{
1054
+ ._errorMessage_xtuqps_329{
1055
1055
  letter-spacing:var(
1056
1056
  --rs-text-base-letter-spacing,
1057
1057
  var(--_rs-typography-letter-spacing)
@@ -1073,12 +1073,12 @@
1073
1073
  -moz-column-gap:8px;
1074
1074
  column-gap:8px;
1075
1075
  }
1076
- ._errorIcon_1qhsb9g_341{
1076
+ ._errorIcon_xtuqps_341{
1077
1077
  flex:0 0 auto;
1078
1078
 
1079
1079
  color:#F45C4A;
1080
1080
  }
1081
- ._note_1qhsb9g_347{
1081
+ ._note_xtuqps_347{
1082
1082
  letter-spacing:var(
1083
1083
  --rs-text-base-letter-spacing,
1084
1084
  var(--_rs-typography-letter-spacing)
@@ -1097,13 +1097,13 @@
1097
1097
 
1098
1098
  margin-top:var(--_rs-input-parts-offset);
1099
1099
  }
1100
- ._disabled_1qhsb9g_61 ._note_1qhsb9g_347{
1100
+ ._disabled_xtuqps_61 ._note_xtuqps_347{
1101
1101
  color:var(
1102
1102
  --rs-color-pale,
1103
1103
  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)
1104
1104
  );
1105
1105
  }
1106
- ._label_1qhsb9g_358{
1106
+ ._label_xtuqps_358{
1107
1107
  letter-spacing:var(
1108
1108
  --rs-text-base-letter-spacing,
1109
1109
  var(--_rs-typography-letter-spacing)
@@ -1122,7 +1122,7 @@
1122
1122
 
1123
1123
  margin-bottom:var(--_rs-input-parts-offset);
1124
1124
  }
1125
- ._disabled_1qhsb9g_61 ._label_1qhsb9g_358{
1125
+ ._disabled_xtuqps_61 ._label_xtuqps_358{
1126
1126
  color:var(
1127
1127
  --rs-color-pale,
1128
1128
  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_1qhsb9g_8",
3
- "dark": "_dark_1qhsb9g_11",
4
- "sizeS": "_sizeS_1qhsb9g_15",
5
- "sizeM": "_sizeM_1qhsb9g_18",
6
- "sizeL": "_sizeL_1qhsb9g_21",
7
- "classic": "_classic_1qhsb9g_25",
8
- "rock": "_rock_1qhsb9g_28",
9
- "container": "_container_1qhsb9g_32",
10
- "wrapper": "_wrapper_1qhsb9g_39",
11
- "error": "_error_1qhsb9g_55",
12
- "disabled": "_disabled_1qhsb9g_61",
13
- "enabled": "_enabled_1qhsb9g_67",
14
- "focused": "_focused_1qhsb9g_67",
15
- "filled": "_filled_1qhsb9g_73",
16
- "field": "_field_1qhsb9g_91",
17
- "inner": "_inner_1qhsb9g_101",
18
- "offSystemMicroelements": "_offSystemMicroelements_1qhsb9g_202",
19
- "iconWrapper": "_iconWrapper_1qhsb9g_212",
20
- "action": "_action_1qhsb9g_223",
21
- "right": "_right_1qhsb9g_261",
22
- "left": "_left_1qhsb9g_265",
23
- "icon": "_icon_1qhsb9g_212",
24
- "divider": "_divider_1qhsb9g_299",
25
- "suffix": "_suffix_1qhsb9g_315",
26
- "errorMessage": "_errorMessage_1qhsb9g_329",
27
- "errorIcon": "_errorIcon_1qhsb9g_341",
28
- "note": "_note_1qhsb9g_347",
29
- "label": "_label_1qhsb9g_358"
2
+ "light": "_light_xtuqps_8",
3
+ "dark": "_dark_xtuqps_11",
4
+ "sizeS": "_sizeS_xtuqps_15",
5
+ "sizeM": "_sizeM_xtuqps_18",
6
+ "sizeL": "_sizeL_xtuqps_21",
7
+ "classic": "_classic_xtuqps_25",
8
+ "rock": "_rock_xtuqps_28",
9
+ "container": "_container_xtuqps_32",
10
+ "wrapper": "_wrapper_xtuqps_39",
11
+ "error": "_error_xtuqps_55",
12
+ "disabled": "_disabled_xtuqps_61",
13
+ "enabled": "_enabled_xtuqps_67",
14
+ "focused": "_focused_xtuqps_67",
15
+ "filled": "_filled_xtuqps_73",
16
+ "field": "_field_xtuqps_91",
17
+ "inner": "_inner_xtuqps_101",
18
+ "offSystemMicroelements": "_offSystemMicroelements_xtuqps_202",
19
+ "iconWrapper": "_iconWrapper_xtuqps_212",
20
+ "action": "_action_xtuqps_223",
21
+ "right": "_right_xtuqps_261",
22
+ "left": "_left_xtuqps_265",
23
+ "icon": "_icon_xtuqps_212",
24
+ "divider": "_divider_xtuqps_299",
25
+ "suffix": "_suffix_xtuqps_315",
26
+ "errorMessage": "_errorMessage_xtuqps_329",
27
+ "errorIcon": "_errorIcon_xtuqps_341",
28
+ "note": "_note_xtuqps_347",
29
+ "label": "_label_xtuqps_358"
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.13.0",
3
+ "version": "0.13.1-RUI-270-Update-select-options-label-types-b99bd91c.3+b99bd91c",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "author": "JetBrains",
@@ -24,13 +24,13 @@
24
24
  "react": ">=16.8.0 <20"
25
25
  },
26
26
  "devDependencies": {
27
- "@rescui/colors": "^0.2.12",
28
- "@rescui/icons": "^1.6.2",
29
- "@rescui/postcss-preset-library": "^0.2.2",
30
- "@rescui/scripts": "^0.5.1",
31
- "@rescui/tooltip": "^0.10.5",
32
- "@rescui/typography": "^0.24.2",
33
- "@rescui/visual-regression": "^0.1.4",
27
+ "@rescui/colors": "0.2.13-RUI-270-Update-select-options-label-types-b99bd91c.3+b99bd91c",
28
+ "@rescui/icons": "1.6.3-RUI-270-Update-select-options-label-types-b99bd91c.3+b99bd91c",
29
+ "@rescui/postcss-preset-library": "0.2.2",
30
+ "@rescui/scripts": "0.5.1",
31
+ "@rescui/tooltip": "0.10.6-RUI-270-Update-select-options-label-types-b99bd91c.3+b99bd91c",
32
+ "@rescui/typography": "0.24.3-RUI-270-Update-select-options-label-types-b99bd91c.3+b99bd91c",
33
+ "@rescui/visual-regression": "0.1.4",
34
34
  "@types/classnames": "^2.2.11"
35
35
  },
36
36
  "scripts": {
@@ -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": "4c9832a9e5fc1fe7a9a0c863f73f7f14088e3fd5"
41
+ "gitHead": "b99bd91c4c5319fed687fdfa123e195ccc8275ba"
42
42
  }