@livepeer/design-system 0.0.0-beta.8 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +7 -0
- package/README.md +6 -2
- package/dist/components/Accordion.d.ts +1512 -0
- package/dist/components/Alert.d.ts +752 -0
- package/dist/components/AlertDialog.d.ts +9 -7
- package/dist/components/AppBar.d.ts +755 -0
- package/dist/components/Avatar.d.ts +2270 -0
- package/dist/components/Badge.d.ts +147 -385
- package/dist/components/Banner.d.ts +754 -1
- package/dist/components/Box.d.ts +749 -0
- package/dist/components/Button.d.ts +753 -1
- package/dist/components/Card.d.ts +147 -385
- package/dist/components/Checkbox.d.ts +761 -0
- package/dist/components/Code.d.ts +751 -0
- package/dist/components/Container.d.ts +147 -385
- package/dist/components/ContextMenu.d.ts +3766 -0
- package/dist/components/ControlGroup.d.ts +749 -0
- package/dist/components/DesignSystemProvider.d.ts +9 -0
- package/dist/components/Dialog.d.ts +9 -3
- package/dist/components/DropdownMenu.d.ts +6016 -3
- package/dist/components/Flex.d.ts +755 -0
- package/dist/components/Grid.d.ts +757 -0
- package/dist/components/Heading.d.ts +14 -0
- package/dist/components/IconButton.d.ts +753 -0
- package/dist/components/Image.d.ts +749 -0
- package/dist/components/Kbd.d.ts +752 -0
- package/dist/components/Label.d.ts +755 -1
- package/dist/components/Link.d.ts +148 -386
- package/dist/components/Menu.d.ts +10498 -0
- package/dist/components/Overlay.d.ts +1498 -0
- package/dist/components/Panel.d.ts +1498 -0
- package/dist/components/Paragraph.d.ts +14 -0
- package/dist/components/Popover.d.ts +13 -0
- package/dist/components/ProgressBar.d.ts +761 -0
- package/dist/components/Promo.d.ts +754 -1
- package/dist/components/Radio.d.ts +1510 -0
- package/dist/components/RadioCard.d.ts +149 -389
- package/dist/components/RadioGrid.d.ts +1500 -0
- package/dist/components/Scrollbar.d.ts +6 -0
- package/dist/components/Section.d.ts +751 -0
- package/dist/components/Select.d.ts +1504 -1
- package/dist/components/Separator.d.ts +753 -0
- package/dist/components/Sheet.d.ts +766 -0
- package/dist/components/SimpleToggle.d.ts +753 -0
- package/dist/components/Skeleton.d.ts +751 -0
- package/dist/components/Slider.d.ts +758 -0
- package/dist/components/Snackbar/SnackbarProvider.d.ts +2 -2
- package/dist/components/Snackbar/transitionStyles.d.ts +58 -58
- package/dist/components/Snackbar/useSnackbar.d.ts +1 -1
- package/dist/components/Status.d.ts +752 -0
- package/dist/components/Sub.d.ts +749 -0
- package/dist/components/Sup.d.ts +749 -0
- package/dist/components/Switch.d.ts +1509 -1
- package/dist/components/TabLink.d.ts +751 -0
- package/dist/components/Table.d.ts +1178 -3082
- package/dist/components/Tabs.d.ts +4500 -4
- package/dist/components/Text.d.ts +753 -1
- package/dist/components/TextArea.d.ts +753 -0
- package/dist/components/TextField.d.ts +754 -1
- package/dist/components/Tooltip.d.ts +10 -0
- package/dist/components/TreeItem.d.ts +751 -0
- package/dist/components/VerifiedBadge.d.ts +762 -0
- package/dist/custom/AppBar.d.ts +148 -386
- package/dist/custom/Avatars.d.ts +1 -0
- package/dist/custom/DarkThemeButton.d.ts +1 -0
- package/dist/custom/Kbds.d.ts +1 -0
- package/dist/custom/Snackbar.d.ts +1 -0
- package/dist/custom/Toolbar.d.ts +1 -0
- package/dist/index.d.ts +53 -20
- package/dist/index.es.js +3787 -1565
- package/dist/index.js +3897 -1890
- package/dist/stitches.config.d.ts +6320 -23
- package/package.json +61 -58
- package/dist/components/Accordian.d.ts +0 -4
package/dist/custom/AppBar.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
export declare const AppBar: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
2
|
-
size?:
|
2
|
+
size?: "1" | "2" | "3" | 1 | 2 | 3 | undefined;
|
3
3
|
sticky?: boolean | "true" | undefined;
|
4
4
|
glass?: boolean | "true" | undefined;
|
5
5
|
border?: boolean | "true" | undefined;
|
@@ -55,342 +55,6 @@ export declare const AppBar: import("@stitches/react/types/styled-component").St
|
|
55
55
|
whiteA10: string;
|
56
56
|
whiteA11: string;
|
57
57
|
whiteA12: string;
|
58
|
-
goldA1: string;
|
59
|
-
goldA2: string;
|
60
|
-
goldA3: string;
|
61
|
-
goldA4: string;
|
62
|
-
goldA5: string;
|
63
|
-
goldA6: string;
|
64
|
-
goldA7: string;
|
65
|
-
goldA8: string;
|
66
|
-
goldA9: string;
|
67
|
-
goldA10: string;
|
68
|
-
goldA11: string;
|
69
|
-
goldA12: string;
|
70
|
-
bronzeA1: string;
|
71
|
-
bronzeA2: string;
|
72
|
-
bronzeA3: string;
|
73
|
-
bronzeA4: string;
|
74
|
-
bronzeA5: string;
|
75
|
-
bronzeA6: string;
|
76
|
-
bronzeA7: string;
|
77
|
-
bronzeA8: string;
|
78
|
-
bronzeA9: string;
|
79
|
-
bronzeA10: string;
|
80
|
-
bronzeA11: string;
|
81
|
-
bronzeA12: string;
|
82
|
-
brownA1: string;
|
83
|
-
brownA2: string;
|
84
|
-
brownA3: string;
|
85
|
-
brownA4: string;
|
86
|
-
brownA5: string;
|
87
|
-
brownA6: string;
|
88
|
-
brownA7: string;
|
89
|
-
brownA8: string;
|
90
|
-
brownA9: string;
|
91
|
-
brownA10: string;
|
92
|
-
brownA11: string;
|
93
|
-
brownA12: string;
|
94
|
-
orangeA1: string;
|
95
|
-
orangeA2: string;
|
96
|
-
orangeA3: string;
|
97
|
-
orangeA4: string;
|
98
|
-
orangeA5: string;
|
99
|
-
orangeA6: string;
|
100
|
-
orangeA7: string;
|
101
|
-
orangeA8: string;
|
102
|
-
orangeA9: string;
|
103
|
-
orangeA10: string;
|
104
|
-
orangeA11: string;
|
105
|
-
orangeA12: string;
|
106
|
-
amberA1: string;
|
107
|
-
amberA2: string;
|
108
|
-
amberA3: string;
|
109
|
-
amberA4: string;
|
110
|
-
amberA5: string;
|
111
|
-
amberA6: string;
|
112
|
-
amberA7: string;
|
113
|
-
amberA8: string;
|
114
|
-
amberA9: string;
|
115
|
-
amberA10: string;
|
116
|
-
amberA11: string;
|
117
|
-
amberA12: string;
|
118
|
-
yellowA1: string;
|
119
|
-
yellowA2: string;
|
120
|
-
yellowA3: string;
|
121
|
-
yellowA4: string;
|
122
|
-
yellowA5: string;
|
123
|
-
yellowA6: string;
|
124
|
-
yellowA7: string;
|
125
|
-
yellowA8: string;
|
126
|
-
yellowA9: string;
|
127
|
-
yellowA10: string;
|
128
|
-
yellowA11: string;
|
129
|
-
yellowA12: string;
|
130
|
-
limeA1: string;
|
131
|
-
limeA2: string;
|
132
|
-
limeA3: string;
|
133
|
-
limeA4: string;
|
134
|
-
limeA5: string;
|
135
|
-
limeA6: string;
|
136
|
-
limeA7: string;
|
137
|
-
limeA8: string;
|
138
|
-
limeA9: string;
|
139
|
-
limeA10: string;
|
140
|
-
limeA11: string;
|
141
|
-
limeA12: string;
|
142
|
-
grassA1: string;
|
143
|
-
grassA2: string;
|
144
|
-
grassA3: string;
|
145
|
-
grassA4: string;
|
146
|
-
grassA5: string;
|
147
|
-
grassA6: string;
|
148
|
-
grassA7: string;
|
149
|
-
grassA8: string;
|
150
|
-
grassA9: string;
|
151
|
-
grassA10: string;
|
152
|
-
grassA11: string;
|
153
|
-
grassA12: string;
|
154
|
-
greenA1: string;
|
155
|
-
greenA2: string;
|
156
|
-
greenA3: string;
|
157
|
-
greenA4: string;
|
158
|
-
greenA5: string;
|
159
|
-
greenA6: string;
|
160
|
-
greenA7: string;
|
161
|
-
greenA8: string;
|
162
|
-
greenA9: string;
|
163
|
-
greenA10: string;
|
164
|
-
greenA11: string;
|
165
|
-
greenA12: string;
|
166
|
-
tealA1: string;
|
167
|
-
tealA2: string;
|
168
|
-
tealA3: string;
|
169
|
-
tealA4: string;
|
170
|
-
tealA5: string;
|
171
|
-
tealA6: string;
|
172
|
-
tealA7: string;
|
173
|
-
tealA8: string;
|
174
|
-
tealA9: string;
|
175
|
-
tealA10: string;
|
176
|
-
tealA11: string;
|
177
|
-
tealA12: string;
|
178
|
-
cyanA1: string;
|
179
|
-
cyanA2: string;
|
180
|
-
cyanA3: string;
|
181
|
-
cyanA4: string;
|
182
|
-
cyanA5: string;
|
183
|
-
cyanA6: string;
|
184
|
-
cyanA7: string;
|
185
|
-
cyanA8: string;
|
186
|
-
cyanA9: string;
|
187
|
-
cyanA10: string;
|
188
|
-
cyanA11: string;
|
189
|
-
cyanA12: string;
|
190
|
-
mintA1: string;
|
191
|
-
mintA2: string;
|
192
|
-
mintA3: string;
|
193
|
-
mintA4: string;
|
194
|
-
mintA5: string;
|
195
|
-
mintA6: string;
|
196
|
-
mintA7: string;
|
197
|
-
mintA8: string;
|
198
|
-
mintA9: string;
|
199
|
-
mintA10: string;
|
200
|
-
mintA11: string;
|
201
|
-
mintA12: string;
|
202
|
-
skyA1: string;
|
203
|
-
skyA2: string;
|
204
|
-
skyA3: string;
|
205
|
-
skyA4: string;
|
206
|
-
skyA5: string;
|
207
|
-
skyA6: string;
|
208
|
-
skyA7: string;
|
209
|
-
skyA8: string;
|
210
|
-
skyA9: string;
|
211
|
-
skyA10: string;
|
212
|
-
skyA11: string;
|
213
|
-
skyA12: string;
|
214
|
-
blueA1: string;
|
215
|
-
blueA2: string;
|
216
|
-
blueA3: string;
|
217
|
-
blueA4: string;
|
218
|
-
blueA5: string;
|
219
|
-
blueA6: string;
|
220
|
-
blueA7: string;
|
221
|
-
blueA8: string;
|
222
|
-
blueA9: string;
|
223
|
-
blueA10: string;
|
224
|
-
blueA11: string;
|
225
|
-
blueA12: string;
|
226
|
-
indigoA1: string;
|
227
|
-
indigoA2: string;
|
228
|
-
indigoA3: string;
|
229
|
-
indigoA4: string;
|
230
|
-
indigoA5: string;
|
231
|
-
indigoA6: string;
|
232
|
-
indigoA7: string;
|
233
|
-
indigoA8: string;
|
234
|
-
indigoA9: string;
|
235
|
-
indigoA10: string;
|
236
|
-
indigoA11: string;
|
237
|
-
indigoA12: string;
|
238
|
-
violetA1: string;
|
239
|
-
violetA2: string;
|
240
|
-
violetA3: string;
|
241
|
-
violetA4: string;
|
242
|
-
violetA5: string;
|
243
|
-
violetA6: string;
|
244
|
-
violetA7: string;
|
245
|
-
violetA8: string;
|
246
|
-
violetA9: string;
|
247
|
-
violetA10: string;
|
248
|
-
violetA11: string;
|
249
|
-
violetA12: string;
|
250
|
-
purpleA1: string;
|
251
|
-
purpleA2: string;
|
252
|
-
purpleA3: string;
|
253
|
-
purpleA4: string;
|
254
|
-
purpleA5: string;
|
255
|
-
purpleA6: string;
|
256
|
-
purpleA7: string;
|
257
|
-
purpleA8: string;
|
258
|
-
purpleA9: string;
|
259
|
-
purpleA10: string;
|
260
|
-
purpleA11: string;
|
261
|
-
purpleA12: string;
|
262
|
-
plumA1: string;
|
263
|
-
plumA2: string;
|
264
|
-
plumA3: string;
|
265
|
-
plumA4: string;
|
266
|
-
plumA5: string;
|
267
|
-
plumA6: string;
|
268
|
-
plumA7: string;
|
269
|
-
plumA8: string;
|
270
|
-
plumA9: string;
|
271
|
-
plumA10: string;
|
272
|
-
plumA11: string;
|
273
|
-
plumA12: string;
|
274
|
-
pinkA1: string;
|
275
|
-
pinkA2: string;
|
276
|
-
pinkA3: string;
|
277
|
-
pinkA4: string;
|
278
|
-
pinkA5: string;
|
279
|
-
pinkA6: string;
|
280
|
-
pinkA7: string;
|
281
|
-
pinkA8: string;
|
282
|
-
pinkA9: string;
|
283
|
-
pinkA10: string;
|
284
|
-
pinkA11: string;
|
285
|
-
pinkA12: string;
|
286
|
-
crimsonA1: string;
|
287
|
-
crimsonA2: string;
|
288
|
-
crimsonA3: string;
|
289
|
-
crimsonA4: string;
|
290
|
-
crimsonA5: string;
|
291
|
-
crimsonA6: string;
|
292
|
-
crimsonA7: string;
|
293
|
-
crimsonA8: string;
|
294
|
-
crimsonA9: string;
|
295
|
-
crimsonA10: string;
|
296
|
-
crimsonA11: string;
|
297
|
-
crimsonA12: string;
|
298
|
-
redA1: string;
|
299
|
-
redA2: string;
|
300
|
-
redA3: string;
|
301
|
-
redA4: string;
|
302
|
-
redA5: string;
|
303
|
-
redA6: string;
|
304
|
-
redA7: string;
|
305
|
-
redA8: string;
|
306
|
-
redA9: string;
|
307
|
-
redA10: string;
|
308
|
-
redA11: string;
|
309
|
-
redA12: string;
|
310
|
-
tomatoA1: string;
|
311
|
-
tomatoA2: string;
|
312
|
-
tomatoA3: string;
|
313
|
-
tomatoA4: string;
|
314
|
-
tomatoA5: string;
|
315
|
-
tomatoA6: string;
|
316
|
-
tomatoA7: string;
|
317
|
-
tomatoA8: string;
|
318
|
-
tomatoA9: string;
|
319
|
-
tomatoA10: string;
|
320
|
-
tomatoA11: string;
|
321
|
-
tomatoA12: string;
|
322
|
-
sandA1: string;
|
323
|
-
sandA2: string;
|
324
|
-
sandA3: string;
|
325
|
-
sandA4: string;
|
326
|
-
sandA5: string;
|
327
|
-
sandA6: string;
|
328
|
-
sandA7: string;
|
329
|
-
sandA8: string;
|
330
|
-
sandA9: string;
|
331
|
-
sandA10: string;
|
332
|
-
sandA11: string;
|
333
|
-
sandA12: string;
|
334
|
-
oliveA1: string;
|
335
|
-
oliveA2: string;
|
336
|
-
oliveA3: string;
|
337
|
-
oliveA4: string;
|
338
|
-
oliveA5: string;
|
339
|
-
oliveA6: string;
|
340
|
-
oliveA7: string;
|
341
|
-
oliveA8: string;
|
342
|
-
oliveA9: string;
|
343
|
-
oliveA10: string;
|
344
|
-
oliveA11: string;
|
345
|
-
oliveA12: string;
|
346
|
-
sageA1: string;
|
347
|
-
sageA2: string;
|
348
|
-
sageA3: string;
|
349
|
-
sageA4: string;
|
350
|
-
sageA5: string;
|
351
|
-
sageA6: string;
|
352
|
-
sageA7: string;
|
353
|
-
sageA8: string;
|
354
|
-
sageA9: string;
|
355
|
-
sageA10: string;
|
356
|
-
sageA11: string;
|
357
|
-
sageA12: string;
|
358
|
-
slateA1: string;
|
359
|
-
slateA2: string;
|
360
|
-
slateA3: string;
|
361
|
-
slateA4: string;
|
362
|
-
slateA5: string;
|
363
|
-
slateA6: string;
|
364
|
-
slateA7: string;
|
365
|
-
slateA8: string;
|
366
|
-
slateA9: string;
|
367
|
-
slateA10: string;
|
368
|
-
slateA11: string;
|
369
|
-
slateA12: string;
|
370
|
-
mauveA1: string;
|
371
|
-
mauveA2: string;
|
372
|
-
mauveA3: string;
|
373
|
-
mauveA4: string;
|
374
|
-
mauveA5: string;
|
375
|
-
mauveA6: string;
|
376
|
-
mauveA7: string;
|
377
|
-
mauveA8: string;
|
378
|
-
mauveA9: string;
|
379
|
-
mauveA10: string;
|
380
|
-
mauveA11: string;
|
381
|
-
mauveA12: string;
|
382
|
-
grayA1: string;
|
383
|
-
grayA2: string;
|
384
|
-
grayA3: string;
|
385
|
-
grayA4: string;
|
386
|
-
grayA5: string;
|
387
|
-
grayA6: string;
|
388
|
-
grayA7: string;
|
389
|
-
grayA8: string;
|
390
|
-
grayA9: string;
|
391
|
-
grayA10: string;
|
392
|
-
grayA11: string;
|
393
|
-
grayA12: string;
|
394
58
|
gold1: string;
|
395
59
|
gold2: string;
|
396
60
|
gold3: string;
|
@@ -784,210 +448,308 @@ export declare const AppBar: import("@stitches/react/types/styled-component").St
|
|
784
448
|
p: (value: {
|
785
449
|
readonly [$$PropertyValue]: "padding";
|
786
450
|
}) => {
|
787
|
-
padding: {
|
451
|
+
padding: {
|
452
|
+
readonly [$$PropertyValue]: "padding";
|
453
|
+
};
|
788
454
|
};
|
789
455
|
pt: (value: {
|
790
456
|
readonly [$$PropertyValue]: "paddingTop";
|
791
457
|
}) => {
|
792
|
-
paddingTop: {
|
458
|
+
paddingTop: {
|
459
|
+
readonly [$$PropertyValue]: "paddingTop";
|
460
|
+
};
|
793
461
|
};
|
794
462
|
pr: (value: {
|
795
463
|
readonly [$$PropertyValue]: "paddingRight";
|
796
464
|
}) => {
|
797
|
-
paddingRight: {
|
465
|
+
paddingRight: {
|
466
|
+
readonly [$$PropertyValue]: "paddingRight";
|
467
|
+
};
|
798
468
|
};
|
799
469
|
pb: (value: {
|
800
470
|
readonly [$$PropertyValue]: "paddingBottom";
|
801
471
|
}) => {
|
802
|
-
paddingBottom: {
|
472
|
+
paddingBottom: {
|
473
|
+
readonly [$$PropertyValue]: "paddingBottom";
|
474
|
+
};
|
803
475
|
};
|
804
476
|
pl: (value: {
|
805
477
|
readonly [$$PropertyValue]: "paddingLeft";
|
806
478
|
}) => {
|
807
|
-
paddingLeft: {
|
479
|
+
paddingLeft: {
|
480
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
481
|
+
};
|
808
482
|
};
|
809
483
|
px: (value: {
|
810
484
|
readonly [$$PropertyValue]: "paddingLeft";
|
811
485
|
}) => {
|
812
|
-
paddingLeft: {
|
813
|
-
|
486
|
+
paddingLeft: {
|
487
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
488
|
+
};
|
489
|
+
paddingRight: {
|
490
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
491
|
+
};
|
814
492
|
};
|
815
493
|
py: (value: {
|
816
494
|
readonly [$$PropertyValue]: "paddingTop";
|
817
495
|
}) => {
|
818
|
-
paddingTop: {
|
819
|
-
|
496
|
+
paddingTop: {
|
497
|
+
readonly [$$PropertyValue]: "paddingTop";
|
498
|
+
};
|
499
|
+
paddingBottom: {
|
500
|
+
readonly [$$PropertyValue]: "paddingTop";
|
501
|
+
};
|
820
502
|
};
|
821
503
|
m: (value: {
|
822
504
|
readonly [$$PropertyValue]: "margin";
|
823
505
|
}) => {
|
824
|
-
margin: {
|
506
|
+
margin: {
|
507
|
+
readonly [$$PropertyValue]: "margin";
|
508
|
+
};
|
825
509
|
};
|
826
510
|
mt: (value: {
|
827
511
|
readonly [$$PropertyValue]: "marginTop";
|
828
512
|
}) => {
|
829
|
-
marginTop: {
|
513
|
+
marginTop: {
|
514
|
+
readonly [$$PropertyValue]: "marginTop";
|
515
|
+
};
|
830
516
|
};
|
831
517
|
mr: (value: {
|
832
518
|
readonly [$$PropertyValue]: "marginRight";
|
833
519
|
}) => {
|
834
|
-
marginRight: {
|
520
|
+
marginRight: {
|
521
|
+
readonly [$$PropertyValue]: "marginRight";
|
522
|
+
};
|
835
523
|
};
|
836
524
|
mb: (value: {
|
837
525
|
readonly [$$PropertyValue]: "marginBottom";
|
838
526
|
}) => {
|
839
|
-
marginBottom: {
|
527
|
+
marginBottom: {
|
528
|
+
readonly [$$PropertyValue]: "marginBottom";
|
529
|
+
};
|
840
530
|
};
|
841
531
|
ml: (value: {
|
842
532
|
readonly [$$PropertyValue]: "marginLeft";
|
843
533
|
}) => {
|
844
|
-
marginLeft: {
|
534
|
+
marginLeft: {
|
535
|
+
readonly [$$PropertyValue]: "marginLeft";
|
536
|
+
};
|
845
537
|
};
|
846
538
|
mx: (value: {
|
847
539
|
readonly [$$PropertyValue]: "marginLeft";
|
848
540
|
}) => {
|
849
|
-
marginLeft: {
|
850
|
-
|
541
|
+
marginLeft: {
|
542
|
+
readonly [$$PropertyValue]: "marginLeft";
|
543
|
+
};
|
544
|
+
marginRight: {
|
545
|
+
readonly [$$PropertyValue]: "marginLeft";
|
546
|
+
};
|
851
547
|
};
|
852
548
|
my: (value: {
|
853
549
|
readonly [$$PropertyValue]: "marginTop";
|
854
550
|
}) => {
|
855
|
-
marginTop: {
|
856
|
-
|
551
|
+
marginTop: {
|
552
|
+
readonly [$$PropertyValue]: "marginTop";
|
553
|
+
};
|
554
|
+
marginBottom: {
|
555
|
+
readonly [$$PropertyValue]: "marginTop";
|
556
|
+
};
|
857
557
|
};
|
858
558
|
ta: (value: {
|
859
559
|
readonly [$$PropertyValue]: "textAlign";
|
860
560
|
}) => {
|
861
|
-
textAlign: {
|
561
|
+
textAlign: {
|
562
|
+
readonly [$$PropertyValue]: "textAlign";
|
563
|
+
};
|
862
564
|
};
|
863
565
|
fd: (value: {
|
864
566
|
readonly [$$PropertyValue]: "flexDirection";
|
865
567
|
}) => {
|
866
|
-
flexDirection: {
|
568
|
+
flexDirection: {
|
569
|
+
readonly [$$PropertyValue]: "flexDirection";
|
570
|
+
};
|
867
571
|
};
|
868
572
|
fw: (value: {
|
869
573
|
readonly [$$PropertyValue]: "flexWrap";
|
870
574
|
}) => {
|
871
|
-
flexWrap: {
|
575
|
+
flexWrap: {
|
576
|
+
readonly [$$PropertyValue]: "flexWrap";
|
577
|
+
};
|
872
578
|
};
|
873
579
|
ai: (value: {
|
874
580
|
readonly [$$PropertyValue]: "alignItems";
|
875
581
|
}) => {
|
876
|
-
alignItems: {
|
582
|
+
alignItems: {
|
583
|
+
readonly [$$PropertyValue]: "alignItems";
|
584
|
+
};
|
877
585
|
};
|
878
586
|
ac: (value: {
|
879
587
|
readonly [$$PropertyValue]: "alignContent";
|
880
588
|
}) => {
|
881
|
-
alignContent: {
|
589
|
+
alignContent: {
|
590
|
+
readonly [$$PropertyValue]: "alignContent";
|
591
|
+
};
|
882
592
|
};
|
883
593
|
jc: (value: {
|
884
594
|
readonly [$$PropertyValue]: "justifyContent";
|
885
595
|
}) => {
|
886
|
-
justifyContent: {
|
596
|
+
justifyContent: {
|
597
|
+
readonly [$$PropertyValue]: "justifyContent";
|
598
|
+
};
|
887
599
|
};
|
888
600
|
as: (value: {
|
889
601
|
readonly [$$PropertyValue]: "alignSelf";
|
890
602
|
}) => {
|
891
|
-
alignSelf: {
|
603
|
+
alignSelf: {
|
604
|
+
readonly [$$PropertyValue]: "alignSelf";
|
605
|
+
};
|
892
606
|
};
|
893
607
|
fg: (value: {
|
894
608
|
readonly [$$PropertyValue]: "flexGrow";
|
895
609
|
}) => {
|
896
|
-
flexGrow: {
|
610
|
+
flexGrow: {
|
611
|
+
readonly [$$PropertyValue]: "flexGrow";
|
612
|
+
};
|
897
613
|
};
|
898
614
|
fs: (value: {
|
899
615
|
readonly [$$PropertyValue]: "flexShrink";
|
900
616
|
}) => {
|
901
|
-
flexShrink: {
|
617
|
+
flexShrink: {
|
618
|
+
readonly [$$PropertyValue]: "flexShrink";
|
619
|
+
};
|
902
620
|
};
|
903
621
|
fb: (value: {
|
904
622
|
readonly [$$PropertyValue]: "flexBasis";
|
905
623
|
}) => {
|
906
|
-
flexBasis: {
|
624
|
+
flexBasis: {
|
625
|
+
readonly [$$PropertyValue]: "flexBasis";
|
626
|
+
};
|
907
627
|
};
|
908
628
|
bc: (value: {
|
909
629
|
readonly [$$PropertyValue]: "backgroundColor";
|
910
630
|
}) => {
|
911
|
-
backgroundColor: {
|
631
|
+
backgroundColor: {
|
632
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
633
|
+
};
|
912
634
|
};
|
913
635
|
br: (value: {
|
914
636
|
readonly [$$PropertyValue]: "borderRadius";
|
915
637
|
}) => {
|
916
|
-
borderRadius: {
|
638
|
+
borderRadius: {
|
639
|
+
readonly [$$PropertyValue]: "borderRadius";
|
640
|
+
};
|
917
641
|
};
|
918
642
|
btrr: (value: {
|
919
643
|
readonly [$$PropertyValue]: "borderTopRightRadius";
|
920
644
|
}) => {
|
921
|
-
borderTopRightRadius: {
|
645
|
+
borderTopRightRadius: {
|
646
|
+
readonly [$$PropertyValue]: "borderTopRightRadius";
|
647
|
+
};
|
922
648
|
};
|
923
649
|
bbrr: (value: {
|
924
650
|
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
925
651
|
}) => {
|
926
|
-
borderBottomRightRadius: {
|
652
|
+
borderBottomRightRadius: {
|
653
|
+
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
654
|
+
};
|
927
655
|
};
|
928
656
|
bblr: (value: {
|
929
657
|
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
930
658
|
}) => {
|
931
|
-
borderBottomLeftRadius: {
|
659
|
+
borderBottomLeftRadius: {
|
660
|
+
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
661
|
+
};
|
932
662
|
};
|
933
663
|
btlr: (value: {
|
934
664
|
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
935
665
|
}) => {
|
936
|
-
borderTopLeftRadius: {
|
666
|
+
borderTopLeftRadius: {
|
667
|
+
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
668
|
+
};
|
937
669
|
};
|
938
670
|
bs: (value: {
|
939
671
|
readonly [$$PropertyValue]: "boxShadow";
|
940
672
|
}) => {
|
941
|
-
boxShadow: {
|
673
|
+
boxShadow: {
|
674
|
+
readonly [$$PropertyValue]: "boxShadow";
|
675
|
+
};
|
942
676
|
};
|
943
677
|
lh: (value: {
|
944
678
|
readonly [$$PropertyValue]: "lineHeight";
|
945
679
|
}) => {
|
946
|
-
lineHeight: {
|
680
|
+
lineHeight: {
|
681
|
+
readonly [$$PropertyValue]: "lineHeight";
|
682
|
+
};
|
947
683
|
};
|
948
684
|
ox: (value: {
|
949
685
|
readonly [$$PropertyValue]: "overflowX";
|
950
686
|
}) => {
|
951
|
-
overflowX: {
|
687
|
+
overflowX: {
|
688
|
+
readonly [$$PropertyValue]: "overflowX";
|
689
|
+
};
|
952
690
|
};
|
953
691
|
oy: (value: {
|
954
692
|
readonly [$$PropertyValue]: "overflowY";
|
955
693
|
}) => {
|
956
|
-
overflowY: {
|
694
|
+
overflowY: {
|
695
|
+
readonly [$$PropertyValue]: "overflowY";
|
696
|
+
};
|
957
697
|
};
|
958
698
|
pe: (value: {
|
959
699
|
readonly [$$PropertyValue]: "pointerEvents";
|
960
700
|
}) => {
|
961
|
-
pointerEvents: {
|
701
|
+
pointerEvents: {
|
702
|
+
readonly [$$PropertyValue]: "pointerEvents";
|
703
|
+
};
|
962
704
|
};
|
963
705
|
us: (value: {
|
964
706
|
readonly [$$PropertyValue]: "userSelect";
|
965
707
|
}) => {
|
966
|
-
WebkitUserSelect: {
|
967
|
-
|
708
|
+
WebkitUserSelect: {
|
709
|
+
readonly [$$PropertyValue]: "userSelect";
|
710
|
+
};
|
711
|
+
userSelect: {
|
712
|
+
readonly [$$PropertyValue]: "userSelect";
|
713
|
+
};
|
968
714
|
};
|
969
715
|
userSelect: (value: {
|
970
716
|
readonly [$$PropertyValue]: "userSelect";
|
971
717
|
}) => {
|
972
|
-
WebkitUserSelect: {
|
973
|
-
|
718
|
+
WebkitUserSelect: {
|
719
|
+
readonly [$$PropertyValue]: "userSelect";
|
720
|
+
};
|
721
|
+
userSelect: {
|
722
|
+
readonly [$$PropertyValue]: "userSelect";
|
723
|
+
};
|
974
724
|
};
|
975
725
|
size: (value: {
|
976
726
|
readonly [$$PropertyValue]: "width";
|
977
727
|
}) => {
|
978
|
-
width: {
|
979
|
-
|
728
|
+
width: {
|
729
|
+
readonly [$$PropertyValue]: "width";
|
730
|
+
};
|
731
|
+
height: {
|
732
|
+
readonly [$$PropertyValue]: "width";
|
733
|
+
};
|
980
734
|
};
|
981
735
|
appearance: (value: {
|
982
736
|
readonly [$$PropertyValue]: "appearance";
|
983
737
|
}) => {
|
984
|
-
WebkitAppearance: {
|
985
|
-
|
738
|
+
WebkitAppearance: {
|
739
|
+
readonly [$$PropertyValue]: "appearance";
|
740
|
+
};
|
741
|
+
appearance: {
|
742
|
+
readonly [$$PropertyValue]: "appearance";
|
743
|
+
};
|
986
744
|
};
|
987
745
|
backgroundClip: (value: {
|
988
746
|
readonly [$$PropertyValue]: "backgroundClip";
|
989
747
|
}) => {
|
990
|
-
WebkitBackgroundClip: {
|
991
|
-
|
748
|
+
WebkitBackgroundClip: {
|
749
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
750
|
+
};
|
751
|
+
backgroundClip: {
|
752
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
753
|
+
};
|
992
754
|
};
|
993
755
|
}>>;
|
package/dist/custom/Avatars.d.ts
CHANGED
package/dist/custom/Kbds.d.ts
CHANGED