@rescui/input 0.15.0 → 0.15.1-RUI-280-Update-select-component-026338d06.52
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 +150 -140
- package/lib/input.p.module.css.js +28 -28
- package/lib/public-api.p.css +27 -18
- package/lib/public-api.pcss +27 -18
- package/package.json +10 -10
|
@@ -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_10fdwmx_4",
|
|
3
|
+
"sizeXS": "_sizeXS_10fdwmx_14",
|
|
4
|
+
"sizeS": "_sizeS_10fdwmx_18",
|
|
5
|
+
"sizeM": "_sizeM_10fdwmx_22",
|
|
6
|
+
"sizeL": "_sizeL_10fdwmx_26",
|
|
7
|
+
"light": "_light_10fdwmx_30",
|
|
8
|
+
"dark": "_dark_10fdwmx_34",
|
|
9
|
+
"allVariants": "_allVariants_10fdwmx_48",
|
|
10
|
+
"variant16": "_variant16_10fdwmx_53",
|
|
11
|
+
"variant20": "_variant20_10fdwmx_54",
|
|
12
|
+
"variant24": "_variant24_10fdwmx_55",
|
|
13
|
+
"variant28": "_variant28_10fdwmx_58"
|
|
14
14
|
};
|
|
15
15
|
export { styles as default };
|
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._icon_10fdwmx_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_10fdwmx_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_10fdwmx_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_10fdwmx_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_10fdwmx_14{
|
|
36
36
|
--_rs-icons-height:16px;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._sizeS_10fdwmx_18{
|
|
39
39
|
--_rs-icons-height:20px;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._sizeM_10fdwmx_22{
|
|
42
42
|
--_rs-icons-height:24px;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._sizeL_10fdwmx_26{
|
|
45
45
|
--_rs-icons-height:28px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._light_10fdwmx_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_10fdwmx_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_10fdwmx_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_10fdwmx_53,
|
|
68
|
+
._variant20_10fdwmx_54,
|
|
69
|
+
._variant24_10fdwmx_55{
|
|
70
70
|
display:none;
|
|
71
71
|
}
|
|
72
|
-
.
|
|
72
|
+
._variant28_10fdwmx_58{
|
|
73
73
|
display:block;
|
|
74
74
|
}
|
|
75
75
|
@container rs-icon (max-height: 24px){
|
|
76
|
-
.
|
|
76
|
+
._variant24_10fdwmx_55{
|
|
77
77
|
display:block;
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
._variant28_10fdwmx_58{
|
|
80
80
|
display:none;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
@container rs-icon (max-height: 20px){
|
|
84
|
-
.
|
|
84
|
+
._variant20_10fdwmx_54{
|
|
85
85
|
display:block;
|
|
86
86
|
}
|
|
87
|
-
.
|
|
87
|
+
._variant24_10fdwmx_55{
|
|
88
88
|
display:none;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
@container rs-icon (max-height: 16px){
|
|
92
|
-
.
|
|
92
|
+
._variant16_10fdwmx_53{
|
|
93
93
|
display:block;
|
|
94
94
|
}
|
|
95
|
-
.
|
|
95
|
+
._variant20_10fdwmx_54{
|
|
96
96
|
display:none;
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
|
-
.
|
|
99
|
+
._light_1mjpwu_7{
|
|
100
100
|
--rs-theme-dark:0;
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
._dark_1mjpwu_10{
|
|
103
103
|
--rs-theme-dark:1;
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
._sizeS_1mjpwu_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_1mjpwu_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;
|
|
@@ -135,17 +135,18 @@
|
|
|
135
135
|
)
|
|
136
136
|
);
|
|
137
137
|
--_rs-typography-text-auto-offset:8px;
|
|
138
|
-
--_rs-typography-ul-
|
|
139
|
-
--_rs-typography-
|
|
138
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
139
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
140
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
140
141
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
141
142
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
142
143
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
143
144
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
144
145
|
}
|
|
145
|
-
.
|
|
146
|
-
.
|
|
147
|
-
.
|
|
148
|
-
.
|
|
146
|
+
._sizeS_1mjpwu_14 [data-rs-internal='input__label'],
|
|
147
|
+
._sizeS_1mjpwu_14 [data-rs-internal='input__inner'],
|
|
148
|
+
._sizeS_1mjpwu_14 [data-rs-internal='input__inner']::placeholder,
|
|
149
|
+
._sizeS_1mjpwu_14 [data-rs-internal='input__suffix']{
|
|
149
150
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
150
151
|
--_rs-typography-text-transform:initial;
|
|
151
152
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -172,14 +173,15 @@
|
|
|
172
173
|
)
|
|
173
174
|
);
|
|
174
175
|
--_rs-typography-text-auto-offset:8px;
|
|
175
|
-
--_rs-typography-ul-
|
|
176
|
-
--_rs-typography-
|
|
176
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
177
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
178
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
177
179
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
178
180
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
179
181
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
180
182
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
181
183
|
}
|
|
182
|
-
.
|
|
184
|
+
._sizeS_1mjpwu_14 [data-rs-internal='input__bold-label']{
|
|
183
185
|
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
184
186
|
--_rs-typography-text-transform:initial;
|
|
185
187
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -203,20 +205,21 @@
|
|
|
203
205
|
)
|
|
204
206
|
);
|
|
205
207
|
--_rs-typography-text-auto-offset:0;
|
|
206
|
-
--_rs-typography-ul-
|
|
207
|
-
--_rs-typography-
|
|
208
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
209
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
210
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
208
211
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
209
212
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
210
213
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
211
214
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
212
215
|
}
|
|
213
|
-
.
|
|
216
|
+
._sizeM_1mjpwu_17{
|
|
214
217
|
--_rs-input-vertical-padding:8px;
|
|
215
218
|
--_rs-input-horizontal-padding:8px;
|
|
216
219
|
--_rs-input-icon-offset:8px;
|
|
217
220
|
--_rs-input-icon-size:24px;
|
|
218
221
|
}
|
|
219
|
-
.
|
|
222
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
220
223
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
221
224
|
--_rs-typography-text-transform:initial;
|
|
222
225
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -243,8 +246,9 @@
|
|
|
243
246
|
)
|
|
244
247
|
);
|
|
245
248
|
--_rs-typography-text-auto-offset:16px;
|
|
246
|
-
--_rs-typography-ul-
|
|
247
|
-
--_rs-typography-
|
|
249
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
250
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
251
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
248
252
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
249
253
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
250
254
|
16px
|
|
@@ -254,14 +258,14 @@
|
|
|
254
258
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
255
259
|
}
|
|
256
260
|
@media screen and (max-width: 640px){
|
|
257
|
-
.
|
|
261
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
258
262
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
259
263
|
}
|
|
260
264
|
}
|
|
261
|
-
.
|
|
262
|
-
.
|
|
263
|
-
.
|
|
264
|
-
.
|
|
265
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__label'],
|
|
266
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__inner'],
|
|
267
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__inner']::placeholder,
|
|
268
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__suffix']{
|
|
265
269
|
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
266
270
|
--_rs-typography-text-transform:initial;
|
|
267
271
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -288,8 +292,9 @@
|
|
|
288
292
|
)
|
|
289
293
|
);
|
|
290
294
|
--_rs-typography-text-auto-offset:16px;
|
|
291
|
-
--_rs-typography-ul-
|
|
292
|
-
--_rs-typography-
|
|
295
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
296
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
297
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
293
298
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
294
299
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
295
300
|
16px
|
|
@@ -299,14 +304,14 @@
|
|
|
299
304
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
300
305
|
}
|
|
301
306
|
@media screen and (max-width: 640px){
|
|
302
|
-
.
|
|
303
|
-
.
|
|
304
|
-
.
|
|
305
|
-
.
|
|
307
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__label'],
|
|
308
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__inner'],
|
|
309
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__inner']::placeholder,
|
|
310
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__suffix']{
|
|
306
311
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
307
312
|
}
|
|
308
313
|
}
|
|
309
|
-
.
|
|
314
|
+
._sizeM_1mjpwu_17 [data-rs-internal='input__bold-label']{
|
|
310
315
|
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
311
316
|
--_rs-typography-text-transform:initial;
|
|
312
317
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -330,20 +335,21 @@
|
|
|
330
335
|
)
|
|
331
336
|
);
|
|
332
337
|
--_rs-typography-text-auto-offset:0;
|
|
333
|
-
--_rs-typography-ul-
|
|
334
|
-
--_rs-typography-
|
|
338
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
339
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
340
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
335
341
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
336
342
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
337
343
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
338
344
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
339
345
|
}
|
|
340
|
-
.
|
|
346
|
+
._sizeL_1mjpwu_20{
|
|
341
347
|
--_rs-input-vertical-padding:12px;
|
|
342
348
|
--_rs-input-horizontal-padding:16px;
|
|
343
349
|
--_rs-input-icon-offset:16px;
|
|
344
350
|
--_rs-input-icon-size:28px;
|
|
345
351
|
}
|
|
346
|
-
.
|
|
352
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
347
353
|
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
348
354
|
--_rs-typography-text-transform:initial;
|
|
349
355
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -370,8 +376,9 @@
|
|
|
370
376
|
)
|
|
371
377
|
);
|
|
372
378
|
--_rs-typography-text-auto-offset:32px;
|
|
373
|
-
--_rs-typography-ul-
|
|
374
|
-
--_rs-typography-
|
|
379
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
380
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
381
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
375
382
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
376
383
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
377
384
|
24px
|
|
@@ -381,14 +388,14 @@
|
|
|
381
388
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
382
389
|
}
|
|
383
390
|
@media screen and (max-width: 640px){
|
|
384
|
-
.
|
|
391
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__inner']::-moz-placeholder{
|
|
385
392
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
386
393
|
}
|
|
387
394
|
}
|
|
388
|
-
.
|
|
389
|
-
.
|
|
390
|
-
.
|
|
391
|
-
.
|
|
395
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__label'],
|
|
396
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__inner'],
|
|
397
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__inner']::placeholder,
|
|
398
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__suffix']{
|
|
392
399
|
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
393
400
|
--_rs-typography-text-transform:initial;
|
|
394
401
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -415,8 +422,9 @@
|
|
|
415
422
|
)
|
|
416
423
|
);
|
|
417
424
|
--_rs-typography-text-auto-offset:32px;
|
|
418
|
-
--_rs-typography-ul-
|
|
419
|
-
--_rs-typography-
|
|
425
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
426
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
427
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
420
428
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
421
429
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
422
430
|
24px
|
|
@@ -426,14 +434,14 @@
|
|
|
426
434
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
427
435
|
}
|
|
428
436
|
@media screen and (max-width: 640px){
|
|
429
|
-
.
|
|
430
|
-
.
|
|
431
|
-
.
|
|
432
|
-
.
|
|
437
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__label'],
|
|
438
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__inner'],
|
|
439
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__inner']::placeholder,
|
|
440
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__suffix']{
|
|
433
441
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
434
442
|
}
|
|
435
443
|
}
|
|
436
|
-
.
|
|
444
|
+
._sizeL_1mjpwu_20 [data-rs-internal='input__bold-label']{
|
|
437
445
|
--_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
|
|
438
446
|
--_rs-typography-text-transform:initial;
|
|
439
447
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -457,14 +465,15 @@
|
|
|
457
465
|
)
|
|
458
466
|
);
|
|
459
467
|
--_rs-typography-text-auto-offset:0;
|
|
460
|
-
--_rs-typography-ul-
|
|
461
|
-
--_rs-typography-
|
|
468
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
469
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
470
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
462
471
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
463
472
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
464
473
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
465
474
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
466
475
|
}
|
|
467
|
-
.
|
|
476
|
+
._classic_1mjpwu_24{
|
|
468
477
|
--_rs-input-focused-enabled-wrapper-border-width:2px;
|
|
469
478
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
470
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)
|
|
@@ -489,7 +498,7 @@
|
|
|
489
498
|
0.5
|
|
490
499
|
);
|
|
491
500
|
}
|
|
492
|
-
.
|
|
501
|
+
._rock_1mjpwu_27{
|
|
493
502
|
--_rs-input-focused-enabled-wrapper-border-width:0px;
|
|
494
503
|
--_rs-input-focused-enabled-wrapper-background:rgb(
|
|
495
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)
|
|
@@ -513,7 +522,7 @@
|
|
|
513
522
|
0.7
|
|
514
523
|
);
|
|
515
524
|
}
|
|
516
|
-
.
|
|
525
|
+
._container_1mjpwu_31{
|
|
517
526
|
--_rs-theme-dark:var(
|
|
518
527
|
--_rs-internal-force-theme-dark-consult-rescui-before-using,
|
|
519
528
|
var(--rs-theme-dark, 0)
|
|
@@ -523,7 +532,7 @@
|
|
|
523
532
|
--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));
|
|
524
533
|
}
|
|
525
534
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
526
|
-
.
|
|
535
|
+
._container_1mjpwu_31{
|
|
527
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)));
|
|
528
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)));
|
|
529
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)));
|
|
@@ -532,7 +541,7 @@
|
|
|
532
541
|
}
|
|
533
542
|
}
|
|
534
543
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
535
|
-
.
|
|
544
|
+
._container_1mjpwu_31{
|
|
536
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);
|
|
537
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));
|
|
538
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));
|
|
@@ -541,22 +550,22 @@
|
|
|
541
550
|
}
|
|
542
551
|
}
|
|
543
552
|
@supports (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
544
|
-
.
|
|
553
|
+
._container_1mjpwu_31{
|
|
545
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)));
|
|
546
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)));
|
|
547
556
|
}
|
|
548
557
|
}
|
|
549
558
|
@supports not (color: color-mix(in srgb, #fff 50%, #000 50%)){
|
|
550
|
-
.
|
|
559
|
+
._container_1mjpwu_31{
|
|
551
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));
|
|
552
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);
|
|
553
562
|
}
|
|
554
563
|
}
|
|
555
|
-
.
|
|
564
|
+
._container_1mjpwu_31 {
|
|
556
565
|
|
|
557
566
|
display:block;
|
|
558
567
|
}
|
|
559
|
-
.
|
|
568
|
+
._wrapper_1mjpwu_39{
|
|
560
569
|
--_rs-input-border-width:1px;
|
|
561
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);
|
|
562
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));
|
|
@@ -571,36 +580,36 @@
|
|
|
571
580
|
|
|
572
581
|
box-shadow:inset 0 0 0 var(--_rs-input-border-width) var(--_rs-input-border-color);
|
|
573
582
|
}
|
|
574
|
-
.
|
|
583
|
+
._error_1mjpwu_55 ._wrapper_1mjpwu_39{
|
|
575
584
|
--_rs-input-border-width:2px;
|
|
576
585
|
--_rs-input-border-color:var(--_rs-color-danger);
|
|
577
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));
|
|
578
587
|
}
|
|
579
|
-
.
|
|
588
|
+
._disabled_1mjpwu_61 ._wrapper_1mjpwu_39{
|
|
580
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));
|
|
581
590
|
|
|
582
591
|
cursor:auto;
|
|
583
592
|
}
|
|
584
|
-
.
|
|
593
|
+
._enabled_1mjpwu_67._focused_1mjpwu_67 ._wrapper_1mjpwu_39{
|
|
585
594
|
--_rs-input-background-color:var(
|
|
586
595
|
--_rs-input-focused-enabled-wrapper-background
|
|
587
596
|
);
|
|
588
597
|
}
|
|
589
|
-
.
|
|
598
|
+
._enabled_1mjpwu_67:not(._error_1mjpwu_55)._filled_1mjpwu_73 ._wrapper_1mjpwu_39{
|
|
590
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);
|
|
591
600
|
}
|
|
592
601
|
@media (hover: hover){
|
|
593
|
-
.
|
|
602
|
+
._enabled_1mjpwu_67:not(._error_1mjpwu_55):hover ._wrapper_1mjpwu_39{
|
|
594
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);
|
|
595
604
|
}
|
|
596
605
|
}
|
|
597
|
-
.
|
|
606
|
+
._enabled_1mjpwu_67:not(._error_1mjpwu_55)._focused_1mjpwu_67 ._wrapper_1mjpwu_39{
|
|
598
607
|
--_rs-input-border-width:var(
|
|
599
608
|
--_rs-input-focused-enabled-wrapper-border-width
|
|
600
609
|
);
|
|
601
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));
|
|
602
611
|
}
|
|
603
|
-
.
|
|
612
|
+
._field_1mjpwu_91{
|
|
604
613
|
display:flex;
|
|
605
614
|
|
|
606
615
|
flex:1 1 auto;
|
|
@@ -609,7 +618,7 @@
|
|
|
609
618
|
|
|
610
619
|
padding:var(--_rs-input-vertical-padding) var(--_rs-input-horizontal-padding);
|
|
611
620
|
}
|
|
612
|
-
.
|
|
621
|
+
._inner_1mjpwu_101{
|
|
613
622
|
letter-spacing:var(
|
|
614
623
|
--rs-text-base-letter-spacing,
|
|
615
624
|
var(--_rs-typography-letter-spacing)
|
|
@@ -622,26 +631,26 @@
|
|
|
622
631
|
font-variant-numeric:var(--_rs-typography-font-variant-numeric);
|
|
623
632
|
font-feature-settings:'kern', 'liga', 'calt';
|
|
624
633
|
}
|
|
625
|
-
.
|
|
634
|
+
._inner_1mjpwu_101::-ms-clear{
|
|
626
635
|
display:none;
|
|
627
636
|
|
|
628
637
|
width:0;
|
|
629
638
|
height:0;
|
|
630
639
|
}
|
|
631
|
-
.
|
|
640
|
+
._dark_1mjpwu_10 ._inner_1mjpwu_101{
|
|
632
641
|
color-scheme:dark;
|
|
633
642
|
}
|
|
634
643
|
@container style(--_rs-theme-dark-coefficient: 1){
|
|
635
|
-
.
|
|
644
|
+
._inner_1mjpwu_101{
|
|
636
645
|
color-scheme:dark
|
|
637
646
|
}
|
|
638
647
|
}
|
|
639
648
|
@container style(--_rs-theme-dark-coefficient: 0){
|
|
640
|
-
.
|
|
649
|
+
._inner_1mjpwu_101{
|
|
641
650
|
color-scheme:light
|
|
642
651
|
}
|
|
643
652
|
}
|
|
644
|
-
.
|
|
653
|
+
._inner_1mjpwu_101 {
|
|
645
654
|
|
|
646
655
|
display:block;
|
|
647
656
|
|
|
@@ -663,17 +672,17 @@
|
|
|
663
672
|
-moz-appearance:none;
|
|
664
673
|
appearance:none;
|
|
665
674
|
}
|
|
666
|
-
.
|
|
675
|
+
._inner_1mjpwu_101:focus{
|
|
667
676
|
outline:none;
|
|
668
677
|
}
|
|
669
|
-
.
|
|
670
|
-
.
|
|
678
|
+
._disabled_1mjpwu_61 ._inner_1mjpwu_101,
|
|
679
|
+
._inner_1mjpwu_101:disabled{
|
|
671
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);
|
|
672
681
|
}
|
|
673
|
-
.
|
|
682
|
+
._focused_1mjpwu_67 ._inner_1mjpwu_101{
|
|
674
683
|
color:var(--_rs-input-focused-inner-color);
|
|
675
684
|
}
|
|
676
|
-
.
|
|
685
|
+
._inner_1mjpwu_101::-moz-placeholder{
|
|
677
686
|
letter-spacing:var(
|
|
678
687
|
--rs-text-base-letter-spacing,
|
|
679
688
|
var(--_rs-typography-letter-spacing)
|
|
@@ -689,10 +698,10 @@
|
|
|
689
698
|
|
|
690
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);
|
|
691
700
|
}
|
|
692
|
-
.
|
|
701
|
+
._focused_1mjpwu_67 ._inner_1mjpwu_101::-moz-placeholder{
|
|
693
702
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
694
703
|
}
|
|
695
|
-
.
|
|
704
|
+
._inner_1mjpwu_101::placeholder{
|
|
696
705
|
letter-spacing:var(
|
|
697
706
|
--rs-text-base-letter-spacing,
|
|
698
707
|
var(--_rs-typography-letter-spacing)
|
|
@@ -708,38 +717,38 @@
|
|
|
708
717
|
|
|
709
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);
|
|
710
719
|
}
|
|
711
|
-
.
|
|
720
|
+
._focused_1mjpwu_67 ._inner_1mjpwu_101::placeholder{
|
|
712
721
|
color:var(--_rs-input-focused-inner-placeholder-color);
|
|
713
722
|
}
|
|
714
|
-
.
|
|
723
|
+
._inner_1mjpwu_101:-moz-ui-invalid{
|
|
715
724
|
box-shadow:none;
|
|
716
725
|
}
|
|
717
|
-
.
|
|
726
|
+
._inner_1mjpwu_101:-moz-ui-invalid:-moz-focusring{
|
|
718
727
|
box-shadow:none;
|
|
719
728
|
}
|
|
720
|
-
.
|
|
721
|
-
.
|
|
722
|
-
.
|
|
723
|
-
.
|
|
729
|
+
._inner_1mjpwu_101:-webkit-autofill,
|
|
730
|
+
._inner_1mjpwu_101:-webkit-autofill:hover,
|
|
731
|
+
._inner_1mjpwu_101:-webkit-autofill:active,
|
|
732
|
+
._inner_1mjpwu_101:-webkit-autofill:focus{
|
|
724
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;
|
|
725
734
|
|
|
726
735
|
transition-delay:9999s;
|
|
727
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));
|
|
728
737
|
}
|
|
729
|
-
.
|
|
738
|
+
._focused_1mjpwu_67 ._inner_1mjpwu_101:-webkit-autofill, ._focused_1mjpwu_67 ._inner_1mjpwu_101:-webkit-autofill:hover, ._focused_1mjpwu_67 ._inner_1mjpwu_101:-webkit-autofill:active, ._focused_1mjpwu_67 ._inner_1mjpwu_101:-webkit-autofill:focus{
|
|
730
739
|
-webkit-box-shadow:0 0 0 1000px var(--_rs-input-focused-autofill-box-shadow) inset;
|
|
731
740
|
-webkit-text-fill-color:var(--_rs-input-focused-autofill-color);
|
|
732
741
|
}
|
|
733
|
-
.
|
|
742
|
+
._offSystemMicroelements_1mjpwu_202 ._inner_1mjpwu_101{
|
|
734
743
|
-moz-appearance:textfield;
|
|
735
744
|
}
|
|
736
|
-
.
|
|
737
|
-
.
|
|
745
|
+
._offSystemMicroelements_1mjpwu_202 ._inner_1mjpwu_101::-webkit-outer-spin-button,
|
|
746
|
+
._offSystemMicroelements_1mjpwu_202 ._inner_1mjpwu_101::-webkit-inner-spin-button{
|
|
738
747
|
margin:0;
|
|
739
748
|
-webkit-appearance:none;
|
|
740
749
|
appearance:none;
|
|
741
750
|
}
|
|
742
|
-
.
|
|
751
|
+
._iconWrapper_1mjpwu_212{
|
|
743
752
|
display:inline-flex;
|
|
744
753
|
flex:0 0 auto;
|
|
745
754
|
|
|
@@ -750,15 +759,15 @@
|
|
|
750
759
|
|
|
751
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);
|
|
752
761
|
}
|
|
753
|
-
.
|
|
762
|
+
._iconWrapper_1mjpwu_212._action_1mjpwu_223{
|
|
754
763
|
position:relative;
|
|
755
764
|
|
|
756
765
|
cursor:pointer;
|
|
757
766
|
}
|
|
758
|
-
.
|
|
767
|
+
._iconWrapper_1mjpwu_212._action_1mjpwu_223:focus{
|
|
759
768
|
outline:none;
|
|
760
769
|
}
|
|
761
|
-
.
|
|
770
|
+
._iconWrapper_1mjpwu_212._action_1mjpwu_223::before{
|
|
762
771
|
position:absolute;
|
|
763
772
|
top:-4px;
|
|
764
773
|
right:-4px;
|
|
@@ -773,46 +782,46 @@
|
|
|
773
782
|
content:'';
|
|
774
783
|
pointer-events:none;
|
|
775
784
|
}
|
|
776
|
-
.
|
|
785
|
+
._iconWrapper_1mjpwu_212._action_1mjpwu_223:focus[data-focus-method='key']::before{
|
|
777
786
|
display:block;
|
|
778
787
|
}
|
|
779
|
-
.
|
|
788
|
+
._disabled_1mjpwu_61 ._iconWrapper_1mjpwu_212{
|
|
780
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);
|
|
781
790
|
}
|
|
782
|
-
.
|
|
791
|
+
._disabled_1mjpwu_61 ._iconWrapper_1mjpwu_212._action_1mjpwu_223{
|
|
783
792
|
pointer-events:none;
|
|
784
793
|
}
|
|
785
|
-
.
|
|
794
|
+
._iconWrapper_1mjpwu_212._right_1mjpwu_261{
|
|
786
795
|
margin-left:var(--_rs-input-icon-offset);
|
|
787
796
|
}
|
|
788
|
-
.
|
|
797
|
+
._iconWrapper_1mjpwu_212._left_1mjpwu_265{
|
|
789
798
|
margin-right:var(--_rs-input-icon-offset);
|
|
790
799
|
}
|
|
791
|
-
.
|
|
800
|
+
._focused_1mjpwu_67 ._iconWrapper_1mjpwu_212{
|
|
792
801
|
color:var(--_rs-input-focused-icon-color);
|
|
793
802
|
}
|
|
794
803
|
@media (hover: hover){
|
|
795
|
-
.
|
|
804
|
+
._enabled_1mjpwu_67 ._iconWrapper_1mjpwu_212._action_1mjpwu_223:hover{
|
|
796
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));
|
|
797
806
|
}
|
|
798
807
|
|
|
799
|
-
.
|
|
808
|
+
._enabled_1mjpwu_67._focused_1mjpwu_67 ._iconWrapper_1mjpwu_212._action_1mjpwu_223:hover{
|
|
800
809
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
801
810
|
}
|
|
802
811
|
}
|
|
803
|
-
.
|
|
812
|
+
._enabled_1mjpwu_67 ._iconWrapper_1mjpwu_212._action_1mjpwu_223:focus[data-focus-method='key']{
|
|
804
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));
|
|
805
814
|
}
|
|
806
|
-
.
|
|
815
|
+
._enabled_1mjpwu_67._focused_1mjpwu_67 ._iconWrapper_1mjpwu_212._action_1mjpwu_223:focus[data-focus-method='key']{
|
|
807
816
|
color:var(--_rs-input-focused-icon-accent-color);
|
|
808
817
|
}
|
|
809
|
-
.
|
|
818
|
+
._iconWrapper_1mjpwu_212 ._icon_1mjpwu_212{
|
|
810
819
|
fill:currentColor;
|
|
811
820
|
|
|
812
821
|
width:auto;
|
|
813
822
|
height:var(--_rs-input-icon-size);
|
|
814
823
|
}
|
|
815
|
-
.
|
|
824
|
+
._divider_1mjpwu_299{
|
|
816
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);
|
|
817
826
|
|
|
818
827
|
display:block;
|
|
@@ -823,10 +832,10 @@
|
|
|
823
832
|
|
|
824
833
|
background:var(--_rs-input-divider-color);
|
|
825
834
|
}
|
|
826
|
-
.
|
|
835
|
+
._focused_1mjpwu_67 ._divider_1mjpwu_299{
|
|
827
836
|
--_rs-input-divider-color:var(--_rs-input-focused-divider-background);
|
|
828
837
|
}
|
|
829
|
-
.
|
|
838
|
+
._suffix_1mjpwu_315{
|
|
830
839
|
letter-spacing:var(
|
|
831
840
|
--rs-text-base-letter-spacing,
|
|
832
841
|
var(--_rs-typography-letter-spacing)
|
|
@@ -845,10 +854,10 @@
|
|
|
845
854
|
|
|
846
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);
|
|
847
856
|
}
|
|
848
|
-
.
|
|
857
|
+
._focused_1mjpwu_67 ._suffix_1mjpwu_315{
|
|
849
858
|
color:var(--_rs-input-focused-suffix-color);
|
|
850
859
|
}
|
|
851
|
-
.
|
|
860
|
+
._label_1mjpwu_329{
|
|
852
861
|
letter-spacing:var(
|
|
853
862
|
--rs-text-base-letter-spacing,
|
|
854
863
|
var(--_rs-typography-letter-spacing)
|
|
@@ -867,25 +876,25 @@
|
|
|
867
876
|
|
|
868
877
|
margin-bottom:4px;
|
|
869
878
|
}
|
|
870
|
-
.
|
|
879
|
+
._disabled_1mjpwu_61 ._label_1mjpwu_329{
|
|
871
880
|
color:var(
|
|
872
881
|
--rs-color-pale,
|
|
873
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)
|
|
874
883
|
);
|
|
875
884
|
}
|
|
876
|
-
.
|
|
885
|
+
._footer_1mjpwu_340{
|
|
877
886
|
display:flex;
|
|
878
887
|
flex-direction:column;
|
|
879
888
|
|
|
880
889
|
margin-top:4px;
|
|
881
890
|
}
|
|
882
|
-
.
|
|
891
|
+
._errorMessage_1mjpwu_347{
|
|
883
892
|
order:99;
|
|
884
893
|
}
|
|
885
|
-
.
|
|
894
|
+
._error_1mjpwu_55 ._errorMessage_1mjpwu_347{
|
|
886
895
|
order:0;
|
|
887
896
|
}
|
|
888
|
-
.
|
|
897
|
+
._note_1mjpwu_356{
|
|
889
898
|
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
890
899
|
--_rs-typography-text-transform:initial;
|
|
891
900
|
--_rs-typography-font-variant-numeric:initial;
|
|
@@ -912,8 +921,9 @@
|
|
|
912
921
|
)
|
|
913
922
|
);
|
|
914
923
|
--_rs-typography-text-auto-offset:8px;
|
|
915
|
-
--_rs-typography-ul-
|
|
916
|
-
--_rs-typography-
|
|
924
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
925
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
926
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
917
927
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
918
928
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
919
929
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -944,7 +954,7 @@
|
|
|
944
954
|
|
|
945
955
|
order:1;
|
|
946
956
|
}
|
|
947
|
-
.
|
|
957
|
+
._disabled_1mjpwu_61 ._note_1mjpwu_356{
|
|
948
958
|
--_rs-typography-hardness-color:var(
|
|
949
959
|
--rs-color-pale,
|
|
950
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_1mjpwu_7",
|
|
3
|
+
"dark": "_dark_1mjpwu_10",
|
|
4
|
+
"sizeS": "_sizeS_1mjpwu_14",
|
|
5
|
+
"sizeM": "_sizeM_1mjpwu_17",
|
|
6
|
+
"sizeL": "_sizeL_1mjpwu_20",
|
|
7
|
+
"classic": "_classic_1mjpwu_24",
|
|
8
|
+
"rock": "_rock_1mjpwu_27",
|
|
9
|
+
"container": "_container_1mjpwu_31",
|
|
10
|
+
"wrapper": "_wrapper_1mjpwu_39",
|
|
11
|
+
"error": "_error_1mjpwu_55",
|
|
12
|
+
"disabled": "_disabled_1mjpwu_61",
|
|
13
|
+
"enabled": "_enabled_1mjpwu_67",
|
|
14
|
+
"focused": "_focused_1mjpwu_67",
|
|
15
|
+
"filled": "_filled_1mjpwu_73",
|
|
16
|
+
"field": "_field_1mjpwu_91",
|
|
17
|
+
"inner": "_inner_1mjpwu_101",
|
|
18
|
+
"offSystemMicroelements": "_offSystemMicroelements_1mjpwu_202",
|
|
19
|
+
"iconWrapper": "_iconWrapper_1mjpwu_212",
|
|
20
|
+
"action": "_action_1mjpwu_223",
|
|
21
|
+
"right": "_right_1mjpwu_261",
|
|
22
|
+
"left": "_left_1mjpwu_265",
|
|
23
|
+
"icon": "_icon_1mjpwu_212",
|
|
24
|
+
"divider": "_divider_1mjpwu_299",
|
|
25
|
+
"suffix": "_suffix_1mjpwu_315",
|
|
26
|
+
"label": "_label_1mjpwu_329",
|
|
27
|
+
"footer": "_footer_1mjpwu_340",
|
|
28
|
+
"errorMessage": "_errorMessage_1mjpwu_347",
|
|
29
|
+
"note": "_note_1mjpwu_356"
|
|
30
30
|
};
|
|
31
31
|
export { styles as default };
|
package/lib/public-api.p.css
CHANGED
|
@@ -32,8 +32,9 @@
|
|
|
32
32
|
)
|
|
33
33
|
);
|
|
34
34
|
--_rs-typography-text-auto-offset:8px;
|
|
35
|
-
--_rs-typography-ul-
|
|
36
|
-
--_rs-typography-
|
|
35
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
36
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
37
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
37
38
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
38
39
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
39
40
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -69,8 +70,9 @@
|
|
|
69
70
|
)
|
|
70
71
|
);
|
|
71
72
|
--_rs-typography-text-auto-offset:8px;
|
|
72
|
-
--_rs-typography-ul-
|
|
73
|
-
--_rs-typography-
|
|
73
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
74
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
75
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
74
76
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
75
77
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
76
78
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -100,8 +102,9 @@
|
|
|
100
102
|
)
|
|
101
103
|
);
|
|
102
104
|
--_rs-typography-text-auto-offset:0;
|
|
103
|
-
--_rs-typography-ul-
|
|
104
|
-
--_rs-typography-
|
|
105
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
106
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
107
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
105
108
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
106
109
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
107
110
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -142,8 +145,9 @@
|
|
|
142
145
|
)
|
|
143
146
|
);
|
|
144
147
|
--_rs-typography-text-auto-offset:16px;
|
|
145
|
-
--_rs-typography-ul-
|
|
146
|
-
--_rs-typography-
|
|
148
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
149
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
150
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
147
151
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
148
152
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
149
153
|
16px
|
|
@@ -187,8 +191,9 @@
|
|
|
187
191
|
)
|
|
188
192
|
);
|
|
189
193
|
--_rs-typography-text-auto-offset:16px;
|
|
190
|
-
--_rs-typography-ul-
|
|
191
|
-
--_rs-typography-
|
|
194
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
195
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
196
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
192
197
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
193
198
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
194
199
|
16px
|
|
@@ -229,8 +234,9 @@
|
|
|
229
234
|
)
|
|
230
235
|
);
|
|
231
236
|
--_rs-typography-text-auto-offset:0;
|
|
232
|
-
--_rs-typography-ul-
|
|
233
|
-
--_rs-typography-
|
|
237
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
238
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
239
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
234
240
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
235
241
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
236
242
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -271,8 +277,9 @@
|
|
|
271
277
|
)
|
|
272
278
|
);
|
|
273
279
|
--_rs-typography-text-auto-offset:32px;
|
|
274
|
-
--_rs-typography-ul-
|
|
275
|
-
--_rs-typography-
|
|
280
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
281
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
282
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
276
283
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
277
284
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
278
285
|
24px
|
|
@@ -316,8 +323,9 @@
|
|
|
316
323
|
)
|
|
317
324
|
);
|
|
318
325
|
--_rs-typography-text-auto-offset:32px;
|
|
319
|
-
--_rs-typography-ul-
|
|
320
|
-
--_rs-typography-
|
|
326
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
327
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
328
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
321
329
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
322
330
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
323
331
|
24px
|
|
@@ -358,8 +366,9 @@
|
|
|
358
366
|
)
|
|
359
367
|
);
|
|
360
368
|
--_rs-typography-text-auto-offset:0;
|
|
361
|
-
--_rs-typography-ul-
|
|
362
|
-
--_rs-typography-
|
|
369
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
370
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
371
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
363
372
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
364
373
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
365
374
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
package/lib/public-api.pcss
CHANGED
|
@@ -32,8 +32,9 @@
|
|
|
32
32
|
)
|
|
33
33
|
);
|
|
34
34
|
--_rs-typography-text-auto-offset:8px;
|
|
35
|
-
--_rs-typography-ul-
|
|
36
|
-
--_rs-typography-
|
|
35
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
36
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
37
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
37
38
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
38
39
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
39
40
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -69,8 +70,9 @@
|
|
|
69
70
|
)
|
|
70
71
|
);
|
|
71
72
|
--_rs-typography-text-auto-offset:8px;
|
|
72
|
-
--_rs-typography-ul-
|
|
73
|
-
--_rs-typography-
|
|
73
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
74
|
+
--_rs-typography-list-li-compact-left-offset:15px;
|
|
75
|
+
--_rs-typography-list-li-default-left-offset:19px;
|
|
74
76
|
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
75
77
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
76
78
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -100,8 +102,9 @@
|
|
|
100
102
|
)
|
|
101
103
|
);
|
|
102
104
|
--_rs-typography-text-auto-offset:0;
|
|
103
|
-
--_rs-typography-ul-
|
|
104
|
-
--_rs-typography-
|
|
105
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
106
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
107
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
105
108
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
106
109
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
107
110
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -142,8 +145,9 @@
|
|
|
142
145
|
)
|
|
143
146
|
);
|
|
144
147
|
--_rs-typography-text-auto-offset:16px;
|
|
145
|
-
--_rs-typography-ul-
|
|
146
|
-
--_rs-typography-
|
|
148
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
149
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
150
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
147
151
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
148
152
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
149
153
|
16px
|
|
@@ -187,8 +191,9 @@
|
|
|
187
191
|
)
|
|
188
192
|
);
|
|
189
193
|
--_rs-typography-text-auto-offset:16px;
|
|
190
|
-
--_rs-typography-ul-
|
|
191
|
-
--_rs-typography-
|
|
194
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
195
|
+
--_rs-typography-list-li-compact-left-offset:18px;
|
|
196
|
+
--_rs-typography-list-li-default-left-offset:24px;
|
|
192
197
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
193
198
|
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
194
199
|
16px
|
|
@@ -229,8 +234,9 @@
|
|
|
229
234
|
)
|
|
230
235
|
);
|
|
231
236
|
--_rs-typography-text-auto-offset:0;
|
|
232
|
-
--_rs-typography-ul-
|
|
233
|
-
--_rs-typography-
|
|
237
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
238
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
239
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
234
240
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
235
241
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
236
242
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
@@ -271,8 +277,9 @@
|
|
|
271
277
|
)
|
|
272
278
|
);
|
|
273
279
|
--_rs-typography-text-auto-offset:32px;
|
|
274
|
-
--_rs-typography-ul-
|
|
275
|
-
--_rs-typography-
|
|
280
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
281
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
282
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
276
283
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
277
284
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
278
285
|
24px
|
|
@@ -316,8 +323,9 @@
|
|
|
316
323
|
)
|
|
317
324
|
);
|
|
318
325
|
--_rs-typography-text-auto-offset:32px;
|
|
319
|
-
--_rs-typography-ul-
|
|
320
|
-
--_rs-typography-
|
|
326
|
+
--_rs-typography-ul-bullet-offset:2px;
|
|
327
|
+
--_rs-typography-list-li-compact-left-offset:22px;
|
|
328
|
+
--_rs-typography-list-li-default-left-offset:28px;
|
|
321
329
|
--_rs-typography-list-li-margin-top-from-text:var(
|
|
322
330
|
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
323
331
|
24px
|
|
@@ -358,8 +366,9 @@
|
|
|
358
366
|
)
|
|
359
367
|
);
|
|
360
368
|
--_rs-typography-text-auto-offset:0;
|
|
361
|
-
--_rs-typography-ul-
|
|
362
|
-
--_rs-typography-
|
|
369
|
+
--_rs-typography-ul-bullet-offset:initial;
|
|
370
|
+
--_rs-typography-list-li-compact-left-offset:initial;
|
|
371
|
+
--_rs-typography-list-li-default-left-offset:initial;
|
|
363
372
|
--_rs-typography-list-li-margin-top-from-text:initial;
|
|
364
373
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
365
374
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/input",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.1-RUI-280-Update-select-component-026338d06.52+026338d06",
|
|
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": "
|
|
19
|
+
"@rescui/form-field": "0.1.1-RUI-280-Update-select-component-026338d06.52+026338d06",
|
|
20
20
|
"classnames": "^2.2.6"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"react": ">=16.8.0 <20"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@rescui/colors": "
|
|
29
|
-
"@rescui/icons": "
|
|
30
|
-
"@rescui/postcss-preset-library": "
|
|
31
|
-
"@rescui/scripts": "
|
|
32
|
-
"@rescui/tooltip": "
|
|
33
|
-
"@rescui/typography": "
|
|
34
|
-
"@rescui/visual-regression": "
|
|
28
|
+
"@rescui/colors": "0.3.1-RUI-280-Update-select-component-026338d06.52+026338d06",
|
|
29
|
+
"@rescui/icons": "1.7.4-RUI-280-Update-select-component-026338d06.52+026338d06",
|
|
30
|
+
"@rescui/postcss-preset-library": "0.2.2",
|
|
31
|
+
"@rescui/scripts": "0.5.1",
|
|
32
|
+
"@rescui/tooltip": "0.10.12-RUI-280-Update-select-component-026338d06.52+026338d06",
|
|
33
|
+
"@rescui/typography": "0.24.5-RUI-280-Update-select-component-026338d06.52+026338d06",
|
|
34
|
+
"@rescui/visual-regression": "0.1.4",
|
|
35
35
|
"@types/classnames": "^2.2.11"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
@@ -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": "026338d06dba5f4f8b42762b25aca5fb1f28fffb"
|
|
43
43
|
}
|