@obolnetwork/obol-ui 1.0.63 → 1.0.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1926 @@
1
+ /// <reference types="react" />
2
+ import * as TabsPrimitive from "@radix-ui/react-tabs";
3
+ export declare const Tabs: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<TabsPrimitive.TabsProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
4
+ motion: "(prefers-reduced-motion)";
5
+ hover: "(any-hover: hover)";
6
+ dark: "(prefers-color-scheme: dark)";
7
+ light: "(prefers-color-scheme: light)";
8
+ xs: "(max-width: 520px)";
9
+ sm: "(max-width: 900px)";
10
+ bp2: "(min-width: 900px)";
11
+ md: "(max-width: 1200px)";
12
+ lg: "(max-width: 1800px)";
13
+ }, import("@stitches/react/types/css-util").CSS<{
14
+ motion: "(prefers-reduced-motion)";
15
+ hover: "(any-hover: hover)";
16
+ dark: "(prefers-color-scheme: dark)";
17
+ light: "(prefers-color-scheme: light)";
18
+ xs: "(max-width: 520px)";
19
+ sm: "(max-width: 900px)";
20
+ bp2: "(min-width: 900px)";
21
+ md: "(max-width: 1200px)";
22
+ lg: "(max-width: 1800px)";
23
+ }, {
24
+ colors: {
25
+ white: string;
26
+ black: string;
27
+ lightBackground: string;
28
+ obolBlue: string;
29
+ primaryBgDefault: string;
30
+ primaryBgDefaultHover: string;
31
+ primaryTextDefault: string;
32
+ secondaryBgDefault: string;
33
+ secondaryBgHover: string;
34
+ grayBgDefault: string;
35
+ gray2BgDefault: string;
36
+ neutralDark: string;
37
+ navButtonBgDefault: string;
38
+ navButtonBgHover: string;
39
+ cardBackgroundDark: string;
40
+ cardBackgroundLight: string;
41
+ textMiddle: string;
42
+ textLight: string;
43
+ textLighter: string;
44
+ textTabHover: string;
45
+ textTabInactive: string;
46
+ textGreenDark: string;
47
+ textGreenLight: string;
48
+ textGreen1: string;
49
+ textGreen2: string;
50
+ textGreen3: string;
51
+ textGreenHover: string;
52
+ textCreateHover: string;
53
+ textGrayHover: string;
54
+ txButton: string;
55
+ obolGreen: string;
56
+ obolMidGreen: string;
57
+ obolGreenHover: string;
58
+ obolGreenLight: string;
59
+ obolDarkDark: string;
60
+ obolDisabled: string;
61
+ linkButtonHover: string;
62
+ progressTrackerGreen: string;
63
+ lightGrey: string;
64
+ coordinate: string;
65
+ coordinateHover: string;
66
+ test: string;
67
+ testHover: string;
68
+ create: string;
69
+ createHover: string;
70
+ light: string;
71
+ body: string;
72
+ muted: string;
73
+ menu: string;
74
+ bg01: string;
75
+ bg02: string;
76
+ bg03: string;
77
+ bg04: string;
78
+ bg05: string;
79
+ tooltip: string;
80
+ tooltip2: string;
81
+ };
82
+ space: {
83
+ 1: string;
84
+ 2: string;
85
+ xxxs: string;
86
+ xxs: string;
87
+ xs: string;
88
+ sm: string;
89
+ md: string;
90
+ lg: string;
91
+ xl: string;
92
+ "2xl": string;
93
+ "3xl": string;
94
+ "4xl": string;
95
+ "5xl": string;
96
+ "6xl": string;
97
+ "7xl": string;
98
+ };
99
+ sizes: {
100
+ 1: string;
101
+ 2: string;
102
+ xxxs: string;
103
+ xxs: string;
104
+ xs: string;
105
+ sm: string;
106
+ md: string;
107
+ lg: string;
108
+ xl: string;
109
+ "2xl": string;
110
+ "3xl": string;
111
+ "4xl": string;
112
+ "5xl": string;
113
+ "6xl": string;
114
+ "7xl": string;
115
+ max: string;
116
+ min: string;
117
+ full: string;
118
+ };
119
+ radii: {
120
+ 1: string;
121
+ 2: string;
122
+ 3: string;
123
+ 4: string;
124
+ 5: string;
125
+ round: string;
126
+ pill: string;
127
+ };
128
+ fontSizes: {
129
+ 1: string;
130
+ 2: string;
131
+ 3: string;
132
+ 4: string;
133
+ 5: string;
134
+ 6: string;
135
+ 7: string;
136
+ 8: string;
137
+ 9: string;
138
+ 10: string;
139
+ 11: string;
140
+ };
141
+ fontWeights: {
142
+ hairline: number;
143
+ thin: number;
144
+ light: number;
145
+ normal: number;
146
+ medium: number;
147
+ semibold: number;
148
+ bold: number;
149
+ extrabold: number;
150
+ black: number;
151
+ };
152
+ lineHeights: {
153
+ normal: string;
154
+ none: number;
155
+ shorter: number;
156
+ short: number;
157
+ base: number;
158
+ tall: number;
159
+ tall2: number;
160
+ taller: string;
161
+ };
162
+ letterSpacings: {
163
+ tighter: string;
164
+ tight: string;
165
+ normal: string;
166
+ wide: string;
167
+ wider: string;
168
+ widest: string;
169
+ };
170
+ borderWidths: unknown;
171
+ borderStyles: unknown;
172
+ shadows: unknown;
173
+ zIndices: unknown;
174
+ transitions: unknown;
175
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
176
+ p: (value: {
177
+ readonly [$$PropertyValue]: "padding";
178
+ }) => {
179
+ padding: {
180
+ readonly [$$PropertyValue]: "padding";
181
+ };
182
+ };
183
+ pt: (value: {
184
+ readonly [$$PropertyValue]: "paddingTop";
185
+ }) => {
186
+ paddingTop: {
187
+ readonly [$$PropertyValue]: "paddingTop";
188
+ };
189
+ };
190
+ pr: (value: {
191
+ readonly [$$PropertyValue]: "paddingRight";
192
+ }) => {
193
+ paddingRight: {
194
+ readonly [$$PropertyValue]: "paddingRight";
195
+ };
196
+ };
197
+ pb: (value: {
198
+ readonly [$$PropertyValue]: "paddingBottom";
199
+ }) => {
200
+ paddingBottom: {
201
+ readonly [$$PropertyValue]: "paddingBottom";
202
+ };
203
+ };
204
+ pl: (value: {
205
+ readonly [$$PropertyValue]: "paddingLeft";
206
+ }) => {
207
+ paddingLeft: {
208
+ readonly [$$PropertyValue]: "paddingLeft";
209
+ };
210
+ };
211
+ px: (value: {
212
+ readonly [$$PropertyValue]: "paddingLeft";
213
+ }) => {
214
+ paddingLeft: {
215
+ readonly [$$PropertyValue]: "paddingLeft";
216
+ };
217
+ paddingRight: {
218
+ readonly [$$PropertyValue]: "paddingLeft";
219
+ };
220
+ };
221
+ py: (value: {
222
+ readonly [$$PropertyValue]: "paddingTop";
223
+ }) => {
224
+ paddingTop: {
225
+ readonly [$$PropertyValue]: "paddingTop";
226
+ };
227
+ paddingBottom: {
228
+ readonly [$$PropertyValue]: "paddingTop";
229
+ };
230
+ };
231
+ m: (value: {
232
+ readonly [$$PropertyValue]: "margin";
233
+ }) => {
234
+ margin: {
235
+ readonly [$$PropertyValue]: "margin";
236
+ };
237
+ };
238
+ mt: (value: {
239
+ readonly [$$PropertyValue]: "marginTop";
240
+ }) => {
241
+ marginTop: {
242
+ readonly [$$PropertyValue]: "marginTop";
243
+ };
244
+ };
245
+ mr: (value: {
246
+ readonly [$$PropertyValue]: "marginRight";
247
+ }) => {
248
+ marginRight: {
249
+ readonly [$$PropertyValue]: "marginRight";
250
+ };
251
+ };
252
+ mb: (value: {
253
+ readonly [$$PropertyValue]: "marginBottom";
254
+ }) => {
255
+ marginBottom: {
256
+ readonly [$$PropertyValue]: "marginBottom";
257
+ };
258
+ };
259
+ ml: (value: {
260
+ readonly [$$PropertyValue]: "marginLeft";
261
+ }) => {
262
+ marginLeft: {
263
+ readonly [$$PropertyValue]: "marginLeft";
264
+ };
265
+ };
266
+ mx: (value: {
267
+ readonly [$$PropertyValue]: "marginLeft";
268
+ }) => {
269
+ marginLeft: {
270
+ readonly [$$PropertyValue]: "marginLeft";
271
+ };
272
+ marginRight: {
273
+ readonly [$$PropertyValue]: "marginLeft";
274
+ };
275
+ };
276
+ my: (value: {
277
+ readonly [$$PropertyValue]: "marginTop";
278
+ }) => {
279
+ marginTop: {
280
+ readonly [$$PropertyValue]: "marginTop";
281
+ };
282
+ marginBottom: {
283
+ readonly [$$PropertyValue]: "marginTop";
284
+ };
285
+ };
286
+ ta: (value: {
287
+ readonly [$$PropertyValue]: "textAlign";
288
+ }) => {
289
+ textAlign: {
290
+ readonly [$$PropertyValue]: "textAlign";
291
+ };
292
+ };
293
+ fd: (value: {
294
+ readonly [$$PropertyValue]: "flexDirection";
295
+ }) => {
296
+ flexDirection: {
297
+ readonly [$$PropertyValue]: "flexDirection";
298
+ };
299
+ };
300
+ fw: (value: {
301
+ readonly [$$PropertyValue]: "flexWrap";
302
+ }) => {
303
+ flexWrap: {
304
+ readonly [$$PropertyValue]: "flexWrap";
305
+ };
306
+ };
307
+ ai: (value: {
308
+ readonly [$$PropertyValue]: "alignItems";
309
+ }) => {
310
+ alignItems: {
311
+ readonly [$$PropertyValue]: "alignItems";
312
+ };
313
+ };
314
+ ac: (value: {
315
+ readonly [$$PropertyValue]: "alignContent";
316
+ }) => {
317
+ alignContent: {
318
+ readonly [$$PropertyValue]: "alignContent";
319
+ };
320
+ };
321
+ jc: (value: {
322
+ readonly [$$PropertyValue]: "justifyContent";
323
+ }) => {
324
+ justifyContent: {
325
+ readonly [$$PropertyValue]: "justifyContent";
326
+ };
327
+ };
328
+ as: (value: {
329
+ readonly [$$PropertyValue]: "alignSelf";
330
+ }) => {
331
+ alignSelf: {
332
+ readonly [$$PropertyValue]: "alignSelf";
333
+ };
334
+ };
335
+ fg: (value: {
336
+ readonly [$$PropertyValue]: "flexGrow";
337
+ }) => {
338
+ flexGrow: {
339
+ readonly [$$PropertyValue]: "flexGrow";
340
+ };
341
+ };
342
+ fs: (value: {
343
+ readonly [$$PropertyValue]: "flexShrink";
344
+ }) => {
345
+ flexShrink: {
346
+ readonly [$$PropertyValue]: "flexShrink";
347
+ };
348
+ };
349
+ fb: (value: {
350
+ readonly [$$PropertyValue]: "flexBasis";
351
+ }) => {
352
+ flexBasis: {
353
+ readonly [$$PropertyValue]: "flexBasis";
354
+ };
355
+ };
356
+ bc: (value: {
357
+ readonly [$$PropertyValue]: "backgroundColor";
358
+ }) => {
359
+ backgroundColor: {
360
+ readonly [$$PropertyValue]: "backgroundColor";
361
+ };
362
+ };
363
+ br: (value: {
364
+ readonly [$$PropertyValue]: "borderRadius";
365
+ }) => {
366
+ borderRadius: {
367
+ readonly [$$PropertyValue]: "borderRadius";
368
+ };
369
+ };
370
+ btrr: (value: {
371
+ readonly [$$PropertyValue]: "borderTopRightRadius";
372
+ }) => {
373
+ borderTopRightRadius: {
374
+ readonly [$$PropertyValue]: "borderTopRightRadius";
375
+ };
376
+ };
377
+ bbrr: (value: {
378
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
379
+ }) => {
380
+ borderBottomRightRadius: {
381
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
382
+ };
383
+ };
384
+ bblr: (value: {
385
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
386
+ }) => {
387
+ borderBottomLeftRadius: {
388
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
389
+ };
390
+ };
391
+ btlr: (value: {
392
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
393
+ }) => {
394
+ borderTopLeftRadius: {
395
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
396
+ };
397
+ };
398
+ bs: (value: {
399
+ readonly [$$PropertyValue]: "boxShadow";
400
+ }) => {
401
+ boxShadow: {
402
+ readonly [$$PropertyValue]: "boxShadow";
403
+ };
404
+ };
405
+ lh: (value: {
406
+ readonly [$$PropertyValue]: "lineHeight";
407
+ }) => {
408
+ lineHeight: {
409
+ readonly [$$PropertyValue]: "lineHeight";
410
+ };
411
+ };
412
+ ox: (value: {
413
+ readonly [$$PropertyValue]: "overflowX";
414
+ }) => {
415
+ overflowX: {
416
+ readonly [$$PropertyValue]: "overflowX";
417
+ };
418
+ };
419
+ oy: (value: {
420
+ readonly [$$PropertyValue]: "overflowY";
421
+ }) => {
422
+ overflowY: {
423
+ readonly [$$PropertyValue]: "overflowY";
424
+ };
425
+ };
426
+ pe: (value: {
427
+ readonly [$$PropertyValue]: "pointerEvents";
428
+ }) => {
429
+ pointerEvents: {
430
+ readonly [$$PropertyValue]: "pointerEvents";
431
+ };
432
+ };
433
+ us: (value: {
434
+ readonly [$$PropertyValue]: "userSelect";
435
+ }) => {
436
+ WebkitUserSelect: {
437
+ readonly [$$PropertyValue]: "userSelect";
438
+ };
439
+ userSelect: {
440
+ readonly [$$PropertyValue]: "userSelect";
441
+ };
442
+ };
443
+ userSelect: (value: {
444
+ readonly [$$PropertyValue]: "userSelect";
445
+ }) => {
446
+ WebkitUserSelect: {
447
+ readonly [$$PropertyValue]: "userSelect";
448
+ };
449
+ userSelect: {
450
+ readonly [$$PropertyValue]: "userSelect";
451
+ };
452
+ };
453
+ size: (value: {
454
+ readonly [$$PropertyValue]: "width";
455
+ }) => {
456
+ width: {
457
+ readonly [$$PropertyValue]: "width";
458
+ };
459
+ height: {
460
+ readonly [$$PropertyValue]: "width";
461
+ };
462
+ };
463
+ appearance: (value: {
464
+ readonly [$$PropertyValue]: "appearance";
465
+ }) => {
466
+ WebkitAppearance: {
467
+ readonly [$$PropertyValue]: "appearance";
468
+ };
469
+ appearance: {
470
+ readonly [$$PropertyValue]: "appearance";
471
+ };
472
+ };
473
+ backgroundClip: (value: {
474
+ readonly [$$PropertyValue]: "backgroundClip";
475
+ }) => {
476
+ WebkitBackgroundClip: {
477
+ readonly [$$PropertyValue]: "backgroundClip";
478
+ };
479
+ backgroundClip: {
480
+ readonly [$$PropertyValue]: "backgroundClip";
481
+ };
482
+ };
483
+ }>>;
484
+ export declare const TabsList: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<TabsPrimitive.TabsListProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
485
+ motion: "(prefers-reduced-motion)";
486
+ hover: "(any-hover: hover)";
487
+ dark: "(prefers-color-scheme: dark)";
488
+ light: "(prefers-color-scheme: light)";
489
+ xs: "(max-width: 520px)";
490
+ sm: "(max-width: 900px)";
491
+ bp2: "(min-width: 900px)";
492
+ md: "(max-width: 1200px)";
493
+ lg: "(max-width: 1800px)";
494
+ }, import("@stitches/react/types/css-util").CSS<{
495
+ motion: "(prefers-reduced-motion)";
496
+ hover: "(any-hover: hover)";
497
+ dark: "(prefers-color-scheme: dark)";
498
+ light: "(prefers-color-scheme: light)";
499
+ xs: "(max-width: 520px)";
500
+ sm: "(max-width: 900px)";
501
+ bp2: "(min-width: 900px)";
502
+ md: "(max-width: 1200px)";
503
+ lg: "(max-width: 1800px)";
504
+ }, {
505
+ colors: {
506
+ white: string;
507
+ black: string;
508
+ lightBackground: string;
509
+ obolBlue: string;
510
+ primaryBgDefault: string;
511
+ primaryBgDefaultHover: string;
512
+ primaryTextDefault: string;
513
+ secondaryBgDefault: string;
514
+ secondaryBgHover: string;
515
+ grayBgDefault: string;
516
+ gray2BgDefault: string;
517
+ neutralDark: string;
518
+ navButtonBgDefault: string;
519
+ navButtonBgHover: string;
520
+ cardBackgroundDark: string;
521
+ cardBackgroundLight: string;
522
+ textMiddle: string;
523
+ textLight: string;
524
+ textLighter: string;
525
+ textTabHover: string;
526
+ textTabInactive: string;
527
+ textGreenDark: string;
528
+ textGreenLight: string;
529
+ textGreen1: string;
530
+ textGreen2: string;
531
+ textGreen3: string;
532
+ textGreenHover: string;
533
+ textCreateHover: string;
534
+ textGrayHover: string;
535
+ txButton: string;
536
+ obolGreen: string;
537
+ obolMidGreen: string;
538
+ obolGreenHover: string;
539
+ obolGreenLight: string;
540
+ obolDarkDark: string;
541
+ obolDisabled: string;
542
+ linkButtonHover: string;
543
+ progressTrackerGreen: string;
544
+ lightGrey: string;
545
+ coordinate: string;
546
+ coordinateHover: string;
547
+ test: string;
548
+ testHover: string;
549
+ create: string;
550
+ createHover: string;
551
+ light: string;
552
+ body: string;
553
+ muted: string;
554
+ menu: string;
555
+ bg01: string;
556
+ bg02: string;
557
+ bg03: string;
558
+ bg04: string;
559
+ bg05: string;
560
+ tooltip: string;
561
+ tooltip2: string;
562
+ };
563
+ space: {
564
+ 1: string;
565
+ 2: string;
566
+ xxxs: string;
567
+ xxs: string;
568
+ xs: string;
569
+ sm: string;
570
+ md: string;
571
+ lg: string;
572
+ xl: string;
573
+ "2xl": string;
574
+ "3xl": string;
575
+ "4xl": string;
576
+ "5xl": string;
577
+ "6xl": string;
578
+ "7xl": string;
579
+ };
580
+ sizes: {
581
+ 1: string;
582
+ 2: string;
583
+ xxxs: string;
584
+ xxs: string;
585
+ xs: string;
586
+ sm: string;
587
+ md: string;
588
+ lg: string;
589
+ xl: string;
590
+ "2xl": string;
591
+ "3xl": string;
592
+ "4xl": string;
593
+ "5xl": string;
594
+ "6xl": string;
595
+ "7xl": string;
596
+ max: string;
597
+ min: string;
598
+ full: string;
599
+ };
600
+ radii: {
601
+ 1: string;
602
+ 2: string;
603
+ 3: string;
604
+ 4: string;
605
+ 5: string;
606
+ round: string;
607
+ pill: string;
608
+ };
609
+ fontSizes: {
610
+ 1: string;
611
+ 2: string;
612
+ 3: string;
613
+ 4: string;
614
+ 5: string;
615
+ 6: string;
616
+ 7: string;
617
+ 8: string;
618
+ 9: string;
619
+ 10: string;
620
+ 11: string;
621
+ };
622
+ fontWeights: {
623
+ hairline: number;
624
+ thin: number;
625
+ light: number;
626
+ normal: number;
627
+ medium: number;
628
+ semibold: number;
629
+ bold: number;
630
+ extrabold: number;
631
+ black: number;
632
+ };
633
+ lineHeights: {
634
+ normal: string;
635
+ none: number;
636
+ shorter: number;
637
+ short: number;
638
+ base: number;
639
+ tall: number;
640
+ tall2: number;
641
+ taller: string;
642
+ };
643
+ letterSpacings: {
644
+ tighter: string;
645
+ tight: string;
646
+ normal: string;
647
+ wide: string;
648
+ wider: string;
649
+ widest: string;
650
+ };
651
+ borderWidths: unknown;
652
+ borderStyles: unknown;
653
+ shadows: unknown;
654
+ zIndices: unknown;
655
+ transitions: unknown;
656
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
657
+ p: (value: {
658
+ readonly [$$PropertyValue]: "padding";
659
+ }) => {
660
+ padding: {
661
+ readonly [$$PropertyValue]: "padding";
662
+ };
663
+ };
664
+ pt: (value: {
665
+ readonly [$$PropertyValue]: "paddingTop";
666
+ }) => {
667
+ paddingTop: {
668
+ readonly [$$PropertyValue]: "paddingTop";
669
+ };
670
+ };
671
+ pr: (value: {
672
+ readonly [$$PropertyValue]: "paddingRight";
673
+ }) => {
674
+ paddingRight: {
675
+ readonly [$$PropertyValue]: "paddingRight";
676
+ };
677
+ };
678
+ pb: (value: {
679
+ readonly [$$PropertyValue]: "paddingBottom";
680
+ }) => {
681
+ paddingBottom: {
682
+ readonly [$$PropertyValue]: "paddingBottom";
683
+ };
684
+ };
685
+ pl: (value: {
686
+ readonly [$$PropertyValue]: "paddingLeft";
687
+ }) => {
688
+ paddingLeft: {
689
+ readonly [$$PropertyValue]: "paddingLeft";
690
+ };
691
+ };
692
+ px: (value: {
693
+ readonly [$$PropertyValue]: "paddingLeft";
694
+ }) => {
695
+ paddingLeft: {
696
+ readonly [$$PropertyValue]: "paddingLeft";
697
+ };
698
+ paddingRight: {
699
+ readonly [$$PropertyValue]: "paddingLeft";
700
+ };
701
+ };
702
+ py: (value: {
703
+ readonly [$$PropertyValue]: "paddingTop";
704
+ }) => {
705
+ paddingTop: {
706
+ readonly [$$PropertyValue]: "paddingTop";
707
+ };
708
+ paddingBottom: {
709
+ readonly [$$PropertyValue]: "paddingTop";
710
+ };
711
+ };
712
+ m: (value: {
713
+ readonly [$$PropertyValue]: "margin";
714
+ }) => {
715
+ margin: {
716
+ readonly [$$PropertyValue]: "margin";
717
+ };
718
+ };
719
+ mt: (value: {
720
+ readonly [$$PropertyValue]: "marginTop";
721
+ }) => {
722
+ marginTop: {
723
+ readonly [$$PropertyValue]: "marginTop";
724
+ };
725
+ };
726
+ mr: (value: {
727
+ readonly [$$PropertyValue]: "marginRight";
728
+ }) => {
729
+ marginRight: {
730
+ readonly [$$PropertyValue]: "marginRight";
731
+ };
732
+ };
733
+ mb: (value: {
734
+ readonly [$$PropertyValue]: "marginBottom";
735
+ }) => {
736
+ marginBottom: {
737
+ readonly [$$PropertyValue]: "marginBottom";
738
+ };
739
+ };
740
+ ml: (value: {
741
+ readonly [$$PropertyValue]: "marginLeft";
742
+ }) => {
743
+ marginLeft: {
744
+ readonly [$$PropertyValue]: "marginLeft";
745
+ };
746
+ };
747
+ mx: (value: {
748
+ readonly [$$PropertyValue]: "marginLeft";
749
+ }) => {
750
+ marginLeft: {
751
+ readonly [$$PropertyValue]: "marginLeft";
752
+ };
753
+ marginRight: {
754
+ readonly [$$PropertyValue]: "marginLeft";
755
+ };
756
+ };
757
+ my: (value: {
758
+ readonly [$$PropertyValue]: "marginTop";
759
+ }) => {
760
+ marginTop: {
761
+ readonly [$$PropertyValue]: "marginTop";
762
+ };
763
+ marginBottom: {
764
+ readonly [$$PropertyValue]: "marginTop";
765
+ };
766
+ };
767
+ ta: (value: {
768
+ readonly [$$PropertyValue]: "textAlign";
769
+ }) => {
770
+ textAlign: {
771
+ readonly [$$PropertyValue]: "textAlign";
772
+ };
773
+ };
774
+ fd: (value: {
775
+ readonly [$$PropertyValue]: "flexDirection";
776
+ }) => {
777
+ flexDirection: {
778
+ readonly [$$PropertyValue]: "flexDirection";
779
+ };
780
+ };
781
+ fw: (value: {
782
+ readonly [$$PropertyValue]: "flexWrap";
783
+ }) => {
784
+ flexWrap: {
785
+ readonly [$$PropertyValue]: "flexWrap";
786
+ };
787
+ };
788
+ ai: (value: {
789
+ readonly [$$PropertyValue]: "alignItems";
790
+ }) => {
791
+ alignItems: {
792
+ readonly [$$PropertyValue]: "alignItems";
793
+ };
794
+ };
795
+ ac: (value: {
796
+ readonly [$$PropertyValue]: "alignContent";
797
+ }) => {
798
+ alignContent: {
799
+ readonly [$$PropertyValue]: "alignContent";
800
+ };
801
+ };
802
+ jc: (value: {
803
+ readonly [$$PropertyValue]: "justifyContent";
804
+ }) => {
805
+ justifyContent: {
806
+ readonly [$$PropertyValue]: "justifyContent";
807
+ };
808
+ };
809
+ as: (value: {
810
+ readonly [$$PropertyValue]: "alignSelf";
811
+ }) => {
812
+ alignSelf: {
813
+ readonly [$$PropertyValue]: "alignSelf";
814
+ };
815
+ };
816
+ fg: (value: {
817
+ readonly [$$PropertyValue]: "flexGrow";
818
+ }) => {
819
+ flexGrow: {
820
+ readonly [$$PropertyValue]: "flexGrow";
821
+ };
822
+ };
823
+ fs: (value: {
824
+ readonly [$$PropertyValue]: "flexShrink";
825
+ }) => {
826
+ flexShrink: {
827
+ readonly [$$PropertyValue]: "flexShrink";
828
+ };
829
+ };
830
+ fb: (value: {
831
+ readonly [$$PropertyValue]: "flexBasis";
832
+ }) => {
833
+ flexBasis: {
834
+ readonly [$$PropertyValue]: "flexBasis";
835
+ };
836
+ };
837
+ bc: (value: {
838
+ readonly [$$PropertyValue]: "backgroundColor";
839
+ }) => {
840
+ backgroundColor: {
841
+ readonly [$$PropertyValue]: "backgroundColor";
842
+ };
843
+ };
844
+ br: (value: {
845
+ readonly [$$PropertyValue]: "borderRadius";
846
+ }) => {
847
+ borderRadius: {
848
+ readonly [$$PropertyValue]: "borderRadius";
849
+ };
850
+ };
851
+ btrr: (value: {
852
+ readonly [$$PropertyValue]: "borderTopRightRadius";
853
+ }) => {
854
+ borderTopRightRadius: {
855
+ readonly [$$PropertyValue]: "borderTopRightRadius";
856
+ };
857
+ };
858
+ bbrr: (value: {
859
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
860
+ }) => {
861
+ borderBottomRightRadius: {
862
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
863
+ };
864
+ };
865
+ bblr: (value: {
866
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
867
+ }) => {
868
+ borderBottomLeftRadius: {
869
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
870
+ };
871
+ };
872
+ btlr: (value: {
873
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
874
+ }) => {
875
+ borderTopLeftRadius: {
876
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
877
+ };
878
+ };
879
+ bs: (value: {
880
+ readonly [$$PropertyValue]: "boxShadow";
881
+ }) => {
882
+ boxShadow: {
883
+ readonly [$$PropertyValue]: "boxShadow";
884
+ };
885
+ };
886
+ lh: (value: {
887
+ readonly [$$PropertyValue]: "lineHeight";
888
+ }) => {
889
+ lineHeight: {
890
+ readonly [$$PropertyValue]: "lineHeight";
891
+ };
892
+ };
893
+ ox: (value: {
894
+ readonly [$$PropertyValue]: "overflowX";
895
+ }) => {
896
+ overflowX: {
897
+ readonly [$$PropertyValue]: "overflowX";
898
+ };
899
+ };
900
+ oy: (value: {
901
+ readonly [$$PropertyValue]: "overflowY";
902
+ }) => {
903
+ overflowY: {
904
+ readonly [$$PropertyValue]: "overflowY";
905
+ };
906
+ };
907
+ pe: (value: {
908
+ readonly [$$PropertyValue]: "pointerEvents";
909
+ }) => {
910
+ pointerEvents: {
911
+ readonly [$$PropertyValue]: "pointerEvents";
912
+ };
913
+ };
914
+ us: (value: {
915
+ readonly [$$PropertyValue]: "userSelect";
916
+ }) => {
917
+ WebkitUserSelect: {
918
+ readonly [$$PropertyValue]: "userSelect";
919
+ };
920
+ userSelect: {
921
+ readonly [$$PropertyValue]: "userSelect";
922
+ };
923
+ };
924
+ userSelect: (value: {
925
+ readonly [$$PropertyValue]: "userSelect";
926
+ }) => {
927
+ WebkitUserSelect: {
928
+ readonly [$$PropertyValue]: "userSelect";
929
+ };
930
+ userSelect: {
931
+ readonly [$$PropertyValue]: "userSelect";
932
+ };
933
+ };
934
+ size: (value: {
935
+ readonly [$$PropertyValue]: "width";
936
+ }) => {
937
+ width: {
938
+ readonly [$$PropertyValue]: "width";
939
+ };
940
+ height: {
941
+ readonly [$$PropertyValue]: "width";
942
+ };
943
+ };
944
+ appearance: (value: {
945
+ readonly [$$PropertyValue]: "appearance";
946
+ }) => {
947
+ WebkitAppearance: {
948
+ readonly [$$PropertyValue]: "appearance";
949
+ };
950
+ appearance: {
951
+ readonly [$$PropertyValue]: "appearance";
952
+ };
953
+ };
954
+ backgroundClip: (value: {
955
+ readonly [$$PropertyValue]: "backgroundClip";
956
+ }) => {
957
+ WebkitBackgroundClip: {
958
+ readonly [$$PropertyValue]: "backgroundClip";
959
+ };
960
+ backgroundClip: {
961
+ readonly [$$PropertyValue]: "backgroundClip";
962
+ };
963
+ };
964
+ }>>;
965
+ export declare const TabsTrigger: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<TabsPrimitive.TabsTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
966
+ motion: "(prefers-reduced-motion)";
967
+ hover: "(any-hover: hover)";
968
+ dark: "(prefers-color-scheme: dark)";
969
+ light: "(prefers-color-scheme: light)";
970
+ xs: "(max-width: 520px)";
971
+ sm: "(max-width: 900px)";
972
+ bp2: "(min-width: 900px)";
973
+ md: "(max-width: 1200px)";
974
+ lg: "(max-width: 1800px)";
975
+ }, import("@stitches/react/types/css-util").CSS<{
976
+ motion: "(prefers-reduced-motion)";
977
+ hover: "(any-hover: hover)";
978
+ dark: "(prefers-color-scheme: dark)";
979
+ light: "(prefers-color-scheme: light)";
980
+ xs: "(max-width: 520px)";
981
+ sm: "(max-width: 900px)";
982
+ bp2: "(min-width: 900px)";
983
+ md: "(max-width: 1200px)";
984
+ lg: "(max-width: 1800px)";
985
+ }, {
986
+ colors: {
987
+ white: string;
988
+ black: string;
989
+ lightBackground: string;
990
+ obolBlue: string;
991
+ primaryBgDefault: string;
992
+ primaryBgDefaultHover: string;
993
+ primaryTextDefault: string;
994
+ secondaryBgDefault: string;
995
+ secondaryBgHover: string;
996
+ grayBgDefault: string;
997
+ gray2BgDefault: string;
998
+ neutralDark: string;
999
+ navButtonBgDefault: string;
1000
+ navButtonBgHover: string;
1001
+ cardBackgroundDark: string;
1002
+ cardBackgroundLight: string;
1003
+ textMiddle: string;
1004
+ textLight: string;
1005
+ textLighter: string;
1006
+ textTabHover: string;
1007
+ textTabInactive: string;
1008
+ textGreenDark: string;
1009
+ textGreenLight: string;
1010
+ textGreen1: string;
1011
+ textGreen2: string;
1012
+ textGreen3: string;
1013
+ textGreenHover: string;
1014
+ textCreateHover: string;
1015
+ textGrayHover: string;
1016
+ txButton: string;
1017
+ obolGreen: string;
1018
+ obolMidGreen: string;
1019
+ obolGreenHover: string;
1020
+ obolGreenLight: string;
1021
+ obolDarkDark: string;
1022
+ obolDisabled: string;
1023
+ linkButtonHover: string;
1024
+ progressTrackerGreen: string;
1025
+ lightGrey: string;
1026
+ coordinate: string;
1027
+ coordinateHover: string;
1028
+ test: string;
1029
+ testHover: string;
1030
+ create: string;
1031
+ createHover: string;
1032
+ light: string;
1033
+ body: string;
1034
+ muted: string;
1035
+ menu: string;
1036
+ bg01: string;
1037
+ bg02: string;
1038
+ bg03: string;
1039
+ bg04: string;
1040
+ bg05: string;
1041
+ tooltip: string;
1042
+ tooltip2: string;
1043
+ };
1044
+ space: {
1045
+ 1: string;
1046
+ 2: string;
1047
+ xxxs: string;
1048
+ xxs: string;
1049
+ xs: string;
1050
+ sm: string;
1051
+ md: string;
1052
+ lg: string;
1053
+ xl: string;
1054
+ "2xl": string;
1055
+ "3xl": string;
1056
+ "4xl": string;
1057
+ "5xl": string;
1058
+ "6xl": string;
1059
+ "7xl": string;
1060
+ };
1061
+ sizes: {
1062
+ 1: string;
1063
+ 2: string;
1064
+ xxxs: string;
1065
+ xxs: string;
1066
+ xs: string;
1067
+ sm: string;
1068
+ md: string;
1069
+ lg: string;
1070
+ xl: string;
1071
+ "2xl": string;
1072
+ "3xl": string;
1073
+ "4xl": string;
1074
+ "5xl": string;
1075
+ "6xl": string;
1076
+ "7xl": string;
1077
+ max: string;
1078
+ min: string;
1079
+ full: string;
1080
+ };
1081
+ radii: {
1082
+ 1: string;
1083
+ 2: string;
1084
+ 3: string;
1085
+ 4: string;
1086
+ 5: string;
1087
+ round: string;
1088
+ pill: string;
1089
+ };
1090
+ fontSizes: {
1091
+ 1: string;
1092
+ 2: string;
1093
+ 3: string;
1094
+ 4: string;
1095
+ 5: string;
1096
+ 6: string;
1097
+ 7: string;
1098
+ 8: string;
1099
+ 9: string;
1100
+ 10: string;
1101
+ 11: string;
1102
+ };
1103
+ fontWeights: {
1104
+ hairline: number;
1105
+ thin: number;
1106
+ light: number;
1107
+ normal: number;
1108
+ medium: number;
1109
+ semibold: number;
1110
+ bold: number;
1111
+ extrabold: number;
1112
+ black: number;
1113
+ };
1114
+ lineHeights: {
1115
+ normal: string;
1116
+ none: number;
1117
+ shorter: number;
1118
+ short: number;
1119
+ base: number;
1120
+ tall: number;
1121
+ tall2: number;
1122
+ taller: string;
1123
+ };
1124
+ letterSpacings: {
1125
+ tighter: string;
1126
+ tight: string;
1127
+ normal: string;
1128
+ wide: string;
1129
+ wider: string;
1130
+ widest: string;
1131
+ };
1132
+ borderWidths: unknown;
1133
+ borderStyles: unknown;
1134
+ shadows: unknown;
1135
+ zIndices: unknown;
1136
+ transitions: unknown;
1137
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1138
+ p: (value: {
1139
+ readonly [$$PropertyValue]: "padding";
1140
+ }) => {
1141
+ padding: {
1142
+ readonly [$$PropertyValue]: "padding";
1143
+ };
1144
+ };
1145
+ pt: (value: {
1146
+ readonly [$$PropertyValue]: "paddingTop";
1147
+ }) => {
1148
+ paddingTop: {
1149
+ readonly [$$PropertyValue]: "paddingTop";
1150
+ };
1151
+ };
1152
+ pr: (value: {
1153
+ readonly [$$PropertyValue]: "paddingRight";
1154
+ }) => {
1155
+ paddingRight: {
1156
+ readonly [$$PropertyValue]: "paddingRight";
1157
+ };
1158
+ };
1159
+ pb: (value: {
1160
+ readonly [$$PropertyValue]: "paddingBottom";
1161
+ }) => {
1162
+ paddingBottom: {
1163
+ readonly [$$PropertyValue]: "paddingBottom";
1164
+ };
1165
+ };
1166
+ pl: (value: {
1167
+ readonly [$$PropertyValue]: "paddingLeft";
1168
+ }) => {
1169
+ paddingLeft: {
1170
+ readonly [$$PropertyValue]: "paddingLeft";
1171
+ };
1172
+ };
1173
+ px: (value: {
1174
+ readonly [$$PropertyValue]: "paddingLeft";
1175
+ }) => {
1176
+ paddingLeft: {
1177
+ readonly [$$PropertyValue]: "paddingLeft";
1178
+ };
1179
+ paddingRight: {
1180
+ readonly [$$PropertyValue]: "paddingLeft";
1181
+ };
1182
+ };
1183
+ py: (value: {
1184
+ readonly [$$PropertyValue]: "paddingTop";
1185
+ }) => {
1186
+ paddingTop: {
1187
+ readonly [$$PropertyValue]: "paddingTop";
1188
+ };
1189
+ paddingBottom: {
1190
+ readonly [$$PropertyValue]: "paddingTop";
1191
+ };
1192
+ };
1193
+ m: (value: {
1194
+ readonly [$$PropertyValue]: "margin";
1195
+ }) => {
1196
+ margin: {
1197
+ readonly [$$PropertyValue]: "margin";
1198
+ };
1199
+ };
1200
+ mt: (value: {
1201
+ readonly [$$PropertyValue]: "marginTop";
1202
+ }) => {
1203
+ marginTop: {
1204
+ readonly [$$PropertyValue]: "marginTop";
1205
+ };
1206
+ };
1207
+ mr: (value: {
1208
+ readonly [$$PropertyValue]: "marginRight";
1209
+ }) => {
1210
+ marginRight: {
1211
+ readonly [$$PropertyValue]: "marginRight";
1212
+ };
1213
+ };
1214
+ mb: (value: {
1215
+ readonly [$$PropertyValue]: "marginBottom";
1216
+ }) => {
1217
+ marginBottom: {
1218
+ readonly [$$PropertyValue]: "marginBottom";
1219
+ };
1220
+ };
1221
+ ml: (value: {
1222
+ readonly [$$PropertyValue]: "marginLeft";
1223
+ }) => {
1224
+ marginLeft: {
1225
+ readonly [$$PropertyValue]: "marginLeft";
1226
+ };
1227
+ };
1228
+ mx: (value: {
1229
+ readonly [$$PropertyValue]: "marginLeft";
1230
+ }) => {
1231
+ marginLeft: {
1232
+ readonly [$$PropertyValue]: "marginLeft";
1233
+ };
1234
+ marginRight: {
1235
+ readonly [$$PropertyValue]: "marginLeft";
1236
+ };
1237
+ };
1238
+ my: (value: {
1239
+ readonly [$$PropertyValue]: "marginTop";
1240
+ }) => {
1241
+ marginTop: {
1242
+ readonly [$$PropertyValue]: "marginTop";
1243
+ };
1244
+ marginBottom: {
1245
+ readonly [$$PropertyValue]: "marginTop";
1246
+ };
1247
+ };
1248
+ ta: (value: {
1249
+ readonly [$$PropertyValue]: "textAlign";
1250
+ }) => {
1251
+ textAlign: {
1252
+ readonly [$$PropertyValue]: "textAlign";
1253
+ };
1254
+ };
1255
+ fd: (value: {
1256
+ readonly [$$PropertyValue]: "flexDirection";
1257
+ }) => {
1258
+ flexDirection: {
1259
+ readonly [$$PropertyValue]: "flexDirection";
1260
+ };
1261
+ };
1262
+ fw: (value: {
1263
+ readonly [$$PropertyValue]: "flexWrap";
1264
+ }) => {
1265
+ flexWrap: {
1266
+ readonly [$$PropertyValue]: "flexWrap";
1267
+ };
1268
+ };
1269
+ ai: (value: {
1270
+ readonly [$$PropertyValue]: "alignItems";
1271
+ }) => {
1272
+ alignItems: {
1273
+ readonly [$$PropertyValue]: "alignItems";
1274
+ };
1275
+ };
1276
+ ac: (value: {
1277
+ readonly [$$PropertyValue]: "alignContent";
1278
+ }) => {
1279
+ alignContent: {
1280
+ readonly [$$PropertyValue]: "alignContent";
1281
+ };
1282
+ };
1283
+ jc: (value: {
1284
+ readonly [$$PropertyValue]: "justifyContent";
1285
+ }) => {
1286
+ justifyContent: {
1287
+ readonly [$$PropertyValue]: "justifyContent";
1288
+ };
1289
+ };
1290
+ as: (value: {
1291
+ readonly [$$PropertyValue]: "alignSelf";
1292
+ }) => {
1293
+ alignSelf: {
1294
+ readonly [$$PropertyValue]: "alignSelf";
1295
+ };
1296
+ };
1297
+ fg: (value: {
1298
+ readonly [$$PropertyValue]: "flexGrow";
1299
+ }) => {
1300
+ flexGrow: {
1301
+ readonly [$$PropertyValue]: "flexGrow";
1302
+ };
1303
+ };
1304
+ fs: (value: {
1305
+ readonly [$$PropertyValue]: "flexShrink";
1306
+ }) => {
1307
+ flexShrink: {
1308
+ readonly [$$PropertyValue]: "flexShrink";
1309
+ };
1310
+ };
1311
+ fb: (value: {
1312
+ readonly [$$PropertyValue]: "flexBasis";
1313
+ }) => {
1314
+ flexBasis: {
1315
+ readonly [$$PropertyValue]: "flexBasis";
1316
+ };
1317
+ };
1318
+ bc: (value: {
1319
+ readonly [$$PropertyValue]: "backgroundColor";
1320
+ }) => {
1321
+ backgroundColor: {
1322
+ readonly [$$PropertyValue]: "backgroundColor";
1323
+ };
1324
+ };
1325
+ br: (value: {
1326
+ readonly [$$PropertyValue]: "borderRadius";
1327
+ }) => {
1328
+ borderRadius: {
1329
+ readonly [$$PropertyValue]: "borderRadius";
1330
+ };
1331
+ };
1332
+ btrr: (value: {
1333
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1334
+ }) => {
1335
+ borderTopRightRadius: {
1336
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1337
+ };
1338
+ };
1339
+ bbrr: (value: {
1340
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1341
+ }) => {
1342
+ borderBottomRightRadius: {
1343
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1344
+ };
1345
+ };
1346
+ bblr: (value: {
1347
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1348
+ }) => {
1349
+ borderBottomLeftRadius: {
1350
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1351
+ };
1352
+ };
1353
+ btlr: (value: {
1354
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1355
+ }) => {
1356
+ borderTopLeftRadius: {
1357
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1358
+ };
1359
+ };
1360
+ bs: (value: {
1361
+ readonly [$$PropertyValue]: "boxShadow";
1362
+ }) => {
1363
+ boxShadow: {
1364
+ readonly [$$PropertyValue]: "boxShadow";
1365
+ };
1366
+ };
1367
+ lh: (value: {
1368
+ readonly [$$PropertyValue]: "lineHeight";
1369
+ }) => {
1370
+ lineHeight: {
1371
+ readonly [$$PropertyValue]: "lineHeight";
1372
+ };
1373
+ };
1374
+ ox: (value: {
1375
+ readonly [$$PropertyValue]: "overflowX";
1376
+ }) => {
1377
+ overflowX: {
1378
+ readonly [$$PropertyValue]: "overflowX";
1379
+ };
1380
+ };
1381
+ oy: (value: {
1382
+ readonly [$$PropertyValue]: "overflowY";
1383
+ }) => {
1384
+ overflowY: {
1385
+ readonly [$$PropertyValue]: "overflowY";
1386
+ };
1387
+ };
1388
+ pe: (value: {
1389
+ readonly [$$PropertyValue]: "pointerEvents";
1390
+ }) => {
1391
+ pointerEvents: {
1392
+ readonly [$$PropertyValue]: "pointerEvents";
1393
+ };
1394
+ };
1395
+ us: (value: {
1396
+ readonly [$$PropertyValue]: "userSelect";
1397
+ }) => {
1398
+ WebkitUserSelect: {
1399
+ readonly [$$PropertyValue]: "userSelect";
1400
+ };
1401
+ userSelect: {
1402
+ readonly [$$PropertyValue]: "userSelect";
1403
+ };
1404
+ };
1405
+ userSelect: (value: {
1406
+ readonly [$$PropertyValue]: "userSelect";
1407
+ }) => {
1408
+ WebkitUserSelect: {
1409
+ readonly [$$PropertyValue]: "userSelect";
1410
+ };
1411
+ userSelect: {
1412
+ readonly [$$PropertyValue]: "userSelect";
1413
+ };
1414
+ };
1415
+ size: (value: {
1416
+ readonly [$$PropertyValue]: "width";
1417
+ }) => {
1418
+ width: {
1419
+ readonly [$$PropertyValue]: "width";
1420
+ };
1421
+ height: {
1422
+ readonly [$$PropertyValue]: "width";
1423
+ };
1424
+ };
1425
+ appearance: (value: {
1426
+ readonly [$$PropertyValue]: "appearance";
1427
+ }) => {
1428
+ WebkitAppearance: {
1429
+ readonly [$$PropertyValue]: "appearance";
1430
+ };
1431
+ appearance: {
1432
+ readonly [$$PropertyValue]: "appearance";
1433
+ };
1434
+ };
1435
+ backgroundClip: (value: {
1436
+ readonly [$$PropertyValue]: "backgroundClip";
1437
+ }) => {
1438
+ WebkitBackgroundClip: {
1439
+ readonly [$$PropertyValue]: "backgroundClip";
1440
+ };
1441
+ backgroundClip: {
1442
+ readonly [$$PropertyValue]: "backgroundClip";
1443
+ };
1444
+ };
1445
+ }>>;
1446
+ export declare const TabsContent: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<TabsPrimitive.TabsContentProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
1447
+ motion: "(prefers-reduced-motion)";
1448
+ hover: "(any-hover: hover)";
1449
+ dark: "(prefers-color-scheme: dark)";
1450
+ light: "(prefers-color-scheme: light)";
1451
+ xs: "(max-width: 520px)";
1452
+ sm: "(max-width: 900px)";
1453
+ bp2: "(min-width: 900px)";
1454
+ md: "(max-width: 1200px)";
1455
+ lg: "(max-width: 1800px)";
1456
+ }, import("@stitches/react/types/css-util").CSS<{
1457
+ motion: "(prefers-reduced-motion)";
1458
+ hover: "(any-hover: hover)";
1459
+ dark: "(prefers-color-scheme: dark)";
1460
+ light: "(prefers-color-scheme: light)";
1461
+ xs: "(max-width: 520px)";
1462
+ sm: "(max-width: 900px)";
1463
+ bp2: "(min-width: 900px)";
1464
+ md: "(max-width: 1200px)";
1465
+ lg: "(max-width: 1800px)";
1466
+ }, {
1467
+ colors: {
1468
+ white: string;
1469
+ black: string;
1470
+ lightBackground: string;
1471
+ obolBlue: string;
1472
+ primaryBgDefault: string;
1473
+ primaryBgDefaultHover: string;
1474
+ primaryTextDefault: string;
1475
+ secondaryBgDefault: string;
1476
+ secondaryBgHover: string;
1477
+ grayBgDefault: string;
1478
+ gray2BgDefault: string;
1479
+ neutralDark: string;
1480
+ navButtonBgDefault: string;
1481
+ navButtonBgHover: string;
1482
+ cardBackgroundDark: string;
1483
+ cardBackgroundLight: string;
1484
+ textMiddle: string;
1485
+ textLight: string;
1486
+ textLighter: string;
1487
+ textTabHover: string;
1488
+ textTabInactive: string;
1489
+ textGreenDark: string;
1490
+ textGreenLight: string;
1491
+ textGreen1: string;
1492
+ textGreen2: string;
1493
+ textGreen3: string;
1494
+ textGreenHover: string;
1495
+ textCreateHover: string;
1496
+ textGrayHover: string;
1497
+ txButton: string;
1498
+ obolGreen: string;
1499
+ obolMidGreen: string;
1500
+ obolGreenHover: string;
1501
+ obolGreenLight: string;
1502
+ obolDarkDark: string;
1503
+ obolDisabled: string;
1504
+ linkButtonHover: string;
1505
+ progressTrackerGreen: string;
1506
+ lightGrey: string;
1507
+ coordinate: string;
1508
+ coordinateHover: string;
1509
+ test: string;
1510
+ testHover: string;
1511
+ create: string;
1512
+ createHover: string;
1513
+ light: string;
1514
+ body: string;
1515
+ muted: string;
1516
+ menu: string;
1517
+ bg01: string;
1518
+ bg02: string;
1519
+ bg03: string;
1520
+ bg04: string;
1521
+ bg05: string;
1522
+ tooltip: string;
1523
+ tooltip2: string;
1524
+ };
1525
+ space: {
1526
+ 1: string;
1527
+ 2: string;
1528
+ xxxs: string;
1529
+ xxs: string;
1530
+ xs: string;
1531
+ sm: string;
1532
+ md: string;
1533
+ lg: string;
1534
+ xl: string;
1535
+ "2xl": string;
1536
+ "3xl": string;
1537
+ "4xl": string;
1538
+ "5xl": string;
1539
+ "6xl": string;
1540
+ "7xl": string;
1541
+ };
1542
+ sizes: {
1543
+ 1: string;
1544
+ 2: string;
1545
+ xxxs: string;
1546
+ xxs: string;
1547
+ xs: string;
1548
+ sm: string;
1549
+ md: string;
1550
+ lg: string;
1551
+ xl: string;
1552
+ "2xl": string;
1553
+ "3xl": string;
1554
+ "4xl": string;
1555
+ "5xl": string;
1556
+ "6xl": string;
1557
+ "7xl": string;
1558
+ max: string;
1559
+ min: string;
1560
+ full: string;
1561
+ };
1562
+ radii: {
1563
+ 1: string;
1564
+ 2: string;
1565
+ 3: string;
1566
+ 4: string;
1567
+ 5: string;
1568
+ round: string;
1569
+ pill: string;
1570
+ };
1571
+ fontSizes: {
1572
+ 1: string;
1573
+ 2: string;
1574
+ 3: string;
1575
+ 4: string;
1576
+ 5: string;
1577
+ 6: string;
1578
+ 7: string;
1579
+ 8: string;
1580
+ 9: string;
1581
+ 10: string;
1582
+ 11: string;
1583
+ };
1584
+ fontWeights: {
1585
+ hairline: number;
1586
+ thin: number;
1587
+ light: number;
1588
+ normal: number;
1589
+ medium: number;
1590
+ semibold: number;
1591
+ bold: number;
1592
+ extrabold: number;
1593
+ black: number;
1594
+ };
1595
+ lineHeights: {
1596
+ normal: string;
1597
+ none: number;
1598
+ shorter: number;
1599
+ short: number;
1600
+ base: number;
1601
+ tall: number;
1602
+ tall2: number;
1603
+ taller: string;
1604
+ };
1605
+ letterSpacings: {
1606
+ tighter: string;
1607
+ tight: string;
1608
+ normal: string;
1609
+ wide: string;
1610
+ wider: string;
1611
+ widest: string;
1612
+ };
1613
+ borderWidths: unknown;
1614
+ borderStyles: unknown;
1615
+ shadows: unknown;
1616
+ zIndices: unknown;
1617
+ transitions: unknown;
1618
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1619
+ p: (value: {
1620
+ readonly [$$PropertyValue]: "padding";
1621
+ }) => {
1622
+ padding: {
1623
+ readonly [$$PropertyValue]: "padding";
1624
+ };
1625
+ };
1626
+ pt: (value: {
1627
+ readonly [$$PropertyValue]: "paddingTop";
1628
+ }) => {
1629
+ paddingTop: {
1630
+ readonly [$$PropertyValue]: "paddingTop";
1631
+ };
1632
+ };
1633
+ pr: (value: {
1634
+ readonly [$$PropertyValue]: "paddingRight";
1635
+ }) => {
1636
+ paddingRight: {
1637
+ readonly [$$PropertyValue]: "paddingRight";
1638
+ };
1639
+ };
1640
+ pb: (value: {
1641
+ readonly [$$PropertyValue]: "paddingBottom";
1642
+ }) => {
1643
+ paddingBottom: {
1644
+ readonly [$$PropertyValue]: "paddingBottom";
1645
+ };
1646
+ };
1647
+ pl: (value: {
1648
+ readonly [$$PropertyValue]: "paddingLeft";
1649
+ }) => {
1650
+ paddingLeft: {
1651
+ readonly [$$PropertyValue]: "paddingLeft";
1652
+ };
1653
+ };
1654
+ px: (value: {
1655
+ readonly [$$PropertyValue]: "paddingLeft";
1656
+ }) => {
1657
+ paddingLeft: {
1658
+ readonly [$$PropertyValue]: "paddingLeft";
1659
+ };
1660
+ paddingRight: {
1661
+ readonly [$$PropertyValue]: "paddingLeft";
1662
+ };
1663
+ };
1664
+ py: (value: {
1665
+ readonly [$$PropertyValue]: "paddingTop";
1666
+ }) => {
1667
+ paddingTop: {
1668
+ readonly [$$PropertyValue]: "paddingTop";
1669
+ };
1670
+ paddingBottom: {
1671
+ readonly [$$PropertyValue]: "paddingTop";
1672
+ };
1673
+ };
1674
+ m: (value: {
1675
+ readonly [$$PropertyValue]: "margin";
1676
+ }) => {
1677
+ margin: {
1678
+ readonly [$$PropertyValue]: "margin";
1679
+ };
1680
+ };
1681
+ mt: (value: {
1682
+ readonly [$$PropertyValue]: "marginTop";
1683
+ }) => {
1684
+ marginTop: {
1685
+ readonly [$$PropertyValue]: "marginTop";
1686
+ };
1687
+ };
1688
+ mr: (value: {
1689
+ readonly [$$PropertyValue]: "marginRight";
1690
+ }) => {
1691
+ marginRight: {
1692
+ readonly [$$PropertyValue]: "marginRight";
1693
+ };
1694
+ };
1695
+ mb: (value: {
1696
+ readonly [$$PropertyValue]: "marginBottom";
1697
+ }) => {
1698
+ marginBottom: {
1699
+ readonly [$$PropertyValue]: "marginBottom";
1700
+ };
1701
+ };
1702
+ ml: (value: {
1703
+ readonly [$$PropertyValue]: "marginLeft";
1704
+ }) => {
1705
+ marginLeft: {
1706
+ readonly [$$PropertyValue]: "marginLeft";
1707
+ };
1708
+ };
1709
+ mx: (value: {
1710
+ readonly [$$PropertyValue]: "marginLeft";
1711
+ }) => {
1712
+ marginLeft: {
1713
+ readonly [$$PropertyValue]: "marginLeft";
1714
+ };
1715
+ marginRight: {
1716
+ readonly [$$PropertyValue]: "marginLeft";
1717
+ };
1718
+ };
1719
+ my: (value: {
1720
+ readonly [$$PropertyValue]: "marginTop";
1721
+ }) => {
1722
+ marginTop: {
1723
+ readonly [$$PropertyValue]: "marginTop";
1724
+ };
1725
+ marginBottom: {
1726
+ readonly [$$PropertyValue]: "marginTop";
1727
+ };
1728
+ };
1729
+ ta: (value: {
1730
+ readonly [$$PropertyValue]: "textAlign";
1731
+ }) => {
1732
+ textAlign: {
1733
+ readonly [$$PropertyValue]: "textAlign";
1734
+ };
1735
+ };
1736
+ fd: (value: {
1737
+ readonly [$$PropertyValue]: "flexDirection";
1738
+ }) => {
1739
+ flexDirection: {
1740
+ readonly [$$PropertyValue]: "flexDirection";
1741
+ };
1742
+ };
1743
+ fw: (value: {
1744
+ readonly [$$PropertyValue]: "flexWrap";
1745
+ }) => {
1746
+ flexWrap: {
1747
+ readonly [$$PropertyValue]: "flexWrap";
1748
+ };
1749
+ };
1750
+ ai: (value: {
1751
+ readonly [$$PropertyValue]: "alignItems";
1752
+ }) => {
1753
+ alignItems: {
1754
+ readonly [$$PropertyValue]: "alignItems";
1755
+ };
1756
+ };
1757
+ ac: (value: {
1758
+ readonly [$$PropertyValue]: "alignContent";
1759
+ }) => {
1760
+ alignContent: {
1761
+ readonly [$$PropertyValue]: "alignContent";
1762
+ };
1763
+ };
1764
+ jc: (value: {
1765
+ readonly [$$PropertyValue]: "justifyContent";
1766
+ }) => {
1767
+ justifyContent: {
1768
+ readonly [$$PropertyValue]: "justifyContent";
1769
+ };
1770
+ };
1771
+ as: (value: {
1772
+ readonly [$$PropertyValue]: "alignSelf";
1773
+ }) => {
1774
+ alignSelf: {
1775
+ readonly [$$PropertyValue]: "alignSelf";
1776
+ };
1777
+ };
1778
+ fg: (value: {
1779
+ readonly [$$PropertyValue]: "flexGrow";
1780
+ }) => {
1781
+ flexGrow: {
1782
+ readonly [$$PropertyValue]: "flexGrow";
1783
+ };
1784
+ };
1785
+ fs: (value: {
1786
+ readonly [$$PropertyValue]: "flexShrink";
1787
+ }) => {
1788
+ flexShrink: {
1789
+ readonly [$$PropertyValue]: "flexShrink";
1790
+ };
1791
+ };
1792
+ fb: (value: {
1793
+ readonly [$$PropertyValue]: "flexBasis";
1794
+ }) => {
1795
+ flexBasis: {
1796
+ readonly [$$PropertyValue]: "flexBasis";
1797
+ };
1798
+ };
1799
+ bc: (value: {
1800
+ readonly [$$PropertyValue]: "backgroundColor";
1801
+ }) => {
1802
+ backgroundColor: {
1803
+ readonly [$$PropertyValue]: "backgroundColor";
1804
+ };
1805
+ };
1806
+ br: (value: {
1807
+ readonly [$$PropertyValue]: "borderRadius";
1808
+ }) => {
1809
+ borderRadius: {
1810
+ readonly [$$PropertyValue]: "borderRadius";
1811
+ };
1812
+ };
1813
+ btrr: (value: {
1814
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1815
+ }) => {
1816
+ borderTopRightRadius: {
1817
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1818
+ };
1819
+ };
1820
+ bbrr: (value: {
1821
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1822
+ }) => {
1823
+ borderBottomRightRadius: {
1824
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1825
+ };
1826
+ };
1827
+ bblr: (value: {
1828
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1829
+ }) => {
1830
+ borderBottomLeftRadius: {
1831
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1832
+ };
1833
+ };
1834
+ btlr: (value: {
1835
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1836
+ }) => {
1837
+ borderTopLeftRadius: {
1838
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1839
+ };
1840
+ };
1841
+ bs: (value: {
1842
+ readonly [$$PropertyValue]: "boxShadow";
1843
+ }) => {
1844
+ boxShadow: {
1845
+ readonly [$$PropertyValue]: "boxShadow";
1846
+ };
1847
+ };
1848
+ lh: (value: {
1849
+ readonly [$$PropertyValue]: "lineHeight";
1850
+ }) => {
1851
+ lineHeight: {
1852
+ readonly [$$PropertyValue]: "lineHeight";
1853
+ };
1854
+ };
1855
+ ox: (value: {
1856
+ readonly [$$PropertyValue]: "overflowX";
1857
+ }) => {
1858
+ overflowX: {
1859
+ readonly [$$PropertyValue]: "overflowX";
1860
+ };
1861
+ };
1862
+ oy: (value: {
1863
+ readonly [$$PropertyValue]: "overflowY";
1864
+ }) => {
1865
+ overflowY: {
1866
+ readonly [$$PropertyValue]: "overflowY";
1867
+ };
1868
+ };
1869
+ pe: (value: {
1870
+ readonly [$$PropertyValue]: "pointerEvents";
1871
+ }) => {
1872
+ pointerEvents: {
1873
+ readonly [$$PropertyValue]: "pointerEvents";
1874
+ };
1875
+ };
1876
+ us: (value: {
1877
+ readonly [$$PropertyValue]: "userSelect";
1878
+ }) => {
1879
+ WebkitUserSelect: {
1880
+ readonly [$$PropertyValue]: "userSelect";
1881
+ };
1882
+ userSelect: {
1883
+ readonly [$$PropertyValue]: "userSelect";
1884
+ };
1885
+ };
1886
+ userSelect: (value: {
1887
+ readonly [$$PropertyValue]: "userSelect";
1888
+ }) => {
1889
+ WebkitUserSelect: {
1890
+ readonly [$$PropertyValue]: "userSelect";
1891
+ };
1892
+ userSelect: {
1893
+ readonly [$$PropertyValue]: "userSelect";
1894
+ };
1895
+ };
1896
+ size: (value: {
1897
+ readonly [$$PropertyValue]: "width";
1898
+ }) => {
1899
+ width: {
1900
+ readonly [$$PropertyValue]: "width";
1901
+ };
1902
+ height: {
1903
+ readonly [$$PropertyValue]: "width";
1904
+ };
1905
+ };
1906
+ appearance: (value: {
1907
+ readonly [$$PropertyValue]: "appearance";
1908
+ }) => {
1909
+ WebkitAppearance: {
1910
+ readonly [$$PropertyValue]: "appearance";
1911
+ };
1912
+ appearance: {
1913
+ readonly [$$PropertyValue]: "appearance";
1914
+ };
1915
+ };
1916
+ backgroundClip: (value: {
1917
+ readonly [$$PropertyValue]: "backgroundClip";
1918
+ }) => {
1919
+ WebkitBackgroundClip: {
1920
+ readonly [$$PropertyValue]: "backgroundClip";
1921
+ };
1922
+ backgroundClip: {
1923
+ readonly [$$PropertyValue]: "backgroundClip";
1924
+ };
1925
+ };
1926
+ }>>;