@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,1498 @@
1
+ export declare const panelStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
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
+ }>>;
750
+ export declare const Panel: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
751
+ bp1: "(min-width: 520px)";
752
+ bp2: "(min-width: 900px)";
753
+ bp3: "(min-width: 1200px)";
754
+ bp4: "(min-width: 1800px)";
755
+ motion: "(prefers-reduced-motion)";
756
+ hover: "(any-hover: hover)";
757
+ dark: "(prefers-color-scheme: dark)";
758
+ light: "(prefers-color-scheme: light)";
759
+ }, import("@stitches/react/types/css-util").CSS<{
760
+ bp1: "(min-width: 520px)";
761
+ bp2: "(min-width: 900px)";
762
+ bp3: "(min-width: 1200px)";
763
+ bp4: "(min-width: 1800px)";
764
+ motion: "(prefers-reduced-motion)";
765
+ hover: "(any-hover: hover)";
766
+ dark: "(prefers-color-scheme: dark)";
767
+ light: "(prefers-color-scheme: light)";
768
+ }, {
769
+ colors: {
770
+ hiContrast: string;
771
+ loContrast: string;
772
+ canvas: string;
773
+ panel: string;
774
+ transparentPanel: string;
775
+ shadowLight: string;
776
+ shadowDark: string;
777
+ blackA1: string;
778
+ blackA2: string;
779
+ blackA3: string;
780
+ blackA4: string;
781
+ blackA5: string;
782
+ blackA6: string;
783
+ blackA7: string;
784
+ blackA8: string;
785
+ blackA9: string;
786
+ blackA10: string;
787
+ blackA11: string;
788
+ blackA12: string;
789
+ whiteA1: string;
790
+ whiteA2: string;
791
+ whiteA3: string;
792
+ whiteA4: string;
793
+ whiteA5: string;
794
+ whiteA6: string;
795
+ whiteA7: string;
796
+ whiteA8: string;
797
+ whiteA9: string;
798
+ whiteA10: string;
799
+ whiteA11: string;
800
+ whiteA12: string;
801
+ gold1: string;
802
+ gold2: string;
803
+ gold3: string;
804
+ gold4: string;
805
+ gold5: string;
806
+ gold6: string;
807
+ gold7: string;
808
+ gold8: string;
809
+ gold9: string;
810
+ gold10: string;
811
+ gold11: string;
812
+ gold12: string;
813
+ bronze1: string;
814
+ bronze2: string;
815
+ bronze3: string;
816
+ bronze4: string;
817
+ bronze5: string;
818
+ bronze6: string;
819
+ bronze7: string;
820
+ bronze8: string;
821
+ bronze9: string;
822
+ bronze10: string;
823
+ bronze11: string;
824
+ bronze12: string;
825
+ brown1: string;
826
+ brown2: string;
827
+ brown3: string;
828
+ brown4: string;
829
+ brown5: string;
830
+ brown6: string;
831
+ brown7: string;
832
+ brown8: string;
833
+ brown9: string;
834
+ brown10: string;
835
+ brown11: string;
836
+ brown12: string;
837
+ orange1: string;
838
+ orange2: string;
839
+ orange3: string;
840
+ orange4: string;
841
+ orange5: string;
842
+ orange6: string;
843
+ orange7: string;
844
+ orange8: string;
845
+ orange9: string;
846
+ orange10: string;
847
+ orange11: string;
848
+ orange12: string;
849
+ amber1: string;
850
+ amber2: string;
851
+ amber3: string;
852
+ amber4: string;
853
+ amber5: string;
854
+ amber6: string;
855
+ amber7: string;
856
+ amber8: string;
857
+ amber9: string;
858
+ amber10: string;
859
+ amber11: string;
860
+ amber12: string;
861
+ yellow1: string;
862
+ yellow2: string;
863
+ yellow3: string;
864
+ yellow4: string;
865
+ yellow5: string;
866
+ yellow6: string;
867
+ yellow7: string;
868
+ yellow8: string;
869
+ yellow9: string;
870
+ yellow10: string;
871
+ yellow11: string;
872
+ yellow12: string;
873
+ lime1: string;
874
+ lime2: string;
875
+ lime3: string;
876
+ lime4: string;
877
+ lime5: string;
878
+ lime6: string;
879
+ lime7: string;
880
+ lime8: string;
881
+ lime9: string;
882
+ lime10: string;
883
+ lime11: string;
884
+ lime12: string;
885
+ grass1: string;
886
+ grass2: string;
887
+ grass3: string;
888
+ grass4: string;
889
+ grass5: string;
890
+ grass6: string;
891
+ grass7: string;
892
+ grass8: string;
893
+ grass9: string;
894
+ grass10: string;
895
+ grass11: string;
896
+ grass12: string;
897
+ green1: string;
898
+ green2: string;
899
+ green3: string;
900
+ green4: string;
901
+ green5: string;
902
+ green6: string;
903
+ green7: string;
904
+ green8: string;
905
+ green9: string;
906
+ green10: string;
907
+ green11: string;
908
+ green12: string;
909
+ teal1: string;
910
+ teal2: string;
911
+ teal3: string;
912
+ teal4: string;
913
+ teal5: string;
914
+ teal6: string;
915
+ teal7: string;
916
+ teal8: string;
917
+ teal9: string;
918
+ teal10: string;
919
+ teal11: string;
920
+ teal12: string;
921
+ cyan1: string;
922
+ cyan2: string;
923
+ cyan3: string;
924
+ cyan4: string;
925
+ cyan5: string;
926
+ cyan6: string;
927
+ cyan7: string;
928
+ cyan8: string;
929
+ cyan9: string;
930
+ cyan10: string;
931
+ cyan11: string;
932
+ cyan12: string;
933
+ mint1: string;
934
+ mint2: string;
935
+ mint3: string;
936
+ mint4: string;
937
+ mint5: string;
938
+ mint6: string;
939
+ mint7: string;
940
+ mint8: string;
941
+ mint9: string;
942
+ mint10: string;
943
+ mint11: string;
944
+ mint12: string;
945
+ sky1: string;
946
+ sky2: string;
947
+ sky3: string;
948
+ sky4: string;
949
+ sky5: string;
950
+ sky6: string;
951
+ sky7: string;
952
+ sky8: string;
953
+ sky9: string;
954
+ sky10: string;
955
+ sky11: string;
956
+ sky12: string;
957
+ blue1: string;
958
+ blue2: string;
959
+ blue3: string;
960
+ blue4: string;
961
+ blue5: string;
962
+ blue6: string;
963
+ blue7: string;
964
+ blue8: string;
965
+ blue9: string;
966
+ blue10: string;
967
+ blue11: string;
968
+ blue12: string;
969
+ indigo1: string;
970
+ indigo2: string;
971
+ indigo3: string;
972
+ indigo4: string;
973
+ indigo5: string;
974
+ indigo6: string;
975
+ indigo7: string;
976
+ indigo8: string;
977
+ indigo9: string;
978
+ indigo10: string;
979
+ indigo11: string;
980
+ indigo12: string;
981
+ violet1: string;
982
+ violet2: string;
983
+ violet3: string;
984
+ violet4: string;
985
+ violet5: string;
986
+ violet6: string;
987
+ violet7: string;
988
+ violet8: string;
989
+ violet9: string;
990
+ violet10: string;
991
+ violet11: string;
992
+ violet12: string;
993
+ purple1: string;
994
+ purple2: string;
995
+ purple3: string;
996
+ purple4: string;
997
+ purple5: string;
998
+ purple6: string;
999
+ purple7: string;
1000
+ purple8: string;
1001
+ purple9: string;
1002
+ purple10: string;
1003
+ purple11: string;
1004
+ purple12: string;
1005
+ plum1: string;
1006
+ plum2: string;
1007
+ plum3: string;
1008
+ plum4: string;
1009
+ plum5: string;
1010
+ plum6: string;
1011
+ plum7: string;
1012
+ plum8: string;
1013
+ plum9: string;
1014
+ plum10: string;
1015
+ plum11: string;
1016
+ plum12: string;
1017
+ pink1: string;
1018
+ pink2: string;
1019
+ pink3: string;
1020
+ pink4: string;
1021
+ pink5: string;
1022
+ pink6: string;
1023
+ pink7: string;
1024
+ pink8: string;
1025
+ pink9: string;
1026
+ pink10: string;
1027
+ pink11: string;
1028
+ pink12: string;
1029
+ crimson1: string;
1030
+ crimson2: string;
1031
+ crimson3: string;
1032
+ crimson4: string;
1033
+ crimson5: string;
1034
+ crimson6: string;
1035
+ crimson7: string;
1036
+ crimson8: string;
1037
+ crimson9: string;
1038
+ crimson10: string;
1039
+ crimson11: string;
1040
+ crimson12: string;
1041
+ red1: string;
1042
+ red2: string;
1043
+ red3: string;
1044
+ red4: string;
1045
+ red5: string;
1046
+ red6: string;
1047
+ red7: string;
1048
+ red8: string;
1049
+ red9: string;
1050
+ red10: string;
1051
+ red11: string;
1052
+ red12: string;
1053
+ tomato1: string;
1054
+ tomato2: string;
1055
+ tomato3: string;
1056
+ tomato4: string;
1057
+ tomato5: string;
1058
+ tomato6: string;
1059
+ tomato7: string;
1060
+ tomato8: string;
1061
+ tomato9: string;
1062
+ tomato10: string;
1063
+ tomato11: string;
1064
+ tomato12: string;
1065
+ sand1: string;
1066
+ sand2: string;
1067
+ sand3: string;
1068
+ sand4: string;
1069
+ sand5: string;
1070
+ sand6: string;
1071
+ sand7: string;
1072
+ sand8: string;
1073
+ sand9: string;
1074
+ sand10: string;
1075
+ sand11: string;
1076
+ sand12: string;
1077
+ olive1: string;
1078
+ olive2: string;
1079
+ olive3: string;
1080
+ olive4: string;
1081
+ olive5: string;
1082
+ olive6: string;
1083
+ olive7: string;
1084
+ olive8: string;
1085
+ olive9: string;
1086
+ olive10: string;
1087
+ olive11: string;
1088
+ olive12: string;
1089
+ sage1: string;
1090
+ sage2: string;
1091
+ sage3: string;
1092
+ sage4: string;
1093
+ sage5: string;
1094
+ sage6: string;
1095
+ sage7: string;
1096
+ sage8: string;
1097
+ sage9: string;
1098
+ sage10: string;
1099
+ sage11: string;
1100
+ sage12: string;
1101
+ slate1: string;
1102
+ slate2: string;
1103
+ slate3: string;
1104
+ slate4: string;
1105
+ slate5: string;
1106
+ slate6: string;
1107
+ slate7: string;
1108
+ slate8: string;
1109
+ slate9: string;
1110
+ slate10: string;
1111
+ slate11: string;
1112
+ slate12: string;
1113
+ mauve1: string;
1114
+ mauve2: string;
1115
+ mauve3: string;
1116
+ mauve4: string;
1117
+ mauve5: string;
1118
+ mauve6: string;
1119
+ mauve7: string;
1120
+ mauve8: string;
1121
+ mauve9: string;
1122
+ mauve10: string;
1123
+ mauve11: string;
1124
+ mauve12: string;
1125
+ gray1: string;
1126
+ gray2: string;
1127
+ gray3: string;
1128
+ gray4: string;
1129
+ gray5: string;
1130
+ gray6: string;
1131
+ gray7: string;
1132
+ gray8: string;
1133
+ gray9: string;
1134
+ gray10: string;
1135
+ gray11: string;
1136
+ gray12: string;
1137
+ };
1138
+ fonts: {
1139
+ untitled: string;
1140
+ mono: string;
1141
+ };
1142
+ space: {
1143
+ 1: string;
1144
+ 2: string;
1145
+ 3: string;
1146
+ 4: string;
1147
+ 5: string;
1148
+ 6: string;
1149
+ 7: string;
1150
+ 8: string;
1151
+ 9: string;
1152
+ };
1153
+ sizes: {
1154
+ 1: string;
1155
+ 2: string;
1156
+ 3: string;
1157
+ 4: string;
1158
+ 5: string;
1159
+ 6: string;
1160
+ 7: string;
1161
+ 8: string;
1162
+ 9: string;
1163
+ };
1164
+ fontSizes: {
1165
+ 1: string;
1166
+ 2: string;
1167
+ 3: string;
1168
+ 4: string;
1169
+ 5: string;
1170
+ 6: string;
1171
+ 7: string;
1172
+ 8: string;
1173
+ 9: string;
1174
+ };
1175
+ radii: {
1176
+ 1: string;
1177
+ 2: string;
1178
+ 3: string;
1179
+ 4: string;
1180
+ round: string;
1181
+ pill: string;
1182
+ };
1183
+ zIndices: {
1184
+ 1: string;
1185
+ 2: string;
1186
+ 3: string;
1187
+ 4: string;
1188
+ max: string;
1189
+ };
1190
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1191
+ p: (value: {
1192
+ readonly [$$PropertyValue]: "padding";
1193
+ }) => {
1194
+ padding: {
1195
+ readonly [$$PropertyValue]: "padding";
1196
+ };
1197
+ };
1198
+ pt: (value: {
1199
+ readonly [$$PropertyValue]: "paddingTop";
1200
+ }) => {
1201
+ paddingTop: {
1202
+ readonly [$$PropertyValue]: "paddingTop";
1203
+ };
1204
+ };
1205
+ pr: (value: {
1206
+ readonly [$$PropertyValue]: "paddingRight";
1207
+ }) => {
1208
+ paddingRight: {
1209
+ readonly [$$PropertyValue]: "paddingRight";
1210
+ };
1211
+ };
1212
+ pb: (value: {
1213
+ readonly [$$PropertyValue]: "paddingBottom";
1214
+ }) => {
1215
+ paddingBottom: {
1216
+ readonly [$$PropertyValue]: "paddingBottom";
1217
+ };
1218
+ };
1219
+ pl: (value: {
1220
+ readonly [$$PropertyValue]: "paddingLeft";
1221
+ }) => {
1222
+ paddingLeft: {
1223
+ readonly [$$PropertyValue]: "paddingLeft";
1224
+ };
1225
+ };
1226
+ px: (value: {
1227
+ readonly [$$PropertyValue]: "paddingLeft";
1228
+ }) => {
1229
+ paddingLeft: {
1230
+ readonly [$$PropertyValue]: "paddingLeft";
1231
+ };
1232
+ paddingRight: {
1233
+ readonly [$$PropertyValue]: "paddingLeft";
1234
+ };
1235
+ };
1236
+ py: (value: {
1237
+ readonly [$$PropertyValue]: "paddingTop";
1238
+ }) => {
1239
+ paddingTop: {
1240
+ readonly [$$PropertyValue]: "paddingTop";
1241
+ };
1242
+ paddingBottom: {
1243
+ readonly [$$PropertyValue]: "paddingTop";
1244
+ };
1245
+ };
1246
+ m: (value: {
1247
+ readonly [$$PropertyValue]: "margin";
1248
+ }) => {
1249
+ margin: {
1250
+ readonly [$$PropertyValue]: "margin";
1251
+ };
1252
+ };
1253
+ mt: (value: {
1254
+ readonly [$$PropertyValue]: "marginTop";
1255
+ }) => {
1256
+ marginTop: {
1257
+ readonly [$$PropertyValue]: "marginTop";
1258
+ };
1259
+ };
1260
+ mr: (value: {
1261
+ readonly [$$PropertyValue]: "marginRight";
1262
+ }) => {
1263
+ marginRight: {
1264
+ readonly [$$PropertyValue]: "marginRight";
1265
+ };
1266
+ };
1267
+ mb: (value: {
1268
+ readonly [$$PropertyValue]: "marginBottom";
1269
+ }) => {
1270
+ marginBottom: {
1271
+ readonly [$$PropertyValue]: "marginBottom";
1272
+ };
1273
+ };
1274
+ ml: (value: {
1275
+ readonly [$$PropertyValue]: "marginLeft";
1276
+ }) => {
1277
+ marginLeft: {
1278
+ readonly [$$PropertyValue]: "marginLeft";
1279
+ };
1280
+ };
1281
+ mx: (value: {
1282
+ readonly [$$PropertyValue]: "marginLeft";
1283
+ }) => {
1284
+ marginLeft: {
1285
+ readonly [$$PropertyValue]: "marginLeft";
1286
+ };
1287
+ marginRight: {
1288
+ readonly [$$PropertyValue]: "marginLeft";
1289
+ };
1290
+ };
1291
+ my: (value: {
1292
+ readonly [$$PropertyValue]: "marginTop";
1293
+ }) => {
1294
+ marginTop: {
1295
+ readonly [$$PropertyValue]: "marginTop";
1296
+ };
1297
+ marginBottom: {
1298
+ readonly [$$PropertyValue]: "marginTop";
1299
+ };
1300
+ };
1301
+ ta: (value: {
1302
+ readonly [$$PropertyValue]: "textAlign";
1303
+ }) => {
1304
+ textAlign: {
1305
+ readonly [$$PropertyValue]: "textAlign";
1306
+ };
1307
+ };
1308
+ fd: (value: {
1309
+ readonly [$$PropertyValue]: "flexDirection";
1310
+ }) => {
1311
+ flexDirection: {
1312
+ readonly [$$PropertyValue]: "flexDirection";
1313
+ };
1314
+ };
1315
+ fw: (value: {
1316
+ readonly [$$PropertyValue]: "flexWrap";
1317
+ }) => {
1318
+ flexWrap: {
1319
+ readonly [$$PropertyValue]: "flexWrap";
1320
+ };
1321
+ };
1322
+ ai: (value: {
1323
+ readonly [$$PropertyValue]: "alignItems";
1324
+ }) => {
1325
+ alignItems: {
1326
+ readonly [$$PropertyValue]: "alignItems";
1327
+ };
1328
+ };
1329
+ ac: (value: {
1330
+ readonly [$$PropertyValue]: "alignContent";
1331
+ }) => {
1332
+ alignContent: {
1333
+ readonly [$$PropertyValue]: "alignContent";
1334
+ };
1335
+ };
1336
+ jc: (value: {
1337
+ readonly [$$PropertyValue]: "justifyContent";
1338
+ }) => {
1339
+ justifyContent: {
1340
+ readonly [$$PropertyValue]: "justifyContent";
1341
+ };
1342
+ };
1343
+ as: (value: {
1344
+ readonly [$$PropertyValue]: "alignSelf";
1345
+ }) => {
1346
+ alignSelf: {
1347
+ readonly [$$PropertyValue]: "alignSelf";
1348
+ };
1349
+ };
1350
+ fg: (value: {
1351
+ readonly [$$PropertyValue]: "flexGrow";
1352
+ }) => {
1353
+ flexGrow: {
1354
+ readonly [$$PropertyValue]: "flexGrow";
1355
+ };
1356
+ };
1357
+ fs: (value: {
1358
+ readonly [$$PropertyValue]: "flexShrink";
1359
+ }) => {
1360
+ flexShrink: {
1361
+ readonly [$$PropertyValue]: "flexShrink";
1362
+ };
1363
+ };
1364
+ fb: (value: {
1365
+ readonly [$$PropertyValue]: "flexBasis";
1366
+ }) => {
1367
+ flexBasis: {
1368
+ readonly [$$PropertyValue]: "flexBasis";
1369
+ };
1370
+ };
1371
+ bc: (value: {
1372
+ readonly [$$PropertyValue]: "backgroundColor";
1373
+ }) => {
1374
+ backgroundColor: {
1375
+ readonly [$$PropertyValue]: "backgroundColor";
1376
+ };
1377
+ };
1378
+ br: (value: {
1379
+ readonly [$$PropertyValue]: "borderRadius";
1380
+ }) => {
1381
+ borderRadius: {
1382
+ readonly [$$PropertyValue]: "borderRadius";
1383
+ };
1384
+ };
1385
+ btrr: (value: {
1386
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1387
+ }) => {
1388
+ borderTopRightRadius: {
1389
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1390
+ };
1391
+ };
1392
+ bbrr: (value: {
1393
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1394
+ }) => {
1395
+ borderBottomRightRadius: {
1396
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1397
+ };
1398
+ };
1399
+ bblr: (value: {
1400
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1401
+ }) => {
1402
+ borderBottomLeftRadius: {
1403
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1404
+ };
1405
+ };
1406
+ btlr: (value: {
1407
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1408
+ }) => {
1409
+ borderTopLeftRadius: {
1410
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1411
+ };
1412
+ };
1413
+ bs: (value: {
1414
+ readonly [$$PropertyValue]: "boxShadow";
1415
+ }) => {
1416
+ boxShadow: {
1417
+ readonly [$$PropertyValue]: "boxShadow";
1418
+ };
1419
+ };
1420
+ lh: (value: {
1421
+ readonly [$$PropertyValue]: "lineHeight";
1422
+ }) => {
1423
+ lineHeight: {
1424
+ readonly [$$PropertyValue]: "lineHeight";
1425
+ };
1426
+ };
1427
+ ox: (value: {
1428
+ readonly [$$PropertyValue]: "overflowX";
1429
+ }) => {
1430
+ overflowX: {
1431
+ readonly [$$PropertyValue]: "overflowX";
1432
+ };
1433
+ };
1434
+ oy: (value: {
1435
+ readonly [$$PropertyValue]: "overflowY";
1436
+ }) => {
1437
+ overflowY: {
1438
+ readonly [$$PropertyValue]: "overflowY";
1439
+ };
1440
+ };
1441
+ pe: (value: {
1442
+ readonly [$$PropertyValue]: "pointerEvents";
1443
+ }) => {
1444
+ pointerEvents: {
1445
+ readonly [$$PropertyValue]: "pointerEvents";
1446
+ };
1447
+ };
1448
+ us: (value: {
1449
+ readonly [$$PropertyValue]: "userSelect";
1450
+ }) => {
1451
+ WebkitUserSelect: {
1452
+ readonly [$$PropertyValue]: "userSelect";
1453
+ };
1454
+ userSelect: {
1455
+ readonly [$$PropertyValue]: "userSelect";
1456
+ };
1457
+ };
1458
+ userSelect: (value: {
1459
+ readonly [$$PropertyValue]: "userSelect";
1460
+ }) => {
1461
+ WebkitUserSelect: {
1462
+ readonly [$$PropertyValue]: "userSelect";
1463
+ };
1464
+ userSelect: {
1465
+ readonly [$$PropertyValue]: "userSelect";
1466
+ };
1467
+ };
1468
+ size: (value: {
1469
+ readonly [$$PropertyValue]: "width";
1470
+ }) => {
1471
+ width: {
1472
+ readonly [$$PropertyValue]: "width";
1473
+ };
1474
+ height: {
1475
+ readonly [$$PropertyValue]: "width";
1476
+ };
1477
+ };
1478
+ appearance: (value: {
1479
+ readonly [$$PropertyValue]: "appearance";
1480
+ }) => {
1481
+ WebkitAppearance: {
1482
+ readonly [$$PropertyValue]: "appearance";
1483
+ };
1484
+ appearance: {
1485
+ readonly [$$PropertyValue]: "appearance";
1486
+ };
1487
+ };
1488
+ backgroundClip: (value: {
1489
+ readonly [$$PropertyValue]: "backgroundClip";
1490
+ }) => {
1491
+ WebkitBackgroundClip: {
1492
+ readonly [$$PropertyValue]: "backgroundClip";
1493
+ };
1494
+ backgroundClip: {
1495
+ readonly [$$PropertyValue]: "backgroundClip";
1496
+ };
1497
+ };
1498
+ }>>;