@livepeer/design-system 1.1.0-0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +30 -30
- package/dist/components/Accordion.d.ts +0 -1512
- package/dist/components/Alert.d.ts +0 -752
- package/dist/components/AlertDialog.d.ts +0 -15
- package/dist/components/AppBar.d.ts +0 -755
- package/dist/components/Avatar.d.ts +0 -2270
- package/dist/components/Badge.d.ts +0 -753
- package/dist/components/Banner.d.ts +0 -754
- package/dist/components/Box.d.ts +0 -749
- package/dist/components/Button.d.ts +0 -753
- package/dist/components/Card.d.ts +0 -751
- package/dist/components/Checkbox.d.ts +0 -761
- package/dist/components/Code.d.ts +0 -751
- package/dist/components/Container.d.ts +0 -751
- package/dist/components/ContextMenu.d.ts +0 -3766
- package/dist/components/ControlGroup.d.ts +0 -749
- package/dist/components/DesignSystemProvider.d.ts +0 -9
- package/dist/components/Dialog.d.ts +0 -18
- package/dist/components/DropdownMenu.d.ts +0 -6016
- package/dist/components/Flex.d.ts +0 -755
- package/dist/components/Grid.d.ts +0 -757
- package/dist/components/Heading.d.ts +0 -14
- package/dist/components/IconButton.d.ts +0 -753
- package/dist/components/Image.d.ts +0 -749
- package/dist/components/Kbd.d.ts +0 -752
- package/dist/components/Label.d.ts +0 -755
- package/dist/components/Link.d.ts +0 -751
- package/dist/components/Menu.d.ts +0 -10498
- package/dist/components/Overlay.d.ts +0 -1498
- package/dist/components/Panel.d.ts +0 -1498
- package/dist/components/Paragraph.d.ts +0 -14
- package/dist/components/Popover.d.ts +0 -13
- package/dist/components/ProgressBar.d.ts +0 -761
- package/dist/components/Promo.d.ts +0 -754
- package/dist/components/Radio.d.ts +0 -1510
- package/dist/components/RadioCard.d.ts +0 -758
- package/dist/components/RadioGrid.d.ts +0 -1500
- package/dist/components/Scrollbar.d.ts +0 -6
- package/dist/components/Section.d.ts +0 -751
- package/dist/components/Select.d.ts +0 -1504
- package/dist/components/Separator.d.ts +0 -753
- package/dist/components/Sheet.d.ts +0 -766
- package/dist/components/SimpleToggle.d.ts +0 -753
- package/dist/components/Skeleton.d.ts +0 -751
- package/dist/components/Slider.d.ts +0 -758
- package/dist/components/Snackbar/SnackbarProvider.d.ts +0 -15
- package/dist/components/Snackbar/index.d.ts +0 -2
- package/dist/components/Snackbar/transitionStyles.d.ts +0 -87
- package/dist/components/Snackbar/useSnackbar.d.ts +0 -5
- package/dist/components/Status.d.ts +0 -752
- package/dist/components/Sub.d.ts +0 -749
- package/dist/components/Sup.d.ts +0 -749
- package/dist/components/Switch.d.ts +0 -1509
- package/dist/components/TabLink.d.ts +0 -751
- package/dist/components/Table.d.ts +0 -6000
- package/dist/components/Tabs.d.ts +0 -4500
- package/dist/components/Text.d.ts +0 -753
- package/dist/components/TextArea.d.ts +0 -753
- package/dist/components/TextField.d.ts +0 -754
- package/dist/components/Tooltip.d.ts +0 -10
- package/dist/components/TreeItem.d.ts +0 -751
- package/dist/components/VerifiedBadge.d.ts +0 -762
- package/dist/custom/AppBar.d.ts +0 -755
- package/dist/custom/Avatars.d.ts +0 -2
- package/dist/custom/DarkThemeButton.d.ts +0 -2
- package/dist/custom/Kbds.d.ts +0 -2
- package/dist/custom/Snackbar.d.ts +0 -2
- package/dist/custom/Toolbar.d.ts +0 -2
- package/dist/index.d.ts +0 -61
- package/dist/index.es.js +0 -4912
- package/dist/index.js +0 -5127
- package/dist/stitches.config.d.ts +0 -6321
@@ -1,753 +0,0 @@
|
|
1
|
-
export declare const Button: import("@stitches/react/types/styled-component").StyledComponent<"button", {
|
2
|
-
size?: number | "1" | "2" | "3" | "4" | undefined;
|
3
|
-
variant?: "gray" | "tomato" | "red" | "crimson" | "pink" | "plum" | "purple" | "violet" | "indigo" | "blue" | "sky" | "cyan" | "teal" | "mint" | "green" | "grass" | "lime" | "yellow" | "amber" | "orange" | "brown" | "primary" | "neutral" | "transparentWhite" | "transparentBlack" | undefined;
|
4
|
-
ghost?: boolean | "true" | undefined;
|
5
|
-
}, {
|
6
|
-
bp1: "(min-width: 520px)";
|
7
|
-
bp2: "(min-width: 900px)";
|
8
|
-
bp3: "(min-width: 1200px)";
|
9
|
-
bp4: "(min-width: 1800px)";
|
10
|
-
motion: "(prefers-reduced-motion)";
|
11
|
-
hover: "(any-hover: hover)";
|
12
|
-
dark: "(prefers-color-scheme: dark)";
|
13
|
-
light: "(prefers-color-scheme: light)";
|
14
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
15
|
-
bp1: "(min-width: 520px)";
|
16
|
-
bp2: "(min-width: 900px)";
|
17
|
-
bp3: "(min-width: 1200px)";
|
18
|
-
bp4: "(min-width: 1800px)";
|
19
|
-
motion: "(prefers-reduced-motion)";
|
20
|
-
hover: "(any-hover: hover)";
|
21
|
-
dark: "(prefers-color-scheme: dark)";
|
22
|
-
light: "(prefers-color-scheme: light)";
|
23
|
-
}, {
|
24
|
-
colors: {
|
25
|
-
hiContrast: string;
|
26
|
-
loContrast: string;
|
27
|
-
canvas: string;
|
28
|
-
panel: string;
|
29
|
-
transparentPanel: string;
|
30
|
-
shadowLight: string;
|
31
|
-
shadowDark: string;
|
32
|
-
blackA1: string;
|
33
|
-
blackA2: string;
|
34
|
-
blackA3: string;
|
35
|
-
blackA4: string;
|
36
|
-
blackA5: string;
|
37
|
-
blackA6: string;
|
38
|
-
blackA7: string;
|
39
|
-
blackA8: string;
|
40
|
-
blackA9: string;
|
41
|
-
blackA10: string;
|
42
|
-
blackA11: string;
|
43
|
-
blackA12: string;
|
44
|
-
whiteA1: string;
|
45
|
-
whiteA2: string;
|
46
|
-
whiteA3: string;
|
47
|
-
whiteA4: string;
|
48
|
-
whiteA5: string;
|
49
|
-
whiteA6: string;
|
50
|
-
whiteA7: string;
|
51
|
-
whiteA8: string;
|
52
|
-
whiteA9: string;
|
53
|
-
whiteA10: string;
|
54
|
-
whiteA11: string;
|
55
|
-
whiteA12: string;
|
56
|
-
gold1: string;
|
57
|
-
gold2: string;
|
58
|
-
gold3: string;
|
59
|
-
gold4: string;
|
60
|
-
gold5: string;
|
61
|
-
gold6: string;
|
62
|
-
gold7: string;
|
63
|
-
gold8: string;
|
64
|
-
gold9: string;
|
65
|
-
gold10: string;
|
66
|
-
gold11: string;
|
67
|
-
gold12: string;
|
68
|
-
bronze1: string;
|
69
|
-
bronze2: string;
|
70
|
-
bronze3: string;
|
71
|
-
bronze4: string;
|
72
|
-
bronze5: string;
|
73
|
-
bronze6: string;
|
74
|
-
bronze7: string;
|
75
|
-
bronze8: string;
|
76
|
-
bronze9: string;
|
77
|
-
bronze10: string;
|
78
|
-
bronze11: string;
|
79
|
-
bronze12: string;
|
80
|
-
brown1: string;
|
81
|
-
brown2: string;
|
82
|
-
brown3: string;
|
83
|
-
brown4: string;
|
84
|
-
brown5: string;
|
85
|
-
brown6: string;
|
86
|
-
brown7: string;
|
87
|
-
brown8: string;
|
88
|
-
brown9: string;
|
89
|
-
brown10: string;
|
90
|
-
brown11: string;
|
91
|
-
brown12: string;
|
92
|
-
orange1: string;
|
93
|
-
orange2: string;
|
94
|
-
orange3: string;
|
95
|
-
orange4: string;
|
96
|
-
orange5: string;
|
97
|
-
orange6: string;
|
98
|
-
orange7: string;
|
99
|
-
orange8: string;
|
100
|
-
orange9: string;
|
101
|
-
orange10: string;
|
102
|
-
orange11: string;
|
103
|
-
orange12: string;
|
104
|
-
amber1: string;
|
105
|
-
amber2: string;
|
106
|
-
amber3: string;
|
107
|
-
amber4: string;
|
108
|
-
amber5: string;
|
109
|
-
amber6: string;
|
110
|
-
amber7: string;
|
111
|
-
amber8: string;
|
112
|
-
amber9: string;
|
113
|
-
amber10: string;
|
114
|
-
amber11: string;
|
115
|
-
amber12: string;
|
116
|
-
yellow1: string;
|
117
|
-
yellow2: string;
|
118
|
-
yellow3: string;
|
119
|
-
yellow4: string;
|
120
|
-
yellow5: string;
|
121
|
-
yellow6: string;
|
122
|
-
yellow7: string;
|
123
|
-
yellow8: string;
|
124
|
-
yellow9: string;
|
125
|
-
yellow10: string;
|
126
|
-
yellow11: string;
|
127
|
-
yellow12: string;
|
128
|
-
lime1: string;
|
129
|
-
lime2: string;
|
130
|
-
lime3: string;
|
131
|
-
lime4: string;
|
132
|
-
lime5: string;
|
133
|
-
lime6: string;
|
134
|
-
lime7: string;
|
135
|
-
lime8: string;
|
136
|
-
lime9: string;
|
137
|
-
lime10: string;
|
138
|
-
lime11: string;
|
139
|
-
lime12: string;
|
140
|
-
grass1: string;
|
141
|
-
grass2: string;
|
142
|
-
grass3: string;
|
143
|
-
grass4: string;
|
144
|
-
grass5: string;
|
145
|
-
grass6: string;
|
146
|
-
grass7: string;
|
147
|
-
grass8: string;
|
148
|
-
grass9: string;
|
149
|
-
grass10: string;
|
150
|
-
grass11: string;
|
151
|
-
grass12: string;
|
152
|
-
green1: string;
|
153
|
-
green2: string;
|
154
|
-
green3: string;
|
155
|
-
green4: string;
|
156
|
-
green5: string;
|
157
|
-
green6: string;
|
158
|
-
green7: string;
|
159
|
-
green8: string;
|
160
|
-
green9: string;
|
161
|
-
green10: string;
|
162
|
-
green11: string;
|
163
|
-
green12: string;
|
164
|
-
teal1: string;
|
165
|
-
teal2: string;
|
166
|
-
teal3: string;
|
167
|
-
teal4: string;
|
168
|
-
teal5: string;
|
169
|
-
teal6: string;
|
170
|
-
teal7: string;
|
171
|
-
teal8: string;
|
172
|
-
teal9: string;
|
173
|
-
teal10: string;
|
174
|
-
teal11: string;
|
175
|
-
teal12: string;
|
176
|
-
cyan1: string;
|
177
|
-
cyan2: string;
|
178
|
-
cyan3: string;
|
179
|
-
cyan4: string;
|
180
|
-
cyan5: string;
|
181
|
-
cyan6: string;
|
182
|
-
cyan7: string;
|
183
|
-
cyan8: string;
|
184
|
-
cyan9: string;
|
185
|
-
cyan10: string;
|
186
|
-
cyan11: string;
|
187
|
-
cyan12: string;
|
188
|
-
mint1: string;
|
189
|
-
mint2: string;
|
190
|
-
mint3: string;
|
191
|
-
mint4: string;
|
192
|
-
mint5: string;
|
193
|
-
mint6: string;
|
194
|
-
mint7: string;
|
195
|
-
mint8: string;
|
196
|
-
mint9: string;
|
197
|
-
mint10: string;
|
198
|
-
mint11: string;
|
199
|
-
mint12: string;
|
200
|
-
sky1: string;
|
201
|
-
sky2: string;
|
202
|
-
sky3: string;
|
203
|
-
sky4: string;
|
204
|
-
sky5: string;
|
205
|
-
sky6: string;
|
206
|
-
sky7: string;
|
207
|
-
sky8: string;
|
208
|
-
sky9: string;
|
209
|
-
sky10: string;
|
210
|
-
sky11: string;
|
211
|
-
sky12: string;
|
212
|
-
blue1: string;
|
213
|
-
blue2: string;
|
214
|
-
blue3: string;
|
215
|
-
blue4: string;
|
216
|
-
blue5: string;
|
217
|
-
blue6: string;
|
218
|
-
blue7: string;
|
219
|
-
blue8: string;
|
220
|
-
blue9: string;
|
221
|
-
blue10: string;
|
222
|
-
blue11: string;
|
223
|
-
blue12: string;
|
224
|
-
indigo1: string;
|
225
|
-
indigo2: string;
|
226
|
-
indigo3: string;
|
227
|
-
indigo4: string;
|
228
|
-
indigo5: string;
|
229
|
-
indigo6: string;
|
230
|
-
indigo7: string;
|
231
|
-
indigo8: string;
|
232
|
-
indigo9: string;
|
233
|
-
indigo10: string;
|
234
|
-
indigo11: string;
|
235
|
-
indigo12: string;
|
236
|
-
violet1: string;
|
237
|
-
violet2: string;
|
238
|
-
violet3: string;
|
239
|
-
violet4: string;
|
240
|
-
violet5: string;
|
241
|
-
violet6: string;
|
242
|
-
violet7: string;
|
243
|
-
violet8: string;
|
244
|
-
violet9: string;
|
245
|
-
violet10: string;
|
246
|
-
violet11: string;
|
247
|
-
violet12: string;
|
248
|
-
purple1: string;
|
249
|
-
purple2: string;
|
250
|
-
purple3: string;
|
251
|
-
purple4: string;
|
252
|
-
purple5: string;
|
253
|
-
purple6: string;
|
254
|
-
purple7: string;
|
255
|
-
purple8: string;
|
256
|
-
purple9: string;
|
257
|
-
purple10: string;
|
258
|
-
purple11: string;
|
259
|
-
purple12: string;
|
260
|
-
plum1: string;
|
261
|
-
plum2: string;
|
262
|
-
plum3: string;
|
263
|
-
plum4: string;
|
264
|
-
plum5: string;
|
265
|
-
plum6: string;
|
266
|
-
plum7: string;
|
267
|
-
plum8: string;
|
268
|
-
plum9: string;
|
269
|
-
plum10: string;
|
270
|
-
plum11: string;
|
271
|
-
plum12: string;
|
272
|
-
pink1: string;
|
273
|
-
pink2: string;
|
274
|
-
pink3: string;
|
275
|
-
pink4: string;
|
276
|
-
pink5: string;
|
277
|
-
pink6: string;
|
278
|
-
pink7: string;
|
279
|
-
pink8: string;
|
280
|
-
pink9: string;
|
281
|
-
pink10: string;
|
282
|
-
pink11: string;
|
283
|
-
pink12: string;
|
284
|
-
crimson1: string;
|
285
|
-
crimson2: string;
|
286
|
-
crimson3: string;
|
287
|
-
crimson4: string;
|
288
|
-
crimson5: string;
|
289
|
-
crimson6: string;
|
290
|
-
crimson7: string;
|
291
|
-
crimson8: string;
|
292
|
-
crimson9: string;
|
293
|
-
crimson10: string;
|
294
|
-
crimson11: string;
|
295
|
-
crimson12: string;
|
296
|
-
red1: string;
|
297
|
-
red2: string;
|
298
|
-
red3: string;
|
299
|
-
red4: string;
|
300
|
-
red5: string;
|
301
|
-
red6: string;
|
302
|
-
red7: string;
|
303
|
-
red8: string;
|
304
|
-
red9: string;
|
305
|
-
red10: string;
|
306
|
-
red11: string;
|
307
|
-
red12: string;
|
308
|
-
tomato1: string;
|
309
|
-
tomato2: string;
|
310
|
-
tomato3: string;
|
311
|
-
tomato4: string;
|
312
|
-
tomato5: string;
|
313
|
-
tomato6: string;
|
314
|
-
tomato7: string;
|
315
|
-
tomato8: string;
|
316
|
-
tomato9: string;
|
317
|
-
tomato10: string;
|
318
|
-
tomato11: string;
|
319
|
-
tomato12: string;
|
320
|
-
sand1: string;
|
321
|
-
sand2: string;
|
322
|
-
sand3: string;
|
323
|
-
sand4: string;
|
324
|
-
sand5: string;
|
325
|
-
sand6: string;
|
326
|
-
sand7: string;
|
327
|
-
sand8: string;
|
328
|
-
sand9: string;
|
329
|
-
sand10: string;
|
330
|
-
sand11: string;
|
331
|
-
sand12: string;
|
332
|
-
olive1: string;
|
333
|
-
olive2: string;
|
334
|
-
olive3: string;
|
335
|
-
olive4: string;
|
336
|
-
olive5: string;
|
337
|
-
olive6: string;
|
338
|
-
olive7: string;
|
339
|
-
olive8: string;
|
340
|
-
olive9: string;
|
341
|
-
olive10: string;
|
342
|
-
olive11: string;
|
343
|
-
olive12: string;
|
344
|
-
sage1: string;
|
345
|
-
sage2: string;
|
346
|
-
sage3: string;
|
347
|
-
sage4: string;
|
348
|
-
sage5: string;
|
349
|
-
sage6: string;
|
350
|
-
sage7: string;
|
351
|
-
sage8: string;
|
352
|
-
sage9: string;
|
353
|
-
sage10: string;
|
354
|
-
sage11: string;
|
355
|
-
sage12: string;
|
356
|
-
slate1: string;
|
357
|
-
slate2: string;
|
358
|
-
slate3: string;
|
359
|
-
slate4: string;
|
360
|
-
slate5: string;
|
361
|
-
slate6: string;
|
362
|
-
slate7: string;
|
363
|
-
slate8: string;
|
364
|
-
slate9: string;
|
365
|
-
slate10: string;
|
366
|
-
slate11: string;
|
367
|
-
slate12: string;
|
368
|
-
mauve1: string;
|
369
|
-
mauve2: string;
|
370
|
-
mauve3: string;
|
371
|
-
mauve4: string;
|
372
|
-
mauve5: string;
|
373
|
-
mauve6: string;
|
374
|
-
mauve7: string;
|
375
|
-
mauve8: string;
|
376
|
-
mauve9: string;
|
377
|
-
mauve10: string;
|
378
|
-
mauve11: string;
|
379
|
-
mauve12: string;
|
380
|
-
gray1: string;
|
381
|
-
gray2: string;
|
382
|
-
gray3: string;
|
383
|
-
gray4: string;
|
384
|
-
gray5: string;
|
385
|
-
gray6: string;
|
386
|
-
gray7: string;
|
387
|
-
gray8: string;
|
388
|
-
gray9: string;
|
389
|
-
gray10: string;
|
390
|
-
gray11: string;
|
391
|
-
gray12: string;
|
392
|
-
};
|
393
|
-
fonts: {
|
394
|
-
untitled: string;
|
395
|
-
mono: string;
|
396
|
-
};
|
397
|
-
space: {
|
398
|
-
1: string;
|
399
|
-
2: string;
|
400
|
-
3: string;
|
401
|
-
4: string;
|
402
|
-
5: string;
|
403
|
-
6: string;
|
404
|
-
7: string;
|
405
|
-
8: string;
|
406
|
-
9: string;
|
407
|
-
};
|
408
|
-
sizes: {
|
409
|
-
1: string;
|
410
|
-
2: string;
|
411
|
-
3: string;
|
412
|
-
4: string;
|
413
|
-
5: string;
|
414
|
-
6: string;
|
415
|
-
7: string;
|
416
|
-
8: string;
|
417
|
-
9: string;
|
418
|
-
};
|
419
|
-
fontSizes: {
|
420
|
-
1: string;
|
421
|
-
2: string;
|
422
|
-
3: string;
|
423
|
-
4: string;
|
424
|
-
5: string;
|
425
|
-
6: string;
|
426
|
-
7: string;
|
427
|
-
8: string;
|
428
|
-
9: string;
|
429
|
-
};
|
430
|
-
radii: {
|
431
|
-
1: string;
|
432
|
-
2: string;
|
433
|
-
3: string;
|
434
|
-
4: string;
|
435
|
-
round: string;
|
436
|
-
pill: string;
|
437
|
-
};
|
438
|
-
zIndices: {
|
439
|
-
1: string;
|
440
|
-
2: string;
|
441
|
-
3: string;
|
442
|
-
4: string;
|
443
|
-
max: string;
|
444
|
-
};
|
445
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
446
|
-
p: (value: {
|
447
|
-
readonly [$$PropertyValue]: "padding";
|
448
|
-
}) => {
|
449
|
-
padding: {
|
450
|
-
readonly [$$PropertyValue]: "padding";
|
451
|
-
};
|
452
|
-
};
|
453
|
-
pt: (value: {
|
454
|
-
readonly [$$PropertyValue]: "paddingTop";
|
455
|
-
}) => {
|
456
|
-
paddingTop: {
|
457
|
-
readonly [$$PropertyValue]: "paddingTop";
|
458
|
-
};
|
459
|
-
};
|
460
|
-
pr: (value: {
|
461
|
-
readonly [$$PropertyValue]: "paddingRight";
|
462
|
-
}) => {
|
463
|
-
paddingRight: {
|
464
|
-
readonly [$$PropertyValue]: "paddingRight";
|
465
|
-
};
|
466
|
-
};
|
467
|
-
pb: (value: {
|
468
|
-
readonly [$$PropertyValue]: "paddingBottom";
|
469
|
-
}) => {
|
470
|
-
paddingBottom: {
|
471
|
-
readonly [$$PropertyValue]: "paddingBottom";
|
472
|
-
};
|
473
|
-
};
|
474
|
-
pl: (value: {
|
475
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
476
|
-
}) => {
|
477
|
-
paddingLeft: {
|
478
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
479
|
-
};
|
480
|
-
};
|
481
|
-
px: (value: {
|
482
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
483
|
-
}) => {
|
484
|
-
paddingLeft: {
|
485
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
486
|
-
};
|
487
|
-
paddingRight: {
|
488
|
-
readonly [$$PropertyValue]: "paddingLeft";
|
489
|
-
};
|
490
|
-
};
|
491
|
-
py: (value: {
|
492
|
-
readonly [$$PropertyValue]: "paddingTop";
|
493
|
-
}) => {
|
494
|
-
paddingTop: {
|
495
|
-
readonly [$$PropertyValue]: "paddingTop";
|
496
|
-
};
|
497
|
-
paddingBottom: {
|
498
|
-
readonly [$$PropertyValue]: "paddingTop";
|
499
|
-
};
|
500
|
-
};
|
501
|
-
m: (value: {
|
502
|
-
readonly [$$PropertyValue]: "margin";
|
503
|
-
}) => {
|
504
|
-
margin: {
|
505
|
-
readonly [$$PropertyValue]: "margin";
|
506
|
-
};
|
507
|
-
};
|
508
|
-
mt: (value: {
|
509
|
-
readonly [$$PropertyValue]: "marginTop";
|
510
|
-
}) => {
|
511
|
-
marginTop: {
|
512
|
-
readonly [$$PropertyValue]: "marginTop";
|
513
|
-
};
|
514
|
-
};
|
515
|
-
mr: (value: {
|
516
|
-
readonly [$$PropertyValue]: "marginRight";
|
517
|
-
}) => {
|
518
|
-
marginRight: {
|
519
|
-
readonly [$$PropertyValue]: "marginRight";
|
520
|
-
};
|
521
|
-
};
|
522
|
-
mb: (value: {
|
523
|
-
readonly [$$PropertyValue]: "marginBottom";
|
524
|
-
}) => {
|
525
|
-
marginBottom: {
|
526
|
-
readonly [$$PropertyValue]: "marginBottom";
|
527
|
-
};
|
528
|
-
};
|
529
|
-
ml: (value: {
|
530
|
-
readonly [$$PropertyValue]: "marginLeft";
|
531
|
-
}) => {
|
532
|
-
marginLeft: {
|
533
|
-
readonly [$$PropertyValue]: "marginLeft";
|
534
|
-
};
|
535
|
-
};
|
536
|
-
mx: (value: {
|
537
|
-
readonly [$$PropertyValue]: "marginLeft";
|
538
|
-
}) => {
|
539
|
-
marginLeft: {
|
540
|
-
readonly [$$PropertyValue]: "marginLeft";
|
541
|
-
};
|
542
|
-
marginRight: {
|
543
|
-
readonly [$$PropertyValue]: "marginLeft";
|
544
|
-
};
|
545
|
-
};
|
546
|
-
my: (value: {
|
547
|
-
readonly [$$PropertyValue]: "marginTop";
|
548
|
-
}) => {
|
549
|
-
marginTop: {
|
550
|
-
readonly [$$PropertyValue]: "marginTop";
|
551
|
-
};
|
552
|
-
marginBottom: {
|
553
|
-
readonly [$$PropertyValue]: "marginTop";
|
554
|
-
};
|
555
|
-
};
|
556
|
-
ta: (value: {
|
557
|
-
readonly [$$PropertyValue]: "textAlign";
|
558
|
-
}) => {
|
559
|
-
textAlign: {
|
560
|
-
readonly [$$PropertyValue]: "textAlign";
|
561
|
-
};
|
562
|
-
};
|
563
|
-
fd: (value: {
|
564
|
-
readonly [$$PropertyValue]: "flexDirection";
|
565
|
-
}) => {
|
566
|
-
flexDirection: {
|
567
|
-
readonly [$$PropertyValue]: "flexDirection";
|
568
|
-
};
|
569
|
-
};
|
570
|
-
fw: (value: {
|
571
|
-
readonly [$$PropertyValue]: "flexWrap";
|
572
|
-
}) => {
|
573
|
-
flexWrap: {
|
574
|
-
readonly [$$PropertyValue]: "flexWrap";
|
575
|
-
};
|
576
|
-
};
|
577
|
-
ai: (value: {
|
578
|
-
readonly [$$PropertyValue]: "alignItems";
|
579
|
-
}) => {
|
580
|
-
alignItems: {
|
581
|
-
readonly [$$PropertyValue]: "alignItems";
|
582
|
-
};
|
583
|
-
};
|
584
|
-
ac: (value: {
|
585
|
-
readonly [$$PropertyValue]: "alignContent";
|
586
|
-
}) => {
|
587
|
-
alignContent: {
|
588
|
-
readonly [$$PropertyValue]: "alignContent";
|
589
|
-
};
|
590
|
-
};
|
591
|
-
jc: (value: {
|
592
|
-
readonly [$$PropertyValue]: "justifyContent";
|
593
|
-
}) => {
|
594
|
-
justifyContent: {
|
595
|
-
readonly [$$PropertyValue]: "justifyContent";
|
596
|
-
};
|
597
|
-
};
|
598
|
-
as: (value: {
|
599
|
-
readonly [$$PropertyValue]: "alignSelf";
|
600
|
-
}) => {
|
601
|
-
alignSelf: {
|
602
|
-
readonly [$$PropertyValue]: "alignSelf";
|
603
|
-
};
|
604
|
-
};
|
605
|
-
fg: (value: {
|
606
|
-
readonly [$$PropertyValue]: "flexGrow";
|
607
|
-
}) => {
|
608
|
-
flexGrow: {
|
609
|
-
readonly [$$PropertyValue]: "flexGrow";
|
610
|
-
};
|
611
|
-
};
|
612
|
-
fs: (value: {
|
613
|
-
readonly [$$PropertyValue]: "flexShrink";
|
614
|
-
}) => {
|
615
|
-
flexShrink: {
|
616
|
-
readonly [$$PropertyValue]: "flexShrink";
|
617
|
-
};
|
618
|
-
};
|
619
|
-
fb: (value: {
|
620
|
-
readonly [$$PropertyValue]: "flexBasis";
|
621
|
-
}) => {
|
622
|
-
flexBasis: {
|
623
|
-
readonly [$$PropertyValue]: "flexBasis";
|
624
|
-
};
|
625
|
-
};
|
626
|
-
bc: (value: {
|
627
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
628
|
-
}) => {
|
629
|
-
backgroundColor: {
|
630
|
-
readonly [$$PropertyValue]: "backgroundColor";
|
631
|
-
};
|
632
|
-
};
|
633
|
-
br: (value: {
|
634
|
-
readonly [$$PropertyValue]: "borderRadius";
|
635
|
-
}) => {
|
636
|
-
borderRadius: {
|
637
|
-
readonly [$$PropertyValue]: "borderRadius";
|
638
|
-
};
|
639
|
-
};
|
640
|
-
btrr: (value: {
|
641
|
-
readonly [$$PropertyValue]: "borderTopRightRadius";
|
642
|
-
}) => {
|
643
|
-
borderTopRightRadius: {
|
644
|
-
readonly [$$PropertyValue]: "borderTopRightRadius";
|
645
|
-
};
|
646
|
-
};
|
647
|
-
bbrr: (value: {
|
648
|
-
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
649
|
-
}) => {
|
650
|
-
borderBottomRightRadius: {
|
651
|
-
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
652
|
-
};
|
653
|
-
};
|
654
|
-
bblr: (value: {
|
655
|
-
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
656
|
-
}) => {
|
657
|
-
borderBottomLeftRadius: {
|
658
|
-
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
659
|
-
};
|
660
|
-
};
|
661
|
-
btlr: (value: {
|
662
|
-
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
663
|
-
}) => {
|
664
|
-
borderTopLeftRadius: {
|
665
|
-
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
666
|
-
};
|
667
|
-
};
|
668
|
-
bs: (value: {
|
669
|
-
readonly [$$PropertyValue]: "boxShadow";
|
670
|
-
}) => {
|
671
|
-
boxShadow: {
|
672
|
-
readonly [$$PropertyValue]: "boxShadow";
|
673
|
-
};
|
674
|
-
};
|
675
|
-
lh: (value: {
|
676
|
-
readonly [$$PropertyValue]: "lineHeight";
|
677
|
-
}) => {
|
678
|
-
lineHeight: {
|
679
|
-
readonly [$$PropertyValue]: "lineHeight";
|
680
|
-
};
|
681
|
-
};
|
682
|
-
ox: (value: {
|
683
|
-
readonly [$$PropertyValue]: "overflowX";
|
684
|
-
}) => {
|
685
|
-
overflowX: {
|
686
|
-
readonly [$$PropertyValue]: "overflowX";
|
687
|
-
};
|
688
|
-
};
|
689
|
-
oy: (value: {
|
690
|
-
readonly [$$PropertyValue]: "overflowY";
|
691
|
-
}) => {
|
692
|
-
overflowY: {
|
693
|
-
readonly [$$PropertyValue]: "overflowY";
|
694
|
-
};
|
695
|
-
};
|
696
|
-
pe: (value: {
|
697
|
-
readonly [$$PropertyValue]: "pointerEvents";
|
698
|
-
}) => {
|
699
|
-
pointerEvents: {
|
700
|
-
readonly [$$PropertyValue]: "pointerEvents";
|
701
|
-
};
|
702
|
-
};
|
703
|
-
us: (value: {
|
704
|
-
readonly [$$PropertyValue]: "userSelect";
|
705
|
-
}) => {
|
706
|
-
WebkitUserSelect: {
|
707
|
-
readonly [$$PropertyValue]: "userSelect";
|
708
|
-
};
|
709
|
-
userSelect: {
|
710
|
-
readonly [$$PropertyValue]: "userSelect";
|
711
|
-
};
|
712
|
-
};
|
713
|
-
userSelect: (value: {
|
714
|
-
readonly [$$PropertyValue]: "userSelect";
|
715
|
-
}) => {
|
716
|
-
WebkitUserSelect: {
|
717
|
-
readonly [$$PropertyValue]: "userSelect";
|
718
|
-
};
|
719
|
-
userSelect: {
|
720
|
-
readonly [$$PropertyValue]: "userSelect";
|
721
|
-
};
|
722
|
-
};
|
723
|
-
size: (value: {
|
724
|
-
readonly [$$PropertyValue]: "width";
|
725
|
-
}) => {
|
726
|
-
width: {
|
727
|
-
readonly [$$PropertyValue]: "width";
|
728
|
-
};
|
729
|
-
height: {
|
730
|
-
readonly [$$PropertyValue]: "width";
|
731
|
-
};
|
732
|
-
};
|
733
|
-
appearance: (value: {
|
734
|
-
readonly [$$PropertyValue]: "appearance";
|
735
|
-
}) => {
|
736
|
-
WebkitAppearance: {
|
737
|
-
readonly [$$PropertyValue]: "appearance";
|
738
|
-
};
|
739
|
-
appearance: {
|
740
|
-
readonly [$$PropertyValue]: "appearance";
|
741
|
-
};
|
742
|
-
};
|
743
|
-
backgroundClip: (value: {
|
744
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
745
|
-
}) => {
|
746
|
-
WebkitBackgroundClip: {
|
747
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
748
|
-
};
|
749
|
-
backgroundClip: {
|
750
|
-
readonly [$$PropertyValue]: "backgroundClip";
|
751
|
-
};
|
752
|
-
};
|
753
|
-
}>>;
|