@rescui/input 0.1.3 → 0.1.4
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 +231 -231
- package/lib/input.module.pcss.js +27 -27
- package/package.json +7 -7
package/lib/index.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
.
|
|
1
|
+
._container_fih98l_8{
|
|
2
2
|
display:block;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
._wrapper_fih98l_12{
|
|
5
5
|
display:-webkit-box;
|
|
6
6
|
display:-ms-flexbox;
|
|
7
7
|
display:flex;
|
|
@@ -10,77 +10,77 @@
|
|
|
10
10
|
|
|
11
11
|
cursor:text;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
._light_fih98l_19 ._wrapper_fih98l_12{
|
|
14
14
|
border-color:rgba(25,25,28,0.2);
|
|
15
15
|
|
|
16
16
|
background-color:#FFFFFF;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
._light_fih98l_19._enabled_fih98l_25._filled_fih98l_25 ._wrapper_fih98l_12{
|
|
19
19
|
border-color:rgba(25,25,28,0.3);
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
._light_fih98l_19._enabled_fih98l_25:hover ._wrapper_fih98l_12{
|
|
22
22
|
border-color:rgba(25,25,28,0.5);
|
|
23
23
|
|
|
24
24
|
background-color:#FFFFFF;
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
._light_fih98l_19._enabled_fih98l_25._focused_fih98l_35 ._wrapper_fih98l_12{
|
|
27
27
|
border-width:2px;
|
|
28
28
|
border-color:#19191C;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
._light_fih98l_19._enabled_fih98l_25._classic_fih98l_40._focused_fih98l_35 ._wrapper_fih98l_12{
|
|
31
31
|
background-color:#FFFFFF;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
._light_fih98l_19._enabled_fih98l_25._rock_fih98l_44._focused_fih98l_35 ._wrapper_fih98l_12{
|
|
34
34
|
background-color:#19191C;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
._dark_fih98l_48 ._wrapper_fih98l_12{
|
|
37
37
|
border-color:rgba(255,255,255,0.2);
|
|
38
38
|
|
|
39
39
|
background-color:#303033;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._dark_fih98l_48._enabled_fih98l_25._filled_fih98l_25 ._wrapper_fih98l_12{
|
|
42
42
|
border-color:rgba(255,255,255,0.3);
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._dark_fih98l_48._enabled_fih98l_25:hover ._wrapper_fih98l_12{
|
|
45
45
|
border-color:rgba(255,255,255,0.5);
|
|
46
46
|
|
|
47
47
|
background-color:#474749;
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
._dark_fih98l_48._enabled_fih98l_25._focused_fih98l_35 ._wrapper_fih98l_12{
|
|
50
50
|
border-width:2px;
|
|
51
51
|
border-color:#FFFFFF;
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
._dark_fih98l_48._enabled_fih98l_25._classic_fih98l_40._focused_fih98l_35 ._wrapper_fih98l_12{
|
|
54
54
|
background-color:#474749;
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
._dark_fih98l_48._enabled_fih98l_25._rock_fih98l_44._focused_fih98l_35 ._wrapper_fih98l_12{
|
|
57
57
|
background-color:#FFFFFF;
|
|
58
58
|
}
|
|
59
|
-
.
|
|
59
|
+
._error_fih98l_77 ._wrapper_fih98l_12{
|
|
60
60
|
border-width:2px;
|
|
61
61
|
border-color:#F45C4A;
|
|
62
62
|
}
|
|
63
|
-
.
|
|
64
|
-
.
|
|
65
|
-
.
|
|
63
|
+
._error_fih98l_77._enabled_fih98l_25:hover ._wrapper_fih98l_12,
|
|
64
|
+
._error_fih98l_77._enabled_fih98l_25._focused_fih98l_35 ._wrapper_fih98l_12,
|
|
65
|
+
._error_fih98l_77._enabled_fih98l_25._filled_fih98l_25 ._wrapper_fih98l_12{
|
|
66
66
|
border-color:#F45C4A;
|
|
67
67
|
}
|
|
68
|
-
.
|
|
68
|
+
._error_fih98l_77._enabled_fih98l_25._rock_fih98l_44._focused_fih98l_35 ._wrapper_fih98l_12{
|
|
69
69
|
background:#F45C4A;
|
|
70
70
|
}
|
|
71
|
-
.
|
|
71
|
+
._disabled_fih98l_92 ._wrapper_fih98l_12{
|
|
72
72
|
cursor:auto;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
._disabled_fih98l_92._light_fih98l_19 ._wrapper_fih98l_12{
|
|
75
75
|
background-color:#F4F4F4;
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
._disabled_fih98l_92._dark_fih98l_48 ._wrapper_fih98l_12{
|
|
78
78
|
background-color:#19191C;
|
|
79
79
|
}
|
|
80
|
-
.
|
|
80
|
+
._rock_fih98l_44._enabled_fih98l_25._focused_fih98l_35 ._wrapper_fih98l_12{
|
|
81
81
|
border-width:0;
|
|
82
82
|
}
|
|
83
|
-
.
|
|
83
|
+
._field_fih98l_150{
|
|
84
84
|
display:-webkit-box;
|
|
85
85
|
display:-ms-flexbox;
|
|
86
86
|
display:flex;
|
|
@@ -93,37 +93,37 @@
|
|
|
93
93
|
|
|
94
94
|
min-width:0;
|
|
95
95
|
}
|
|
96
|
-
.
|
|
96
|
+
._sizeL_fih98l_110 ._field_fih98l_150{
|
|
97
97
|
padding: 11px 15px;
|
|
98
98
|
}
|
|
99
|
-
.
|
|
99
|
+
._sizeM_fih98l_114 ._field_fih98l_150{
|
|
100
100
|
padding: 7px 7px;
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
._sizeS_fih98l_118 ._field_fih98l_150{
|
|
103
103
|
padding: 5px 7px;
|
|
104
104
|
}
|
|
105
|
-
.
|
|
106
|
-
.
|
|
105
|
+
._sizeL_fih98l_110._focused_fih98l_35 ._field_fih98l_150,
|
|
106
|
+
._sizeL_fih98l_110._error_fih98l_77 ._field_fih98l_150{
|
|
107
107
|
padding: 10px 14px;
|
|
108
108
|
}
|
|
109
|
-
.
|
|
110
|
-
.
|
|
109
|
+
._sizeM_fih98l_114._focused_fih98l_35 ._field_fih98l_150,
|
|
110
|
+
._sizeM_fih98l_114._error_fih98l_77 ._field_fih98l_150{
|
|
111
111
|
padding: 6px 6px;
|
|
112
112
|
}
|
|
113
|
-
.
|
|
114
|
-
.
|
|
113
|
+
._sizeS_fih98l_118._focused_fih98l_35 ._field_fih98l_150,
|
|
114
|
+
._sizeS_fih98l_118._error_fih98l_77 ._field_fih98l_150{
|
|
115
115
|
padding: 4px 6px;
|
|
116
116
|
}
|
|
117
|
-
.
|
|
117
|
+
._sizeL_fih98l_110._rock_fih98l_44._focused_fih98l_35 ._field_fih98l_150{
|
|
118
118
|
padding: 12px 16px;
|
|
119
119
|
}
|
|
120
|
-
.
|
|
120
|
+
._sizeM_fih98l_114._rock_fih98l_44._focused_fih98l_35 ._field_fih98l_150{
|
|
121
121
|
padding: 8px 8px;
|
|
122
122
|
}
|
|
123
|
-
.
|
|
123
|
+
._sizeS_fih98l_118._rock_fih98l_44._focused_fih98l_35 ._field_fih98l_150{
|
|
124
124
|
padding: 6px 8px;
|
|
125
125
|
}
|
|
126
|
-
.
|
|
126
|
+
._inner_fih98l_160{
|
|
127
127
|
display:block;
|
|
128
128
|
|
|
129
129
|
-webkit-box-flex:1;
|
|
@@ -148,78 +148,78 @@
|
|
|
148
148
|
-moz-appearance:none;
|
|
149
149
|
appearance:none;
|
|
150
150
|
}
|
|
151
|
-
.
|
|
151
|
+
._inner_fih98l_160:focus{
|
|
152
152
|
outline:none;
|
|
153
153
|
}
|
|
154
|
-
.
|
|
154
|
+
._inner_fih98l_160::-webkit-input-placeholder{
|
|
155
155
|
opacity:1;
|
|
156
156
|
}
|
|
157
|
-
.
|
|
157
|
+
._inner_fih98l_160::-moz-placeholder{
|
|
158
158
|
opacity:1;
|
|
159
159
|
}
|
|
160
|
-
.
|
|
160
|
+
._inner_fih98l_160:-ms-input-placeholder{
|
|
161
161
|
opacity:1;
|
|
162
162
|
}
|
|
163
|
-
.
|
|
163
|
+
._inner_fih98l_160::-ms-input-placeholder{
|
|
164
164
|
opacity:1;
|
|
165
165
|
}
|
|
166
|
-
.
|
|
166
|
+
._inner_fih98l_160::placeholder{
|
|
167
167
|
opacity:1;
|
|
168
168
|
}
|
|
169
|
-
.
|
|
169
|
+
._inner_fih98l_160::-ms-clear{
|
|
170
170
|
display:none;
|
|
171
171
|
|
|
172
172
|
width:0;
|
|
173
173
|
height:0;
|
|
174
174
|
}
|
|
175
|
-
.
|
|
175
|
+
._inner_fih98l_160:-moz-ui-invalid{
|
|
176
176
|
box-shadow:none;
|
|
177
177
|
}
|
|
178
|
-
.
|
|
178
|
+
._inner_fih98l_160:-moz-ui-invalid:-moz-focusring{
|
|
179
179
|
box-shadow:none;
|
|
180
180
|
}
|
|
181
|
-
.
|
|
182
|
-
.
|
|
183
|
-
.
|
|
184
|
-
.
|
|
181
|
+
._inner_fih98l_160:-webkit-autofill,
|
|
182
|
+
._inner_fih98l_160:-webkit-autofill:hover,
|
|
183
|
+
._inner_fih98l_160:-webkit-autofill:active,
|
|
184
|
+
._inner_fih98l_160:-webkit-autofill:focus{
|
|
185
185
|
-webkit-transition-delay:9999s;
|
|
186
186
|
transition-delay:9999s;
|
|
187
187
|
}
|
|
188
|
-
.
|
|
188
|
+
._light_fih98l_19 ._inner_fih98l_160:-webkit-autofill, ._light_fih98l_19 ._inner_fih98l_160:-webkit-autofill:hover, ._light_fih98l_19 ._inner_fih98l_160:-webkit-autofill:active, ._light_fih98l_19 ._inner_fih98l_160:-webkit-autofill:focus{
|
|
189
189
|
-webkit-text-fill-color:#19191C;
|
|
190
190
|
|
|
191
191
|
-webkit-box-shadow:0 0 0 1000px #FFFFFF inset;
|
|
192
192
|
}
|
|
193
|
-
.
|
|
193
|
+
._dark_fih98l_48 ._inner_fih98l_160:-webkit-autofill, ._dark_fih98l_48 ._inner_fih98l_160:-webkit-autofill:hover, ._dark_fih98l_48 ._inner_fih98l_160:-webkit-autofill:active, ._dark_fih98l_48 ._inner_fih98l_160:-webkit-autofill:focus{
|
|
194
194
|
-webkit-text-fill-color:#FFFFFF;
|
|
195
195
|
|
|
196
196
|
-webkit-box-shadow:0 0 0 1000px #19191C inset;
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
._light_fih98l_19._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160:-webkit-autofill, ._light_fih98l_19._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160:-webkit-autofill:hover, ._light_fih98l_19._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160:-webkit-autofill:active, ._light_fih98l_19._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160:-webkit-autofill:focus{
|
|
199
199
|
-webkit-text-fill-color:#FFFFFF;
|
|
200
200
|
|
|
201
201
|
-webkit-box-shadow:0 0 0 1000px #19191C inset;
|
|
202
202
|
}
|
|
203
|
-
.
|
|
203
|
+
._dark_fih98l_48._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160:-webkit-autofill, ._dark_fih98l_48._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160:-webkit-autofill:hover, ._dark_fih98l_48._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160:-webkit-autofill:active, ._dark_fih98l_48._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160:-webkit-autofill:focus{
|
|
204
204
|
-webkit-text-fill-color:#19191C;
|
|
205
205
|
|
|
206
206
|
-webkit-box-shadow:0 0 0 1000px #FFFFFF inset;
|
|
207
207
|
}
|
|
208
|
-
.
|
|
208
|
+
._error_fih98l_77._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160:-webkit-autofill, ._error_fih98l_77._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160:-webkit-autofill:hover, ._error_fih98l_77._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160:-webkit-autofill:active, ._error_fih98l_77._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160:-webkit-autofill:focus{
|
|
209
209
|
-webkit-text-fill-color:#FFFFFF;
|
|
210
210
|
|
|
211
211
|
-webkit-box-shadow:0 0 0 1000px #19191C inset;
|
|
212
212
|
}
|
|
213
|
-
.
|
|
213
|
+
._sizeL_fih98l_110 ._inner_fih98l_160{
|
|
214
214
|
height:28px;
|
|
215
215
|
height:var(--rs-text-1-line-height, 28px);
|
|
216
216
|
}
|
|
217
|
-
.
|
|
218
|
-
.
|
|
217
|
+
._sizeM_fih98l_114 ._inner_fih98l_160,
|
|
218
|
+
._sizeS_fih98l_118 ._inner_fih98l_160{
|
|
219
219
|
height:24px;
|
|
220
220
|
height:var(--rs-text-2-line-height, 24px);
|
|
221
221
|
}
|
|
222
|
-
.
|
|
222
|
+
._sizeL_fih98l_110 ._inner_fih98l_160{
|
|
223
223
|
color:rgba(25,25,28,0.7);
|
|
224
224
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
225
225
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
line-height:28px;
|
|
231
231
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
._sizeL_fih98l_110 ._inner_fih98l_160::-webkit-input-placeholder{
|
|
234
234
|
color:rgba(25,25,28,0.7);
|
|
235
235
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
236
236
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
line-height:28px;
|
|
242
242
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
243
243
|
}
|
|
244
|
-
.
|
|
244
|
+
._sizeL_fih98l_110 ._inner_fih98l_160::-moz-placeholder{
|
|
245
245
|
color:rgba(25,25,28,0.7);
|
|
246
246
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
247
247
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
line-height:28px;
|
|
253
253
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
254
254
|
}
|
|
255
|
-
.
|
|
255
|
+
._sizeL_fih98l_110 ._inner_fih98l_160:-ms-input-placeholder{
|
|
256
256
|
color:rgba(25,25,28,0.7);
|
|
257
257
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
258
258
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
line-height:28px;
|
|
264
264
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
265
265
|
}
|
|
266
|
-
.
|
|
266
|
+
._sizeL_fih98l_110 ._inner_fih98l_160::-ms-input-placeholder{
|
|
267
267
|
color:rgba(25,25,28,0.7);
|
|
268
268
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
269
269
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
line-height:28px;
|
|
275
275
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
276
276
|
}
|
|
277
|
-
.
|
|
277
|
+
._sizeL_fih98l_110 ._inner_fih98l_160::placeholder{
|
|
278
278
|
color:rgba(25,25,28,0.7);
|
|
279
279
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
280
280
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
@@ -285,8 +285,8 @@
|
|
|
285
285
|
line-height:28px;
|
|
286
286
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
287
287
|
}
|
|
288
|
-
.
|
|
289
|
-
.
|
|
288
|
+
._sizeM_fih98l_114 ._inner_fih98l_160,
|
|
289
|
+
._sizeS_fih98l_118 ._inner_fih98l_160{
|
|
290
290
|
letter-spacing:0.0015em;
|
|
291
291
|
color:rgba(25,25,28,0.7);
|
|
292
292
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
@@ -298,10 +298,10 @@
|
|
|
298
298
|
line-height:24px;
|
|
299
299
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
300
300
|
}
|
|
301
|
-
._rs-reset-letter-
|
|
301
|
+
._rs-reset-letter-spacing_fih98l_1 ._sizeM_fih98l_114 ._inner_fih98l_160, ._rs-reset-letter-spacing_fih98l_1 ._sizeS_fih98l_118 ._inner_fih98l_160{
|
|
302
302
|
letter-spacing:normal;
|
|
303
303
|
}
|
|
304
|
-
.
|
|
304
|
+
._sizeM_fih98l_114 ._inner_fih98l_160::-webkit-input-placeholder, ._sizeS_fih98l_118 ._inner_fih98l_160::-webkit-input-placeholder{
|
|
305
305
|
letter-spacing:0.0015em;
|
|
306
306
|
color:rgba(25,25,28,0.7);
|
|
307
307
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
@@ -313,10 +313,10 @@
|
|
|
313
313
|
line-height:24px;
|
|
314
314
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
315
315
|
}
|
|
316
|
-
._rs-reset-letter-
|
|
316
|
+
._rs-reset-letter-spacing_fih98l_1 ._sizeM_fih98l_114 ._inner_fih98l_160::-webkit-input-placeholder, ._rs-reset-letter-spacing_fih98l_1 ._sizeS_fih98l_118 ._inner_fih98l_160::-webkit-input-placeholder{
|
|
317
317
|
letter-spacing:normal;
|
|
318
318
|
}
|
|
319
|
-
.
|
|
319
|
+
._sizeM_fih98l_114 ._inner_fih98l_160::-moz-placeholder, ._sizeS_fih98l_118 ._inner_fih98l_160::-moz-placeholder{
|
|
320
320
|
letter-spacing:0.0015em;
|
|
321
321
|
color:rgba(25,25,28,0.7);
|
|
322
322
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
@@ -328,10 +328,10 @@
|
|
|
328
328
|
line-height:24px;
|
|
329
329
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
330
330
|
}
|
|
331
|
-
._rs-reset-letter-
|
|
331
|
+
._rs-reset-letter-spacing_fih98l_1 ._sizeM_fih98l_114 ._inner_fih98l_160::-moz-placeholder, ._rs-reset-letter-spacing_fih98l_1 ._sizeS_fih98l_118 ._inner_fih98l_160::-moz-placeholder{
|
|
332
332
|
letter-spacing:normal;
|
|
333
333
|
}
|
|
334
|
-
.
|
|
334
|
+
._sizeM_fih98l_114 ._inner_fih98l_160:-ms-input-placeholder, ._sizeS_fih98l_118 ._inner_fih98l_160:-ms-input-placeholder{
|
|
335
335
|
letter-spacing:0.0015em;
|
|
336
336
|
color:rgba(25,25,28,0.7);
|
|
337
337
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
@@ -343,10 +343,10 @@
|
|
|
343
343
|
line-height:24px;
|
|
344
344
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
345
345
|
}
|
|
346
|
-
._rs-reset-letter-
|
|
346
|
+
._rs-reset-letter-spacing_fih98l_1 ._sizeM_fih98l_114 ._inner_fih98l_160:-ms-input-placeholder, ._rs-reset-letter-spacing_fih98l_1 ._sizeS_fih98l_118 ._inner_fih98l_160:-ms-input-placeholder{
|
|
347
347
|
letter-spacing:normal;
|
|
348
348
|
}
|
|
349
|
-
.
|
|
349
|
+
._sizeM_fih98l_114 ._inner_fih98l_160::-ms-input-placeholder, ._sizeS_fih98l_118 ._inner_fih98l_160::-ms-input-placeholder{
|
|
350
350
|
letter-spacing:0.0015em;
|
|
351
351
|
color:rgba(25,25,28,0.7);
|
|
352
352
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
@@ -358,10 +358,10 @@
|
|
|
358
358
|
line-height:24px;
|
|
359
359
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
360
360
|
}
|
|
361
|
-
._rs-reset-letter-
|
|
361
|
+
._rs-reset-letter-spacing_fih98l_1 ._sizeM_fih98l_114 ._inner_fih98l_160::-ms-input-placeholder, ._rs-reset-letter-spacing_fih98l_1 ._sizeS_fih98l_118 ._inner_fih98l_160::-ms-input-placeholder{
|
|
362
362
|
letter-spacing:normal;
|
|
363
363
|
}
|
|
364
|
-
.
|
|
364
|
+
._sizeM_fih98l_114 ._inner_fih98l_160::placeholder, ._sizeS_fih98l_118 ._inner_fih98l_160::placeholder{
|
|
365
365
|
letter-spacing:0.0015em;
|
|
366
366
|
color:rgba(25,25,28,0.7);
|
|
367
367
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
@@ -373,101 +373,101 @@
|
|
|
373
373
|
line-height:24px;
|
|
374
374
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
375
375
|
}
|
|
376
|
-
._rs-reset-letter-
|
|
376
|
+
._rs-reset-letter-spacing_fih98l_1 ._sizeM_fih98l_114 ._inner_fih98l_160::placeholder, ._rs-reset-letter-spacing_fih98l_1 ._sizeS_fih98l_118 ._inner_fih98l_160::placeholder{
|
|
377
377
|
letter-spacing:normal;
|
|
378
378
|
}
|
|
379
|
-
.
|
|
379
|
+
._light_fih98l_19 ._inner_fih98l_160{
|
|
380
380
|
color:#19191C;
|
|
381
381
|
}
|
|
382
|
-
.
|
|
382
|
+
._light_fih98l_19 ._inner_fih98l_160::-webkit-input-placeholder{
|
|
383
383
|
color:rgba(25,25,28,0.5);
|
|
384
384
|
}
|
|
385
|
-
.
|
|
385
|
+
._light_fih98l_19 ._inner_fih98l_160::-moz-placeholder{
|
|
386
386
|
color:rgba(25,25,28,0.5);
|
|
387
387
|
}
|
|
388
|
-
.
|
|
388
|
+
._light_fih98l_19 ._inner_fih98l_160:-ms-input-placeholder{
|
|
389
389
|
color:rgba(25,25,28,0.5);
|
|
390
390
|
}
|
|
391
|
-
.
|
|
391
|
+
._light_fih98l_19 ._inner_fih98l_160::-ms-input-placeholder{
|
|
392
392
|
color:rgba(25,25,28,0.5);
|
|
393
393
|
}
|
|
394
|
-
.
|
|
394
|
+
._light_fih98l_19 ._inner_fih98l_160::placeholder{
|
|
395
395
|
color:rgba(25,25,28,0.5);
|
|
396
396
|
}
|
|
397
|
-
.
|
|
397
|
+
._dark_fih98l_48 ._inner_fih98l_160{
|
|
398
398
|
color:#FFFFFF;
|
|
399
399
|
}
|
|
400
|
-
.
|
|
400
|
+
._dark_fih98l_48 ._inner_fih98l_160::-webkit-input-placeholder{
|
|
401
401
|
color:rgba(255,255,255,0.5);
|
|
402
402
|
}
|
|
403
|
-
.
|
|
403
|
+
._dark_fih98l_48 ._inner_fih98l_160::-moz-placeholder{
|
|
404
404
|
color:rgba(255,255,255,0.5);
|
|
405
405
|
}
|
|
406
|
-
.
|
|
406
|
+
._dark_fih98l_48 ._inner_fih98l_160:-ms-input-placeholder{
|
|
407
407
|
color:rgba(255,255,255,0.5);
|
|
408
408
|
}
|
|
409
|
-
.
|
|
409
|
+
._dark_fih98l_48 ._inner_fih98l_160::-ms-input-placeholder{
|
|
410
410
|
color:rgba(255,255,255,0.5);
|
|
411
411
|
}
|
|
412
|
-
.
|
|
412
|
+
._dark_fih98l_48 ._inner_fih98l_160::placeholder{
|
|
413
413
|
color:rgba(255,255,255,0.5);
|
|
414
414
|
}
|
|
415
|
-
.
|
|
416
|
-
.
|
|
415
|
+
._light_fih98l_19._disabled_fih98l_92 ._inner_fih98l_160,
|
|
416
|
+
._light_fih98l_19 ._inner_fih98l_160:disabled{
|
|
417
417
|
color:rgba(25,25,28,0.7);
|
|
418
418
|
}
|
|
419
|
-
.
|
|
420
|
-
.
|
|
419
|
+
._dark_fih98l_48._disabled_fih98l_92 ._inner_fih98l_160,
|
|
420
|
+
._dark_fih98l_48 ._inner_fih98l_160:disabled{
|
|
421
421
|
color:rgba(255,255,255,0.7);
|
|
422
422
|
}
|
|
423
|
-
.
|
|
423
|
+
._dark_fih98l_48._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160{
|
|
424
424
|
color:#19191C;
|
|
425
425
|
}
|
|
426
|
-
.
|
|
426
|
+
._dark_fih98l_48._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160::-webkit-input-placeholder{
|
|
427
427
|
color:rgba(25,25,28,0.7);
|
|
428
428
|
}
|
|
429
|
-
.
|
|
429
|
+
._dark_fih98l_48._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160::-moz-placeholder{
|
|
430
430
|
color:rgba(25,25,28,0.7);
|
|
431
431
|
}
|
|
432
|
-
.
|
|
432
|
+
._dark_fih98l_48._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160:-ms-input-placeholder{
|
|
433
433
|
color:rgba(25,25,28,0.7);
|
|
434
434
|
}
|
|
435
|
-
.
|
|
435
|
+
._dark_fih98l_48._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160::-ms-input-placeholder{
|
|
436
436
|
color:rgba(25,25,28,0.7);
|
|
437
437
|
}
|
|
438
|
-
.
|
|
438
|
+
._dark_fih98l_48._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160::placeholder{
|
|
439
439
|
color:rgba(25,25,28,0.7);
|
|
440
440
|
}
|
|
441
|
-
.
|
|
442
|
-
.
|
|
441
|
+
._light_fih98l_19._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160,
|
|
442
|
+
._error_fih98l_77._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160{
|
|
443
443
|
color:#FFFFFF;
|
|
444
444
|
}
|
|
445
|
-
.
|
|
445
|
+
._light_fih98l_19._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160::-webkit-input-placeholder, ._error_fih98l_77._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160::-webkit-input-placeholder{
|
|
446
446
|
color:rgba(255,255,255,0.7);
|
|
447
447
|
}
|
|
448
|
-
.
|
|
448
|
+
._light_fih98l_19._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160::-moz-placeholder, ._error_fih98l_77._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160::-moz-placeholder{
|
|
449
449
|
color:rgba(255,255,255,0.7);
|
|
450
450
|
}
|
|
451
|
-
.
|
|
451
|
+
._light_fih98l_19._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160:-ms-input-placeholder, ._error_fih98l_77._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160:-ms-input-placeholder{
|
|
452
452
|
color:rgba(255,255,255,0.7);
|
|
453
453
|
}
|
|
454
|
-
.
|
|
454
|
+
._light_fih98l_19._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160::-ms-input-placeholder, ._error_fih98l_77._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160::-ms-input-placeholder{
|
|
455
455
|
color:rgba(255,255,255,0.7);
|
|
456
456
|
}
|
|
457
|
-
.
|
|
457
|
+
._light_fih98l_19._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160::placeholder, ._error_fih98l_77._rock_fih98l_44._focused_fih98l_35 ._inner_fih98l_160::placeholder{
|
|
458
458
|
color:rgba(255,255,255,0.7);
|
|
459
459
|
}
|
|
460
|
-
.
|
|
460
|
+
._offSystemMicroelements_fih98l_322 ._inner_fih98l_160{
|
|
461
461
|
-moz-appearance:textfield;
|
|
462
462
|
}
|
|
463
|
-
.
|
|
464
|
-
.
|
|
463
|
+
._offSystemMicroelements_fih98l_322 ._inner_fih98l_160::-webkit-outer-spin-button,
|
|
464
|
+
._offSystemMicroelements_fih98l_322 ._inner_fih98l_160::-webkit-inner-spin-button{
|
|
465
465
|
-webkit-appearance:none;
|
|
466
466
|
appearance:none;
|
|
467
467
|
|
|
468
468
|
margin:0;
|
|
469
469
|
}
|
|
470
|
-
.
|
|
470
|
+
._icon_fih98l_333{
|
|
471
471
|
display:-webkit-inline-box;
|
|
472
472
|
display:-ms-inline-flexbox;
|
|
473
473
|
display:inline-flex;
|
|
@@ -476,15 +476,15 @@
|
|
|
476
476
|
flex:0 0 auto;
|
|
477
477
|
|
|
478
478
|
}
|
|
479
|
-
.
|
|
479
|
+
._icon_fih98l_333._action_fih98l_337{
|
|
480
480
|
position:relative;
|
|
481
481
|
|
|
482
482
|
cursor:pointer;
|
|
483
483
|
}
|
|
484
|
-
.
|
|
484
|
+
._icon_fih98l_333._action_fih98l_337:focus{
|
|
485
485
|
outline:none;
|
|
486
486
|
}
|
|
487
|
-
.
|
|
487
|
+
._icon_fih98l_333._action_fih98l_337::before{
|
|
488
488
|
position:absolute;
|
|
489
489
|
top:-4px;
|
|
490
490
|
right:-4px;
|
|
@@ -501,200 +501,200 @@
|
|
|
501
501
|
content:'';
|
|
502
502
|
pointer-events:none;
|
|
503
503
|
}
|
|
504
|
-
.
|
|
504
|
+
._icon_fih98l_333._action_fih98l_337:focus[data-focus-method='key']::before{
|
|
505
505
|
display:block;
|
|
506
506
|
}
|
|
507
|
-
.
|
|
507
|
+
._light_fih98l_19 ._icon_fih98l_333._action_fih98l_337::before{
|
|
508
508
|
border-color:rgba(22,125,255,0.8);
|
|
509
509
|
border-color:var(--rs-color-primary-t-dim-light-theme, rgba(22,125,255,0.8));
|
|
510
510
|
}
|
|
511
|
-
.
|
|
511
|
+
._dark_fih98l_48 ._icon_fih98l_333._action_fih98l_337::before{
|
|
512
512
|
border-color:rgba(76,166,255,0.8);
|
|
513
513
|
border-color:var(--rs-color-primary-t-dim-dark-theme, rgba(76,166,255,0.8));
|
|
514
514
|
}
|
|
515
|
-
.
|
|
515
|
+
._disabled_fih98l_92 ._icon_fih98l_333._action_fih98l_337{
|
|
516
516
|
pointer-events:none;
|
|
517
517
|
}
|
|
518
|
-
.
|
|
518
|
+
._sizeL_fih98l_110 ._icon_fih98l_333{
|
|
519
519
|
padding-top: 11px;
|
|
520
520
|
padding-bottom: 11px;
|
|
521
521
|
margin-top: -11px;
|
|
522
522
|
margin-bottom: -11px;
|
|
523
523
|
}
|
|
524
|
-
.
|
|
524
|
+
._sizeM_fih98l_114 ._icon_fih98l_333{
|
|
525
525
|
padding-top: 7px;
|
|
526
526
|
padding-bottom: 7px;
|
|
527
527
|
margin-top: -7px;
|
|
528
528
|
margin-bottom: -7px;
|
|
529
529
|
}
|
|
530
|
-
.
|
|
530
|
+
._sizeS_fih98l_118 ._icon_fih98l_333{
|
|
531
531
|
padding-top: 5px;
|
|
532
532
|
padding-bottom: 5px;
|
|
533
533
|
margin-top: -5px;
|
|
534
534
|
margin-bottom: -5px;
|
|
535
535
|
}
|
|
536
|
-
.
|
|
537
|
-
.
|
|
536
|
+
._sizeL_fih98l_110._focused_fih98l_35 ._icon_fih98l_333,
|
|
537
|
+
._sizeL_fih98l_110._error_fih98l_77 ._icon_fih98l_333{
|
|
538
538
|
padding-top: 10px;
|
|
539
539
|
padding-bottom: 10px;
|
|
540
540
|
margin-top: -10px;
|
|
541
541
|
margin-bottom: -10px;
|
|
542
542
|
}
|
|
543
|
-
.
|
|
544
|
-
.
|
|
543
|
+
._sizeM_fih98l_114._focused_fih98l_35 ._icon_fih98l_333,
|
|
544
|
+
._sizeM_fih98l_114._error_fih98l_77 ._icon_fih98l_333{
|
|
545
545
|
padding-top: 6px;
|
|
546
546
|
padding-bottom: 6px;
|
|
547
547
|
margin-top: -6px;
|
|
548
548
|
margin-bottom: -6px;
|
|
549
549
|
}
|
|
550
|
-
.
|
|
551
|
-
.
|
|
550
|
+
._sizeS_fih98l_118._focused_fih98l_35 ._icon_fih98l_333,
|
|
551
|
+
._sizeS_fih98l_118._error_fih98l_77 ._icon_fih98l_333{
|
|
552
552
|
padding-top: 4px;
|
|
553
553
|
padding-bottom: 4px;
|
|
554
554
|
margin-top: -4px;
|
|
555
555
|
margin-bottom: -4px;
|
|
556
556
|
}
|
|
557
|
-
.
|
|
557
|
+
._rock_fih98l_44._sizeL_fih98l_110._focused_fih98l_35 ._icon_fih98l_333{
|
|
558
558
|
padding-top: 12px;
|
|
559
559
|
padding-bottom: 12px;
|
|
560
560
|
margin-top: -12px;
|
|
561
561
|
margin-bottom: -12px;
|
|
562
562
|
}
|
|
563
|
-
.
|
|
563
|
+
._rock_fih98l_44._sizeM_fih98l_114._focused_fih98l_35 ._icon_fih98l_333{
|
|
564
564
|
padding-top: 8px;
|
|
565
565
|
padding-bottom: 8px;
|
|
566
566
|
margin-top: -8px;
|
|
567
567
|
margin-bottom: -8px;
|
|
568
568
|
}
|
|
569
|
-
.
|
|
569
|
+
._rock_fih98l_44._sizeS_fih98l_118._focused_fih98l_35 ._icon_fih98l_333{
|
|
570
570
|
padding-top: 6px;
|
|
571
571
|
padding-bottom: 6px;
|
|
572
572
|
margin-top: -6px;
|
|
573
573
|
margin-bottom: -6px;
|
|
574
574
|
}
|
|
575
|
-
.
|
|
575
|
+
._sizeL_fih98l_110 ._icon_fih98l_333._right_fih98l_418{
|
|
576
576
|
margin-left:16px;
|
|
577
577
|
}
|
|
578
|
-
.
|
|
578
|
+
._sizeM_fih98l_114 ._icon_fih98l_333._right_fih98l_418{
|
|
579
579
|
margin-left:8px;
|
|
580
580
|
}
|
|
581
|
-
.
|
|
581
|
+
._sizeS_fih98l_118 ._icon_fih98l_333._right_fih98l_418{
|
|
582
582
|
margin-left:8px;
|
|
583
583
|
}
|
|
584
|
-
.
|
|
584
|
+
._sizeL_fih98l_110 ._icon_fih98l_333._left_fih98l_430{
|
|
585
585
|
margin-right:16px;
|
|
586
586
|
}
|
|
587
|
-
.
|
|
587
|
+
._sizeM_fih98l_114 ._icon_fih98l_333._left_fih98l_430{
|
|
588
588
|
margin-right:8px;
|
|
589
589
|
}
|
|
590
|
-
.
|
|
590
|
+
._sizeS_fih98l_118 ._icon_fih98l_333._left_fih98l_430{
|
|
591
591
|
margin-right:8px;
|
|
592
592
|
}
|
|
593
|
-
.
|
|
594
|
-
.
|
|
593
|
+
._dark_fih98l_48 ._icon_fih98l_333,
|
|
594
|
+
._light_fih98l_19._rock_fih98l_44._focused_fih98l_35 ._icon_fih98l_333._action_fih98l_337{
|
|
595
595
|
color:rgba(255,255,255,0.7);
|
|
596
596
|
}
|
|
597
|
-
.
|
|
598
|
-
.
|
|
597
|
+
._light_fih98l_19 ._icon_fih98l_333,
|
|
598
|
+
._dark_fih98l_48._rock_fih98l_44._focused_fih98l_35 ._icon_fih98l_333._action_fih98l_337{
|
|
599
599
|
color:rgba(25,25,28,0.7);
|
|
600
600
|
}
|
|
601
|
-
.
|
|
601
|
+
._error_fih98l_77._rock_fih98l_44._focused_fih98l_35 ._icon_fih98l_333._action_fih98l_337{
|
|
602
602
|
color:rgba(255,255,255,0.7);
|
|
603
603
|
}
|
|
604
|
-
.
|
|
605
|
-
.
|
|
606
|
-
.
|
|
607
|
-
.
|
|
608
|
-
.
|
|
609
|
-
.
|
|
610
|
-
.
|
|
604
|
+
._dark_fih98l_48._enabled_fih98l_25 ._icon_fih98l_333._action_fih98l_337:hover,
|
|
605
|
+
._dark_fih98l_48._enabled_fih98l_25 ._icon_fih98l_333._action_fih98l_337:focus[data-focus-method='key'],
|
|
606
|
+
._dark_fih98l_48._enabled_fih98l_25._focused_fih98l_35 ._icon_fih98l_333:not(._action_fih98l_337),
|
|
607
|
+
._dark_fih98l_48._enabled_fih98l_25:hover ._icon_fih98l_333:not(._action_fih98l_337),
|
|
608
|
+
._light_fih98l_19._rock_fih98l_44._enabled_fih98l_25._focused_fih98l_35 ._icon_fih98l_333:not(._action_fih98l_337),
|
|
609
|
+
._light_fih98l_19._rock_fih98l_44._enabled_fih98l_25._focused_fih98l_35 ._icon_fih98l_333._action_fih98l_337:hover,
|
|
610
|
+
._light_fih98l_19._rock_fih98l_44._enabled_fih98l_25._focused_fih98l_35 ._icon_fih98l_333._action_fih98l_337:focus[data-focus-method='key']{
|
|
611
611
|
color:#FFFFFF;
|
|
612
612
|
}
|
|
613
|
-
.
|
|
614
|
-
.
|
|
615
|
-
.
|
|
616
|
-
.
|
|
617
|
-
.
|
|
618
|
-
.
|
|
619
|
-
.
|
|
613
|
+
._light_fih98l_19._enabled_fih98l_25 ._icon_fih98l_333._action_fih98l_337:hover,
|
|
614
|
+
._light_fih98l_19._enabled_fih98l_25 ._icon_fih98l_333._action_fih98l_337:focus[data-focus-method='key'],
|
|
615
|
+
._light_fih98l_19._enabled_fih98l_25._focused_fih98l_35 ._icon_fih98l_333:not(._action_fih98l_337),
|
|
616
|
+
._light_fih98l_19._enabled_fih98l_25:hover ._icon_fih98l_333:not(._action_fih98l_337),
|
|
617
|
+
._dark_fih98l_48._rock_fih98l_44._enabled_fih98l_25._focused_fih98l_35 ._icon_fih98l_333:not(._action_fih98l_337),
|
|
618
|
+
._dark_fih98l_48._rock_fih98l_44._enabled_fih98l_25._focused_fih98l_35 ._icon_fih98l_333._action_fih98l_337:hover,
|
|
619
|
+
._dark_fih98l_48._rock_fih98l_44._enabled_fih98l_25._focused_fih98l_35 ._icon_fih98l_333._action_fih98l_337:focus[data-focus-method='key']{
|
|
620
620
|
color:#19191C;
|
|
621
621
|
}
|
|
622
|
-
.
|
|
623
|
-
.
|
|
624
|
-
.
|
|
622
|
+
._error_fih98l_77._rock_fih98l_44._enabled_fih98l_25._focused_fih98l_35 ._icon_fih98l_333:not(._action_fih98l_337),
|
|
623
|
+
._error_fih98l_77._rock_fih98l_44._enabled_fih98l_25._focused_fih98l_35 ._icon_fih98l_333._action_fih98l_337:hover,
|
|
624
|
+
._error_fih98l_77._rock_fih98l_44._enabled_fih98l_25._focused_fih98l_35 ._icon_fih98l_333._action_fih98l_337:focus[data-focus-method='key']{
|
|
625
625
|
color:#FFFFFF;
|
|
626
626
|
|
|
627
627
|
}
|
|
628
|
-
.
|
|
628
|
+
._disabled_fih98l_92._light_fih98l_19 ._icon_fih98l_333{
|
|
629
629
|
color:rgba(25,25,28,0.5);
|
|
630
630
|
}
|
|
631
|
-
.
|
|
631
|
+
._disabled_fih98l_92._dark_fih98l_48 ._icon_fih98l_333{
|
|
632
632
|
color:rgba(255,255,255,0.5);
|
|
633
633
|
}
|
|
634
|
-
.
|
|
634
|
+
._divider_fih98l_493{
|
|
635
635
|
display:block;
|
|
636
636
|
|
|
637
637
|
width:1px;
|
|
638
638
|
margin-right:1px;
|
|
639
639
|
margin-left:1px;
|
|
640
640
|
}
|
|
641
|
-
.
|
|
642
|
-
.
|
|
641
|
+
._focused_fih98l_35 ._divider_fih98l_493,
|
|
642
|
+
._error_fih98l_77 ._divider_fih98l_493{
|
|
643
643
|
margin-right:2px;
|
|
644
644
|
margin-left:2px;
|
|
645
645
|
}
|
|
646
|
-
.
|
|
646
|
+
._rock_fih98l_44._focused_fih98l_35 ._divider_fih98l_493{
|
|
647
647
|
margin-right:0;
|
|
648
648
|
margin-left:0;
|
|
649
649
|
}
|
|
650
|
-
.
|
|
650
|
+
._light_fih98l_19 ._divider_fih98l_493{
|
|
651
651
|
background:rgba(25,25,28,0.2);
|
|
652
652
|
}
|
|
653
|
-
.
|
|
653
|
+
._dark_fih98l_48 ._divider_fih98l_493{
|
|
654
654
|
background:rgba(255,255,255,0.2);
|
|
655
655
|
}
|
|
656
|
-
.
|
|
656
|
+
._light_fih98l_19._rock_fih98l_44._focused_fih98l_35 ._divider_fih98l_493{
|
|
657
657
|
background:#FFFFFF;
|
|
658
658
|
}
|
|
659
|
-
.
|
|
659
|
+
._dark_fih98l_48._rock_fih98l_44._focused_fih98l_35 ._divider_fih98l_493{
|
|
660
660
|
background:#19191C;
|
|
661
661
|
}
|
|
662
|
-
.
|
|
662
|
+
._suffix_fih98l_528{
|
|
663
663
|
-webkit-box-flex:0;
|
|
664
664
|
-ms-flex:0 0 auto;
|
|
665
665
|
flex:0 0 auto;
|
|
666
666
|
}
|
|
667
|
-
.
|
|
667
|
+
._sizeL_fih98l_110 ._suffix_fih98l_528{
|
|
668
668
|
padding: 11px 15px;
|
|
669
669
|
}
|
|
670
|
-
.
|
|
670
|
+
._sizeM_fih98l_114 ._suffix_fih98l_528{
|
|
671
671
|
padding: 7px 7px;
|
|
672
672
|
}
|
|
673
|
-
.
|
|
673
|
+
._sizeS_fih98l_118 ._suffix_fih98l_528{
|
|
674
674
|
padding: 5px 7px;
|
|
675
675
|
}
|
|
676
|
-
.
|
|
677
|
-
.
|
|
676
|
+
._sizeL_fih98l_110._focused_fih98l_35 ._suffix_fih98l_528,
|
|
677
|
+
._sizeL_fih98l_110._error_fih98l_77 ._suffix_fih98l_528{
|
|
678
678
|
padding: 10px 14px;
|
|
679
679
|
}
|
|
680
|
-
.
|
|
681
|
-
.
|
|
680
|
+
._sizeM_fih98l_114._focused_fih98l_35 ._suffix_fih98l_528,
|
|
681
|
+
._sizeM_fih98l_114._error_fih98l_77 ._suffix_fih98l_528{
|
|
682
682
|
padding: 6px 6px;
|
|
683
683
|
}
|
|
684
|
-
.
|
|
685
|
-
.
|
|
684
|
+
._sizeS_fih98l_118._focused_fih98l_35 ._suffix_fih98l_528,
|
|
685
|
+
._sizeS_fih98l_118._error_fih98l_77 ._suffix_fih98l_528{
|
|
686
686
|
padding: 4px 6px;
|
|
687
687
|
}
|
|
688
|
-
.
|
|
688
|
+
._sizeL_fih98l_110._rock_fih98l_44._focused_fih98l_35 ._suffix_fih98l_528{
|
|
689
689
|
padding: 12px 16px;
|
|
690
690
|
}
|
|
691
|
-
.
|
|
691
|
+
._sizeM_fih98l_114._rock_fih98l_44._focused_fih98l_35 ._suffix_fih98l_528{
|
|
692
692
|
padding: 8px 8px;
|
|
693
693
|
}
|
|
694
|
-
.
|
|
694
|
+
._sizeS_fih98l_118._rock_fih98l_44._focused_fih98l_35 ._suffix_fih98l_528{
|
|
695
695
|
padding: 6px 8px;
|
|
696
696
|
}
|
|
697
|
-
.
|
|
697
|
+
._sizeL_fih98l_110 ._suffix_fih98l_528{
|
|
698
698
|
color:rgba(25,25,28,0.7);
|
|
699
699
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
700
700
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
@@ -705,8 +705,8 @@
|
|
|
705
705
|
line-height:28px;
|
|
706
706
|
line-height:var(--rs-text-1-line-height, 28px);
|
|
707
707
|
}
|
|
708
|
-
.
|
|
709
|
-
.
|
|
708
|
+
._sizeM_fih98l_114 ._suffix_fih98l_528,
|
|
709
|
+
._sizeS_fih98l_118 ._suffix_fih98l_528{
|
|
710
710
|
letter-spacing:0.0015em;
|
|
711
711
|
color:rgba(25,25,28,0.7);
|
|
712
712
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
@@ -718,28 +718,28 @@
|
|
|
718
718
|
line-height:24px;
|
|
719
719
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
720
720
|
}
|
|
721
|
-
._rs-reset-letter-
|
|
721
|
+
._rs-reset-letter-spacing_fih98l_1 ._sizeM_fih98l_114 ._suffix_fih98l_528, ._rs-reset-letter-spacing_fih98l_1 ._sizeS_fih98l_118 ._suffix_fih98l_528{
|
|
722
722
|
letter-spacing:normal;
|
|
723
723
|
}
|
|
724
|
-
.
|
|
724
|
+
._light_fih98l_19 ._suffix_fih98l_528{
|
|
725
725
|
color:rgba(25,25,28,0.5);
|
|
726
726
|
}
|
|
727
|
-
.
|
|
727
|
+
._dark_fih98l_48 ._suffix_fih98l_528{
|
|
728
728
|
color:rgba(255,255,255,0.5);
|
|
729
729
|
}
|
|
730
|
-
.
|
|
730
|
+
._light_fih98l_19._rock_fih98l_44._focused_fih98l_35 ._suffix_fih98l_528{
|
|
731
731
|
color:rgba(255,255,255,0.7);
|
|
732
732
|
}
|
|
733
|
-
.
|
|
733
|
+
._dark_fih98l_48._rock_fih98l_44._focused_fih98l_35 ._suffix_fih98l_528{
|
|
734
734
|
color:rgba(25,25,28,0.7);
|
|
735
735
|
}
|
|
736
|
-
.
|
|
736
|
+
._error_fih98l_77._rock_fih98l_44._focused_fih98l_35 ._suffix_fih98l_528{
|
|
737
737
|
color:rgba(255,255,255,0.7);
|
|
738
738
|
}
|
|
739
|
-
.
|
|
739
|
+
._errorMessage_fih98l_563{
|
|
740
740
|
margin-top:8px;
|
|
741
741
|
}
|
|
742
|
-
.
|
|
742
|
+
._sizeL_fih98l_110 ._errorMessage_fih98l_563{
|
|
743
743
|
letter-spacing:0.0015em;
|
|
744
744
|
color:rgba(25,25,28,0.7);
|
|
745
745
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
@@ -751,14 +751,14 @@
|
|
|
751
751
|
line-height:24px;
|
|
752
752
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
753
753
|
}
|
|
754
|
-
._rs-reset-letter-
|
|
754
|
+
._rs-reset-letter-spacing_fih98l_1 ._sizeL_fih98l_110 ._errorMessage_fih98l_563{
|
|
755
755
|
letter-spacing:normal;
|
|
756
756
|
}
|
|
757
|
-
.
|
|
757
|
+
._sizeL_fih98l_110 ._errorMessage_fih98l_563 {
|
|
758
758
|
color:#F45C4A;
|
|
759
759
|
}
|
|
760
|
-
.
|
|
761
|
-
.
|
|
760
|
+
._sizeM_fih98l_114 ._errorMessage_fih98l_563,
|
|
761
|
+
._sizeS_fih98l_118 ._errorMessage_fih98l_563{
|
|
762
762
|
letter-spacing:0.0045em;
|
|
763
763
|
color:rgba(25,25,28,0.7);
|
|
764
764
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
@@ -769,20 +769,20 @@
|
|
|
769
769
|
line-height:20px;
|
|
770
770
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
771
771
|
}
|
|
772
|
-
._rs-reset-letter-
|
|
772
|
+
._rs-reset-letter-spacing_fih98l_1 ._sizeM_fih98l_114 ._errorMessage_fih98l_563, ._rs-reset-letter-spacing_fih98l_1 ._sizeS_fih98l_118 ._errorMessage_fih98l_563{
|
|
773
773
|
letter-spacing:normal;
|
|
774
774
|
}
|
|
775
|
-
.
|
|
776
|
-
.
|
|
775
|
+
._sizeM_fih98l_114 ._errorMessage_fih98l_563,
|
|
776
|
+
._sizeS_fih98l_118 ._errorMessage_fih98l_563 {
|
|
777
777
|
color:#F45C4A;
|
|
778
778
|
}
|
|
779
|
-
.
|
|
779
|
+
._note_fih98l_577{
|
|
780
780
|
margin-top:8px;
|
|
781
781
|
}
|
|
782
|
-
.
|
|
782
|
+
._sizeS_fih98l_118 ._note_fih98l_577{
|
|
783
783
|
margin-top:4px;
|
|
784
784
|
}
|
|
785
|
-
.
|
|
785
|
+
._sizeL_fih98l_110._light_fih98l_19 ._note_fih98l_577{
|
|
786
786
|
letter-spacing:0.0015em;
|
|
787
787
|
color:rgba(25,25,28,0.7);
|
|
788
788
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
@@ -794,11 +794,11 @@
|
|
|
794
794
|
line-height:24px;
|
|
795
795
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
796
796
|
}
|
|
797
|
-
._rs-reset-letter-
|
|
797
|
+
._rs-reset-letter-spacing_fih98l_1 ._sizeL_fih98l_110._light_fih98l_19 ._note_fih98l_577{
|
|
798
798
|
letter-spacing:normal;
|
|
799
799
|
}
|
|
800
|
-
.
|
|
801
|
-
.
|
|
800
|
+
._sizeM_fih98l_114._light_fih98l_19 ._note_fih98l_577,
|
|
801
|
+
._sizeS_fih98l_118._light_fih98l_19 ._note_fih98l_577{
|
|
802
802
|
letter-spacing:0.0045em;
|
|
803
803
|
color:rgba(25,25,28,0.7);
|
|
804
804
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
@@ -809,10 +809,10 @@
|
|
|
809
809
|
line-height:20px;
|
|
810
810
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
811
811
|
}
|
|
812
|
-
._rs-reset-letter-
|
|
812
|
+
._rs-reset-letter-spacing_fih98l_1 ._sizeM_fih98l_114._light_fih98l_19 ._note_fih98l_577, ._rs-reset-letter-spacing_fih98l_1 ._sizeS_fih98l_118._light_fih98l_19 ._note_fih98l_577{
|
|
813
813
|
letter-spacing:normal;
|
|
814
814
|
}
|
|
815
|
-
.
|
|
815
|
+
._sizeL_fih98l_110._dark_fih98l_48 ._note_fih98l_577{
|
|
816
816
|
letter-spacing:0.0015em;
|
|
817
817
|
color:rgba(25,25,28,0.7);
|
|
818
818
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
@@ -824,15 +824,15 @@
|
|
|
824
824
|
line-height:24px;
|
|
825
825
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
826
826
|
}
|
|
827
|
-
._rs-reset-letter-
|
|
827
|
+
._rs-reset-letter-spacing_fih98l_1 ._sizeL_fih98l_110._dark_fih98l_48 ._note_fih98l_577{
|
|
828
828
|
letter-spacing:normal;
|
|
829
829
|
}
|
|
830
|
-
.
|
|
830
|
+
._sizeL_fih98l_110._dark_fih98l_48 ._note_fih98l_577 {
|
|
831
831
|
color:rgba(255,255,255,0.7);
|
|
832
832
|
color:var(--rs-typography-color-average, rgba(255,255,255,0.7));
|
|
833
833
|
}
|
|
834
|
-
.
|
|
835
|
-
.
|
|
834
|
+
._sizeM_fih98l_114._dark_fih98l_48 ._note_fih98l_577,
|
|
835
|
+
._sizeS_fih98l_118._dark_fih98l_48 ._note_fih98l_577{
|
|
836
836
|
letter-spacing:0.0045em;
|
|
837
837
|
color:rgba(25,25,28,0.7);
|
|
838
838
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
@@ -843,29 +843,29 @@
|
|
|
843
843
|
line-height:20px;
|
|
844
844
|
line-height:var(--rs-text-3-line-height, 20px);
|
|
845
845
|
}
|
|
846
|
-
._rs-reset-letter-
|
|
846
|
+
._rs-reset-letter-spacing_fih98l_1 ._sizeM_fih98l_114._dark_fih98l_48 ._note_fih98l_577, ._rs-reset-letter-spacing_fih98l_1 ._sizeS_fih98l_118._dark_fih98l_48 ._note_fih98l_577{
|
|
847
847
|
letter-spacing:normal;
|
|
848
848
|
}
|
|
849
|
-
.
|
|
850
|
-
.
|
|
849
|
+
._sizeM_fih98l_114._dark_fih98l_48 ._note_fih98l_577,
|
|
850
|
+
._sizeS_fih98l_118._dark_fih98l_48 ._note_fih98l_577 {
|
|
851
851
|
color:rgba(255,255,255,0.7);
|
|
852
852
|
color:var(--rs-typography-color-average, rgba(255,255,255,0.7));
|
|
853
853
|
}
|
|
854
|
-
.
|
|
854
|
+
._light_fih98l_19._disabled_fih98l_92 ._note_fih98l_577{
|
|
855
855
|
color:rgba(25,25,28,0.5);
|
|
856
856
|
color:var(--rs-typography-color-pale, rgba(25,25,28,0.5));
|
|
857
857
|
}
|
|
858
|
-
.
|
|
858
|
+
._dark_fih98l_48._disabled_fih98l_92 ._note_fih98l_577{
|
|
859
859
|
color:rgba(255,255,255,0.5);
|
|
860
860
|
color:var(--rs-typography-color-pale, rgba(255,255,255,0.5));
|
|
861
861
|
}
|
|
862
|
-
.
|
|
862
|
+
._label_fih98l_611{
|
|
863
863
|
margin-bottom:8px;
|
|
864
864
|
}
|
|
865
|
-
.
|
|
865
|
+
._sizeS_fih98l_118 ._label_fih98l_611{
|
|
866
866
|
margin-bottom:4px;
|
|
867
867
|
}
|
|
868
|
-
.
|
|
868
|
+
._light_fih98l_19._sizeL_fih98l_110 ._label_fih98l_611{
|
|
869
869
|
color:rgba(25,25,28,0.7);
|
|
870
870
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
871
871
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
@@ -880,8 +880,8 @@
|
|
|
880
880
|
height:28px;
|
|
881
881
|
height:var(--rs-text-1-line-height, 28px);
|
|
882
882
|
}
|
|
883
|
-
.
|
|
884
|
-
.
|
|
883
|
+
._light_fih98l_19._sizeM_fih98l_114 ._label_fih98l_611,
|
|
884
|
+
._light_fih98l_19._sizeS_fih98l_118 ._label_fih98l_611{
|
|
885
885
|
letter-spacing:0.0015em;
|
|
886
886
|
color:rgba(25,25,28,0.7);
|
|
887
887
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
@@ -893,15 +893,15 @@
|
|
|
893
893
|
line-height:24px;
|
|
894
894
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
895
895
|
}
|
|
896
|
-
._rs-reset-letter-
|
|
896
|
+
._rs-reset-letter-spacing_fih98l_1 ._light_fih98l_19._sizeM_fih98l_114 ._label_fih98l_611, ._rs-reset-letter-spacing_fih98l_1 ._light_fih98l_19._sizeS_fih98l_118 ._label_fih98l_611{
|
|
897
897
|
letter-spacing:normal;
|
|
898
898
|
}
|
|
899
|
-
.
|
|
900
|
-
.
|
|
899
|
+
._light_fih98l_19._sizeM_fih98l_114 ._label_fih98l_611,
|
|
900
|
+
._light_fih98l_19._sizeS_fih98l_118 ._label_fih98l_611 {
|
|
901
901
|
color:#19191C;
|
|
902
902
|
color:var(--rs-typography-color-hard, #19191C);
|
|
903
903
|
}
|
|
904
|
-
.
|
|
904
|
+
._dark_fih98l_48._sizeL_fih98l_110 ._label_fih98l_611{
|
|
905
905
|
color:rgba(25,25,28,0.7);
|
|
906
906
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
907
907
|
font-family:'JetBrains Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
@@ -914,8 +914,8 @@
|
|
|
914
914
|
color:#FFFFFF;
|
|
915
915
|
color:var(--rs-typography-color-hard, #FFFFFF);
|
|
916
916
|
}
|
|
917
|
-
.
|
|
918
|
-
.
|
|
917
|
+
._dark_fih98l_48._sizeM_fih98l_114 ._label_fih98l_611,
|
|
918
|
+
._dark_fih98l_48._sizeS_fih98l_118 ._label_fih98l_611{
|
|
919
919
|
letter-spacing:0.0015em;
|
|
920
920
|
color:rgba(25,25,28,0.7);
|
|
921
921
|
color:var(--rs-typography-color-average, rgba(25,25,28,0.7));
|
|
@@ -927,19 +927,19 @@
|
|
|
927
927
|
line-height:24px;
|
|
928
928
|
line-height:var(--rs-text-2-line-height, 24px);
|
|
929
929
|
}
|
|
930
|
-
._rs-reset-letter-
|
|
930
|
+
._rs-reset-letter-spacing_fih98l_1 ._dark_fih98l_48._sizeM_fih98l_114 ._label_fih98l_611, ._rs-reset-letter-spacing_fih98l_1 ._dark_fih98l_48._sizeS_fih98l_118 ._label_fih98l_611{
|
|
931
931
|
letter-spacing:normal;
|
|
932
932
|
}
|
|
933
|
-
.
|
|
934
|
-
.
|
|
933
|
+
._dark_fih98l_48._sizeM_fih98l_114 ._label_fih98l_611,
|
|
934
|
+
._dark_fih98l_48._sizeS_fih98l_118 ._label_fih98l_611 {
|
|
935
935
|
color:#FFFFFF;
|
|
936
936
|
color:var(--rs-typography-color-hard, #FFFFFF);
|
|
937
937
|
}
|
|
938
|
-
.
|
|
938
|
+
._light_fih98l_19._disabled_fih98l_92 ._label_fih98l_611{
|
|
939
939
|
color:rgba(25,25,28,0.5);
|
|
940
940
|
color:var(--rs-typography-color-pale, rgba(25,25,28,0.5));
|
|
941
941
|
}
|
|
942
|
-
.
|
|
942
|
+
._dark_fih98l_48._disabled_fih98l_92 ._label_fih98l_611{
|
|
943
943
|
color:rgba(255,255,255,0.5);
|
|
944
944
|
color:var(--rs-typography-color-pale, rgba(255,255,255,0.5));
|
|
945
945
|
}
|
package/lib/input.module.pcss.js
CHANGED
|
@@ -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_fih98l_8",
|
|
3
|
+
"wrapper": "_wrapper_fih98l_12",
|
|
4
|
+
"light": "_light_fih98l_19",
|
|
5
|
+
"enabled": "_enabled_fih98l_25",
|
|
6
|
+
"filled": "_filled_fih98l_25",
|
|
7
|
+
"focused": "_focused_fih98l_35",
|
|
8
|
+
"classic": "_classic_fih98l_40",
|
|
9
|
+
"rock": "_rock_fih98l_44",
|
|
10
|
+
"dark": "_dark_fih98l_48",
|
|
11
|
+
"error": "_error_fih98l_77",
|
|
12
|
+
"disabled": "_disabled_fih98l_92",
|
|
13
|
+
"field": "_field_fih98l_150",
|
|
14
|
+
"sizeL": "_sizeL_fih98l_110",
|
|
15
|
+
"sizeM": "_sizeM_fih98l_114",
|
|
16
|
+
"sizeS": "_sizeS_fih98l_118",
|
|
17
|
+
"inner": "_inner_fih98l_160",
|
|
18
|
+
"rs-reset-letter-spacing": "_rs-reset-letter-spacing_fih98l_1",
|
|
19
|
+
"offSystemMicroelements": "_offSystemMicroelements_fih98l_322",
|
|
20
|
+
"icon": "_icon_fih98l_333",
|
|
21
|
+
"action": "_action_fih98l_337",
|
|
22
|
+
"right": "_right_fih98l_418",
|
|
23
|
+
"left": "_left_fih98l_430",
|
|
24
|
+
"divider": "_divider_fih98l_493",
|
|
25
|
+
"suffix": "_suffix_fih98l_528",
|
|
26
|
+
"errorMessage": "_errorMessage_fih98l_563",
|
|
27
|
+
"note": "_note_fih98l_577",
|
|
28
|
+
"label": "_label_fih98l_611"
|
|
29
29
|
};
|
|
30
30
|
export default styles;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/input",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "JetBrains",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime-corejs3": "^7.14.0",
|
|
18
|
-
"@rescui/icons": "^0.
|
|
18
|
+
"@rescui/icons": "^0.4.0",
|
|
19
19
|
"classnames": "^2.2.6",
|
|
20
20
|
"core-js": "^3.9.1"
|
|
21
21
|
},
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"react": ">=16.8.0 <18"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@rescui/colors": "^0.0.
|
|
28
|
+
"@rescui/colors": "^0.0.6",
|
|
29
29
|
"@rescui/postcss-preset-library": "^0.0.4",
|
|
30
|
-
"@rescui/scripts": "^0.1.
|
|
31
|
-
"@rescui/tooltip": "^0.
|
|
32
|
-
"@rescui/typography": "^0.
|
|
30
|
+
"@rescui/scripts": "^0.1.4",
|
|
31
|
+
"@rescui/tooltip": "^0.2.0",
|
|
32
|
+
"@rescui/typography": "^0.4.0",
|
|
33
33
|
"@rescui/visual-regression": "^0.0.1",
|
|
34
34
|
"@types/classnames": "^2.2.11"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "rescui-scripts build"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "6b1d206de2641861028760d73f33dee214c07911"
|
|
40
40
|
}
|