@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
@@ -1,8 +1,6 @@
|
|
1
1
|
import React from "react";
|
2
|
-
import {
|
3
|
-
import type * as Stitches from "@stitches/react";
|
2
|
+
import { CSS } from "../stitches.config";
|
4
3
|
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
5
|
-
export declare type CSS = Stitches.CSS<typeof config>;
|
6
4
|
export declare const RadioCardGroup: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<RadioGroupPrimitive.RadioGroupProps & React.RefAttributes<HTMLDivElement>>, {}, {
|
7
5
|
bp1: "(min-width: 520px)";
|
8
6
|
bp2: "(min-width: 900px)";
|
@@ -54,342 +52,6 @@ export declare const RadioCardGroup: import("@stitches/react/types/styled-compon
|
|
54
52
|
whiteA10: string;
|
55
53
|
whiteA11: string;
|
56
54
|
whiteA12: string;
|
57
|
-
goldA1: string;
|
58
|
-
goldA2: string;
|
59
|
-
goldA3: string;
|
60
|
-
goldA4: string;
|
61
|
-
goldA5: string;
|
62
|
-
goldA6: string;
|
63
|
-
goldA7: string;
|
64
|
-
goldA8: string;
|
65
|
-
goldA9: string;
|
66
|
-
goldA10: string;
|
67
|
-
goldA11: string;
|
68
|
-
goldA12: string;
|
69
|
-
bronzeA1: string;
|
70
|
-
bronzeA2: string;
|
71
|
-
bronzeA3: string;
|
72
|
-
bronzeA4: string;
|
73
|
-
bronzeA5: string;
|
74
|
-
bronzeA6: string;
|
75
|
-
bronzeA7: string;
|
76
|
-
bronzeA8: string;
|
77
|
-
bronzeA9: string;
|
78
|
-
bronzeA10: string;
|
79
|
-
bronzeA11: string;
|
80
|
-
bronzeA12: string;
|
81
|
-
brownA1: string;
|
82
|
-
brownA2: string;
|
83
|
-
brownA3: string;
|
84
|
-
brownA4: string;
|
85
|
-
brownA5: string;
|
86
|
-
brownA6: string;
|
87
|
-
brownA7: string;
|
88
|
-
brownA8: string;
|
89
|
-
brownA9: string;
|
90
|
-
brownA10: string;
|
91
|
-
brownA11: string;
|
92
|
-
brownA12: string;
|
93
|
-
orangeA1: string;
|
94
|
-
orangeA2: string;
|
95
|
-
orangeA3: string;
|
96
|
-
orangeA4: string;
|
97
|
-
orangeA5: string;
|
98
|
-
orangeA6: string;
|
99
|
-
orangeA7: string;
|
100
|
-
orangeA8: string;
|
101
|
-
orangeA9: string;
|
102
|
-
orangeA10: string;
|
103
|
-
orangeA11: string;
|
104
|
-
orangeA12: string;
|
105
|
-
amberA1: string;
|
106
|
-
amberA2: string;
|
107
|
-
amberA3: string;
|
108
|
-
amberA4: string;
|
109
|
-
amberA5: string;
|
110
|
-
amberA6: string;
|
111
|
-
amberA7: string;
|
112
|
-
amberA8: string;
|
113
|
-
amberA9: string;
|
114
|
-
amberA10: string;
|
115
|
-
amberA11: string;
|
116
|
-
amberA12: string;
|
117
|
-
yellowA1: string;
|
118
|
-
yellowA2: string;
|
119
|
-
yellowA3: string;
|
120
|
-
yellowA4: string;
|
121
|
-
yellowA5: string;
|
122
|
-
yellowA6: string;
|
123
|
-
yellowA7: string;
|
124
|
-
yellowA8: string;
|
125
|
-
yellowA9: string;
|
126
|
-
yellowA10: string;
|
127
|
-
yellowA11: string;
|
128
|
-
yellowA12: string;
|
129
|
-
limeA1: string;
|
130
|
-
limeA2: string;
|
131
|
-
limeA3: string;
|
132
|
-
limeA4: string;
|
133
|
-
limeA5: string;
|
134
|
-
limeA6: string;
|
135
|
-
limeA7: string;
|
136
|
-
limeA8: string;
|
137
|
-
limeA9: string;
|
138
|
-
limeA10: string;
|
139
|
-
limeA11: string;
|
140
|
-
limeA12: string;
|
141
|
-
grassA1: string;
|
142
|
-
grassA2: string;
|
143
|
-
grassA3: string;
|
144
|
-
grassA4: string;
|
145
|
-
grassA5: string;
|
146
|
-
grassA6: string;
|
147
|
-
grassA7: string;
|
148
|
-
grassA8: string;
|
149
|
-
grassA9: string;
|
150
|
-
grassA10: string;
|
151
|
-
grassA11: string;
|
152
|
-
grassA12: string;
|
153
|
-
greenA1: string;
|
154
|
-
greenA2: string;
|
155
|
-
greenA3: string;
|
156
|
-
greenA4: string;
|
157
|
-
greenA5: string;
|
158
|
-
greenA6: string;
|
159
|
-
greenA7: string;
|
160
|
-
greenA8: string;
|
161
|
-
greenA9: string;
|
162
|
-
greenA10: string;
|
163
|
-
greenA11: string;
|
164
|
-
greenA12: string;
|
165
|
-
tealA1: string;
|
166
|
-
tealA2: string;
|
167
|
-
tealA3: string;
|
168
|
-
tealA4: string;
|
169
|
-
tealA5: string;
|
170
|
-
tealA6: string;
|
171
|
-
tealA7: string;
|
172
|
-
tealA8: string;
|
173
|
-
tealA9: string;
|
174
|
-
tealA10: string;
|
175
|
-
tealA11: string;
|
176
|
-
tealA12: string;
|
177
|
-
cyanA1: string;
|
178
|
-
cyanA2: string;
|
179
|
-
cyanA3: string;
|
180
|
-
cyanA4: string;
|
181
|
-
cyanA5: string;
|
182
|
-
cyanA6: string;
|
183
|
-
cyanA7: string;
|
184
|
-
cyanA8: string;
|
185
|
-
cyanA9: string;
|
186
|
-
cyanA10: string;
|
187
|
-
cyanA11: string;
|
188
|
-
cyanA12: string;
|
189
|
-
mintA1: string;
|
190
|
-
mintA2: string;
|
191
|
-
mintA3: string;
|
192
|
-
mintA4: string;
|
193
|
-
mintA5: string;
|
194
|
-
mintA6: string;
|
195
|
-
mintA7: string;
|
196
|
-
mintA8: string;
|
197
|
-
mintA9: string;
|
198
|
-
mintA10: string;
|
199
|
-
mintA11: string;
|
200
|
-
mintA12: string;
|
201
|
-
skyA1: string;
|
202
|
-
skyA2: string;
|
203
|
-
skyA3: string;
|
204
|
-
skyA4: string;
|
205
|
-
skyA5: string;
|
206
|
-
skyA6: string;
|
207
|
-
skyA7: string;
|
208
|
-
skyA8: string;
|
209
|
-
skyA9: string;
|
210
|
-
skyA10: string;
|
211
|
-
skyA11: string;
|
212
|
-
skyA12: string;
|
213
|
-
blueA1: string;
|
214
|
-
blueA2: string;
|
215
|
-
blueA3: string;
|
216
|
-
blueA4: string;
|
217
|
-
blueA5: string;
|
218
|
-
blueA6: string;
|
219
|
-
blueA7: string;
|
220
|
-
blueA8: string;
|
221
|
-
blueA9: string;
|
222
|
-
blueA10: string;
|
223
|
-
blueA11: string;
|
224
|
-
blueA12: string;
|
225
|
-
indigoA1: string;
|
226
|
-
indigoA2: string;
|
227
|
-
indigoA3: string;
|
228
|
-
indigoA4: string;
|
229
|
-
indigoA5: string;
|
230
|
-
indigoA6: string;
|
231
|
-
indigoA7: string;
|
232
|
-
indigoA8: string;
|
233
|
-
indigoA9: string;
|
234
|
-
indigoA10: string;
|
235
|
-
indigoA11: string;
|
236
|
-
indigoA12: string;
|
237
|
-
violetA1: string;
|
238
|
-
violetA2: string;
|
239
|
-
violetA3: string;
|
240
|
-
violetA4: string;
|
241
|
-
violetA5: string;
|
242
|
-
violetA6: string;
|
243
|
-
violetA7: string;
|
244
|
-
violetA8: string;
|
245
|
-
violetA9: string;
|
246
|
-
violetA10: string;
|
247
|
-
violetA11: string;
|
248
|
-
violetA12: string;
|
249
|
-
purpleA1: string;
|
250
|
-
purpleA2: string;
|
251
|
-
purpleA3: string;
|
252
|
-
purpleA4: string;
|
253
|
-
purpleA5: string;
|
254
|
-
purpleA6: string;
|
255
|
-
purpleA7: string;
|
256
|
-
purpleA8: string;
|
257
|
-
purpleA9: string;
|
258
|
-
purpleA10: string;
|
259
|
-
purpleA11: string;
|
260
|
-
purpleA12: string;
|
261
|
-
plumA1: string;
|
262
|
-
plumA2: string;
|
263
|
-
plumA3: string;
|
264
|
-
plumA4: string;
|
265
|
-
plumA5: string;
|
266
|
-
plumA6: string;
|
267
|
-
plumA7: string;
|
268
|
-
plumA8: string;
|
269
|
-
plumA9: string;
|
270
|
-
plumA10: string;
|
271
|
-
plumA11: string;
|
272
|
-
plumA12: string;
|
273
|
-
pinkA1: string;
|
274
|
-
pinkA2: string;
|
275
|
-
pinkA3: string;
|
276
|
-
pinkA4: string;
|
277
|
-
pinkA5: string;
|
278
|
-
pinkA6: string;
|
279
|
-
pinkA7: string;
|
280
|
-
pinkA8: string;
|
281
|
-
pinkA9: string;
|
282
|
-
pinkA10: string;
|
283
|
-
pinkA11: string;
|
284
|
-
pinkA12: string;
|
285
|
-
crimsonA1: string;
|
286
|
-
crimsonA2: string;
|
287
|
-
crimsonA3: string;
|
288
|
-
crimsonA4: string;
|
289
|
-
crimsonA5: string;
|
290
|
-
crimsonA6: string;
|
291
|
-
crimsonA7: string;
|
292
|
-
crimsonA8: string;
|
293
|
-
crimsonA9: string;
|
294
|
-
crimsonA10: string;
|
295
|
-
crimsonA11: string;
|
296
|
-
crimsonA12: string;
|
297
|
-
redA1: string;
|
298
|
-
redA2: string;
|
299
|
-
redA3: string;
|
300
|
-
redA4: string;
|
301
|
-
redA5: string;
|
302
|
-
redA6: string;
|
303
|
-
redA7: string;
|
304
|
-
redA8: string;
|
305
|
-
redA9: string;
|
306
|
-
redA10: string;
|
307
|
-
redA11: string;
|
308
|
-
redA12: string;
|
309
|
-
tomatoA1: string;
|
310
|
-
tomatoA2: string;
|
311
|
-
tomatoA3: string;
|
312
|
-
tomatoA4: string;
|
313
|
-
tomatoA5: string;
|
314
|
-
tomatoA6: string;
|
315
|
-
tomatoA7: string;
|
316
|
-
tomatoA8: string;
|
317
|
-
tomatoA9: string;
|
318
|
-
tomatoA10: string;
|
319
|
-
tomatoA11: string;
|
320
|
-
tomatoA12: string;
|
321
|
-
sandA1: string;
|
322
|
-
sandA2: string;
|
323
|
-
sandA3: string;
|
324
|
-
sandA4: string;
|
325
|
-
sandA5: string;
|
326
|
-
sandA6: string;
|
327
|
-
sandA7: string;
|
328
|
-
sandA8: string;
|
329
|
-
sandA9: string;
|
330
|
-
sandA10: string;
|
331
|
-
sandA11: string;
|
332
|
-
sandA12: string;
|
333
|
-
oliveA1: string;
|
334
|
-
oliveA2: string;
|
335
|
-
oliveA3: string;
|
336
|
-
oliveA4: string;
|
337
|
-
oliveA5: string;
|
338
|
-
oliveA6: string;
|
339
|
-
oliveA7: string;
|
340
|
-
oliveA8: string;
|
341
|
-
oliveA9: string;
|
342
|
-
oliveA10: string;
|
343
|
-
oliveA11: string;
|
344
|
-
oliveA12: string;
|
345
|
-
sageA1: string;
|
346
|
-
sageA2: string;
|
347
|
-
sageA3: string;
|
348
|
-
sageA4: string;
|
349
|
-
sageA5: string;
|
350
|
-
sageA6: string;
|
351
|
-
sageA7: string;
|
352
|
-
sageA8: string;
|
353
|
-
sageA9: string;
|
354
|
-
sageA10: string;
|
355
|
-
sageA11: string;
|
356
|
-
sageA12: string;
|
357
|
-
slateA1: string;
|
358
|
-
slateA2: string;
|
359
|
-
slateA3: string;
|
360
|
-
slateA4: string;
|
361
|
-
slateA5: string;
|
362
|
-
slateA6: string;
|
363
|
-
slateA7: string;
|
364
|
-
slateA8: string;
|
365
|
-
slateA9: string;
|
366
|
-
slateA10: string;
|
367
|
-
slateA11: string;
|
368
|
-
slateA12: string;
|
369
|
-
mauveA1: string;
|
370
|
-
mauveA2: string;
|
371
|
-
mauveA3: string;
|
372
|
-
mauveA4: string;
|
373
|
-
mauveA5: string;
|
374
|
-
mauveA6: string;
|
375
|
-
mauveA7: string;
|
376
|
-
mauveA8: string;
|
377
|
-
mauveA9: string;
|
378
|
-
mauveA10: string;
|
379
|
-
mauveA11: string;
|
380
|
-
mauveA12: string;
|
381
|
-
grayA1: string;
|
382
|
-
grayA2: string;
|
383
|
-
grayA3: string;
|
384
|
-
grayA4: string;
|
385
|
-
grayA5: string;
|
386
|
-
grayA6: string;
|
387
|
-
grayA7: string;
|
388
|
-
grayA8: string;
|
389
|
-
grayA9: string;
|
390
|
-
grayA10: string;
|
391
|
-
grayA11: string;
|
392
|
-
grayA12: string;
|
393
55
|
gold1: string;
|
394
56
|
gold2: string;
|
395
57
|
gold3: string;
|
@@ -783,216 +445,314 @@ export declare const RadioCardGroup: import("@stitches/react/types/styled-compon
|
|
783
445
|
p: (value: {
|
784
446
|
readonly [$$PropertyValue]: "padding";
|
785
447
|
}) => {
|
786
|
-
padding: {
|
448
|
+
padding: {
|
449
|
+
readonly [$$PropertyValue]: "padding";
|
450
|
+
};
|
787
451
|
};
|
788
452
|
pt: (value: {
|
789
453
|
readonly [$$PropertyValue]: "paddingTop";
|
790
454
|
}) => {
|
791
|
-
paddingTop: {
|
455
|
+
paddingTop: {
|
456
|
+
readonly [$$PropertyValue]: "paddingTop";
|
457
|
+
};
|
792
458
|
};
|
793
459
|
pr: (value: {
|
794
460
|
readonly [$$PropertyValue]: "paddingRight";
|
795
461
|
}) => {
|
796
|
-
paddingRight: {
|
462
|
+
paddingRight: {
|
463
|
+
readonly [$$PropertyValue]: "paddingRight";
|
464
|
+
};
|
797
465
|
};
|
798
466
|
pb: (value: {
|
799
467
|
readonly [$$PropertyValue]: "paddingBottom";
|
800
468
|
}) => {
|
801
|
-
paddingBottom: {
|
469
|
+
paddingBottom: {
|
470
|
+
readonly [$$PropertyValue]: "paddingBottom";
|
471
|
+
};
|
802
472
|
};
|
803
473
|
pl: (value: {
|
804
474
|
readonly [$$PropertyValue]: "paddingLeft";
|
805
475
|
}) => {
|
806
|
-
paddingLeft: {
|
476
|
+
paddingLeft: {
|
477
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
478
|
+
};
|
807
479
|
};
|
808
480
|
px: (value: {
|
809
481
|
readonly [$$PropertyValue]: "paddingLeft";
|
810
482
|
}) => {
|
811
|
-
paddingLeft: {
|
812
|
-
|
483
|
+
paddingLeft: {
|
484
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
485
|
+
};
|
486
|
+
paddingRight: {
|
487
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
488
|
+
};
|
813
489
|
};
|
814
490
|
py: (value: {
|
815
491
|
readonly [$$PropertyValue]: "paddingTop";
|
816
492
|
}) => {
|
817
|
-
paddingTop: {
|
818
|
-
|
493
|
+
paddingTop: {
|
494
|
+
readonly [$$PropertyValue]: "paddingTop";
|
495
|
+
};
|
496
|
+
paddingBottom: {
|
497
|
+
readonly [$$PropertyValue]: "paddingTop";
|
498
|
+
};
|
819
499
|
};
|
820
500
|
m: (value: {
|
821
501
|
readonly [$$PropertyValue]: "margin";
|
822
502
|
}) => {
|
823
|
-
margin: {
|
503
|
+
margin: {
|
504
|
+
readonly [$$PropertyValue]: "margin";
|
505
|
+
};
|
824
506
|
};
|
825
507
|
mt: (value: {
|
826
508
|
readonly [$$PropertyValue]: "marginTop";
|
827
509
|
}) => {
|
828
|
-
marginTop: {
|
510
|
+
marginTop: {
|
511
|
+
readonly [$$PropertyValue]: "marginTop";
|
512
|
+
};
|
829
513
|
};
|
830
514
|
mr: (value: {
|
831
515
|
readonly [$$PropertyValue]: "marginRight";
|
832
516
|
}) => {
|
833
|
-
marginRight: {
|
517
|
+
marginRight: {
|
518
|
+
readonly [$$PropertyValue]: "marginRight";
|
519
|
+
};
|
834
520
|
};
|
835
521
|
mb: (value: {
|
836
522
|
readonly [$$PropertyValue]: "marginBottom";
|
837
523
|
}) => {
|
838
|
-
marginBottom: {
|
524
|
+
marginBottom: {
|
525
|
+
readonly [$$PropertyValue]: "marginBottom";
|
526
|
+
};
|
839
527
|
};
|
840
528
|
ml: (value: {
|
841
529
|
readonly [$$PropertyValue]: "marginLeft";
|
842
530
|
}) => {
|
843
|
-
marginLeft: {
|
531
|
+
marginLeft: {
|
532
|
+
readonly [$$PropertyValue]: "marginLeft";
|
533
|
+
};
|
844
534
|
};
|
845
535
|
mx: (value: {
|
846
536
|
readonly [$$PropertyValue]: "marginLeft";
|
847
537
|
}) => {
|
848
|
-
marginLeft: {
|
849
|
-
|
538
|
+
marginLeft: {
|
539
|
+
readonly [$$PropertyValue]: "marginLeft";
|
540
|
+
};
|
541
|
+
marginRight: {
|
542
|
+
readonly [$$PropertyValue]: "marginLeft";
|
543
|
+
};
|
850
544
|
};
|
851
545
|
my: (value: {
|
852
546
|
readonly [$$PropertyValue]: "marginTop";
|
853
547
|
}) => {
|
854
|
-
marginTop: {
|
855
|
-
|
548
|
+
marginTop: {
|
549
|
+
readonly [$$PropertyValue]: "marginTop";
|
550
|
+
};
|
551
|
+
marginBottom: {
|
552
|
+
readonly [$$PropertyValue]: "marginTop";
|
553
|
+
};
|
856
554
|
};
|
857
555
|
ta: (value: {
|
858
556
|
readonly [$$PropertyValue]: "textAlign";
|
859
557
|
}) => {
|
860
|
-
textAlign: {
|
558
|
+
textAlign: {
|
559
|
+
readonly [$$PropertyValue]: "textAlign";
|
560
|
+
};
|
861
561
|
};
|
862
562
|
fd: (value: {
|
863
563
|
readonly [$$PropertyValue]: "flexDirection";
|
864
564
|
}) => {
|
865
|
-
flexDirection: {
|
565
|
+
flexDirection: {
|
566
|
+
readonly [$$PropertyValue]: "flexDirection";
|
567
|
+
};
|
866
568
|
};
|
867
569
|
fw: (value: {
|
868
570
|
readonly [$$PropertyValue]: "flexWrap";
|
869
571
|
}) => {
|
870
|
-
flexWrap: {
|
572
|
+
flexWrap: {
|
573
|
+
readonly [$$PropertyValue]: "flexWrap";
|
574
|
+
};
|
871
575
|
};
|
872
576
|
ai: (value: {
|
873
577
|
readonly [$$PropertyValue]: "alignItems";
|
874
578
|
}) => {
|
875
|
-
alignItems: {
|
579
|
+
alignItems: {
|
580
|
+
readonly [$$PropertyValue]: "alignItems";
|
581
|
+
};
|
876
582
|
};
|
877
583
|
ac: (value: {
|
878
584
|
readonly [$$PropertyValue]: "alignContent";
|
879
585
|
}) => {
|
880
|
-
alignContent: {
|
586
|
+
alignContent: {
|
587
|
+
readonly [$$PropertyValue]: "alignContent";
|
588
|
+
};
|
881
589
|
};
|
882
590
|
jc: (value: {
|
883
591
|
readonly [$$PropertyValue]: "justifyContent";
|
884
592
|
}) => {
|
885
|
-
justifyContent: {
|
593
|
+
justifyContent: {
|
594
|
+
readonly [$$PropertyValue]: "justifyContent";
|
595
|
+
};
|
886
596
|
};
|
887
597
|
as: (value: {
|
888
598
|
readonly [$$PropertyValue]: "alignSelf";
|
889
599
|
}) => {
|
890
|
-
alignSelf: {
|
600
|
+
alignSelf: {
|
601
|
+
readonly [$$PropertyValue]: "alignSelf";
|
602
|
+
};
|
891
603
|
};
|
892
604
|
fg: (value: {
|
893
605
|
readonly [$$PropertyValue]: "flexGrow";
|
894
606
|
}) => {
|
895
|
-
flexGrow: {
|
607
|
+
flexGrow: {
|
608
|
+
readonly [$$PropertyValue]: "flexGrow";
|
609
|
+
};
|
896
610
|
};
|
897
611
|
fs: (value: {
|
898
612
|
readonly [$$PropertyValue]: "flexShrink";
|
899
613
|
}) => {
|
900
|
-
flexShrink: {
|
614
|
+
flexShrink: {
|
615
|
+
readonly [$$PropertyValue]: "flexShrink";
|
616
|
+
};
|
901
617
|
};
|
902
618
|
fb: (value: {
|
903
619
|
readonly [$$PropertyValue]: "flexBasis";
|
904
620
|
}) => {
|
905
|
-
flexBasis: {
|
621
|
+
flexBasis: {
|
622
|
+
readonly [$$PropertyValue]: "flexBasis";
|
623
|
+
};
|
906
624
|
};
|
907
625
|
bc: (value: {
|
908
626
|
readonly [$$PropertyValue]: "backgroundColor";
|
909
627
|
}) => {
|
910
|
-
backgroundColor: {
|
628
|
+
backgroundColor: {
|
629
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
630
|
+
};
|
911
631
|
};
|
912
632
|
br: (value: {
|
913
633
|
readonly [$$PropertyValue]: "borderRadius";
|
914
634
|
}) => {
|
915
|
-
borderRadius: {
|
635
|
+
borderRadius: {
|
636
|
+
readonly [$$PropertyValue]: "borderRadius";
|
637
|
+
};
|
916
638
|
};
|
917
639
|
btrr: (value: {
|
918
640
|
readonly [$$PropertyValue]: "borderTopRightRadius";
|
919
641
|
}) => {
|
920
|
-
borderTopRightRadius: {
|
642
|
+
borderTopRightRadius: {
|
643
|
+
readonly [$$PropertyValue]: "borderTopRightRadius";
|
644
|
+
};
|
921
645
|
};
|
922
646
|
bbrr: (value: {
|
923
647
|
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
924
648
|
}) => {
|
925
|
-
borderBottomRightRadius: {
|
649
|
+
borderBottomRightRadius: {
|
650
|
+
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
651
|
+
};
|
926
652
|
};
|
927
653
|
bblr: (value: {
|
928
654
|
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
929
655
|
}) => {
|
930
|
-
borderBottomLeftRadius: {
|
656
|
+
borderBottomLeftRadius: {
|
657
|
+
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
658
|
+
};
|
931
659
|
};
|
932
660
|
btlr: (value: {
|
933
661
|
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
934
662
|
}) => {
|
935
|
-
borderTopLeftRadius: {
|
663
|
+
borderTopLeftRadius: {
|
664
|
+
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
665
|
+
};
|
936
666
|
};
|
937
667
|
bs: (value: {
|
938
668
|
readonly [$$PropertyValue]: "boxShadow";
|
939
669
|
}) => {
|
940
|
-
boxShadow: {
|
670
|
+
boxShadow: {
|
671
|
+
readonly [$$PropertyValue]: "boxShadow";
|
672
|
+
};
|
941
673
|
};
|
942
674
|
lh: (value: {
|
943
675
|
readonly [$$PropertyValue]: "lineHeight";
|
944
676
|
}) => {
|
945
|
-
lineHeight: {
|
677
|
+
lineHeight: {
|
678
|
+
readonly [$$PropertyValue]: "lineHeight";
|
679
|
+
};
|
946
680
|
};
|
947
681
|
ox: (value: {
|
948
682
|
readonly [$$PropertyValue]: "overflowX";
|
949
683
|
}) => {
|
950
|
-
overflowX: {
|
684
|
+
overflowX: {
|
685
|
+
readonly [$$PropertyValue]: "overflowX";
|
686
|
+
};
|
951
687
|
};
|
952
688
|
oy: (value: {
|
953
689
|
readonly [$$PropertyValue]: "overflowY";
|
954
690
|
}) => {
|
955
|
-
overflowY: {
|
691
|
+
overflowY: {
|
692
|
+
readonly [$$PropertyValue]: "overflowY";
|
693
|
+
};
|
956
694
|
};
|
957
695
|
pe: (value: {
|
958
696
|
readonly [$$PropertyValue]: "pointerEvents";
|
959
697
|
}) => {
|
960
|
-
pointerEvents: {
|
698
|
+
pointerEvents: {
|
699
|
+
readonly [$$PropertyValue]: "pointerEvents";
|
700
|
+
};
|
961
701
|
};
|
962
702
|
us: (value: {
|
963
703
|
readonly [$$PropertyValue]: "userSelect";
|
964
704
|
}) => {
|
965
|
-
WebkitUserSelect: {
|
966
|
-
|
705
|
+
WebkitUserSelect: {
|
706
|
+
readonly [$$PropertyValue]: "userSelect";
|
707
|
+
};
|
708
|
+
userSelect: {
|
709
|
+
readonly [$$PropertyValue]: "userSelect";
|
710
|
+
};
|
967
711
|
};
|
968
712
|
userSelect: (value: {
|
969
713
|
readonly [$$PropertyValue]: "userSelect";
|
970
714
|
}) => {
|
971
|
-
WebkitUserSelect: {
|
972
|
-
|
715
|
+
WebkitUserSelect: {
|
716
|
+
readonly [$$PropertyValue]: "userSelect";
|
717
|
+
};
|
718
|
+
userSelect: {
|
719
|
+
readonly [$$PropertyValue]: "userSelect";
|
720
|
+
};
|
973
721
|
};
|
974
722
|
size: (value: {
|
975
723
|
readonly [$$PropertyValue]: "width";
|
976
724
|
}) => {
|
977
|
-
width: {
|
978
|
-
|
725
|
+
width: {
|
726
|
+
readonly [$$PropertyValue]: "width";
|
727
|
+
};
|
728
|
+
height: {
|
729
|
+
readonly [$$PropertyValue]: "width";
|
730
|
+
};
|
979
731
|
};
|
980
732
|
appearance: (value: {
|
981
733
|
readonly [$$PropertyValue]: "appearance";
|
982
734
|
}) => {
|
983
|
-
WebkitAppearance: {
|
984
|
-
|
735
|
+
WebkitAppearance: {
|
736
|
+
readonly [$$PropertyValue]: "appearance";
|
737
|
+
};
|
738
|
+
appearance: {
|
739
|
+
readonly [$$PropertyValue]: "appearance";
|
740
|
+
};
|
985
741
|
};
|
986
742
|
backgroundClip: (value: {
|
987
743
|
readonly [$$PropertyValue]: "backgroundClip";
|
988
744
|
}) => {
|
989
|
-
WebkitBackgroundClip: {
|
990
|
-
|
745
|
+
WebkitBackgroundClip: {
|
746
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
747
|
+
};
|
748
|
+
backgroundClip: {
|
749
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
750
|
+
};
|
991
751
|
};
|
992
752
|
}>>;
|
993
753
|
declare type RadioGroupItemPrimitiveProps = React.ComponentProps<typeof RadioGroupPrimitive.Item>;
|
994
754
|
declare type RadioCardProps = RadioGroupItemPrimitiveProps & {
|
995
755
|
css?: CSS;
|
996
756
|
};
|
997
|
-
export declare const RadioCard: React.ForwardRefExoticComponent<Pick<RadioCardProps, "color" | "translate" | "
|
757
|
+
export declare const RadioCard: React.ForwardRefExoticComponent<Pick<RadioCardProps, "color" | "translate" | "hidden" | "style" | "form" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "asChild" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value" | "checked" | "required" | "css"> & React.RefAttributes<HTMLButtonElement>>;
|
998
758
|
export {};
|