@livepeer/design-system 0.0.0-beta.9 → 1.0.0

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