@rescui/input 0.11.1 → 0.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,10 @@
1
1
  var styles = {
2
- "icon": "_icon_ekw7ne_4",
3
- "sizeXS": "_sizeXS_ekw7ne_14",
4
- "sizeS": "_sizeS_ekw7ne_18",
5
- "sizeM": "_sizeM_ekw7ne_22",
6
- "sizeL": "_sizeL_ekw7ne_26",
7
- "light": "_light_ekw7ne_30",
8
- "dark": "_dark_ekw7ne_34"
2
+ "icon": "_icon_12q9sj9_4",
3
+ "sizeXS": "_sizeXS_12q9sj9_14",
4
+ "sizeS": "_sizeS_12q9sj9_18",
5
+ "sizeM": "_sizeM_12q9sj9_22",
6
+ "sizeL": "_sizeL_12q9sj9_26",
7
+ "light": "_light_12q9sj9_30",
8
+ "dark": "_dark_12q9sj9_34"
9
9
  };
10
10
  export { styles as default };
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- ._icon_ekw7ne_4{
1
+ ._icon_12q9sj9_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_ekw7ne_4{
11
+ ._icon_12q9sj9_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_ekw7ne_4{
20
+ ._icon_12q9sj9_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_ekw7ne_4{
28
+ ._icon_12q9sj9_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_ekw7ne_14{
35
+ ._sizeXS_12q9sj9_14{
36
36
  --_rs-icons-height:16px;
37
37
  }
38
- ._sizeS_ekw7ne_18{
38
+ ._sizeS_12q9sj9_18{
39
39
  --_rs-icons-height:20px;
40
40
  }
41
- ._sizeM_ekw7ne_22{
41
+ ._sizeM_12q9sj9_22{
42
42
  --_rs-icons-height:24px;
43
43
  }
44
- ._sizeL_ekw7ne_26{
44
+ ._sizeL_12q9sj9_26{
45
45
  --_rs-icons-height:28px;
46
46
  }
47
- ._light_ekw7ne_30{
47
+ ._light_12q9sj9_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_ekw7ne_34{
51
+ ._dark_12q9sj9_34{
52
52
  --rs-theme-dark:1;
53
53
  --_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
54
54
  }
@@ -72,20 +72,20 @@
72
72
  transform:rotate(360deg);
73
73
  }
74
74
  }
75
- ._light_u0nlur_8{
75
+ ._light_ozyavg_8{
76
76
  --rs-theme-dark:0;
77
77
  }
78
- ._dark_u0nlur_11{
78
+ ._dark_ozyavg_11{
79
79
  --rs-theme-dark:1;
80
80
  }
81
- ._sizeS_u0nlur_15{
81
+ ._sizeS_ozyavg_15{
82
82
  --_rs-input-vertical-padding:6px;
83
83
  --_rs-input-horizontal-padding:8px;
84
84
  --_rs-input-parts-offset:4px;
85
85
  --_rs-input-icon-offset:8px;
86
86
  --_rs-input-icon-size:20px;
87
87
  }
88
- ._sizeS_u0nlur_15 [data-rs-internal='input__inner']::-webkit-input-placeholder{
88
+ ._sizeS_ozyavg_15 [data-rs-internal='input__inner']::-webkit-input-placeholder{
89
89
  --_rs-typography-letter-spacing:0.0045em;
90
90
  --_rs-typography-text-transform:initial;
91
91
  --_rs-typography-font-variant-numeric:initial;
@@ -119,7 +119,7 @@
119
119
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
120
120
  --_rs-typography-link-border-bottom-width-from-text:1px;
121
121
  }
122
- ._sizeS_u0nlur_15 [data-rs-internal='input__inner']::-moz-placeholder{
122
+ ._sizeS_ozyavg_15 [data-rs-internal='input__inner']::-moz-placeholder{
123
123
  --_rs-typography-letter-spacing:0.0045em;
124
124
  --_rs-typography-text-transform:initial;
125
125
  --_rs-typography-font-variant-numeric:initial;
@@ -153,7 +153,7 @@
153
153
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
154
154
  --_rs-typography-link-border-bottom-width-from-text:1px;
155
155
  }
156
- ._sizeS_u0nlur_15 [data-rs-internal='input__inner']:-ms-input-placeholder{
156
+ ._sizeS_ozyavg_15 [data-rs-internal='input__inner']:-ms-input-placeholder{
157
157
  --_rs-typography-letter-spacing:0.0045em;
158
158
  --_rs-typography-text-transform:initial;
159
159
  --_rs-typography-font-variant-numeric:initial;
@@ -187,7 +187,7 @@
187
187
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
188
188
  --_rs-typography-link-border-bottom-width-from-text:1px;
189
189
  }
190
- ._sizeS_u0nlur_15 [data-rs-internal='input__inner']::-ms-input-placeholder{
190
+ ._sizeS_ozyavg_15 [data-rs-internal='input__inner']::-ms-input-placeholder{
191
191
  --_rs-typography-letter-spacing:0.0045em;
192
192
  --_rs-typography-text-transform:initial;
193
193
  --_rs-typography-font-variant-numeric:initial;
@@ -221,10 +221,10 @@
221
221
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
222
222
  --_rs-typography-link-border-bottom-width-from-text:1px;
223
223
  }
224
- ._sizeS_u0nlur_15 [data-rs-internal='input__label'],
225
- ._sizeS_u0nlur_15 [data-rs-internal='input__inner'],
226
- ._sizeS_u0nlur_15 [data-rs-internal='input__inner']::placeholder,
227
- ._sizeS_u0nlur_15 [data-rs-internal='input__suffix']{
224
+ ._sizeS_ozyavg_15 [data-rs-internal='input__label'],
225
+ ._sizeS_ozyavg_15 [data-rs-internal='input__inner'],
226
+ ._sizeS_ozyavg_15 [data-rs-internal='input__inner']::placeholder,
227
+ ._sizeS_ozyavg_15 [data-rs-internal='input__suffix']{
228
228
  --_rs-typography-letter-spacing:0.0045em;
229
229
  --_rs-typography-text-transform:initial;
230
230
  --_rs-typography-font-variant-numeric:initial;
@@ -258,7 +258,7 @@
258
258
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
259
259
  --_rs-typography-link-border-bottom-width-from-text:1px;
260
260
  }
261
- ._sizeS_u0nlur_15 [data-rs-internal='input__bold-label']{
261
+ ._sizeS_ozyavg_15 [data-rs-internal='input__bold-label']{
262
262
  --_rs-typography-letter-spacing:normal;
263
263
  --_rs-typography-text-transform:initial;
264
264
  --_rs-typography-font-variant-numeric:initial;
@@ -275,9 +275,12 @@
275
275
  );
276
276
  --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
277
277
  --_rs-typography-base-color:var(
278
+ --_rs-typography-heading-hardness-color,
279
+ var(
278
280
  --rs-color-hard,
279
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))
280
- );
282
+ )
283
+ );
281
284
  --_rs-typography-text-auto-offset:0;
282
285
  --_rs-typography-ul-list-li-padding-left:initial;
283
286
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -286,7 +289,7 @@
286
289
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
287
290
  --_rs-typography-link-border-bottom-width-from-text:2px;
288
291
  }
289
- ._sizeS_u0nlur_15 [data-rs-internal='input__note']{
292
+ ._sizeS_ozyavg_15 [data-rs-internal='input__note']{
290
293
  --_rs-typography-letter-spacing:0.0045em;
291
294
  --_rs-typography-text-transform:initial;
292
295
  --_rs-typography-font-variant-numeric:initial;
@@ -320,7 +323,7 @@
320
323
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
321
324
  --_rs-typography-link-border-bottom-width-from-text:1px;
322
325
  }
323
- ._sizeS_u0nlur_15 [data-rs-internal='input__error-message']{
326
+ ._sizeS_ozyavg_15 [data-rs-internal='input__error-message']{
324
327
  --_rs-typography-letter-spacing:normal;
325
328
  --_rs-typography-text-transform:initial;
326
329
  --_rs-typography-font-variant-numeric:initial;
@@ -337,9 +340,12 @@
337
340
  );
338
341
  --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
339
342
  --_rs-typography-base-color:var(
343
+ --_rs-typography-heading-hardness-color,
344
+ var(
340
345
  --rs-color-hard,
341
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))
342
- );
347
+ )
348
+ );
343
349
  --_rs-typography-text-auto-offset:0;
344
350
  --_rs-typography-ul-list-li-padding-left:initial;
345
351
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -348,17 +354,17 @@
348
354
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
349
355
  --_rs-typography-link-border-bottom-width-from-text:2px;
350
356
  }
351
- ._sizeS_u0nlur_15 [data-rs-internal='input__error-icon']:not(html){
357
+ ._sizeS_ozyavg_15 [data-rs-internal='input__error-icon']:not(html){
352
358
  --_rs-icons-height:20px;
353
359
  }
354
- ._sizeM_u0nlur_18{
360
+ ._sizeM_ozyavg_18{
355
361
  --_rs-input-vertical-padding:8px;
356
362
  --_rs-input-horizontal-padding:8px;
357
363
  --_rs-input-parts-offset:8px;
358
364
  --_rs-input-icon-offset:8px;
359
365
  --_rs-input-icon-size:24px;
360
366
  }
361
- ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
367
+ ._sizeM_ozyavg_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
362
368
  --_rs-typography-letter-spacing:0.0015em;
363
369
  --_rs-typography-text-transform:initial;
364
370
  --_rs-typography-font-variant-numeric:initial;
@@ -393,11 +399,11 @@
393
399
  --_rs-typography-link-border-bottom-width-from-text:1px;
394
400
  }
395
401
  @media screen and (max-width: 640px){
396
- ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
402
+ ._sizeM_ozyavg_18 [data-rs-internal='input__inner']::-webkit-input-placeholder{
397
403
  --_rs-typography-list-li-margin-top-from-text:12px;
398
404
  }
399
405
  }
400
- ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-moz-placeholder{
406
+ ._sizeM_ozyavg_18 [data-rs-internal='input__inner']::-moz-placeholder{
401
407
  --_rs-typography-letter-spacing:0.0015em;
402
408
  --_rs-typography-text-transform:initial;
403
409
  --_rs-typography-font-variant-numeric:initial;
@@ -432,11 +438,11 @@
432
438
  --_rs-typography-link-border-bottom-width-from-text:1px;
433
439
  }
434
440
  @media screen and (max-width: 640px){
435
- ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-moz-placeholder{
441
+ ._sizeM_ozyavg_18 [data-rs-internal='input__inner']::-moz-placeholder{
436
442
  --_rs-typography-list-li-margin-top-from-text:12px;
437
443
  }
438
444
  }
439
- ._sizeM_u0nlur_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
445
+ ._sizeM_ozyavg_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
440
446
  --_rs-typography-letter-spacing:0.0015em;
441
447
  --_rs-typography-text-transform:initial;
442
448
  --_rs-typography-font-variant-numeric:initial;
@@ -471,11 +477,11 @@
471
477
  --_rs-typography-link-border-bottom-width-from-text:1px;
472
478
  }
473
479
  @media screen and (max-width: 640px){
474
- ._sizeM_u0nlur_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
480
+ ._sizeM_ozyavg_18 [data-rs-internal='input__inner']:-ms-input-placeholder{
475
481
  --_rs-typography-list-li-margin-top-from-text:12px;
476
482
  }
477
483
  }
478
- ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
484
+ ._sizeM_ozyavg_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
479
485
  --_rs-typography-letter-spacing:0.0015em;
480
486
  --_rs-typography-text-transform:initial;
481
487
  --_rs-typography-font-variant-numeric:initial;
@@ -510,14 +516,14 @@
510
516
  --_rs-typography-link-border-bottom-width-from-text:1px;
511
517
  }
512
518
  @media screen and (max-width: 640px){
513
- ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
519
+ ._sizeM_ozyavg_18 [data-rs-internal='input__inner']::-ms-input-placeholder{
514
520
  --_rs-typography-list-li-margin-top-from-text:12px;
515
521
  }
516
522
  }
517
- ._sizeM_u0nlur_18 [data-rs-internal='input__label'],
518
- ._sizeM_u0nlur_18 [data-rs-internal='input__inner'],
519
- ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::placeholder,
520
- ._sizeM_u0nlur_18 [data-rs-internal='input__suffix']{
523
+ ._sizeM_ozyavg_18 [data-rs-internal='input__label'],
524
+ ._sizeM_ozyavg_18 [data-rs-internal='input__inner'],
525
+ ._sizeM_ozyavg_18 [data-rs-internal='input__inner']::placeholder,
526
+ ._sizeM_ozyavg_18 [data-rs-internal='input__suffix']{
521
527
  --_rs-typography-letter-spacing:0.0015em;
522
528
  --_rs-typography-text-transform:initial;
523
529
  --_rs-typography-font-variant-numeric:initial;
@@ -552,14 +558,14 @@
552
558
  --_rs-typography-link-border-bottom-width-from-text:1px;
553
559
  }
554
560
  @media screen and (max-width: 640px){
555
- ._sizeM_u0nlur_18 [data-rs-internal='input__label'],
556
- ._sizeM_u0nlur_18 [data-rs-internal='input__inner'],
557
- ._sizeM_u0nlur_18 [data-rs-internal='input__inner']::placeholder,
558
- ._sizeM_u0nlur_18 [data-rs-internal='input__suffix']{
561
+ ._sizeM_ozyavg_18 [data-rs-internal='input__label'],
562
+ ._sizeM_ozyavg_18 [data-rs-internal='input__inner'],
563
+ ._sizeM_ozyavg_18 [data-rs-internal='input__inner']::placeholder,
564
+ ._sizeM_ozyavg_18 [data-rs-internal='input__suffix']{
559
565
  --_rs-typography-list-li-margin-top-from-text:12px;
560
566
  }
561
567
  }
562
- ._sizeM_u0nlur_18 [data-rs-internal='input__bold-label']{
568
+ ._sizeM_ozyavg_18 [data-rs-internal='input__bold-label']{
563
569
  --_rs-typography-letter-spacing:normal;
564
570
  --_rs-typography-text-transform:initial;
565
571
  --_rs-typography-font-variant-numeric:initial;
@@ -576,9 +582,12 @@
576
582
  );
577
583
  --_rs-typography-line-height:var(--rs-h4-line-height, 24px);
578
584
  --_rs-typography-base-color:var(
585
+ --_rs-typography-heading-hardness-color,
586
+ var(
579
587
  --rs-color-hard,
580
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))
581
- );
589
+ )
590
+ );
582
591
  --_rs-typography-text-auto-offset:0;
583
592
  --_rs-typography-ul-list-li-padding-left:initial;
584
593
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -587,7 +596,7 @@
587
596
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
588
597
  --_rs-typography-link-border-bottom-width-from-text:2px;
589
598
  }
590
- ._sizeM_u0nlur_18 [data-rs-internal='input__note']{
599
+ ._sizeM_ozyavg_18 [data-rs-internal='input__note']{
591
600
  --_rs-typography-letter-spacing:0.0045em;
592
601
  --_rs-typography-text-transform:initial;
593
602
  --_rs-typography-font-variant-numeric:initial;
@@ -621,7 +630,7 @@
621
630
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
622
631
  --_rs-typography-link-border-bottom-width-from-text:1px;
623
632
  }
624
- ._sizeM_u0nlur_18 [data-rs-internal='input__error-message']{
633
+ ._sizeM_ozyavg_18 [data-rs-internal='input__error-message']{
625
634
  --_rs-typography-letter-spacing:normal;
626
635
  --_rs-typography-text-transform:initial;
627
636
  --_rs-typography-font-variant-numeric:initial;
@@ -638,9 +647,12 @@
638
647
  );
639
648
  --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
640
649
  --_rs-typography-base-color:var(
650
+ --_rs-typography-heading-hardness-color,
651
+ var(
641
652
  --rs-color-hard,
642
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))
643
- );
654
+ )
655
+ );
644
656
  --_rs-typography-text-auto-offset:0;
645
657
  --_rs-typography-ul-list-li-padding-left:initial;
646
658
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -649,17 +661,17 @@
649
661
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
650
662
  --_rs-typography-link-border-bottom-width-from-text:2px;
651
663
  }
652
- ._sizeM_u0nlur_18 [data-rs-internal='input__error-icon']:not(html){
664
+ ._sizeM_ozyavg_18 [data-rs-internal='input__error-icon']:not(html){
653
665
  --_rs-icons-height:20px;
654
666
  }
655
- ._sizeL_u0nlur_21{
667
+ ._sizeL_ozyavg_21{
656
668
  --_rs-input-vertical-padding:12px;
657
669
  --_rs-input-horizontal-padding:16px;
658
670
  --_rs-input-parts-offset:8px;
659
671
  --_rs-input-icon-offset:16px;
660
672
  --_rs-input-icon-size:28px;
661
673
  }
662
- ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
674
+ ._sizeL_ozyavg_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
663
675
  --_rs-typography-letter-spacing:normal;
664
676
  --_rs-typography-text-transform:initial;
665
677
  --_rs-typography-font-variant-numeric:initial;
@@ -694,11 +706,11 @@
694
706
  --_rs-typography-link-border-bottom-width-from-text:1px;
695
707
  }
696
708
  @media screen and (max-width: 640px){
697
- ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
709
+ ._sizeL_ozyavg_21 [data-rs-internal='input__inner']::-webkit-input-placeholder{
698
710
  --_rs-typography-list-li-margin-top-from-text:16px;
699
711
  }
700
712
  }
701
- ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-moz-placeholder{
713
+ ._sizeL_ozyavg_21 [data-rs-internal='input__inner']::-moz-placeholder{
702
714
  --_rs-typography-letter-spacing:normal;
703
715
  --_rs-typography-text-transform:initial;
704
716
  --_rs-typography-font-variant-numeric:initial;
@@ -733,11 +745,11 @@
733
745
  --_rs-typography-link-border-bottom-width-from-text:1px;
734
746
  }
735
747
  @media screen and (max-width: 640px){
736
- ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-moz-placeholder{
748
+ ._sizeL_ozyavg_21 [data-rs-internal='input__inner']::-moz-placeholder{
737
749
  --_rs-typography-list-li-margin-top-from-text:16px;
738
750
  }
739
751
  }
740
- ._sizeL_u0nlur_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
752
+ ._sizeL_ozyavg_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
741
753
  --_rs-typography-letter-spacing:normal;
742
754
  --_rs-typography-text-transform:initial;
743
755
  --_rs-typography-font-variant-numeric:initial;
@@ -772,11 +784,11 @@
772
784
  --_rs-typography-link-border-bottom-width-from-text:1px;
773
785
  }
774
786
  @media screen and (max-width: 640px){
775
- ._sizeL_u0nlur_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
787
+ ._sizeL_ozyavg_21 [data-rs-internal='input__inner']:-ms-input-placeholder{
776
788
  --_rs-typography-list-li-margin-top-from-text:16px;
777
789
  }
778
790
  }
779
- ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
791
+ ._sizeL_ozyavg_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
780
792
  --_rs-typography-letter-spacing:normal;
781
793
  --_rs-typography-text-transform:initial;
782
794
  --_rs-typography-font-variant-numeric:initial;
@@ -811,14 +823,14 @@
811
823
  --_rs-typography-link-border-bottom-width-from-text:1px;
812
824
  }
813
825
  @media screen and (max-width: 640px){
814
- ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
826
+ ._sizeL_ozyavg_21 [data-rs-internal='input__inner']::-ms-input-placeholder{
815
827
  --_rs-typography-list-li-margin-top-from-text:16px;
816
828
  }
817
829
  }
818
- ._sizeL_u0nlur_21 [data-rs-internal='input__label'],
819
- ._sizeL_u0nlur_21 [data-rs-internal='input__inner'],
820
- ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::placeholder,
821
- ._sizeL_u0nlur_21 [data-rs-internal='input__suffix']{
830
+ ._sizeL_ozyavg_21 [data-rs-internal='input__label'],
831
+ ._sizeL_ozyavg_21 [data-rs-internal='input__inner'],
832
+ ._sizeL_ozyavg_21 [data-rs-internal='input__inner']::placeholder,
833
+ ._sizeL_ozyavg_21 [data-rs-internal='input__suffix']{
822
834
  --_rs-typography-letter-spacing:normal;
823
835
  --_rs-typography-text-transform:initial;
824
836
  --_rs-typography-font-variant-numeric:initial;
@@ -853,14 +865,14 @@
853
865
  --_rs-typography-link-border-bottom-width-from-text:1px;
854
866
  }
855
867
  @media screen and (max-width: 640px){
856
- ._sizeL_u0nlur_21 [data-rs-internal='input__label'],
857
- ._sizeL_u0nlur_21 [data-rs-internal='input__inner'],
858
- ._sizeL_u0nlur_21 [data-rs-internal='input__inner']::placeholder,
859
- ._sizeL_u0nlur_21 [data-rs-internal='input__suffix']{
868
+ ._sizeL_ozyavg_21 [data-rs-internal='input__label'],
869
+ ._sizeL_ozyavg_21 [data-rs-internal='input__inner'],
870
+ ._sizeL_ozyavg_21 [data-rs-internal='input__inner']::placeholder,
871
+ ._sizeL_ozyavg_21 [data-rs-internal='input__suffix']{
860
872
  --_rs-typography-list-li-margin-top-from-text:16px;
861
873
  }
862
874
  }
863
- ._sizeL_u0nlur_21 [data-rs-internal='input__bold-label']{
875
+ ._sizeL_ozyavg_21 [data-rs-internal='input__bold-label']{
864
876
  --_rs-typography-letter-spacing:normal;
865
877
  --_rs-typography-text-transform:initial;
866
878
  --_rs-typography-font-variant-numeric:initial;
@@ -877,9 +889,12 @@
877
889
  );
878
890
  --_rs-typography-line-height:var(--rs-h3-line-height, 28px);
879
891
  --_rs-typography-base-color:var(
892
+ --_rs-typography-heading-hardness-color,
893
+ var(
880
894
  --rs-color-hard,
881
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))
882
- );
896
+ )
897
+ );
883
898
  --_rs-typography-text-auto-offset:0;
884
899
  --_rs-typography-ul-list-li-padding-left:initial;
885
900
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -888,7 +903,7 @@
888
903
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
889
904
  --_rs-typography-link-border-bottom-width-from-text:2px;
890
905
  }
891
- ._sizeL_u0nlur_21 [data-rs-internal='input__note']{
906
+ ._sizeL_ozyavg_21 [data-rs-internal='input__note']{
892
907
  --_rs-typography-letter-spacing:0.0015em;
893
908
  --_rs-typography-text-transform:initial;
894
909
  --_rs-typography-font-variant-numeric:initial;
@@ -923,11 +938,11 @@
923
938
  --_rs-typography-link-border-bottom-width-from-text:1px;
924
939
  }
925
940
  @media screen and (max-width: 640px){
926
- ._sizeL_u0nlur_21 [data-rs-internal='input__note']{
941
+ ._sizeL_ozyavg_21 [data-rs-internal='input__note']{
927
942
  --_rs-typography-list-li-margin-top-from-text:12px;
928
943
  }
929
944
  }
930
- ._sizeL_u0nlur_21 [data-rs-internal='input__error-message']{
945
+ ._sizeL_ozyavg_21 [data-rs-internal='input__error-message']{
931
946
  --_rs-typography-letter-spacing:normal;
932
947
  --_rs-typography-text-transform:initial;
933
948
  --_rs-typography-font-variant-numeric:initial;
@@ -944,9 +959,12 @@
944
959
  );
945
960
  --_rs-typography-line-height:var(--rs-h4-line-height, 24px);
946
961
  --_rs-typography-base-color:var(
962
+ --_rs-typography-heading-hardness-color,
963
+ var(
947
964
  --rs-color-hard,
948
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))
949
- );
966
+ )
967
+ );
950
968
  --_rs-typography-text-auto-offset:0;
951
969
  --_rs-typography-ul-list-li-padding-left:initial;
952
970
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -955,10 +973,10 @@
955
973
  --_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
956
974
  --_rs-typography-link-border-bottom-width-from-text:2px;
957
975
  }
958
- ._sizeL_u0nlur_21 [data-rs-internal='input__error-icon']:not(html){
976
+ ._sizeL_ozyavg_21 [data-rs-internal='input__error-icon']:not(html){
959
977
  --_rs-icons-height:24px;
960
978
  }
961
- ._classic_u0nlur_25{
979
+ ._classic_ozyavg_25{
962
980
  --_rs-input-focused-enabled-wrapper-border-width:2px;
963
981
  --_rs-input-focused-enabled-wrapper-background:rgb(
964
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)
@@ -1008,7 +1026,7 @@
1008
1026
  0.5
1009
1027
  );
1010
1028
  }
1011
- ._rock_u0nlur_28{
1029
+ ._rock_ozyavg_28{
1012
1030
  --_rs-input-focused-enabled-wrapper-border-width:0px;
1013
1031
  --_rs-input-focused-enabled-wrapper-background:rgb(
1014
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)
@@ -1040,7 +1058,7 @@
1040
1058
  );
1041
1059
  --_rs-input-error-focused-suffix-color:rgba(255,255,255,0.7);
1042
1060
  }
1043
- ._container_u0nlur_32{
1061
+ ._container_ozyavg_32{
1044
1062
  --_rs-theme-dark:var(
1045
1063
  --_rs-internal-force-theme-dark-consult-rescui-before-using,
1046
1064
  var(--rs-theme-dark, 0)
@@ -1050,7 +1068,7 @@
1050
1068
  --_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
1051
1069
  }
1052
1070
  @supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
1053
- ._container_u0nlur_32{
1071
+ ._container_ozyavg_32{
1054
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)));
1055
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)));
1056
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)));
@@ -1059,7 +1077,7 @@
1059
1077
  }
1060
1078
  }
1061
1079
  @supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
1062
- ._container_u0nlur_32{
1080
+ ._container_ozyavg_32{
1063
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);
1064
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));
1065
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));
@@ -1067,11 +1085,11 @@
1067
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));
1068
1086
  }
1069
1087
  }
1070
- ._container_u0nlur_32 {
1088
+ ._container_ozyavg_32 {
1071
1089
 
1072
1090
  display:block;
1073
1091
  }
1074
- ._wrapper_u0nlur_39{
1092
+ ._wrapper_ozyavg_39{
1075
1093
  --_rs-input-border-width:1px;
1076
1094
 
1077
1095
  display:-webkit-box;
@@ -1086,27 +1104,27 @@
1086
1104
 
1087
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));
1088
1106
  }
1089
- ._disabled_u0nlur_51 ._wrapper_u0nlur_39{
1107
+ ._disabled_ozyavg_51 ._wrapper_ozyavg_39{
1090
1108
  cursor:auto;
1091
1109
 
1092
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));
1093
1111
  }
1094
- ._error_u0nlur_57 ._wrapper_u0nlur_39{
1112
+ ._error_ozyavg_57 ._wrapper_ozyavg_39{
1095
1113
  --_rs-input-border-width:2px;
1096
1114
 
1097
1115
  border-color:#F45C4A;
1098
1116
  }
1099
- ._enabled_u0nlur_63._filled_u0nlur_63 ._wrapper_u0nlur_39{
1117
+ ._enabled_ozyavg_63._filled_ozyavg_63 ._wrapper_ozyavg_39{
1100
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);
1101
1119
  }
1102
1120
  @media (hover: hover){
1103
- ._enabled_u0nlur_63:hover ._wrapper_u0nlur_39{
1121
+ ._enabled_ozyavg_63:hover ._wrapper_ozyavg_39{
1104
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);
1105
1123
 
1106
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));
1107
1125
  }
1108
1126
  }
1109
- ._enabled_u0nlur_63._focused_u0nlur_75 ._wrapper_u0nlur_39{
1127
+ ._enabled_ozyavg_63._focused_ozyavg_75 ._wrapper_ozyavg_39{
1110
1128
  --_rs-input-border-width:var(
1111
1129
  --_rs-input-focused-enabled-wrapper-border-width
1112
1130
  );
@@ -1116,18 +1134,18 @@
1116
1134
  background-color:var(--_rs-input-focused-enabled-wrapper-background);
1117
1135
  }
1118
1136
  @media (hover: hover){
1119
- ._error_u0nlur_57._enabled_u0nlur_63:hover ._wrapper_u0nlur_39{
1137
+ ._error_ozyavg_57._enabled_ozyavg_63:hover ._wrapper_ozyavg_39{
1120
1138
  border-color:#F45C4A;
1121
1139
  }
1122
1140
  }
1123
- ._error_u0nlur_57._enabled_u0nlur_63._focused_u0nlur_75 ._wrapper_u0nlur_39,
1124
- ._error_u0nlur_57._enabled_u0nlur_63._filled_u0nlur_63 ._wrapper_u0nlur_39{
1141
+ ._error_ozyavg_57._enabled_ozyavg_63._focused_ozyavg_75 ._wrapper_ozyavg_39,
1142
+ ._error_ozyavg_57._enabled_ozyavg_63._filled_ozyavg_63 ._wrapper_ozyavg_39{
1125
1143
  border-color:#F45C4A;
1126
1144
  }
1127
- ._error_u0nlur_57._enabled_u0nlur_63._focused_u0nlur_75 ._wrapper_u0nlur_39{
1145
+ ._error_ozyavg_57._enabled_ozyavg_63._focused_ozyavg_75 ._wrapper_ozyavg_39{
1128
1146
  background:var(--_rs-input-error-focused-enabled-wrapper-background);
1129
1147
  }
1130
- ._field_u0nlur_101{
1148
+ ._field_ozyavg_101{
1131
1149
  display:-webkit-box;
1132
1150
  display:-ms-flexbox;
1133
1151
  display:flex;
@@ -1142,7 +1160,7 @@
1142
1160
 
1143
1161
  padding:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width)) calc(var(--_rs-input-horizontal-padding) - var(--_rs-input-border-width));
1144
1162
  }
1145
- ._inner_u0nlur_114{
1163
+ ._inner_ozyavg_114{
1146
1164
  letter-spacing:var(
1147
1165
  --rs-text-base-letter-spacing,
1148
1166
  var(--_rs-typography-letter-spacing)
@@ -1156,25 +1174,26 @@
1156
1174
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1157
1175
  font-feature-settings:'kern', 'liga', 'calt';
1158
1176
  }
1159
- ._inner_u0nlur_114::-ms-clear{
1177
+ ._inner_ozyavg_114::-ms-clear{
1160
1178
  display:none;
1161
1179
 
1162
1180
  width:0;
1163
1181
  height:0;
1164
1182
  }
1165
- ._dark_u0nlur_11 ._inner_u0nlur_114{
1183
+ ._dark_ozyavg_11 ._inner_ozyavg_114{
1166
1184
  color-scheme:dark;
1167
1185
  }
1168
- ._inner_u0nlur_114 {
1169
-
1170
- @container style(--_rs-theme-dark-coefficient: 1){
1171
- color-scheme:dark;
1186
+ @container style(--_rs-theme-dark-coefficient: 1){
1187
+ ._inner_ozyavg_114{
1188
+ color-scheme:dark
1189
+ }
1172
1190
  }
1191
+ @container style(--_rs-theme-dark-coefficient: 0){
1192
+ ._inner_ozyavg_114{
1193
+ color-scheme:light
1173
1194
  }
1174
- ._inner_u0nlur_114 {
1175
- @container style(--_rs-theme-dark-coefficient: 0){
1176
- color-scheme:light;
1177
1195
  }
1196
+ ._inner_ozyavg_114 {
1178
1197
 
1179
1198
  display:block;
1180
1199
 
@@ -1202,20 +1221,20 @@
1202
1221
  -moz-appearance:none;
1203
1222
  appearance:none;
1204
1223
  }
1205
- ._inner_u0nlur_114:focus{
1224
+ ._inner_ozyavg_114:focus{
1206
1225
  outline:none;
1207
1226
  }
1208
- ._disabled_u0nlur_51 ._inner_u0nlur_114,
1209
- ._inner_u0nlur_114:disabled{
1227
+ ._disabled_ozyavg_51 ._inner_ozyavg_114,
1228
+ ._inner_ozyavg_114:disabled{
1210
1229
  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);
1211
1230
  }
1212
- ._focused_u0nlur_75 ._inner_u0nlur_114{
1231
+ ._focused_ozyavg_75 ._inner_ozyavg_114{
1213
1232
  color:var(--_rs-input-focused-inner-color);
1214
1233
  }
1215
- ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114{
1234
+ ._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114{
1216
1235
  color:var(--_rs-input-error-focused-inner-color);
1217
1236
  }
1218
- ._inner_u0nlur_114::-webkit-input-placeholder{
1237
+ ._inner_ozyavg_114::-webkit-input-placeholder{
1219
1238
  letter-spacing:var(
1220
1239
  --rs-text-base-letter-spacing,
1221
1240
  var(--_rs-typography-letter-spacing)
@@ -1232,13 +1251,13 @@
1232
1251
 
1233
1252
  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);
1234
1253
  }
1235
- ._focused_u0nlur_75 ._inner_u0nlur_114::-webkit-input-placeholder{
1254
+ ._focused_ozyavg_75 ._inner_ozyavg_114::-webkit-input-placeholder{
1236
1255
  color:var(--_rs-input-focused-inner-placeholder-color);
1237
1256
  }
1238
- ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114::-webkit-input-placeholder{
1257
+ ._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114::-webkit-input-placeholder{
1239
1258
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1240
1259
  }
1241
- ._inner_u0nlur_114::-moz-placeholder{
1260
+ ._inner_ozyavg_114::-moz-placeholder{
1242
1261
  letter-spacing:var(
1243
1262
  --rs-text-base-letter-spacing,
1244
1263
  var(--_rs-typography-letter-spacing)
@@ -1255,13 +1274,13 @@
1255
1274
 
1256
1275
  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);
1257
1276
  }
1258
- ._focused_u0nlur_75 ._inner_u0nlur_114::-moz-placeholder{
1277
+ ._focused_ozyavg_75 ._inner_ozyavg_114::-moz-placeholder{
1259
1278
  color:var(--_rs-input-focused-inner-placeholder-color);
1260
1279
  }
1261
- ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114::-moz-placeholder{
1280
+ ._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114::-moz-placeholder{
1262
1281
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1263
1282
  }
1264
- ._inner_u0nlur_114:-ms-input-placeholder{
1283
+ ._inner_ozyavg_114:-ms-input-placeholder{
1265
1284
  letter-spacing:var(
1266
1285
  --rs-text-base-letter-spacing,
1267
1286
  var(--_rs-typography-letter-spacing)
@@ -1278,13 +1297,13 @@
1278
1297
 
1279
1298
  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);
1280
1299
  }
1281
- ._focused_u0nlur_75 ._inner_u0nlur_114:-ms-input-placeholder{
1300
+ ._focused_ozyavg_75 ._inner_ozyavg_114:-ms-input-placeholder{
1282
1301
  color:var(--_rs-input-focused-inner-placeholder-color);
1283
1302
  }
1284
- ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114:-ms-input-placeholder{
1303
+ ._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114:-ms-input-placeholder{
1285
1304
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1286
1305
  }
1287
- ._inner_u0nlur_114::-ms-input-placeholder{
1306
+ ._inner_ozyavg_114::-ms-input-placeholder{
1288
1307
  letter-spacing:var(
1289
1308
  --rs-text-base-letter-spacing,
1290
1309
  var(--_rs-typography-letter-spacing)
@@ -1301,13 +1320,13 @@
1301
1320
 
1302
1321
  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);
1303
1322
  }
1304
- ._focused_u0nlur_75 ._inner_u0nlur_114::-ms-input-placeholder{
1323
+ ._focused_ozyavg_75 ._inner_ozyavg_114::-ms-input-placeholder{
1305
1324
  color:var(--_rs-input-focused-inner-placeholder-color);
1306
1325
  }
1307
- ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114::-ms-input-placeholder{
1326
+ ._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114::-ms-input-placeholder{
1308
1327
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1309
1328
  }
1310
- ._inner_u0nlur_114::placeholder{
1329
+ ._inner_ozyavg_114::placeholder{
1311
1330
  letter-spacing:var(
1312
1331
  --rs-text-base-letter-spacing,
1313
1332
  var(--_rs-typography-letter-spacing)
@@ -1324,22 +1343,22 @@
1324
1343
 
1325
1344
  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);
1326
1345
  }
1327
- ._focused_u0nlur_75 ._inner_u0nlur_114::placeholder{
1346
+ ._focused_ozyavg_75 ._inner_ozyavg_114::placeholder{
1328
1347
  color:var(--_rs-input-focused-inner-placeholder-color);
1329
1348
  }
1330
- ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114::placeholder{
1349
+ ._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114::placeholder{
1331
1350
  color:var(--_rs-input-error-focused-inner-placeholder-color);
1332
1351
  }
1333
- ._inner_u0nlur_114:-moz-ui-invalid{
1352
+ ._inner_ozyavg_114:-moz-ui-invalid{
1334
1353
  box-shadow:none;
1335
1354
  }
1336
- ._inner_u0nlur_114:-moz-ui-invalid:-moz-focusring{
1355
+ ._inner_ozyavg_114:-moz-ui-invalid:-moz-focusring{
1337
1356
  box-shadow:none;
1338
1357
  }
1339
- ._inner_u0nlur_114:-webkit-autofill,
1340
- ._inner_u0nlur_114:-webkit-autofill:hover,
1341
- ._inner_u0nlur_114:-webkit-autofill:active,
1342
- ._inner_u0nlur_114:-webkit-autofill:focus{
1358
+ ._inner_ozyavg_114:-webkit-autofill,
1359
+ ._inner_ozyavg_114:-webkit-autofill:hover,
1360
+ ._inner_ozyavg_114:-webkit-autofill:active,
1361
+ ._inner_ozyavg_114:-webkit-autofill:focus{
1343
1362
  -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;
1344
1363
 
1345
1364
  -webkit-transition-delay:9999s;
@@ -1347,24 +1366,24 @@
1347
1366
  transition-delay:9999s;
1348
1367
  -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));
1349
1368
  }
1350
- ._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill, ._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:hover, ._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:active, ._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:focus{
1369
+ ._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill, ._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill:hover, ._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill:active, ._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill:focus{
1351
1370
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
1352
1371
  -webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
1353
1372
  }
1354
- ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill, ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:hover, ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:active, ._error_u0nlur_57._focused_u0nlur_75 ._inner_u0nlur_114:-webkit-autofill:focus{
1373
+ ._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill, ._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill:hover, ._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill:active, ._error_ozyavg_57._focused_ozyavg_75 ._inner_ozyavg_114:-webkit-autofill:focus{
1355
1374
  -webkit-box-shadow:0 0 0 1000px var(--_rs-input-error-focused-autofill-box-shadow) inset;
1356
1375
  -webkit-text-fill-color:var(--_rs-input-error-focused-autofill-color);
1357
1376
  }
1358
- ._offSystemMicroelements_u0nlur_229 ._inner_u0nlur_114{
1377
+ ._offSystemMicroelements_ozyavg_229 ._inner_ozyavg_114{
1359
1378
  -moz-appearance:textfield;
1360
1379
  }
1361
- ._offSystemMicroelements_u0nlur_229 ._inner_u0nlur_114::-webkit-outer-spin-button,
1362
- ._offSystemMicroelements_u0nlur_229 ._inner_u0nlur_114::-webkit-inner-spin-button{
1380
+ ._offSystemMicroelements_ozyavg_229 ._inner_ozyavg_114::-webkit-outer-spin-button,
1381
+ ._offSystemMicroelements_ozyavg_229 ._inner_ozyavg_114::-webkit-inner-spin-button{
1363
1382
  margin:0;
1364
1383
  -webkit-appearance:none;
1365
1384
  appearance:none;
1366
1385
  }
1367
- ._iconWrapper_u0nlur_239{
1386
+ ._iconWrapper_ozyavg_239{
1368
1387
  --_rs-input-icon-overlap:calc(var(--_rs-input-vertical-padding) - var(--_rs-input-border-width));
1369
1388
 
1370
1389
  display:-webkit-inline-box;
@@ -1383,15 +1402,15 @@
1383
1402
 
1384
1403
  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);
1385
1404
  }
1386
- ._iconWrapper_u0nlur_239._action_u0nlur_254{
1405
+ ._iconWrapper_ozyavg_239._action_ozyavg_254{
1387
1406
  position:relative;
1388
1407
 
1389
1408
  cursor:pointer;
1390
1409
  }
1391
- ._iconWrapper_u0nlur_239._action_u0nlur_254:focus{
1410
+ ._iconWrapper_ozyavg_239._action_ozyavg_254:focus{
1392
1411
  outline:none;
1393
1412
  }
1394
- ._iconWrapper_u0nlur_239._action_u0nlur_254::before{
1413
+ ._iconWrapper_ozyavg_239._action_ozyavg_254::before{
1395
1414
  position:absolute;
1396
1415
  top:-4px;
1397
1416
  right:-4px;
@@ -1406,56 +1425,56 @@
1406
1425
  content:'';
1407
1426
  pointer-events:none;
1408
1427
  }
1409
- ._iconWrapper_u0nlur_239._action_u0nlur_254:focus[data-focus-method='key']::before{
1428
+ ._iconWrapper_ozyavg_239._action_ozyavg_254:focus[data-focus-method='key']::before{
1410
1429
  display:block;
1411
1430
  }
1412
- ._disabled_u0nlur_51 ._iconWrapper_u0nlur_239{
1431
+ ._disabled_ozyavg_51 ._iconWrapper_ozyavg_239{
1413
1432
  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);
1414
1433
  }
1415
- ._disabled_u0nlur_51 ._iconWrapper_u0nlur_239._action_u0nlur_254{
1434
+ ._disabled_ozyavg_51 ._iconWrapper_ozyavg_239._action_ozyavg_254{
1416
1435
  pointer-events:none;
1417
1436
  }
1418
- ._iconWrapper_u0nlur_239._right_u0nlur_292{
1437
+ ._iconWrapper_ozyavg_239._right_ozyavg_292{
1419
1438
  margin-left:var(--_rs-input-icon-offset);
1420
1439
  }
1421
- ._iconWrapper_u0nlur_239._left_u0nlur_296{
1440
+ ._iconWrapper_ozyavg_239._left_ozyavg_296{
1422
1441
  margin-right:var(--_rs-input-icon-offset);
1423
1442
  }
1424
- ._focused_u0nlur_75 ._iconWrapper_u0nlur_239{
1443
+ ._focused_ozyavg_75 ._iconWrapper_ozyavg_239{
1425
1444
  color:var(--_rs-input-focused-icon-color);
1426
1445
  }
1427
- ._error_u0nlur_57._focused_u0nlur_75 ._iconWrapper_u0nlur_239{
1446
+ ._error_ozyavg_57._focused_ozyavg_75 ._iconWrapper_ozyavg_239{
1428
1447
  color:var(--_rs-input-error-focused-icon-color);
1429
1448
  }
1430
1449
  @media (hover: hover){
1431
- ._enabled_u0nlur_63 ._iconWrapper_u0nlur_239._action_u0nlur_254:hover{
1450
+ ._enabled_ozyavg_63 ._iconWrapper_ozyavg_239._action_ozyavg_254:hover{
1432
1451
  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));
1433
1452
  }
1434
1453
 
1435
- ._enabled_u0nlur_63._focused_u0nlur_75 ._iconWrapper_u0nlur_239._action_u0nlur_254:hover{
1454
+ ._enabled_ozyavg_63._focused_ozyavg_75 ._iconWrapper_ozyavg_239._action_ozyavg_254:hover{
1436
1455
  color:var(--_rs-input-focused-icon-accent-color);
1437
1456
  }
1438
1457
 
1439
- ._enabled_u0nlur_63._error_u0nlur_57._focused_u0nlur_75 ._iconWrapper_u0nlur_239._action_u0nlur_254:hover{
1458
+ ._enabled_ozyavg_63._error_ozyavg_57._focused_ozyavg_75 ._iconWrapper_ozyavg_239._action_ozyavg_254:hover{
1440
1459
  color:var(--_rs-input-error-focused-icon-accent-color);
1441
1460
  }
1442
1461
  }
1443
- ._enabled_u0nlur_63 ._iconWrapper_u0nlur_239._action_u0nlur_254:focus[data-focus-method='key']{
1462
+ ._enabled_ozyavg_63 ._iconWrapper_ozyavg_239._action_ozyavg_254:focus[data-focus-method='key']{
1444
1463
  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));
1445
1464
  }
1446
- ._enabled_u0nlur_63._focused_u0nlur_75 ._iconWrapper_u0nlur_239._action_u0nlur_254:focus[data-focus-method='key']{
1465
+ ._enabled_ozyavg_63._focused_ozyavg_75 ._iconWrapper_ozyavg_239._action_ozyavg_254:focus[data-focus-method='key']{
1447
1466
  color:var(--_rs-input-focused-icon-accent-color);
1448
1467
  }
1449
- ._enabled_u0nlur_63._error_u0nlur_57._focused_u0nlur_75 ._iconWrapper_u0nlur_239._action_u0nlur_254:focus[data-focus-method='key']{
1468
+ ._enabled_ozyavg_63._error_ozyavg_57._focused_ozyavg_75 ._iconWrapper_ozyavg_239._action_ozyavg_254:focus[data-focus-method='key']{
1450
1469
  color:var(--_rs-input-error-focused-icon-accent-color);
1451
1470
  }
1452
- ._iconWrapper_u0nlur_239 ._icon_u0nlur_239{
1471
+ ._iconWrapper_ozyavg_239 ._icon_ozyavg_239{
1453
1472
  fill:currentColor;
1454
1473
 
1455
1474
  width:auto;
1456
1475
  height:var(--_rs-input-icon-size);
1457
1476
  }
1458
- ._divider_u0nlur_342{
1477
+ ._divider_ozyavg_342{
1459
1478
  display:block;
1460
1479
 
1461
1480
  width:1px;
@@ -1464,10 +1483,10 @@
1464
1483
 
1465
1484
  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);
1466
1485
  }
1467
- ._focused_u0nlur_75 ._divider_u0nlur_342{
1486
+ ._focused_ozyavg_75 ._divider_ozyavg_342{
1468
1487
  background:var(--_rs-input-focused-divider-background);
1469
1488
  }
1470
- ._suffix_u0nlur_356{
1489
+ ._suffix_ozyavg_356{
1471
1490
  letter-spacing:var(
1472
1491
  --rs-text-base-letter-spacing,
1473
1492
  var(--_rs-typography-letter-spacing)
@@ -1491,13 +1510,13 @@
1491
1510
 
1492
1511
  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);
1493
1512
  }
1494
- ._focused_u0nlur_75 ._suffix_u0nlur_356{
1513
+ ._focused_ozyavg_75 ._suffix_ozyavg_356{
1495
1514
  color:var(--_rs-input-focused-suffix-color);
1496
1515
  }
1497
- ._error_u0nlur_57._focused_u0nlur_75 ._suffix_u0nlur_356{
1516
+ ._error_ozyavg_57._focused_ozyavg_75 ._suffix_ozyavg_356{
1498
1517
  color:var(--_rs-input-error-focused-suffix-color);
1499
1518
  }
1500
- ._errorMessage_u0nlur_376{
1519
+ ._errorMessage_ozyavg_376{
1501
1520
  letter-spacing:var(
1502
1521
  --rs-text-base-letter-spacing,
1503
1522
  var(--_rs-typography-letter-spacing)
@@ -1526,14 +1545,14 @@
1526
1545
  -moz-column-gap:8px;
1527
1546
  column-gap:8px;
1528
1547
  }
1529
- ._errorIcon_u0nlur_388{
1548
+ ._errorIcon_ozyavg_388{
1530
1549
  -webkit-box-flex:0;
1531
1550
  -ms-flex:0 0 auto;
1532
1551
  flex:0 0 auto;
1533
1552
 
1534
1553
  color:#F45C4A;
1535
1554
  }
1536
- ._note_u0nlur_394{
1555
+ ._note_ozyavg_394{
1537
1556
  letter-spacing:var(
1538
1557
  --rs-text-base-letter-spacing,
1539
1558
  var(--_rs-typography-letter-spacing)
@@ -1546,22 +1565,20 @@
1546
1565
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1547
1566
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1548
1567
  font-feature-settings:'kern', 'liga', 'calt';
1549
- --_rs-typography-hardness-color:var(
1568
+ color:var(
1550
1569
  --rs-color-average,
1551
1570
  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)
1552
1571
  );
1553
1572
 
1554
1573
  margin-top:var(--_rs-input-parts-offset);
1555
-
1556
- color:var(--_rs-typography-hardness-color);
1557
1574
  }
1558
- ._disabled_u0nlur_51 ._note_u0nlur_394{
1559
- --_rs-typography-hardness-color:var(
1575
+ ._disabled_ozyavg_51 ._note_ozyavg_394{
1576
+ color:var(
1560
1577
  --rs-color-pale,
1561
1578
  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)
1562
1579
  );
1563
1580
  }
1564
- ._label_u0nlur_407{
1581
+ ._label_ozyavg_405{
1565
1582
  letter-spacing:var(
1566
1583
  --rs-text-base-letter-spacing,
1567
1584
  var(--_rs-typography-letter-spacing)
@@ -1574,17 +1591,15 @@
1574
1591
  font-variant-numeric:var(--_rs-typography-font-variant-numeric);
1575
1592
  -webkit-font-feature-settings:'kern', 'liga', 'calt';
1576
1593
  font-feature-settings:'kern', 'liga', 'calt';
1577
- --_rs-typography-hardness-color:var(
1594
+ color:var(
1578
1595
  --rs-color-hard,
1579
1596
  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))
1580
1597
  );
1581
1598
 
1582
1599
  margin-bottom:var(--_rs-input-parts-offset);
1583
-
1584
- color:var(--_rs-typography-hardness-color);
1585
1600
  }
1586
- ._disabled_u0nlur_51 ._label_u0nlur_407{
1587
- --_rs-typography-hardness-color:var(
1601
+ ._disabled_ozyavg_51 ._label_ozyavg_405{
1602
+ color:var(
1588
1603
  --rs-color-pale,
1589
1604
  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)
1590
1605
  );
@@ -1,31 +1,31 @@
1
1
  var styles = {
2
- "light": "_light_u0nlur_8",
3
- "dark": "_dark_u0nlur_11",
4
- "sizeS": "_sizeS_u0nlur_15",
5
- "sizeM": "_sizeM_u0nlur_18",
6
- "sizeL": "_sizeL_u0nlur_21",
7
- "classic": "_classic_u0nlur_25",
8
- "rock": "_rock_u0nlur_28",
9
- "container": "_container_u0nlur_32",
10
- "wrapper": "_wrapper_u0nlur_39",
11
- "disabled": "_disabled_u0nlur_51",
12
- "error": "_error_u0nlur_57",
13
- "enabled": "_enabled_u0nlur_63",
14
- "filled": "_filled_u0nlur_63",
15
- "focused": "_focused_u0nlur_75",
16
- "field": "_field_u0nlur_101",
17
- "inner": "_inner_u0nlur_114",
18
- "offSystemMicroelements": "_offSystemMicroelements_u0nlur_229",
19
- "iconWrapper": "_iconWrapper_u0nlur_239",
20
- "action": "_action_u0nlur_254",
21
- "right": "_right_u0nlur_292",
22
- "left": "_left_u0nlur_296",
23
- "icon": "_icon_u0nlur_239",
24
- "divider": "_divider_u0nlur_342",
25
- "suffix": "_suffix_u0nlur_356",
26
- "errorMessage": "_errorMessage_u0nlur_376",
27
- "errorIcon": "_errorIcon_u0nlur_388",
28
- "note": "_note_u0nlur_394",
29
- "label": "_label_u0nlur_407"
2
+ "light": "_light_ozyavg_8",
3
+ "dark": "_dark_ozyavg_11",
4
+ "sizeS": "_sizeS_ozyavg_15",
5
+ "sizeM": "_sizeM_ozyavg_18",
6
+ "sizeL": "_sizeL_ozyavg_21",
7
+ "classic": "_classic_ozyavg_25",
8
+ "rock": "_rock_ozyavg_28",
9
+ "container": "_container_ozyavg_32",
10
+ "wrapper": "_wrapper_ozyavg_39",
11
+ "disabled": "_disabled_ozyavg_51",
12
+ "error": "_error_ozyavg_57",
13
+ "enabled": "_enabled_ozyavg_63",
14
+ "filled": "_filled_ozyavg_63",
15
+ "focused": "_focused_ozyavg_75",
16
+ "field": "_field_ozyavg_101",
17
+ "inner": "_inner_ozyavg_114",
18
+ "offSystemMicroelements": "_offSystemMicroelements_ozyavg_229",
19
+ "iconWrapper": "_iconWrapper_ozyavg_239",
20
+ "action": "_action_ozyavg_254",
21
+ "right": "_right_ozyavg_292",
22
+ "left": "_left_ozyavg_296",
23
+ "icon": "_icon_ozyavg_239",
24
+ "divider": "_divider_ozyavg_342",
25
+ "suffix": "_suffix_ozyavg_356",
26
+ "errorMessage": "_errorMessage_ozyavg_376",
27
+ "errorIcon": "_errorIcon_ozyavg_388",
28
+ "note": "_note_ozyavg_394",
29
+ "label": "_label_ozyavg_405"
30
30
  };
31
31
  export { styles as default };
@@ -196,9 +196,12 @@
196
196
  );
197
197
  --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
198
198
  --_rs-typography-base-color:var(
199
+ --_rs-typography-heading-hardness-color,
200
+ var(
199
201
  --rs-color-hard,
200
202
  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))
201
- );
203
+ )
204
+ );
202
205
  --_rs-typography-text-auto-offset:0;
203
206
  --_rs-typography-ul-list-li-padding-left:initial;
204
207
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -258,9 +261,12 @@
258
261
  );
259
262
  --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
260
263
  --_rs-typography-base-color:var(
264
+ --_rs-typography-heading-hardness-color,
265
+ var(
261
266
  --rs-color-hard,
262
267
  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))
263
- );
268
+ )
269
+ );
264
270
  --_rs-typography-text-auto-offset:0;
265
271
  --_rs-typography-ul-list-li-padding-left:initial;
266
272
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -499,9 +505,12 @@
499
505
  );
500
506
  --_rs-typography-line-height:var(--rs-h4-line-height, 24px);
501
507
  --_rs-typography-base-color:var(
508
+ --_rs-typography-heading-hardness-color,
509
+ var(
502
510
  --rs-color-hard,
503
511
  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))
504
- );
512
+ )
513
+ );
505
514
  --_rs-typography-text-auto-offset:0;
506
515
  --_rs-typography-ul-list-li-padding-left:initial;
507
516
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -561,9 +570,12 @@
561
570
  );
562
571
  --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
563
572
  --_rs-typography-base-color:var(
573
+ --_rs-typography-heading-hardness-color,
574
+ var(
564
575
  --rs-color-hard,
565
576
  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))
566
- );
577
+ )
578
+ );
567
579
  --_rs-typography-text-auto-offset:0;
568
580
  --_rs-typography-ul-list-li-padding-left:initial;
569
581
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -802,9 +814,12 @@
802
814
  );
803
815
  --_rs-typography-line-height:var(--rs-h3-line-height, 28px);
804
816
  --_rs-typography-base-color:var(
817
+ --_rs-typography-heading-hardness-color,
818
+ var(
805
819
  --rs-color-hard,
806
820
  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))
807
- );
821
+ )
822
+ );
808
823
  --_rs-typography-text-auto-offset:0;
809
824
  --_rs-typography-ul-list-li-padding-left:initial;
810
825
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -869,9 +884,12 @@
869
884
  );
870
885
  --_rs-typography-line-height:var(--rs-h4-line-height, 24px);
871
886
  --_rs-typography-base-color:var(
887
+ --_rs-typography-heading-hardness-color,
888
+ var(
872
889
  --rs-color-hard,
873
890
  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))
874
- );
891
+ )
892
+ );
875
893
  --_rs-typography-text-auto-offset:0;
876
894
  --_rs-typography-ul-list-li-padding-left:initial;
877
895
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -196,9 +196,12 @@
196
196
  );
197
197
  --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
198
198
  --_rs-typography-base-color:var(
199
+ --_rs-typography-heading-hardness-color,
200
+ var(
199
201
  --rs-color-hard,
200
202
  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))
201
- );
203
+ )
204
+ );
202
205
  --_rs-typography-text-auto-offset:0;
203
206
  --_rs-typography-ul-list-li-padding-left:initial;
204
207
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -258,9 +261,12 @@
258
261
  );
259
262
  --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
260
263
  --_rs-typography-base-color:var(
264
+ --_rs-typography-heading-hardness-color,
265
+ var(
261
266
  --rs-color-hard,
262
267
  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))
263
- );
268
+ )
269
+ );
264
270
  --_rs-typography-text-auto-offset:0;
265
271
  --_rs-typography-ul-list-li-padding-left:initial;
266
272
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -499,9 +505,12 @@
499
505
  );
500
506
  --_rs-typography-line-height:var(--rs-h4-line-height, 24px);
501
507
  --_rs-typography-base-color:var(
508
+ --_rs-typography-heading-hardness-color,
509
+ var(
502
510
  --rs-color-hard,
503
511
  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))
504
- );
512
+ )
513
+ );
505
514
  --_rs-typography-text-auto-offset:0;
506
515
  --_rs-typography-ul-list-li-padding-left:initial;
507
516
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -561,9 +570,12 @@
561
570
  );
562
571
  --_rs-typography-line-height:var(--rs-h5-line-height, 20px);
563
572
  --_rs-typography-base-color:var(
573
+ --_rs-typography-heading-hardness-color,
574
+ var(
564
575
  --rs-color-hard,
565
576
  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))
566
- );
577
+ )
578
+ );
567
579
  --_rs-typography-text-auto-offset:0;
568
580
  --_rs-typography-ul-list-li-padding-left:initial;
569
581
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -802,9 +814,12 @@
802
814
  );
803
815
  --_rs-typography-line-height:var(--rs-h3-line-height, 28px);
804
816
  --_rs-typography-base-color:var(
817
+ --_rs-typography-heading-hardness-color,
818
+ var(
805
819
  --rs-color-hard,
806
820
  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))
807
- );
821
+ )
822
+ );
808
823
  --_rs-typography-text-auto-offset:0;
809
824
  --_rs-typography-ul-list-li-padding-left:initial;
810
825
  --_rs-typography-ol-list-li-padding-left:initial;
@@ -869,9 +884,12 @@
869
884
  );
870
885
  --_rs-typography-line-height:var(--rs-h4-line-height, 24px);
871
886
  --_rs-typography-base-color:var(
887
+ --_rs-typography-heading-hardness-color,
888
+ var(
872
889
  --rs-color-hard,
873
890
  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))
874
- );
891
+ )
892
+ );
875
893
  --_rs-typography-text-auto-offset:0;
876
894
  --_rs-typography-ul-list-li-padding-left:initial;
877
895
  --_rs-typography-ol-list-li-padding-left:initial;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rescui/input",
3
- "version": "0.11.1",
3
+ "version": "0.11.3",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "author": "JetBrains",
@@ -24,12 +24,12 @@
24
24
  "react": ">=16.8.0 <19"
25
25
  },
26
26
  "devDependencies": {
27
- "@rescui/colors": "^0.2.3",
28
- "@rescui/icons": "^0.16.5",
29
- "@rescui/postcss-preset-library": "^0.2.1",
30
- "@rescui/scripts": "^0.3.3",
31
- "@rescui/tooltip": "^0.8.6",
32
- "@rescui/typography": "^0.17.0",
27
+ "@rescui/colors": "^0.2.5",
28
+ "@rescui/icons": "^0.16.7",
29
+ "@rescui/postcss-preset-library": "^0.2.2",
30
+ "@rescui/scripts": "^0.3.4",
31
+ "@rescui/tooltip": "^0.8.8",
32
+ "@rescui/typography": "^0.18.1",
33
33
  "@rescui/visual-regression": "^0.1.2",
34
34
  "@types/classnames": "^2.2.11"
35
35
  },
@@ -38,5 +38,5 @@
38
38
  "build-pcss-api": "rescui-scripts build-pcss-api --file public-api.p.css"
39
39
  },
40
40
  "nx": {},
41
- "gitHead": "b422496bacb5df4a601008c646abfb08cebe461c"
41
+ "gitHead": "3de71c679695fe3ca490baeaa24ab2331eb2e3a8"
42
42
  }