@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
@@ -1,4 +1,4500 @@
1
- export { Tabs } from "@modulz/design-system";
2
- export declare const TabsTrigger: any;
3
- export declare const TabsList: any;
4
- export declare const TabsContent: any;
1
+ import React from "react";
2
+ import { CSS } from "../stitches.config";
3
+ import * as TabsPrimitive from "@radix-ui/react-tabs";
4
+ export declare const Tabs: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React.RefAttributes<HTMLDivElement>>, {}, {
5
+ bp1: "(min-width: 520px)";
6
+ bp2: "(min-width: 900px)";
7
+ bp3: "(min-width: 1200px)";
8
+ bp4: "(min-width: 1800px)";
9
+ motion: "(prefers-reduced-motion)";
10
+ hover: "(any-hover: hover)";
11
+ dark: "(prefers-color-scheme: dark)";
12
+ light: "(prefers-color-scheme: light)";
13
+ }, import("@stitches/react/types/css-util").CSS<{
14
+ bp1: "(min-width: 520px)";
15
+ bp2: "(min-width: 900px)";
16
+ bp3: "(min-width: 1200px)";
17
+ bp4: "(min-width: 1800px)";
18
+ motion: "(prefers-reduced-motion)";
19
+ hover: "(any-hover: hover)";
20
+ dark: "(prefers-color-scheme: dark)";
21
+ light: "(prefers-color-scheme: light)";
22
+ }, {
23
+ colors: {
24
+ hiContrast: string;
25
+ loContrast: string;
26
+ canvas: string;
27
+ panel: string;
28
+ transparentPanel: string;
29
+ shadowLight: string;
30
+ shadowDark: string;
31
+ blackA1: string;
32
+ blackA2: string;
33
+ blackA3: string;
34
+ blackA4: string;
35
+ blackA5: string;
36
+ blackA6: string;
37
+ blackA7: string;
38
+ blackA8: string;
39
+ blackA9: string;
40
+ blackA10: string;
41
+ blackA11: string;
42
+ blackA12: string;
43
+ whiteA1: string;
44
+ whiteA2: string;
45
+ whiteA3: string;
46
+ whiteA4: string;
47
+ whiteA5: string;
48
+ whiteA6: string;
49
+ whiteA7: string;
50
+ whiteA8: string;
51
+ whiteA9: string;
52
+ whiteA10: string;
53
+ whiteA11: string;
54
+ whiteA12: string;
55
+ gold1: string;
56
+ gold2: string;
57
+ gold3: string;
58
+ gold4: string;
59
+ gold5: string;
60
+ gold6: string;
61
+ gold7: string;
62
+ gold8: string;
63
+ gold9: string;
64
+ gold10: string;
65
+ gold11: string;
66
+ gold12: string;
67
+ bronze1: string;
68
+ bronze2: string;
69
+ bronze3: string;
70
+ bronze4: string;
71
+ bronze5: string;
72
+ bronze6: string;
73
+ bronze7: string;
74
+ bronze8: string;
75
+ bronze9: string;
76
+ bronze10: string;
77
+ bronze11: string;
78
+ bronze12: string;
79
+ brown1: string;
80
+ brown2: string;
81
+ brown3: string;
82
+ brown4: string;
83
+ brown5: string;
84
+ brown6: string;
85
+ brown7: string;
86
+ brown8: string;
87
+ brown9: string;
88
+ brown10: string;
89
+ brown11: string;
90
+ brown12: string;
91
+ orange1: string;
92
+ orange2: string;
93
+ orange3: string;
94
+ orange4: string;
95
+ orange5: string;
96
+ orange6: string;
97
+ orange7: string;
98
+ orange8: string;
99
+ orange9: string;
100
+ orange10: string;
101
+ orange11: string;
102
+ orange12: string;
103
+ amber1: string;
104
+ amber2: string;
105
+ amber3: string;
106
+ amber4: string;
107
+ amber5: string;
108
+ amber6: string;
109
+ amber7: string;
110
+ amber8: string;
111
+ amber9: string;
112
+ amber10: string;
113
+ amber11: string;
114
+ amber12: string;
115
+ yellow1: string;
116
+ yellow2: string;
117
+ yellow3: string;
118
+ yellow4: string;
119
+ yellow5: string;
120
+ yellow6: string;
121
+ yellow7: string;
122
+ yellow8: string;
123
+ yellow9: string;
124
+ yellow10: string;
125
+ yellow11: string;
126
+ yellow12: string;
127
+ lime1: string;
128
+ lime2: string;
129
+ lime3: string;
130
+ lime4: string;
131
+ lime5: string;
132
+ lime6: string;
133
+ lime7: string;
134
+ lime8: string;
135
+ lime9: string;
136
+ lime10: string;
137
+ lime11: string;
138
+ lime12: string;
139
+ grass1: string;
140
+ grass2: string;
141
+ grass3: string;
142
+ grass4: string;
143
+ grass5: string;
144
+ grass6: string;
145
+ grass7: string;
146
+ grass8: string;
147
+ grass9: string;
148
+ grass10: string;
149
+ grass11: string;
150
+ grass12: string;
151
+ green1: string;
152
+ green2: string;
153
+ green3: string;
154
+ green4: string;
155
+ green5: string;
156
+ green6: string;
157
+ green7: string;
158
+ green8: string;
159
+ green9: string;
160
+ green10: string;
161
+ green11: string;
162
+ green12: string;
163
+ teal1: string;
164
+ teal2: string;
165
+ teal3: string;
166
+ teal4: string;
167
+ teal5: string;
168
+ teal6: string;
169
+ teal7: string;
170
+ teal8: string;
171
+ teal9: string;
172
+ teal10: string;
173
+ teal11: string;
174
+ teal12: string;
175
+ cyan1: string;
176
+ cyan2: string;
177
+ cyan3: string;
178
+ cyan4: string;
179
+ cyan5: string;
180
+ cyan6: string;
181
+ cyan7: string;
182
+ cyan8: string;
183
+ cyan9: string;
184
+ cyan10: string;
185
+ cyan11: string;
186
+ cyan12: string;
187
+ mint1: string;
188
+ mint2: string;
189
+ mint3: string;
190
+ mint4: string;
191
+ mint5: string;
192
+ mint6: string;
193
+ mint7: string;
194
+ mint8: string;
195
+ mint9: string;
196
+ mint10: string;
197
+ mint11: string;
198
+ mint12: string;
199
+ sky1: string;
200
+ sky2: string;
201
+ sky3: string;
202
+ sky4: string;
203
+ sky5: string;
204
+ sky6: string;
205
+ sky7: string;
206
+ sky8: string;
207
+ sky9: string;
208
+ sky10: string;
209
+ sky11: string;
210
+ sky12: string;
211
+ blue1: string;
212
+ blue2: string;
213
+ blue3: string;
214
+ blue4: string;
215
+ blue5: string;
216
+ blue6: string;
217
+ blue7: string;
218
+ blue8: string;
219
+ blue9: string;
220
+ blue10: string;
221
+ blue11: string;
222
+ blue12: string;
223
+ indigo1: string;
224
+ indigo2: string;
225
+ indigo3: string;
226
+ indigo4: string;
227
+ indigo5: string;
228
+ indigo6: string;
229
+ indigo7: string;
230
+ indigo8: string;
231
+ indigo9: string;
232
+ indigo10: string;
233
+ indigo11: string;
234
+ indigo12: string;
235
+ violet1: string;
236
+ violet2: string;
237
+ violet3: string;
238
+ violet4: string;
239
+ violet5: string;
240
+ violet6: string;
241
+ violet7: string;
242
+ violet8: string;
243
+ violet9: string;
244
+ violet10: string;
245
+ violet11: string;
246
+ violet12: string;
247
+ purple1: string;
248
+ purple2: string;
249
+ purple3: string;
250
+ purple4: string;
251
+ purple5: string;
252
+ purple6: string;
253
+ purple7: string;
254
+ purple8: string;
255
+ purple9: string;
256
+ purple10: string;
257
+ purple11: string;
258
+ purple12: string;
259
+ plum1: string;
260
+ plum2: string;
261
+ plum3: string;
262
+ plum4: string;
263
+ plum5: string;
264
+ plum6: string;
265
+ plum7: string;
266
+ plum8: string;
267
+ plum9: string;
268
+ plum10: string;
269
+ plum11: string;
270
+ plum12: string;
271
+ pink1: string;
272
+ pink2: string;
273
+ pink3: string;
274
+ pink4: string;
275
+ pink5: string;
276
+ pink6: string;
277
+ pink7: string;
278
+ pink8: string;
279
+ pink9: string;
280
+ pink10: string;
281
+ pink11: string;
282
+ pink12: string;
283
+ crimson1: string;
284
+ crimson2: string;
285
+ crimson3: string;
286
+ crimson4: string;
287
+ crimson5: string;
288
+ crimson6: string;
289
+ crimson7: string;
290
+ crimson8: string;
291
+ crimson9: string;
292
+ crimson10: string;
293
+ crimson11: string;
294
+ crimson12: string;
295
+ red1: string;
296
+ red2: string;
297
+ red3: string;
298
+ red4: string;
299
+ red5: string;
300
+ red6: string;
301
+ red7: string;
302
+ red8: string;
303
+ red9: string;
304
+ red10: string;
305
+ red11: string;
306
+ red12: string;
307
+ tomato1: string;
308
+ tomato2: string;
309
+ tomato3: string;
310
+ tomato4: string;
311
+ tomato5: string;
312
+ tomato6: string;
313
+ tomato7: string;
314
+ tomato8: string;
315
+ tomato9: string;
316
+ tomato10: string;
317
+ tomato11: string;
318
+ tomato12: string;
319
+ sand1: string;
320
+ sand2: string;
321
+ sand3: string;
322
+ sand4: string;
323
+ sand5: string;
324
+ sand6: string;
325
+ sand7: string;
326
+ sand8: string;
327
+ sand9: string;
328
+ sand10: string;
329
+ sand11: string;
330
+ sand12: string;
331
+ olive1: string;
332
+ olive2: string;
333
+ olive3: string;
334
+ olive4: string;
335
+ olive5: string;
336
+ olive6: string;
337
+ olive7: string;
338
+ olive8: string;
339
+ olive9: string;
340
+ olive10: string;
341
+ olive11: string;
342
+ olive12: string;
343
+ sage1: string;
344
+ sage2: string;
345
+ sage3: string;
346
+ sage4: string;
347
+ sage5: string;
348
+ sage6: string;
349
+ sage7: string;
350
+ sage8: string;
351
+ sage9: string;
352
+ sage10: string;
353
+ sage11: string;
354
+ sage12: string;
355
+ slate1: string;
356
+ slate2: string;
357
+ slate3: string;
358
+ slate4: string;
359
+ slate5: string;
360
+ slate6: string;
361
+ slate7: string;
362
+ slate8: string;
363
+ slate9: string;
364
+ slate10: string;
365
+ slate11: string;
366
+ slate12: string;
367
+ mauve1: string;
368
+ mauve2: string;
369
+ mauve3: string;
370
+ mauve4: string;
371
+ mauve5: string;
372
+ mauve6: string;
373
+ mauve7: string;
374
+ mauve8: string;
375
+ mauve9: string;
376
+ mauve10: string;
377
+ mauve11: string;
378
+ mauve12: string;
379
+ gray1: string;
380
+ gray2: string;
381
+ gray3: string;
382
+ gray4: string;
383
+ gray5: string;
384
+ gray6: string;
385
+ gray7: string;
386
+ gray8: string;
387
+ gray9: string;
388
+ gray10: string;
389
+ gray11: string;
390
+ gray12: string;
391
+ };
392
+ fonts: {
393
+ untitled: string;
394
+ mono: string;
395
+ };
396
+ space: {
397
+ 1: string;
398
+ 2: string;
399
+ 3: string;
400
+ 4: string;
401
+ 5: string;
402
+ 6: string;
403
+ 7: string;
404
+ 8: string;
405
+ 9: string;
406
+ };
407
+ sizes: {
408
+ 1: string;
409
+ 2: string;
410
+ 3: string;
411
+ 4: string;
412
+ 5: string;
413
+ 6: string;
414
+ 7: string;
415
+ 8: string;
416
+ 9: string;
417
+ };
418
+ fontSizes: {
419
+ 1: string;
420
+ 2: string;
421
+ 3: string;
422
+ 4: string;
423
+ 5: string;
424
+ 6: string;
425
+ 7: string;
426
+ 8: string;
427
+ 9: string;
428
+ };
429
+ radii: {
430
+ 1: string;
431
+ 2: string;
432
+ 3: string;
433
+ 4: string;
434
+ round: string;
435
+ pill: string;
436
+ };
437
+ zIndices: {
438
+ 1: string;
439
+ 2: string;
440
+ 3: string;
441
+ 4: string;
442
+ max: string;
443
+ };
444
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
445
+ p: (value: {
446
+ readonly [$$PropertyValue]: "padding";
447
+ }) => {
448
+ padding: {
449
+ readonly [$$PropertyValue]: "padding";
450
+ };
451
+ };
452
+ pt: (value: {
453
+ readonly [$$PropertyValue]: "paddingTop";
454
+ }) => {
455
+ paddingTop: {
456
+ readonly [$$PropertyValue]: "paddingTop";
457
+ };
458
+ };
459
+ pr: (value: {
460
+ readonly [$$PropertyValue]: "paddingRight";
461
+ }) => {
462
+ paddingRight: {
463
+ readonly [$$PropertyValue]: "paddingRight";
464
+ };
465
+ };
466
+ pb: (value: {
467
+ readonly [$$PropertyValue]: "paddingBottom";
468
+ }) => {
469
+ paddingBottom: {
470
+ readonly [$$PropertyValue]: "paddingBottom";
471
+ };
472
+ };
473
+ pl: (value: {
474
+ readonly [$$PropertyValue]: "paddingLeft";
475
+ }) => {
476
+ paddingLeft: {
477
+ readonly [$$PropertyValue]: "paddingLeft";
478
+ };
479
+ };
480
+ px: (value: {
481
+ readonly [$$PropertyValue]: "paddingLeft";
482
+ }) => {
483
+ paddingLeft: {
484
+ readonly [$$PropertyValue]: "paddingLeft";
485
+ };
486
+ paddingRight: {
487
+ readonly [$$PropertyValue]: "paddingLeft";
488
+ };
489
+ };
490
+ py: (value: {
491
+ readonly [$$PropertyValue]: "paddingTop";
492
+ }) => {
493
+ paddingTop: {
494
+ readonly [$$PropertyValue]: "paddingTop";
495
+ };
496
+ paddingBottom: {
497
+ readonly [$$PropertyValue]: "paddingTop";
498
+ };
499
+ };
500
+ m: (value: {
501
+ readonly [$$PropertyValue]: "margin";
502
+ }) => {
503
+ margin: {
504
+ readonly [$$PropertyValue]: "margin";
505
+ };
506
+ };
507
+ mt: (value: {
508
+ readonly [$$PropertyValue]: "marginTop";
509
+ }) => {
510
+ marginTop: {
511
+ readonly [$$PropertyValue]: "marginTop";
512
+ };
513
+ };
514
+ mr: (value: {
515
+ readonly [$$PropertyValue]: "marginRight";
516
+ }) => {
517
+ marginRight: {
518
+ readonly [$$PropertyValue]: "marginRight";
519
+ };
520
+ };
521
+ mb: (value: {
522
+ readonly [$$PropertyValue]: "marginBottom";
523
+ }) => {
524
+ marginBottom: {
525
+ readonly [$$PropertyValue]: "marginBottom";
526
+ };
527
+ };
528
+ ml: (value: {
529
+ readonly [$$PropertyValue]: "marginLeft";
530
+ }) => {
531
+ marginLeft: {
532
+ readonly [$$PropertyValue]: "marginLeft";
533
+ };
534
+ };
535
+ mx: (value: {
536
+ readonly [$$PropertyValue]: "marginLeft";
537
+ }) => {
538
+ marginLeft: {
539
+ readonly [$$PropertyValue]: "marginLeft";
540
+ };
541
+ marginRight: {
542
+ readonly [$$PropertyValue]: "marginLeft";
543
+ };
544
+ };
545
+ my: (value: {
546
+ readonly [$$PropertyValue]: "marginTop";
547
+ }) => {
548
+ marginTop: {
549
+ readonly [$$PropertyValue]: "marginTop";
550
+ };
551
+ marginBottom: {
552
+ readonly [$$PropertyValue]: "marginTop";
553
+ };
554
+ };
555
+ ta: (value: {
556
+ readonly [$$PropertyValue]: "textAlign";
557
+ }) => {
558
+ textAlign: {
559
+ readonly [$$PropertyValue]: "textAlign";
560
+ };
561
+ };
562
+ fd: (value: {
563
+ readonly [$$PropertyValue]: "flexDirection";
564
+ }) => {
565
+ flexDirection: {
566
+ readonly [$$PropertyValue]: "flexDirection";
567
+ };
568
+ };
569
+ fw: (value: {
570
+ readonly [$$PropertyValue]: "flexWrap";
571
+ }) => {
572
+ flexWrap: {
573
+ readonly [$$PropertyValue]: "flexWrap";
574
+ };
575
+ };
576
+ ai: (value: {
577
+ readonly [$$PropertyValue]: "alignItems";
578
+ }) => {
579
+ alignItems: {
580
+ readonly [$$PropertyValue]: "alignItems";
581
+ };
582
+ };
583
+ ac: (value: {
584
+ readonly [$$PropertyValue]: "alignContent";
585
+ }) => {
586
+ alignContent: {
587
+ readonly [$$PropertyValue]: "alignContent";
588
+ };
589
+ };
590
+ jc: (value: {
591
+ readonly [$$PropertyValue]: "justifyContent";
592
+ }) => {
593
+ justifyContent: {
594
+ readonly [$$PropertyValue]: "justifyContent";
595
+ };
596
+ };
597
+ as: (value: {
598
+ readonly [$$PropertyValue]: "alignSelf";
599
+ }) => {
600
+ alignSelf: {
601
+ readonly [$$PropertyValue]: "alignSelf";
602
+ };
603
+ };
604
+ fg: (value: {
605
+ readonly [$$PropertyValue]: "flexGrow";
606
+ }) => {
607
+ flexGrow: {
608
+ readonly [$$PropertyValue]: "flexGrow";
609
+ };
610
+ };
611
+ fs: (value: {
612
+ readonly [$$PropertyValue]: "flexShrink";
613
+ }) => {
614
+ flexShrink: {
615
+ readonly [$$PropertyValue]: "flexShrink";
616
+ };
617
+ };
618
+ fb: (value: {
619
+ readonly [$$PropertyValue]: "flexBasis";
620
+ }) => {
621
+ flexBasis: {
622
+ readonly [$$PropertyValue]: "flexBasis";
623
+ };
624
+ };
625
+ bc: (value: {
626
+ readonly [$$PropertyValue]: "backgroundColor";
627
+ }) => {
628
+ backgroundColor: {
629
+ readonly [$$PropertyValue]: "backgroundColor";
630
+ };
631
+ };
632
+ br: (value: {
633
+ readonly [$$PropertyValue]: "borderRadius";
634
+ }) => {
635
+ borderRadius: {
636
+ readonly [$$PropertyValue]: "borderRadius";
637
+ };
638
+ };
639
+ btrr: (value: {
640
+ readonly [$$PropertyValue]: "borderTopRightRadius";
641
+ }) => {
642
+ borderTopRightRadius: {
643
+ readonly [$$PropertyValue]: "borderTopRightRadius";
644
+ };
645
+ };
646
+ bbrr: (value: {
647
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
648
+ }) => {
649
+ borderBottomRightRadius: {
650
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
651
+ };
652
+ };
653
+ bblr: (value: {
654
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
655
+ }) => {
656
+ borderBottomLeftRadius: {
657
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
658
+ };
659
+ };
660
+ btlr: (value: {
661
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
662
+ }) => {
663
+ borderTopLeftRadius: {
664
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
665
+ };
666
+ };
667
+ bs: (value: {
668
+ readonly [$$PropertyValue]: "boxShadow";
669
+ }) => {
670
+ boxShadow: {
671
+ readonly [$$PropertyValue]: "boxShadow";
672
+ };
673
+ };
674
+ lh: (value: {
675
+ readonly [$$PropertyValue]: "lineHeight";
676
+ }) => {
677
+ lineHeight: {
678
+ readonly [$$PropertyValue]: "lineHeight";
679
+ };
680
+ };
681
+ ox: (value: {
682
+ readonly [$$PropertyValue]: "overflowX";
683
+ }) => {
684
+ overflowX: {
685
+ readonly [$$PropertyValue]: "overflowX";
686
+ };
687
+ };
688
+ oy: (value: {
689
+ readonly [$$PropertyValue]: "overflowY";
690
+ }) => {
691
+ overflowY: {
692
+ readonly [$$PropertyValue]: "overflowY";
693
+ };
694
+ };
695
+ pe: (value: {
696
+ readonly [$$PropertyValue]: "pointerEvents";
697
+ }) => {
698
+ pointerEvents: {
699
+ readonly [$$PropertyValue]: "pointerEvents";
700
+ };
701
+ };
702
+ us: (value: {
703
+ readonly [$$PropertyValue]: "userSelect";
704
+ }) => {
705
+ WebkitUserSelect: {
706
+ readonly [$$PropertyValue]: "userSelect";
707
+ };
708
+ userSelect: {
709
+ readonly [$$PropertyValue]: "userSelect";
710
+ };
711
+ };
712
+ userSelect: (value: {
713
+ readonly [$$PropertyValue]: "userSelect";
714
+ }) => {
715
+ WebkitUserSelect: {
716
+ readonly [$$PropertyValue]: "userSelect";
717
+ };
718
+ userSelect: {
719
+ readonly [$$PropertyValue]: "userSelect";
720
+ };
721
+ };
722
+ size: (value: {
723
+ readonly [$$PropertyValue]: "width";
724
+ }) => {
725
+ width: {
726
+ readonly [$$PropertyValue]: "width";
727
+ };
728
+ height: {
729
+ readonly [$$PropertyValue]: "width";
730
+ };
731
+ };
732
+ appearance: (value: {
733
+ readonly [$$PropertyValue]: "appearance";
734
+ }) => {
735
+ WebkitAppearance: {
736
+ readonly [$$PropertyValue]: "appearance";
737
+ };
738
+ appearance: {
739
+ readonly [$$PropertyValue]: "appearance";
740
+ };
741
+ };
742
+ backgroundClip: (value: {
743
+ readonly [$$PropertyValue]: "backgroundClip";
744
+ }) => {
745
+ WebkitBackgroundClip: {
746
+ readonly [$$PropertyValue]: "backgroundClip";
747
+ };
748
+ backgroundClip: {
749
+ readonly [$$PropertyValue]: "backgroundClip";
750
+ };
751
+ };
752
+ }>>;
753
+ declare type TabsListPrimitiveProps = React.ComponentProps<typeof TabsPrimitive.List>;
754
+ declare type TabsListProps = TabsListPrimitiveProps & {
755
+ css?: CSS;
756
+ };
757
+ export declare const TabsTrigger: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<TabsPrimitive.TabsTriggerProps & React.RefAttributes<HTMLButtonElement>>, {}, {
758
+ bp1: "(min-width: 520px)";
759
+ bp2: "(min-width: 900px)";
760
+ bp3: "(min-width: 1200px)";
761
+ bp4: "(min-width: 1800px)";
762
+ motion: "(prefers-reduced-motion)";
763
+ hover: "(any-hover: hover)";
764
+ dark: "(prefers-color-scheme: dark)";
765
+ light: "(prefers-color-scheme: light)";
766
+ }, import("@stitches/react/types/css-util").CSS<{
767
+ bp1: "(min-width: 520px)";
768
+ bp2: "(min-width: 900px)";
769
+ bp3: "(min-width: 1200px)";
770
+ bp4: "(min-width: 1800px)";
771
+ motion: "(prefers-reduced-motion)";
772
+ hover: "(any-hover: hover)";
773
+ dark: "(prefers-color-scheme: dark)";
774
+ light: "(prefers-color-scheme: light)";
775
+ }, {
776
+ colors: {
777
+ hiContrast: string;
778
+ loContrast: string;
779
+ canvas: string;
780
+ panel: string;
781
+ transparentPanel: string;
782
+ shadowLight: string;
783
+ shadowDark: string;
784
+ blackA1: string;
785
+ blackA2: string;
786
+ blackA3: string;
787
+ blackA4: string;
788
+ blackA5: string;
789
+ blackA6: string;
790
+ blackA7: string;
791
+ blackA8: string;
792
+ blackA9: string;
793
+ blackA10: string;
794
+ blackA11: string;
795
+ blackA12: string;
796
+ whiteA1: string;
797
+ whiteA2: string;
798
+ whiteA3: string;
799
+ whiteA4: string;
800
+ whiteA5: string;
801
+ whiteA6: string;
802
+ whiteA7: string;
803
+ whiteA8: string;
804
+ whiteA9: string;
805
+ whiteA10: string;
806
+ whiteA11: string;
807
+ whiteA12: string;
808
+ gold1: string;
809
+ gold2: string;
810
+ gold3: string;
811
+ gold4: string;
812
+ gold5: string;
813
+ gold6: string;
814
+ gold7: string;
815
+ gold8: string;
816
+ gold9: string;
817
+ gold10: string;
818
+ gold11: string;
819
+ gold12: string;
820
+ bronze1: string;
821
+ bronze2: string;
822
+ bronze3: string;
823
+ bronze4: string;
824
+ bronze5: string;
825
+ bronze6: string;
826
+ bronze7: string;
827
+ bronze8: string;
828
+ bronze9: string;
829
+ bronze10: string;
830
+ bronze11: string;
831
+ bronze12: string;
832
+ brown1: string;
833
+ brown2: string;
834
+ brown3: string;
835
+ brown4: string;
836
+ brown5: string;
837
+ brown6: string;
838
+ brown7: string;
839
+ brown8: string;
840
+ brown9: string;
841
+ brown10: string;
842
+ brown11: string;
843
+ brown12: string;
844
+ orange1: string;
845
+ orange2: string;
846
+ orange3: string;
847
+ orange4: string;
848
+ orange5: string;
849
+ orange6: string;
850
+ orange7: string;
851
+ orange8: string;
852
+ orange9: string;
853
+ orange10: string;
854
+ orange11: string;
855
+ orange12: string;
856
+ amber1: string;
857
+ amber2: string;
858
+ amber3: string;
859
+ amber4: string;
860
+ amber5: string;
861
+ amber6: string;
862
+ amber7: string;
863
+ amber8: string;
864
+ amber9: string;
865
+ amber10: string;
866
+ amber11: string;
867
+ amber12: string;
868
+ yellow1: string;
869
+ yellow2: string;
870
+ yellow3: string;
871
+ yellow4: string;
872
+ yellow5: string;
873
+ yellow6: string;
874
+ yellow7: string;
875
+ yellow8: string;
876
+ yellow9: string;
877
+ yellow10: string;
878
+ yellow11: string;
879
+ yellow12: string;
880
+ lime1: string;
881
+ lime2: string;
882
+ lime3: string;
883
+ lime4: string;
884
+ lime5: string;
885
+ lime6: string;
886
+ lime7: string;
887
+ lime8: string;
888
+ lime9: string;
889
+ lime10: string;
890
+ lime11: string;
891
+ lime12: string;
892
+ grass1: string;
893
+ grass2: string;
894
+ grass3: string;
895
+ grass4: string;
896
+ grass5: string;
897
+ grass6: string;
898
+ grass7: string;
899
+ grass8: string;
900
+ grass9: string;
901
+ grass10: string;
902
+ grass11: string;
903
+ grass12: string;
904
+ green1: string;
905
+ green2: string;
906
+ green3: string;
907
+ green4: string;
908
+ green5: string;
909
+ green6: string;
910
+ green7: string;
911
+ green8: string;
912
+ green9: string;
913
+ green10: string;
914
+ green11: string;
915
+ green12: string;
916
+ teal1: string;
917
+ teal2: string;
918
+ teal3: string;
919
+ teal4: string;
920
+ teal5: string;
921
+ teal6: string;
922
+ teal7: string;
923
+ teal8: string;
924
+ teal9: string;
925
+ teal10: string;
926
+ teal11: string;
927
+ teal12: string;
928
+ cyan1: string;
929
+ cyan2: string;
930
+ cyan3: string;
931
+ cyan4: string;
932
+ cyan5: string;
933
+ cyan6: string;
934
+ cyan7: string;
935
+ cyan8: string;
936
+ cyan9: string;
937
+ cyan10: string;
938
+ cyan11: string;
939
+ cyan12: string;
940
+ mint1: string;
941
+ mint2: string;
942
+ mint3: string;
943
+ mint4: string;
944
+ mint5: string;
945
+ mint6: string;
946
+ mint7: string;
947
+ mint8: string;
948
+ mint9: string;
949
+ mint10: string;
950
+ mint11: string;
951
+ mint12: string;
952
+ sky1: string;
953
+ sky2: string;
954
+ sky3: string;
955
+ sky4: string;
956
+ sky5: string;
957
+ sky6: string;
958
+ sky7: string;
959
+ sky8: string;
960
+ sky9: string;
961
+ sky10: string;
962
+ sky11: string;
963
+ sky12: string;
964
+ blue1: string;
965
+ blue2: string;
966
+ blue3: string;
967
+ blue4: string;
968
+ blue5: string;
969
+ blue6: string;
970
+ blue7: string;
971
+ blue8: string;
972
+ blue9: string;
973
+ blue10: string;
974
+ blue11: string;
975
+ blue12: string;
976
+ indigo1: string;
977
+ indigo2: string;
978
+ indigo3: string;
979
+ indigo4: string;
980
+ indigo5: string;
981
+ indigo6: string;
982
+ indigo7: string;
983
+ indigo8: string;
984
+ indigo9: string;
985
+ indigo10: string;
986
+ indigo11: string;
987
+ indigo12: string;
988
+ violet1: string;
989
+ violet2: string;
990
+ violet3: string;
991
+ violet4: string;
992
+ violet5: string;
993
+ violet6: string;
994
+ violet7: string;
995
+ violet8: string;
996
+ violet9: string;
997
+ violet10: string;
998
+ violet11: string;
999
+ violet12: string;
1000
+ purple1: string;
1001
+ purple2: string;
1002
+ purple3: string;
1003
+ purple4: string;
1004
+ purple5: string;
1005
+ purple6: string;
1006
+ purple7: string;
1007
+ purple8: string;
1008
+ purple9: string;
1009
+ purple10: string;
1010
+ purple11: string;
1011
+ purple12: string;
1012
+ plum1: string;
1013
+ plum2: string;
1014
+ plum3: string;
1015
+ plum4: string;
1016
+ plum5: string;
1017
+ plum6: string;
1018
+ plum7: string;
1019
+ plum8: string;
1020
+ plum9: string;
1021
+ plum10: string;
1022
+ plum11: string;
1023
+ plum12: string;
1024
+ pink1: string;
1025
+ pink2: string;
1026
+ pink3: string;
1027
+ pink4: string;
1028
+ pink5: string;
1029
+ pink6: string;
1030
+ pink7: string;
1031
+ pink8: string;
1032
+ pink9: string;
1033
+ pink10: string;
1034
+ pink11: string;
1035
+ pink12: string;
1036
+ crimson1: string;
1037
+ crimson2: string;
1038
+ crimson3: string;
1039
+ crimson4: string;
1040
+ crimson5: string;
1041
+ crimson6: string;
1042
+ crimson7: string;
1043
+ crimson8: string;
1044
+ crimson9: string;
1045
+ crimson10: string;
1046
+ crimson11: string;
1047
+ crimson12: string;
1048
+ red1: string;
1049
+ red2: string;
1050
+ red3: string;
1051
+ red4: string;
1052
+ red5: string;
1053
+ red6: string;
1054
+ red7: string;
1055
+ red8: string;
1056
+ red9: string;
1057
+ red10: string;
1058
+ red11: string;
1059
+ red12: string;
1060
+ tomato1: string;
1061
+ tomato2: string;
1062
+ tomato3: string;
1063
+ tomato4: string;
1064
+ tomato5: string;
1065
+ tomato6: string;
1066
+ tomato7: string;
1067
+ tomato8: string;
1068
+ tomato9: string;
1069
+ tomato10: string;
1070
+ tomato11: string;
1071
+ tomato12: string;
1072
+ sand1: string;
1073
+ sand2: string;
1074
+ sand3: string;
1075
+ sand4: string;
1076
+ sand5: string;
1077
+ sand6: string;
1078
+ sand7: string;
1079
+ sand8: string;
1080
+ sand9: string;
1081
+ sand10: string;
1082
+ sand11: string;
1083
+ sand12: string;
1084
+ olive1: string;
1085
+ olive2: string;
1086
+ olive3: string;
1087
+ olive4: string;
1088
+ olive5: string;
1089
+ olive6: string;
1090
+ olive7: string;
1091
+ olive8: string;
1092
+ olive9: string;
1093
+ olive10: string;
1094
+ olive11: string;
1095
+ olive12: string;
1096
+ sage1: string;
1097
+ sage2: string;
1098
+ sage3: string;
1099
+ sage4: string;
1100
+ sage5: string;
1101
+ sage6: string;
1102
+ sage7: string;
1103
+ sage8: string;
1104
+ sage9: string;
1105
+ sage10: string;
1106
+ sage11: string;
1107
+ sage12: string;
1108
+ slate1: string;
1109
+ slate2: string;
1110
+ slate3: string;
1111
+ slate4: string;
1112
+ slate5: string;
1113
+ slate6: string;
1114
+ slate7: string;
1115
+ slate8: string;
1116
+ slate9: string;
1117
+ slate10: string;
1118
+ slate11: string;
1119
+ slate12: string;
1120
+ mauve1: string;
1121
+ mauve2: string;
1122
+ mauve3: string;
1123
+ mauve4: string;
1124
+ mauve5: string;
1125
+ mauve6: string;
1126
+ mauve7: string;
1127
+ mauve8: string;
1128
+ mauve9: string;
1129
+ mauve10: string;
1130
+ mauve11: string;
1131
+ mauve12: string;
1132
+ gray1: string;
1133
+ gray2: string;
1134
+ gray3: string;
1135
+ gray4: string;
1136
+ gray5: string;
1137
+ gray6: string;
1138
+ gray7: string;
1139
+ gray8: string;
1140
+ gray9: string;
1141
+ gray10: string;
1142
+ gray11: string;
1143
+ gray12: string;
1144
+ };
1145
+ fonts: {
1146
+ untitled: string;
1147
+ mono: string;
1148
+ };
1149
+ space: {
1150
+ 1: string;
1151
+ 2: string;
1152
+ 3: string;
1153
+ 4: string;
1154
+ 5: string;
1155
+ 6: string;
1156
+ 7: string;
1157
+ 8: string;
1158
+ 9: string;
1159
+ };
1160
+ sizes: {
1161
+ 1: string;
1162
+ 2: string;
1163
+ 3: string;
1164
+ 4: string;
1165
+ 5: string;
1166
+ 6: string;
1167
+ 7: string;
1168
+ 8: string;
1169
+ 9: string;
1170
+ };
1171
+ fontSizes: {
1172
+ 1: string;
1173
+ 2: string;
1174
+ 3: string;
1175
+ 4: string;
1176
+ 5: string;
1177
+ 6: string;
1178
+ 7: string;
1179
+ 8: string;
1180
+ 9: string;
1181
+ };
1182
+ radii: {
1183
+ 1: string;
1184
+ 2: string;
1185
+ 3: string;
1186
+ 4: string;
1187
+ round: string;
1188
+ pill: string;
1189
+ };
1190
+ zIndices: {
1191
+ 1: string;
1192
+ 2: string;
1193
+ 3: string;
1194
+ 4: string;
1195
+ max: string;
1196
+ };
1197
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1198
+ p: (value: {
1199
+ readonly [$$PropertyValue]: "padding";
1200
+ }) => {
1201
+ padding: {
1202
+ readonly [$$PropertyValue]: "padding";
1203
+ };
1204
+ };
1205
+ pt: (value: {
1206
+ readonly [$$PropertyValue]: "paddingTop";
1207
+ }) => {
1208
+ paddingTop: {
1209
+ readonly [$$PropertyValue]: "paddingTop";
1210
+ };
1211
+ };
1212
+ pr: (value: {
1213
+ readonly [$$PropertyValue]: "paddingRight";
1214
+ }) => {
1215
+ paddingRight: {
1216
+ readonly [$$PropertyValue]: "paddingRight";
1217
+ };
1218
+ };
1219
+ pb: (value: {
1220
+ readonly [$$PropertyValue]: "paddingBottom";
1221
+ }) => {
1222
+ paddingBottom: {
1223
+ readonly [$$PropertyValue]: "paddingBottom";
1224
+ };
1225
+ };
1226
+ pl: (value: {
1227
+ readonly [$$PropertyValue]: "paddingLeft";
1228
+ }) => {
1229
+ paddingLeft: {
1230
+ readonly [$$PropertyValue]: "paddingLeft";
1231
+ };
1232
+ };
1233
+ px: (value: {
1234
+ readonly [$$PropertyValue]: "paddingLeft";
1235
+ }) => {
1236
+ paddingLeft: {
1237
+ readonly [$$PropertyValue]: "paddingLeft";
1238
+ };
1239
+ paddingRight: {
1240
+ readonly [$$PropertyValue]: "paddingLeft";
1241
+ };
1242
+ };
1243
+ py: (value: {
1244
+ readonly [$$PropertyValue]: "paddingTop";
1245
+ }) => {
1246
+ paddingTop: {
1247
+ readonly [$$PropertyValue]: "paddingTop";
1248
+ };
1249
+ paddingBottom: {
1250
+ readonly [$$PropertyValue]: "paddingTop";
1251
+ };
1252
+ };
1253
+ m: (value: {
1254
+ readonly [$$PropertyValue]: "margin";
1255
+ }) => {
1256
+ margin: {
1257
+ readonly [$$PropertyValue]: "margin";
1258
+ };
1259
+ };
1260
+ mt: (value: {
1261
+ readonly [$$PropertyValue]: "marginTop";
1262
+ }) => {
1263
+ marginTop: {
1264
+ readonly [$$PropertyValue]: "marginTop";
1265
+ };
1266
+ };
1267
+ mr: (value: {
1268
+ readonly [$$PropertyValue]: "marginRight";
1269
+ }) => {
1270
+ marginRight: {
1271
+ readonly [$$PropertyValue]: "marginRight";
1272
+ };
1273
+ };
1274
+ mb: (value: {
1275
+ readonly [$$PropertyValue]: "marginBottom";
1276
+ }) => {
1277
+ marginBottom: {
1278
+ readonly [$$PropertyValue]: "marginBottom";
1279
+ };
1280
+ };
1281
+ ml: (value: {
1282
+ readonly [$$PropertyValue]: "marginLeft";
1283
+ }) => {
1284
+ marginLeft: {
1285
+ readonly [$$PropertyValue]: "marginLeft";
1286
+ };
1287
+ };
1288
+ mx: (value: {
1289
+ readonly [$$PropertyValue]: "marginLeft";
1290
+ }) => {
1291
+ marginLeft: {
1292
+ readonly [$$PropertyValue]: "marginLeft";
1293
+ };
1294
+ marginRight: {
1295
+ readonly [$$PropertyValue]: "marginLeft";
1296
+ };
1297
+ };
1298
+ my: (value: {
1299
+ readonly [$$PropertyValue]: "marginTop";
1300
+ }) => {
1301
+ marginTop: {
1302
+ readonly [$$PropertyValue]: "marginTop";
1303
+ };
1304
+ marginBottom: {
1305
+ readonly [$$PropertyValue]: "marginTop";
1306
+ };
1307
+ };
1308
+ ta: (value: {
1309
+ readonly [$$PropertyValue]: "textAlign";
1310
+ }) => {
1311
+ textAlign: {
1312
+ readonly [$$PropertyValue]: "textAlign";
1313
+ };
1314
+ };
1315
+ fd: (value: {
1316
+ readonly [$$PropertyValue]: "flexDirection";
1317
+ }) => {
1318
+ flexDirection: {
1319
+ readonly [$$PropertyValue]: "flexDirection";
1320
+ };
1321
+ };
1322
+ fw: (value: {
1323
+ readonly [$$PropertyValue]: "flexWrap";
1324
+ }) => {
1325
+ flexWrap: {
1326
+ readonly [$$PropertyValue]: "flexWrap";
1327
+ };
1328
+ };
1329
+ ai: (value: {
1330
+ readonly [$$PropertyValue]: "alignItems";
1331
+ }) => {
1332
+ alignItems: {
1333
+ readonly [$$PropertyValue]: "alignItems";
1334
+ };
1335
+ };
1336
+ ac: (value: {
1337
+ readonly [$$PropertyValue]: "alignContent";
1338
+ }) => {
1339
+ alignContent: {
1340
+ readonly [$$PropertyValue]: "alignContent";
1341
+ };
1342
+ };
1343
+ jc: (value: {
1344
+ readonly [$$PropertyValue]: "justifyContent";
1345
+ }) => {
1346
+ justifyContent: {
1347
+ readonly [$$PropertyValue]: "justifyContent";
1348
+ };
1349
+ };
1350
+ as: (value: {
1351
+ readonly [$$PropertyValue]: "alignSelf";
1352
+ }) => {
1353
+ alignSelf: {
1354
+ readonly [$$PropertyValue]: "alignSelf";
1355
+ };
1356
+ };
1357
+ fg: (value: {
1358
+ readonly [$$PropertyValue]: "flexGrow";
1359
+ }) => {
1360
+ flexGrow: {
1361
+ readonly [$$PropertyValue]: "flexGrow";
1362
+ };
1363
+ };
1364
+ fs: (value: {
1365
+ readonly [$$PropertyValue]: "flexShrink";
1366
+ }) => {
1367
+ flexShrink: {
1368
+ readonly [$$PropertyValue]: "flexShrink";
1369
+ };
1370
+ };
1371
+ fb: (value: {
1372
+ readonly [$$PropertyValue]: "flexBasis";
1373
+ }) => {
1374
+ flexBasis: {
1375
+ readonly [$$PropertyValue]: "flexBasis";
1376
+ };
1377
+ };
1378
+ bc: (value: {
1379
+ readonly [$$PropertyValue]: "backgroundColor";
1380
+ }) => {
1381
+ backgroundColor: {
1382
+ readonly [$$PropertyValue]: "backgroundColor";
1383
+ };
1384
+ };
1385
+ br: (value: {
1386
+ readonly [$$PropertyValue]: "borderRadius";
1387
+ }) => {
1388
+ borderRadius: {
1389
+ readonly [$$PropertyValue]: "borderRadius";
1390
+ };
1391
+ };
1392
+ btrr: (value: {
1393
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1394
+ }) => {
1395
+ borderTopRightRadius: {
1396
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1397
+ };
1398
+ };
1399
+ bbrr: (value: {
1400
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1401
+ }) => {
1402
+ borderBottomRightRadius: {
1403
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1404
+ };
1405
+ };
1406
+ bblr: (value: {
1407
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1408
+ }) => {
1409
+ borderBottomLeftRadius: {
1410
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1411
+ };
1412
+ };
1413
+ btlr: (value: {
1414
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1415
+ }) => {
1416
+ borderTopLeftRadius: {
1417
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1418
+ };
1419
+ };
1420
+ bs: (value: {
1421
+ readonly [$$PropertyValue]: "boxShadow";
1422
+ }) => {
1423
+ boxShadow: {
1424
+ readonly [$$PropertyValue]: "boxShadow";
1425
+ };
1426
+ };
1427
+ lh: (value: {
1428
+ readonly [$$PropertyValue]: "lineHeight";
1429
+ }) => {
1430
+ lineHeight: {
1431
+ readonly [$$PropertyValue]: "lineHeight";
1432
+ };
1433
+ };
1434
+ ox: (value: {
1435
+ readonly [$$PropertyValue]: "overflowX";
1436
+ }) => {
1437
+ overflowX: {
1438
+ readonly [$$PropertyValue]: "overflowX";
1439
+ };
1440
+ };
1441
+ oy: (value: {
1442
+ readonly [$$PropertyValue]: "overflowY";
1443
+ }) => {
1444
+ overflowY: {
1445
+ readonly [$$PropertyValue]: "overflowY";
1446
+ };
1447
+ };
1448
+ pe: (value: {
1449
+ readonly [$$PropertyValue]: "pointerEvents";
1450
+ }) => {
1451
+ pointerEvents: {
1452
+ readonly [$$PropertyValue]: "pointerEvents";
1453
+ };
1454
+ };
1455
+ us: (value: {
1456
+ readonly [$$PropertyValue]: "userSelect";
1457
+ }) => {
1458
+ WebkitUserSelect: {
1459
+ readonly [$$PropertyValue]: "userSelect";
1460
+ };
1461
+ userSelect: {
1462
+ readonly [$$PropertyValue]: "userSelect";
1463
+ };
1464
+ };
1465
+ userSelect: (value: {
1466
+ readonly [$$PropertyValue]: "userSelect";
1467
+ }) => {
1468
+ WebkitUserSelect: {
1469
+ readonly [$$PropertyValue]: "userSelect";
1470
+ };
1471
+ userSelect: {
1472
+ readonly [$$PropertyValue]: "userSelect";
1473
+ };
1474
+ };
1475
+ size: (value: {
1476
+ readonly [$$PropertyValue]: "width";
1477
+ }) => {
1478
+ width: {
1479
+ readonly [$$PropertyValue]: "width";
1480
+ };
1481
+ height: {
1482
+ readonly [$$PropertyValue]: "width";
1483
+ };
1484
+ };
1485
+ appearance: (value: {
1486
+ readonly [$$PropertyValue]: "appearance";
1487
+ }) => {
1488
+ WebkitAppearance: {
1489
+ readonly [$$PropertyValue]: "appearance";
1490
+ };
1491
+ appearance: {
1492
+ readonly [$$PropertyValue]: "appearance";
1493
+ };
1494
+ };
1495
+ backgroundClip: (value: {
1496
+ readonly [$$PropertyValue]: "backgroundClip";
1497
+ }) => {
1498
+ WebkitBackgroundClip: {
1499
+ readonly [$$PropertyValue]: "backgroundClip";
1500
+ };
1501
+ backgroundClip: {
1502
+ readonly [$$PropertyValue]: "backgroundClip";
1503
+ };
1504
+ };
1505
+ }>>, {}, {
1506
+ bp1: "(min-width: 520px)";
1507
+ bp2: "(min-width: 900px)";
1508
+ bp3: "(min-width: 1200px)";
1509
+ bp4: "(min-width: 1800px)";
1510
+ motion: "(prefers-reduced-motion)";
1511
+ hover: "(any-hover: hover)";
1512
+ dark: "(prefers-color-scheme: dark)";
1513
+ light: "(prefers-color-scheme: light)";
1514
+ }, import("@stitches/react/types/css-util").CSS<{
1515
+ bp1: "(min-width: 520px)";
1516
+ bp2: "(min-width: 900px)";
1517
+ bp3: "(min-width: 1200px)";
1518
+ bp4: "(min-width: 1800px)";
1519
+ motion: "(prefers-reduced-motion)";
1520
+ hover: "(any-hover: hover)";
1521
+ dark: "(prefers-color-scheme: dark)";
1522
+ light: "(prefers-color-scheme: light)";
1523
+ }, {
1524
+ colors: {
1525
+ hiContrast: string;
1526
+ loContrast: string;
1527
+ canvas: string;
1528
+ panel: string;
1529
+ transparentPanel: string;
1530
+ shadowLight: string;
1531
+ shadowDark: string;
1532
+ blackA1: string;
1533
+ blackA2: string;
1534
+ blackA3: string;
1535
+ blackA4: string;
1536
+ blackA5: string;
1537
+ blackA6: string;
1538
+ blackA7: string;
1539
+ blackA8: string;
1540
+ blackA9: string;
1541
+ blackA10: string;
1542
+ blackA11: string;
1543
+ blackA12: string;
1544
+ whiteA1: string;
1545
+ whiteA2: string;
1546
+ whiteA3: string;
1547
+ whiteA4: string;
1548
+ whiteA5: string;
1549
+ whiteA6: string;
1550
+ whiteA7: string;
1551
+ whiteA8: string;
1552
+ whiteA9: string;
1553
+ whiteA10: string;
1554
+ whiteA11: string;
1555
+ whiteA12: string;
1556
+ gold1: string;
1557
+ gold2: string;
1558
+ gold3: string;
1559
+ gold4: string;
1560
+ gold5: string;
1561
+ gold6: string;
1562
+ gold7: string;
1563
+ gold8: string;
1564
+ gold9: string;
1565
+ gold10: string;
1566
+ gold11: string;
1567
+ gold12: string;
1568
+ bronze1: string;
1569
+ bronze2: string;
1570
+ bronze3: string;
1571
+ bronze4: string;
1572
+ bronze5: string;
1573
+ bronze6: string;
1574
+ bronze7: string;
1575
+ bronze8: string;
1576
+ bronze9: string;
1577
+ bronze10: string;
1578
+ bronze11: string;
1579
+ bronze12: string;
1580
+ brown1: string;
1581
+ brown2: string;
1582
+ brown3: string;
1583
+ brown4: string;
1584
+ brown5: string;
1585
+ brown6: string;
1586
+ brown7: string;
1587
+ brown8: string;
1588
+ brown9: string;
1589
+ brown10: string;
1590
+ brown11: string;
1591
+ brown12: string;
1592
+ orange1: string;
1593
+ orange2: string;
1594
+ orange3: string;
1595
+ orange4: string;
1596
+ orange5: string;
1597
+ orange6: string;
1598
+ orange7: string;
1599
+ orange8: string;
1600
+ orange9: string;
1601
+ orange10: string;
1602
+ orange11: string;
1603
+ orange12: string;
1604
+ amber1: string;
1605
+ amber2: string;
1606
+ amber3: string;
1607
+ amber4: string;
1608
+ amber5: string;
1609
+ amber6: string;
1610
+ amber7: string;
1611
+ amber8: string;
1612
+ amber9: string;
1613
+ amber10: string;
1614
+ amber11: string;
1615
+ amber12: string;
1616
+ yellow1: string;
1617
+ yellow2: string;
1618
+ yellow3: string;
1619
+ yellow4: string;
1620
+ yellow5: string;
1621
+ yellow6: string;
1622
+ yellow7: string;
1623
+ yellow8: string;
1624
+ yellow9: string;
1625
+ yellow10: string;
1626
+ yellow11: string;
1627
+ yellow12: string;
1628
+ lime1: string;
1629
+ lime2: string;
1630
+ lime3: string;
1631
+ lime4: string;
1632
+ lime5: string;
1633
+ lime6: string;
1634
+ lime7: string;
1635
+ lime8: string;
1636
+ lime9: string;
1637
+ lime10: string;
1638
+ lime11: string;
1639
+ lime12: string;
1640
+ grass1: string;
1641
+ grass2: string;
1642
+ grass3: string;
1643
+ grass4: string;
1644
+ grass5: string;
1645
+ grass6: string;
1646
+ grass7: string;
1647
+ grass8: string;
1648
+ grass9: string;
1649
+ grass10: string;
1650
+ grass11: string;
1651
+ grass12: string;
1652
+ green1: string;
1653
+ green2: string;
1654
+ green3: string;
1655
+ green4: string;
1656
+ green5: string;
1657
+ green6: string;
1658
+ green7: string;
1659
+ green8: string;
1660
+ green9: string;
1661
+ green10: string;
1662
+ green11: string;
1663
+ green12: string;
1664
+ teal1: string;
1665
+ teal2: string;
1666
+ teal3: string;
1667
+ teal4: string;
1668
+ teal5: string;
1669
+ teal6: string;
1670
+ teal7: string;
1671
+ teal8: string;
1672
+ teal9: string;
1673
+ teal10: string;
1674
+ teal11: string;
1675
+ teal12: string;
1676
+ cyan1: string;
1677
+ cyan2: string;
1678
+ cyan3: string;
1679
+ cyan4: string;
1680
+ cyan5: string;
1681
+ cyan6: string;
1682
+ cyan7: string;
1683
+ cyan8: string;
1684
+ cyan9: string;
1685
+ cyan10: string;
1686
+ cyan11: string;
1687
+ cyan12: string;
1688
+ mint1: string;
1689
+ mint2: string;
1690
+ mint3: string;
1691
+ mint4: string;
1692
+ mint5: string;
1693
+ mint6: string;
1694
+ mint7: string;
1695
+ mint8: string;
1696
+ mint9: string;
1697
+ mint10: string;
1698
+ mint11: string;
1699
+ mint12: string;
1700
+ sky1: string;
1701
+ sky2: string;
1702
+ sky3: string;
1703
+ sky4: string;
1704
+ sky5: string;
1705
+ sky6: string;
1706
+ sky7: string;
1707
+ sky8: string;
1708
+ sky9: string;
1709
+ sky10: string;
1710
+ sky11: string;
1711
+ sky12: string;
1712
+ blue1: string;
1713
+ blue2: string;
1714
+ blue3: string;
1715
+ blue4: string;
1716
+ blue5: string;
1717
+ blue6: string;
1718
+ blue7: string;
1719
+ blue8: string;
1720
+ blue9: string;
1721
+ blue10: string;
1722
+ blue11: string;
1723
+ blue12: string;
1724
+ indigo1: string;
1725
+ indigo2: string;
1726
+ indigo3: string;
1727
+ indigo4: string;
1728
+ indigo5: string;
1729
+ indigo6: string;
1730
+ indigo7: string;
1731
+ indigo8: string;
1732
+ indigo9: string;
1733
+ indigo10: string;
1734
+ indigo11: string;
1735
+ indigo12: string;
1736
+ violet1: string;
1737
+ violet2: string;
1738
+ violet3: string;
1739
+ violet4: string;
1740
+ violet5: string;
1741
+ violet6: string;
1742
+ violet7: string;
1743
+ violet8: string;
1744
+ violet9: string;
1745
+ violet10: string;
1746
+ violet11: string;
1747
+ violet12: string;
1748
+ purple1: string;
1749
+ purple2: string;
1750
+ purple3: string;
1751
+ purple4: string;
1752
+ purple5: string;
1753
+ purple6: string;
1754
+ purple7: string;
1755
+ purple8: string;
1756
+ purple9: string;
1757
+ purple10: string;
1758
+ purple11: string;
1759
+ purple12: string;
1760
+ plum1: string;
1761
+ plum2: string;
1762
+ plum3: string;
1763
+ plum4: string;
1764
+ plum5: string;
1765
+ plum6: string;
1766
+ plum7: string;
1767
+ plum8: string;
1768
+ plum9: string;
1769
+ plum10: string;
1770
+ plum11: string;
1771
+ plum12: string;
1772
+ pink1: string;
1773
+ pink2: string;
1774
+ pink3: string;
1775
+ pink4: string;
1776
+ pink5: string;
1777
+ pink6: string;
1778
+ pink7: string;
1779
+ pink8: string;
1780
+ pink9: string;
1781
+ pink10: string;
1782
+ pink11: string;
1783
+ pink12: string;
1784
+ crimson1: string;
1785
+ crimson2: string;
1786
+ crimson3: string;
1787
+ crimson4: string;
1788
+ crimson5: string;
1789
+ crimson6: string;
1790
+ crimson7: string;
1791
+ crimson8: string;
1792
+ crimson9: string;
1793
+ crimson10: string;
1794
+ crimson11: string;
1795
+ crimson12: string;
1796
+ red1: string;
1797
+ red2: string;
1798
+ red3: string;
1799
+ red4: string;
1800
+ red5: string;
1801
+ red6: string;
1802
+ red7: string;
1803
+ red8: string;
1804
+ red9: string;
1805
+ red10: string;
1806
+ red11: string;
1807
+ red12: string;
1808
+ tomato1: string;
1809
+ tomato2: string;
1810
+ tomato3: string;
1811
+ tomato4: string;
1812
+ tomato5: string;
1813
+ tomato6: string;
1814
+ tomato7: string;
1815
+ tomato8: string;
1816
+ tomato9: string;
1817
+ tomato10: string;
1818
+ tomato11: string;
1819
+ tomato12: string;
1820
+ sand1: string;
1821
+ sand2: string;
1822
+ sand3: string;
1823
+ sand4: string;
1824
+ sand5: string;
1825
+ sand6: string;
1826
+ sand7: string;
1827
+ sand8: string;
1828
+ sand9: string;
1829
+ sand10: string;
1830
+ sand11: string;
1831
+ sand12: string;
1832
+ olive1: string;
1833
+ olive2: string;
1834
+ olive3: string;
1835
+ olive4: string;
1836
+ olive5: string;
1837
+ olive6: string;
1838
+ olive7: string;
1839
+ olive8: string;
1840
+ olive9: string;
1841
+ olive10: string;
1842
+ olive11: string;
1843
+ olive12: string;
1844
+ sage1: string;
1845
+ sage2: string;
1846
+ sage3: string;
1847
+ sage4: string;
1848
+ sage5: string;
1849
+ sage6: string;
1850
+ sage7: string;
1851
+ sage8: string;
1852
+ sage9: string;
1853
+ sage10: string;
1854
+ sage11: string;
1855
+ sage12: string;
1856
+ slate1: string;
1857
+ slate2: string;
1858
+ slate3: string;
1859
+ slate4: string;
1860
+ slate5: string;
1861
+ slate6: string;
1862
+ slate7: string;
1863
+ slate8: string;
1864
+ slate9: string;
1865
+ slate10: string;
1866
+ slate11: string;
1867
+ slate12: string;
1868
+ mauve1: string;
1869
+ mauve2: string;
1870
+ mauve3: string;
1871
+ mauve4: string;
1872
+ mauve5: string;
1873
+ mauve6: string;
1874
+ mauve7: string;
1875
+ mauve8: string;
1876
+ mauve9: string;
1877
+ mauve10: string;
1878
+ mauve11: string;
1879
+ mauve12: string;
1880
+ gray1: string;
1881
+ gray2: string;
1882
+ gray3: string;
1883
+ gray4: string;
1884
+ gray5: string;
1885
+ gray6: string;
1886
+ gray7: string;
1887
+ gray8: string;
1888
+ gray9: string;
1889
+ gray10: string;
1890
+ gray11: string;
1891
+ gray12: string;
1892
+ };
1893
+ fonts: {
1894
+ untitled: string;
1895
+ mono: string;
1896
+ };
1897
+ space: {
1898
+ 1: string;
1899
+ 2: string;
1900
+ 3: string;
1901
+ 4: string;
1902
+ 5: string;
1903
+ 6: string;
1904
+ 7: string;
1905
+ 8: string;
1906
+ 9: string;
1907
+ };
1908
+ sizes: {
1909
+ 1: string;
1910
+ 2: string;
1911
+ 3: string;
1912
+ 4: string;
1913
+ 5: string;
1914
+ 6: string;
1915
+ 7: string;
1916
+ 8: string;
1917
+ 9: string;
1918
+ };
1919
+ fontSizes: {
1920
+ 1: string;
1921
+ 2: string;
1922
+ 3: string;
1923
+ 4: string;
1924
+ 5: string;
1925
+ 6: string;
1926
+ 7: string;
1927
+ 8: string;
1928
+ 9: string;
1929
+ };
1930
+ radii: {
1931
+ 1: string;
1932
+ 2: string;
1933
+ 3: string;
1934
+ 4: string;
1935
+ round: string;
1936
+ pill: string;
1937
+ };
1938
+ zIndices: {
1939
+ 1: string;
1940
+ 2: string;
1941
+ 3: string;
1942
+ 4: string;
1943
+ max: string;
1944
+ };
1945
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1946
+ p: (value: {
1947
+ readonly [$$PropertyValue]: "padding";
1948
+ }) => {
1949
+ padding: {
1950
+ readonly [$$PropertyValue]: "padding";
1951
+ };
1952
+ };
1953
+ pt: (value: {
1954
+ readonly [$$PropertyValue]: "paddingTop";
1955
+ }) => {
1956
+ paddingTop: {
1957
+ readonly [$$PropertyValue]: "paddingTop";
1958
+ };
1959
+ };
1960
+ pr: (value: {
1961
+ readonly [$$PropertyValue]: "paddingRight";
1962
+ }) => {
1963
+ paddingRight: {
1964
+ readonly [$$PropertyValue]: "paddingRight";
1965
+ };
1966
+ };
1967
+ pb: (value: {
1968
+ readonly [$$PropertyValue]: "paddingBottom";
1969
+ }) => {
1970
+ paddingBottom: {
1971
+ readonly [$$PropertyValue]: "paddingBottom";
1972
+ };
1973
+ };
1974
+ pl: (value: {
1975
+ readonly [$$PropertyValue]: "paddingLeft";
1976
+ }) => {
1977
+ paddingLeft: {
1978
+ readonly [$$PropertyValue]: "paddingLeft";
1979
+ };
1980
+ };
1981
+ px: (value: {
1982
+ readonly [$$PropertyValue]: "paddingLeft";
1983
+ }) => {
1984
+ paddingLeft: {
1985
+ readonly [$$PropertyValue]: "paddingLeft";
1986
+ };
1987
+ paddingRight: {
1988
+ readonly [$$PropertyValue]: "paddingLeft";
1989
+ };
1990
+ };
1991
+ py: (value: {
1992
+ readonly [$$PropertyValue]: "paddingTop";
1993
+ }) => {
1994
+ paddingTop: {
1995
+ readonly [$$PropertyValue]: "paddingTop";
1996
+ };
1997
+ paddingBottom: {
1998
+ readonly [$$PropertyValue]: "paddingTop";
1999
+ };
2000
+ };
2001
+ m: (value: {
2002
+ readonly [$$PropertyValue]: "margin";
2003
+ }) => {
2004
+ margin: {
2005
+ readonly [$$PropertyValue]: "margin";
2006
+ };
2007
+ };
2008
+ mt: (value: {
2009
+ readonly [$$PropertyValue]: "marginTop";
2010
+ }) => {
2011
+ marginTop: {
2012
+ readonly [$$PropertyValue]: "marginTop";
2013
+ };
2014
+ };
2015
+ mr: (value: {
2016
+ readonly [$$PropertyValue]: "marginRight";
2017
+ }) => {
2018
+ marginRight: {
2019
+ readonly [$$PropertyValue]: "marginRight";
2020
+ };
2021
+ };
2022
+ mb: (value: {
2023
+ readonly [$$PropertyValue]: "marginBottom";
2024
+ }) => {
2025
+ marginBottom: {
2026
+ readonly [$$PropertyValue]: "marginBottom";
2027
+ };
2028
+ };
2029
+ ml: (value: {
2030
+ readonly [$$PropertyValue]: "marginLeft";
2031
+ }) => {
2032
+ marginLeft: {
2033
+ readonly [$$PropertyValue]: "marginLeft";
2034
+ };
2035
+ };
2036
+ mx: (value: {
2037
+ readonly [$$PropertyValue]: "marginLeft";
2038
+ }) => {
2039
+ marginLeft: {
2040
+ readonly [$$PropertyValue]: "marginLeft";
2041
+ };
2042
+ marginRight: {
2043
+ readonly [$$PropertyValue]: "marginLeft";
2044
+ };
2045
+ };
2046
+ my: (value: {
2047
+ readonly [$$PropertyValue]: "marginTop";
2048
+ }) => {
2049
+ marginTop: {
2050
+ readonly [$$PropertyValue]: "marginTop";
2051
+ };
2052
+ marginBottom: {
2053
+ readonly [$$PropertyValue]: "marginTop";
2054
+ };
2055
+ };
2056
+ ta: (value: {
2057
+ readonly [$$PropertyValue]: "textAlign";
2058
+ }) => {
2059
+ textAlign: {
2060
+ readonly [$$PropertyValue]: "textAlign";
2061
+ };
2062
+ };
2063
+ fd: (value: {
2064
+ readonly [$$PropertyValue]: "flexDirection";
2065
+ }) => {
2066
+ flexDirection: {
2067
+ readonly [$$PropertyValue]: "flexDirection";
2068
+ };
2069
+ };
2070
+ fw: (value: {
2071
+ readonly [$$PropertyValue]: "flexWrap";
2072
+ }) => {
2073
+ flexWrap: {
2074
+ readonly [$$PropertyValue]: "flexWrap";
2075
+ };
2076
+ };
2077
+ ai: (value: {
2078
+ readonly [$$PropertyValue]: "alignItems";
2079
+ }) => {
2080
+ alignItems: {
2081
+ readonly [$$PropertyValue]: "alignItems";
2082
+ };
2083
+ };
2084
+ ac: (value: {
2085
+ readonly [$$PropertyValue]: "alignContent";
2086
+ }) => {
2087
+ alignContent: {
2088
+ readonly [$$PropertyValue]: "alignContent";
2089
+ };
2090
+ };
2091
+ jc: (value: {
2092
+ readonly [$$PropertyValue]: "justifyContent";
2093
+ }) => {
2094
+ justifyContent: {
2095
+ readonly [$$PropertyValue]: "justifyContent";
2096
+ };
2097
+ };
2098
+ as: (value: {
2099
+ readonly [$$PropertyValue]: "alignSelf";
2100
+ }) => {
2101
+ alignSelf: {
2102
+ readonly [$$PropertyValue]: "alignSelf";
2103
+ };
2104
+ };
2105
+ fg: (value: {
2106
+ readonly [$$PropertyValue]: "flexGrow";
2107
+ }) => {
2108
+ flexGrow: {
2109
+ readonly [$$PropertyValue]: "flexGrow";
2110
+ };
2111
+ };
2112
+ fs: (value: {
2113
+ readonly [$$PropertyValue]: "flexShrink";
2114
+ }) => {
2115
+ flexShrink: {
2116
+ readonly [$$PropertyValue]: "flexShrink";
2117
+ };
2118
+ };
2119
+ fb: (value: {
2120
+ readonly [$$PropertyValue]: "flexBasis";
2121
+ }) => {
2122
+ flexBasis: {
2123
+ readonly [$$PropertyValue]: "flexBasis";
2124
+ };
2125
+ };
2126
+ bc: (value: {
2127
+ readonly [$$PropertyValue]: "backgroundColor";
2128
+ }) => {
2129
+ backgroundColor: {
2130
+ readonly [$$PropertyValue]: "backgroundColor";
2131
+ };
2132
+ };
2133
+ br: (value: {
2134
+ readonly [$$PropertyValue]: "borderRadius";
2135
+ }) => {
2136
+ borderRadius: {
2137
+ readonly [$$PropertyValue]: "borderRadius";
2138
+ };
2139
+ };
2140
+ btrr: (value: {
2141
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2142
+ }) => {
2143
+ borderTopRightRadius: {
2144
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2145
+ };
2146
+ };
2147
+ bbrr: (value: {
2148
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2149
+ }) => {
2150
+ borderBottomRightRadius: {
2151
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2152
+ };
2153
+ };
2154
+ bblr: (value: {
2155
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2156
+ }) => {
2157
+ borderBottomLeftRadius: {
2158
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2159
+ };
2160
+ };
2161
+ btlr: (value: {
2162
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2163
+ }) => {
2164
+ borderTopLeftRadius: {
2165
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2166
+ };
2167
+ };
2168
+ bs: (value: {
2169
+ readonly [$$PropertyValue]: "boxShadow";
2170
+ }) => {
2171
+ boxShadow: {
2172
+ readonly [$$PropertyValue]: "boxShadow";
2173
+ };
2174
+ };
2175
+ lh: (value: {
2176
+ readonly [$$PropertyValue]: "lineHeight";
2177
+ }) => {
2178
+ lineHeight: {
2179
+ readonly [$$PropertyValue]: "lineHeight";
2180
+ };
2181
+ };
2182
+ ox: (value: {
2183
+ readonly [$$PropertyValue]: "overflowX";
2184
+ }) => {
2185
+ overflowX: {
2186
+ readonly [$$PropertyValue]: "overflowX";
2187
+ };
2188
+ };
2189
+ oy: (value: {
2190
+ readonly [$$PropertyValue]: "overflowY";
2191
+ }) => {
2192
+ overflowY: {
2193
+ readonly [$$PropertyValue]: "overflowY";
2194
+ };
2195
+ };
2196
+ pe: (value: {
2197
+ readonly [$$PropertyValue]: "pointerEvents";
2198
+ }) => {
2199
+ pointerEvents: {
2200
+ readonly [$$PropertyValue]: "pointerEvents";
2201
+ };
2202
+ };
2203
+ us: (value: {
2204
+ readonly [$$PropertyValue]: "userSelect";
2205
+ }) => {
2206
+ WebkitUserSelect: {
2207
+ readonly [$$PropertyValue]: "userSelect";
2208
+ };
2209
+ userSelect: {
2210
+ readonly [$$PropertyValue]: "userSelect";
2211
+ };
2212
+ };
2213
+ userSelect: (value: {
2214
+ readonly [$$PropertyValue]: "userSelect";
2215
+ }) => {
2216
+ WebkitUserSelect: {
2217
+ readonly [$$PropertyValue]: "userSelect";
2218
+ };
2219
+ userSelect: {
2220
+ readonly [$$PropertyValue]: "userSelect";
2221
+ };
2222
+ };
2223
+ size: (value: {
2224
+ readonly [$$PropertyValue]: "width";
2225
+ }) => {
2226
+ width: {
2227
+ readonly [$$PropertyValue]: "width";
2228
+ };
2229
+ height: {
2230
+ readonly [$$PropertyValue]: "width";
2231
+ };
2232
+ };
2233
+ appearance: (value: {
2234
+ readonly [$$PropertyValue]: "appearance";
2235
+ }) => {
2236
+ WebkitAppearance: {
2237
+ readonly [$$PropertyValue]: "appearance";
2238
+ };
2239
+ appearance: {
2240
+ readonly [$$PropertyValue]: "appearance";
2241
+ };
2242
+ };
2243
+ backgroundClip: (value: {
2244
+ readonly [$$PropertyValue]: "backgroundClip";
2245
+ }) => {
2246
+ WebkitBackgroundClip: {
2247
+ readonly [$$PropertyValue]: "backgroundClip";
2248
+ };
2249
+ backgroundClip: {
2250
+ readonly [$$PropertyValue]: "backgroundClip";
2251
+ };
2252
+ };
2253
+ }>>;
2254
+ export declare const TabsList: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Pick<TabsListProps, "color" | "translate" | "hidden" | "style" | "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" | "loop" | "css"> & React.RefAttributes<HTMLDivElement>>, {}, {
2255
+ bp1: "(min-width: 520px)";
2256
+ bp2: "(min-width: 900px)";
2257
+ bp3: "(min-width: 1200px)";
2258
+ bp4: "(min-width: 1800px)";
2259
+ motion: "(prefers-reduced-motion)";
2260
+ hover: "(any-hover: hover)";
2261
+ dark: "(prefers-color-scheme: dark)";
2262
+ light: "(prefers-color-scheme: light)";
2263
+ }, import("@stitches/react/types/css-util").CSS<{
2264
+ bp1: "(min-width: 520px)";
2265
+ bp2: "(min-width: 900px)";
2266
+ bp3: "(min-width: 1200px)";
2267
+ bp4: "(min-width: 1800px)";
2268
+ motion: "(prefers-reduced-motion)";
2269
+ hover: "(any-hover: hover)";
2270
+ dark: "(prefers-color-scheme: dark)";
2271
+ light: "(prefers-color-scheme: light)";
2272
+ }, {
2273
+ colors: {
2274
+ hiContrast: string;
2275
+ loContrast: string;
2276
+ canvas: string;
2277
+ panel: string;
2278
+ transparentPanel: string;
2279
+ shadowLight: string;
2280
+ shadowDark: string;
2281
+ blackA1: string;
2282
+ blackA2: string;
2283
+ blackA3: string;
2284
+ blackA4: string;
2285
+ blackA5: string;
2286
+ blackA6: string;
2287
+ blackA7: string;
2288
+ blackA8: string;
2289
+ blackA9: string;
2290
+ blackA10: string;
2291
+ blackA11: string;
2292
+ blackA12: string;
2293
+ whiteA1: string;
2294
+ whiteA2: string;
2295
+ whiteA3: string;
2296
+ whiteA4: string;
2297
+ whiteA5: string;
2298
+ whiteA6: string;
2299
+ whiteA7: string;
2300
+ whiteA8: string;
2301
+ whiteA9: string;
2302
+ whiteA10: string;
2303
+ whiteA11: string;
2304
+ whiteA12: string;
2305
+ gold1: string;
2306
+ gold2: string;
2307
+ gold3: string;
2308
+ gold4: string;
2309
+ gold5: string;
2310
+ gold6: string;
2311
+ gold7: string;
2312
+ gold8: string;
2313
+ gold9: string;
2314
+ gold10: string;
2315
+ gold11: string;
2316
+ gold12: string;
2317
+ bronze1: string;
2318
+ bronze2: string;
2319
+ bronze3: string;
2320
+ bronze4: string;
2321
+ bronze5: string;
2322
+ bronze6: string;
2323
+ bronze7: string;
2324
+ bronze8: string;
2325
+ bronze9: string;
2326
+ bronze10: string;
2327
+ bronze11: string;
2328
+ bronze12: string;
2329
+ brown1: string;
2330
+ brown2: string;
2331
+ brown3: string;
2332
+ brown4: string;
2333
+ brown5: string;
2334
+ brown6: string;
2335
+ brown7: string;
2336
+ brown8: string;
2337
+ brown9: string;
2338
+ brown10: string;
2339
+ brown11: string;
2340
+ brown12: string;
2341
+ orange1: string;
2342
+ orange2: string;
2343
+ orange3: string;
2344
+ orange4: string;
2345
+ orange5: string;
2346
+ orange6: string;
2347
+ orange7: string;
2348
+ orange8: string;
2349
+ orange9: string;
2350
+ orange10: string;
2351
+ orange11: string;
2352
+ orange12: string;
2353
+ amber1: string;
2354
+ amber2: string;
2355
+ amber3: string;
2356
+ amber4: string;
2357
+ amber5: string;
2358
+ amber6: string;
2359
+ amber7: string;
2360
+ amber8: string;
2361
+ amber9: string;
2362
+ amber10: string;
2363
+ amber11: string;
2364
+ amber12: string;
2365
+ yellow1: string;
2366
+ yellow2: string;
2367
+ yellow3: string;
2368
+ yellow4: string;
2369
+ yellow5: string;
2370
+ yellow6: string;
2371
+ yellow7: string;
2372
+ yellow8: string;
2373
+ yellow9: string;
2374
+ yellow10: string;
2375
+ yellow11: string;
2376
+ yellow12: string;
2377
+ lime1: string;
2378
+ lime2: string;
2379
+ lime3: string;
2380
+ lime4: string;
2381
+ lime5: string;
2382
+ lime6: string;
2383
+ lime7: string;
2384
+ lime8: string;
2385
+ lime9: string;
2386
+ lime10: string;
2387
+ lime11: string;
2388
+ lime12: string;
2389
+ grass1: string;
2390
+ grass2: string;
2391
+ grass3: string;
2392
+ grass4: string;
2393
+ grass5: string;
2394
+ grass6: string;
2395
+ grass7: string;
2396
+ grass8: string;
2397
+ grass9: string;
2398
+ grass10: string;
2399
+ grass11: string;
2400
+ grass12: string;
2401
+ green1: string;
2402
+ green2: string;
2403
+ green3: string;
2404
+ green4: string;
2405
+ green5: string;
2406
+ green6: string;
2407
+ green7: string;
2408
+ green8: string;
2409
+ green9: string;
2410
+ green10: string;
2411
+ green11: string;
2412
+ green12: string;
2413
+ teal1: string;
2414
+ teal2: string;
2415
+ teal3: string;
2416
+ teal4: string;
2417
+ teal5: string;
2418
+ teal6: string;
2419
+ teal7: string;
2420
+ teal8: string;
2421
+ teal9: string;
2422
+ teal10: string;
2423
+ teal11: string;
2424
+ teal12: string;
2425
+ cyan1: string;
2426
+ cyan2: string;
2427
+ cyan3: string;
2428
+ cyan4: string;
2429
+ cyan5: string;
2430
+ cyan6: string;
2431
+ cyan7: string;
2432
+ cyan8: string;
2433
+ cyan9: string;
2434
+ cyan10: string;
2435
+ cyan11: string;
2436
+ cyan12: string;
2437
+ mint1: string;
2438
+ mint2: string;
2439
+ mint3: string;
2440
+ mint4: string;
2441
+ mint5: string;
2442
+ mint6: string;
2443
+ mint7: string;
2444
+ mint8: string;
2445
+ mint9: string;
2446
+ mint10: string;
2447
+ mint11: string;
2448
+ mint12: string;
2449
+ sky1: string;
2450
+ sky2: string;
2451
+ sky3: string;
2452
+ sky4: string;
2453
+ sky5: string;
2454
+ sky6: string;
2455
+ sky7: string;
2456
+ sky8: string;
2457
+ sky9: string;
2458
+ sky10: string;
2459
+ sky11: string;
2460
+ sky12: string;
2461
+ blue1: string;
2462
+ blue2: string;
2463
+ blue3: string;
2464
+ blue4: string;
2465
+ blue5: string;
2466
+ blue6: string;
2467
+ blue7: string;
2468
+ blue8: string;
2469
+ blue9: string;
2470
+ blue10: string;
2471
+ blue11: string;
2472
+ blue12: string;
2473
+ indigo1: string;
2474
+ indigo2: string;
2475
+ indigo3: string;
2476
+ indigo4: string;
2477
+ indigo5: string;
2478
+ indigo6: string;
2479
+ indigo7: string;
2480
+ indigo8: string;
2481
+ indigo9: string;
2482
+ indigo10: string;
2483
+ indigo11: string;
2484
+ indigo12: string;
2485
+ violet1: string;
2486
+ violet2: string;
2487
+ violet3: string;
2488
+ violet4: string;
2489
+ violet5: string;
2490
+ violet6: string;
2491
+ violet7: string;
2492
+ violet8: string;
2493
+ violet9: string;
2494
+ violet10: string;
2495
+ violet11: string;
2496
+ violet12: string;
2497
+ purple1: string;
2498
+ purple2: string;
2499
+ purple3: string;
2500
+ purple4: string;
2501
+ purple5: string;
2502
+ purple6: string;
2503
+ purple7: string;
2504
+ purple8: string;
2505
+ purple9: string;
2506
+ purple10: string;
2507
+ purple11: string;
2508
+ purple12: string;
2509
+ plum1: string;
2510
+ plum2: string;
2511
+ plum3: string;
2512
+ plum4: string;
2513
+ plum5: string;
2514
+ plum6: string;
2515
+ plum7: string;
2516
+ plum8: string;
2517
+ plum9: string;
2518
+ plum10: string;
2519
+ plum11: string;
2520
+ plum12: string;
2521
+ pink1: string;
2522
+ pink2: string;
2523
+ pink3: string;
2524
+ pink4: string;
2525
+ pink5: string;
2526
+ pink6: string;
2527
+ pink7: string;
2528
+ pink8: string;
2529
+ pink9: string;
2530
+ pink10: string;
2531
+ pink11: string;
2532
+ pink12: string;
2533
+ crimson1: string;
2534
+ crimson2: string;
2535
+ crimson3: string;
2536
+ crimson4: string;
2537
+ crimson5: string;
2538
+ crimson6: string;
2539
+ crimson7: string;
2540
+ crimson8: string;
2541
+ crimson9: string;
2542
+ crimson10: string;
2543
+ crimson11: string;
2544
+ crimson12: string;
2545
+ red1: string;
2546
+ red2: string;
2547
+ red3: string;
2548
+ red4: string;
2549
+ red5: string;
2550
+ red6: string;
2551
+ red7: string;
2552
+ red8: string;
2553
+ red9: string;
2554
+ red10: string;
2555
+ red11: string;
2556
+ red12: string;
2557
+ tomato1: string;
2558
+ tomato2: string;
2559
+ tomato3: string;
2560
+ tomato4: string;
2561
+ tomato5: string;
2562
+ tomato6: string;
2563
+ tomato7: string;
2564
+ tomato8: string;
2565
+ tomato9: string;
2566
+ tomato10: string;
2567
+ tomato11: string;
2568
+ tomato12: string;
2569
+ sand1: string;
2570
+ sand2: string;
2571
+ sand3: string;
2572
+ sand4: string;
2573
+ sand5: string;
2574
+ sand6: string;
2575
+ sand7: string;
2576
+ sand8: string;
2577
+ sand9: string;
2578
+ sand10: string;
2579
+ sand11: string;
2580
+ sand12: string;
2581
+ olive1: string;
2582
+ olive2: string;
2583
+ olive3: string;
2584
+ olive4: string;
2585
+ olive5: string;
2586
+ olive6: string;
2587
+ olive7: string;
2588
+ olive8: string;
2589
+ olive9: string;
2590
+ olive10: string;
2591
+ olive11: string;
2592
+ olive12: string;
2593
+ sage1: string;
2594
+ sage2: string;
2595
+ sage3: string;
2596
+ sage4: string;
2597
+ sage5: string;
2598
+ sage6: string;
2599
+ sage7: string;
2600
+ sage8: string;
2601
+ sage9: string;
2602
+ sage10: string;
2603
+ sage11: string;
2604
+ sage12: string;
2605
+ slate1: string;
2606
+ slate2: string;
2607
+ slate3: string;
2608
+ slate4: string;
2609
+ slate5: string;
2610
+ slate6: string;
2611
+ slate7: string;
2612
+ slate8: string;
2613
+ slate9: string;
2614
+ slate10: string;
2615
+ slate11: string;
2616
+ slate12: string;
2617
+ mauve1: string;
2618
+ mauve2: string;
2619
+ mauve3: string;
2620
+ mauve4: string;
2621
+ mauve5: string;
2622
+ mauve6: string;
2623
+ mauve7: string;
2624
+ mauve8: string;
2625
+ mauve9: string;
2626
+ mauve10: string;
2627
+ mauve11: string;
2628
+ mauve12: string;
2629
+ gray1: string;
2630
+ gray2: string;
2631
+ gray3: string;
2632
+ gray4: string;
2633
+ gray5: string;
2634
+ gray6: string;
2635
+ gray7: string;
2636
+ gray8: string;
2637
+ gray9: string;
2638
+ gray10: string;
2639
+ gray11: string;
2640
+ gray12: string;
2641
+ };
2642
+ fonts: {
2643
+ untitled: string;
2644
+ mono: string;
2645
+ };
2646
+ space: {
2647
+ 1: string;
2648
+ 2: string;
2649
+ 3: string;
2650
+ 4: string;
2651
+ 5: string;
2652
+ 6: string;
2653
+ 7: string;
2654
+ 8: string;
2655
+ 9: string;
2656
+ };
2657
+ sizes: {
2658
+ 1: string;
2659
+ 2: string;
2660
+ 3: string;
2661
+ 4: string;
2662
+ 5: string;
2663
+ 6: string;
2664
+ 7: string;
2665
+ 8: string;
2666
+ 9: string;
2667
+ };
2668
+ fontSizes: {
2669
+ 1: string;
2670
+ 2: string;
2671
+ 3: string;
2672
+ 4: string;
2673
+ 5: string;
2674
+ 6: string;
2675
+ 7: string;
2676
+ 8: string;
2677
+ 9: string;
2678
+ };
2679
+ radii: {
2680
+ 1: string;
2681
+ 2: string;
2682
+ 3: string;
2683
+ 4: string;
2684
+ round: string;
2685
+ pill: string;
2686
+ };
2687
+ zIndices: {
2688
+ 1: string;
2689
+ 2: string;
2690
+ 3: string;
2691
+ 4: string;
2692
+ max: string;
2693
+ };
2694
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
2695
+ p: (value: {
2696
+ readonly [$$PropertyValue]: "padding";
2697
+ }) => {
2698
+ padding: {
2699
+ readonly [$$PropertyValue]: "padding";
2700
+ };
2701
+ };
2702
+ pt: (value: {
2703
+ readonly [$$PropertyValue]: "paddingTop";
2704
+ }) => {
2705
+ paddingTop: {
2706
+ readonly [$$PropertyValue]: "paddingTop";
2707
+ };
2708
+ };
2709
+ pr: (value: {
2710
+ readonly [$$PropertyValue]: "paddingRight";
2711
+ }) => {
2712
+ paddingRight: {
2713
+ readonly [$$PropertyValue]: "paddingRight";
2714
+ };
2715
+ };
2716
+ pb: (value: {
2717
+ readonly [$$PropertyValue]: "paddingBottom";
2718
+ }) => {
2719
+ paddingBottom: {
2720
+ readonly [$$PropertyValue]: "paddingBottom";
2721
+ };
2722
+ };
2723
+ pl: (value: {
2724
+ readonly [$$PropertyValue]: "paddingLeft";
2725
+ }) => {
2726
+ paddingLeft: {
2727
+ readonly [$$PropertyValue]: "paddingLeft";
2728
+ };
2729
+ };
2730
+ px: (value: {
2731
+ readonly [$$PropertyValue]: "paddingLeft";
2732
+ }) => {
2733
+ paddingLeft: {
2734
+ readonly [$$PropertyValue]: "paddingLeft";
2735
+ };
2736
+ paddingRight: {
2737
+ readonly [$$PropertyValue]: "paddingLeft";
2738
+ };
2739
+ };
2740
+ py: (value: {
2741
+ readonly [$$PropertyValue]: "paddingTop";
2742
+ }) => {
2743
+ paddingTop: {
2744
+ readonly [$$PropertyValue]: "paddingTop";
2745
+ };
2746
+ paddingBottom: {
2747
+ readonly [$$PropertyValue]: "paddingTop";
2748
+ };
2749
+ };
2750
+ m: (value: {
2751
+ readonly [$$PropertyValue]: "margin";
2752
+ }) => {
2753
+ margin: {
2754
+ readonly [$$PropertyValue]: "margin";
2755
+ };
2756
+ };
2757
+ mt: (value: {
2758
+ readonly [$$PropertyValue]: "marginTop";
2759
+ }) => {
2760
+ marginTop: {
2761
+ readonly [$$PropertyValue]: "marginTop";
2762
+ };
2763
+ };
2764
+ mr: (value: {
2765
+ readonly [$$PropertyValue]: "marginRight";
2766
+ }) => {
2767
+ marginRight: {
2768
+ readonly [$$PropertyValue]: "marginRight";
2769
+ };
2770
+ };
2771
+ mb: (value: {
2772
+ readonly [$$PropertyValue]: "marginBottom";
2773
+ }) => {
2774
+ marginBottom: {
2775
+ readonly [$$PropertyValue]: "marginBottom";
2776
+ };
2777
+ };
2778
+ ml: (value: {
2779
+ readonly [$$PropertyValue]: "marginLeft";
2780
+ }) => {
2781
+ marginLeft: {
2782
+ readonly [$$PropertyValue]: "marginLeft";
2783
+ };
2784
+ };
2785
+ mx: (value: {
2786
+ readonly [$$PropertyValue]: "marginLeft";
2787
+ }) => {
2788
+ marginLeft: {
2789
+ readonly [$$PropertyValue]: "marginLeft";
2790
+ };
2791
+ marginRight: {
2792
+ readonly [$$PropertyValue]: "marginLeft";
2793
+ };
2794
+ };
2795
+ my: (value: {
2796
+ readonly [$$PropertyValue]: "marginTop";
2797
+ }) => {
2798
+ marginTop: {
2799
+ readonly [$$PropertyValue]: "marginTop";
2800
+ };
2801
+ marginBottom: {
2802
+ readonly [$$PropertyValue]: "marginTop";
2803
+ };
2804
+ };
2805
+ ta: (value: {
2806
+ readonly [$$PropertyValue]: "textAlign";
2807
+ }) => {
2808
+ textAlign: {
2809
+ readonly [$$PropertyValue]: "textAlign";
2810
+ };
2811
+ };
2812
+ fd: (value: {
2813
+ readonly [$$PropertyValue]: "flexDirection";
2814
+ }) => {
2815
+ flexDirection: {
2816
+ readonly [$$PropertyValue]: "flexDirection";
2817
+ };
2818
+ };
2819
+ fw: (value: {
2820
+ readonly [$$PropertyValue]: "flexWrap";
2821
+ }) => {
2822
+ flexWrap: {
2823
+ readonly [$$PropertyValue]: "flexWrap";
2824
+ };
2825
+ };
2826
+ ai: (value: {
2827
+ readonly [$$PropertyValue]: "alignItems";
2828
+ }) => {
2829
+ alignItems: {
2830
+ readonly [$$PropertyValue]: "alignItems";
2831
+ };
2832
+ };
2833
+ ac: (value: {
2834
+ readonly [$$PropertyValue]: "alignContent";
2835
+ }) => {
2836
+ alignContent: {
2837
+ readonly [$$PropertyValue]: "alignContent";
2838
+ };
2839
+ };
2840
+ jc: (value: {
2841
+ readonly [$$PropertyValue]: "justifyContent";
2842
+ }) => {
2843
+ justifyContent: {
2844
+ readonly [$$PropertyValue]: "justifyContent";
2845
+ };
2846
+ };
2847
+ as: (value: {
2848
+ readonly [$$PropertyValue]: "alignSelf";
2849
+ }) => {
2850
+ alignSelf: {
2851
+ readonly [$$PropertyValue]: "alignSelf";
2852
+ };
2853
+ };
2854
+ fg: (value: {
2855
+ readonly [$$PropertyValue]: "flexGrow";
2856
+ }) => {
2857
+ flexGrow: {
2858
+ readonly [$$PropertyValue]: "flexGrow";
2859
+ };
2860
+ };
2861
+ fs: (value: {
2862
+ readonly [$$PropertyValue]: "flexShrink";
2863
+ }) => {
2864
+ flexShrink: {
2865
+ readonly [$$PropertyValue]: "flexShrink";
2866
+ };
2867
+ };
2868
+ fb: (value: {
2869
+ readonly [$$PropertyValue]: "flexBasis";
2870
+ }) => {
2871
+ flexBasis: {
2872
+ readonly [$$PropertyValue]: "flexBasis";
2873
+ };
2874
+ };
2875
+ bc: (value: {
2876
+ readonly [$$PropertyValue]: "backgroundColor";
2877
+ }) => {
2878
+ backgroundColor: {
2879
+ readonly [$$PropertyValue]: "backgroundColor";
2880
+ };
2881
+ };
2882
+ br: (value: {
2883
+ readonly [$$PropertyValue]: "borderRadius";
2884
+ }) => {
2885
+ borderRadius: {
2886
+ readonly [$$PropertyValue]: "borderRadius";
2887
+ };
2888
+ };
2889
+ btrr: (value: {
2890
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2891
+ }) => {
2892
+ borderTopRightRadius: {
2893
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2894
+ };
2895
+ };
2896
+ bbrr: (value: {
2897
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2898
+ }) => {
2899
+ borderBottomRightRadius: {
2900
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2901
+ };
2902
+ };
2903
+ bblr: (value: {
2904
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2905
+ }) => {
2906
+ borderBottomLeftRadius: {
2907
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2908
+ };
2909
+ };
2910
+ btlr: (value: {
2911
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2912
+ }) => {
2913
+ borderTopLeftRadius: {
2914
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2915
+ };
2916
+ };
2917
+ bs: (value: {
2918
+ readonly [$$PropertyValue]: "boxShadow";
2919
+ }) => {
2920
+ boxShadow: {
2921
+ readonly [$$PropertyValue]: "boxShadow";
2922
+ };
2923
+ };
2924
+ lh: (value: {
2925
+ readonly [$$PropertyValue]: "lineHeight";
2926
+ }) => {
2927
+ lineHeight: {
2928
+ readonly [$$PropertyValue]: "lineHeight";
2929
+ };
2930
+ };
2931
+ ox: (value: {
2932
+ readonly [$$PropertyValue]: "overflowX";
2933
+ }) => {
2934
+ overflowX: {
2935
+ readonly [$$PropertyValue]: "overflowX";
2936
+ };
2937
+ };
2938
+ oy: (value: {
2939
+ readonly [$$PropertyValue]: "overflowY";
2940
+ }) => {
2941
+ overflowY: {
2942
+ readonly [$$PropertyValue]: "overflowY";
2943
+ };
2944
+ };
2945
+ pe: (value: {
2946
+ readonly [$$PropertyValue]: "pointerEvents";
2947
+ }) => {
2948
+ pointerEvents: {
2949
+ readonly [$$PropertyValue]: "pointerEvents";
2950
+ };
2951
+ };
2952
+ us: (value: {
2953
+ readonly [$$PropertyValue]: "userSelect";
2954
+ }) => {
2955
+ WebkitUserSelect: {
2956
+ readonly [$$PropertyValue]: "userSelect";
2957
+ };
2958
+ userSelect: {
2959
+ readonly [$$PropertyValue]: "userSelect";
2960
+ };
2961
+ };
2962
+ userSelect: (value: {
2963
+ readonly [$$PropertyValue]: "userSelect";
2964
+ }) => {
2965
+ WebkitUserSelect: {
2966
+ readonly [$$PropertyValue]: "userSelect";
2967
+ };
2968
+ userSelect: {
2969
+ readonly [$$PropertyValue]: "userSelect";
2970
+ };
2971
+ };
2972
+ size: (value: {
2973
+ readonly [$$PropertyValue]: "width";
2974
+ }) => {
2975
+ width: {
2976
+ readonly [$$PropertyValue]: "width";
2977
+ };
2978
+ height: {
2979
+ readonly [$$PropertyValue]: "width";
2980
+ };
2981
+ };
2982
+ appearance: (value: {
2983
+ readonly [$$PropertyValue]: "appearance";
2984
+ }) => {
2985
+ WebkitAppearance: {
2986
+ readonly [$$PropertyValue]: "appearance";
2987
+ };
2988
+ appearance: {
2989
+ readonly [$$PropertyValue]: "appearance";
2990
+ };
2991
+ };
2992
+ backgroundClip: (value: {
2993
+ readonly [$$PropertyValue]: "backgroundClip";
2994
+ }) => {
2995
+ WebkitBackgroundClip: {
2996
+ readonly [$$PropertyValue]: "backgroundClip";
2997
+ };
2998
+ backgroundClip: {
2999
+ readonly [$$PropertyValue]: "backgroundClip";
3000
+ };
3001
+ };
3002
+ }>>;
3003
+ export declare const TabsContent: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<TabsPrimitive.TabsContentProps & React.RefAttributes<HTMLDivElement>>, {}, {
3004
+ bp1: "(min-width: 520px)";
3005
+ bp2: "(min-width: 900px)";
3006
+ bp3: "(min-width: 1200px)";
3007
+ bp4: "(min-width: 1800px)";
3008
+ motion: "(prefers-reduced-motion)";
3009
+ hover: "(any-hover: hover)";
3010
+ dark: "(prefers-color-scheme: dark)";
3011
+ light: "(prefers-color-scheme: light)";
3012
+ }, import("@stitches/react/types/css-util").CSS<{
3013
+ bp1: "(min-width: 520px)";
3014
+ bp2: "(min-width: 900px)";
3015
+ bp3: "(min-width: 1200px)";
3016
+ bp4: "(min-width: 1800px)";
3017
+ motion: "(prefers-reduced-motion)";
3018
+ hover: "(any-hover: hover)";
3019
+ dark: "(prefers-color-scheme: dark)";
3020
+ light: "(prefers-color-scheme: light)";
3021
+ }, {
3022
+ colors: {
3023
+ hiContrast: string;
3024
+ loContrast: string;
3025
+ canvas: string;
3026
+ panel: string;
3027
+ transparentPanel: string;
3028
+ shadowLight: string;
3029
+ shadowDark: string;
3030
+ blackA1: string;
3031
+ blackA2: string;
3032
+ blackA3: string;
3033
+ blackA4: string;
3034
+ blackA5: string;
3035
+ blackA6: string;
3036
+ blackA7: string;
3037
+ blackA8: string;
3038
+ blackA9: string;
3039
+ blackA10: string;
3040
+ blackA11: string;
3041
+ blackA12: string;
3042
+ whiteA1: string;
3043
+ whiteA2: string;
3044
+ whiteA3: string;
3045
+ whiteA4: string;
3046
+ whiteA5: string;
3047
+ whiteA6: string;
3048
+ whiteA7: string;
3049
+ whiteA8: string;
3050
+ whiteA9: string;
3051
+ whiteA10: string;
3052
+ whiteA11: string;
3053
+ whiteA12: string;
3054
+ gold1: string;
3055
+ gold2: string;
3056
+ gold3: string;
3057
+ gold4: string;
3058
+ gold5: string;
3059
+ gold6: string;
3060
+ gold7: string;
3061
+ gold8: string;
3062
+ gold9: string;
3063
+ gold10: string;
3064
+ gold11: string;
3065
+ gold12: string;
3066
+ bronze1: string;
3067
+ bronze2: string;
3068
+ bronze3: string;
3069
+ bronze4: string;
3070
+ bronze5: string;
3071
+ bronze6: string;
3072
+ bronze7: string;
3073
+ bronze8: string;
3074
+ bronze9: string;
3075
+ bronze10: string;
3076
+ bronze11: string;
3077
+ bronze12: string;
3078
+ brown1: string;
3079
+ brown2: string;
3080
+ brown3: string;
3081
+ brown4: string;
3082
+ brown5: string;
3083
+ brown6: string;
3084
+ brown7: string;
3085
+ brown8: string;
3086
+ brown9: string;
3087
+ brown10: string;
3088
+ brown11: string;
3089
+ brown12: string;
3090
+ orange1: string;
3091
+ orange2: string;
3092
+ orange3: string;
3093
+ orange4: string;
3094
+ orange5: string;
3095
+ orange6: string;
3096
+ orange7: string;
3097
+ orange8: string;
3098
+ orange9: string;
3099
+ orange10: string;
3100
+ orange11: string;
3101
+ orange12: string;
3102
+ amber1: string;
3103
+ amber2: string;
3104
+ amber3: string;
3105
+ amber4: string;
3106
+ amber5: string;
3107
+ amber6: string;
3108
+ amber7: string;
3109
+ amber8: string;
3110
+ amber9: string;
3111
+ amber10: string;
3112
+ amber11: string;
3113
+ amber12: string;
3114
+ yellow1: string;
3115
+ yellow2: string;
3116
+ yellow3: string;
3117
+ yellow4: string;
3118
+ yellow5: string;
3119
+ yellow6: string;
3120
+ yellow7: string;
3121
+ yellow8: string;
3122
+ yellow9: string;
3123
+ yellow10: string;
3124
+ yellow11: string;
3125
+ yellow12: string;
3126
+ lime1: string;
3127
+ lime2: string;
3128
+ lime3: string;
3129
+ lime4: string;
3130
+ lime5: string;
3131
+ lime6: string;
3132
+ lime7: string;
3133
+ lime8: string;
3134
+ lime9: string;
3135
+ lime10: string;
3136
+ lime11: string;
3137
+ lime12: string;
3138
+ grass1: string;
3139
+ grass2: string;
3140
+ grass3: string;
3141
+ grass4: string;
3142
+ grass5: string;
3143
+ grass6: string;
3144
+ grass7: string;
3145
+ grass8: string;
3146
+ grass9: string;
3147
+ grass10: string;
3148
+ grass11: string;
3149
+ grass12: string;
3150
+ green1: string;
3151
+ green2: string;
3152
+ green3: string;
3153
+ green4: string;
3154
+ green5: string;
3155
+ green6: string;
3156
+ green7: string;
3157
+ green8: string;
3158
+ green9: string;
3159
+ green10: string;
3160
+ green11: string;
3161
+ green12: string;
3162
+ teal1: string;
3163
+ teal2: string;
3164
+ teal3: string;
3165
+ teal4: string;
3166
+ teal5: string;
3167
+ teal6: string;
3168
+ teal7: string;
3169
+ teal8: string;
3170
+ teal9: string;
3171
+ teal10: string;
3172
+ teal11: string;
3173
+ teal12: string;
3174
+ cyan1: string;
3175
+ cyan2: string;
3176
+ cyan3: string;
3177
+ cyan4: string;
3178
+ cyan5: string;
3179
+ cyan6: string;
3180
+ cyan7: string;
3181
+ cyan8: string;
3182
+ cyan9: string;
3183
+ cyan10: string;
3184
+ cyan11: string;
3185
+ cyan12: string;
3186
+ mint1: string;
3187
+ mint2: string;
3188
+ mint3: string;
3189
+ mint4: string;
3190
+ mint5: string;
3191
+ mint6: string;
3192
+ mint7: string;
3193
+ mint8: string;
3194
+ mint9: string;
3195
+ mint10: string;
3196
+ mint11: string;
3197
+ mint12: string;
3198
+ sky1: string;
3199
+ sky2: string;
3200
+ sky3: string;
3201
+ sky4: string;
3202
+ sky5: string;
3203
+ sky6: string;
3204
+ sky7: string;
3205
+ sky8: string;
3206
+ sky9: string;
3207
+ sky10: string;
3208
+ sky11: string;
3209
+ sky12: string;
3210
+ blue1: string;
3211
+ blue2: string;
3212
+ blue3: string;
3213
+ blue4: string;
3214
+ blue5: string;
3215
+ blue6: string;
3216
+ blue7: string;
3217
+ blue8: string;
3218
+ blue9: string;
3219
+ blue10: string;
3220
+ blue11: string;
3221
+ blue12: string;
3222
+ indigo1: string;
3223
+ indigo2: string;
3224
+ indigo3: string;
3225
+ indigo4: string;
3226
+ indigo5: string;
3227
+ indigo6: string;
3228
+ indigo7: string;
3229
+ indigo8: string;
3230
+ indigo9: string;
3231
+ indigo10: string;
3232
+ indigo11: string;
3233
+ indigo12: string;
3234
+ violet1: string;
3235
+ violet2: string;
3236
+ violet3: string;
3237
+ violet4: string;
3238
+ violet5: string;
3239
+ violet6: string;
3240
+ violet7: string;
3241
+ violet8: string;
3242
+ violet9: string;
3243
+ violet10: string;
3244
+ violet11: string;
3245
+ violet12: string;
3246
+ purple1: string;
3247
+ purple2: string;
3248
+ purple3: string;
3249
+ purple4: string;
3250
+ purple5: string;
3251
+ purple6: string;
3252
+ purple7: string;
3253
+ purple8: string;
3254
+ purple9: string;
3255
+ purple10: string;
3256
+ purple11: string;
3257
+ purple12: string;
3258
+ plum1: string;
3259
+ plum2: string;
3260
+ plum3: string;
3261
+ plum4: string;
3262
+ plum5: string;
3263
+ plum6: string;
3264
+ plum7: string;
3265
+ plum8: string;
3266
+ plum9: string;
3267
+ plum10: string;
3268
+ plum11: string;
3269
+ plum12: string;
3270
+ pink1: string;
3271
+ pink2: string;
3272
+ pink3: string;
3273
+ pink4: string;
3274
+ pink5: string;
3275
+ pink6: string;
3276
+ pink7: string;
3277
+ pink8: string;
3278
+ pink9: string;
3279
+ pink10: string;
3280
+ pink11: string;
3281
+ pink12: string;
3282
+ crimson1: string;
3283
+ crimson2: string;
3284
+ crimson3: string;
3285
+ crimson4: string;
3286
+ crimson5: string;
3287
+ crimson6: string;
3288
+ crimson7: string;
3289
+ crimson8: string;
3290
+ crimson9: string;
3291
+ crimson10: string;
3292
+ crimson11: string;
3293
+ crimson12: string;
3294
+ red1: string;
3295
+ red2: string;
3296
+ red3: string;
3297
+ red4: string;
3298
+ red5: string;
3299
+ red6: string;
3300
+ red7: string;
3301
+ red8: string;
3302
+ red9: string;
3303
+ red10: string;
3304
+ red11: string;
3305
+ red12: string;
3306
+ tomato1: string;
3307
+ tomato2: string;
3308
+ tomato3: string;
3309
+ tomato4: string;
3310
+ tomato5: string;
3311
+ tomato6: string;
3312
+ tomato7: string;
3313
+ tomato8: string;
3314
+ tomato9: string;
3315
+ tomato10: string;
3316
+ tomato11: string;
3317
+ tomato12: string;
3318
+ sand1: string;
3319
+ sand2: string;
3320
+ sand3: string;
3321
+ sand4: string;
3322
+ sand5: string;
3323
+ sand6: string;
3324
+ sand7: string;
3325
+ sand8: string;
3326
+ sand9: string;
3327
+ sand10: string;
3328
+ sand11: string;
3329
+ sand12: string;
3330
+ olive1: string;
3331
+ olive2: string;
3332
+ olive3: string;
3333
+ olive4: string;
3334
+ olive5: string;
3335
+ olive6: string;
3336
+ olive7: string;
3337
+ olive8: string;
3338
+ olive9: string;
3339
+ olive10: string;
3340
+ olive11: string;
3341
+ olive12: string;
3342
+ sage1: string;
3343
+ sage2: string;
3344
+ sage3: string;
3345
+ sage4: string;
3346
+ sage5: string;
3347
+ sage6: string;
3348
+ sage7: string;
3349
+ sage8: string;
3350
+ sage9: string;
3351
+ sage10: string;
3352
+ sage11: string;
3353
+ sage12: string;
3354
+ slate1: string;
3355
+ slate2: string;
3356
+ slate3: string;
3357
+ slate4: string;
3358
+ slate5: string;
3359
+ slate6: string;
3360
+ slate7: string;
3361
+ slate8: string;
3362
+ slate9: string;
3363
+ slate10: string;
3364
+ slate11: string;
3365
+ slate12: string;
3366
+ mauve1: string;
3367
+ mauve2: string;
3368
+ mauve3: string;
3369
+ mauve4: string;
3370
+ mauve5: string;
3371
+ mauve6: string;
3372
+ mauve7: string;
3373
+ mauve8: string;
3374
+ mauve9: string;
3375
+ mauve10: string;
3376
+ mauve11: string;
3377
+ mauve12: string;
3378
+ gray1: string;
3379
+ gray2: string;
3380
+ gray3: string;
3381
+ gray4: string;
3382
+ gray5: string;
3383
+ gray6: string;
3384
+ gray7: string;
3385
+ gray8: string;
3386
+ gray9: string;
3387
+ gray10: string;
3388
+ gray11: string;
3389
+ gray12: string;
3390
+ };
3391
+ fonts: {
3392
+ untitled: string;
3393
+ mono: string;
3394
+ };
3395
+ space: {
3396
+ 1: string;
3397
+ 2: string;
3398
+ 3: string;
3399
+ 4: string;
3400
+ 5: string;
3401
+ 6: string;
3402
+ 7: string;
3403
+ 8: string;
3404
+ 9: string;
3405
+ };
3406
+ sizes: {
3407
+ 1: string;
3408
+ 2: string;
3409
+ 3: string;
3410
+ 4: string;
3411
+ 5: string;
3412
+ 6: string;
3413
+ 7: string;
3414
+ 8: string;
3415
+ 9: string;
3416
+ };
3417
+ fontSizes: {
3418
+ 1: string;
3419
+ 2: string;
3420
+ 3: string;
3421
+ 4: string;
3422
+ 5: string;
3423
+ 6: string;
3424
+ 7: string;
3425
+ 8: string;
3426
+ 9: string;
3427
+ };
3428
+ radii: {
3429
+ 1: string;
3430
+ 2: string;
3431
+ 3: string;
3432
+ 4: string;
3433
+ round: string;
3434
+ pill: string;
3435
+ };
3436
+ zIndices: {
3437
+ 1: string;
3438
+ 2: string;
3439
+ 3: string;
3440
+ 4: string;
3441
+ max: string;
3442
+ };
3443
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
3444
+ p: (value: {
3445
+ readonly [$$PropertyValue]: "padding";
3446
+ }) => {
3447
+ padding: {
3448
+ readonly [$$PropertyValue]: "padding";
3449
+ };
3450
+ };
3451
+ pt: (value: {
3452
+ readonly [$$PropertyValue]: "paddingTop";
3453
+ }) => {
3454
+ paddingTop: {
3455
+ readonly [$$PropertyValue]: "paddingTop";
3456
+ };
3457
+ };
3458
+ pr: (value: {
3459
+ readonly [$$PropertyValue]: "paddingRight";
3460
+ }) => {
3461
+ paddingRight: {
3462
+ readonly [$$PropertyValue]: "paddingRight";
3463
+ };
3464
+ };
3465
+ pb: (value: {
3466
+ readonly [$$PropertyValue]: "paddingBottom";
3467
+ }) => {
3468
+ paddingBottom: {
3469
+ readonly [$$PropertyValue]: "paddingBottom";
3470
+ };
3471
+ };
3472
+ pl: (value: {
3473
+ readonly [$$PropertyValue]: "paddingLeft";
3474
+ }) => {
3475
+ paddingLeft: {
3476
+ readonly [$$PropertyValue]: "paddingLeft";
3477
+ };
3478
+ };
3479
+ px: (value: {
3480
+ readonly [$$PropertyValue]: "paddingLeft";
3481
+ }) => {
3482
+ paddingLeft: {
3483
+ readonly [$$PropertyValue]: "paddingLeft";
3484
+ };
3485
+ paddingRight: {
3486
+ readonly [$$PropertyValue]: "paddingLeft";
3487
+ };
3488
+ };
3489
+ py: (value: {
3490
+ readonly [$$PropertyValue]: "paddingTop";
3491
+ }) => {
3492
+ paddingTop: {
3493
+ readonly [$$PropertyValue]: "paddingTop";
3494
+ };
3495
+ paddingBottom: {
3496
+ readonly [$$PropertyValue]: "paddingTop";
3497
+ };
3498
+ };
3499
+ m: (value: {
3500
+ readonly [$$PropertyValue]: "margin";
3501
+ }) => {
3502
+ margin: {
3503
+ readonly [$$PropertyValue]: "margin";
3504
+ };
3505
+ };
3506
+ mt: (value: {
3507
+ readonly [$$PropertyValue]: "marginTop";
3508
+ }) => {
3509
+ marginTop: {
3510
+ readonly [$$PropertyValue]: "marginTop";
3511
+ };
3512
+ };
3513
+ mr: (value: {
3514
+ readonly [$$PropertyValue]: "marginRight";
3515
+ }) => {
3516
+ marginRight: {
3517
+ readonly [$$PropertyValue]: "marginRight";
3518
+ };
3519
+ };
3520
+ mb: (value: {
3521
+ readonly [$$PropertyValue]: "marginBottom";
3522
+ }) => {
3523
+ marginBottom: {
3524
+ readonly [$$PropertyValue]: "marginBottom";
3525
+ };
3526
+ };
3527
+ ml: (value: {
3528
+ readonly [$$PropertyValue]: "marginLeft";
3529
+ }) => {
3530
+ marginLeft: {
3531
+ readonly [$$PropertyValue]: "marginLeft";
3532
+ };
3533
+ };
3534
+ mx: (value: {
3535
+ readonly [$$PropertyValue]: "marginLeft";
3536
+ }) => {
3537
+ marginLeft: {
3538
+ readonly [$$PropertyValue]: "marginLeft";
3539
+ };
3540
+ marginRight: {
3541
+ readonly [$$PropertyValue]: "marginLeft";
3542
+ };
3543
+ };
3544
+ my: (value: {
3545
+ readonly [$$PropertyValue]: "marginTop";
3546
+ }) => {
3547
+ marginTop: {
3548
+ readonly [$$PropertyValue]: "marginTop";
3549
+ };
3550
+ marginBottom: {
3551
+ readonly [$$PropertyValue]: "marginTop";
3552
+ };
3553
+ };
3554
+ ta: (value: {
3555
+ readonly [$$PropertyValue]: "textAlign";
3556
+ }) => {
3557
+ textAlign: {
3558
+ readonly [$$PropertyValue]: "textAlign";
3559
+ };
3560
+ };
3561
+ fd: (value: {
3562
+ readonly [$$PropertyValue]: "flexDirection";
3563
+ }) => {
3564
+ flexDirection: {
3565
+ readonly [$$PropertyValue]: "flexDirection";
3566
+ };
3567
+ };
3568
+ fw: (value: {
3569
+ readonly [$$PropertyValue]: "flexWrap";
3570
+ }) => {
3571
+ flexWrap: {
3572
+ readonly [$$PropertyValue]: "flexWrap";
3573
+ };
3574
+ };
3575
+ ai: (value: {
3576
+ readonly [$$PropertyValue]: "alignItems";
3577
+ }) => {
3578
+ alignItems: {
3579
+ readonly [$$PropertyValue]: "alignItems";
3580
+ };
3581
+ };
3582
+ ac: (value: {
3583
+ readonly [$$PropertyValue]: "alignContent";
3584
+ }) => {
3585
+ alignContent: {
3586
+ readonly [$$PropertyValue]: "alignContent";
3587
+ };
3588
+ };
3589
+ jc: (value: {
3590
+ readonly [$$PropertyValue]: "justifyContent";
3591
+ }) => {
3592
+ justifyContent: {
3593
+ readonly [$$PropertyValue]: "justifyContent";
3594
+ };
3595
+ };
3596
+ as: (value: {
3597
+ readonly [$$PropertyValue]: "alignSelf";
3598
+ }) => {
3599
+ alignSelf: {
3600
+ readonly [$$PropertyValue]: "alignSelf";
3601
+ };
3602
+ };
3603
+ fg: (value: {
3604
+ readonly [$$PropertyValue]: "flexGrow";
3605
+ }) => {
3606
+ flexGrow: {
3607
+ readonly [$$PropertyValue]: "flexGrow";
3608
+ };
3609
+ };
3610
+ fs: (value: {
3611
+ readonly [$$PropertyValue]: "flexShrink";
3612
+ }) => {
3613
+ flexShrink: {
3614
+ readonly [$$PropertyValue]: "flexShrink";
3615
+ };
3616
+ };
3617
+ fb: (value: {
3618
+ readonly [$$PropertyValue]: "flexBasis";
3619
+ }) => {
3620
+ flexBasis: {
3621
+ readonly [$$PropertyValue]: "flexBasis";
3622
+ };
3623
+ };
3624
+ bc: (value: {
3625
+ readonly [$$PropertyValue]: "backgroundColor";
3626
+ }) => {
3627
+ backgroundColor: {
3628
+ readonly [$$PropertyValue]: "backgroundColor";
3629
+ };
3630
+ };
3631
+ br: (value: {
3632
+ readonly [$$PropertyValue]: "borderRadius";
3633
+ }) => {
3634
+ borderRadius: {
3635
+ readonly [$$PropertyValue]: "borderRadius";
3636
+ };
3637
+ };
3638
+ btrr: (value: {
3639
+ readonly [$$PropertyValue]: "borderTopRightRadius";
3640
+ }) => {
3641
+ borderTopRightRadius: {
3642
+ readonly [$$PropertyValue]: "borderTopRightRadius";
3643
+ };
3644
+ };
3645
+ bbrr: (value: {
3646
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
3647
+ }) => {
3648
+ borderBottomRightRadius: {
3649
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
3650
+ };
3651
+ };
3652
+ bblr: (value: {
3653
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
3654
+ }) => {
3655
+ borderBottomLeftRadius: {
3656
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
3657
+ };
3658
+ };
3659
+ btlr: (value: {
3660
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
3661
+ }) => {
3662
+ borderTopLeftRadius: {
3663
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
3664
+ };
3665
+ };
3666
+ bs: (value: {
3667
+ readonly [$$PropertyValue]: "boxShadow";
3668
+ }) => {
3669
+ boxShadow: {
3670
+ readonly [$$PropertyValue]: "boxShadow";
3671
+ };
3672
+ };
3673
+ lh: (value: {
3674
+ readonly [$$PropertyValue]: "lineHeight";
3675
+ }) => {
3676
+ lineHeight: {
3677
+ readonly [$$PropertyValue]: "lineHeight";
3678
+ };
3679
+ };
3680
+ ox: (value: {
3681
+ readonly [$$PropertyValue]: "overflowX";
3682
+ }) => {
3683
+ overflowX: {
3684
+ readonly [$$PropertyValue]: "overflowX";
3685
+ };
3686
+ };
3687
+ oy: (value: {
3688
+ readonly [$$PropertyValue]: "overflowY";
3689
+ }) => {
3690
+ overflowY: {
3691
+ readonly [$$PropertyValue]: "overflowY";
3692
+ };
3693
+ };
3694
+ pe: (value: {
3695
+ readonly [$$PropertyValue]: "pointerEvents";
3696
+ }) => {
3697
+ pointerEvents: {
3698
+ readonly [$$PropertyValue]: "pointerEvents";
3699
+ };
3700
+ };
3701
+ us: (value: {
3702
+ readonly [$$PropertyValue]: "userSelect";
3703
+ }) => {
3704
+ WebkitUserSelect: {
3705
+ readonly [$$PropertyValue]: "userSelect";
3706
+ };
3707
+ userSelect: {
3708
+ readonly [$$PropertyValue]: "userSelect";
3709
+ };
3710
+ };
3711
+ userSelect: (value: {
3712
+ readonly [$$PropertyValue]: "userSelect";
3713
+ }) => {
3714
+ WebkitUserSelect: {
3715
+ readonly [$$PropertyValue]: "userSelect";
3716
+ };
3717
+ userSelect: {
3718
+ readonly [$$PropertyValue]: "userSelect";
3719
+ };
3720
+ };
3721
+ size: (value: {
3722
+ readonly [$$PropertyValue]: "width";
3723
+ }) => {
3724
+ width: {
3725
+ readonly [$$PropertyValue]: "width";
3726
+ };
3727
+ height: {
3728
+ readonly [$$PropertyValue]: "width";
3729
+ };
3730
+ };
3731
+ appearance: (value: {
3732
+ readonly [$$PropertyValue]: "appearance";
3733
+ }) => {
3734
+ WebkitAppearance: {
3735
+ readonly [$$PropertyValue]: "appearance";
3736
+ };
3737
+ appearance: {
3738
+ readonly [$$PropertyValue]: "appearance";
3739
+ };
3740
+ };
3741
+ backgroundClip: (value: {
3742
+ readonly [$$PropertyValue]: "backgroundClip";
3743
+ }) => {
3744
+ WebkitBackgroundClip: {
3745
+ readonly [$$PropertyValue]: "backgroundClip";
3746
+ };
3747
+ backgroundClip: {
3748
+ readonly [$$PropertyValue]: "backgroundClip";
3749
+ };
3750
+ };
3751
+ }>>, {}, {
3752
+ bp1: "(min-width: 520px)";
3753
+ bp2: "(min-width: 900px)";
3754
+ bp3: "(min-width: 1200px)";
3755
+ bp4: "(min-width: 1800px)";
3756
+ motion: "(prefers-reduced-motion)";
3757
+ hover: "(any-hover: hover)";
3758
+ dark: "(prefers-color-scheme: dark)";
3759
+ light: "(prefers-color-scheme: light)";
3760
+ }, import("@stitches/react/types/css-util").CSS<{
3761
+ bp1: "(min-width: 520px)";
3762
+ bp2: "(min-width: 900px)";
3763
+ bp3: "(min-width: 1200px)";
3764
+ bp4: "(min-width: 1800px)";
3765
+ motion: "(prefers-reduced-motion)";
3766
+ hover: "(any-hover: hover)";
3767
+ dark: "(prefers-color-scheme: dark)";
3768
+ light: "(prefers-color-scheme: light)";
3769
+ }, {
3770
+ colors: {
3771
+ hiContrast: string;
3772
+ loContrast: string;
3773
+ canvas: string;
3774
+ panel: string;
3775
+ transparentPanel: string;
3776
+ shadowLight: string;
3777
+ shadowDark: string;
3778
+ blackA1: string;
3779
+ blackA2: string;
3780
+ blackA3: string;
3781
+ blackA4: string;
3782
+ blackA5: string;
3783
+ blackA6: string;
3784
+ blackA7: string;
3785
+ blackA8: string;
3786
+ blackA9: string;
3787
+ blackA10: string;
3788
+ blackA11: string;
3789
+ blackA12: string;
3790
+ whiteA1: string;
3791
+ whiteA2: string;
3792
+ whiteA3: string;
3793
+ whiteA4: string;
3794
+ whiteA5: string;
3795
+ whiteA6: string;
3796
+ whiteA7: string;
3797
+ whiteA8: string;
3798
+ whiteA9: string;
3799
+ whiteA10: string;
3800
+ whiteA11: string;
3801
+ whiteA12: string;
3802
+ gold1: string;
3803
+ gold2: string;
3804
+ gold3: string;
3805
+ gold4: string;
3806
+ gold5: string;
3807
+ gold6: string;
3808
+ gold7: string;
3809
+ gold8: string;
3810
+ gold9: string;
3811
+ gold10: string;
3812
+ gold11: string;
3813
+ gold12: string;
3814
+ bronze1: string;
3815
+ bronze2: string;
3816
+ bronze3: string;
3817
+ bronze4: string;
3818
+ bronze5: string;
3819
+ bronze6: string;
3820
+ bronze7: string;
3821
+ bronze8: string;
3822
+ bronze9: string;
3823
+ bronze10: string;
3824
+ bronze11: string;
3825
+ bronze12: string;
3826
+ brown1: string;
3827
+ brown2: string;
3828
+ brown3: string;
3829
+ brown4: string;
3830
+ brown5: string;
3831
+ brown6: string;
3832
+ brown7: string;
3833
+ brown8: string;
3834
+ brown9: string;
3835
+ brown10: string;
3836
+ brown11: string;
3837
+ brown12: string;
3838
+ orange1: string;
3839
+ orange2: string;
3840
+ orange3: string;
3841
+ orange4: string;
3842
+ orange5: string;
3843
+ orange6: string;
3844
+ orange7: string;
3845
+ orange8: string;
3846
+ orange9: string;
3847
+ orange10: string;
3848
+ orange11: string;
3849
+ orange12: string;
3850
+ amber1: string;
3851
+ amber2: string;
3852
+ amber3: string;
3853
+ amber4: string;
3854
+ amber5: string;
3855
+ amber6: string;
3856
+ amber7: string;
3857
+ amber8: string;
3858
+ amber9: string;
3859
+ amber10: string;
3860
+ amber11: string;
3861
+ amber12: string;
3862
+ yellow1: string;
3863
+ yellow2: string;
3864
+ yellow3: string;
3865
+ yellow4: string;
3866
+ yellow5: string;
3867
+ yellow6: string;
3868
+ yellow7: string;
3869
+ yellow8: string;
3870
+ yellow9: string;
3871
+ yellow10: string;
3872
+ yellow11: string;
3873
+ yellow12: string;
3874
+ lime1: string;
3875
+ lime2: string;
3876
+ lime3: string;
3877
+ lime4: string;
3878
+ lime5: string;
3879
+ lime6: string;
3880
+ lime7: string;
3881
+ lime8: string;
3882
+ lime9: string;
3883
+ lime10: string;
3884
+ lime11: string;
3885
+ lime12: string;
3886
+ grass1: string;
3887
+ grass2: string;
3888
+ grass3: string;
3889
+ grass4: string;
3890
+ grass5: string;
3891
+ grass6: string;
3892
+ grass7: string;
3893
+ grass8: string;
3894
+ grass9: string;
3895
+ grass10: string;
3896
+ grass11: string;
3897
+ grass12: string;
3898
+ green1: string;
3899
+ green2: string;
3900
+ green3: string;
3901
+ green4: string;
3902
+ green5: string;
3903
+ green6: string;
3904
+ green7: string;
3905
+ green8: string;
3906
+ green9: string;
3907
+ green10: string;
3908
+ green11: string;
3909
+ green12: string;
3910
+ teal1: string;
3911
+ teal2: string;
3912
+ teal3: string;
3913
+ teal4: string;
3914
+ teal5: string;
3915
+ teal6: string;
3916
+ teal7: string;
3917
+ teal8: string;
3918
+ teal9: string;
3919
+ teal10: string;
3920
+ teal11: string;
3921
+ teal12: string;
3922
+ cyan1: string;
3923
+ cyan2: string;
3924
+ cyan3: string;
3925
+ cyan4: string;
3926
+ cyan5: string;
3927
+ cyan6: string;
3928
+ cyan7: string;
3929
+ cyan8: string;
3930
+ cyan9: string;
3931
+ cyan10: string;
3932
+ cyan11: string;
3933
+ cyan12: string;
3934
+ mint1: string;
3935
+ mint2: string;
3936
+ mint3: string;
3937
+ mint4: string;
3938
+ mint5: string;
3939
+ mint6: string;
3940
+ mint7: string;
3941
+ mint8: string;
3942
+ mint9: string;
3943
+ mint10: string;
3944
+ mint11: string;
3945
+ mint12: string;
3946
+ sky1: string;
3947
+ sky2: string;
3948
+ sky3: string;
3949
+ sky4: string;
3950
+ sky5: string;
3951
+ sky6: string;
3952
+ sky7: string;
3953
+ sky8: string;
3954
+ sky9: string;
3955
+ sky10: string;
3956
+ sky11: string;
3957
+ sky12: string;
3958
+ blue1: string;
3959
+ blue2: string;
3960
+ blue3: string;
3961
+ blue4: string;
3962
+ blue5: string;
3963
+ blue6: string;
3964
+ blue7: string;
3965
+ blue8: string;
3966
+ blue9: string;
3967
+ blue10: string;
3968
+ blue11: string;
3969
+ blue12: string;
3970
+ indigo1: string;
3971
+ indigo2: string;
3972
+ indigo3: string;
3973
+ indigo4: string;
3974
+ indigo5: string;
3975
+ indigo6: string;
3976
+ indigo7: string;
3977
+ indigo8: string;
3978
+ indigo9: string;
3979
+ indigo10: string;
3980
+ indigo11: string;
3981
+ indigo12: string;
3982
+ violet1: string;
3983
+ violet2: string;
3984
+ violet3: string;
3985
+ violet4: string;
3986
+ violet5: string;
3987
+ violet6: string;
3988
+ violet7: string;
3989
+ violet8: string;
3990
+ violet9: string;
3991
+ violet10: string;
3992
+ violet11: string;
3993
+ violet12: string;
3994
+ purple1: string;
3995
+ purple2: string;
3996
+ purple3: string;
3997
+ purple4: string;
3998
+ purple5: string;
3999
+ purple6: string;
4000
+ purple7: string;
4001
+ purple8: string;
4002
+ purple9: string;
4003
+ purple10: string;
4004
+ purple11: string;
4005
+ purple12: string;
4006
+ plum1: string;
4007
+ plum2: string;
4008
+ plum3: string;
4009
+ plum4: string;
4010
+ plum5: string;
4011
+ plum6: string;
4012
+ plum7: string;
4013
+ plum8: string;
4014
+ plum9: string;
4015
+ plum10: string;
4016
+ plum11: string;
4017
+ plum12: string;
4018
+ pink1: string;
4019
+ pink2: string;
4020
+ pink3: string;
4021
+ pink4: string;
4022
+ pink5: string;
4023
+ pink6: string;
4024
+ pink7: string;
4025
+ pink8: string;
4026
+ pink9: string;
4027
+ pink10: string;
4028
+ pink11: string;
4029
+ pink12: string;
4030
+ crimson1: string;
4031
+ crimson2: string;
4032
+ crimson3: string;
4033
+ crimson4: string;
4034
+ crimson5: string;
4035
+ crimson6: string;
4036
+ crimson7: string;
4037
+ crimson8: string;
4038
+ crimson9: string;
4039
+ crimson10: string;
4040
+ crimson11: string;
4041
+ crimson12: string;
4042
+ red1: string;
4043
+ red2: string;
4044
+ red3: string;
4045
+ red4: string;
4046
+ red5: string;
4047
+ red6: string;
4048
+ red7: string;
4049
+ red8: string;
4050
+ red9: string;
4051
+ red10: string;
4052
+ red11: string;
4053
+ red12: string;
4054
+ tomato1: string;
4055
+ tomato2: string;
4056
+ tomato3: string;
4057
+ tomato4: string;
4058
+ tomato5: string;
4059
+ tomato6: string;
4060
+ tomato7: string;
4061
+ tomato8: string;
4062
+ tomato9: string;
4063
+ tomato10: string;
4064
+ tomato11: string;
4065
+ tomato12: string;
4066
+ sand1: string;
4067
+ sand2: string;
4068
+ sand3: string;
4069
+ sand4: string;
4070
+ sand5: string;
4071
+ sand6: string;
4072
+ sand7: string;
4073
+ sand8: string;
4074
+ sand9: string;
4075
+ sand10: string;
4076
+ sand11: string;
4077
+ sand12: string;
4078
+ olive1: string;
4079
+ olive2: string;
4080
+ olive3: string;
4081
+ olive4: string;
4082
+ olive5: string;
4083
+ olive6: string;
4084
+ olive7: string;
4085
+ olive8: string;
4086
+ olive9: string;
4087
+ olive10: string;
4088
+ olive11: string;
4089
+ olive12: string;
4090
+ sage1: string;
4091
+ sage2: string;
4092
+ sage3: string;
4093
+ sage4: string;
4094
+ sage5: string;
4095
+ sage6: string;
4096
+ sage7: string;
4097
+ sage8: string;
4098
+ sage9: string;
4099
+ sage10: string;
4100
+ sage11: string;
4101
+ sage12: string;
4102
+ slate1: string;
4103
+ slate2: string;
4104
+ slate3: string;
4105
+ slate4: string;
4106
+ slate5: string;
4107
+ slate6: string;
4108
+ slate7: string;
4109
+ slate8: string;
4110
+ slate9: string;
4111
+ slate10: string;
4112
+ slate11: string;
4113
+ slate12: string;
4114
+ mauve1: string;
4115
+ mauve2: string;
4116
+ mauve3: string;
4117
+ mauve4: string;
4118
+ mauve5: string;
4119
+ mauve6: string;
4120
+ mauve7: string;
4121
+ mauve8: string;
4122
+ mauve9: string;
4123
+ mauve10: string;
4124
+ mauve11: string;
4125
+ mauve12: string;
4126
+ gray1: string;
4127
+ gray2: string;
4128
+ gray3: string;
4129
+ gray4: string;
4130
+ gray5: string;
4131
+ gray6: string;
4132
+ gray7: string;
4133
+ gray8: string;
4134
+ gray9: string;
4135
+ gray10: string;
4136
+ gray11: string;
4137
+ gray12: string;
4138
+ };
4139
+ fonts: {
4140
+ untitled: string;
4141
+ mono: string;
4142
+ };
4143
+ space: {
4144
+ 1: string;
4145
+ 2: string;
4146
+ 3: string;
4147
+ 4: string;
4148
+ 5: string;
4149
+ 6: string;
4150
+ 7: string;
4151
+ 8: string;
4152
+ 9: string;
4153
+ };
4154
+ sizes: {
4155
+ 1: string;
4156
+ 2: string;
4157
+ 3: string;
4158
+ 4: string;
4159
+ 5: string;
4160
+ 6: string;
4161
+ 7: string;
4162
+ 8: string;
4163
+ 9: string;
4164
+ };
4165
+ fontSizes: {
4166
+ 1: string;
4167
+ 2: string;
4168
+ 3: string;
4169
+ 4: string;
4170
+ 5: string;
4171
+ 6: string;
4172
+ 7: string;
4173
+ 8: string;
4174
+ 9: string;
4175
+ };
4176
+ radii: {
4177
+ 1: string;
4178
+ 2: string;
4179
+ 3: string;
4180
+ 4: string;
4181
+ round: string;
4182
+ pill: string;
4183
+ };
4184
+ zIndices: {
4185
+ 1: string;
4186
+ 2: string;
4187
+ 3: string;
4188
+ 4: string;
4189
+ max: string;
4190
+ };
4191
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
4192
+ p: (value: {
4193
+ readonly [$$PropertyValue]: "padding";
4194
+ }) => {
4195
+ padding: {
4196
+ readonly [$$PropertyValue]: "padding";
4197
+ };
4198
+ };
4199
+ pt: (value: {
4200
+ readonly [$$PropertyValue]: "paddingTop";
4201
+ }) => {
4202
+ paddingTop: {
4203
+ readonly [$$PropertyValue]: "paddingTop";
4204
+ };
4205
+ };
4206
+ pr: (value: {
4207
+ readonly [$$PropertyValue]: "paddingRight";
4208
+ }) => {
4209
+ paddingRight: {
4210
+ readonly [$$PropertyValue]: "paddingRight";
4211
+ };
4212
+ };
4213
+ pb: (value: {
4214
+ readonly [$$PropertyValue]: "paddingBottom";
4215
+ }) => {
4216
+ paddingBottom: {
4217
+ readonly [$$PropertyValue]: "paddingBottom";
4218
+ };
4219
+ };
4220
+ pl: (value: {
4221
+ readonly [$$PropertyValue]: "paddingLeft";
4222
+ }) => {
4223
+ paddingLeft: {
4224
+ readonly [$$PropertyValue]: "paddingLeft";
4225
+ };
4226
+ };
4227
+ px: (value: {
4228
+ readonly [$$PropertyValue]: "paddingLeft";
4229
+ }) => {
4230
+ paddingLeft: {
4231
+ readonly [$$PropertyValue]: "paddingLeft";
4232
+ };
4233
+ paddingRight: {
4234
+ readonly [$$PropertyValue]: "paddingLeft";
4235
+ };
4236
+ };
4237
+ py: (value: {
4238
+ readonly [$$PropertyValue]: "paddingTop";
4239
+ }) => {
4240
+ paddingTop: {
4241
+ readonly [$$PropertyValue]: "paddingTop";
4242
+ };
4243
+ paddingBottom: {
4244
+ readonly [$$PropertyValue]: "paddingTop";
4245
+ };
4246
+ };
4247
+ m: (value: {
4248
+ readonly [$$PropertyValue]: "margin";
4249
+ }) => {
4250
+ margin: {
4251
+ readonly [$$PropertyValue]: "margin";
4252
+ };
4253
+ };
4254
+ mt: (value: {
4255
+ readonly [$$PropertyValue]: "marginTop";
4256
+ }) => {
4257
+ marginTop: {
4258
+ readonly [$$PropertyValue]: "marginTop";
4259
+ };
4260
+ };
4261
+ mr: (value: {
4262
+ readonly [$$PropertyValue]: "marginRight";
4263
+ }) => {
4264
+ marginRight: {
4265
+ readonly [$$PropertyValue]: "marginRight";
4266
+ };
4267
+ };
4268
+ mb: (value: {
4269
+ readonly [$$PropertyValue]: "marginBottom";
4270
+ }) => {
4271
+ marginBottom: {
4272
+ readonly [$$PropertyValue]: "marginBottom";
4273
+ };
4274
+ };
4275
+ ml: (value: {
4276
+ readonly [$$PropertyValue]: "marginLeft";
4277
+ }) => {
4278
+ marginLeft: {
4279
+ readonly [$$PropertyValue]: "marginLeft";
4280
+ };
4281
+ };
4282
+ mx: (value: {
4283
+ readonly [$$PropertyValue]: "marginLeft";
4284
+ }) => {
4285
+ marginLeft: {
4286
+ readonly [$$PropertyValue]: "marginLeft";
4287
+ };
4288
+ marginRight: {
4289
+ readonly [$$PropertyValue]: "marginLeft";
4290
+ };
4291
+ };
4292
+ my: (value: {
4293
+ readonly [$$PropertyValue]: "marginTop";
4294
+ }) => {
4295
+ marginTop: {
4296
+ readonly [$$PropertyValue]: "marginTop";
4297
+ };
4298
+ marginBottom: {
4299
+ readonly [$$PropertyValue]: "marginTop";
4300
+ };
4301
+ };
4302
+ ta: (value: {
4303
+ readonly [$$PropertyValue]: "textAlign";
4304
+ }) => {
4305
+ textAlign: {
4306
+ readonly [$$PropertyValue]: "textAlign";
4307
+ };
4308
+ };
4309
+ fd: (value: {
4310
+ readonly [$$PropertyValue]: "flexDirection";
4311
+ }) => {
4312
+ flexDirection: {
4313
+ readonly [$$PropertyValue]: "flexDirection";
4314
+ };
4315
+ };
4316
+ fw: (value: {
4317
+ readonly [$$PropertyValue]: "flexWrap";
4318
+ }) => {
4319
+ flexWrap: {
4320
+ readonly [$$PropertyValue]: "flexWrap";
4321
+ };
4322
+ };
4323
+ ai: (value: {
4324
+ readonly [$$PropertyValue]: "alignItems";
4325
+ }) => {
4326
+ alignItems: {
4327
+ readonly [$$PropertyValue]: "alignItems";
4328
+ };
4329
+ };
4330
+ ac: (value: {
4331
+ readonly [$$PropertyValue]: "alignContent";
4332
+ }) => {
4333
+ alignContent: {
4334
+ readonly [$$PropertyValue]: "alignContent";
4335
+ };
4336
+ };
4337
+ jc: (value: {
4338
+ readonly [$$PropertyValue]: "justifyContent";
4339
+ }) => {
4340
+ justifyContent: {
4341
+ readonly [$$PropertyValue]: "justifyContent";
4342
+ };
4343
+ };
4344
+ as: (value: {
4345
+ readonly [$$PropertyValue]: "alignSelf";
4346
+ }) => {
4347
+ alignSelf: {
4348
+ readonly [$$PropertyValue]: "alignSelf";
4349
+ };
4350
+ };
4351
+ fg: (value: {
4352
+ readonly [$$PropertyValue]: "flexGrow";
4353
+ }) => {
4354
+ flexGrow: {
4355
+ readonly [$$PropertyValue]: "flexGrow";
4356
+ };
4357
+ };
4358
+ fs: (value: {
4359
+ readonly [$$PropertyValue]: "flexShrink";
4360
+ }) => {
4361
+ flexShrink: {
4362
+ readonly [$$PropertyValue]: "flexShrink";
4363
+ };
4364
+ };
4365
+ fb: (value: {
4366
+ readonly [$$PropertyValue]: "flexBasis";
4367
+ }) => {
4368
+ flexBasis: {
4369
+ readonly [$$PropertyValue]: "flexBasis";
4370
+ };
4371
+ };
4372
+ bc: (value: {
4373
+ readonly [$$PropertyValue]: "backgroundColor";
4374
+ }) => {
4375
+ backgroundColor: {
4376
+ readonly [$$PropertyValue]: "backgroundColor";
4377
+ };
4378
+ };
4379
+ br: (value: {
4380
+ readonly [$$PropertyValue]: "borderRadius";
4381
+ }) => {
4382
+ borderRadius: {
4383
+ readonly [$$PropertyValue]: "borderRadius";
4384
+ };
4385
+ };
4386
+ btrr: (value: {
4387
+ readonly [$$PropertyValue]: "borderTopRightRadius";
4388
+ }) => {
4389
+ borderTopRightRadius: {
4390
+ readonly [$$PropertyValue]: "borderTopRightRadius";
4391
+ };
4392
+ };
4393
+ bbrr: (value: {
4394
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
4395
+ }) => {
4396
+ borderBottomRightRadius: {
4397
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
4398
+ };
4399
+ };
4400
+ bblr: (value: {
4401
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
4402
+ }) => {
4403
+ borderBottomLeftRadius: {
4404
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
4405
+ };
4406
+ };
4407
+ btlr: (value: {
4408
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
4409
+ }) => {
4410
+ borderTopLeftRadius: {
4411
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
4412
+ };
4413
+ };
4414
+ bs: (value: {
4415
+ readonly [$$PropertyValue]: "boxShadow";
4416
+ }) => {
4417
+ boxShadow: {
4418
+ readonly [$$PropertyValue]: "boxShadow";
4419
+ };
4420
+ };
4421
+ lh: (value: {
4422
+ readonly [$$PropertyValue]: "lineHeight";
4423
+ }) => {
4424
+ lineHeight: {
4425
+ readonly [$$PropertyValue]: "lineHeight";
4426
+ };
4427
+ };
4428
+ ox: (value: {
4429
+ readonly [$$PropertyValue]: "overflowX";
4430
+ }) => {
4431
+ overflowX: {
4432
+ readonly [$$PropertyValue]: "overflowX";
4433
+ };
4434
+ };
4435
+ oy: (value: {
4436
+ readonly [$$PropertyValue]: "overflowY";
4437
+ }) => {
4438
+ overflowY: {
4439
+ readonly [$$PropertyValue]: "overflowY";
4440
+ };
4441
+ };
4442
+ pe: (value: {
4443
+ readonly [$$PropertyValue]: "pointerEvents";
4444
+ }) => {
4445
+ pointerEvents: {
4446
+ readonly [$$PropertyValue]: "pointerEvents";
4447
+ };
4448
+ };
4449
+ us: (value: {
4450
+ readonly [$$PropertyValue]: "userSelect";
4451
+ }) => {
4452
+ WebkitUserSelect: {
4453
+ readonly [$$PropertyValue]: "userSelect";
4454
+ };
4455
+ userSelect: {
4456
+ readonly [$$PropertyValue]: "userSelect";
4457
+ };
4458
+ };
4459
+ userSelect: (value: {
4460
+ readonly [$$PropertyValue]: "userSelect";
4461
+ }) => {
4462
+ WebkitUserSelect: {
4463
+ readonly [$$PropertyValue]: "userSelect";
4464
+ };
4465
+ userSelect: {
4466
+ readonly [$$PropertyValue]: "userSelect";
4467
+ };
4468
+ };
4469
+ size: (value: {
4470
+ readonly [$$PropertyValue]: "width";
4471
+ }) => {
4472
+ width: {
4473
+ readonly [$$PropertyValue]: "width";
4474
+ };
4475
+ height: {
4476
+ readonly [$$PropertyValue]: "width";
4477
+ };
4478
+ };
4479
+ appearance: (value: {
4480
+ readonly [$$PropertyValue]: "appearance";
4481
+ }) => {
4482
+ WebkitAppearance: {
4483
+ readonly [$$PropertyValue]: "appearance";
4484
+ };
4485
+ appearance: {
4486
+ readonly [$$PropertyValue]: "appearance";
4487
+ };
4488
+ };
4489
+ backgroundClip: (value: {
4490
+ readonly [$$PropertyValue]: "backgroundClip";
4491
+ }) => {
4492
+ WebkitBackgroundClip: {
4493
+ readonly [$$PropertyValue]: "backgroundClip";
4494
+ };
4495
+ backgroundClip: {
4496
+ readonly [$$PropertyValue]: "backgroundClip";
4497
+ };
4498
+ };
4499
+ }>>;
4500
+ export {};