@rescui/input 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.css +226 -226
- package/lib/input.p.module.css.js +27 -27
- package/package.json +3 -3
package/lib/index.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
.
|
|
1
|
+
._container_1ot1lxt_10{
|
|
2
2
|
display:block;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
._wrapper_1ot1lxt_14{
|
|
5
5
|
display:-webkit-box;
|
|
6
6
|
display:-ms-flexbox;
|
|
7
7
|
display:flex;
|
|
@@ -10,85 +10,85 @@
|
|
|
10
10
|
|
|
11
11
|
cursor:text;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
._light_1ot1lxt_21 ._wrapper_1ot1lxt_14{
|
|
14
14
|
border-color:rgba(25,25,28,0.2);
|
|
15
15
|
|
|
16
16
|
background-color:#FFFFFF;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
._light_1ot1lxt_21._enabled_1ot1lxt_27._filled_1ot1lxt_27 ._wrapper_1ot1lxt_14{
|
|
19
19
|
border-color:rgba(25,25,28,0.3);
|
|
20
20
|
}
|
|
21
21
|
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
|
|
22
|
-
.
|
|
22
|
+
._light_1ot1lxt_21._enabled_1ot1lxt_27:hover ._wrapper_1ot1lxt_14{
|
|
23
23
|
border-color:rgba(25,25,28,0.5);
|
|
24
24
|
|
|
25
25
|
background-color:#FFFFFF;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
._light_1ot1lxt_21._enabled_1ot1lxt_27._focused_1ot1lxt_39 ._wrapper_1ot1lxt_14{
|
|
29
29
|
border-width:2px;
|
|
30
30
|
border-color:#19191C;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
._light_1ot1lxt_21._enabled_1ot1lxt_27._classic_1ot1lxt_44._focused_1ot1lxt_39 ._wrapper_1ot1lxt_14{
|
|
33
33
|
background-color:#FFFFFF;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
._light_1ot1lxt_21._enabled_1ot1lxt_27._rock_1ot1lxt_48._focused_1ot1lxt_39 ._wrapper_1ot1lxt_14{
|
|
36
36
|
background-color:#19191C;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._dark_1ot1lxt_52 ._wrapper_1ot1lxt_14{
|
|
39
39
|
border-color:rgba(255,255,255,0.2);
|
|
40
40
|
|
|
41
41
|
background-color:#303033;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
._dark_1ot1lxt_52._enabled_1ot1lxt_27._filled_1ot1lxt_27 ._wrapper_1ot1lxt_14{
|
|
44
44
|
border-color:rgba(255,255,255,0.3);
|
|
45
45
|
}
|
|
46
46
|
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
|
|
47
|
-
.
|
|
47
|
+
._dark_1ot1lxt_52._enabled_1ot1lxt_27:hover ._wrapper_1ot1lxt_14{
|
|
48
48
|
border-color:rgba(255,255,255,0.5);
|
|
49
49
|
|
|
50
50
|
background-color:#474749;
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
._dark_1ot1lxt_52._enabled_1ot1lxt_27._focused_1ot1lxt_39 ._wrapper_1ot1lxt_14{
|
|
54
54
|
border-width:2px;
|
|
55
55
|
border-color:#FFFFFF;
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
._dark_1ot1lxt_52._enabled_1ot1lxt_27._classic_1ot1lxt_44._focused_1ot1lxt_39 ._wrapper_1ot1lxt_14{
|
|
58
58
|
background-color:#474749;
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
._dark_1ot1lxt_52._enabled_1ot1lxt_27._rock_1ot1lxt_48._focused_1ot1lxt_39 ._wrapper_1ot1lxt_14{
|
|
61
61
|
background-color:#FFFFFF;
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
._error_1ot1lxt_83 ._wrapper_1ot1lxt_14{
|
|
64
64
|
border-width:2px;
|
|
65
65
|
border-color:#F45C4A;
|
|
66
66
|
}
|
|
67
67
|
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
|
|
68
|
-
.
|
|
68
|
+
._error_1ot1lxt_83._enabled_1ot1lxt_27:hover ._wrapper_1ot1lxt_14{
|
|
69
69
|
border-color:#F45C4A;
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
.
|
|
73
|
-
.
|
|
72
|
+
._error_1ot1lxt_83._enabled_1ot1lxt_27._focused_1ot1lxt_39 ._wrapper_1ot1lxt_14,
|
|
73
|
+
._error_1ot1lxt_83._enabled_1ot1lxt_27._filled_1ot1lxt_27 ._wrapper_1ot1lxt_14{
|
|
74
74
|
border-color:#F45C4A;
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
._error_1ot1lxt_83._enabled_1ot1lxt_27._rock_1ot1lxt_48._focused_1ot1lxt_39 ._wrapper_1ot1lxt_14{
|
|
77
77
|
background:#F45C4A;
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
._disabled_1ot1lxt_103 ._wrapper_1ot1lxt_14{
|
|
80
80
|
cursor:auto;
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
._disabled_1ot1lxt_103._light_1ot1lxt_21 ._wrapper_1ot1lxt_14{
|
|
83
83
|
background-color:#F4F4F4;
|
|
84
84
|
}
|
|
85
|
-
.
|
|
85
|
+
._disabled_1ot1lxt_103._dark_1ot1lxt_52 ._wrapper_1ot1lxt_14{
|
|
86
86
|
background-color:#19191C;
|
|
87
87
|
}
|
|
88
|
-
.
|
|
88
|
+
._rock_1ot1lxt_48._enabled_1ot1lxt_27._focused_1ot1lxt_39 ._wrapper_1ot1lxt_14{
|
|
89
89
|
border-width:0;
|
|
90
90
|
}
|
|
91
|
-
.
|
|
91
|
+
._field_1ot1lxt_161{
|
|
92
92
|
display:-webkit-box;
|
|
93
93
|
display:-ms-flexbox;
|
|
94
94
|
display:flex;
|
|
@@ -101,37 +101,37 @@
|
|
|
101
101
|
|
|
102
102
|
min-width:0;
|
|
103
103
|
}
|
|
104
|
-
.
|
|
104
|
+
._sizeL_1ot1lxt_121 ._field_1ot1lxt_161{
|
|
105
105
|
padding: 11px 15px;
|
|
106
106
|
}
|
|
107
|
-
.
|
|
107
|
+
._sizeM_1ot1lxt_125 ._field_1ot1lxt_161{
|
|
108
108
|
padding: 7px 7px;
|
|
109
109
|
}
|
|
110
|
-
.
|
|
110
|
+
._sizeS_1ot1lxt_129 ._field_1ot1lxt_161{
|
|
111
111
|
padding: 5px 7px;
|
|
112
112
|
}
|
|
113
|
-
.
|
|
114
|
-
.
|
|
113
|
+
._sizeL_1ot1lxt_121._focused_1ot1lxt_39 ._field_1ot1lxt_161,
|
|
114
|
+
._sizeL_1ot1lxt_121._error_1ot1lxt_83 ._field_1ot1lxt_161{
|
|
115
115
|
padding: 10px 14px;
|
|
116
116
|
}
|
|
117
|
-
.
|
|
118
|
-
.
|
|
117
|
+
._sizeM_1ot1lxt_125._focused_1ot1lxt_39 ._field_1ot1lxt_161,
|
|
118
|
+
._sizeM_1ot1lxt_125._error_1ot1lxt_83 ._field_1ot1lxt_161{
|
|
119
119
|
padding: 6px 6px;
|
|
120
120
|
}
|
|
121
|
-
.
|
|
122
|
-
.
|
|
121
|
+
._sizeS_1ot1lxt_129._focused_1ot1lxt_39 ._field_1ot1lxt_161,
|
|
122
|
+
._sizeS_1ot1lxt_129._error_1ot1lxt_83 ._field_1ot1lxt_161{
|
|
123
123
|
padding: 4px 6px;
|
|
124
124
|
}
|
|
125
|
-
.
|
|
125
|
+
._sizeL_1ot1lxt_121._rock_1ot1lxt_48._focused_1ot1lxt_39 ._field_1ot1lxt_161{
|
|
126
126
|
padding: 12px 16px;
|
|
127
127
|
}
|
|
128
|
-
.
|
|
128
|
+
._sizeM_1ot1lxt_125._rock_1ot1lxt_48._focused_1ot1lxt_39 ._field_1ot1lxt_161{
|
|
129
129
|
padding: 8px 8px;
|
|
130
130
|
}
|
|
131
|
-
.
|
|
131
|
+
._sizeS_1ot1lxt_129._rock_1ot1lxt_48._focused_1ot1lxt_39 ._field_1ot1lxt_161{
|
|
132
132
|
padding: 6px 8px;
|
|
133
133
|
}
|
|
134
|
-
.
|
|
134
|
+
._inner_1ot1lxt_171{
|
|
135
135
|
display:block;
|
|
136
136
|
|
|
137
137
|
-webkit-box-flex:1;
|
|
@@ -156,81 +156,81 @@
|
|
|
156
156
|
-moz-appearance:none;
|
|
157
157
|
appearance:none;
|
|
158
158
|
}
|
|
159
|
-
.
|
|
159
|
+
._inner_1ot1lxt_171:focus{
|
|
160
160
|
outline:none;
|
|
161
161
|
}
|
|
162
|
-
.
|
|
162
|
+
._inner_1ot1lxt_171::-webkit-input-placeholder{
|
|
163
163
|
opacity:1;
|
|
164
164
|
}
|
|
165
|
-
.
|
|
165
|
+
._inner_1ot1lxt_171::-moz-placeholder{
|
|
166
166
|
opacity:1;
|
|
167
167
|
}
|
|
168
|
-
.
|
|
168
|
+
._inner_1ot1lxt_171:-ms-input-placeholder{
|
|
169
169
|
opacity:1;
|
|
170
170
|
}
|
|
171
|
-
.
|
|
171
|
+
._inner_1ot1lxt_171::-ms-input-placeholder{
|
|
172
172
|
opacity:1;
|
|
173
173
|
}
|
|
174
|
-
.
|
|
174
|
+
._inner_1ot1lxt_171::placeholder{
|
|
175
175
|
opacity:1;
|
|
176
176
|
}
|
|
177
|
-
.
|
|
177
|
+
._inner_1ot1lxt_171::-ms-clear{
|
|
178
178
|
display:none;
|
|
179
179
|
|
|
180
180
|
width:0;
|
|
181
181
|
height:0;
|
|
182
182
|
}
|
|
183
|
-
.
|
|
183
|
+
._inner_1ot1lxt_171:-moz-ui-invalid{
|
|
184
184
|
box-shadow:none;
|
|
185
185
|
}
|
|
186
|
-
.
|
|
186
|
+
._inner_1ot1lxt_171:-moz-ui-invalid:-moz-focusring{
|
|
187
187
|
box-shadow:none;
|
|
188
188
|
}
|
|
189
|
-
.
|
|
190
|
-
.
|
|
191
|
-
.
|
|
192
|
-
.
|
|
189
|
+
._inner_1ot1lxt_171:-webkit-autofill,
|
|
190
|
+
._inner_1ot1lxt_171:-webkit-autofill:hover,
|
|
191
|
+
._inner_1ot1lxt_171:-webkit-autofill:active,
|
|
192
|
+
._inner_1ot1lxt_171:-webkit-autofill:focus{
|
|
193
193
|
-webkit-transition-delay:9999s;
|
|
194
194
|
transition-delay:9999s;
|
|
195
195
|
}
|
|
196
|
-
.
|
|
196
|
+
._light_1ot1lxt_21 ._inner_1ot1lxt_171:-webkit-autofill, ._light_1ot1lxt_21 ._inner_1ot1lxt_171:-webkit-autofill:hover, ._light_1ot1lxt_21 ._inner_1ot1lxt_171:-webkit-autofill:active, ._light_1ot1lxt_21 ._inner_1ot1lxt_171:-webkit-autofill:focus{
|
|
197
197
|
-webkit-text-fill-color:#19191C;
|
|
198
198
|
|
|
199
199
|
-webkit-box-shadow:0 0 0 1000px #FFFFFF inset;
|
|
200
200
|
}
|
|
201
|
-
.
|
|
201
|
+
._dark_1ot1lxt_52 ._inner_1ot1lxt_171:-webkit-autofill, ._dark_1ot1lxt_52 ._inner_1ot1lxt_171:-webkit-autofill:hover, ._dark_1ot1lxt_52 ._inner_1ot1lxt_171:-webkit-autofill:active, ._dark_1ot1lxt_52 ._inner_1ot1lxt_171:-webkit-autofill:focus{
|
|
202
202
|
-webkit-text-fill-color:#FFFFFF;
|
|
203
203
|
|
|
204
204
|
-webkit-box-shadow:0 0 0 1000px #19191C inset;
|
|
205
205
|
}
|
|
206
|
-
.
|
|
206
|
+
._light_1ot1lxt_21._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171:-webkit-autofill, ._light_1ot1lxt_21._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171:-webkit-autofill:hover, ._light_1ot1lxt_21._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171:-webkit-autofill:active, ._light_1ot1lxt_21._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171:-webkit-autofill:focus{
|
|
207
207
|
-webkit-text-fill-color:#FFFFFF;
|
|
208
208
|
|
|
209
209
|
-webkit-box-shadow:0 0 0 1000px #19191C inset;
|
|
210
210
|
}
|
|
211
|
-
.
|
|
211
|
+
._dark_1ot1lxt_52._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171:-webkit-autofill, ._dark_1ot1lxt_52._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171:-webkit-autofill:hover, ._dark_1ot1lxt_52._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171:-webkit-autofill:active, ._dark_1ot1lxt_52._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171:-webkit-autofill:focus{
|
|
212
212
|
-webkit-text-fill-color:#19191C;
|
|
213
213
|
|
|
214
214
|
-webkit-box-shadow:0 0 0 1000px #FFFFFF inset;
|
|
215
215
|
}
|
|
216
|
-
.
|
|
216
|
+
._error_1ot1lxt_83._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171:-webkit-autofill, ._error_1ot1lxt_83._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171:-webkit-autofill:hover, ._error_1ot1lxt_83._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171:-webkit-autofill:active, ._error_1ot1lxt_83._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171:-webkit-autofill:focus{
|
|
217
217
|
-webkit-text-fill-color:#FFFFFF;
|
|
218
218
|
|
|
219
219
|
-webkit-box-shadow:0 0 0 1000px #19191C inset;
|
|
220
220
|
}
|
|
221
|
-
.
|
|
221
|
+
._sizeL_1ot1lxt_121 ._inner_1ot1lxt_171{
|
|
222
222
|
height:28px;
|
|
223
223
|
height:var(--rs-text-1-line-height, 28px);
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
._sizeM_1ot1lxt_125 ._inner_1ot1lxt_171{
|
|
226
226
|
height:24px;
|
|
227
227
|
height:var(--rs-text-2-line-height, 24px);
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
._sizeS_1ot1lxt_129 ._inner_1ot1lxt_171{
|
|
230
230
|
height:20px;
|
|
231
231
|
height:var(--rs-text-3-line-height, 20px);
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
._sizeL_1ot1lxt_121 ._inner_1ot1lxt_171{
|
|
234
234
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
235
235
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
236
236
|
font-size:19px;
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
line-height:28px;
|
|
240
240
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
241
241
|
}
|
|
242
|
-
.
|
|
242
|
+
._sizeL_1ot1lxt_121 ._inner_1ot1lxt_171::-webkit-input-placeholder{
|
|
243
243
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
244
244
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
245
245
|
font-size:19px;
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
line-height:28px;
|
|
249
249
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
250
250
|
}
|
|
251
|
-
.
|
|
251
|
+
._sizeL_1ot1lxt_121 ._inner_1ot1lxt_171::-moz-placeholder{
|
|
252
252
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
253
253
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
254
254
|
font-size:19px;
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
line-height:28px;
|
|
258
258
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
259
259
|
}
|
|
260
|
-
.
|
|
260
|
+
._sizeL_1ot1lxt_121 ._inner_1ot1lxt_171:-ms-input-placeholder{
|
|
261
261
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
262
262
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
263
263
|
font-size:19px;
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
line-height:28px;
|
|
267
267
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
268
268
|
}
|
|
269
|
-
.
|
|
269
|
+
._sizeL_1ot1lxt_121 ._inner_1ot1lxt_171::-ms-input-placeholder{
|
|
270
270
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
271
271
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
272
272
|
font-size:19px;
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
line-height:28px;
|
|
276
276
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
277
277
|
}
|
|
278
|
-
.
|
|
278
|
+
._sizeL_1ot1lxt_121 ._inner_1ot1lxt_171::placeholder{
|
|
279
279
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
280
280
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
281
281
|
font-size:19px;
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
line-height:28px;
|
|
285
285
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
286
286
|
}
|
|
287
|
-
.
|
|
287
|
+
._sizeM_1ot1lxt_125 ._inner_1ot1lxt_171{
|
|
288
288
|
letter-spacing:0.0015em;
|
|
289
289
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
290
290
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -294,10 +294,10 @@
|
|
|
294
294
|
line-height:24px;
|
|
295
295
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
296
296
|
}
|
|
297
|
-
._rs-reset-letter-
|
|
297
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeM_1ot1lxt_125 ._inner_1ot1lxt_171{
|
|
298
298
|
letter-spacing:normal;
|
|
299
299
|
}
|
|
300
|
-
.
|
|
300
|
+
._sizeM_1ot1lxt_125 ._inner_1ot1lxt_171::-webkit-input-placeholder{
|
|
301
301
|
letter-spacing:0.0015em;
|
|
302
302
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
303
303
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -307,10 +307,10 @@
|
|
|
307
307
|
line-height:24px;
|
|
308
308
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
309
309
|
}
|
|
310
|
-
._rs-reset-letter-
|
|
310
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeM_1ot1lxt_125 ._inner_1ot1lxt_171::-webkit-input-placeholder{
|
|
311
311
|
letter-spacing:normal;
|
|
312
312
|
}
|
|
313
|
-
.
|
|
313
|
+
._sizeM_1ot1lxt_125 ._inner_1ot1lxt_171::-moz-placeholder{
|
|
314
314
|
letter-spacing:0.0015em;
|
|
315
315
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
316
316
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -320,10 +320,10 @@
|
|
|
320
320
|
line-height:24px;
|
|
321
321
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
322
322
|
}
|
|
323
|
-
._rs-reset-letter-
|
|
323
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeM_1ot1lxt_125 ._inner_1ot1lxt_171::-moz-placeholder{
|
|
324
324
|
letter-spacing:normal;
|
|
325
325
|
}
|
|
326
|
-
.
|
|
326
|
+
._sizeM_1ot1lxt_125 ._inner_1ot1lxt_171:-ms-input-placeholder{
|
|
327
327
|
letter-spacing:0.0015em;
|
|
328
328
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
329
329
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -333,10 +333,10 @@
|
|
|
333
333
|
line-height:24px;
|
|
334
334
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
335
335
|
}
|
|
336
|
-
._rs-reset-letter-
|
|
336
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeM_1ot1lxt_125 ._inner_1ot1lxt_171:-ms-input-placeholder{
|
|
337
337
|
letter-spacing:normal;
|
|
338
338
|
}
|
|
339
|
-
.
|
|
339
|
+
._sizeM_1ot1lxt_125 ._inner_1ot1lxt_171::-ms-input-placeholder{
|
|
340
340
|
letter-spacing:0.0015em;
|
|
341
341
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
342
342
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -346,10 +346,10 @@
|
|
|
346
346
|
line-height:24px;
|
|
347
347
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
348
348
|
}
|
|
349
|
-
._rs-reset-letter-
|
|
349
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeM_1ot1lxt_125 ._inner_1ot1lxt_171::-ms-input-placeholder{
|
|
350
350
|
letter-spacing:normal;
|
|
351
351
|
}
|
|
352
|
-
.
|
|
352
|
+
._sizeM_1ot1lxt_125 ._inner_1ot1lxt_171::placeholder{
|
|
353
353
|
letter-spacing:0.0015em;
|
|
354
354
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
355
355
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -359,10 +359,10 @@
|
|
|
359
359
|
line-height:24px;
|
|
360
360
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
361
361
|
}
|
|
362
|
-
._rs-reset-letter-
|
|
362
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeM_1ot1lxt_125 ._inner_1ot1lxt_171::placeholder{
|
|
363
363
|
letter-spacing:normal;
|
|
364
364
|
}
|
|
365
|
-
.
|
|
365
|
+
._sizeS_1ot1lxt_129 ._inner_1ot1lxt_171{
|
|
366
366
|
letter-spacing:0.0045em;
|
|
367
367
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
368
368
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -371,10 +371,10 @@
|
|
|
371
371
|
line-height:20px;
|
|
372
372
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
373
373
|
}
|
|
374
|
-
._rs-reset-letter-
|
|
374
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeS_1ot1lxt_129 ._inner_1ot1lxt_171{
|
|
375
375
|
letter-spacing:normal;
|
|
376
376
|
}
|
|
377
|
-
.
|
|
377
|
+
._sizeS_1ot1lxt_129 ._inner_1ot1lxt_171::-webkit-input-placeholder{
|
|
378
378
|
letter-spacing:0.0045em;
|
|
379
379
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
380
380
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -383,10 +383,10 @@
|
|
|
383
383
|
line-height:20px;
|
|
384
384
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
385
385
|
}
|
|
386
|
-
._rs-reset-letter-
|
|
386
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeS_1ot1lxt_129 ._inner_1ot1lxt_171::-webkit-input-placeholder{
|
|
387
387
|
letter-spacing:normal;
|
|
388
388
|
}
|
|
389
|
-
.
|
|
389
|
+
._sizeS_1ot1lxt_129 ._inner_1ot1lxt_171::-moz-placeholder{
|
|
390
390
|
letter-spacing:0.0045em;
|
|
391
391
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
392
392
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -395,10 +395,10 @@
|
|
|
395
395
|
line-height:20px;
|
|
396
396
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
397
397
|
}
|
|
398
|
-
._rs-reset-letter-
|
|
398
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeS_1ot1lxt_129 ._inner_1ot1lxt_171::-moz-placeholder{
|
|
399
399
|
letter-spacing:normal;
|
|
400
400
|
}
|
|
401
|
-
.
|
|
401
|
+
._sizeS_1ot1lxt_129 ._inner_1ot1lxt_171:-ms-input-placeholder{
|
|
402
402
|
letter-spacing:0.0045em;
|
|
403
403
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
404
404
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -407,10 +407,10 @@
|
|
|
407
407
|
line-height:20px;
|
|
408
408
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
409
409
|
}
|
|
410
|
-
._rs-reset-letter-
|
|
410
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeS_1ot1lxt_129 ._inner_1ot1lxt_171:-ms-input-placeholder{
|
|
411
411
|
letter-spacing:normal;
|
|
412
412
|
}
|
|
413
|
-
.
|
|
413
|
+
._sizeS_1ot1lxt_129 ._inner_1ot1lxt_171::-ms-input-placeholder{
|
|
414
414
|
letter-spacing:0.0045em;
|
|
415
415
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
416
416
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -419,10 +419,10 @@
|
|
|
419
419
|
line-height:20px;
|
|
420
420
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
421
421
|
}
|
|
422
|
-
._rs-reset-letter-
|
|
422
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeS_1ot1lxt_129 ._inner_1ot1lxt_171::-ms-input-placeholder{
|
|
423
423
|
letter-spacing:normal;
|
|
424
424
|
}
|
|
425
|
-
.
|
|
425
|
+
._sizeS_1ot1lxt_129 ._inner_1ot1lxt_171::placeholder{
|
|
426
426
|
letter-spacing:0.0045em;
|
|
427
427
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
428
428
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -431,101 +431,101 @@
|
|
|
431
431
|
line-height:20px;
|
|
432
432
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
433
433
|
}
|
|
434
|
-
._rs-reset-letter-
|
|
434
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeS_1ot1lxt_129 ._inner_1ot1lxt_171::placeholder{
|
|
435
435
|
letter-spacing:normal;
|
|
436
436
|
}
|
|
437
|
-
.
|
|
437
|
+
._light_1ot1lxt_21 ._inner_1ot1lxt_171{
|
|
438
438
|
color:#19191C;
|
|
439
439
|
}
|
|
440
|
-
.
|
|
440
|
+
._light_1ot1lxt_21 ._inner_1ot1lxt_171::-webkit-input-placeholder{
|
|
441
441
|
color:rgba(25,25,28,0.5);
|
|
442
442
|
}
|
|
443
|
-
.
|
|
443
|
+
._light_1ot1lxt_21 ._inner_1ot1lxt_171::-moz-placeholder{
|
|
444
444
|
color:rgba(25,25,28,0.5);
|
|
445
445
|
}
|
|
446
|
-
.
|
|
446
|
+
._light_1ot1lxt_21 ._inner_1ot1lxt_171:-ms-input-placeholder{
|
|
447
447
|
color:rgba(25,25,28,0.5);
|
|
448
448
|
}
|
|
449
|
-
.
|
|
449
|
+
._light_1ot1lxt_21 ._inner_1ot1lxt_171::-ms-input-placeholder{
|
|
450
450
|
color:rgba(25,25,28,0.5);
|
|
451
451
|
}
|
|
452
|
-
.
|
|
452
|
+
._light_1ot1lxt_21 ._inner_1ot1lxt_171::placeholder{
|
|
453
453
|
color:rgba(25,25,28,0.5);
|
|
454
454
|
}
|
|
455
|
-
.
|
|
455
|
+
._dark_1ot1lxt_52 ._inner_1ot1lxt_171{
|
|
456
456
|
color:#FFFFFF;
|
|
457
457
|
}
|
|
458
|
-
.
|
|
458
|
+
._dark_1ot1lxt_52 ._inner_1ot1lxt_171::-webkit-input-placeholder{
|
|
459
459
|
color:rgba(255,255,255,0.5);
|
|
460
460
|
}
|
|
461
|
-
.
|
|
461
|
+
._dark_1ot1lxt_52 ._inner_1ot1lxt_171::-moz-placeholder{
|
|
462
462
|
color:rgba(255,255,255,0.5);
|
|
463
463
|
}
|
|
464
|
-
.
|
|
464
|
+
._dark_1ot1lxt_52 ._inner_1ot1lxt_171:-ms-input-placeholder{
|
|
465
465
|
color:rgba(255,255,255,0.5);
|
|
466
466
|
}
|
|
467
|
-
.
|
|
467
|
+
._dark_1ot1lxt_52 ._inner_1ot1lxt_171::-ms-input-placeholder{
|
|
468
468
|
color:rgba(255,255,255,0.5);
|
|
469
469
|
}
|
|
470
|
-
.
|
|
470
|
+
._dark_1ot1lxt_52 ._inner_1ot1lxt_171::placeholder{
|
|
471
471
|
color:rgba(255,255,255,0.5);
|
|
472
472
|
}
|
|
473
|
-
.
|
|
474
|
-
.
|
|
473
|
+
._light_1ot1lxt_21._disabled_1ot1lxt_103 ._inner_1ot1lxt_171,
|
|
474
|
+
._light_1ot1lxt_21 ._inner_1ot1lxt_171:disabled{
|
|
475
475
|
color:rgba(25,25,28,0.7);
|
|
476
476
|
}
|
|
477
|
-
.
|
|
478
|
-
.
|
|
477
|
+
._dark_1ot1lxt_52._disabled_1ot1lxt_103 ._inner_1ot1lxt_171,
|
|
478
|
+
._dark_1ot1lxt_52 ._inner_1ot1lxt_171:disabled{
|
|
479
479
|
color:rgba(255,255,255,0.7);
|
|
480
480
|
}
|
|
481
|
-
.
|
|
481
|
+
._dark_1ot1lxt_52._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171{
|
|
482
482
|
color:#19191C;
|
|
483
483
|
}
|
|
484
|
-
.
|
|
484
|
+
._dark_1ot1lxt_52._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171::-webkit-input-placeholder{
|
|
485
485
|
color:rgba(25,25,28,0.7);
|
|
486
486
|
}
|
|
487
|
-
.
|
|
487
|
+
._dark_1ot1lxt_52._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171::-moz-placeholder{
|
|
488
488
|
color:rgba(25,25,28,0.7);
|
|
489
489
|
}
|
|
490
|
-
.
|
|
490
|
+
._dark_1ot1lxt_52._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171:-ms-input-placeholder{
|
|
491
491
|
color:rgba(25,25,28,0.7);
|
|
492
492
|
}
|
|
493
|
-
.
|
|
493
|
+
._dark_1ot1lxt_52._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171::-ms-input-placeholder{
|
|
494
494
|
color:rgba(25,25,28,0.7);
|
|
495
495
|
}
|
|
496
|
-
.
|
|
496
|
+
._dark_1ot1lxt_52._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171::placeholder{
|
|
497
497
|
color:rgba(25,25,28,0.7);
|
|
498
498
|
}
|
|
499
|
-
.
|
|
500
|
-
.
|
|
499
|
+
._light_1ot1lxt_21._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171,
|
|
500
|
+
._error_1ot1lxt_83._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171{
|
|
501
501
|
color:#FFFFFF;
|
|
502
502
|
}
|
|
503
|
-
.
|
|
503
|
+
._light_1ot1lxt_21._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171::-webkit-input-placeholder, ._error_1ot1lxt_83._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171::-webkit-input-placeholder{
|
|
504
504
|
color:rgba(255,255,255,0.7);
|
|
505
505
|
}
|
|
506
|
-
.
|
|
506
|
+
._light_1ot1lxt_21._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171::-moz-placeholder, ._error_1ot1lxt_83._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171::-moz-placeholder{
|
|
507
507
|
color:rgba(255,255,255,0.7);
|
|
508
508
|
}
|
|
509
|
-
.
|
|
509
|
+
._light_1ot1lxt_21._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171:-ms-input-placeholder, ._error_1ot1lxt_83._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171:-ms-input-placeholder{
|
|
510
510
|
color:rgba(255,255,255,0.7);
|
|
511
511
|
}
|
|
512
|
-
.
|
|
512
|
+
._light_1ot1lxt_21._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171::-ms-input-placeholder, ._error_1ot1lxt_83._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171::-ms-input-placeholder{
|
|
513
513
|
color:rgba(255,255,255,0.7);
|
|
514
514
|
}
|
|
515
|
-
.
|
|
515
|
+
._light_1ot1lxt_21._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171::placeholder, ._error_1ot1lxt_83._rock_1ot1lxt_48._focused_1ot1lxt_39 ._inner_1ot1lxt_171::placeholder{
|
|
516
516
|
color:rgba(255,255,255,0.7);
|
|
517
517
|
}
|
|
518
|
-
.
|
|
518
|
+
._offSystemMicroelements_1ot1lxt_343 ._inner_1ot1lxt_171{
|
|
519
519
|
-moz-appearance:textfield;
|
|
520
520
|
}
|
|
521
|
-
.
|
|
522
|
-
.
|
|
521
|
+
._offSystemMicroelements_1ot1lxt_343 ._inner_1ot1lxt_171::-webkit-outer-spin-button,
|
|
522
|
+
._offSystemMicroelements_1ot1lxt_343 ._inner_1ot1lxt_171::-webkit-inner-spin-button{
|
|
523
523
|
-webkit-appearance:none;
|
|
524
524
|
appearance:none;
|
|
525
525
|
|
|
526
526
|
margin:0;
|
|
527
527
|
}
|
|
528
|
-
.
|
|
528
|
+
._icon_1ot1lxt_354{
|
|
529
529
|
display:-webkit-inline-box;
|
|
530
530
|
display:-ms-inline-flexbox;
|
|
531
531
|
display:inline-flex;
|
|
@@ -534,15 +534,15 @@
|
|
|
534
534
|
flex:0 0 auto;
|
|
535
535
|
|
|
536
536
|
}
|
|
537
|
-
.
|
|
537
|
+
._icon_1ot1lxt_354._action_1ot1lxt_358{
|
|
538
538
|
position:relative;
|
|
539
539
|
|
|
540
540
|
cursor:pointer;
|
|
541
541
|
}
|
|
542
|
-
.
|
|
542
|
+
._icon_1ot1lxt_354._action_1ot1lxt_358:focus{
|
|
543
543
|
outline:none;
|
|
544
544
|
}
|
|
545
|
-
.
|
|
545
|
+
._icon_1ot1lxt_354._action_1ot1lxt_358::before{
|
|
546
546
|
position:absolute;
|
|
547
547
|
top:-4px;
|
|
548
548
|
right:-4px;
|
|
@@ -559,204 +559,204 @@
|
|
|
559
559
|
content:'';
|
|
560
560
|
pointer-events:none;
|
|
561
561
|
}
|
|
562
|
-
.
|
|
562
|
+
._icon_1ot1lxt_354._action_1ot1lxt_358:focus[data-focus-method='key']::before{
|
|
563
563
|
display:block;
|
|
564
564
|
}
|
|
565
|
-
.
|
|
565
|
+
._light_1ot1lxt_21 ._icon_1ot1lxt_354._action_1ot1lxt_358::before{
|
|
566
566
|
border-color:rgba(107, 87, 255, 0.8);
|
|
567
567
|
border-color:var(--rs-color-primary-t-dim-light-theme, rgba(107, 87, 255, 0.8));
|
|
568
568
|
}
|
|
569
|
-
.
|
|
569
|
+
._dark_1ot1lxt_52 ._icon_1ot1lxt_354._action_1ot1lxt_358::before{
|
|
570
570
|
border-color:rgba(132, 115, 255,0.8);
|
|
571
571
|
border-color:var(--rs-color-primary-t-dim-dark-theme, rgba(132, 115, 255,0.8));
|
|
572
572
|
}
|
|
573
|
-
.
|
|
573
|
+
._disabled_1ot1lxt_103 ._icon_1ot1lxt_354._action_1ot1lxt_358{
|
|
574
574
|
pointer-events:none;
|
|
575
575
|
}
|
|
576
|
-
.
|
|
576
|
+
._sizeL_1ot1lxt_121 ._icon_1ot1lxt_354{
|
|
577
577
|
padding-top: 11px;
|
|
578
578
|
padding-bottom: 11px;
|
|
579
579
|
margin-top: -11px;
|
|
580
580
|
margin-bottom: -11px;
|
|
581
581
|
}
|
|
582
|
-
.
|
|
582
|
+
._sizeM_1ot1lxt_125 ._icon_1ot1lxt_354{
|
|
583
583
|
padding-top: 7px;
|
|
584
584
|
padding-bottom: 7px;
|
|
585
585
|
margin-top: -7px;
|
|
586
586
|
margin-bottom: -7px;
|
|
587
587
|
}
|
|
588
|
-
.
|
|
588
|
+
._sizeS_1ot1lxt_129 ._icon_1ot1lxt_354{
|
|
589
589
|
padding-top: 5px;
|
|
590
590
|
padding-bottom: 5px;
|
|
591
591
|
margin-top: -5px;
|
|
592
592
|
margin-bottom: -5px;
|
|
593
593
|
}
|
|
594
|
-
.
|
|
595
|
-
.
|
|
594
|
+
._sizeL_1ot1lxt_121._focused_1ot1lxt_39 ._icon_1ot1lxt_354,
|
|
595
|
+
._sizeL_1ot1lxt_121._error_1ot1lxt_83 ._icon_1ot1lxt_354{
|
|
596
596
|
padding-top: 10px;
|
|
597
597
|
padding-bottom: 10px;
|
|
598
598
|
margin-top: -10px;
|
|
599
599
|
margin-bottom: -10px;
|
|
600
600
|
}
|
|
601
|
-
.
|
|
602
|
-
.
|
|
601
|
+
._sizeM_1ot1lxt_125._focused_1ot1lxt_39 ._icon_1ot1lxt_354,
|
|
602
|
+
._sizeM_1ot1lxt_125._error_1ot1lxt_83 ._icon_1ot1lxt_354{
|
|
603
603
|
padding-top: 6px;
|
|
604
604
|
padding-bottom: 6px;
|
|
605
605
|
margin-top: -6px;
|
|
606
606
|
margin-bottom: -6px;
|
|
607
607
|
}
|
|
608
|
-
.
|
|
609
|
-
.
|
|
608
|
+
._sizeS_1ot1lxt_129._focused_1ot1lxt_39 ._icon_1ot1lxt_354,
|
|
609
|
+
._sizeS_1ot1lxt_129._error_1ot1lxt_83 ._icon_1ot1lxt_354{
|
|
610
610
|
padding-top: 4px;
|
|
611
611
|
padding-bottom: 4px;
|
|
612
612
|
margin-top: -4px;
|
|
613
613
|
margin-bottom: -4px;
|
|
614
614
|
}
|
|
615
|
-
.
|
|
615
|
+
._rock_1ot1lxt_48._sizeL_1ot1lxt_121._focused_1ot1lxt_39 ._icon_1ot1lxt_354{
|
|
616
616
|
padding-top: 12px;
|
|
617
617
|
padding-bottom: 12px;
|
|
618
618
|
margin-top: -12px;
|
|
619
619
|
margin-bottom: -12px;
|
|
620
620
|
}
|
|
621
|
-
.
|
|
621
|
+
._rock_1ot1lxt_48._sizeM_1ot1lxt_125._focused_1ot1lxt_39 ._icon_1ot1lxt_354{
|
|
622
622
|
padding-top: 8px;
|
|
623
623
|
padding-bottom: 8px;
|
|
624
624
|
margin-top: -8px;
|
|
625
625
|
margin-bottom: -8px;
|
|
626
626
|
}
|
|
627
|
-
.
|
|
627
|
+
._rock_1ot1lxt_48._sizeS_1ot1lxt_129._focused_1ot1lxt_39 ._icon_1ot1lxt_354{
|
|
628
628
|
padding-top: 6px;
|
|
629
629
|
padding-bottom: 6px;
|
|
630
630
|
margin-top: -6px;
|
|
631
631
|
margin-bottom: -6px;
|
|
632
632
|
}
|
|
633
|
-
.
|
|
633
|
+
._sizeL_1ot1lxt_121 ._icon_1ot1lxt_354._right_1ot1lxt_439{
|
|
634
634
|
margin-left:16px;
|
|
635
635
|
}
|
|
636
|
-
.
|
|
636
|
+
._sizeM_1ot1lxt_125 ._icon_1ot1lxt_354._right_1ot1lxt_439{
|
|
637
637
|
margin-left:8px;
|
|
638
638
|
}
|
|
639
|
-
.
|
|
639
|
+
._sizeS_1ot1lxt_129 ._icon_1ot1lxt_354._right_1ot1lxt_439{
|
|
640
640
|
margin-left:8px;
|
|
641
641
|
}
|
|
642
|
-
.
|
|
642
|
+
._sizeL_1ot1lxt_121 ._icon_1ot1lxt_354._left_1ot1lxt_451{
|
|
643
643
|
margin-right:16px;
|
|
644
644
|
}
|
|
645
|
-
.
|
|
645
|
+
._sizeM_1ot1lxt_125 ._icon_1ot1lxt_354._left_1ot1lxt_451{
|
|
646
646
|
margin-right:8px;
|
|
647
647
|
}
|
|
648
|
-
.
|
|
648
|
+
._sizeS_1ot1lxt_129 ._icon_1ot1lxt_354._left_1ot1lxt_451{
|
|
649
649
|
margin-right:8px;
|
|
650
650
|
}
|
|
651
|
-
.
|
|
652
|
-
.
|
|
651
|
+
._dark_1ot1lxt_52 ._icon_1ot1lxt_354,
|
|
652
|
+
._light_1ot1lxt_21._rock_1ot1lxt_48._focused_1ot1lxt_39 ._icon_1ot1lxt_354{
|
|
653
653
|
color:rgba(255,255,255,0.7);
|
|
654
654
|
}
|
|
655
|
-
.
|
|
656
|
-
.
|
|
655
|
+
._light_1ot1lxt_21 ._icon_1ot1lxt_354,
|
|
656
|
+
._dark_1ot1lxt_52._rock_1ot1lxt_48._focused_1ot1lxt_39 ._icon_1ot1lxt_354{
|
|
657
657
|
color:rgba(25,25,28,0.7);
|
|
658
658
|
}
|
|
659
|
-
.
|
|
659
|
+
._error_1ot1lxt_83._rock_1ot1lxt_48._focused_1ot1lxt_39 ._icon_1ot1lxt_354{
|
|
660
660
|
color:rgba(255,255,255,0.7);
|
|
661
661
|
}
|
|
662
662
|
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
|
|
663
|
-
.
|
|
664
|
-
.
|
|
663
|
+
._dark_1ot1lxt_52._enabled_1ot1lxt_27 ._icon_1ot1lxt_354._action_1ot1lxt_358:hover,
|
|
664
|
+
._light_1ot1lxt_21._rock_1ot1lxt_48._enabled_1ot1lxt_27._focused_1ot1lxt_39 ._icon_1ot1lxt_354._action_1ot1lxt_358:hover{
|
|
665
665
|
color:#FFFFFF;
|
|
666
666
|
}
|
|
667
667
|
}
|
|
668
|
-
.
|
|
669
|
-
.
|
|
668
|
+
._dark_1ot1lxt_52._enabled_1ot1lxt_27 ._icon_1ot1lxt_354._action_1ot1lxt_358:focus[data-focus-method='key'],
|
|
669
|
+
._light_1ot1lxt_21._rock_1ot1lxt_48._enabled_1ot1lxt_27._focused_1ot1lxt_39 ._icon_1ot1lxt_354._action_1ot1lxt_358:focus[data-focus-method='key']{
|
|
670
670
|
color:#FFFFFF;
|
|
671
671
|
}
|
|
672
672
|
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
|
|
673
|
-
.
|
|
674
|
-
.
|
|
673
|
+
._light_1ot1lxt_21._enabled_1ot1lxt_27 ._icon_1ot1lxt_354._action_1ot1lxt_358:hover,
|
|
674
|
+
._dark_1ot1lxt_52._rock_1ot1lxt_48._enabled_1ot1lxt_27._focused_1ot1lxt_39 ._icon_1ot1lxt_354._action_1ot1lxt_358:hover{
|
|
675
675
|
color:#19191C;
|
|
676
676
|
}
|
|
677
677
|
}
|
|
678
|
-
.
|
|
679
|
-
.
|
|
678
|
+
._light_1ot1lxt_21._enabled_1ot1lxt_27 ._icon_1ot1lxt_354._action_1ot1lxt_358:focus[data-focus-method='key'],
|
|
679
|
+
._dark_1ot1lxt_52._rock_1ot1lxt_48._enabled_1ot1lxt_27._focused_1ot1lxt_39 ._icon_1ot1lxt_354._action_1ot1lxt_358:focus[data-focus-method='key']{
|
|
680
680
|
color:#19191C;
|
|
681
681
|
}
|
|
682
682
|
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none),(hover: hover){
|
|
683
|
-
.
|
|
683
|
+
._error_1ot1lxt_83._rock_1ot1lxt_48._enabled_1ot1lxt_27._focused_1ot1lxt_39 ._icon_1ot1lxt_354._action_1ot1lxt_358:hover{
|
|
684
684
|
color:#FFFFFF;
|
|
685
685
|
}
|
|
686
686
|
}
|
|
687
|
-
.
|
|
687
|
+
._error_1ot1lxt_83._rock_1ot1lxt_48._enabled_1ot1lxt_27._focused_1ot1lxt_39 ._icon_1ot1lxt_354._action_1ot1lxt_358:focus[data-focus-method='key']{
|
|
688
688
|
color:#FFFFFF;
|
|
689
689
|
}
|
|
690
|
-
.
|
|
690
|
+
._disabled_1ot1lxt_103._light_1ot1lxt_21 ._icon_1ot1lxt_354{
|
|
691
691
|
color:rgba(25,25,28,0.5);
|
|
692
692
|
}
|
|
693
|
-
.
|
|
693
|
+
._disabled_1ot1lxt_103._dark_1ot1lxt_52 ._icon_1ot1lxt_354{
|
|
694
694
|
color:rgba(255,255,255,0.5);
|
|
695
695
|
}
|
|
696
|
-
.
|
|
696
|
+
._divider_1ot1lxt_521{
|
|
697
697
|
display:block;
|
|
698
698
|
|
|
699
699
|
width:1px;
|
|
700
700
|
margin-right:1px;
|
|
701
701
|
margin-left:1px;
|
|
702
702
|
}
|
|
703
|
-
.
|
|
704
|
-
.
|
|
703
|
+
._focused_1ot1lxt_39 ._divider_1ot1lxt_521,
|
|
704
|
+
._error_1ot1lxt_83 ._divider_1ot1lxt_521{
|
|
705
705
|
margin-right:2px;
|
|
706
706
|
margin-left:2px;
|
|
707
707
|
}
|
|
708
|
-
.
|
|
708
|
+
._rock_1ot1lxt_48._focused_1ot1lxt_39 ._divider_1ot1lxt_521{
|
|
709
709
|
margin-right:0;
|
|
710
710
|
margin-left:0;
|
|
711
711
|
}
|
|
712
|
-
.
|
|
712
|
+
._light_1ot1lxt_21 ._divider_1ot1lxt_521{
|
|
713
713
|
background:rgba(25,25,28,0.2);
|
|
714
714
|
}
|
|
715
|
-
.
|
|
715
|
+
._dark_1ot1lxt_52 ._divider_1ot1lxt_521{
|
|
716
716
|
background:rgba(255,255,255,0.2);
|
|
717
717
|
}
|
|
718
|
-
.
|
|
718
|
+
._light_1ot1lxt_21._rock_1ot1lxt_48._focused_1ot1lxt_39 ._divider_1ot1lxt_521{
|
|
719
719
|
background:#FFFFFF;
|
|
720
720
|
}
|
|
721
|
-
.
|
|
721
|
+
._dark_1ot1lxt_52._rock_1ot1lxt_48._focused_1ot1lxt_39 ._divider_1ot1lxt_521{
|
|
722
722
|
background:#19191C;
|
|
723
723
|
}
|
|
724
|
-
.
|
|
724
|
+
._suffix_1ot1lxt_556{
|
|
725
725
|
-webkit-box-flex:0;
|
|
726
726
|
-ms-flex:0 0 auto;
|
|
727
727
|
flex:0 0 auto;
|
|
728
728
|
}
|
|
729
|
-
.
|
|
729
|
+
._sizeL_1ot1lxt_121 ._suffix_1ot1lxt_556{
|
|
730
730
|
padding: 11px 15px;
|
|
731
731
|
}
|
|
732
|
-
.
|
|
732
|
+
._sizeM_1ot1lxt_125 ._suffix_1ot1lxt_556{
|
|
733
733
|
padding: 7px 7px;
|
|
734
734
|
}
|
|
735
|
-
.
|
|
735
|
+
._sizeS_1ot1lxt_129 ._suffix_1ot1lxt_556{
|
|
736
736
|
padding: 5px 7px;
|
|
737
737
|
}
|
|
738
|
-
.
|
|
739
|
-
.
|
|
738
|
+
._sizeL_1ot1lxt_121._focused_1ot1lxt_39 ._suffix_1ot1lxt_556,
|
|
739
|
+
._sizeL_1ot1lxt_121._error_1ot1lxt_83 ._suffix_1ot1lxt_556{
|
|
740
740
|
padding: 10px 14px;
|
|
741
741
|
}
|
|
742
|
-
.
|
|
743
|
-
.
|
|
742
|
+
._sizeM_1ot1lxt_125._focused_1ot1lxt_39 ._suffix_1ot1lxt_556,
|
|
743
|
+
._sizeM_1ot1lxt_125._error_1ot1lxt_83 ._suffix_1ot1lxt_556{
|
|
744
744
|
padding: 6px 6px;
|
|
745
745
|
}
|
|
746
|
-
.
|
|
747
|
-
.
|
|
746
|
+
._sizeS_1ot1lxt_129._focused_1ot1lxt_39 ._suffix_1ot1lxt_556,
|
|
747
|
+
._sizeS_1ot1lxt_129._error_1ot1lxt_83 ._suffix_1ot1lxt_556{
|
|
748
748
|
padding: 4px 6px;
|
|
749
749
|
}
|
|
750
|
-
.
|
|
750
|
+
._sizeL_1ot1lxt_121._rock_1ot1lxt_48._focused_1ot1lxt_39 ._suffix_1ot1lxt_556{
|
|
751
751
|
padding: 12px 16px;
|
|
752
752
|
}
|
|
753
|
-
.
|
|
753
|
+
._sizeM_1ot1lxt_125._rock_1ot1lxt_48._focused_1ot1lxt_39 ._suffix_1ot1lxt_556{
|
|
754
754
|
padding: 8px 8px;
|
|
755
755
|
}
|
|
756
|
-
.
|
|
756
|
+
._sizeS_1ot1lxt_129._rock_1ot1lxt_48._focused_1ot1lxt_39 ._suffix_1ot1lxt_556{
|
|
757
757
|
padding: 6px 8px;
|
|
758
758
|
}
|
|
759
|
-
.
|
|
759
|
+
._sizeL_1ot1lxt_121 ._suffix_1ot1lxt_556{
|
|
760
760
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
761
761
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
762
762
|
font-size:19px;
|
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
line-height:28px;
|
|
766
766
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
767
767
|
}
|
|
768
|
-
.
|
|
768
|
+
._sizeM_1ot1lxt_125 ._suffix_1ot1lxt_556{
|
|
769
769
|
letter-spacing:0.0015em;
|
|
770
770
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
771
771
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -775,10 +775,10 @@
|
|
|
775
775
|
line-height:24px;
|
|
776
776
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
777
777
|
}
|
|
778
|
-
._rs-reset-letter-
|
|
778
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeM_1ot1lxt_125 ._suffix_1ot1lxt_556{
|
|
779
779
|
letter-spacing:normal;
|
|
780
780
|
}
|
|
781
|
-
.
|
|
781
|
+
._sizeS_1ot1lxt_129 ._suffix_1ot1lxt_556{
|
|
782
782
|
letter-spacing:0.0045em;
|
|
783
783
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
784
784
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -787,31 +787,31 @@
|
|
|
787
787
|
line-height:20px;
|
|
788
788
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
789
789
|
}
|
|
790
|
-
._rs-reset-letter-
|
|
790
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeS_1ot1lxt_129 ._suffix_1ot1lxt_556{
|
|
791
791
|
letter-spacing:normal;
|
|
792
792
|
}
|
|
793
|
-
.
|
|
793
|
+
._light_1ot1lxt_21 ._suffix_1ot1lxt_556{
|
|
794
794
|
color:rgba(25,25,28,0.5);
|
|
795
795
|
}
|
|
796
|
-
.
|
|
796
|
+
._dark_1ot1lxt_52 ._suffix_1ot1lxt_556{
|
|
797
797
|
color:rgba(255,255,255,0.5);
|
|
798
798
|
}
|
|
799
|
-
.
|
|
799
|
+
._light_1ot1lxt_21._rock_1ot1lxt_48._focused_1ot1lxt_39 ._suffix_1ot1lxt_556{
|
|
800
800
|
color:rgba(255,255,255,0.7);
|
|
801
801
|
}
|
|
802
|
-
.
|
|
802
|
+
._dark_1ot1lxt_52._rock_1ot1lxt_48._focused_1ot1lxt_39 ._suffix_1ot1lxt_556{
|
|
803
803
|
color:rgba(25,25,28,0.7);
|
|
804
804
|
}
|
|
805
|
-
.
|
|
805
|
+
._error_1ot1lxt_83._rock_1ot1lxt_48._focused_1ot1lxt_39 ._suffix_1ot1lxt_556{
|
|
806
806
|
color:rgba(255,255,255,0.7);
|
|
807
807
|
}
|
|
808
|
-
.
|
|
808
|
+
._errorMessage_1ot1lxt_594{
|
|
809
809
|
margin-top:8px;
|
|
810
810
|
}
|
|
811
|
-
.
|
|
811
|
+
._sizeS_1ot1lxt_129 ._errorMessage_1ot1lxt_594{
|
|
812
812
|
margin-top:4px;
|
|
813
813
|
}
|
|
814
|
-
.
|
|
814
|
+
._sizeL_1ot1lxt_121 ._errorMessage_1ot1lxt_594{
|
|
815
815
|
letter-spacing:0.0015em;
|
|
816
816
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
817
817
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -821,14 +821,14 @@
|
|
|
821
821
|
line-height:24px;
|
|
822
822
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
823
823
|
}
|
|
824
|
-
._rs-reset-letter-
|
|
824
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeL_1ot1lxt_121 ._errorMessage_1ot1lxt_594{
|
|
825
825
|
letter-spacing:normal;
|
|
826
826
|
}
|
|
827
|
-
.
|
|
827
|
+
._sizeL_1ot1lxt_121 ._errorMessage_1ot1lxt_594 {
|
|
828
828
|
color:#F45C4A;
|
|
829
829
|
}
|
|
830
|
-
.
|
|
831
|
-
.
|
|
830
|
+
._sizeM_1ot1lxt_125 ._errorMessage_1ot1lxt_594,
|
|
831
|
+
._sizeS_1ot1lxt_129 ._errorMessage_1ot1lxt_594{
|
|
832
832
|
letter-spacing:0.0045em;
|
|
833
833
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
834
834
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -837,20 +837,20 @@
|
|
|
837
837
|
line-height:20px;
|
|
838
838
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
839
839
|
}
|
|
840
|
-
._rs-reset-letter-
|
|
840
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeM_1ot1lxt_125 ._errorMessage_1ot1lxt_594, ._rs-reset-letter-spacing_1ot1lxt_1 ._sizeS_1ot1lxt_129 ._errorMessage_1ot1lxt_594{
|
|
841
841
|
letter-spacing:normal;
|
|
842
842
|
}
|
|
843
|
-
.
|
|
844
|
-
.
|
|
843
|
+
._sizeM_1ot1lxt_125 ._errorMessage_1ot1lxt_594,
|
|
844
|
+
._sizeS_1ot1lxt_129 ._errorMessage_1ot1lxt_594 {
|
|
845
845
|
color:#F45C4A;
|
|
846
846
|
}
|
|
847
|
-
.
|
|
847
|
+
._note_1ot1lxt_612{
|
|
848
848
|
margin-top:8px;
|
|
849
849
|
}
|
|
850
|
-
.
|
|
850
|
+
._sizeS_1ot1lxt_129 ._note_1ot1lxt_612{
|
|
851
851
|
margin-top:4px;
|
|
852
852
|
}
|
|
853
|
-
.
|
|
853
|
+
._sizeL_1ot1lxt_121 ._note_1ot1lxt_612{
|
|
854
854
|
letter-spacing:0.0015em;
|
|
855
855
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
856
856
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -860,11 +860,11 @@
|
|
|
860
860
|
line-height:24px;
|
|
861
861
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
862
862
|
}
|
|
863
|
-
._rs-reset-letter-
|
|
863
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeL_1ot1lxt_121 ._note_1ot1lxt_612{
|
|
864
864
|
letter-spacing:normal;
|
|
865
865
|
}
|
|
866
|
-
.
|
|
867
|
-
.
|
|
866
|
+
._sizeM_1ot1lxt_125 ._note_1ot1lxt_612,
|
|
867
|
+
._sizeS_1ot1lxt_129 ._note_1ot1lxt_612{
|
|
868
868
|
letter-spacing:0.0045em;
|
|
869
869
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
870
870
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -873,32 +873,32 @@
|
|
|
873
873
|
line-height:20px;
|
|
874
874
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
875
875
|
}
|
|
876
|
-
._rs-reset-letter-
|
|
876
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeM_1ot1lxt_125 ._note_1ot1lxt_612, ._rs-reset-letter-spacing_1ot1lxt_1 ._sizeS_1ot1lxt_129 ._note_1ot1lxt_612{
|
|
877
877
|
letter-spacing:normal;
|
|
878
878
|
}
|
|
879
|
-
.
|
|
879
|
+
._light_1ot1lxt_21 ._note_1ot1lxt_612{
|
|
880
880
|
color:rgba(25,25,28,0.7);
|
|
881
881
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
882
882
|
}
|
|
883
|
-
.
|
|
883
|
+
._dark_1ot1lxt_52 ._note_1ot1lxt_612{
|
|
884
884
|
color:rgba(255,255,255,0.7);
|
|
885
885
|
color:var(--rs-typography-color-average, rgba(255,255,255,0.7));
|
|
886
886
|
}
|
|
887
|
-
.
|
|
887
|
+
._light_1ot1lxt_21._disabled_1ot1lxt_103 ._note_1ot1lxt_612{
|
|
888
888
|
color:rgba(25,25,28,0.5);
|
|
889
889
|
color:var(--rs-typography-color-pale, rgba(25,25,28,0.5));
|
|
890
890
|
}
|
|
891
|
-
.
|
|
891
|
+
._dark_1ot1lxt_52._disabled_1ot1lxt_103 ._note_1ot1lxt_612{
|
|
892
892
|
color:rgba(255,255,255,0.5);
|
|
893
893
|
color:var(--rs-typography-color-pale, rgba(255,255,255,0.5));
|
|
894
894
|
}
|
|
895
|
-
.
|
|
895
|
+
._label_1ot1lxt_644{
|
|
896
896
|
margin-bottom:8px;
|
|
897
897
|
}
|
|
898
|
-
.
|
|
898
|
+
._sizeS_1ot1lxt_129 ._label_1ot1lxt_644{
|
|
899
899
|
margin-bottom:4px;
|
|
900
900
|
}
|
|
901
|
-
.
|
|
901
|
+
._sizeL_1ot1lxt_121 ._label_1ot1lxt_644{
|
|
902
902
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
903
903
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
904
904
|
font-size:19px;
|
|
@@ -907,7 +907,7 @@
|
|
|
907
907
|
line-height:28px;
|
|
908
908
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
909
909
|
}
|
|
910
|
-
.
|
|
910
|
+
._sizeM_1ot1lxt_125 ._label_1ot1lxt_644{
|
|
911
911
|
letter-spacing:0.0015em;
|
|
912
912
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
913
913
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -917,10 +917,10 @@
|
|
|
917
917
|
line-height:24px;
|
|
918
918
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
919
919
|
}
|
|
920
|
-
._rs-reset-letter-
|
|
920
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeM_1ot1lxt_125 ._label_1ot1lxt_644{
|
|
921
921
|
letter-spacing:normal;
|
|
922
922
|
}
|
|
923
|
-
.
|
|
923
|
+
._sizeS_1ot1lxt_129 ._label_1ot1lxt_644{
|
|
924
924
|
letter-spacing:0.0045em;
|
|
925
925
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
926
926
|
font-family:var(--rs-font-family-ui, var(--rs-font-family-jb-sans, 'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif));
|
|
@@ -929,22 +929,22 @@
|
|
|
929
929
|
line-height:20px;
|
|
930
930
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
931
931
|
}
|
|
932
|
-
._rs-reset-letter-
|
|
932
|
+
._rs-reset-letter-spacing_1ot1lxt_1 ._sizeS_1ot1lxt_129 ._label_1ot1lxt_644{
|
|
933
933
|
letter-spacing:normal;
|
|
934
934
|
}
|
|
935
|
-
.
|
|
935
|
+
._light_1ot1lxt_21 ._label_1ot1lxt_644{
|
|
936
936
|
color:#19191C;
|
|
937
937
|
color:var(--rs-typography-color-hard, #19191C);
|
|
938
938
|
}
|
|
939
|
-
.
|
|
939
|
+
._dark_1ot1lxt_52 ._label_1ot1lxt_644{
|
|
940
940
|
color:#FFFFFF;
|
|
941
941
|
color:var(--rs-typography-color-hard, #FFFFFF);
|
|
942
942
|
}
|
|
943
|
-
.
|
|
943
|
+
._light_1ot1lxt_21._disabled_1ot1lxt_103 ._label_1ot1lxt_644{
|
|
944
944
|
color:rgba(25,25,28,0.5);
|
|
945
945
|
color:var(--rs-typography-color-pale, rgba(25,25,28,0.5));
|
|
946
946
|
}
|
|
947
|
-
.
|
|
947
|
+
._dark_1ot1lxt_52._disabled_1ot1lxt_103 ._label_1ot1lxt_644{
|
|
948
948
|
color:rgba(255,255,255,0.5);
|
|
949
949
|
color:var(--rs-typography-color-pale, rgba(255,255,255,0.5));
|
|
950
950
|
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"container": "
|
|
3
|
-
"wrapper": "
|
|
4
|
-
"light": "
|
|
5
|
-
"enabled": "
|
|
6
|
-
"filled": "
|
|
7
|
-
"focused": "
|
|
8
|
-
"classic": "
|
|
9
|
-
"rock": "
|
|
10
|
-
"dark": "
|
|
11
|
-
"error": "
|
|
12
|
-
"disabled": "
|
|
13
|
-
"field": "
|
|
14
|
-
"sizeL": "
|
|
15
|
-
"sizeM": "
|
|
16
|
-
"sizeS": "
|
|
17
|
-
"inner": "
|
|
18
|
-
"rs-reset-letter-spacing": "_rs-reset-letter-
|
|
19
|
-
"offSystemMicroelements": "
|
|
20
|
-
"icon": "
|
|
21
|
-
"action": "
|
|
22
|
-
"right": "
|
|
23
|
-
"left": "
|
|
24
|
-
"divider": "
|
|
25
|
-
"suffix": "
|
|
26
|
-
"errorMessage": "
|
|
27
|
-
"note": "
|
|
28
|
-
"label": "
|
|
2
|
+
"container": "_container_1ot1lxt_10",
|
|
3
|
+
"wrapper": "_wrapper_1ot1lxt_14",
|
|
4
|
+
"light": "_light_1ot1lxt_21",
|
|
5
|
+
"enabled": "_enabled_1ot1lxt_27",
|
|
6
|
+
"filled": "_filled_1ot1lxt_27",
|
|
7
|
+
"focused": "_focused_1ot1lxt_39",
|
|
8
|
+
"classic": "_classic_1ot1lxt_44",
|
|
9
|
+
"rock": "_rock_1ot1lxt_48",
|
|
10
|
+
"dark": "_dark_1ot1lxt_52",
|
|
11
|
+
"error": "_error_1ot1lxt_83",
|
|
12
|
+
"disabled": "_disabled_1ot1lxt_103",
|
|
13
|
+
"field": "_field_1ot1lxt_161",
|
|
14
|
+
"sizeL": "_sizeL_1ot1lxt_121",
|
|
15
|
+
"sizeM": "_sizeM_1ot1lxt_125",
|
|
16
|
+
"sizeS": "_sizeS_1ot1lxt_129",
|
|
17
|
+
"inner": "_inner_1ot1lxt_171",
|
|
18
|
+
"rs-reset-letter-spacing": "_rs-reset-letter-spacing_1ot1lxt_1",
|
|
19
|
+
"offSystemMicroelements": "_offSystemMicroelements_1ot1lxt_343",
|
|
20
|
+
"icon": "_icon_1ot1lxt_354",
|
|
21
|
+
"action": "_action_1ot1lxt_358",
|
|
22
|
+
"right": "_right_1ot1lxt_439",
|
|
23
|
+
"left": "_left_1ot1lxt_451",
|
|
24
|
+
"divider": "_divider_1ot1lxt_521",
|
|
25
|
+
"suffix": "_suffix_1ot1lxt_556",
|
|
26
|
+
"errorMessage": "_errorMessage_1ot1lxt_594",
|
|
27
|
+
"note": "_note_1ot1lxt_612",
|
|
28
|
+
"label": "_label_1ot1lxt_644"
|
|
29
29
|
};
|
|
30
30
|
export { styles as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/input",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@rescui/colors": "^0.1.4",
|
|
29
29
|
"@rescui/postcss-preset-library": "^0.1.0",
|
|
30
30
|
"@rescui/scripts": "^0.1.7",
|
|
31
|
-
"@rescui/tooltip": "^0.4.
|
|
31
|
+
"@rescui/tooltip": "^0.4.5",
|
|
32
32
|
"@rescui/typography": "^0.8.1",
|
|
33
33
|
"@rescui/visual-regression": "^0.0.3",
|
|
34
34
|
"@types/classnames": "^2.2.11"
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rescui-scripts build"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "a5f17fe15635423a27d4f69cdacd3c24bae7e80b"
|
|
40
40
|
}
|