@rescui/input 0.11.8 → 0.11.10-RUI-226-Update-card-cn-6e43cc89.60
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/close.js +90 -21
- package/lib/_virtual/index.css.js +12 -7
- package/lib/_virtual/loading.js +106 -29
- package/lib/_virtual/warning.js +90 -21
- package/lib/index.css +209 -618
- package/lib/index.js +1 -1
- package/lib/input.js +75 -93
- package/lib/input.p.module.css.js +28 -28
- package/lib/parts/custom-icon.js +26 -42
- package/lib/parts/right-icons.js +16 -13
- package/lib/public-api.p.css +40 -361
- package/lib/public-api.pcss +40 -361
- package/package.json +12 -12
package/lib/public-api.p.css
CHANGED
|
@@ -5,111 +5,9 @@
|
|
|
5
5
|
--_rs-input-parts-offset:4px;
|
|
6
6
|
--_rs-input-icon-offset:8px;
|
|
7
7
|
--_rs-input-icon-size:20px;
|
|
8
|
-
}
|
|
9
|
-
&:not(html) [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
10
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
11
|
-
--_rs-typography-text-transform:initial;
|
|
12
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
13
|
-
--_rs-typography-font-family:var(
|
|
14
|
-
--rs-font-family-ui,
|
|
15
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
16
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
17
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
18
|
-
);
|
|
19
|
-
--_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
|
|
20
|
-
--_rs-typography-font-weight:var(
|
|
21
|
-
--rs-font-weight-regular,
|
|
22
|
-
400
|
|
23
|
-
);
|
|
24
|
-
--_rs-typography-line-height:var(
|
|
25
|
-
--rs-text-3-line-height,
|
|
26
|
-
20px
|
|
27
|
-
);
|
|
28
|
-
--_rs-typography-base-color:var(
|
|
29
|
-
--_rs-typography-hardness-color,
|
|
30
|
-
var(
|
|
31
|
-
--rs-color-average,
|
|
32
|
-
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)
|
|
33
|
-
)
|
|
34
|
-
);
|
|
35
|
-
--_rs-typography-text-auto-offset:8px;
|
|
36
|
-
--_rs-typography-ul-list-li-padding-left:28px;
|
|
37
|
-
--_rs-typography-ol-list-li-padding-left:21px;
|
|
38
|
-
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
39
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
40
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
41
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
42
8
|
}
|
|
43
9
|
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
44
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
45
|
-
--_rs-typography-text-transform:initial;
|
|
46
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
47
|
-
--_rs-typography-font-family:var(
|
|
48
|
-
--rs-font-family-ui,
|
|
49
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
50
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
51
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
52
|
-
);
|
|
53
|
-
--_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
|
|
54
|
-
--_rs-typography-font-weight:var(
|
|
55
|
-
--rs-font-weight-regular,
|
|
56
|
-
400
|
|
57
|
-
);
|
|
58
|
-
--_rs-typography-line-height:var(
|
|
59
|
-
--rs-text-3-line-height,
|
|
60
|
-
20px
|
|
61
|
-
);
|
|
62
|
-
--_rs-typography-base-color:var(
|
|
63
|
-
--_rs-typography-hardness-color,
|
|
64
|
-
var(
|
|
65
|
-
--rs-color-average,
|
|
66
|
-
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)
|
|
67
|
-
)
|
|
68
|
-
);
|
|
69
|
-
--_rs-typography-text-auto-offset:8px;
|
|
70
|
-
--_rs-typography-ul-list-li-padding-left:28px;
|
|
71
|
-
--_rs-typography-ol-list-li-padding-left:21px;
|
|
72
|
-
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
73
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
74
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
75
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
76
|
-
}
|
|
77
|
-
&:not(html) [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
78
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
79
|
-
--_rs-typography-text-transform:initial;
|
|
80
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
81
|
-
--_rs-typography-font-family:var(
|
|
82
|
-
--rs-font-family-ui,
|
|
83
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
84
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
85
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
86
|
-
);
|
|
87
|
-
--_rs-typography-font-size:var(--rs-text-3-font-size, 13px);
|
|
88
|
-
--_rs-typography-font-weight:var(
|
|
89
|
-
--rs-font-weight-regular,
|
|
90
|
-
400
|
|
91
|
-
);
|
|
92
|
-
--_rs-typography-line-height:var(
|
|
93
|
-
--rs-text-3-line-height,
|
|
94
|
-
20px
|
|
95
|
-
);
|
|
96
|
-
--_rs-typography-base-color:var(
|
|
97
|
-
--_rs-typography-hardness-color,
|
|
98
|
-
var(
|
|
99
|
-
--rs-color-average,
|
|
100
|
-
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)
|
|
101
|
-
)
|
|
102
|
-
);
|
|
103
|
-
--_rs-typography-text-auto-offset:8px;
|
|
104
|
-
--_rs-typography-ul-list-li-padding-left:28px;
|
|
105
|
-
--_rs-typography-ol-list-li-padding-left:21px;
|
|
106
|
-
--_rs-typography-list-li-margin-top-from-text:8px;
|
|
107
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
108
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
109
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
110
|
-
}
|
|
111
|
-
&:not(html) [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
112
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
10
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
113
11
|
--_rs-typography-text-transform:initial;
|
|
114
12
|
--_rs-typography-font-variant-numeric:initial;
|
|
115
13
|
--_rs-typography-font-family:var(
|
|
@@ -146,7 +44,7 @@
|
|
|
146
44
|
&:not(html) [data-rs-internal='input__inner'],
|
|
147
45
|
&:not(html) [data-rs-internal='input__inner']::placeholder,
|
|
148
46
|
&:not(html) [data-rs-internal='input__suffix']{
|
|
149
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
47
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
150
48
|
--_rs-typography-text-transform:initial;
|
|
151
49
|
--_rs-typography-font-variant-numeric:initial;
|
|
152
50
|
--_rs-typography-font-family:var(
|
|
@@ -180,7 +78,7 @@
|
|
|
180
78
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
181
79
|
}
|
|
182
80
|
&:not(html) [data-rs-internal='input__bold-label']{
|
|
183
|
-
--_rs-typography-letter-spacing:normal;
|
|
81
|
+
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
184
82
|
--_rs-typography-text-transform:initial;
|
|
185
83
|
--_rs-typography-font-variant-numeric:initial;
|
|
186
84
|
--_rs-typography-font-family:var(
|
|
@@ -211,7 +109,7 @@
|
|
|
211
109
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
212
110
|
}
|
|
213
111
|
&:not(html) [data-rs-internal='input__note']{
|
|
214
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
112
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
215
113
|
--_rs-typography-text-transform:initial;
|
|
216
114
|
--_rs-typography-font-variant-numeric:initial;
|
|
217
115
|
--_rs-typography-font-family:var(
|
|
@@ -245,7 +143,7 @@
|
|
|
245
143
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
246
144
|
}
|
|
247
145
|
&:not(html) [data-rs-internal='input__error-message']{
|
|
248
|
-
--_rs-typography-letter-spacing:normal;
|
|
146
|
+
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
249
147
|
--_rs-typography-text-transform:initial;
|
|
250
148
|
--_rs-typography-font-variant-numeric:initial;
|
|
251
149
|
--_rs-typography-font-family:var(
|
|
@@ -286,48 +184,9 @@
|
|
|
286
184
|
--_rs-input-parts-offset:8px;
|
|
287
185
|
--_rs-input-icon-offset:8px;
|
|
288
186
|
--_rs-input-icon-size:24px;
|
|
289
|
-
}
|
|
290
|
-
&:not(html) [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
291
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
292
|
-
--_rs-typography-text-transform:initial;
|
|
293
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
294
|
-
--_rs-typography-font-family:var(
|
|
295
|
-
--rs-font-family-ui,
|
|
296
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
297
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
298
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
299
|
-
);
|
|
300
|
-
--_rs-typography-font-size:var(--rs-text-2-font-size, 16px);
|
|
301
|
-
--_rs-typography-font-weight:var(
|
|
302
|
-
--rs-font-weight-regular,
|
|
303
|
-
400
|
|
304
|
-
);
|
|
305
|
-
--_rs-typography-line-height:var(
|
|
306
|
-
--rs-text-2-line-height,
|
|
307
|
-
24px
|
|
308
|
-
);
|
|
309
|
-
--_rs-typography-base-color:var(
|
|
310
|
-
--_rs-typography-hardness-color,
|
|
311
|
-
var(
|
|
312
|
-
--rs-color-average,
|
|
313
|
-
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)
|
|
314
|
-
)
|
|
315
|
-
);
|
|
316
|
-
--_rs-typography-text-auto-offset:16px;
|
|
317
|
-
--_rs-typography-ul-list-li-padding-left:22px;
|
|
318
|
-
--_rs-typography-ol-list-li-padding-left:26px;
|
|
319
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
320
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
321
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
322
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
323
|
-
}
|
|
324
|
-
@media screen and (max-width: 640px){
|
|
325
|
-
&:not(html) [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
326
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
327
|
-
}
|
|
328
187
|
}
|
|
329
188
|
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
330
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
189
|
+
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
331
190
|
--_rs-typography-text-transform:initial;
|
|
332
191
|
--_rs-typography-font-variant-numeric:initial;
|
|
333
192
|
--_rs-typography-font-family:var(
|
|
@@ -355,99 +214,24 @@
|
|
|
355
214
|
--_rs-typography-text-auto-offset:16px;
|
|
356
215
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
357
216
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
358
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
359
|
-
--_rs-typography-
|
|
360
|
-
|
|
361
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
362
|
-
}
|
|
363
|
-
@media screen and (max-width: 640px){
|
|
364
|
-
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
365
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
&:not(html) [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
369
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
370
|
-
--_rs-typography-text-transform:initial;
|
|
371
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
372
|
-
--_rs-typography-font-family:var(
|
|
373
|
-
--rs-font-family-ui,
|
|
374
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
375
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
376
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
377
|
-
);
|
|
378
|
-
--_rs-typography-font-size:var(--rs-text-2-font-size, 16px);
|
|
379
|
-
--_rs-typography-font-weight:var(
|
|
380
|
-
--rs-font-weight-regular,
|
|
381
|
-
400
|
|
382
|
-
);
|
|
383
|
-
--_rs-typography-line-height:var(
|
|
384
|
-
--rs-text-2-line-height,
|
|
385
|
-
24px
|
|
217
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
218
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
219
|
+
16px
|
|
386
220
|
);
|
|
387
|
-
--_rs-typography-base-color:var(
|
|
388
|
-
--_rs-typography-hardness-color,
|
|
389
|
-
var(
|
|
390
|
-
--rs-color-average,
|
|
391
|
-
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)
|
|
392
|
-
)
|
|
393
|
-
);
|
|
394
|
-
--_rs-typography-text-auto-offset:16px;
|
|
395
|
-
--_rs-typography-ul-list-li-padding-left:22px;
|
|
396
|
-
--_rs-typography-ol-list-li-padding-left:26px;
|
|
397
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
398
221
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
399
222
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
400
223
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
401
224
|
}
|
|
402
225
|
@media screen and (max-width: 640px){
|
|
403
|
-
&:not(html) [data-rs-internal='input__inner']
|
|
404
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
&:not(html) [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
408
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
409
|
-
--_rs-typography-text-transform:initial;
|
|
410
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
411
|
-
--_rs-typography-font-family:var(
|
|
412
|
-
--rs-font-family-ui,
|
|
413
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
414
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
415
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
416
|
-
);
|
|
417
|
-
--_rs-typography-font-size:var(--rs-text-2-font-size, 16px);
|
|
418
|
-
--_rs-typography-font-weight:var(
|
|
419
|
-
--rs-font-weight-regular,
|
|
420
|
-
400
|
|
421
|
-
);
|
|
422
|
-
--_rs-typography-line-height:var(
|
|
423
|
-
--rs-text-2-line-height,
|
|
424
|
-
24px
|
|
425
|
-
);
|
|
426
|
-
--_rs-typography-base-color:var(
|
|
427
|
-
--_rs-typography-hardness-color,
|
|
428
|
-
var(
|
|
429
|
-
--rs-color-average,
|
|
430
|
-
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)
|
|
431
|
-
)
|
|
432
|
-
);
|
|
433
|
-
--_rs-typography-text-auto-offset:16px;
|
|
434
|
-
--_rs-typography-ul-list-li-padding-left:22px;
|
|
435
|
-
--_rs-typography-ol-list-li-padding-left:26px;
|
|
436
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
437
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
438
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
439
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
440
|
-
}
|
|
441
|
-
@media screen and (max-width: 640px){
|
|
442
|
-
&:not(html) [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
443
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
226
|
+
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
227
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
444
228
|
}
|
|
445
229
|
}
|
|
446
230
|
&:not(html) [data-rs-internal='input__label'],
|
|
447
231
|
&:not(html) [data-rs-internal='input__inner'],
|
|
448
232
|
&:not(html) [data-rs-internal='input__inner']::placeholder,
|
|
449
233
|
&:not(html) [data-rs-internal='input__suffix']{
|
|
450
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
234
|
+
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
451
235
|
--_rs-typography-text-transform:initial;
|
|
452
236
|
--_rs-typography-font-variant-numeric:initial;
|
|
453
237
|
--_rs-typography-font-family:var(
|
|
@@ -475,7 +259,10 @@
|
|
|
475
259
|
--_rs-typography-text-auto-offset:16px;
|
|
476
260
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
477
261
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
478
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
262
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
263
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
264
|
+
16px
|
|
265
|
+
);
|
|
479
266
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
480
267
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
481
268
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
@@ -485,11 +272,11 @@
|
|
|
485
272
|
&:not(html) [data-rs-internal='input__inner'],
|
|
486
273
|
&:not(html) [data-rs-internal='input__inner']::placeholder,
|
|
487
274
|
&:not(html) [data-rs-internal='input__suffix']{
|
|
488
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
275
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
489
276
|
}
|
|
490
277
|
}
|
|
491
278
|
&:not(html) [data-rs-internal='input__bold-label']{
|
|
492
|
-
--_rs-typography-letter-spacing:normal;
|
|
279
|
+
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
493
280
|
--_rs-typography-text-transform:initial;
|
|
494
281
|
--_rs-typography-font-variant-numeric:initial;
|
|
495
282
|
--_rs-typography-font-family:var(
|
|
@@ -520,7 +307,7 @@
|
|
|
520
307
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
521
308
|
}
|
|
522
309
|
&:not(html) [data-rs-internal='input__note']{
|
|
523
|
-
--_rs-typography-letter-spacing:0.0045em;
|
|
310
|
+
--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing, 0.0045em);
|
|
524
311
|
--_rs-typography-text-transform:initial;
|
|
525
312
|
--_rs-typography-font-variant-numeric:initial;
|
|
526
313
|
--_rs-typography-font-family:var(
|
|
@@ -554,7 +341,7 @@
|
|
|
554
341
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
555
342
|
}
|
|
556
343
|
&:not(html) [data-rs-internal='input__error-message']{
|
|
557
|
-
--_rs-typography-letter-spacing:normal;
|
|
344
|
+
--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing, normal);
|
|
558
345
|
--_rs-typography-text-transform:initial;
|
|
559
346
|
--_rs-typography-font-variant-numeric:initial;
|
|
560
347
|
--_rs-typography-font-family:var(
|
|
@@ -596,86 +383,8 @@
|
|
|
596
383
|
--_rs-input-icon-offset:16px;
|
|
597
384
|
--_rs-input-icon-size:28px;
|
|
598
385
|
}
|
|
599
|
-
&:not(html) [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
600
|
-
--_rs-typography-letter-spacing:normal;
|
|
601
|
-
--_rs-typography-text-transform:initial;
|
|
602
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
603
|
-
--_rs-typography-font-family:var(
|
|
604
|
-
--rs-font-family-ui,
|
|
605
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
606
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
607
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
608
|
-
);
|
|
609
|
-
--_rs-typography-font-size:var(--rs-text-1-font-size, 20px);
|
|
610
|
-
--_rs-typography-font-weight:var(
|
|
611
|
-
--rs-font-weight-regular,
|
|
612
|
-
400
|
|
613
|
-
);
|
|
614
|
-
--_rs-typography-line-height:var(
|
|
615
|
-
--rs-text-1-line-height,
|
|
616
|
-
28px
|
|
617
|
-
);
|
|
618
|
-
--_rs-typography-base-color:var(
|
|
619
|
-
--_rs-typography-hardness-color,
|
|
620
|
-
var(
|
|
621
|
-
--rs-color-average,
|
|
622
|
-
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)
|
|
623
|
-
)
|
|
624
|
-
);
|
|
625
|
-
--_rs-typography-text-auto-offset:32px;
|
|
626
|
-
--_rs-typography-ul-list-li-padding-left:26px;
|
|
627
|
-
--_rs-typography-ol-list-li-padding-left:32px;
|
|
628
|
-
--_rs-typography-list-li-margin-top-from-text:24px;
|
|
629
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
630
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
631
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
632
|
-
}
|
|
633
|
-
@media screen and (max-width: 640px){
|
|
634
|
-
&:not(html) [data-rs-internal='input__inner']::-webkit-input-placeholder{
|
|
635
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
636
|
-
}
|
|
637
|
-
}
|
|
638
|
-
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
639
|
-
--_rs-typography-letter-spacing:normal;
|
|
640
|
-
--_rs-typography-text-transform:initial;
|
|
641
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
642
|
-
--_rs-typography-font-family:var(
|
|
643
|
-
--rs-font-family-ui,
|
|
644
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
645
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
646
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
647
|
-
);
|
|
648
|
-
--_rs-typography-font-size:var(--rs-text-1-font-size, 20px);
|
|
649
|
-
--_rs-typography-font-weight:var(
|
|
650
|
-
--rs-font-weight-regular,
|
|
651
|
-
400
|
|
652
|
-
);
|
|
653
|
-
--_rs-typography-line-height:var(
|
|
654
|
-
--rs-text-1-line-height,
|
|
655
|
-
28px
|
|
656
|
-
);
|
|
657
|
-
--_rs-typography-base-color:var(
|
|
658
|
-
--_rs-typography-hardness-color,
|
|
659
|
-
var(
|
|
660
|
-
--rs-color-average,
|
|
661
|
-
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)
|
|
662
|
-
)
|
|
663
|
-
);
|
|
664
|
-
--_rs-typography-text-auto-offset:32px;
|
|
665
|
-
--_rs-typography-ul-list-li-padding-left:26px;
|
|
666
|
-
--_rs-typography-ol-list-li-padding-left:32px;
|
|
667
|
-
--_rs-typography-list-li-margin-top-from-text:24px;
|
|
668
|
-
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
669
|
-
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
670
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
671
|
-
}
|
|
672
|
-
@media screen and (max-width: 640px){
|
|
673
386
|
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
674
|
-
--_rs-typography-
|
|
675
|
-
}
|
|
676
|
-
}
|
|
677
|
-
&:not(html) [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
678
|
-
--_rs-typography-letter-spacing:normal;
|
|
387
|
+
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
679
388
|
--_rs-typography-text-transform:initial;
|
|
680
389
|
--_rs-typography-font-variant-numeric:initial;
|
|
681
390
|
--_rs-typography-font-family:var(
|
|
@@ -703,60 +412,24 @@
|
|
|
703
412
|
--_rs-typography-text-auto-offset:32px;
|
|
704
413
|
--_rs-typography-ul-list-li-padding-left:26px;
|
|
705
414
|
--_rs-typography-ol-list-li-padding-left:32px;
|
|
706
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
707
|
-
--_rs-typography-
|
|
708
|
-
|
|
709
|
-
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
710
|
-
}
|
|
711
|
-
@media screen and (max-width: 640px){
|
|
712
|
-
&:not(html) [data-rs-internal='input__inner']:-ms-input-placeholder{
|
|
713
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
714
|
-
}
|
|
715
|
-
}
|
|
716
|
-
&:not(html) [data-rs-internal='input__inner']::-ms-input-placeholder{
|
|
717
|
-
--_rs-typography-letter-spacing:normal;
|
|
718
|
-
--_rs-typography-text-transform:initial;
|
|
719
|
-
--_rs-typography-font-variant-numeric:initial;
|
|
720
|
-
--_rs-typography-font-family:var(
|
|
721
|
-
--rs-font-family-ui,
|
|
722
|
-
var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system,
|
|
723
|
-
BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
724
|
-
'Droid Sans', 'Helvetica Neue', Arial, sans-serif)
|
|
725
|
-
);
|
|
726
|
-
--_rs-typography-font-size:var(--rs-text-1-font-size, 20px);
|
|
727
|
-
--_rs-typography-font-weight:var(
|
|
728
|
-
--rs-font-weight-regular,
|
|
729
|
-
400
|
|
730
|
-
);
|
|
731
|
-
--_rs-typography-line-height:var(
|
|
732
|
-
--rs-text-1-line-height,
|
|
733
|
-
28px
|
|
734
|
-
);
|
|
735
|
-
--_rs-typography-base-color:var(
|
|
736
|
-
--_rs-typography-hardness-color,
|
|
737
|
-
var(
|
|
738
|
-
--rs-color-average,
|
|
739
|
-
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)
|
|
740
|
-
)
|
|
415
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
416
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
417
|
+
24px
|
|
741
418
|
);
|
|
742
|
-
--_rs-typography-text-auto-offset:32px;
|
|
743
|
-
--_rs-typography-ul-list-li-padding-left:26px;
|
|
744
|
-
--_rs-typography-ol-list-li-padding-left:32px;
|
|
745
|
-
--_rs-typography-list-li-margin-top-from-text:24px;
|
|
746
419
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
747
420
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
748
421
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
749
422
|
}
|
|
750
423
|
@media screen and (max-width: 640px){
|
|
751
|
-
&:not(html) [data-rs-internal='input__inner']::-
|
|
752
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
424
|
+
&:not(html) [data-rs-internal='input__inner']::-moz-placeholder{
|
|
425
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
753
426
|
}
|
|
754
427
|
}
|
|
755
428
|
&:not(html) [data-rs-internal='input__label'],
|
|
756
429
|
&:not(html) [data-rs-internal='input__inner'],
|
|
757
430
|
&:not(html) [data-rs-internal='input__inner']::placeholder,
|
|
758
431
|
&:not(html) [data-rs-internal='input__suffix']{
|
|
759
|
-
--_rs-typography-letter-spacing:normal;
|
|
432
|
+
--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing, normal);
|
|
760
433
|
--_rs-typography-text-transform:initial;
|
|
761
434
|
--_rs-typography-font-variant-numeric:initial;
|
|
762
435
|
--_rs-typography-font-family:var(
|
|
@@ -784,7 +457,10 @@
|
|
|
784
457
|
--_rs-typography-text-auto-offset:32px;
|
|
785
458
|
--_rs-typography-ul-list-li-padding-left:26px;
|
|
786
459
|
--_rs-typography-ol-list-li-padding-left:32px;
|
|
787
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
460
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
461
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text,
|
|
462
|
+
24px
|
|
463
|
+
);
|
|
788
464
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
789
465
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
790
466
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
@@ -794,11 +470,11 @@
|
|
|
794
470
|
&:not(html) [data-rs-internal='input__inner'],
|
|
795
471
|
&:not(html) [data-rs-internal='input__inner']::placeholder,
|
|
796
472
|
&:not(html) [data-rs-internal='input__suffix']{
|
|
797
|
-
--_rs-typography-list-li-margin-top-from-text:16px;
|
|
473
|
+
--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px;
|
|
798
474
|
}
|
|
799
475
|
}
|
|
800
476
|
&:not(html) [data-rs-internal='input__bold-label']{
|
|
801
|
-
--_rs-typography-letter-spacing:normal;
|
|
477
|
+
--_rs-typography-letter-spacing:var(--rs-h3-letter-spacing, normal);
|
|
802
478
|
--_rs-typography-text-transform:initial;
|
|
803
479
|
--_rs-typography-font-variant-numeric:initial;
|
|
804
480
|
--_rs-typography-font-family:var(
|
|
@@ -829,7 +505,7 @@
|
|
|
829
505
|
--_rs-typography-link-border-bottom-width-from-text:2px;
|
|
830
506
|
}
|
|
831
507
|
&:not(html) [data-rs-internal='input__note']{
|
|
832
|
-
--_rs-typography-letter-spacing:0.0015em;
|
|
508
|
+
--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing, 0.0015em);
|
|
833
509
|
--_rs-typography-text-transform:initial;
|
|
834
510
|
--_rs-typography-font-variant-numeric:initial;
|
|
835
511
|
--_rs-typography-font-family:var(
|
|
@@ -857,18 +533,21 @@
|
|
|
857
533
|
--_rs-typography-text-auto-offset:16px;
|
|
858
534
|
--_rs-typography-ul-list-li-padding-left:22px;
|
|
859
535
|
--_rs-typography-ol-list-li-padding-left:26px;
|
|
860
|
-
--_rs-typography-list-li-margin-top-from-text:
|
|
536
|
+
--_rs-typography-list-li-margin-top-from-text:var(
|
|
537
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text,
|
|
538
|
+
16px
|
|
539
|
+
);
|
|
861
540
|
--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;
|
|
862
541
|
--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;
|
|
863
542
|
--_rs-typography-link-border-bottom-width-from-text:1px;
|
|
864
543
|
}
|
|
865
544
|
@media screen and (max-width: 640px){
|
|
866
545
|
&:not(html) [data-rs-internal='input__note']{
|
|
867
|
-
--_rs-typography-list-li-margin-top-from-text:12px;
|
|
546
|
+
--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px;
|
|
868
547
|
}
|
|
869
548
|
}
|
|
870
549
|
&:not(html) [data-rs-internal='input__error-message']{
|
|
871
|
-
--_rs-typography-letter-spacing:normal;
|
|
550
|
+
--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing, normal);
|
|
872
551
|
--_rs-typography-text-transform:initial;
|
|
873
552
|
--_rs-typography-font-variant-numeric:initial;
|
|
874
553
|
--_rs-typography-font-family:var(
|