@rescui/input 0.11.10 → 0.11.12

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_1p590we_4",
3
- "sizeXS": "_sizeXS_1p590we_14",
4
- "sizeS": "_sizeS_1p590we_18",
5
- "sizeM": "_sizeM_1p590we_22",
6
- "sizeL": "_sizeL_1p590we_26",
7
- "light": "_light_1p590we_30",
8
- "dark": "_dark_1p590we_34"
2
+ "icon": "_icon_19xlij7_4",
3
+ "sizeXS": "_sizeXS_19xlij7_14",
4
+ "sizeS": "_sizeS_19xlij7_18",
5
+ "sizeM": "_sizeM_19xlij7_22",
6
+ "sizeL": "_sizeL_19xlij7_26",
7
+ "light": "_light_19xlij7_30",
8
+ "dark": "_dark_19xlij7_34"
9
9
  };
10
10
  export { styles as default };
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- ._icon_1p590we_4{
1
+ ._icon_19xlij7_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_1p590we_4{
11
+ ._icon_19xlij7_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_1p590we_4{
20
+ ._icon_19xlij7_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_1p590we_4{
28
+ ._icon_19xlij7_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_1p590we_14{
35
+ ._sizeXS_19xlij7_14{
36
36
  --_rs-icons-height:16px;
37
37
  }
38
- ._sizeS_1p590we_18{
38
+ ._sizeS_19xlij7_18{
39
39
  --_rs-icons-height:20px;
40
40
  }
41
- ._sizeM_1p590we_22{
41
+ ._sizeM_19xlij7_22{
42
42
  --_rs-icons-height:24px;
43
43
  }
44
- ._sizeL_1p590we_26{
44
+ ._sizeL_19xlij7_26{
45
45
  --_rs-icons-height:28px;
46
46
  }
47
- ._light_1p590we_30{
47
+ ._light_19xlij7_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_1p590we_34{
51
+ ._dark_19xlij7_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,21 +60,21 @@
60
60
  transform:rotate(360deg);
61
61
  }
62
62
  }
63
- ._light_tb5lyv_8{
63
+ ._light_1wei7je_8{
64
64
  --rs-theme-dark:0;
65
65
  }
66
- ._dark_tb5lyv_11{
66
+ ._dark_1wei7je_11{
67
67
  --rs-theme-dark:1;
68
68
  }
69
- ._sizeS_tb5lyv_15{
69
+ ._sizeS_1wei7je_15{
70
70
  --_rs-input-vertical-padding:6px;
71
71
  --_rs-input-horizontal-padding:8px;
72
72
  --_rs-input-parts-offset:4px;
73
73
  --_rs-input-icon-offset:8px;
74
74
  --_rs-input-icon-size:20px;
75
75
  }
76
- ._sizeS_tb5lyv_15 [data-rs-internal='input__inner']::-moz-placeholder{
77
- --_rs-typography-letter-spacing:0.0045em;
76
+ ._sizeS_1wei7je_15 [data-rs-internal='input__inner']::-moz-placeholder{
77
+ --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
78
78
  --_rs-typography-text-transform:initial;
79
79
  --_rs-typography-font-variant-numeric:initial;
80
80
  --_rs-typography-font-family:var(
@@ -107,11 +107,11 @@
107
107
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
108
108
  --_rs-typography-link-border-bottom-width-from-text:1px;
109
109
  }
110
- ._sizeS_tb5lyv_15 [data-rs-internal='input__label'],
111
- ._sizeS_tb5lyv_15 [data-rs-internal='input__inner'],
112
- ._sizeS_tb5lyv_15 [data-rs-internal='input__inner']::placeholder,
113
- ._sizeS_tb5lyv_15 [data-rs-internal='input__suffix']{
114
- --_rs-typography-letter-spacing:0.0045em;
110
+ ._sizeS_1wei7je_15 [data-rs-internal='input__label'],
111
+ ._sizeS_1wei7je_15 [data-rs-internal='input__inner'],
112
+ ._sizeS_1wei7je_15 [data-rs-internal='input__inner']::placeholder,
113
+ ._sizeS_1wei7je_15 [data-rs-internal='input__suffix']{
114
+ --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
115
115
  --_rs-typography-text-transform:initial;
116
116
  --_rs-typography-font-variant-numeric:initial;
117
117
  --_rs-typography-font-family:var(
@@ -144,8 +144,8 @@
144
144
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
145
145
  --_rs-typography-link-border-bottom-width-from-text:1px;
146
146
  }
147
- ._sizeS_tb5lyv_15 [data-rs-internal='input__bold-label']{
148
- --_rs-typography-letter-spacing:normal;
147
+ ._sizeS_1wei7je_15 [data-rs-internal='input__bold-label']{
148
+ --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
149
149
  --_rs-typography-text-transform:initial;
150
150
  --_rs-typography-font-variant-numeric:initial;
151
151
  --_rs-typography-font-family:var(
@@ -175,8 +175,8 @@
175
175
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
176
176
  --_rs-typography-link-border-bottom-width-from-text:2px;
177
177
  }
178
- ._sizeS_tb5lyv_15 [data-rs-internal='input__note']{
179
- --_rs-typography-letter-spacing:0.0045em;
178
+ ._sizeS_1wei7je_15 [data-rs-internal='input__note']{
179
+ --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
180
180
  --_rs-typography-text-transform:initial;
181
181
  --_rs-typography-font-variant-numeric:initial;
182
182
  --_rs-typography-font-family:var(
@@ -209,8 +209,8 @@
209
209
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
210
210
  --_rs-typography-link-border-bottom-width-from-text:1px;
211
211
  }
212
- ._sizeS_tb5lyv_15 [data-rs-internal='input__error-message']{
213
- --_rs-typography-letter-spacing:normal;
212
+ ._sizeS_1wei7je_15 [data-rs-internal='input__error-message']{
213
+ --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
214
214
  --_rs-typography-text-transform:initial;
215
215
  --_rs-typography-font-variant-numeric:initial;
216
216
  --_rs-typography-font-family:var(
@@ -240,18 +240,18 @@
240
240
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
241
241
  --_rs-typography-link-border-bottom-width-from-text:2px;
242
242
  }
243
- ._sizeS_tb5lyv_15 [data-rs-internal='input__error-icon']:not(html){
243
+ ._sizeS_1wei7je_15 [data-rs-internal='input__error-icon']:not(html){
244
244
  --_rs-icons-height:20px;
245
245
  }
246
- ._sizeM_tb5lyv_18{
246
+ ._sizeM_1wei7je_18{
247
247
  --_rs-input-vertical-padding:8px;
248
248
  --_rs-input-horizontal-padding:8px;
249
249
  --_rs-input-parts-offset:8px;
250
250
  --_rs-input-icon-offset:8px;
251
251
  --_rs-input-icon-size:24px;
252
252
  }
253
- ._sizeM_tb5lyv_18 [data-rs-internal='input__inner']::-moz-placeholder{
254
- --_rs-typography-letter-spacing:0.0015em;
253
+ ._sizeM_1wei7je_18 [data-rs-internal='input__inner']::-moz-placeholder{
254
+ --_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
255
255
  --_rs-typography-text-transform:initial;
256
256
  --_rs-typography-font-variant-numeric:initial;
257
257
  --_rs-typography-font-family:var(
@@ -285,15 +285,15 @@
285
285
  --_rs-typography-link-border-bottom-width-from-text:1px;
286
286
  }
287
287
  @media screen and (max-width: 640px){
288
- ._sizeM_tb5lyv_18 [data-rs-internal='input__inner']::-moz-placeholder{
288
+ ._sizeM_1wei7je_18 [data-rs-internal='input__inner']::-moz-placeholder{
289
289
  --_rs-typography-list-li-margin-top-from-text:12px;
290
290
  }
291
291
  }
292
- ._sizeM_tb5lyv_18 [data-rs-internal='input__label'],
293
- ._sizeM_tb5lyv_18 [data-rs-internal='input__inner'],
294
- ._sizeM_tb5lyv_18 [data-rs-internal='input__inner']::placeholder,
295
- ._sizeM_tb5lyv_18 [data-rs-internal='input__suffix']{
296
- --_rs-typography-letter-spacing:0.0015em;
292
+ ._sizeM_1wei7je_18 [data-rs-internal='input__label'],
293
+ ._sizeM_1wei7je_18 [data-rs-internal='input__inner'],
294
+ ._sizeM_1wei7je_18 [data-rs-internal='input__inner']::placeholder,
295
+ ._sizeM_1wei7je_18 [data-rs-internal='input__suffix']{
296
+ --_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
297
297
  --_rs-typography-text-transform:initial;
298
298
  --_rs-typography-font-variant-numeric:initial;
299
299
  --_rs-typography-font-family:var(
@@ -327,15 +327,15 @@
327
327
  --_rs-typography-link-border-bottom-width-from-text:1px;
328
328
  }
329
329
  @media screen and (max-width: 640px){
330
- ._sizeM_tb5lyv_18 [data-rs-internal='input__label'],
331
- ._sizeM_tb5lyv_18 [data-rs-internal='input__inner'],
332
- ._sizeM_tb5lyv_18 [data-rs-internal='input__inner']::placeholder,
333
- ._sizeM_tb5lyv_18 [data-rs-internal='input__suffix']{
330
+ ._sizeM_1wei7je_18 [data-rs-internal='input__label'],
331
+ ._sizeM_1wei7je_18 [data-rs-internal='input__inner'],
332
+ ._sizeM_1wei7je_18 [data-rs-internal='input__inner']::placeholder,
333
+ ._sizeM_1wei7je_18 [data-rs-internal='input__suffix']{
334
334
  --_rs-typography-list-li-margin-top-from-text:12px;
335
335
  }
336
336
  }
337
- ._sizeM_tb5lyv_18 [data-rs-internal='input__bold-label']{
338
- --_rs-typography-letter-spacing:normal;
337
+ ._sizeM_1wei7je_18 [data-rs-internal='input__bold-label']{
338
+ --_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
339
339
  --_rs-typography-text-transform:initial;
340
340
  --_rs-typography-font-variant-numeric:initial;
341
341
  --_rs-typography-font-family:var(
@@ -365,8 +365,8 @@
365
365
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
366
366
  --_rs-typography-link-border-bottom-width-from-text:2px;
367
367
  }
368
- ._sizeM_tb5lyv_18 [data-rs-internal='input__note']{
369
- --_rs-typography-letter-spacing:0.0045em;
368
+ ._sizeM_1wei7je_18 [data-rs-internal='input__note']{
369
+ --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
370
370
  --_rs-typography-text-transform:initial;
371
371
  --_rs-typography-font-variant-numeric:initial;
372
372
  --_rs-typography-font-family:var(
@@ -399,8 +399,8 @@
399
399
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
400
400
  --_rs-typography-link-border-bottom-width-from-text:1px;
401
401
  }
402
- ._sizeM_tb5lyv_18 [data-rs-internal='input__error-message']{
403
- --_rs-typography-letter-spacing:normal;
402
+ ._sizeM_1wei7je_18 [data-rs-internal='input__error-message']{
403
+ --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
404
404
  --_rs-typography-text-transform:initial;
405
405
  --_rs-typography-font-variant-numeric:initial;
406
406
  --_rs-typography-font-family:var(
@@ -430,18 +430,18 @@
430
430
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
431
431
  --_rs-typography-link-border-bottom-width-from-text:2px;
432
432
  }
433
- ._sizeM_tb5lyv_18 [data-rs-internal='input__error-icon']:not(html){
433
+ ._sizeM_1wei7je_18 [data-rs-internal='input__error-icon']:not(html){
434
434
  --_rs-icons-height:20px;
435
435
  }
436
- ._sizeL_tb5lyv_21{
436
+ ._sizeL_1wei7je_21{
437
437
  --_rs-input-vertical-padding:12px;
438
438
  --_rs-input-horizontal-padding:16px;
439
439
  --_rs-input-parts-offset:8px;
440
440
  --_rs-input-icon-offset:16px;
441
441
  --_rs-input-icon-size:28px;
442
442
  }
443
- ._sizeL_tb5lyv_21 [data-rs-internal='input__inner']::-moz-placeholder{
444
- --_rs-typography-letter-spacing:normal;
443
+ ._sizeL_1wei7je_21 [data-rs-internal='input__inner']::-moz-placeholder{
444
+ --_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
445
445
  --_rs-typography-text-transform:initial;
446
446
  --_rs-typography-font-variant-numeric:initial;
447
447
  --_rs-typography-font-family:var(
@@ -475,15 +475,15 @@
475
475
  --_rs-typography-link-border-bottom-width-from-text:1px;
476
476
  }
477
477
  @media screen and (max-width: 640px){
478
- ._sizeL_tb5lyv_21 [data-rs-internal='input__inner']::-moz-placeholder{
478
+ ._sizeL_1wei7je_21 [data-rs-internal='input__inner']::-moz-placeholder{
479
479
  --_rs-typography-list-li-margin-top-from-text:16px;
480
480
  }
481
481
  }
482
- ._sizeL_tb5lyv_21 [data-rs-internal='input__label'],
483
- ._sizeL_tb5lyv_21 [data-rs-internal='input__inner'],
484
- ._sizeL_tb5lyv_21 [data-rs-internal='input__inner']::placeholder,
485
- ._sizeL_tb5lyv_21 [data-rs-internal='input__suffix']{
486
- --_rs-typography-letter-spacing:normal;
482
+ ._sizeL_1wei7je_21 [data-rs-internal='input__label'],
483
+ ._sizeL_1wei7je_21 [data-rs-internal='input__inner'],
484
+ ._sizeL_1wei7je_21 [data-rs-internal='input__inner']::placeholder,
485
+ ._sizeL_1wei7je_21 [data-rs-internal='input__suffix']{
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;
489
489
  --_rs-typography-font-family:var(
@@ -517,15 +517,15 @@
517
517
  --_rs-typography-link-border-bottom-width-from-text:1px;
518
518
  }
519
519
  @media screen and (max-width: 640px){
520
- ._sizeL_tb5lyv_21 [data-rs-internal='input__label'],
521
- ._sizeL_tb5lyv_21 [data-rs-internal='input__inner'],
522
- ._sizeL_tb5lyv_21 [data-rs-internal='input__inner']::placeholder,
523
- ._sizeL_tb5lyv_21 [data-rs-internal='input__suffix']{
520
+ ._sizeL_1wei7je_21 [data-rs-internal='input__label'],
521
+ ._sizeL_1wei7je_21 [data-rs-internal='input__inner'],
522
+ ._sizeL_1wei7je_21 [data-rs-internal='input__inner']::placeholder,
523
+ ._sizeL_1wei7je_21 [data-rs-internal='input__suffix']{
524
524
  --_rs-typography-list-li-margin-top-from-text:16px;
525
525
  }
526
526
  }
527
- ._sizeL_tb5lyv_21 [data-rs-internal='input__bold-label']{
528
- --_rs-typography-letter-spacing:normal;
527
+ ._sizeL_1wei7je_21 [data-rs-internal='input__bold-label']{
528
+ --_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
529
529
  --_rs-typography-text-transform:initial;
530
530
  --_rs-typography-font-variant-numeric:initial;
531
531
  --_rs-typography-font-family:var(
@@ -555,8 +555,8 @@
555
555
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
556
556
  --_rs-typography-link-border-bottom-width-from-text:2px;
557
557
  }
558
- ._sizeL_tb5lyv_21 [data-rs-internal='input__note']{
559
- --_rs-typography-letter-spacing:0.0015em;
558
+ ._sizeL_1wei7je_21 [data-rs-internal='input__note']{
559
+ --_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
560
560
  --_rs-typography-text-transform:initial;
561
561
  --_rs-typography-font-variant-numeric:initial;
562
562
  --_rs-typography-font-family:var(
@@ -590,12 +590,12 @@
590
590
  --_rs-typography-link-border-bottom-width-from-text:1px;
591
591
  }
592
592
  @media screen and (max-width: 640px){
593
- ._sizeL_tb5lyv_21 [data-rs-internal='input__note']{
593
+ ._sizeL_1wei7je_21 [data-rs-internal='input__note']{
594
594
  --_rs-typography-list-li-margin-top-from-text:12px;
595
595
  }
596
596
  }
597
- ._sizeL_tb5lyv_21 [data-rs-internal='input__error-message']{
598
- --_rs-typography-letter-spacing:normal;
597
+ ._sizeL_1wei7je_21 [data-rs-internal='input__error-message']{
598
+ --_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
599
599
  --_rs-typography-text-transform:initial;
600
600
  --_rs-typography-font-variant-numeric:initial;
601
601
  --_rs-typography-font-family:var(
@@ -625,10 +625,10 @@
625
625
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
626
626
  --_rs-typography-link-border-bottom-width-from-text:2px;
627
627
  }
628
- ._sizeL_tb5lyv_21 [data-rs-internal='input__error-icon']:not(html){
628
+ ._sizeL_1wei7je_21 [data-rs-internal='input__error-icon']:not(html){
629
629
  --_rs-icons-height:24px;
630
630
  }
631
- ._classic_tb5lyv_25{
631
+ ._classic_1wei7je_25{
632
632
  --_rs-input-focused-enabled-wrapper-border-width:2px;
633
633
  --_rs-input-focused-enabled-wrapper-background:rgb(
634
634
  calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182)
@@ -678,7 +678,7 @@
678
678
  0.5
679
679
  );
680
680
  }
681
- ._rock_tb5lyv_28{
681
+ ._rock_1wei7je_28{
682
682
  --_rs-input-focused-enabled-wrapper-border-width:0px;
683
683
  --_rs-input-focused-enabled-wrapper-background:rgb(
684
684
  calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)
@@ -710,7 +710,7 @@
710
710
  );
711
711
  --_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
712
712
  }
713
- ._container_tb5lyv_32{
713
+ ._container_1wei7je_32{
714
714
  --_rs-theme-dark:var(
715
715
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
716
716
  var(--rs-theme-dark, 0)
@@ -720,7 +720,7 @@
720
720
  --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
721
721
  }
722
722
  @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
723
- ._container_tb5lyv_32{
723
+ ._container_1wei7je_32{
724
724
  --_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
725
725
  --_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
726
726
  --_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
@@ -729,7 +729,7 @@
729
729
  }
730
730
  }
731
731
  @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
732
- ._container_tb5lyv_32{
732
+ ._container_1wei7je_32{
733
733
  --_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
734
734
  --_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
735
735
  --_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
@@ -737,11 +737,11 @@
737
737
  --_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
738
738
  }
739
739
  }
740
- ._container_tb5lyv_32 {
740
+ ._container_1wei7je_32 {
741
741
 
742
742
  display:block;
743
743
  }
744
- ._wrapper_tb5lyv_39{
744
+ ._wrapper_1wei7je_39{
745
745
  --_rs-input-border-width:1px;
746
746
 
747
747
  display:flex;
@@ -752,27 +752,27 @@
752
752
 
753
753
  background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*204));
754
754
  }
755
- ._disabled_tb5lyv_51 ._wrapper_tb5lyv_39{
755
+ ._disabled_1wei7je_51 ._wrapper_1wei7je_39{
756
756
  cursor:auto;
757
757
 
758
758
  background-color:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*216));
759
759
  }
760
- ._error_tb5lyv_57 ._wrapper_tb5lyv_39{
760
+ ._error_1wei7je_57 ._wrapper_1wei7je_39{
761
761
  --_rs-input-border-width:2px;
762
762
 
763
763
  border-color:#F45C4A;
764
764
  }
765
- ._enabled_tb5lyv_63._filled_tb5lyv_63 ._wrapper_tb5lyv_39{
765
+ ._enabled_1wei7je_63._filled_1wei7je_63 ._wrapper_1wei7je_39{
766
766
  border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.3);
767
767
  }
768
768
  @media (hover: hover){
769
- ._enabled_tb5lyv_63:hover ._wrapper_tb5lyv_39{
769
+ ._enabled_1wei7je_63:hover ._wrapper_1wei7je_39{
770
770
  border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
771
771
 
772
772
  background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182));
773
773
  }
774
774
  }
775
- ._enabled_tb5lyv_63._focused_tb5lyv_75 ._wrapper_tb5lyv_39{
775
+ ._enabled_1wei7je_63._focused_1wei7je_75 ._wrapper_1wei7je_39{
776
776
  --_rs-input-border-width:var(
777
777
  --_rs-input-focused-enabled-wrapper-border-width
778
778
  );
@@ -782,18 +782,18 @@
782
782
  background-color:var(--_rs-input-focused-enabled-wrapper-background);
783
783
  }
784
784
  @media (hover: hover){
785
- ._error_tb5lyv_57._enabled_tb5lyv_63:hover ._wrapper_tb5lyv_39{
785
+ ._error_1wei7je_57._enabled_1wei7je_63:hover ._wrapper_1wei7je_39{
786
786
  border-color:#F45C4A;
787
787
  }
788
788
  }
789
- ._error_tb5lyv_57._enabled_tb5lyv_63._focused_tb5lyv_75 ._wrapper_tb5lyv_39,
790
- ._error_tb5lyv_57._enabled_tb5lyv_63._filled_tb5lyv_63 ._wrapper_tb5lyv_39{
789
+ ._error_1wei7je_57._enabled_1wei7je_63._focused_1wei7je_75 ._wrapper_1wei7je_39,
790
+ ._error_1wei7je_57._enabled_1wei7je_63._filled_1wei7je_63 ._wrapper_1wei7je_39{
791
791
  border-color:#F45C4A;
792
792
  }
793
- ._error_tb5lyv_57._enabled_tb5lyv_63._focused_tb5lyv_75 ._wrapper_tb5lyv_39{
793
+ ._error_1wei7je_57._enabled_1wei7je_63._focused_1wei7je_75 ._wrapper_1wei7je_39{
794
794
  background:var(--_rs-input-error-focused-enabled-wrapper-background);
795
795
  }
796
- ._field_tb5lyv_101{
796
+ ._field_1wei7je_101{
797
797
  display:flex;
798
798
 
799
799
  flex:1 1 auto;
@@ -802,7 +802,7 @@
802
802
 
803
803
  padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
804
804
  }
805
- ._inner_tb5lyv_114{
805
+ ._inner_1wei7je_114{
806
806
  letter-spacing:var(
807
807
  --rs-text-base-letter-spacing,
808
808
  var(--_rs-typography-letter-spacing)
@@ -815,26 +815,26 @@
815
815
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
816
816
  font-feature-settings:'kern', 'liga', 'calt';
817
817
  }
818
- ._inner_tb5lyv_114::-ms-clear{
818
+ ._inner_1wei7je_114::-ms-clear{
819
819
  display:none;
820
820
 
821
821
  width:0;
822
822
  height:0;
823
823
  }
824
- ._dark_tb5lyv_11 ._inner_tb5lyv_114{
824
+ ._dark_1wei7je_11 ._inner_1wei7je_114{
825
825
  color-scheme:dark;
826
826
  }
827
827
  @container style(--_rs-theme-dark-coefficient: 1){
828
- ._inner_tb5lyv_114{
828
+ ._inner_1wei7je_114{
829
829
  color-scheme:dark
830
830
  }
831
831
  }
832
832
  @container style(--_rs-theme-dark-coefficient: 0){
833
- ._inner_tb5lyv_114{
833
+ ._inner_1wei7je_114{
834
834
  color-scheme:light
835
835
  }
836
836
  }
837
- ._inner_tb5lyv_114 {
837
+ ._inner_1wei7je_114 {
838
838
 
839
839
  display:block;
840
840
 
@@ -856,20 +856,20 @@
856
856
  -moz-appearance:none;
857
857
  appearance:none;
858
858
  }
859
- ._inner_tb5lyv_114:focus{
859
+ ._inner_1wei7je_114:focus{
860
860
  outline:none;
861
861
  }
862
- ._disabled_tb5lyv_51 ._inner_tb5lyv_114,
863
- ._inner_tb5lyv_114:disabled{
862
+ ._disabled_1wei7je_51 ._inner_1wei7je_114,
863
+ ._inner_1wei7je_114:disabled{
864
864
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7);
865
865
  }
866
- ._focused_tb5lyv_75 ._inner_tb5lyv_114{
866
+ ._focused_1wei7je_75 ._inner_1wei7je_114{
867
867
  color:var(--_rs-input-focused-inner-color);
868
868
  }
869
- ._error_tb5lyv_57._focused_tb5lyv_75 ._inner_tb5lyv_114{
869
+ ._error_1wei7je_57._focused_1wei7je_75 ._inner_1wei7je_114{
870
870
  color:var(--_rs-input-error-focused-inner-color);
871
871
  }
872
- ._inner_tb5lyv_114::-moz-placeholder{
872
+ ._inner_1wei7je_114::-moz-placeholder{
873
873
  letter-spacing:var(
874
874
  --rs-text-base-letter-spacing,
875
875
  var(--_rs-typography-letter-spacing)
@@ -885,13 +885,13 @@
885
885
 
886
886
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
887
887
  }
888
- ._focused_tb5lyv_75 ._inner_tb5lyv_114::-moz-placeholder{
888
+ ._focused_1wei7je_75 ._inner_1wei7je_114::-moz-placeholder{
889
889
  color:var(--_rs-input-focused-inner-placeholder-color);
890
890
  }
891
- ._error_tb5lyv_57._focused_tb5lyv_75 ._inner_tb5lyv_114::-moz-placeholder{
891
+ ._error_1wei7je_57._focused_1wei7je_75 ._inner_1wei7je_114::-moz-placeholder{
892
892
  color:var(--_rs-input-error-focused-inner-placeholder-color);
893
893
  }
894
- ._inner_tb5lyv_114::placeholder{
894
+ ._inner_1wei7je_114::placeholder{
895
895
  letter-spacing:var(
896
896
  --rs-text-base-letter-spacing,
897
897
  var(--_rs-typography-letter-spacing)
@@ -907,45 +907,45 @@
907
907
 
908
908
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
909
909
  }
910
- ._focused_tb5lyv_75 ._inner_tb5lyv_114::placeholder{
910
+ ._focused_1wei7je_75 ._inner_1wei7je_114::placeholder{
911
911
  color:var(--_rs-input-focused-inner-placeholder-color);
912
912
  }
913
- ._error_tb5lyv_57._focused_tb5lyv_75 ._inner_tb5lyv_114::placeholder{
913
+ ._error_1wei7je_57._focused_1wei7je_75 ._inner_1wei7je_114::placeholder{
914
914
  color:var(--_rs-input-error-focused-inner-placeholder-color);
915
915
  }
916
- ._inner_tb5lyv_114:-moz-ui-invalid{
916
+ ._inner_1wei7je_114:-moz-ui-invalid{
917
917
  box-shadow:none;
918
918
  }
919
- ._inner_tb5lyv_114:-moz-ui-invalid:-moz-focusring{
919
+ ._inner_1wei7je_114:-moz-ui-invalid:-moz-focusring{
920
920
  box-shadow:none;
921
921
  }
922
- ._inner_tb5lyv_114:-webkit-autofill,
923
- ._inner_tb5lyv_114:-webkit-autofill:hover,
924
- ._inner_tb5lyv_114:-webkit-autofill:active,
925
- ._inner_tb5lyv_114:-webkit-autofill:focus{
922
+ ._inner_1wei7je_114:-webkit-autofill,
923
+ ._inner_1wei7je_114:-webkit-autofill:hover,
924
+ ._inner_1wei7je_114:-webkit-autofill:active,
925
+ ._inner_1wei7je_114:-webkit-autofill:focus{
926
926
  -webkit-box-shadow:0 0 0 1000px rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*227)) inset;
927
927
 
928
928
  transition-delay:9999s;
929
929
  -webkit-text-fill-color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
930
930
  }
931
- ._focused_tb5lyv_75 ._inner_tb5lyv_114:-webkit-autofill, ._focused_tb5lyv_75 ._inner_tb5lyv_114:-webkit-autofill:hover, ._focused_tb5lyv_75 ._inner_tb5lyv_114:-webkit-autofill:active, ._focused_tb5lyv_75 ._inner_tb5lyv_114:-webkit-autofill:focus{
931
+ ._focused_1wei7je_75 ._inner_1wei7je_114:-webkit-autofill, ._focused_1wei7je_75 ._inner_1wei7je_114:-webkit-autofill:hover, ._focused_1wei7je_75 ._inner_1wei7je_114:-webkit-autofill:active, ._focused_1wei7je_75 ._inner_1wei7je_114:-webkit-autofill:focus{
932
932
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
933
933
  -webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
934
934
  }
935
- ._error_tb5lyv_57._focused_tb5lyv_75 ._inner_tb5lyv_114:-webkit-autofill, ._error_tb5lyv_57._focused_tb5lyv_75 ._inner_tb5lyv_114:-webkit-autofill:hover, ._error_tb5lyv_57._focused_tb5lyv_75 ._inner_tb5lyv_114:-webkit-autofill:active, ._error_tb5lyv_57._focused_tb5lyv_75 ._inner_tb5lyv_114:-webkit-autofill:focus{
935
+ ._error_1wei7je_57._focused_1wei7je_75 ._inner_1wei7je_114:-webkit-autofill, ._error_1wei7je_57._focused_1wei7je_75 ._inner_1wei7je_114:-webkit-autofill:hover, ._error_1wei7je_57._focused_1wei7je_75 ._inner_1wei7je_114:-webkit-autofill:active, ._error_1wei7je_57._focused_1wei7je_75 ._inner_1wei7je_114:-webkit-autofill:focus{
936
936
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
937
937
  -webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
938
938
  }
939
- ._offSystemMicroelements_tb5lyv_229 ._inner_tb5lyv_114{
939
+ ._offSystemMicroelements_1wei7je_229 ._inner_1wei7je_114{
940
940
  -moz-appearance:textfield;
941
941
  }
942
- ._offSystemMicroelements_tb5lyv_229 ._inner_tb5lyv_114::-webkit-outer-spin-button,
943
- ._offSystemMicroelements_tb5lyv_229 ._inner_tb5lyv_114::-webkit-inner-spin-button{
942
+ ._offSystemMicroelements_1wei7je_229 ._inner_1wei7je_114::-webkit-outer-spin-button,
943
+ ._offSystemMicroelements_1wei7je_229 ._inner_1wei7je_114::-webkit-inner-spin-button{
944
944
  margin:0;
945
945
  -webkit-appearance:none;
946
946
  appearance:none;
947
947
  }
948
- ._iconWrapper_tb5lyv_239{
948
+ ._iconWrapper_1wei7je_239{
949
949
  --_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
950
950
 
951
951
  display:inline-flex;
@@ -958,15 +958,15 @@
958
958
 
959
959
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7);
960
960
  }
961
- ._iconWrapper_tb5lyv_239._action_tb5lyv_254{
961
+ ._iconWrapper_1wei7je_239._action_1wei7je_254{
962
962
  position:relative;
963
963
 
964
964
  cursor:pointer;
965
965
  }
966
- ._iconWrapper_tb5lyv_239._action_tb5lyv_254:focus{
966
+ ._iconWrapper_1wei7je_239._action_1wei7je_254:focus{
967
967
  outline:none;
968
968
  }
969
- ._iconWrapper_tb5lyv_239._action_tb5lyv_254::before{
969
+ ._iconWrapper_1wei7je_239._action_1wei7je_254::before{
970
970
  position:absolute;
971
971
  top:-4px;
972
972
  right:-4px;
@@ -981,56 +981,56 @@
981
981
  content:'';
982
982
  pointer-events:none;
983
983
  }
984
- ._iconWrapper_tb5lyv_239._action_tb5lyv_254:focus[data-focus-method='key']::before{
984
+ ._iconWrapper_1wei7je_239._action_1wei7je_254:focus[data-focus-method='key']::before{
985
985
  display:block;
986
986
  }
987
- ._disabled_tb5lyv_51 ._iconWrapper_tb5lyv_239{
987
+ ._disabled_1wei7je_51 ._iconWrapper_1wei7je_239{
988
988
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
989
989
  }
990
- ._disabled_tb5lyv_51 ._iconWrapper_tb5lyv_239._action_tb5lyv_254{
990
+ ._disabled_1wei7je_51 ._iconWrapper_1wei7je_239._action_1wei7je_254{
991
991
  pointer-events:none;
992
992
  }
993
- ._iconWrapper_tb5lyv_239._right_tb5lyv_292{
993
+ ._iconWrapper_1wei7je_239._right_1wei7je_292{
994
994
  margin-left:var(--_rs-input-icon-offset);
995
995
  }
996
- ._iconWrapper_tb5lyv_239._left_tb5lyv_296{
996
+ ._iconWrapper_1wei7je_239._left_1wei7je_296{
997
997
  margin-right:var(--_rs-input-icon-offset);
998
998
  }
999
- ._focused_tb5lyv_75 ._iconWrapper_tb5lyv_239{
999
+ ._focused_1wei7je_75 ._iconWrapper_1wei7je_239{
1000
1000
  color:var(--_rs-input-focused-icon-color);
1001
1001
  }
1002
- ._error_tb5lyv_57._focused_tb5lyv_75 ._iconWrapper_tb5lyv_239{
1002
+ ._error_1wei7je_57._focused_1wei7je_75 ._iconWrapper_1wei7je_239{
1003
1003
  color:var(--_rs-input-error-focused-icon-color);
1004
1004
  }
1005
1005
  @media (hover: hover){
1006
- ._enabled_tb5lyv_63 ._iconWrapper_tb5lyv_239._action_tb5lyv_254:hover{
1006
+ ._enabled_1wei7je_63 ._iconWrapper_1wei7je_239._action_1wei7je_254:hover{
1007
1007
  color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
1008
1008
  }
1009
1009
 
1010
- ._enabled_tb5lyv_63._focused_tb5lyv_75 ._iconWrapper_tb5lyv_239._action_tb5lyv_254:hover{
1010
+ ._enabled_1wei7je_63._focused_1wei7je_75 ._iconWrapper_1wei7je_239._action_1wei7je_254:hover{
1011
1011
  color:var(--_rs-input-focused-icon-accent-color);
1012
1012
  }
1013
1013
 
1014
- ._enabled_tb5lyv_63._error_tb5lyv_57._focused_tb5lyv_75 ._iconWrapper_tb5lyv_239._action_tb5lyv_254:hover{
1014
+ ._enabled_1wei7je_63._error_1wei7je_57._focused_1wei7je_75 ._iconWrapper_1wei7je_239._action_1wei7je_254:hover{
1015
1015
  color:var(--_rs-input-error-focused-icon-accent-color);
1016
1016
  }
1017
1017
  }
1018
- ._enabled_tb5lyv_63 ._iconWrapper_tb5lyv_239._action_tb5lyv_254:focus[data-focus-method='key']{
1018
+ ._enabled_1wei7je_63 ._iconWrapper_1wei7je_239._action_1wei7je_254:focus[data-focus-method='key']{
1019
1019
  color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
1020
1020
  }
1021
- ._enabled_tb5lyv_63._focused_tb5lyv_75 ._iconWrapper_tb5lyv_239._action_tb5lyv_254:focus[data-focus-method='key']{
1021
+ ._enabled_1wei7je_63._focused_1wei7je_75 ._iconWrapper_1wei7je_239._action_1wei7je_254:focus[data-focus-method='key']{
1022
1022
  color:var(--_rs-input-focused-icon-accent-color);
1023
1023
  }
1024
- ._enabled_tb5lyv_63._error_tb5lyv_57._focused_tb5lyv_75 ._iconWrapper_tb5lyv_239._action_tb5lyv_254:focus[data-focus-method='key']{
1024
+ ._enabled_1wei7je_63._error_1wei7je_57._focused_1wei7je_75 ._iconWrapper_1wei7je_239._action_1wei7je_254:focus[data-focus-method='key']{
1025
1025
  color:var(--_rs-input-error-focused-icon-accent-color);
1026
1026
  }
1027
- ._iconWrapper_tb5lyv_239 ._icon_tb5lyv_239{
1027
+ ._iconWrapper_1wei7je_239 ._icon_1wei7je_239{
1028
1028
  fill:currentColor;
1029
1029
 
1030
1030
  width:auto;
1031
1031
  height:var(--_rs-input-icon-size);
1032
1032
  }
1033
- ._divider_tb5lyv_342{
1033
+ ._divider_1wei7je_342{
1034
1034
  display:block;
1035
1035
 
1036
1036
  width:1px;
@@ -1039,10 +1039,10 @@
1039
1039
 
1040
1040
  background:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.2);
1041
1041
  }
1042
- ._focused_tb5lyv_75 ._divider_tb5lyv_342{
1042
+ ._focused_1wei7je_75 ._divider_1wei7je_342{
1043
1043
  background:var(--_rs-input-focused-divider-background);
1044
1044
  }
1045
- ._suffix_tb5lyv_356{
1045
+ ._suffix_1wei7je_356{
1046
1046
  letter-spacing:var(
1047
1047
  --rs-text-base-letter-spacing,
1048
1048
  var(--_rs-typography-letter-spacing)
@@ -1061,13 +1061,13 @@
1061
1061
 
1062
1062
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1063
1063
  }
1064
- ._focused_tb5lyv_75 ._suffix_tb5lyv_356{
1064
+ ._focused_1wei7je_75 ._suffix_1wei7je_356{
1065
1065
  color:var(--_rs-input-focused-suffix-color);
1066
1066
  }
1067
- ._error_tb5lyv_57._focused_tb5lyv_75 ._suffix_tb5lyv_356{
1067
+ ._error_1wei7je_57._focused_1wei7je_75 ._suffix_1wei7je_356{
1068
1068
  color:var(--_rs-input-error-focused-suffix-color);
1069
1069
  }
1070
- ._errorMessage_tb5lyv_376{
1070
+ ._errorMessage_1wei7je_376{
1071
1071
  letter-spacing:var(
1072
1072
  --rs-text-base-letter-spacing,
1073
1073
  var(--_rs-typography-letter-spacing)
@@ -1089,12 +1089,12 @@
1089
1089
  -moz-column-gap:8px;
1090
1090
  column-gap:8px;
1091
1091
  }
1092
- ._errorIcon_tb5lyv_388{
1092
+ ._errorIcon_1wei7je_388{
1093
1093
  flex:0 0 auto;
1094
1094
 
1095
1095
  color:#F45C4A;
1096
1096
  }
1097
- ._note_tb5lyv_394{
1097
+ ._note_1wei7je_394{
1098
1098
  letter-spacing:var(
1099
1099
  --rs-text-base-letter-spacing,
1100
1100
  var(--_rs-typography-letter-spacing)
@@ -1113,13 +1113,13 @@
1113
1113
 
1114
1114
  margin-top:var(--_rs-input-parts-offset);
1115
1115
  }
1116
- ._disabled_tb5lyv_51 ._note_tb5lyv_394{
1116
+ ._disabled_1wei7je_51 ._note_1wei7je_394{
1117
1117
  color:var(
1118
1118
  --rs-color-pale,
1119
1119
  rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
1120
1120
  );
1121
1121
  }
1122
- ._label_tb5lyv_405{
1122
+ ._label_1wei7je_405{
1123
1123
  letter-spacing:var(
1124
1124
  --rs-text-base-letter-spacing,
1125
1125
  var(--_rs-typography-letter-spacing)
@@ -1138,7 +1138,7 @@
1138
1138
 
1139
1139
  margin-bottom:var(--_rs-input-parts-offset);
1140
1140
  }
1141
- ._disabled_tb5lyv_51 ._label_tb5lyv_405{
1141
+ ._disabled_1wei7je_51 ._label_1wei7je_405{
1142
1142
  color:var(
1143
1143
  --rs-color-pale,
1144
1144
  rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
@@ -1,31 +1,31 @@
1
1
  var styles = {
2
- "light": "_light_tb5lyv_8",
3
- "dark": "_dark_tb5lyv_11",
4
- "sizeS": "_sizeS_tb5lyv_15",
5
- "sizeM": "_sizeM_tb5lyv_18",
6
- "sizeL": "_sizeL_tb5lyv_21",
7
- "classic": "_classic_tb5lyv_25",
8
- "rock": "_rock_tb5lyv_28",
9
- "container": "_container_tb5lyv_32",
10
- "wrapper": "_wrapper_tb5lyv_39",
11
- "disabled": "_disabled_tb5lyv_51",
12
- "error": "_error_tb5lyv_57",
13
- "enabled": "_enabled_tb5lyv_63",
14
- "filled": "_filled_tb5lyv_63",
15
- "focused": "_focused_tb5lyv_75",
16
- "field": "_field_tb5lyv_101",
17
- "inner": "_inner_tb5lyv_114",
18
- "offSystemMicroelements": "_offSystemMicroelements_tb5lyv_229",
19
- "iconWrapper": "_iconWrapper_tb5lyv_239",
20
- "action": "_action_tb5lyv_254",
21
- "right": "_right_tb5lyv_292",
22
- "left": "_left_tb5lyv_296",
23
- "icon": "_icon_tb5lyv_239",
24
- "divider": "_divider_tb5lyv_342",
25
- "suffix": "_suffix_tb5lyv_356",
26
- "errorMessage": "_errorMessage_tb5lyv_376",
27
- "errorIcon": "_errorIcon_tb5lyv_388",
28
- "note": "_note_tb5lyv_394",
29
- "label": "_label_tb5lyv_405"
2
+ "light": "_light_1wei7je_8",
3
+ "dark": "_dark_1wei7je_11",
4
+ "sizeS": "_sizeS_1wei7je_15",
5
+ "sizeM": "_sizeM_1wei7je_18",
6
+ "sizeL": "_sizeL_1wei7je_21",
7
+ "classic": "_classic_1wei7je_25",
8
+ "rock": "_rock_1wei7je_28",
9
+ "container": "_container_1wei7je_32",
10
+ "wrapper": "_wrapper_1wei7je_39",
11
+ "disabled": "_disabled_1wei7je_51",
12
+ "error": "_error_1wei7je_57",
13
+ "enabled": "_enabled_1wei7je_63",
14
+ "filled": "_filled_1wei7je_63",
15
+ "focused": "_focused_1wei7je_75",
16
+ "field": "_field_1wei7je_101",
17
+ "inner": "_inner_1wei7je_114",
18
+ "offSystemMicroelements": "_offSystemMicroelements_1wei7je_229",
19
+ "iconWrapper": "_iconWrapper_1wei7je_239",
20
+ "action": "_action_1wei7je_254",
21
+ "right": "_right_1wei7je_292",
22
+ "left": "_left_1wei7je_296",
23
+ "icon": "_icon_1wei7je_239",
24
+ "divider": "_divider_1wei7je_342",
25
+ "suffix": "_suffix_1wei7je_356",
26
+ "errorMessage": "_errorMessage_1wei7je_376",
27
+ "errorIcon": "_errorIcon_1wei7je_388",
28
+ "note": "_note_1wei7je_394",
29
+ "label": "_label_1wei7je_405"
30
30
  };
31
31
  export { styles as default };
@@ -7,7 +7,7 @@
7
7
  --_rs-input-icon-size:20px;
8
8
  }
9
9
  &:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
10
- --_rs-typography-letter-spacing:0.0045em;
10
+ --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
11
11
  --_rs-typography-text-transform:initial;
12
12
  --_rs-typography-font-variant-numeric:initial;
13
13
  --_rs-typography-font-family:var(
@@ -44,7 +44,7 @@
44
44
  &:not(html) [data-rs-internal='input__inner'],
45
45
  &:not(html) [data-rs-internal='input__inner']::placeholder,
46
46
  &:not(html) [data-rs-internal='input__suffix']{
47
- --_rs-typography-letter-spacing:0.0045em;
47
+ --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
48
48
  --_rs-typography-text-transform:initial;
49
49
  --_rs-typography-font-variant-numeric:initial;
50
50
  --_rs-typography-font-family:var(
@@ -78,7 +78,7 @@
78
78
  --_rs-typography-link-border-bottom-width-from-text:1px;
79
79
  }
80
80
  &:not(html) [data-rs-internal='input__bold-label']{
81
- --_rs-typography-letter-spacing:normal;
81
+ --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
82
82
  --_rs-typography-text-transform:initial;
83
83
  --_rs-typography-font-variant-numeric:initial;
84
84
  --_rs-typography-font-family:var(
@@ -109,7 +109,7 @@
109
109
  --_rs-typography-link-border-bottom-width-from-text:2px;
110
110
  }
111
111
  &:not(html) [data-rs-internal='input__note']{
112
- --_rs-typography-letter-spacing:0.0045em;
112
+ --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
113
113
  --_rs-typography-text-transform:initial;
114
114
  --_rs-typography-font-variant-numeric:initial;
115
115
  --_rs-typography-font-family:var(
@@ -143,7 +143,7 @@
143
143
  --_rs-typography-link-border-bottom-width-from-text:1px;
144
144
  }
145
145
  &:not(html) [data-rs-internal='input__error-message']{
146
- --_rs-typography-letter-spacing:normal;
146
+ --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
147
147
  --_rs-typography-text-transform:initial;
148
148
  --_rs-typography-font-variant-numeric:initial;
149
149
  --_rs-typography-font-family:var(
@@ -186,7 +186,7 @@
186
186
  --_rs-input-icon-size:24px;
187
187
  }
188
188
  &:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
189
- --_rs-typography-letter-spacing:0.0015em;
189
+ --_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
190
190
  --_rs-typography-text-transform:initial;
191
191
  --_rs-typography-font-variant-numeric:initial;
192
192
  --_rs-typography-font-family:var(
@@ -228,7 +228,7 @@
228
228
  &:not(html) [data-rs-internal='input__inner'],
229
229
  &:not(html) [data-rs-internal='input__inner']::placeholder,
230
230
  &:not(html) [data-rs-internal='input__suffix']{
231
- --_rs-typography-letter-spacing:0.0015em;
231
+ --_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
232
232
  --_rs-typography-text-transform:initial;
233
233
  --_rs-typography-font-variant-numeric:initial;
234
234
  --_rs-typography-font-family:var(
@@ -270,7 +270,7 @@
270
270
  }
271
271
  }
272
272
  &:not(html) [data-rs-internal='input__bold-label']{
273
- --_rs-typography-letter-spacing:normal;
273
+ --_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
274
274
  --_rs-typography-text-transform:initial;
275
275
  --_rs-typography-font-variant-numeric:initial;
276
276
  --_rs-typography-font-family:var(
@@ -301,7 +301,7 @@
301
301
  --_rs-typography-link-border-bottom-width-from-text:2px;
302
302
  }
303
303
  &:not(html) [data-rs-internal='input__note']{
304
- --_rs-typography-letter-spacing:0.0045em;
304
+ --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
305
305
  --_rs-typography-text-transform:initial;
306
306
  --_rs-typography-font-variant-numeric:initial;
307
307
  --_rs-typography-font-family:var(
@@ -335,7 +335,7 @@
335
335
  --_rs-typography-link-border-bottom-width-from-text:1px;
336
336
  }
337
337
  &:not(html) [data-rs-internal='input__error-message']{
338
- --_rs-typography-letter-spacing:normal;
338
+ --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
339
339
  --_rs-typography-text-transform:initial;
340
340
  --_rs-typography-font-variant-numeric:initial;
341
341
  --_rs-typography-font-family:var(
@@ -378,7 +378,7 @@
378
378
  --_rs-input-icon-size:28px;
379
379
  }
380
380
  &:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
381
- --_rs-typography-letter-spacing:normal;
381
+ --_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
382
382
  --_rs-typography-text-transform:initial;
383
383
  --_rs-typography-font-variant-numeric:initial;
384
384
  --_rs-typography-font-family:var(
@@ -420,7 +420,7 @@
420
420
  &:not(html) [data-rs-internal='input__inner'],
421
421
  &:not(html) [data-rs-internal='input__inner']::placeholder,
422
422
  &:not(html) [data-rs-internal='input__suffix']{
423
- --_rs-typography-letter-spacing:normal;
423
+ --_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
424
424
  --_rs-typography-text-transform:initial;
425
425
  --_rs-typography-font-variant-numeric:initial;
426
426
  --_rs-typography-font-family:var(
@@ -462,7 +462,7 @@
462
462
  }
463
463
  }
464
464
  &:not(html) [data-rs-internal='input__bold-label']{
465
- --_rs-typography-letter-spacing:normal;
465
+ --_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
466
466
  --_rs-typography-text-transform:initial;
467
467
  --_rs-typography-font-variant-numeric:initial;
468
468
  --_rs-typography-font-family:var(
@@ -493,7 +493,7 @@
493
493
  --_rs-typography-link-border-bottom-width-from-text:2px;
494
494
  }
495
495
  &:not(html) [data-rs-internal='input__note']{
496
- --_rs-typography-letter-spacing:0.0015em;
496
+ --_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
497
497
  --_rs-typography-text-transform:initial;
498
498
  --_rs-typography-font-variant-numeric:initial;
499
499
  --_rs-typography-font-family:var(
@@ -532,7 +532,7 @@
532
532
  }
533
533
  }
534
534
  &:not(html) [data-rs-internal='input__error-message']{
535
- --_rs-typography-letter-spacing:normal;
535
+ --_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
536
536
  --_rs-typography-text-transform:initial;
537
537
  --_rs-typography-font-variant-numeric:initial;
538
538
  --_rs-typography-font-family:var(
@@ -7,7 +7,7 @@
7
7
  --_rs-input-icon-size:20px;
8
8
  }
9
9
  &:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
10
- --_rs-typography-letter-spacing:0.0045em;
10
+ --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
11
11
  --_rs-typography-text-transform:initial;
12
12
  --_rs-typography-font-variant-numeric:initial;
13
13
  --_rs-typography-font-family:var(
@@ -44,7 +44,7 @@
44
44
  &:not(html) [data-rs-internal='input__inner'],
45
45
  &:not(html) [data-rs-internal='input__inner']::placeholder,
46
46
  &:not(html) [data-rs-internal='input__suffix']{
47
- --_rs-typography-letter-spacing:0.0045em;
47
+ --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
48
48
  --_rs-typography-text-transform:initial;
49
49
  --_rs-typography-font-variant-numeric:initial;
50
50
  --_rs-typography-font-family:var(
@@ -78,7 +78,7 @@
78
78
  --_rs-typography-link-border-bottom-width-from-text:1px;
79
79
  }
80
80
  &:not(html) [data-rs-internal='input__bold-label']{
81
- --_rs-typography-letter-spacing:normal;
81
+ --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
82
82
  --_rs-typography-text-transform:initial;
83
83
  --_rs-typography-font-variant-numeric:initial;
84
84
  --_rs-typography-font-family:var(
@@ -109,7 +109,7 @@
109
109
  --_rs-typography-link-border-bottom-width-from-text:2px;
110
110
  }
111
111
  &:not(html) [data-rs-internal='input__note']{
112
- --_rs-typography-letter-spacing:0.0045em;
112
+ --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
113
113
  --_rs-typography-text-transform:initial;
114
114
  --_rs-typography-font-variant-numeric:initial;
115
115
  --_rs-typography-font-family:var(
@@ -143,7 +143,7 @@
143
143
  --_rs-typography-link-border-bottom-width-from-text:1px;
144
144
  }
145
145
  &:not(html) [data-rs-internal='input__error-message']{
146
- --_rs-typography-letter-spacing:normal;
146
+ --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
147
147
  --_rs-typography-text-transform:initial;
148
148
  --_rs-typography-font-variant-numeric:initial;
149
149
  --_rs-typography-font-family:var(
@@ -186,7 +186,7 @@
186
186
  --_rs-input-icon-size:24px;
187
187
  }
188
188
  &:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
189
- --_rs-typography-letter-spacing:0.0015em;
189
+ --_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
190
190
  --_rs-typography-text-transform:initial;
191
191
  --_rs-typography-font-variant-numeric:initial;
192
192
  --_rs-typography-font-family:var(
@@ -228,7 +228,7 @@
228
228
  &:not(html) [data-rs-internal='input__inner'],
229
229
  &:not(html) [data-rs-internal='input__inner']::placeholder,
230
230
  &:not(html) [data-rs-internal='input__suffix']{
231
- --_rs-typography-letter-spacing:0.0015em;
231
+ --_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
232
232
  --_rs-typography-text-transform:initial;
233
233
  --_rs-typography-font-variant-numeric:initial;
234
234
  --_rs-typography-font-family:var(
@@ -270,7 +270,7 @@
270
270
  }
271
271
  }
272
272
  &:not(html) [data-rs-internal='input__bold-label']{
273
- --_rs-typography-letter-spacing:normal;
273
+ --_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
274
274
  --_rs-typography-text-transform:initial;
275
275
  --_rs-typography-font-variant-numeric:initial;
276
276
  --_rs-typography-font-family:var(
@@ -301,7 +301,7 @@
301
301
  --_rs-typography-link-border-bottom-width-from-text:2px;
302
302
  }
303
303
  &:not(html) [data-rs-internal='input__note']{
304
- --_rs-typography-letter-spacing:0.0045em;
304
+ --_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
305
305
  --_rs-typography-text-transform:initial;
306
306
  --_rs-typography-font-variant-numeric:initial;
307
307
  --_rs-typography-font-family:var(
@@ -335,7 +335,7 @@
335
335
  --_rs-typography-link-border-bottom-width-from-text:1px;
336
336
  }
337
337
  &:not(html) [data-rs-internal='input__error-message']{
338
- --_rs-typography-letter-spacing:normal;
338
+ --_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
339
339
  --_rs-typography-text-transform:initial;
340
340
  --_rs-typography-font-variant-numeric:initial;
341
341
  --_rs-typography-font-family:var(
@@ -378,7 +378,7 @@
378
378
  --_rs-input-icon-size:28px;
379
379
  }
380
380
  &:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
381
- --_rs-typography-letter-spacing:normal;
381
+ --_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
382
382
  --_rs-typography-text-transform:initial;
383
383
  --_rs-typography-font-variant-numeric:initial;
384
384
  --_rs-typography-font-family:var(
@@ -420,7 +420,7 @@
420
420
  &:not(html) [data-rs-internal='input__inner'],
421
421
  &:not(html) [data-rs-internal='input__inner']::placeholder,
422
422
  &:not(html) [data-rs-internal='input__suffix']{
423
- --_rs-typography-letter-spacing:normal;
423
+ --_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
424
424
  --_rs-typography-text-transform:initial;
425
425
  --_rs-typography-font-variant-numeric:initial;
426
426
  --_rs-typography-font-family:var(
@@ -462,7 +462,7 @@
462
462
  }
463
463
  }
464
464
  &:not(html) [data-rs-internal='input__bold-label']{
465
- --_rs-typography-letter-spacing:normal;
465
+ --_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
466
466
  --_rs-typography-text-transform:initial;
467
467
  --_rs-typography-font-variant-numeric:initial;
468
468
  --_rs-typography-font-family:var(
@@ -493,7 +493,7 @@
493
493
  --_rs-typography-link-border-bottom-width-from-text:2px;
494
494
  }
495
495
  &:not(html) [data-rs-internal='input__note']{
496
- --_rs-typography-letter-spacing:0.0015em;
496
+ --_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
497
497
  --_rs-typography-text-transform:initial;
498
498
  --_rs-typography-font-variant-numeric:initial;
499
499
  --_rs-typography-font-family:var(
@@ -532,7 +532,7 @@
532
532
  }
533
533
  }
534
534
  &:not(html) [data-rs-internal='input__error-message']{
535
- --_rs-typography-letter-spacing:normal;
535
+ --_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
536
536
  --_rs-typography-text-transform:initial;
537
537
  --_rs-typography-font-variant-numeric:initial;
538
538
  --_rs-typography-font-family:var(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rescui/input",
3
- "version": "0.11.10",
3
+ "version": "0.11.12",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "author": "JetBrains",
@@ -24,11 +24,11 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@rescui/colors": "^0.2.6",
27
- "@rescui/icons": "^0.16.12",
27
+ "@rescui/icons": "^0.16.14",
28
28
  "@rescui/postcss-preset-library": "^0.2.2",
29
29
  "@rescui/scripts": "^0.3.5",
30
- "@rescui/tooltip": "^0.9.0",
31
- "@rescui/typography": "^0.19.1",
30
+ "@rescui/tooltip": "^0.9.2",
31
+ "@rescui/typography": "^0.21.0",
32
32
  "@rescui/visual-regression": "^0.1.2",
33
33
  "@types/classnames": "^2.2.11"
34
34
  },
@@ -37,5 +37,5 @@
37
37
  "build-pcss-api": "rescui-scripts build-pcss-api --file public-api.p.css"
38
38
  },
39
39
  "nx": {},
40
- "gitHead": "0736ddaa3aad7cdec54d8eb2e6f6ce79f8f9cdce"
40
+ "gitHead": "1643043a602c3434ef3b73c895188e9f5819f357"
41
41
  }