@rescui/input 0.10.2-RUI-201-Support-css-modules-in-typography-6efea65f.26 → 0.10.3-RUI-198-Support-different-hardness-for-headings-in-mixins-api-48b1e9e1.18

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.
package/lib/index.css CHANGED
@@ -1,17 +1,91 @@
1
- ._light_4pxyrp_8{
1
+ ._icon_9r22zb_4{
2
+ --_rs-theme-dark:var(
3
+ --_rs-internal-force-theme-dark-consult-rescui-before-using,
4
+ var(--rs-theme-dark, 0)
5
+ );
6
+ --_rs-theme-flip:var(--rs-theme-flip, 0);
7
+ --_rs-theme-dark-coefficient:calc(var(--_rs-theme-dark)*(1 - var(--_rs-theme-flip)) + var(--_rs-theme-flip)*(1 - var(--_rs-theme-dark)));
8
+ --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
9
+ }
10
+ @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
11
+ ._icon_9r22zb_4{
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
+ --_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
+ --_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)));
15
+ --_rs-color-primary-t-dim:color-mix(in srgb, var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
16
+ --_rs-color-primary-t-fog:color-mix(in srgb, var(--rs-color-primary-t-fog-light-theme, rgba(107, 87, 255,0.2)) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-t-fog-dark-theme, rgba(132, 115, 255,0.3)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
17
+ }
18
+ }
19
+ @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
20
+ ._icon_9r22zb_4{
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
+ --_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
+ --_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));
24
+ --_rs-color-primary-t-dim: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, 0.8);
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
+ }
27
+ }
28
+ ._icon_9r22zb_4{
29
+
30
+ fill:var(--_rs-icons-themed-fill-or-initial, currentcolor);
31
+
32
+ width:auto;
33
+ height:var(--_rs-icons-height);
34
+ }
35
+ ._sizeXS_9r22zb_14{
36
+ --_rs-icons-height:16px;
37
+ }
38
+ ._sizeS_9r22zb_18{
39
+ --_rs-icons-height:20px;
40
+ }
41
+ ._sizeM_9r22zb_22{
42
+ --_rs-icons-height:24px;
43
+ }
44
+ ._sizeL_9r22zb_26{
45
+ --_rs-icons-height:28px;
46
+ }
47
+ ._light_9r22zb_30{
2
48
  --rs-theme-dark:0;
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));
3
50
  }
4
- ._dark_4pxyrp_11{
51
+ ._dark_9r22zb_34{
5
52
  --rs-theme-dark:1;
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
+ }
55
+ @-webkit-keyframes rs-icon-rotate{
56
+ from{
57
+ -webkit-transform:rotate(0deg);
58
+ transform:rotate(0deg);
59
+ }
60
+ to{
61
+ -webkit-transform:rotate(360deg);
62
+ transform:rotate(360deg);
63
+ }
64
+ }
65
+ @keyframes rs-icon-rotate{
66
+ from{
67
+ -webkit-transform:rotate(0deg);
68
+ transform:rotate(0deg);
69
+ }
70
+ to{
71
+ -webkit-transform:rotate(360deg);
72
+ transform:rotate(360deg);
73
+ }
6
74
  }
7
- ._sizeS_4pxyrp_15{
75
+ ._light_165qcku_8{
76
+ --rs-theme-dark:0;
77
+ }
78
+ ._dark_165qcku_11{
79
+ --rs-theme-dark:1;
80
+ }
81
+ ._sizeS_165qcku_15{
8
82
  --_rs-input-vertical-padding:6px;
9
83
  --_rs-input-horizontal-padding:8px;
10
84
  --_rs-input-parts-offset:4px;
11
85
  --_rs-input-icon-offset:8px;
12
86
  --_rs-input-icon-size:20px;
13
87
  }
14
- ._sizeS_4pxyrp_15 [data-rs-internal='input__inner']::-webkit-input-placeholder{
88
+ ._sizeS_165qcku_15 [data-rs-internal='input__inner']::-webkit-input-placeholder{
15
89
  --_rs-typography-letter-spacing:0.0045em;
16
90
  --_rs-typography-text-transform:initial;
17
91
  --_rs-typography-font-variant-numeric:initial;
@@ -45,7 +119,7 @@
45
119
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
46
120
  --_rs-typography-link-border-bottom-width-from-text:1px;
47
121
  }
48
- ._sizeS_4pxyrp_15 [data-rs-internal='input__inner']::-moz-placeholder{
122
+ ._sizeS_165qcku_15 [data-rs-internal='input__inner']::-moz-placeholder{
49
123
  --_rs-typography-letter-spacing:0.0045em;
50
124
  --_rs-typography-text-transform:initial;
51
125
  --_rs-typography-font-variant-numeric:initial;
@@ -79,7 +153,7 @@
79
153
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
80
154
  --_rs-typography-link-border-bottom-width-from-text:1px;
81
155
  }
82
- ._sizeS_4pxyrp_15 [data-rs-internal='input__inner']:-ms-input-placeholder{
156
+ ._sizeS_165qcku_15 [data-rs-internal='input__inner']:-ms-input-placeholder{
83
157
  --_rs-typography-letter-spacing:0.0045em;
84
158
  --_rs-typography-text-transform:initial;
85
159
  --_rs-typography-font-variant-numeric:initial;
@@ -113,7 +187,7 @@
113
187
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
114
188
  --_rs-typography-link-border-bottom-width-from-text:1px;
115
189
  }
116
- ._sizeS_4pxyrp_15 [data-rs-internal='input__inner']::-ms-input-placeholder{
190
+ ._sizeS_165qcku_15 [data-rs-internal='input__inner']::-ms-input-placeholder{
117
191
  --_rs-typography-letter-spacing:0.0045em;
118
192
  --_rs-typography-text-transform:initial;
119
193
  --_rs-typography-font-variant-numeric:initial;
@@ -147,10 +221,10 @@
147
221
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
148
222
  --_rs-typography-link-border-bottom-width-from-text:1px;
149
223
  }
150
- ._sizeS_4pxyrp_15 [data-rs-internal='input__label'],
151
- ._sizeS_4pxyrp_15 [data-rs-internal='input__inner'],
152
- ._sizeS_4pxyrp_15 [data-rs-internal='input__inner']::placeholder,
153
- ._sizeS_4pxyrp_15 [data-rs-internal='input__suffix']{
224
+ ._sizeS_165qcku_15 [data-rs-internal='input__label'],
225
+ ._sizeS_165qcku_15 [data-rs-internal='input__inner'],
226
+ ._sizeS_165qcku_15 [data-rs-internal='input__inner']::placeholder,
227
+ ._sizeS_165qcku_15 [data-rs-internal='input__suffix']{
154
228
  --_rs-typography-letter-spacing:0.0045em;
155
229
  --_rs-typography-text-transform:initial;
156
230
  --_rs-typography-font-variant-numeric:initial;
@@ -184,7 +258,7 @@
184
258
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
185
259
  --_rs-typography-link-border-bottom-width-from-text:1px;
186
260
  }
187
- ._sizeS_4pxyrp_15 [data-rs-internal='input__bold-label']{
261
+ ._sizeS_165qcku_15 [data-rs-internal='input__bold-label']{
188
262
  --_rs-typography-letter-spacing:normal;
189
263
  --_rs-typography-text-transform:initial;
190
264
  --_rs-typography-font-variant-numeric:initial;
@@ -201,9 +275,12 @@
201
275
  );
202
276
  --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
203
277
  --_rs-typography-base-color:var(
278
+ --_rs-typography-heading-hardness-color,
279
+ var(
204
280
  --rs-color-hard,
205
281
  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))
206
- );
282
+ )
283
+ );
207
284
  --_rs-typography-text-auto-offset:0;
208
285
  --_rs-typography-ul-list-li-padding-left:initial;
209
286
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -212,8 +289,7 @@
212
289
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
213
290
  --_rs-typography-link-border-bottom-width-from-text:2px;
214
291
  }
215
- ._sizeS_4pxyrp_15 [data-rs-internal='input__note'],
216
- ._sizeS_4pxyrp_15 [data-rs-internal='input__error-message']{
292
+ ._sizeS_165qcku_15 [data-rs-internal='input__note']{
217
293
  --_rs-typography-letter-spacing:0.0045em;
218
294
  --_rs-typography-text-transform:initial;
219
295
  --_rs-typography-font-variant-numeric:initial;
@@ -247,14 +323,48 @@
247
323
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
248
324
  --_rs-typography-link-border-bottom-width-from-text:1px;
249
325
  }
250
- ._sizeM_4pxyrp_18{
326
+ ._sizeS_165qcku_15 [data-rs-internal='input__error-message']{
327
+ --_rs-typography-letter-spacing:normal;
328
+ --_rs-typography-text-transform:initial;
329
+ --_rs-typography-font-variant-numeric:initial;
330
+ --_rs-typography-font-family:var(
331
+ --rs-font-family-ui,
332
+ var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
333
+ BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
334
+ 'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
335
+ );
336
+ --_rs-typography-font-size:var(--rs-h5-font-size, 13px);
337
+ --_rs-typography-font-weight:var(
338
+ --rs-font-weight-semi-bold,
339
+ 600
340
+ );
341
+ --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
342
+ --_rs-typography-base-color:var(
343
+ --_rs-typography-heading-hardness-color,
344
+ var(
345
+ --rs-color-hard,
346
+ 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))
347
+ )
348
+ );
349
+ --_rs-typography-text-auto-offset:0;
350
+ --_rs-typography-ul-list-li-padding-left:initial;
351
+ --_rs-typography-ol-list-li-padding-left:initial;
352
+ --_rs-typography-list-li-margin-top-from-text:initial;
353
+ --_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
354
+ --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
355
+ --_rs-typography-link-border-bottom-width-from-text:2px;
356
+ }
357
+ ._sizeS_165qcku_15 [data-rs-internal='input__error-icon']:not(html){
358
+ --_rs-icons-height:20px;
359
+ }
360
+ ._sizeM_165qcku_18{
251
361
  --_rs-input-vertical-padding:8px;
252
362
  --_rs-input-horizontal-padding:8px;
253
363
  --_rs-input-parts-offset:8px;
254
364
  --_rs-input-icon-offset:8px;
255
365
  --_rs-input-icon-size:24px;
256
366
  }
257
- ._sizeM_4pxyrp_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
367
+ ._sizeM_165qcku_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
258
368
  --_rs-typography-letter-spacing:0.0015em;
259
369
  --_rs-typography-text-transform:initial;
260
370
  --_rs-typography-font-variant-numeric:initial;
@@ -289,11 +399,11 @@
289
399
  --_rs-typography-link-border-bottom-width-from-text:1px;
290
400
  }
291
401
  @media screen and (max-width: 640px){
292
- ._sizeM_4pxyrp_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
402
+ ._sizeM_165qcku_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
293
403
  --_rs-typography-list-li-margin-top-from-text:12px;
294
404
  }
295
405
  }
296
- ._sizeM_4pxyrp_18 [data-rs-internal='input__inner']::-moz-placeholder{
406
+ ._sizeM_165qcku_18 [data-rs-internal='input__inner']::-moz-placeholder{
297
407
  --_rs-typography-letter-spacing:0.0015em;
298
408
  --_rs-typography-text-transform:initial;
299
409
  --_rs-typography-font-variant-numeric:initial;
@@ -328,11 +438,11 @@
328
438
  --_rs-typography-link-border-bottom-width-from-text:1px;
329
439
  }
330
440
  @media screen and (max-width: 640px){
331
- ._sizeM_4pxyrp_18 [data-rs-internal='input__inner']::-moz-placeholder{
441
+ ._sizeM_165qcku_18 [data-rs-internal='input__inner']::-moz-placeholder{
332
442
  --_rs-typography-list-li-margin-top-from-text:12px;
333
443
  }
334
444
  }
335
- ._sizeM_4pxyrp_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
445
+ ._sizeM_165qcku_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
336
446
  --_rs-typography-letter-spacing:0.0015em;
337
447
  --_rs-typography-text-transform:initial;
338
448
  --_rs-typography-font-variant-numeric:initial;
@@ -367,11 +477,11 @@
367
477
  --_rs-typography-link-border-bottom-width-from-text:1px;
368
478
  }
369
479
  @media screen and (max-width: 640px){
370
- ._sizeM_4pxyrp_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
480
+ ._sizeM_165qcku_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
371
481
  --_rs-typography-list-li-margin-top-from-text:12px;
372
482
  }
373
483
  }
374
- ._sizeM_4pxyrp_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
484
+ ._sizeM_165qcku_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
375
485
  --_rs-typography-letter-spacing:0.0015em;
376
486
  --_rs-typography-text-transform:initial;
377
487
  --_rs-typography-font-variant-numeric:initial;
@@ -406,14 +516,14 @@
406
516
  --_rs-typography-link-border-bottom-width-from-text:1px;
407
517
  }
408
518
  @media screen and (max-width: 640px){
409
- ._sizeM_4pxyrp_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
519
+ ._sizeM_165qcku_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
410
520
  --_rs-typography-list-li-margin-top-from-text:12px;
411
521
  }
412
522
  }
413
- ._sizeM_4pxyrp_18 [data-rs-internal='input__label'],
414
- ._sizeM_4pxyrp_18 [data-rs-internal='input__inner'],
415
- ._sizeM_4pxyrp_18 [data-rs-internal='input__inner']::placeholder,
416
- ._sizeM_4pxyrp_18 [data-rs-internal='input__suffix']{
523
+ ._sizeM_165qcku_18 [data-rs-internal='input__label'],
524
+ ._sizeM_165qcku_18 [data-rs-internal='input__inner'],
525
+ ._sizeM_165qcku_18 [data-rs-internal='input__inner']::placeholder,
526
+ ._sizeM_165qcku_18 [data-rs-internal='input__suffix']{
417
527
  --_rs-typography-letter-spacing:0.0015em;
418
528
  --_rs-typography-text-transform:initial;
419
529
  --_rs-typography-font-variant-numeric:initial;
@@ -448,14 +558,14 @@
448
558
  --_rs-typography-link-border-bottom-width-from-text:1px;
449
559
  }
450
560
  @media screen and (max-width: 640px){
451
- ._sizeM_4pxyrp_18 [data-rs-internal='input__label'],
452
- ._sizeM_4pxyrp_18 [data-rs-internal='input__inner'],
453
- ._sizeM_4pxyrp_18 [data-rs-internal='input__inner']::placeholder,
454
- ._sizeM_4pxyrp_18 [data-rs-internal='input__suffix']{
561
+ ._sizeM_165qcku_18 [data-rs-internal='input__label'],
562
+ ._sizeM_165qcku_18 [data-rs-internal='input__inner'],
563
+ ._sizeM_165qcku_18 [data-rs-internal='input__inner']::placeholder,
564
+ ._sizeM_165qcku_18 [data-rs-internal='input__suffix']{
455
565
  --_rs-typography-list-li-margin-top-from-text:12px;
456
566
  }
457
567
  }
458
- ._sizeM_4pxyrp_18 [data-rs-internal='input__bold-label']{
568
+ ._sizeM_165qcku_18 [data-rs-internal='input__bold-label']{
459
569
  --_rs-typography-letter-spacing:normal;
460
570
  --_rs-typography-text-transform:initial;
461
571
  --_rs-typography-font-variant-numeric:initial;
@@ -472,9 +582,12 @@
472
582
  );
473
583
  --_rs-typography-line-height:var(--rs-h4-line-height, 24px);
474
584
  --_rs-typography-base-color:var(
585
+ --_rs-typography-heading-hardness-color,
586
+ var(
475
587
  --rs-color-hard,
476
588
  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))
477
- );
589
+ )
590
+ );
478
591
  --_rs-typography-text-auto-offset:0;
479
592
  --_rs-typography-ul-list-li-padding-left:initial;
480
593
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -483,8 +596,7 @@
483
596
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
484
597
  --_rs-typography-link-border-bottom-width-from-text:2px;
485
598
  }
486
- ._sizeM_4pxyrp_18 [data-rs-internal='input__note'],
487
- ._sizeM_4pxyrp_18 [data-rs-internal='input__error-message']{
599
+ ._sizeM_165qcku_18 [data-rs-internal='input__note']{
488
600
  --_rs-typography-letter-spacing:0.0045em;
489
601
  --_rs-typography-text-transform:initial;
490
602
  --_rs-typography-font-variant-numeric:initial;
@@ -518,14 +630,48 @@
518
630
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
519
631
  --_rs-typography-link-border-bottom-width-from-text:1px;
520
632
  }
521
- ._sizeL_4pxyrp_21{
633
+ ._sizeM_165qcku_18 [data-rs-internal='input__error-message']{
634
+ --_rs-typography-letter-spacing:normal;
635
+ --_rs-typography-text-transform:initial;
636
+ --_rs-typography-font-variant-numeric:initial;
637
+ --_rs-typography-font-family:var(
638
+ --rs-font-family-ui,
639
+ var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
640
+ BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
641
+ 'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
642
+ );
643
+ --_rs-typography-font-size:var(--rs-h5-font-size, 13px);
644
+ --_rs-typography-font-weight:var(
645
+ --rs-font-weight-semi-bold,
646
+ 600
647
+ );
648
+ --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
649
+ --_rs-typography-base-color:var(
650
+ --_rs-typography-heading-hardness-color,
651
+ var(
652
+ --rs-color-hard,
653
+ 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))
654
+ )
655
+ );
656
+ --_rs-typography-text-auto-offset:0;
657
+ --_rs-typography-ul-list-li-padding-left:initial;
658
+ --_rs-typography-ol-list-li-padding-left:initial;
659
+ --_rs-typography-list-li-margin-top-from-text:initial;
660
+ --_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
661
+ --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
662
+ --_rs-typography-link-border-bottom-width-from-text:2px;
663
+ }
664
+ ._sizeM_165qcku_18 [data-rs-internal='input__error-icon']:not(html){
665
+ --_rs-icons-height:20px;
666
+ }
667
+ ._sizeL_165qcku_21{
522
668
  --_rs-input-vertical-padding:12px;
523
669
  --_rs-input-horizontal-padding:16px;
524
670
  --_rs-input-parts-offset:8px;
525
671
  --_rs-input-icon-offset:16px;
526
672
  --_rs-input-icon-size:28px;
527
673
  }
528
- ._sizeL_4pxyrp_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
674
+ ._sizeL_165qcku_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
529
675
  --_rs-typography-letter-spacing:normal;
530
676
  --_rs-typography-text-transform:initial;
531
677
  --_rs-typography-font-variant-numeric:initial;
@@ -560,11 +706,11 @@
560
706
  --_rs-typography-link-border-bottom-width-from-text:1px;
561
707
  }
562
708
  @media screen and (max-width: 640px){
563
- ._sizeL_4pxyrp_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
709
+ ._sizeL_165qcku_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
564
710
  --_rs-typography-list-li-margin-top-from-text:16px;
565
711
  }
566
712
  }
567
- ._sizeL_4pxyrp_21 [data-rs-internal='input__inner']::-moz-placeholder{
713
+ ._sizeL_165qcku_21 [data-rs-internal='input__inner']::-moz-placeholder{
568
714
  --_rs-typography-letter-spacing:normal;
569
715
  --_rs-typography-text-transform:initial;
570
716
  --_rs-typography-font-variant-numeric:initial;
@@ -599,11 +745,11 @@
599
745
  --_rs-typography-link-border-bottom-width-from-text:1px;
600
746
  }
601
747
  @media screen and (max-width: 640px){
602
- ._sizeL_4pxyrp_21 [data-rs-internal='input__inner']::-moz-placeholder{
748
+ ._sizeL_165qcku_21 [data-rs-internal='input__inner']::-moz-placeholder{
603
749
  --_rs-typography-list-li-margin-top-from-text:16px;
604
750
  }
605
751
  }
606
- ._sizeL_4pxyrp_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
752
+ ._sizeL_165qcku_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
607
753
  --_rs-typography-letter-spacing:normal;
608
754
  --_rs-typography-text-transform:initial;
609
755
  --_rs-typography-font-variant-numeric:initial;
@@ -638,11 +784,11 @@
638
784
  --_rs-typography-link-border-bottom-width-from-text:1px;
639
785
  }
640
786
  @media screen and (max-width: 640px){
641
- ._sizeL_4pxyrp_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
787
+ ._sizeL_165qcku_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
642
788
  --_rs-typography-list-li-margin-top-from-text:16px;
643
789
  }
644
790
  }
645
- ._sizeL_4pxyrp_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
791
+ ._sizeL_165qcku_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
646
792
  --_rs-typography-letter-spacing:normal;
647
793
  --_rs-typography-text-transform:initial;
648
794
  --_rs-typography-font-variant-numeric:initial;
@@ -677,14 +823,14 @@
677
823
  --_rs-typography-link-border-bottom-width-from-text:1px;
678
824
  }
679
825
  @media screen and (max-width: 640px){
680
- ._sizeL_4pxyrp_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
826
+ ._sizeL_165qcku_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
681
827
  --_rs-typography-list-li-margin-top-from-text:16px;
682
828
  }
683
829
  }
684
- ._sizeL_4pxyrp_21 [data-rs-internal='input__label'],
685
- ._sizeL_4pxyrp_21 [data-rs-internal='input__inner'],
686
- ._sizeL_4pxyrp_21 [data-rs-internal='input__inner']::placeholder,
687
- ._sizeL_4pxyrp_21 [data-rs-internal='input__suffix']{
830
+ ._sizeL_165qcku_21 [data-rs-internal='input__label'],
831
+ ._sizeL_165qcku_21 [data-rs-internal='input__inner'],
832
+ ._sizeL_165qcku_21 [data-rs-internal='input__inner']::placeholder,
833
+ ._sizeL_165qcku_21 [data-rs-internal='input__suffix']{
688
834
  --_rs-typography-letter-spacing:normal;
689
835
  --_rs-typography-text-transform:initial;
690
836
  --_rs-typography-font-variant-numeric:initial;
@@ -719,14 +865,14 @@
719
865
  --_rs-typography-link-border-bottom-width-from-text:1px;
720
866
  }
721
867
  @media screen and (max-width: 640px){
722
- ._sizeL_4pxyrp_21 [data-rs-internal='input__label'],
723
- ._sizeL_4pxyrp_21 [data-rs-internal='input__inner'],
724
- ._sizeL_4pxyrp_21 [data-rs-internal='input__inner']::placeholder,
725
- ._sizeL_4pxyrp_21 [data-rs-internal='input__suffix']{
868
+ ._sizeL_165qcku_21 [data-rs-internal='input__label'],
869
+ ._sizeL_165qcku_21 [data-rs-internal='input__inner'],
870
+ ._sizeL_165qcku_21 [data-rs-internal='input__inner']::placeholder,
871
+ ._sizeL_165qcku_21 [data-rs-internal='input__suffix']{
726
872
  --_rs-typography-list-li-margin-top-from-text:16px;
727
873
  }
728
874
  }
729
- ._sizeL_4pxyrp_21 [data-rs-internal='input__bold-label']{
875
+ ._sizeL_165qcku_21 [data-rs-internal='input__bold-label']{
730
876
  --_rs-typography-letter-spacing:normal;
731
877
  --_rs-typography-text-transform:initial;
732
878
  --_rs-typography-font-variant-numeric:initial;
@@ -743,9 +889,12 @@
743
889
  );
744
890
  --_rs-typography-line-height:var(--rs-h3-line-height, 28px);
745
891
  --_rs-typography-base-color:var(
892
+ --_rs-typography-heading-hardness-color,
893
+ var(
746
894
  --rs-color-hard,
747
895
  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))
748
- );
896
+ )
897
+ );
749
898
  --_rs-typography-text-auto-offset:0;
750
899
  --_rs-typography-ul-list-li-padding-left:initial;
751
900
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -754,8 +903,7 @@
754
903
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
755
904
  --_rs-typography-link-border-bottom-width-from-text:2px;
756
905
  }
757
- ._sizeL_4pxyrp_21 [data-rs-internal='input__note'],
758
- ._sizeL_4pxyrp_21 [data-rs-internal='input__error-message']{
906
+ ._sizeL_165qcku_21 [data-rs-internal='input__note']{
759
907
  --_rs-typography-letter-spacing:0.0015em;
760
908
  --_rs-typography-text-transform:initial;
761
909
  --_rs-typography-font-variant-numeric:initial;
@@ -790,12 +938,45 @@
790
938
  --_rs-typography-link-border-bottom-width-from-text:1px;
791
939
  }
792
940
  @media screen and (max-width: 640px){
793
- ._sizeL_4pxyrp_21 [data-rs-internal='input__note'],
794
- ._sizeL_4pxyrp_21 [data-rs-internal='input__error-message']{
941
+ ._sizeL_165qcku_21 [data-rs-internal='input__note']{
795
942
  --_rs-typography-list-li-margin-top-from-text:12px;
796
943
  }
797
944
  }
798
- ._classic_4pxyrp_25{
945
+ ._sizeL_165qcku_21 [data-rs-internal='input__error-message']{
946
+ --_rs-typography-letter-spacing:normal;
947
+ --_rs-typography-text-transform:initial;
948
+ --_rs-typography-font-variant-numeric:initial;
949
+ --_rs-typography-font-family:var(
950
+ --rs-font-family-ui,
951
+ var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
952
+ BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
953
+ 'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
954
+ );
955
+ --_rs-typography-font-size:var(--rs-h4-font-size, 16px);
956
+ --_rs-typography-font-weight:var(
957
+ --rs-font-weight-semi-bold,
958
+ 600
959
+ );
960
+ --_rs-typography-line-height:var(--rs-h4-line-height, 24px);
961
+ --_rs-typography-base-color:var(
962
+ --_rs-typography-heading-hardness-color,
963
+ var(
964
+ --rs-color-hard,
965
+ 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))
966
+ )
967
+ );
968
+ --_rs-typography-text-auto-offset:0;
969
+ --_rs-typography-ul-list-li-padding-left:initial;
970
+ --_rs-typography-ol-list-li-padding-left:initial;
971
+ --_rs-typography-list-li-margin-top-from-text:initial;
972
+ --_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
973
+ --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
974
+ --_rs-typography-link-border-bottom-width-from-text:2px;
975
+ }
976
+ ._sizeL_165qcku_21 [data-rs-internal='input__error-icon']:not(html){
977
+ --_rs-icons-height:24px;
978
+ }
979
+ ._classic_165qcku_25{
799
980
  --_rs-input-focused-enabled-wrapper-border-width:2px;
800
981
  --_rs-input-focused-enabled-wrapper-background:rgb(
801
982
  calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182)
@@ -845,7 +1026,7 @@
845
1026
  0.5
846
1027
  );
847
1028
  }
848
- ._rock_4pxyrp_28{
1029
+ ._rock_165qcku_28{
849
1030
  --_rs-input-focused-enabled-wrapper-border-width:0px;
850
1031
  --_rs-input-focused-enabled-wrapper-background:rgb(
851
1032
  calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)
@@ -877,7 +1058,7 @@
877
1058
  );
878
1059
  --_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
879
1060
  }
880
- ._container_4pxyrp_32{
1061
+ ._container_165qcku_32{
881
1062
  --_rs-theme-dark:var(
882
1063
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
883
1064
  var(--rs-theme-dark, 0)
@@ -887,7 +1068,7 @@
887
1068
  --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
888
1069
  }
889
1070
  @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
890
- ._container_4pxyrp_32{
1071
+ ._container_165qcku_32{
891
1072
  --_rs-color-primary:color-mix(in srgb, var(--rs-color-primary-light-theme, #6B57FF) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dark-theme, #8473FF) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
892
1073
  --_rs-color-primary-dim:color-mix(in srgb, var(--rs-color-primary-dim-light-theme, #8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-dim-dark-theme, #6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
893
1074
  --_rs-color-primary-fog:color-mix(in srgb, var(--rs-color-primary-fog-light-theme, #e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)), var(--rs-color-primary-fog-dark-theme, #2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
@@ -896,7 +1077,7 @@
896
1077
  }
897
1078
  }
898
1079
  @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
899
- ._container_4pxyrp_32{
1080
+ ._container_165qcku_32{
900
1081
  --_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255);
901
1082
  --_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111), calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));
902
1083
  --_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46), calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43), calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));
@@ -904,11 +1085,11 @@
904
1085
  --_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132), calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115), 255, calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3));
905
1086
  }
906
1087
  }
907
- ._container_4pxyrp_32 {
1088
+ ._container_165qcku_32 {
908
1089
 
909
1090
  display:block;
910
1091
  }
911
- ._wrapper_4pxyrp_39{
1092
+ ._wrapper_165qcku_39{
912
1093
  --_rs-input-border-width:1px;
913
1094
 
914
1095
  display:-webkit-box;
@@ -923,27 +1104,27 @@
923
1104
 
924
1105
  background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*207), calc(255 - var(--_rs-theme-dark-coefficient, 0)*204));
925
1106
  }
926
- ._disabled_4pxyrp_51 ._wrapper_4pxyrp_39{
1107
+ ._disabled_165qcku_51 ._wrapper_165qcku_39{
927
1108
  cursor:auto;
928
1109
 
929
1110
  background-color:rgb(calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*219), calc(244 - var(--_rs-theme-dark-coefficient, 0)*216));
930
1111
  }
931
- ._error_4pxyrp_57 ._wrapper_4pxyrp_39{
1112
+ ._error_165qcku_57 ._wrapper_165qcku_39{
932
1113
  --_rs-input-border-width:2px;
933
1114
 
934
1115
  border-color:#F45C4A;
935
1116
  }
936
- ._enabled_4pxyrp_63._filled_4pxyrp_63 ._wrapper_4pxyrp_39{
1117
+ ._enabled_165qcku_63._filled_165qcku_63 ._wrapper_165qcku_39{
937
1118
  border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.3);
938
1119
  }
939
1120
  @media (hover: hover){
940
- ._enabled_4pxyrp_63:hover ._wrapper_4pxyrp_39{
1121
+ ._enabled_165qcku_63:hover ._wrapper_165qcku_39{
941
1122
  border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
942
1123
 
943
1124
  background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*184), calc(255 - var(--_rs-theme-dark-coefficient, 0)*182));
944
1125
  }
945
1126
  }
946
- ._enabled_4pxyrp_63._focused_4pxyrp_75 ._wrapper_4pxyrp_39{
1127
+ ._enabled_165qcku_63._focused_165qcku_75 ._wrapper_165qcku_39{
947
1128
  --_rs-input-border-width:var(
948
1129
  --_rs-input-focused-enabled-wrapper-border-width
949
1130
  );
@@ -953,18 +1134,18 @@
953
1134
  background-color:var(--_rs-input-focused-enabled-wrapper-background);
954
1135
  }
955
1136
  @media (hover: hover){
956
- ._error_4pxyrp_57._enabled_4pxyrp_63:hover ._wrapper_4pxyrp_39{
1137
+ ._error_165qcku_57._enabled_165qcku_63:hover ._wrapper_165qcku_39{
957
1138
  border-color:#F45C4A;
958
1139
  }
959
1140
  }
960
- ._error_4pxyrp_57._enabled_4pxyrp_63._focused_4pxyrp_75 ._wrapper_4pxyrp_39,
961
- ._error_4pxyrp_57._enabled_4pxyrp_63._filled_4pxyrp_63 ._wrapper_4pxyrp_39{
1141
+ ._error_165qcku_57._enabled_165qcku_63._focused_165qcku_75 ._wrapper_165qcku_39,
1142
+ ._error_165qcku_57._enabled_165qcku_63._filled_165qcku_63 ._wrapper_165qcku_39{
962
1143
  border-color:#F45C4A;
963
1144
  }
964
- ._error_4pxyrp_57._enabled_4pxyrp_63._focused_4pxyrp_75 ._wrapper_4pxyrp_39{
1145
+ ._error_165qcku_57._enabled_165qcku_63._focused_165qcku_75 ._wrapper_165qcku_39{
965
1146
  background:var(--_rs-input-error-focused-enabled-wrapper-background);
966
1147
  }
967
- ._field_4pxyrp_101{
1148
+ ._field_165qcku_101{
968
1149
  display:-webkit-box;
969
1150
  display:-ms-flexbox;
970
1151
  display:flex;
@@ -979,7 +1160,7 @@
979
1160
 
980
1161
  padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
981
1162
  }
982
- ._inner_4pxyrp_114{
1163
+ ._inner_165qcku_114{
983
1164
  letter-spacing:var(
984
1165
  --rs-text-base-letter-spacing,
985
1166
  var(--_rs-typography-letter-spacing)
@@ -993,22 +1174,22 @@
993
1174
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
994
1175
  font-feature-settings:'kern', 'liga', 'calt';
995
1176
  }
996
- ._inner_4pxyrp_114::-ms-clear{
1177
+ ._inner_165qcku_114::-ms-clear{
997
1178
  display:none;
998
1179
 
999
1180
  width:0;
1000
1181
  height:0;
1001
1182
  }
1002
- ._dark_4pxyrp_11 ._inner_4pxyrp_114{
1183
+ ._dark_165qcku_11 ._inner_165qcku_114{
1003
1184
  color-scheme:dark;
1004
1185
  }
1005
- ._inner_4pxyrp_114 {
1186
+ ._inner_165qcku_114 {
1006
1187
 
1007
1188
  @container style(--_rs-theme-dark-coefficient: 1){
1008
1189
  color-scheme:dark;
1009
1190
  }
1010
1191
  }
1011
- ._inner_4pxyrp_114 {
1192
+ ._inner_165qcku_114 {
1012
1193
  @container style(--_rs-theme-dark-coefficient: 0){
1013
1194
  color-scheme:light;
1014
1195
  }
@@ -1039,20 +1220,20 @@
1039
1220
  -moz-appearance:none;
1040
1221
  appearance:none;
1041
1222
  }
1042
- ._inner_4pxyrp_114:focus{
1223
+ ._inner_165qcku_114:focus{
1043
1224
  outline:none;
1044
1225
  }
1045
- ._disabled_4pxyrp_51 ._inner_4pxyrp_114,
1046
- ._inner_4pxyrp_114:disabled{
1226
+ ._disabled_165qcku_51 ._inner_165qcku_114,
1227
+ ._inner_165qcku_114:disabled{
1047
1228
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7);
1048
1229
  }
1049
- ._focused_4pxyrp_75 ._inner_4pxyrp_114{
1230
+ ._focused_165qcku_75 ._inner_165qcku_114{
1050
1231
  color:var(--_rs-input-focused-inner-color);
1051
1232
  }
1052
- ._error_4pxyrp_57._focused_4pxyrp_75 ._inner_4pxyrp_114{
1233
+ ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114{
1053
1234
  color:var(--_rs-input-error-focused-inner-color);
1054
1235
  }
1055
- ._inner_4pxyrp_114::-webkit-input-placeholder{
1236
+ ._inner_165qcku_114::-webkit-input-placeholder{
1056
1237
  letter-spacing:var(
1057
1238
  --rs-text-base-letter-spacing,
1058
1239
  var(--_rs-typography-letter-spacing)
@@ -1069,13 +1250,13 @@
1069
1250
 
1070
1251
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1071
1252
  }
1072
- ._focused_4pxyrp_75 ._inner_4pxyrp_114::-webkit-input-placeholder{
1253
+ ._focused_165qcku_75 ._inner_165qcku_114::-webkit-input-placeholder{
1073
1254
  color:var(--_rs-input-focused-inner-placeholder-color);
1074
1255
  }
1075
- ._error_4pxyrp_57._focused_4pxyrp_75 ._inner_4pxyrp_114::-webkit-input-placeholder{
1256
+ ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114::-webkit-input-placeholder{
1076
1257
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1077
1258
  }
1078
- ._inner_4pxyrp_114::-moz-placeholder{
1259
+ ._inner_165qcku_114::-moz-placeholder{
1079
1260
  letter-spacing:var(
1080
1261
  --rs-text-base-letter-spacing,
1081
1262
  var(--_rs-typography-letter-spacing)
@@ -1092,13 +1273,13 @@
1092
1273
 
1093
1274
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1094
1275
  }
1095
- ._focused_4pxyrp_75 ._inner_4pxyrp_114::-moz-placeholder{
1276
+ ._focused_165qcku_75 ._inner_165qcku_114::-moz-placeholder{
1096
1277
  color:var(--_rs-input-focused-inner-placeholder-color);
1097
1278
  }
1098
- ._error_4pxyrp_57._focused_4pxyrp_75 ._inner_4pxyrp_114::-moz-placeholder{
1279
+ ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114::-moz-placeholder{
1099
1280
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1100
1281
  }
1101
- ._inner_4pxyrp_114:-ms-input-placeholder{
1282
+ ._inner_165qcku_114:-ms-input-placeholder{
1102
1283
  letter-spacing:var(
1103
1284
  --rs-text-base-letter-spacing,
1104
1285
  var(--_rs-typography-letter-spacing)
@@ -1115,13 +1296,13 @@
1115
1296
 
1116
1297
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1117
1298
  }
1118
- ._focused_4pxyrp_75 ._inner_4pxyrp_114:-ms-input-placeholder{
1299
+ ._focused_165qcku_75 ._inner_165qcku_114:-ms-input-placeholder{
1119
1300
  color:var(--_rs-input-focused-inner-placeholder-color);
1120
1301
  }
1121
- ._error_4pxyrp_57._focused_4pxyrp_75 ._inner_4pxyrp_114:-ms-input-placeholder{
1302
+ ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114:-ms-input-placeholder{
1122
1303
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1123
1304
  }
1124
- ._inner_4pxyrp_114::-ms-input-placeholder{
1305
+ ._inner_165qcku_114::-ms-input-placeholder{
1125
1306
  letter-spacing:var(
1126
1307
  --rs-text-base-letter-spacing,
1127
1308
  var(--_rs-typography-letter-spacing)
@@ -1138,13 +1319,13 @@
1138
1319
 
1139
1320
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1140
1321
  }
1141
- ._focused_4pxyrp_75 ._inner_4pxyrp_114::-ms-input-placeholder{
1322
+ ._focused_165qcku_75 ._inner_165qcku_114::-ms-input-placeholder{
1142
1323
  color:var(--_rs-input-focused-inner-placeholder-color);
1143
1324
  }
1144
- ._error_4pxyrp_57._focused_4pxyrp_75 ._inner_4pxyrp_114::-ms-input-placeholder{
1325
+ ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114::-ms-input-placeholder{
1145
1326
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1146
1327
  }
1147
- ._inner_4pxyrp_114::placeholder{
1328
+ ._inner_165qcku_114::placeholder{
1148
1329
  letter-spacing:var(
1149
1330
  --rs-text-base-letter-spacing,
1150
1331
  var(--_rs-typography-letter-spacing)
@@ -1161,22 +1342,22 @@
1161
1342
 
1162
1343
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1163
1344
  }
1164
- ._focused_4pxyrp_75 ._inner_4pxyrp_114::placeholder{
1345
+ ._focused_165qcku_75 ._inner_165qcku_114::placeholder{
1165
1346
  color:var(--_rs-input-focused-inner-placeholder-color);
1166
1347
  }
1167
- ._error_4pxyrp_57._focused_4pxyrp_75 ._inner_4pxyrp_114::placeholder{
1348
+ ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114::placeholder{
1168
1349
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1169
1350
  }
1170
- ._inner_4pxyrp_114:-moz-ui-invalid{
1351
+ ._inner_165qcku_114:-moz-ui-invalid{
1171
1352
  box-shadow:none;
1172
1353
  }
1173
- ._inner_4pxyrp_114:-moz-ui-invalid:-moz-focusring{
1354
+ ._inner_165qcku_114:-moz-ui-invalid:-moz-focusring{
1174
1355
  box-shadow:none;
1175
1356
  }
1176
- ._inner_4pxyrp_114:-webkit-autofill,
1177
- ._inner_4pxyrp_114:-webkit-autofill:hover,
1178
- ._inner_4pxyrp_114:-webkit-autofill:active,
1179
- ._inner_4pxyrp_114:-webkit-autofill:focus{
1357
+ ._inner_165qcku_114:-webkit-autofill,
1358
+ ._inner_165qcku_114:-webkit-autofill:hover,
1359
+ ._inner_165qcku_114:-webkit-autofill:active,
1360
+ ._inner_165qcku_114:-webkit-autofill:focus{
1180
1361
  -webkit-box-shadow:0 0 0 1000px rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*227)) inset;
1181
1362
 
1182
1363
  -webkit-transition-delay:9999s;
@@ -1184,24 +1365,24 @@
1184
1365
  transition-delay:9999s;
1185
1366
  -webkit-text-fill-color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
1186
1367
  }
1187
- ._focused_4pxyrp_75 ._inner_4pxyrp_114:-webkit-autofill, ._focused_4pxyrp_75 ._inner_4pxyrp_114:-webkit-autofill:hover, ._focused_4pxyrp_75 ._inner_4pxyrp_114:-webkit-autofill:active, ._focused_4pxyrp_75 ._inner_4pxyrp_114:-webkit-autofill:focus{
1368
+ ._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill, ._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill:hover, ._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill:active, ._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill:focus{
1188
1369
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
1189
1370
  -webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
1190
1371
  }
1191
- ._error_4pxyrp_57._focused_4pxyrp_75 ._inner_4pxyrp_114:-webkit-autofill, ._error_4pxyrp_57._focused_4pxyrp_75 ._inner_4pxyrp_114:-webkit-autofill:hover, ._error_4pxyrp_57._focused_4pxyrp_75 ._inner_4pxyrp_114:-webkit-autofill:active, ._error_4pxyrp_57._focused_4pxyrp_75 ._inner_4pxyrp_114:-webkit-autofill:focus{
1372
+ ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill, ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill:hover, ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill:active, ._error_165qcku_57._focused_165qcku_75 ._inner_165qcku_114:-webkit-autofill:focus{
1192
1373
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
1193
1374
  -webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
1194
1375
  }
1195
- ._offSystemMicroelements_4pxyrp_229 ._inner_4pxyrp_114{
1376
+ ._offSystemMicroelements_165qcku_229 ._inner_165qcku_114{
1196
1377
  -moz-appearance:textfield;
1197
1378
  }
1198
- ._offSystemMicroelements_4pxyrp_229 ._inner_4pxyrp_114::-webkit-outer-spin-button,
1199
- ._offSystemMicroelements_4pxyrp_229 ._inner_4pxyrp_114::-webkit-inner-spin-button{
1379
+ ._offSystemMicroelements_165qcku_229 ._inner_165qcku_114::-webkit-outer-spin-button,
1380
+ ._offSystemMicroelements_165qcku_229 ._inner_165qcku_114::-webkit-inner-spin-button{
1200
1381
  margin:0;
1201
1382
  -webkit-appearance:none;
1202
1383
  appearance:none;
1203
1384
  }
1204
- ._iconWrapper_4pxyrp_239{
1385
+ ._iconWrapper_165qcku_239{
1205
1386
  --_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
1206
1387
 
1207
1388
  display:-webkit-inline-box;
@@ -1220,15 +1401,15 @@
1220
1401
 
1221
1402
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.7);
1222
1403
  }
1223
- ._iconWrapper_4pxyrp_239._action_4pxyrp_254{
1404
+ ._iconWrapper_165qcku_239._action_165qcku_254{
1224
1405
  position:relative;
1225
1406
 
1226
1407
  cursor:pointer;
1227
1408
  }
1228
- ._iconWrapper_4pxyrp_239._action_4pxyrp_254:focus{
1409
+ ._iconWrapper_165qcku_239._action_165qcku_254:focus{
1229
1410
  outline:none;
1230
1411
  }
1231
- ._iconWrapper_4pxyrp_239._action_4pxyrp_254::before{
1412
+ ._iconWrapper_165qcku_239._action_165qcku_254::before{
1232
1413
  position:absolute;
1233
1414
  top:-4px;
1234
1415
  right:-4px;
@@ -1243,56 +1424,56 @@
1243
1424
  content:'';
1244
1425
  pointer-events:none;
1245
1426
  }
1246
- ._iconWrapper_4pxyrp_239._action_4pxyrp_254:focus[data-focus-method='key']::before{
1427
+ ._iconWrapper_165qcku_239._action_165qcku_254:focus[data-focus-method='key']::before{
1247
1428
  display:block;
1248
1429
  }
1249
- ._disabled_4pxyrp_51 ._iconWrapper_4pxyrp_239{
1430
+ ._disabled_165qcku_51 ._iconWrapper_165qcku_239{
1250
1431
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1251
1432
  }
1252
- ._disabled_4pxyrp_51 ._iconWrapper_4pxyrp_239._action_4pxyrp_254{
1433
+ ._disabled_165qcku_51 ._iconWrapper_165qcku_239._action_165qcku_254{
1253
1434
  pointer-events:none;
1254
1435
  }
1255
- ._iconWrapper_4pxyrp_239._right_4pxyrp_292{
1436
+ ._iconWrapper_165qcku_239._right_165qcku_292{
1256
1437
  margin-left:var(--_rs-input-icon-offset);
1257
1438
  }
1258
- ._iconWrapper_4pxyrp_239._left_4pxyrp_296{
1439
+ ._iconWrapper_165qcku_239._left_165qcku_296{
1259
1440
  margin-right:var(--_rs-input-icon-offset);
1260
1441
  }
1261
- ._focused_4pxyrp_75 ._iconWrapper_4pxyrp_239{
1442
+ ._focused_165qcku_75 ._iconWrapper_165qcku_239{
1262
1443
  color:var(--_rs-input-focused-icon-color);
1263
1444
  }
1264
- ._error_4pxyrp_57._focused_4pxyrp_75 ._iconWrapper_4pxyrp_239{
1445
+ ._error_165qcku_57._focused_165qcku_75 ._iconWrapper_165qcku_239{
1265
1446
  color:var(--_rs-input-error-focused-icon-color);
1266
1447
  }
1267
1448
  @media (hover: hover){
1268
- ._enabled_4pxyrp_63 ._iconWrapper_4pxyrp_239._action_4pxyrp_254:hover{
1449
+ ._enabled_165qcku_63 ._iconWrapper_165qcku_239._action_165qcku_254:hover{
1269
1450
  color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
1270
1451
  }
1271
1452
 
1272
- ._enabled_4pxyrp_63._focused_4pxyrp_75 ._iconWrapper_4pxyrp_239._action_4pxyrp_254:hover{
1453
+ ._enabled_165qcku_63._focused_165qcku_75 ._iconWrapper_165qcku_239._action_165qcku_254:hover{
1273
1454
  color:var(--_rs-input-focused-icon-accent-color);
1274
1455
  }
1275
1456
 
1276
- ._enabled_4pxyrp_63._error_4pxyrp_57._focused_4pxyrp_75 ._iconWrapper_4pxyrp_239._action_4pxyrp_254:hover{
1457
+ ._enabled_165qcku_63._error_165qcku_57._focused_165qcku_75 ._iconWrapper_165qcku_239._action_165qcku_254:hover{
1277
1458
  color:var(--_rs-input-error-focused-icon-accent-color);
1278
1459
  }
1279
1460
  }
1280
- ._enabled_4pxyrp_63 ._iconWrapper_4pxyrp_239._action_4pxyrp_254:focus[data-focus-method='key']{
1461
+ ._enabled_165qcku_63 ._iconWrapper_165qcku_239._action_165qcku_254:focus[data-focus-method='key']{
1281
1462
  color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
1282
1463
  }
1283
- ._enabled_4pxyrp_63._focused_4pxyrp_75 ._iconWrapper_4pxyrp_239._action_4pxyrp_254:focus[data-focus-method='key']{
1464
+ ._enabled_165qcku_63._focused_165qcku_75 ._iconWrapper_165qcku_239._action_165qcku_254:focus[data-focus-method='key']{
1284
1465
  color:var(--_rs-input-focused-icon-accent-color);
1285
1466
  }
1286
- ._enabled_4pxyrp_63._error_4pxyrp_57._focused_4pxyrp_75 ._iconWrapper_4pxyrp_239._action_4pxyrp_254:focus[data-focus-method='key']{
1467
+ ._enabled_165qcku_63._error_165qcku_57._focused_165qcku_75 ._iconWrapper_165qcku_239._action_165qcku_254:focus[data-focus-method='key']{
1287
1468
  color:var(--_rs-input-error-focused-icon-accent-color);
1288
1469
  }
1289
- ._iconWrapper_4pxyrp_239 ._icon_4pxyrp_239{
1470
+ ._iconWrapper_165qcku_239 ._icon_165qcku_239{
1290
1471
  fill:currentColor;
1291
1472
 
1292
1473
  width:auto;
1293
1474
  height:var(--_rs-input-icon-size);
1294
1475
  }
1295
- ._divider_4pxyrp_342{
1476
+ ._divider_165qcku_342{
1296
1477
  display:block;
1297
1478
 
1298
1479
  width:1px;
@@ -1301,10 +1482,10 @@
1301
1482
 
1302
1483
  background:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.2);
1303
1484
  }
1304
- ._focused_4pxyrp_75 ._divider_4pxyrp_342{
1485
+ ._focused_165qcku_75 ._divider_165qcku_342{
1305
1486
  background:var(--_rs-input-focused-divider-background);
1306
1487
  }
1307
- ._suffix_4pxyrp_356{
1488
+ ._suffix_165qcku_356{
1308
1489
  letter-spacing:var(
1309
1490
  --rs-text-base-letter-spacing,
1310
1491
  var(--_rs-typography-letter-spacing)
@@ -1328,13 +1509,13 @@
1328
1509
 
1329
1510
  color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
1330
1511
  }
1331
- ._focused_4pxyrp_75 ._suffix_4pxyrp_356{
1512
+ ._focused_165qcku_75 ._suffix_165qcku_356{
1332
1513
  color:var(--_rs-input-focused-suffix-color);
1333
1514
  }
1334
- ._error_4pxyrp_57._focused_4pxyrp_75 ._suffix_4pxyrp_356{
1515
+ ._error_165qcku_57._focused_165qcku_75 ._suffix_165qcku_356{
1335
1516
  color:var(--_rs-input-error-focused-suffix-color);
1336
1517
  }
1337
- ._errorMessage_4pxyrp_376{
1518
+ ._errorMessage_165qcku_376{
1338
1519
  letter-spacing:var(
1339
1520
  --rs-text-base-letter-spacing,
1340
1521
  var(--_rs-typography-letter-spacing)
@@ -1347,11 +1528,30 @@
1347
1528
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1348
1529
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1349
1530
  font-feature-settings:'kern', 'liga', 'calt';
1531
+
1532
+ display:-webkit-box;
1533
+
1534
+ display:-ms-flexbox;
1535
+
1536
+ display:flex;
1537
+ -ms-flex-wrap:nowrap;
1538
+ flex-wrap:nowrap;
1539
+
1350
1540
  margin-top:var(--_rs-input-parts-offset);
1351
1541
 
1542
+ 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));
1543
+ -webkit-column-gap:8px;
1544
+ -moz-column-gap:8px;
1545
+ column-gap:8px;
1546
+ }
1547
+ ._errorIcon_165qcku_388{
1548
+ -webkit-box-flex:0;
1549
+ -ms-flex:0 0 auto;
1550
+ flex:0 0 auto;
1551
+
1352
1552
  color:#F45C4A;
1353
1553
  }
1354
- ._note_4pxyrp_383{
1554
+ ._note_165qcku_394{
1355
1555
  letter-spacing:var(
1356
1556
  --rs-text-base-letter-spacing,
1357
1557
  var(--_rs-typography-letter-spacing)
@@ -1364,22 +1564,20 @@
1364
1564
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1365
1565
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1366
1566
  font-feature-settings:'kern', 'liga', 'calt';
1367
- --_rs-typography-hardness-color:var(
1567
+ color:var(
1368
1568
  --rs-color-average,
1369
1569
  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)
1370
1570
  );
1371
1571
 
1372
1572
  margin-top:var(--_rs-input-parts-offset);
1373
-
1374
- color:var(--_rs-typography-hardness-color);
1375
1573
  }
1376
- ._disabled_4pxyrp_51 ._note_4pxyrp_383{
1377
- --_rs-typography-hardness-color:var(
1574
+ ._disabled_165qcku_51 ._note_165qcku_394{
1575
+ color:var(
1378
1576
  --rs-color-pale,
1379
1577
  rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
1380
1578
  );
1381
1579
  }
1382
- ._label_4pxyrp_396{
1580
+ ._label_165qcku_405{
1383
1581
  letter-spacing:var(
1384
1582
  --rs-text-base-letter-spacing,
1385
1583
  var(--_rs-typography-letter-spacing)
@@ -1392,17 +1590,15 @@
1392
1590
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1393
1591
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1394
1592
  font-feature-settings:'kern', 'liga', 'calt';
1395
- --_rs-typography-hardness-color:var(
1593
+ color:var(
1396
1594
  --rs-color-hard,
1397
1595
  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))
1398
1596
  );
1399
1597
 
1400
1598
  margin-bottom:var(--_rs-input-parts-offset);
1401
-
1402
- color:var(--_rs-typography-hardness-color);
1403
1599
  }
1404
- ._disabled_4pxyrp_51 ._label_4pxyrp_396{
1405
- --_rs-typography-hardness-color:var(
1600
+ ._disabled_165qcku_51 ._label_165qcku_405{
1601
+ color:var(
1406
1602
  --rs-color-pale,
1407
1603
  rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
1408
1604
  );