@rescui/input 0.15.1-RUI-280-Update-select-component-026338d06.52 → 0.15.1-RUI-280-Update-select-component-separate-components-e772abaa1.56
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/_virtual/index.css.js +12 -12
- package/lib/index.css +120 -120
- package/lib/input.p.module.css.js +28 -28
- package/package.json +7 -7
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"icon": "
|
|
3
|
-
"sizeXS": "
|
|
4
|
-
"sizeS": "
|
|
5
|
-
"sizeM": "
|
|
6
|
-
"sizeL": "
|
|
7
|
-
"light": "
|
|
8
|
-
"dark": "
|
|
9
|
-
"allVariants": "
|
|
10
|
-
"variant16": "
|
|
11
|
-
"variant20": "
|
|
12
|
-
"variant24": "
|
|
13
|
-
"variant28": "
|
|
2
|
+
"icon": "_icon_adwro_4",
|
|
3
|
+
"sizeXS": "_sizeXS_adwro_14",
|
|
4
|
+
"sizeS": "_sizeS_adwro_18",
|
|
5
|
+
"sizeM": "_sizeM_adwro_22",
|
|
6
|
+
"sizeL": "_sizeL_adwro_26",
|
|
7
|
+
"light": "_light_adwro_30",
|
|
8
|
+
"dark": "_dark_adwro_34",
|
|
9
|
+
"allVariants": "_allVariants_adwro_48",
|
|
10
|
+
"variant16": "_variant16_adwro_53",
|
|
11
|
+
"variant20": "_variant20_adwro_54",
|
|
12
|
+
"variant24": "_variant24_adwro_55",
|
|
13
|
+
"variant28": "_variant28_adwro_58"
|
|
14
14
|
};
|
|
15
15
|
export { styles as default };
|
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._icon_adwro_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
|
-
.
|
|
11
|
+
._icon_adwro_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
|
-
.
|
|
20
|
+
._icon_adwro_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
|
-
.
|
|
28
|
+
._icon_adwro_4{
|
|
29
29
|
|
|
30
30
|
fill:var(--_rs-icons-themed-fill-or-initial, currentcolor);
|
|
31
31
|
|
|
32
32
|
width:var(--rs-icons-width, auto);
|
|
33
33
|
height:var(--rs-icons-height, var(--_rs-icons-height));
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
._sizeXS_adwro_14{
|
|
36
36
|
--_rs-icons-height:16px;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._sizeS_adwro_18{
|
|
39
39
|
--_rs-icons-height:20px;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._sizeM_adwro_22{
|
|
42
42
|
--_rs-icons-height:24px;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._sizeL_adwro_26{
|
|
45
45
|
--_rs-icons-height:28px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._light_adwro_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
|
-
.
|
|
51
|
+
._dark_adwro_34{
|
|
52
52
|
--rs-theme-dark:1;
|
|
53
53
|
--_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
54
54
|
}
|
|
@@ -60,55 +60,55 @@
|
|
|
60
60
|
transform:rotate(360deg);
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
._allVariants_adwro_48{
|
|
64
64
|
aspect-ratio:var(--rs-icon-ar-width, 1) / var(--rs-icon-ar-height, 1);
|
|
65
65
|
container:rs-icon / size;
|
|
66
66
|
}
|
|
67
|
-
.
|
|
68
|
-
.
|
|
69
|
-
.
|
|
67
|
+
._variant16_adwro_53,
|
|
68
|
+
._variant20_adwro_54,
|
|
69
|
+
._variant24_adwro_55{
|
|
70
70
|
display:none;
|
|
71
71
|
}
|
|
72
|
-
.
|
|
72
|
+
._variant28_adwro_58{
|
|
73
73
|
display:block;
|
|
74
74
|
}
|
|
75
75
|
@container rs-icon (max-height: 24px){
|
|
76
|
-
.
|
|
76
|
+
._variant24_adwro_55{
|
|
77
77
|
display:block;
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
._variant28_adwro_58{
|
|
80
80
|
display:none;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
@container rs-icon (max-height: 20px){
|
|
84
|
-
.
|
|
84
|
+
._variant20_adwro_54{
|
|
85
85
|
display:block;
|
|
86
86
|
}
|
|
87
|
-
.
|
|
87
|
+
._variant24_adwro_55{
|
|
88
88
|
display:none;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
@container rs-icon (max-height: 16px){
|
|
92
|
-
.
|
|
92
|
+
._variant16_adwro_53{
|
|
93
93
|
display:block;
|
|
94
94
|
}
|
|
95
|
-
.
|
|
95
|
+
._variant20_adwro_54{
|
|
96
96
|
display:none;
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
|
-
.
|
|
99
|
+
._light_1xglr8z_7{
|
|
100
100
|
--rs-theme-dark:0;
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
._dark_1xglr8z_10{
|
|
103
103
|
--rs-theme-dark:1;
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
._sizeS_1xglr8z_14{
|
|
106
106
|
--_rs-input-vertical-padding:6px;
|
|
107
107
|
--_rs-input-horizontal-padding:8px;
|
|
108
108
|
--_rs-input-icon-offset:8px;
|
|
109
109
|
--_rs-input-icon-size:20px;
|
|
110
110
|
}
|
|
111
|
-
.
|
|
111
|
+
._sizeS_1xglr8z_14 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
112
112
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
113
113
|
--_rs-typography-text-transform:initial;
|
|
114
114
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -143,10 +143,10 @@
|
|
|
143
143
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
144
144
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
145
145
|
}
|
|
146
|
-
.
|
|
147
|
-
.
|
|
148
|
-
.
|
|
149
|
-
.
|
|
146
|
+
._sizeS_1xglr8z_14 [data-rs-internal='input__label'],
|
|
147
|
+
._sizeS_1xglr8z_14 [data-rs-internal='input__inner'],
|
|
148
|
+
._sizeS_1xglr8z_14 [data-rs-internal='input__inner']::placeholder,
|
|
149
|
+
._sizeS_1xglr8z_14 [data-rs-internal='input__suffix']{
|
|
150
150
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
151
151
|
--_rs-typography-text-transform:initial;
|
|
152
152
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
182
182
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
183
183
|
}
|
|
184
|
-
.
|
|
184
|
+
._sizeS_1xglr8z_14 [data-rs-internal='input__bold-label']{
|
|
185
185
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
186
186
|
--_rs-typography-text-transform:initial;
|
|
187
187
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -213,13 +213,13 @@
|
|
|
213
213
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
214
214
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
215
215
|
}
|
|
216
|
-
.
|
|
216
|
+
._sizeM_1xglr8z_17{
|
|
217
217
|
--_rs-input-vertical-padding:8px;
|
|
218
218
|
--_rs-input-horizontal-padding:8px;
|
|
219
219
|
--_rs-input-icon-offset:8px;
|
|
220
220
|
--_rs-input-icon-size:24px;
|
|
221
221
|
}
|
|
222
|
-
.
|
|
222
|
+
._sizeM_1xglr8z_17 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
223
223
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
224
224
|
--_rs-typography-text-transform:initial;
|
|
225
225
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -258,14 +258,14 @@
|
|
|
258
258
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
259
259
|
}
|
|
260
260
|
@media screen and (max-width: 640px){
|
|
261
|
-
.
|
|
261
|
+
._sizeM_1xglr8z_17 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
262
262
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
263
263
|
}
|
|
264
264
|
}
|
|
265
|
-
.
|
|
266
|
-
.
|
|
267
|
-
.
|
|
268
|
-
.
|
|
265
|
+
._sizeM_1xglr8z_17 [data-rs-internal='input__label'],
|
|
266
|
+
._sizeM_1xglr8z_17 [data-rs-internal='input__inner'],
|
|
267
|
+
._sizeM_1xglr8z_17 [data-rs-internal='input__inner']::placeholder,
|
|
268
|
+
._sizeM_1xglr8z_17 [data-rs-internal='input__suffix']{
|
|
269
269
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
270
270
|
--_rs-typography-text-transform:initial;
|
|
271
271
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -304,14 +304,14 @@
|
|
|
304
304
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
305
305
|
}
|
|
306
306
|
@media screen and (max-width: 640px){
|
|
307
|
-
.
|
|
308
|
-
.
|
|
309
|
-
.
|
|
310
|
-
.
|
|
307
|
+
._sizeM_1xglr8z_17 [data-rs-internal='input__label'],
|
|
308
|
+
._sizeM_1xglr8z_17 [data-rs-internal='input__inner'],
|
|
309
|
+
._sizeM_1xglr8z_17 [data-rs-internal='input__inner']::placeholder,
|
|
310
|
+
._sizeM_1xglr8z_17 [data-rs-internal='input__suffix']{
|
|
311
311
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
|
-
.
|
|
314
|
+
._sizeM_1xglr8z_17 [data-rs-internal='input__bold-label']{
|
|
315
315
|
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
316
316
|
--_rs-typography-text-transform:initial;
|
|
317
317
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -343,13 +343,13 @@
|
|
|
343
343
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
344
344
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
345
345
|
}
|
|
346
|
-
.
|
|
346
|
+
._sizeL_1xglr8z_20{
|
|
347
347
|
--_rs-input-vertical-padding:12px;
|
|
348
348
|
--_rs-input-horizontal-padding:16px;
|
|
349
349
|
--_rs-input-icon-offset:16px;
|
|
350
350
|
--_rs-input-icon-size:28px;
|
|
351
351
|
}
|
|
352
|
-
.
|
|
352
|
+
._sizeL_1xglr8z_20 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
353
353
|
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
354
354
|
--_rs-typography-text-transform:initial;
|
|
355
355
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -388,14 +388,14 @@
|
|
|
388
388
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
389
389
|
}
|
|
390
390
|
@media screen and (max-width: 640px){
|
|
391
|
-
.
|
|
391
|
+
._sizeL_1xglr8z_20 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
392
392
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
393
393
|
}
|
|
394
394
|
}
|
|
395
|
-
.
|
|
396
|
-
.
|
|
397
|
-
.
|
|
398
|
-
.
|
|
395
|
+
._sizeL_1xglr8z_20 [data-rs-internal='input__label'],
|
|
396
|
+
._sizeL_1xglr8z_20 [data-rs-internal='input__inner'],
|
|
397
|
+
._sizeL_1xglr8z_20 [data-rs-internal='input__inner']::placeholder,
|
|
398
|
+
._sizeL_1xglr8z_20 [data-rs-internal='input__suffix']{
|
|
399
399
|
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
400
400
|
--_rs-typography-text-transform:initial;
|
|
401
401
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -434,14 +434,14 @@
|
|
|
434
434
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
435
435
|
}
|
|
436
436
|
@media screen and (max-width: 640px){
|
|
437
|
-
.
|
|
438
|
-
.
|
|
439
|
-
.
|
|
440
|
-
.
|
|
437
|
+
._sizeL_1xglr8z_20 [data-rs-internal='input__label'],
|
|
438
|
+
._sizeL_1xglr8z_20 [data-rs-internal='input__inner'],
|
|
439
|
+
._sizeL_1xglr8z_20 [data-rs-internal='input__inner']::placeholder,
|
|
440
|
+
._sizeL_1xglr8z_20 [data-rs-internal='input__suffix']{
|
|
441
441
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
442
442
|
}
|
|
443
443
|
}
|
|
444
|
-
.
|
|
444
|
+
._sizeL_1xglr8z_20 [data-rs-internal='input__bold-label']{
|
|
445
445
|
--_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
|
|
446
446
|
--_rs-typography-text-transform:initial;
|
|
447
447
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
474
474
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
475
475
|
}
|
|
476
|
-
.
|
|
476
|
+
._classic_1xglr8z_24{
|
|
477
477
|
--_rs-input-focused-enabled-wrapper-border-width:2px;
|
|
478
478
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
479
479
|
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)
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
0.5
|
|
499
499
|
);
|
|
500
500
|
}
|
|
501
|
-
.
|
|
501
|
+
._rock_1xglr8z_27{
|
|
502
502
|
--_rs-input-focused-enabled-wrapper-border-width:0px;
|
|
503
503
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
504
504
|
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)
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
0.7
|
|
523
523
|
);
|
|
524
524
|
}
|
|
525
|
-
.
|
|
525
|
+
._container_1xglr8z_31{
|
|
526
526
|
--_rs-theme-dark:var(
|
|
527
527
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
528
528
|
var(--rs-theme-dark, 0)
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
533
533
|
}
|
|
534
534
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
535
|
-
.
|
|
535
|
+
._container_1xglr8z_31{
|
|
536
536
|
--_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)));
|
|
537
537
|
--_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)));
|
|
538
538
|
--_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)));
|
|
@@ -541,7 +541,7 @@
|
|
|
541
541
|
}
|
|
542
542
|
}
|
|
543
543
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
544
|
-
.
|
|
544
|
+
._container_1xglr8z_31{
|
|
545
545
|
--_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);
|
|
546
546
|
--_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));
|
|
547
547
|
--_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));
|
|
@@ -550,22 +550,22 @@
|
|
|
550
550
|
}
|
|
551
551
|
}
|
|
552
552
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
553
|
-
.
|
|
553
|
+
._container_1xglr8z_31{
|
|
554
554
|
--_rs-color-danger:color-mix(in srgb, #CC1400 calc(100%*var(--_rs-theme-light-coefficient, 1)), #FF6553 calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
555
555
|
--_rs-color-danger-bg:color-mix(in srgb, rgba(204,20,0, 0.2) calc(100%*var(--_rs-theme-light-coefficient, 1)), rgba(255,101,83, 0.2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));
|
|
556
556
|
}
|
|
557
557
|
}
|
|
558
558
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
559
|
-
.
|
|
559
|
+
._container_1xglr8z_31{
|
|
560
560
|
--_rs-color-danger:rgb(calc(var(--_rs-theme-light-coefficient, 1)*204 + var(--_rs-theme-dark-coefficient, 0)*255), calc(var(--_rs-theme-light-coefficient, 1)*20 + var(--_rs-theme-dark-coefficient, 0)*101), calc(var(--_rs-theme-light-coefficient, 1)*0 + var(--_rs-theme-dark-coefficient, 0)*83));
|
|
561
561
|
--_rs-color-danger-bg:rgba(calc(var(--_rs-theme-light-coefficient, 1)*204 + var(--_rs-theme-dark-coefficient, 0)*255), calc(var(--_rs-theme-light-coefficient, 1)*20 + var(--_rs-theme-dark-coefficient, 0)*101), calc(var(--_rs-theme-light-coefficient, 1)*0 + var(--_rs-theme-dark-coefficient, 0)*83), 0.2);
|
|
562
562
|
}
|
|
563
563
|
}
|
|
564
|
-
.
|
|
564
|
+
._container_1xglr8z_31 {
|
|
565
565
|
|
|
566
566
|
display:block;
|
|
567
567
|
}
|
|
568
|
-
.
|
|
568
|
+
._wrapper_1xglr8z_39{
|
|
569
569
|
--_rs-input-border-width:1px;
|
|
570
570
|
--_rs-input-border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.2);
|
|
571
571
|
--_rs-input-background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*227));
|
|
@@ -580,36 +580,36 @@
|
|
|
580
580
|
|
|
581
581
|
box-shadow:inset 0 0 0 var(--_rs-input-border-width) var(--_rs-input-border-color);
|
|
582
582
|
}
|
|
583
|
-
.
|
|
583
|
+
._error_1xglr8z_55 ._wrapper_1xglr8z_39{
|
|
584
584
|
--_rs-input-border-width:2px;
|
|
585
585
|
--_rs-input-border-color:var(--_rs-color-danger);
|
|
586
586
|
--_rs-input-background-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*230), calc(255 - var(--_rs-theme-dark-coefficient, 0)*227));
|
|
587
587
|
}
|
|
588
|
-
.
|
|
588
|
+
._disabled_1xglr8z_61 ._wrapper_1xglr8z_39{
|
|
589
589
|
--_rs-input-background-color:rgb(calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*184), calc(232 - var(--_rs-theme-dark-coefficient, 0)*181));
|
|
590
590
|
|
|
591
591
|
cursor:auto;
|
|
592
592
|
}
|
|
593
|
-
.
|
|
593
|
+
._enabled_1xglr8z_67._focused_1xglr8z_67 ._wrapper_1xglr8z_39{
|
|
594
594
|
--_rs-input-background-color:var(
|
|
595
595
|
--_rs-input-focused-enabled-wrapper-background
|
|
596
596
|
);
|
|
597
597
|
}
|
|
598
|
-
.
|
|
598
|
+
._enabled_1xglr8z_67:not(._error_1xglr8z_55)._filled_1xglr8z_73 ._wrapper_1xglr8z_39{
|
|
599
599
|
--_rs-input-border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.3);
|
|
600
600
|
}
|
|
601
601
|
@media (hover: hover){
|
|
602
|
-
.
|
|
602
|
+
._enabled_1xglr8z_67:not(._error_1xglr8z_55):hover ._wrapper_1xglr8z_39{
|
|
603
603
|
--_rs-input-border-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5);
|
|
604
604
|
}
|
|
605
605
|
}
|
|
606
|
-
.
|
|
606
|
+
._enabled_1xglr8z_67:not(._error_1xglr8z_55)._focused_1xglr8z_67 ._wrapper_1xglr8z_39{
|
|
607
607
|
--_rs-input-border-width:var(
|
|
608
608
|
--_rs-input-focused-enabled-wrapper-border-width
|
|
609
609
|
);
|
|
610
610
|
--_rs-input-border-color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227));
|
|
611
611
|
}
|
|
612
|
-
.
|
|
612
|
+
._field_1xglr8z_91{
|
|
613
613
|
display:flex;
|
|
614
614
|
|
|
615
615
|
flex:1 1 auto;
|
|
@@ -618,7 +618,7 @@
|
|
|
618
618
|
|
|
619
619
|
padding:var(--_rs-input-vertical-padding) var(--_rs-input-horizontal-padding);
|
|
620
620
|
}
|
|
621
|
-
.
|
|
621
|
+
._inner_1xglr8z_101{
|
|
622
622
|
letter-spacing:var(
|
|
623
623
|
--rs-text-base-letter-spacing,
|
|
624
624
|
var(--_rs-typography-letter-spacing)
|
|
@@ -631,26 +631,26 @@
|
|
|
631
631
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
632
632
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
633
633
|
}
|
|
634
|
-
.
|
|
634
|
+
._inner_1xglr8z_101::-ms-clear{
|
|
635
635
|
display:none;
|
|
636
636
|
|
|
637
637
|
width:0;
|
|
638
638
|
height:0;
|
|
639
639
|
}
|
|
640
|
-
.
|
|
640
|
+
._dark_1xglr8z_10 ._inner_1xglr8z_101{
|
|
641
641
|
color-scheme:dark;
|
|
642
642
|
}
|
|
643
643
|
@container style(--_rs-theme-dark-coefficient: 1){
|
|
644
|
-
.
|
|
644
|
+
._inner_1xglr8z_101{
|
|
645
645
|
color-scheme:dark
|
|
646
646
|
}
|
|
647
647
|
}
|
|
648
648
|
@container style(--_rs-theme-dark-coefficient: 0){
|
|
649
|
-
.
|
|
649
|
+
._inner_1xglr8z_101{
|
|
650
650
|
color-scheme:light
|
|
651
651
|
}
|
|
652
652
|
}
|
|
653
|
-
.
|
|
653
|
+
._inner_1xglr8z_101 {
|
|
654
654
|
|
|
655
655
|
display:block;
|
|
656
656
|
|
|
@@ -672,17 +672,17 @@
|
|
|
672
672
|
-moz-appearance:none;
|
|
673
673
|
appearance:none;
|
|
674
674
|
}
|
|
675
|
-
.
|
|
675
|
+
._inner_1xglr8z_101:focus{
|
|
676
676
|
outline:none;
|
|
677
677
|
}
|
|
678
|
-
.
|
|
679
|
-
.
|
|
678
|
+
._disabled_1xglr8z_61 ._inner_1xglr8z_101,
|
|
679
|
+
._inner_1xglr8z_101:disabled{
|
|
680
680
|
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);
|
|
681
681
|
}
|
|
682
|
-
.
|
|
682
|
+
._focused_1xglr8z_67 ._inner_1xglr8z_101{
|
|
683
683
|
color:var(--_rs-input-focused-inner-color);
|
|
684
684
|
}
|
|
685
|
-
.
|
|
685
|
+
._inner_1xglr8z_101::-moz-placeholder{
|
|
686
686
|
letter-spacing:var(
|
|
687
687
|
--rs-text-base-letter-spacing,
|
|
688
688
|
var(--_rs-typography-letter-spacing)
|
|
@@ -698,10 +698,10 @@
|
|
|
698
698
|
|
|
699
699
|
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);
|
|
700
700
|
}
|
|
701
|
-
.
|
|
701
|
+
._focused_1xglr8z_67 ._inner_1xglr8z_101::-moz-placeholder{
|
|
702
702
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
703
703
|
}
|
|
704
|
-
.
|
|
704
|
+
._inner_1xglr8z_101::placeholder{
|
|
705
705
|
letter-spacing:var(
|
|
706
706
|
--rs-text-base-letter-spacing,
|
|
707
707
|
var(--_rs-typography-letter-spacing)
|
|
@@ -717,38 +717,38 @@
|
|
|
717
717
|
|
|
718
718
|
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);
|
|
719
719
|
}
|
|
720
|
-
.
|
|
720
|
+
._focused_1xglr8z_67 ._inner_1xglr8z_101::placeholder{
|
|
721
721
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
722
722
|
}
|
|
723
|
-
.
|
|
723
|
+
._inner_1xglr8z_101:-moz-ui-invalid{
|
|
724
724
|
box-shadow:none;
|
|
725
725
|
}
|
|
726
|
-
.
|
|
726
|
+
._inner_1xglr8z_101:-moz-ui-invalid:-moz-focusring{
|
|
727
727
|
box-shadow:none;
|
|
728
728
|
}
|
|
729
|
-
.
|
|
730
|
-
.
|
|
731
|
-
.
|
|
732
|
-
.
|
|
729
|
+
._inner_1xglr8z_101:-webkit-autofill,
|
|
730
|
+
._inner_1xglr8z_101:-webkit-autofill:hover,
|
|
731
|
+
._inner_1xglr8z_101:-webkit-autofill:active,
|
|
732
|
+
._inner_1xglr8z_101:-webkit-autofill:focus{
|
|
733
733
|
-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;
|
|
734
734
|
|
|
735
735
|
transition-delay:9999s;
|
|
736
736
|
-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));
|
|
737
737
|
}
|
|
738
|
-
.
|
|
738
|
+
._focused_1xglr8z_67 ._inner_1xglr8z_101:-webkit-autofill, ._focused_1xglr8z_67 ._inner_1xglr8z_101:-webkit-autofill:hover, ._focused_1xglr8z_67 ._inner_1xglr8z_101:-webkit-autofill:active, ._focused_1xglr8z_67 ._inner_1xglr8z_101:-webkit-autofill:focus{
|
|
739
739
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
|
|
740
740
|
-webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
|
|
741
741
|
}
|
|
742
|
-
.
|
|
742
|
+
._offSystemMicroelements_1xglr8z_202 ._inner_1xglr8z_101{
|
|
743
743
|
-moz-appearance:textfield;
|
|
744
744
|
}
|
|
745
|
-
.
|
|
746
|
-
.
|
|
745
|
+
._offSystemMicroelements_1xglr8z_202 ._inner_1xglr8z_101::-webkit-outer-spin-button,
|
|
746
|
+
._offSystemMicroelements_1xglr8z_202 ._inner_1xglr8z_101::-webkit-inner-spin-button{
|
|
747
747
|
margin:0;
|
|
748
748
|
-webkit-appearance:none;
|
|
749
749
|
appearance:none;
|
|
750
750
|
}
|
|
751
|
-
.
|
|
751
|
+
._iconWrapper_1xglr8z_212{
|
|
752
752
|
display:inline-flex;
|
|
753
753
|
flex:0 0 auto;
|
|
754
754
|
|
|
@@ -759,15 +759,15 @@
|
|
|
759
759
|
|
|
760
760
|
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);
|
|
761
761
|
}
|
|
762
|
-
.
|
|
762
|
+
._iconWrapper_1xglr8z_212._action_1xglr8z_223{
|
|
763
763
|
position:relative;
|
|
764
764
|
|
|
765
765
|
cursor:pointer;
|
|
766
766
|
}
|
|
767
|
-
.
|
|
767
|
+
._iconWrapper_1xglr8z_212._action_1xglr8z_223:focus{
|
|
768
768
|
outline:none;
|
|
769
769
|
}
|
|
770
|
-
.
|
|
770
|
+
._iconWrapper_1xglr8z_212._action_1xglr8z_223::before{
|
|
771
771
|
position:absolute;
|
|
772
772
|
top:-4px;
|
|
773
773
|
right:-4px;
|
|
@@ -782,46 +782,46 @@
|
|
|
782
782
|
content:'';
|
|
783
783
|
pointer-events:none;
|
|
784
784
|
}
|
|
785
|
-
.
|
|
785
|
+
._iconWrapper_1xglr8z_212._action_1xglr8z_223:focus[data-focus-method='key']::before{
|
|
786
786
|
display:block;
|
|
787
787
|
}
|
|
788
|
-
.
|
|
788
|
+
._disabled_1xglr8z_61 ._iconWrapper_1xglr8z_212{
|
|
789
789
|
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);
|
|
790
790
|
}
|
|
791
|
-
.
|
|
791
|
+
._disabled_1xglr8z_61 ._iconWrapper_1xglr8z_212._action_1xglr8z_223{
|
|
792
792
|
pointer-events:none;
|
|
793
793
|
}
|
|
794
|
-
.
|
|
794
|
+
._iconWrapper_1xglr8z_212._right_1xglr8z_261{
|
|
795
795
|
margin-left:var(--_rs-input-icon-offset);
|
|
796
796
|
}
|
|
797
|
-
.
|
|
797
|
+
._iconWrapper_1xglr8z_212._left_1xglr8z_265{
|
|
798
798
|
margin-right:var(--_rs-input-icon-offset);
|
|
799
799
|
}
|
|
800
|
-
.
|
|
800
|
+
._focused_1xglr8z_67 ._iconWrapper_1xglr8z_212{
|
|
801
801
|
color:var(--_rs-input-focused-icon-color);
|
|
802
802
|
}
|
|
803
803
|
@media (hover: hover){
|
|
804
|
-
.
|
|
804
|
+
._enabled_1xglr8z_67 ._iconWrapper_1xglr8z_212._action_1xglr8z_223:hover{
|
|
805
805
|
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));
|
|
806
806
|
}
|
|
807
807
|
|
|
808
|
-
.
|
|
808
|
+
._enabled_1xglr8z_67._focused_1xglr8z_67 ._iconWrapper_1xglr8z_212._action_1xglr8z_223:hover{
|
|
809
809
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
810
810
|
}
|
|
811
811
|
}
|
|
812
|
-
.
|
|
812
|
+
._enabled_1xglr8z_67 ._iconWrapper_1xglr8z_212._action_1xglr8z_223:focus[data-focus-method='key']{
|
|
813
813
|
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));
|
|
814
814
|
}
|
|
815
|
-
.
|
|
815
|
+
._enabled_1xglr8z_67._focused_1xglr8z_67 ._iconWrapper_1xglr8z_212._action_1xglr8z_223:focus[data-focus-method='key']{
|
|
816
816
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
817
817
|
}
|
|
818
|
-
.
|
|
818
|
+
._iconWrapper_1xglr8z_212 ._icon_1xglr8z_212{
|
|
819
819
|
fill:currentColor;
|
|
820
820
|
|
|
821
821
|
width:auto;
|
|
822
822
|
height:var(--_rs-input-icon-size);
|
|
823
823
|
}
|
|
824
|
-
.
|
|
824
|
+
._divider_1xglr8z_299{
|
|
825
825
|
--_rs-input-divider-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.2);
|
|
826
826
|
|
|
827
827
|
display:block;
|
|
@@ -832,10 +832,10 @@
|
|
|
832
832
|
|
|
833
833
|
background:var(--_rs-input-divider-color);
|
|
834
834
|
}
|
|
835
|
-
.
|
|
835
|
+
._focused_1xglr8z_67 ._divider_1xglr8z_299{
|
|
836
836
|
--_rs-input-divider-color:var(--_rs-input-focused-divider-background);
|
|
837
837
|
}
|
|
838
|
-
.
|
|
838
|
+
._suffix_1xglr8z_315{
|
|
839
839
|
letter-spacing:var(
|
|
840
840
|
--rs-text-base-letter-spacing,
|
|
841
841
|
var(--_rs-typography-letter-spacing)
|
|
@@ -854,10 +854,10 @@
|
|
|
854
854
|
|
|
855
855
|
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);
|
|
856
856
|
}
|
|
857
|
-
.
|
|
857
|
+
._focused_1xglr8z_67 ._suffix_1xglr8z_315{
|
|
858
858
|
color:var(--_rs-input-focused-suffix-color);
|
|
859
859
|
}
|
|
860
|
-
.
|
|
860
|
+
._label_1xglr8z_329{
|
|
861
861
|
letter-spacing:var(
|
|
862
862
|
--rs-text-base-letter-spacing,
|
|
863
863
|
var(--_rs-typography-letter-spacing)
|
|
@@ -876,25 +876,25 @@
|
|
|
876
876
|
|
|
877
877
|
margin-bottom:4px;
|
|
878
878
|
}
|
|
879
|
-
.
|
|
879
|
+
._disabled_1xglr8z_61 ._label_1xglr8z_329{
|
|
880
880
|
color:var(
|
|
881
881
|
--rs-color-pale,
|
|
882
882
|
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)
|
|
883
883
|
);
|
|
884
884
|
}
|
|
885
|
-
.
|
|
885
|
+
._footer_1xglr8z_340{
|
|
886
886
|
display:flex;
|
|
887
887
|
flex-direction:column;
|
|
888
888
|
|
|
889
889
|
margin-top:4px;
|
|
890
890
|
}
|
|
891
|
-
.
|
|
891
|
+
._errorMessage_1xglr8z_347{
|
|
892
892
|
order:99;
|
|
893
893
|
}
|
|
894
|
-
.
|
|
894
|
+
._error_1xglr8z_55 ._errorMessage_1xglr8z_347{
|
|
895
895
|
order:0;
|
|
896
896
|
}
|
|
897
|
-
.
|
|
897
|
+
._note_1xglr8z_356{
|
|
898
898
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
899
899
|
--_rs-typography-text-transform:initial;
|
|
900
900
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -954,7 +954,7 @@
|
|
|
954
954
|
|
|
955
955
|
order:1;
|
|
956
956
|
}
|
|
957
|
-
.
|
|
957
|
+
._disabled_1xglr8z_61 ._note_1xglr8z_356{
|
|
958
958
|
--_rs-typography-hardness-color:var(
|
|
959
959
|
--rs-color-pale,
|
|
960
960
|
rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(25 + var(--_rs-theme-dark-coefficient, 0)*230), calc(28 + var(--_rs-theme-dark-coefficient, 0)*227), 0.5)
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"light": "
|
|
3
|
-
"dark": "
|
|
4
|
-
"sizeS": "
|
|
5
|
-
"sizeM": "
|
|
6
|
-
"sizeL": "
|
|
7
|
-
"classic": "
|
|
8
|
-
"rock": "
|
|
9
|
-
"container": "
|
|
10
|
-
"wrapper": "
|
|
11
|
-
"error": "
|
|
12
|
-
"disabled": "
|
|
13
|
-
"enabled": "
|
|
14
|
-
"focused": "
|
|
15
|
-
"filled": "
|
|
16
|
-
"field": "
|
|
17
|
-
"inner": "
|
|
18
|
-
"offSystemMicroelements": "
|
|
19
|
-
"iconWrapper": "
|
|
20
|
-
"action": "
|
|
21
|
-
"right": "
|
|
22
|
-
"left": "
|
|
23
|
-
"icon": "
|
|
24
|
-
"divider": "
|
|
25
|
-
"suffix": "
|
|
26
|
-
"label": "
|
|
27
|
-
"footer": "
|
|
28
|
-
"errorMessage": "
|
|
29
|
-
"note": "
|
|
2
|
+
"light": "_light_1xglr8z_7",
|
|
3
|
+
"dark": "_dark_1xglr8z_10",
|
|
4
|
+
"sizeS": "_sizeS_1xglr8z_14",
|
|
5
|
+
"sizeM": "_sizeM_1xglr8z_17",
|
|
6
|
+
"sizeL": "_sizeL_1xglr8z_20",
|
|
7
|
+
"classic": "_classic_1xglr8z_24",
|
|
8
|
+
"rock": "_rock_1xglr8z_27",
|
|
9
|
+
"container": "_container_1xglr8z_31",
|
|
10
|
+
"wrapper": "_wrapper_1xglr8z_39",
|
|
11
|
+
"error": "_error_1xglr8z_55",
|
|
12
|
+
"disabled": "_disabled_1xglr8z_61",
|
|
13
|
+
"enabled": "_enabled_1xglr8z_67",
|
|
14
|
+
"focused": "_focused_1xglr8z_67",
|
|
15
|
+
"filled": "_filled_1xglr8z_73",
|
|
16
|
+
"field": "_field_1xglr8z_91",
|
|
17
|
+
"inner": "_inner_1xglr8z_101",
|
|
18
|
+
"offSystemMicroelements": "_offSystemMicroelements_1xglr8z_202",
|
|
19
|
+
"iconWrapper": "_iconWrapper_1xglr8z_212",
|
|
20
|
+
"action": "_action_1xglr8z_223",
|
|
21
|
+
"right": "_right_1xglr8z_261",
|
|
22
|
+
"left": "_left_1xglr8z_265",
|
|
23
|
+
"icon": "_icon_1xglr8z_212",
|
|
24
|
+
"divider": "_divider_1xglr8z_299",
|
|
25
|
+
"suffix": "_suffix_1xglr8z_315",
|
|
26
|
+
"label": "_label_1xglr8z_329",
|
|
27
|
+
"footer": "_footer_1xglr8z_340",
|
|
28
|
+
"errorMessage": "_errorMessage_1xglr8z_347",
|
|
29
|
+
"note": "_note_1xglr8z_356"
|
|
30
30
|
};
|
|
31
31
|
export { styles as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/input",
|
|
3
|
-
"version": "0.15.1-RUI-280-Update-select-component-
|
|
3
|
+
"version": "0.15.1-RUI-280-Update-select-component-separate-components-e772abaa1.56+e772abaa1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime-corejs3": "^7.26.0",
|
|
19
|
-
"@rescui/form-field": "0.1.1-RUI-280-Update-select-component-
|
|
19
|
+
"@rescui/form-field": "0.1.1-RUI-280-Update-select-component-separate-components-e772abaa1.56+e772abaa1",
|
|
20
20
|
"classnames": "^2.2.6"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"react": ">=16.8.0 <20"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@rescui/colors": "0.3.1-RUI-280-Update-select-component-
|
|
29
|
-
"@rescui/icons": "1.7.4-RUI-280-Update-select-component-
|
|
28
|
+
"@rescui/colors": "0.3.1-RUI-280-Update-select-component-separate-components-e772abaa1.56+e772abaa1",
|
|
29
|
+
"@rescui/icons": "1.7.4-RUI-280-Update-select-component-separate-components-e772abaa1.56+e772abaa1",
|
|
30
30
|
"@rescui/postcss-preset-library": "0.2.2",
|
|
31
31
|
"@rescui/scripts": "0.5.1",
|
|
32
|
-
"@rescui/tooltip": "0.10.12-RUI-280-Update-select-component-
|
|
33
|
-
"@rescui/typography": "0.24.5-RUI-280-Update-select-component-
|
|
32
|
+
"@rescui/tooltip": "0.10.12-RUI-280-Update-select-component-separate-components-e772abaa1.56+e772abaa1",
|
|
33
|
+
"@rescui/typography": "0.24.5-RUI-280-Update-select-component-separate-components-e772abaa1.56+e772abaa1",
|
|
34
34
|
"@rescui/visual-regression": "0.1.4",
|
|
35
35
|
"@types/classnames": "^2.2.11"
|
|
36
36
|
},
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"build-pcss-api": "rescui-scripts build-pcss-api --file public-api.p.css"
|
|
40
40
|
},
|
|
41
41
|
"nx": {},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "e772abaa1615818504b1d498233bec348bcb7bb5"
|
|
43
43
|
}
|