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