@obolnetwork/obol-ui 1.0.98 → 1.0.99

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,2950 @@
1
+ import React from "react";
2
+ declare type ExpandedTableRootProps = {
3
+ children: React.ReactNode;
4
+ };
5
+ export declare const ExpandedTableBody: import("@stitches/react/types/styled-component").StyledComponent<"tbody", {}, {
6
+ motion: "(prefers-reduced-motion)";
7
+ hover: "(any-hover: hover)";
8
+ dark: "(prefers-color-scheme: dark)";
9
+ light: "(prefers-color-scheme: light)";
10
+ xs: "(max-width: 520px)";
11
+ sm: "(max-width: 900px)";
12
+ bp1: "(min-width: 520px)";
13
+ bp2: "(min-width: 900px)";
14
+ md: "(max-width: 1200px)";
15
+ lg: "(max-width: 1800px)";
16
+ }, import("@stitches/react/types/css-util").CSS<{
17
+ motion: "(prefers-reduced-motion)";
18
+ hover: "(any-hover: hover)";
19
+ dark: "(prefers-color-scheme: dark)";
20
+ light: "(prefers-color-scheme: light)";
21
+ xs: "(max-width: 520px)";
22
+ sm: "(max-width: 900px)";
23
+ bp1: "(min-width: 520px)";
24
+ bp2: "(min-width: 900px)";
25
+ md: "(max-width: 1200px)";
26
+ lg: "(max-width: 1800px)";
27
+ }, {
28
+ colors: {
29
+ white: string;
30
+ black: string;
31
+ lightBackground: string;
32
+ obolBlue: string;
33
+ primaryBgDefault: string;
34
+ primaryBgDefaultHover: string;
35
+ primaryTextDefault: string;
36
+ secondaryBgDefault: string;
37
+ secondaryBgHover: string;
38
+ grayBgDefault: string;
39
+ gray2BgDefault: string;
40
+ neutralDark: string;
41
+ navButtonBgDefault: string;
42
+ navButtonBgHover: string;
43
+ cardBackgroundDark: string;
44
+ cardBackgroundLight: string;
45
+ gradientGold: string;
46
+ gradientSilver: string;
47
+ gradientBronze: string;
48
+ textMiddle: string;
49
+ textLight: string;
50
+ textLighter: string;
51
+ textTabHover: string;
52
+ textTabInactive: string;
53
+ textGreenDark: string;
54
+ textGreenLight: string;
55
+ textGreen1: string;
56
+ textGreen2: string;
57
+ textGreen3: string;
58
+ textGreenHover: string;
59
+ textCreateHover: string;
60
+ textGrayHover: string;
61
+ txButton: string;
62
+ obolGreen: string;
63
+ obolMidGreen: string;
64
+ obolGreenHover: string;
65
+ obolGreenLight: string;
66
+ obolDarkDark: string;
67
+ obolDisabled: string;
68
+ linkButtonHover: string;
69
+ progressTrackerGreen: string;
70
+ lightGrey: string;
71
+ obolGold: string;
72
+ coordinate: string;
73
+ coordinateHover: string;
74
+ test: string;
75
+ testHover: string;
76
+ create: string;
77
+ createHover: string;
78
+ light: string;
79
+ body: string;
80
+ muted: string;
81
+ menu: string;
82
+ bg01: string;
83
+ bg02: string;
84
+ bg03: string;
85
+ bg04: string;
86
+ bg05: string;
87
+ tooltip: string;
88
+ tooltip2: string;
89
+ skeletonBg: string;
90
+ };
91
+ space: {
92
+ 1: string;
93
+ 2: string;
94
+ xxxs: string;
95
+ xxs: string;
96
+ xs: string;
97
+ sm: string;
98
+ md: string;
99
+ lg: string;
100
+ xl: string;
101
+ "2xl": string;
102
+ "3xl": string;
103
+ "4xl": string;
104
+ "5xl": string;
105
+ "6xl": string;
106
+ "7xl": string;
107
+ };
108
+ sizes: {
109
+ 1: string;
110
+ 2: string;
111
+ xxxs: string;
112
+ xxs: string;
113
+ xs: string;
114
+ sm: string;
115
+ md: string;
116
+ lg: string;
117
+ xl: string;
118
+ "2xl": string;
119
+ "3xl": string;
120
+ "4xl": string;
121
+ "5xl": string;
122
+ "6xl": string;
123
+ "7xl": string;
124
+ max: string;
125
+ min: string;
126
+ full: string;
127
+ };
128
+ radii: {
129
+ 1: string;
130
+ 2: string;
131
+ 3: string;
132
+ 4: string;
133
+ 5: string;
134
+ round: string;
135
+ pill: string;
136
+ };
137
+ fontSizes: {
138
+ 1: string;
139
+ 2: string;
140
+ 3: string;
141
+ 4: string;
142
+ 5: string;
143
+ 6: string;
144
+ 7: string;
145
+ 8: string;
146
+ 9: string;
147
+ 10: string;
148
+ 11: string;
149
+ };
150
+ fontWeights: {
151
+ hairline: number;
152
+ thin: number;
153
+ light: number;
154
+ normal: number;
155
+ medium: number;
156
+ semibold: number;
157
+ bold: number;
158
+ extrabold: number;
159
+ black: number;
160
+ };
161
+ lineHeights: {
162
+ normal: string;
163
+ none: number;
164
+ shorter: number;
165
+ short: number;
166
+ base: number;
167
+ tall: number;
168
+ tall2: number;
169
+ taller: number;
170
+ };
171
+ letterSpacings: {
172
+ tighter: string;
173
+ tight: string;
174
+ normal: string;
175
+ wide: string;
176
+ wider: string;
177
+ widest: string;
178
+ };
179
+ borderWidths: unknown;
180
+ borderStyles: unknown;
181
+ shadows: unknown;
182
+ zIndices: unknown;
183
+ transitions: unknown;
184
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
185
+ p: (value: {
186
+ readonly [$$PropertyValue]: "padding";
187
+ }) => {
188
+ padding: {
189
+ readonly [$$PropertyValue]: "padding";
190
+ };
191
+ };
192
+ pt: (value: {
193
+ readonly [$$PropertyValue]: "paddingTop";
194
+ }) => {
195
+ paddingTop: {
196
+ readonly [$$PropertyValue]: "paddingTop";
197
+ };
198
+ };
199
+ pr: (value: {
200
+ readonly [$$PropertyValue]: "paddingRight";
201
+ }) => {
202
+ paddingRight: {
203
+ readonly [$$PropertyValue]: "paddingRight";
204
+ };
205
+ };
206
+ pb: (value: {
207
+ readonly [$$PropertyValue]: "paddingBottom";
208
+ }) => {
209
+ paddingBottom: {
210
+ readonly [$$PropertyValue]: "paddingBottom";
211
+ };
212
+ };
213
+ pl: (value: {
214
+ readonly [$$PropertyValue]: "paddingLeft";
215
+ }) => {
216
+ paddingLeft: {
217
+ readonly [$$PropertyValue]: "paddingLeft";
218
+ };
219
+ };
220
+ px: (value: {
221
+ readonly [$$PropertyValue]: "paddingLeft";
222
+ }) => {
223
+ paddingLeft: {
224
+ readonly [$$PropertyValue]: "paddingLeft";
225
+ };
226
+ paddingRight: {
227
+ readonly [$$PropertyValue]: "paddingLeft";
228
+ };
229
+ };
230
+ py: (value: {
231
+ readonly [$$PropertyValue]: "paddingTop";
232
+ }) => {
233
+ paddingTop: {
234
+ readonly [$$PropertyValue]: "paddingTop";
235
+ };
236
+ paddingBottom: {
237
+ readonly [$$PropertyValue]: "paddingTop";
238
+ };
239
+ };
240
+ m: (value: {
241
+ readonly [$$PropertyValue]: "margin";
242
+ }) => {
243
+ margin: {
244
+ readonly [$$PropertyValue]: "margin";
245
+ };
246
+ };
247
+ mt: (value: {
248
+ readonly [$$PropertyValue]: "marginTop";
249
+ }) => {
250
+ marginTop: {
251
+ readonly [$$PropertyValue]: "marginTop";
252
+ };
253
+ };
254
+ mr: (value: {
255
+ readonly [$$PropertyValue]: "marginRight";
256
+ }) => {
257
+ marginRight: {
258
+ readonly [$$PropertyValue]: "marginRight";
259
+ };
260
+ };
261
+ mb: (value: {
262
+ readonly [$$PropertyValue]: "marginBottom";
263
+ }) => {
264
+ marginBottom: {
265
+ readonly [$$PropertyValue]: "marginBottom";
266
+ };
267
+ };
268
+ ml: (value: {
269
+ readonly [$$PropertyValue]: "marginLeft";
270
+ }) => {
271
+ marginLeft: {
272
+ readonly [$$PropertyValue]: "marginLeft";
273
+ };
274
+ };
275
+ mx: (value: {
276
+ readonly [$$PropertyValue]: "marginLeft";
277
+ }) => {
278
+ marginLeft: {
279
+ readonly [$$PropertyValue]: "marginLeft";
280
+ };
281
+ marginRight: {
282
+ readonly [$$PropertyValue]: "marginLeft";
283
+ };
284
+ };
285
+ my: (value: {
286
+ readonly [$$PropertyValue]: "marginTop";
287
+ }) => {
288
+ marginTop: {
289
+ readonly [$$PropertyValue]: "marginTop";
290
+ };
291
+ marginBottom: {
292
+ readonly [$$PropertyValue]: "marginTop";
293
+ };
294
+ };
295
+ ta: (value: {
296
+ readonly [$$PropertyValue]: "textAlign";
297
+ }) => {
298
+ textAlign: {
299
+ readonly [$$PropertyValue]: "textAlign";
300
+ };
301
+ };
302
+ fd: (value: {
303
+ readonly [$$PropertyValue]: "flexDirection";
304
+ }) => {
305
+ flexDirection: {
306
+ readonly [$$PropertyValue]: "flexDirection";
307
+ };
308
+ };
309
+ fw: (value: {
310
+ readonly [$$PropertyValue]: "flexWrap";
311
+ }) => {
312
+ flexWrap: {
313
+ readonly [$$PropertyValue]: "flexWrap";
314
+ };
315
+ };
316
+ ai: (value: {
317
+ readonly [$$PropertyValue]: "alignItems";
318
+ }) => {
319
+ alignItems: {
320
+ readonly [$$PropertyValue]: "alignItems";
321
+ };
322
+ };
323
+ ac: (value: {
324
+ readonly [$$PropertyValue]: "alignContent";
325
+ }) => {
326
+ alignContent: {
327
+ readonly [$$PropertyValue]: "alignContent";
328
+ };
329
+ };
330
+ jc: (value: {
331
+ readonly [$$PropertyValue]: "justifyContent";
332
+ }) => {
333
+ justifyContent: {
334
+ readonly [$$PropertyValue]: "justifyContent";
335
+ };
336
+ };
337
+ as: (value: {
338
+ readonly [$$PropertyValue]: "alignSelf";
339
+ }) => {
340
+ alignSelf: {
341
+ readonly [$$PropertyValue]: "alignSelf";
342
+ };
343
+ };
344
+ fg: (value: {
345
+ readonly [$$PropertyValue]: "flexGrow";
346
+ }) => {
347
+ flexGrow: {
348
+ readonly [$$PropertyValue]: "flexGrow";
349
+ };
350
+ };
351
+ fs: (value: {
352
+ readonly [$$PropertyValue]: "flexShrink";
353
+ }) => {
354
+ flexShrink: {
355
+ readonly [$$PropertyValue]: "flexShrink";
356
+ };
357
+ };
358
+ fb: (value: {
359
+ readonly [$$PropertyValue]: "flexBasis";
360
+ }) => {
361
+ flexBasis: {
362
+ readonly [$$PropertyValue]: "flexBasis";
363
+ };
364
+ };
365
+ bc: (value: {
366
+ readonly [$$PropertyValue]: "backgroundColor";
367
+ }) => {
368
+ backgroundColor: {
369
+ readonly [$$PropertyValue]: "backgroundColor";
370
+ };
371
+ };
372
+ br: (value: {
373
+ readonly [$$PropertyValue]: "borderRadius";
374
+ }) => {
375
+ borderRadius: {
376
+ readonly [$$PropertyValue]: "borderRadius";
377
+ };
378
+ };
379
+ btrr: (value: {
380
+ readonly [$$PropertyValue]: "borderTopRightRadius";
381
+ }) => {
382
+ borderTopRightRadius: {
383
+ readonly [$$PropertyValue]: "borderTopRightRadius";
384
+ };
385
+ };
386
+ bbrr: (value: {
387
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
388
+ }) => {
389
+ borderBottomRightRadius: {
390
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
391
+ };
392
+ };
393
+ bblr: (value: {
394
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
395
+ }) => {
396
+ borderBottomLeftRadius: {
397
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
398
+ };
399
+ };
400
+ btlr: (value: {
401
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
402
+ }) => {
403
+ borderTopLeftRadius: {
404
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
405
+ };
406
+ };
407
+ bs: (value: {
408
+ readonly [$$PropertyValue]: "boxShadow";
409
+ }) => {
410
+ boxShadow: {
411
+ readonly [$$PropertyValue]: "boxShadow";
412
+ };
413
+ };
414
+ lh: (value: {
415
+ readonly [$$PropertyValue]: "lineHeight";
416
+ }) => {
417
+ lineHeight: {
418
+ readonly [$$PropertyValue]: "lineHeight";
419
+ };
420
+ };
421
+ ox: (value: {
422
+ readonly [$$PropertyValue]: "overflowX";
423
+ }) => {
424
+ overflowX: {
425
+ readonly [$$PropertyValue]: "overflowX";
426
+ };
427
+ };
428
+ oy: (value: {
429
+ readonly [$$PropertyValue]: "overflowY";
430
+ }) => {
431
+ overflowY: {
432
+ readonly [$$PropertyValue]: "overflowY";
433
+ };
434
+ };
435
+ pe: (value: {
436
+ readonly [$$PropertyValue]: "pointerEvents";
437
+ }) => {
438
+ pointerEvents: {
439
+ readonly [$$PropertyValue]: "pointerEvents";
440
+ };
441
+ };
442
+ us: (value: {
443
+ readonly [$$PropertyValue]: "userSelect";
444
+ }) => {
445
+ WebkitUserSelect: {
446
+ readonly [$$PropertyValue]: "userSelect";
447
+ };
448
+ userSelect: {
449
+ readonly [$$PropertyValue]: "userSelect";
450
+ };
451
+ };
452
+ userSelect: (value: {
453
+ readonly [$$PropertyValue]: "userSelect";
454
+ }) => {
455
+ WebkitUserSelect: {
456
+ readonly [$$PropertyValue]: "userSelect";
457
+ };
458
+ userSelect: {
459
+ readonly [$$PropertyValue]: "userSelect";
460
+ };
461
+ };
462
+ size: (value: {
463
+ readonly [$$PropertyValue]: "width";
464
+ }) => {
465
+ width: {
466
+ readonly [$$PropertyValue]: "width";
467
+ };
468
+ height: {
469
+ readonly [$$PropertyValue]: "width";
470
+ };
471
+ };
472
+ appearance: (value: {
473
+ readonly [$$PropertyValue]: "appearance";
474
+ }) => {
475
+ WebkitAppearance: {
476
+ readonly [$$PropertyValue]: "appearance";
477
+ };
478
+ appearance: {
479
+ readonly [$$PropertyValue]: "appearance";
480
+ };
481
+ };
482
+ backgroundClip: (value: {
483
+ readonly [$$PropertyValue]: "backgroundClip";
484
+ }) => {
485
+ WebkitBackgroundClip: {
486
+ readonly [$$PropertyValue]: "backgroundClip";
487
+ };
488
+ backgroundClip: {
489
+ readonly [$$PropertyValue]: "backgroundClip";
490
+ };
491
+ };
492
+ }>>;
493
+ export declare const ExpandedTableRow: import("@stitches/react/types/styled-component").StyledComponent<"tr", {}, {
494
+ motion: "(prefers-reduced-motion)";
495
+ hover: "(any-hover: hover)";
496
+ dark: "(prefers-color-scheme: dark)";
497
+ light: "(prefers-color-scheme: light)";
498
+ xs: "(max-width: 520px)";
499
+ sm: "(max-width: 900px)";
500
+ bp1: "(min-width: 520px)";
501
+ bp2: "(min-width: 900px)";
502
+ md: "(max-width: 1200px)";
503
+ lg: "(max-width: 1800px)";
504
+ }, import("@stitches/react/types/css-util").CSS<{
505
+ motion: "(prefers-reduced-motion)";
506
+ hover: "(any-hover: hover)";
507
+ dark: "(prefers-color-scheme: dark)";
508
+ light: "(prefers-color-scheme: light)";
509
+ xs: "(max-width: 520px)";
510
+ sm: "(max-width: 900px)";
511
+ bp1: "(min-width: 520px)";
512
+ bp2: "(min-width: 900px)";
513
+ md: "(max-width: 1200px)";
514
+ lg: "(max-width: 1800px)";
515
+ }, {
516
+ colors: {
517
+ white: string;
518
+ black: string;
519
+ lightBackground: string;
520
+ obolBlue: string;
521
+ primaryBgDefault: string;
522
+ primaryBgDefaultHover: string;
523
+ primaryTextDefault: string;
524
+ secondaryBgDefault: string;
525
+ secondaryBgHover: string;
526
+ grayBgDefault: string;
527
+ gray2BgDefault: string;
528
+ neutralDark: string;
529
+ navButtonBgDefault: string;
530
+ navButtonBgHover: string;
531
+ cardBackgroundDark: string;
532
+ cardBackgroundLight: string;
533
+ gradientGold: string;
534
+ gradientSilver: string;
535
+ gradientBronze: string;
536
+ textMiddle: string;
537
+ textLight: string;
538
+ textLighter: string;
539
+ textTabHover: string;
540
+ textTabInactive: string;
541
+ textGreenDark: string;
542
+ textGreenLight: string;
543
+ textGreen1: string;
544
+ textGreen2: string;
545
+ textGreen3: string;
546
+ textGreenHover: string;
547
+ textCreateHover: string;
548
+ textGrayHover: string;
549
+ txButton: string;
550
+ obolGreen: string;
551
+ obolMidGreen: string;
552
+ obolGreenHover: string;
553
+ obolGreenLight: string;
554
+ obolDarkDark: string;
555
+ obolDisabled: string;
556
+ linkButtonHover: string;
557
+ progressTrackerGreen: string;
558
+ lightGrey: string;
559
+ obolGold: string;
560
+ coordinate: string;
561
+ coordinateHover: string;
562
+ test: string;
563
+ testHover: string;
564
+ create: string;
565
+ createHover: string;
566
+ light: string;
567
+ body: string;
568
+ muted: string;
569
+ menu: string;
570
+ bg01: string;
571
+ bg02: string;
572
+ bg03: string;
573
+ bg04: string;
574
+ bg05: string;
575
+ tooltip: string;
576
+ tooltip2: string;
577
+ skeletonBg: string;
578
+ };
579
+ space: {
580
+ 1: string;
581
+ 2: string;
582
+ xxxs: string;
583
+ xxs: string;
584
+ xs: string;
585
+ sm: string;
586
+ md: string;
587
+ lg: string;
588
+ xl: string;
589
+ "2xl": string;
590
+ "3xl": string;
591
+ "4xl": string;
592
+ "5xl": string;
593
+ "6xl": string;
594
+ "7xl": string;
595
+ };
596
+ sizes: {
597
+ 1: string;
598
+ 2: string;
599
+ xxxs: string;
600
+ xxs: string;
601
+ xs: string;
602
+ sm: string;
603
+ md: string;
604
+ lg: string;
605
+ xl: string;
606
+ "2xl": string;
607
+ "3xl": string;
608
+ "4xl": string;
609
+ "5xl": string;
610
+ "6xl": string;
611
+ "7xl": string;
612
+ max: string;
613
+ min: string;
614
+ full: string;
615
+ };
616
+ radii: {
617
+ 1: string;
618
+ 2: string;
619
+ 3: string;
620
+ 4: string;
621
+ 5: string;
622
+ round: string;
623
+ pill: string;
624
+ };
625
+ fontSizes: {
626
+ 1: string;
627
+ 2: string;
628
+ 3: string;
629
+ 4: string;
630
+ 5: string;
631
+ 6: string;
632
+ 7: string;
633
+ 8: string;
634
+ 9: string;
635
+ 10: string;
636
+ 11: string;
637
+ };
638
+ fontWeights: {
639
+ hairline: number;
640
+ thin: number;
641
+ light: number;
642
+ normal: number;
643
+ medium: number;
644
+ semibold: number;
645
+ bold: number;
646
+ extrabold: number;
647
+ black: number;
648
+ };
649
+ lineHeights: {
650
+ normal: string;
651
+ none: number;
652
+ shorter: number;
653
+ short: number;
654
+ base: number;
655
+ tall: number;
656
+ tall2: number;
657
+ taller: number;
658
+ };
659
+ letterSpacings: {
660
+ tighter: string;
661
+ tight: string;
662
+ normal: string;
663
+ wide: string;
664
+ wider: string;
665
+ widest: string;
666
+ };
667
+ borderWidths: unknown;
668
+ borderStyles: unknown;
669
+ shadows: unknown;
670
+ zIndices: unknown;
671
+ transitions: unknown;
672
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
673
+ p: (value: {
674
+ readonly [$$PropertyValue]: "padding";
675
+ }) => {
676
+ padding: {
677
+ readonly [$$PropertyValue]: "padding";
678
+ };
679
+ };
680
+ pt: (value: {
681
+ readonly [$$PropertyValue]: "paddingTop";
682
+ }) => {
683
+ paddingTop: {
684
+ readonly [$$PropertyValue]: "paddingTop";
685
+ };
686
+ };
687
+ pr: (value: {
688
+ readonly [$$PropertyValue]: "paddingRight";
689
+ }) => {
690
+ paddingRight: {
691
+ readonly [$$PropertyValue]: "paddingRight";
692
+ };
693
+ };
694
+ pb: (value: {
695
+ readonly [$$PropertyValue]: "paddingBottom";
696
+ }) => {
697
+ paddingBottom: {
698
+ readonly [$$PropertyValue]: "paddingBottom";
699
+ };
700
+ };
701
+ pl: (value: {
702
+ readonly [$$PropertyValue]: "paddingLeft";
703
+ }) => {
704
+ paddingLeft: {
705
+ readonly [$$PropertyValue]: "paddingLeft";
706
+ };
707
+ };
708
+ px: (value: {
709
+ readonly [$$PropertyValue]: "paddingLeft";
710
+ }) => {
711
+ paddingLeft: {
712
+ readonly [$$PropertyValue]: "paddingLeft";
713
+ };
714
+ paddingRight: {
715
+ readonly [$$PropertyValue]: "paddingLeft";
716
+ };
717
+ };
718
+ py: (value: {
719
+ readonly [$$PropertyValue]: "paddingTop";
720
+ }) => {
721
+ paddingTop: {
722
+ readonly [$$PropertyValue]: "paddingTop";
723
+ };
724
+ paddingBottom: {
725
+ readonly [$$PropertyValue]: "paddingTop";
726
+ };
727
+ };
728
+ m: (value: {
729
+ readonly [$$PropertyValue]: "margin";
730
+ }) => {
731
+ margin: {
732
+ readonly [$$PropertyValue]: "margin";
733
+ };
734
+ };
735
+ mt: (value: {
736
+ readonly [$$PropertyValue]: "marginTop";
737
+ }) => {
738
+ marginTop: {
739
+ readonly [$$PropertyValue]: "marginTop";
740
+ };
741
+ };
742
+ mr: (value: {
743
+ readonly [$$PropertyValue]: "marginRight";
744
+ }) => {
745
+ marginRight: {
746
+ readonly [$$PropertyValue]: "marginRight";
747
+ };
748
+ };
749
+ mb: (value: {
750
+ readonly [$$PropertyValue]: "marginBottom";
751
+ }) => {
752
+ marginBottom: {
753
+ readonly [$$PropertyValue]: "marginBottom";
754
+ };
755
+ };
756
+ ml: (value: {
757
+ readonly [$$PropertyValue]: "marginLeft";
758
+ }) => {
759
+ marginLeft: {
760
+ readonly [$$PropertyValue]: "marginLeft";
761
+ };
762
+ };
763
+ mx: (value: {
764
+ readonly [$$PropertyValue]: "marginLeft";
765
+ }) => {
766
+ marginLeft: {
767
+ readonly [$$PropertyValue]: "marginLeft";
768
+ };
769
+ marginRight: {
770
+ readonly [$$PropertyValue]: "marginLeft";
771
+ };
772
+ };
773
+ my: (value: {
774
+ readonly [$$PropertyValue]: "marginTop";
775
+ }) => {
776
+ marginTop: {
777
+ readonly [$$PropertyValue]: "marginTop";
778
+ };
779
+ marginBottom: {
780
+ readonly [$$PropertyValue]: "marginTop";
781
+ };
782
+ };
783
+ ta: (value: {
784
+ readonly [$$PropertyValue]: "textAlign";
785
+ }) => {
786
+ textAlign: {
787
+ readonly [$$PropertyValue]: "textAlign";
788
+ };
789
+ };
790
+ fd: (value: {
791
+ readonly [$$PropertyValue]: "flexDirection";
792
+ }) => {
793
+ flexDirection: {
794
+ readonly [$$PropertyValue]: "flexDirection";
795
+ };
796
+ };
797
+ fw: (value: {
798
+ readonly [$$PropertyValue]: "flexWrap";
799
+ }) => {
800
+ flexWrap: {
801
+ readonly [$$PropertyValue]: "flexWrap";
802
+ };
803
+ };
804
+ ai: (value: {
805
+ readonly [$$PropertyValue]: "alignItems";
806
+ }) => {
807
+ alignItems: {
808
+ readonly [$$PropertyValue]: "alignItems";
809
+ };
810
+ };
811
+ ac: (value: {
812
+ readonly [$$PropertyValue]: "alignContent";
813
+ }) => {
814
+ alignContent: {
815
+ readonly [$$PropertyValue]: "alignContent";
816
+ };
817
+ };
818
+ jc: (value: {
819
+ readonly [$$PropertyValue]: "justifyContent";
820
+ }) => {
821
+ justifyContent: {
822
+ readonly [$$PropertyValue]: "justifyContent";
823
+ };
824
+ };
825
+ as: (value: {
826
+ readonly [$$PropertyValue]: "alignSelf";
827
+ }) => {
828
+ alignSelf: {
829
+ readonly [$$PropertyValue]: "alignSelf";
830
+ };
831
+ };
832
+ fg: (value: {
833
+ readonly [$$PropertyValue]: "flexGrow";
834
+ }) => {
835
+ flexGrow: {
836
+ readonly [$$PropertyValue]: "flexGrow";
837
+ };
838
+ };
839
+ fs: (value: {
840
+ readonly [$$PropertyValue]: "flexShrink";
841
+ }) => {
842
+ flexShrink: {
843
+ readonly [$$PropertyValue]: "flexShrink";
844
+ };
845
+ };
846
+ fb: (value: {
847
+ readonly [$$PropertyValue]: "flexBasis";
848
+ }) => {
849
+ flexBasis: {
850
+ readonly [$$PropertyValue]: "flexBasis";
851
+ };
852
+ };
853
+ bc: (value: {
854
+ readonly [$$PropertyValue]: "backgroundColor";
855
+ }) => {
856
+ backgroundColor: {
857
+ readonly [$$PropertyValue]: "backgroundColor";
858
+ };
859
+ };
860
+ br: (value: {
861
+ readonly [$$PropertyValue]: "borderRadius";
862
+ }) => {
863
+ borderRadius: {
864
+ readonly [$$PropertyValue]: "borderRadius";
865
+ };
866
+ };
867
+ btrr: (value: {
868
+ readonly [$$PropertyValue]: "borderTopRightRadius";
869
+ }) => {
870
+ borderTopRightRadius: {
871
+ readonly [$$PropertyValue]: "borderTopRightRadius";
872
+ };
873
+ };
874
+ bbrr: (value: {
875
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
876
+ }) => {
877
+ borderBottomRightRadius: {
878
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
879
+ };
880
+ };
881
+ bblr: (value: {
882
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
883
+ }) => {
884
+ borderBottomLeftRadius: {
885
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
886
+ };
887
+ };
888
+ btlr: (value: {
889
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
890
+ }) => {
891
+ borderTopLeftRadius: {
892
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
893
+ };
894
+ };
895
+ bs: (value: {
896
+ readonly [$$PropertyValue]: "boxShadow";
897
+ }) => {
898
+ boxShadow: {
899
+ readonly [$$PropertyValue]: "boxShadow";
900
+ };
901
+ };
902
+ lh: (value: {
903
+ readonly [$$PropertyValue]: "lineHeight";
904
+ }) => {
905
+ lineHeight: {
906
+ readonly [$$PropertyValue]: "lineHeight";
907
+ };
908
+ };
909
+ ox: (value: {
910
+ readonly [$$PropertyValue]: "overflowX";
911
+ }) => {
912
+ overflowX: {
913
+ readonly [$$PropertyValue]: "overflowX";
914
+ };
915
+ };
916
+ oy: (value: {
917
+ readonly [$$PropertyValue]: "overflowY";
918
+ }) => {
919
+ overflowY: {
920
+ readonly [$$PropertyValue]: "overflowY";
921
+ };
922
+ };
923
+ pe: (value: {
924
+ readonly [$$PropertyValue]: "pointerEvents";
925
+ }) => {
926
+ pointerEvents: {
927
+ readonly [$$PropertyValue]: "pointerEvents";
928
+ };
929
+ };
930
+ us: (value: {
931
+ readonly [$$PropertyValue]: "userSelect";
932
+ }) => {
933
+ WebkitUserSelect: {
934
+ readonly [$$PropertyValue]: "userSelect";
935
+ };
936
+ userSelect: {
937
+ readonly [$$PropertyValue]: "userSelect";
938
+ };
939
+ };
940
+ userSelect: (value: {
941
+ readonly [$$PropertyValue]: "userSelect";
942
+ }) => {
943
+ WebkitUserSelect: {
944
+ readonly [$$PropertyValue]: "userSelect";
945
+ };
946
+ userSelect: {
947
+ readonly [$$PropertyValue]: "userSelect";
948
+ };
949
+ };
950
+ size: (value: {
951
+ readonly [$$PropertyValue]: "width";
952
+ }) => {
953
+ width: {
954
+ readonly [$$PropertyValue]: "width";
955
+ };
956
+ height: {
957
+ readonly [$$PropertyValue]: "width";
958
+ };
959
+ };
960
+ appearance: (value: {
961
+ readonly [$$PropertyValue]: "appearance";
962
+ }) => {
963
+ WebkitAppearance: {
964
+ readonly [$$PropertyValue]: "appearance";
965
+ };
966
+ appearance: {
967
+ readonly [$$PropertyValue]: "appearance";
968
+ };
969
+ };
970
+ backgroundClip: (value: {
971
+ readonly [$$PropertyValue]: "backgroundClip";
972
+ }) => {
973
+ WebkitBackgroundClip: {
974
+ readonly [$$PropertyValue]: "backgroundClip";
975
+ };
976
+ backgroundClip: {
977
+ readonly [$$PropertyValue]: "backgroundClip";
978
+ };
979
+ };
980
+ }>>;
981
+ export declare const ExpandedTableCell: import("@stitches/react/types/styled-component").StyledComponent<"td", {}, {
982
+ motion: "(prefers-reduced-motion)";
983
+ hover: "(any-hover: hover)";
984
+ dark: "(prefers-color-scheme: dark)";
985
+ light: "(prefers-color-scheme: light)";
986
+ xs: "(max-width: 520px)";
987
+ sm: "(max-width: 900px)";
988
+ bp1: "(min-width: 520px)";
989
+ bp2: "(min-width: 900px)";
990
+ md: "(max-width: 1200px)";
991
+ lg: "(max-width: 1800px)";
992
+ }, import("@stitches/react/types/css-util").CSS<{
993
+ motion: "(prefers-reduced-motion)";
994
+ hover: "(any-hover: hover)";
995
+ dark: "(prefers-color-scheme: dark)";
996
+ light: "(prefers-color-scheme: light)";
997
+ xs: "(max-width: 520px)";
998
+ sm: "(max-width: 900px)";
999
+ bp1: "(min-width: 520px)";
1000
+ bp2: "(min-width: 900px)";
1001
+ md: "(max-width: 1200px)";
1002
+ lg: "(max-width: 1800px)";
1003
+ }, {
1004
+ colors: {
1005
+ white: string;
1006
+ black: string;
1007
+ lightBackground: string;
1008
+ obolBlue: string;
1009
+ primaryBgDefault: string;
1010
+ primaryBgDefaultHover: string;
1011
+ primaryTextDefault: string;
1012
+ secondaryBgDefault: string;
1013
+ secondaryBgHover: string;
1014
+ grayBgDefault: string;
1015
+ gray2BgDefault: string;
1016
+ neutralDark: string;
1017
+ navButtonBgDefault: string;
1018
+ navButtonBgHover: string;
1019
+ cardBackgroundDark: string;
1020
+ cardBackgroundLight: string;
1021
+ gradientGold: string;
1022
+ gradientSilver: string;
1023
+ gradientBronze: string;
1024
+ textMiddle: string;
1025
+ textLight: string;
1026
+ textLighter: string;
1027
+ textTabHover: string;
1028
+ textTabInactive: string;
1029
+ textGreenDark: string;
1030
+ textGreenLight: string;
1031
+ textGreen1: string;
1032
+ textGreen2: string;
1033
+ textGreen3: string;
1034
+ textGreenHover: string;
1035
+ textCreateHover: string;
1036
+ textGrayHover: string;
1037
+ txButton: string;
1038
+ obolGreen: string;
1039
+ obolMidGreen: string;
1040
+ obolGreenHover: string;
1041
+ obolGreenLight: string;
1042
+ obolDarkDark: string;
1043
+ obolDisabled: string;
1044
+ linkButtonHover: string;
1045
+ progressTrackerGreen: string;
1046
+ lightGrey: string;
1047
+ obolGold: string;
1048
+ coordinate: string;
1049
+ coordinateHover: string;
1050
+ test: string;
1051
+ testHover: string;
1052
+ create: string;
1053
+ createHover: string;
1054
+ light: string;
1055
+ body: string;
1056
+ muted: string;
1057
+ menu: string;
1058
+ bg01: string;
1059
+ bg02: string;
1060
+ bg03: string;
1061
+ bg04: string;
1062
+ bg05: string;
1063
+ tooltip: string;
1064
+ tooltip2: string;
1065
+ skeletonBg: string;
1066
+ };
1067
+ space: {
1068
+ 1: string;
1069
+ 2: string;
1070
+ xxxs: string;
1071
+ xxs: string;
1072
+ xs: string;
1073
+ sm: string;
1074
+ md: string;
1075
+ lg: string;
1076
+ xl: string;
1077
+ "2xl": string;
1078
+ "3xl": string;
1079
+ "4xl": string;
1080
+ "5xl": string;
1081
+ "6xl": string;
1082
+ "7xl": string;
1083
+ };
1084
+ sizes: {
1085
+ 1: string;
1086
+ 2: string;
1087
+ xxxs: string;
1088
+ xxs: string;
1089
+ xs: string;
1090
+ sm: string;
1091
+ md: string;
1092
+ lg: string;
1093
+ xl: string;
1094
+ "2xl": string;
1095
+ "3xl": string;
1096
+ "4xl": string;
1097
+ "5xl": string;
1098
+ "6xl": string;
1099
+ "7xl": string;
1100
+ max: string;
1101
+ min: string;
1102
+ full: string;
1103
+ };
1104
+ radii: {
1105
+ 1: string;
1106
+ 2: string;
1107
+ 3: string;
1108
+ 4: string;
1109
+ 5: string;
1110
+ round: string;
1111
+ pill: string;
1112
+ };
1113
+ fontSizes: {
1114
+ 1: string;
1115
+ 2: string;
1116
+ 3: string;
1117
+ 4: string;
1118
+ 5: string;
1119
+ 6: string;
1120
+ 7: string;
1121
+ 8: string;
1122
+ 9: string;
1123
+ 10: string;
1124
+ 11: string;
1125
+ };
1126
+ fontWeights: {
1127
+ hairline: number;
1128
+ thin: number;
1129
+ light: number;
1130
+ normal: number;
1131
+ medium: number;
1132
+ semibold: number;
1133
+ bold: number;
1134
+ extrabold: number;
1135
+ black: number;
1136
+ };
1137
+ lineHeights: {
1138
+ normal: string;
1139
+ none: number;
1140
+ shorter: number;
1141
+ short: number;
1142
+ base: number;
1143
+ tall: number;
1144
+ tall2: number;
1145
+ taller: number;
1146
+ };
1147
+ letterSpacings: {
1148
+ tighter: string;
1149
+ tight: string;
1150
+ normal: string;
1151
+ wide: string;
1152
+ wider: string;
1153
+ widest: string;
1154
+ };
1155
+ borderWidths: unknown;
1156
+ borderStyles: unknown;
1157
+ shadows: unknown;
1158
+ zIndices: unknown;
1159
+ transitions: unknown;
1160
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1161
+ p: (value: {
1162
+ readonly [$$PropertyValue]: "padding";
1163
+ }) => {
1164
+ padding: {
1165
+ readonly [$$PropertyValue]: "padding";
1166
+ };
1167
+ };
1168
+ pt: (value: {
1169
+ readonly [$$PropertyValue]: "paddingTop";
1170
+ }) => {
1171
+ paddingTop: {
1172
+ readonly [$$PropertyValue]: "paddingTop";
1173
+ };
1174
+ };
1175
+ pr: (value: {
1176
+ readonly [$$PropertyValue]: "paddingRight";
1177
+ }) => {
1178
+ paddingRight: {
1179
+ readonly [$$PropertyValue]: "paddingRight";
1180
+ };
1181
+ };
1182
+ pb: (value: {
1183
+ readonly [$$PropertyValue]: "paddingBottom";
1184
+ }) => {
1185
+ paddingBottom: {
1186
+ readonly [$$PropertyValue]: "paddingBottom";
1187
+ };
1188
+ };
1189
+ pl: (value: {
1190
+ readonly [$$PropertyValue]: "paddingLeft";
1191
+ }) => {
1192
+ paddingLeft: {
1193
+ readonly [$$PropertyValue]: "paddingLeft";
1194
+ };
1195
+ };
1196
+ px: (value: {
1197
+ readonly [$$PropertyValue]: "paddingLeft";
1198
+ }) => {
1199
+ paddingLeft: {
1200
+ readonly [$$PropertyValue]: "paddingLeft";
1201
+ };
1202
+ paddingRight: {
1203
+ readonly [$$PropertyValue]: "paddingLeft";
1204
+ };
1205
+ };
1206
+ py: (value: {
1207
+ readonly [$$PropertyValue]: "paddingTop";
1208
+ }) => {
1209
+ paddingTop: {
1210
+ readonly [$$PropertyValue]: "paddingTop";
1211
+ };
1212
+ paddingBottom: {
1213
+ readonly [$$PropertyValue]: "paddingTop";
1214
+ };
1215
+ };
1216
+ m: (value: {
1217
+ readonly [$$PropertyValue]: "margin";
1218
+ }) => {
1219
+ margin: {
1220
+ readonly [$$PropertyValue]: "margin";
1221
+ };
1222
+ };
1223
+ mt: (value: {
1224
+ readonly [$$PropertyValue]: "marginTop";
1225
+ }) => {
1226
+ marginTop: {
1227
+ readonly [$$PropertyValue]: "marginTop";
1228
+ };
1229
+ };
1230
+ mr: (value: {
1231
+ readonly [$$PropertyValue]: "marginRight";
1232
+ }) => {
1233
+ marginRight: {
1234
+ readonly [$$PropertyValue]: "marginRight";
1235
+ };
1236
+ };
1237
+ mb: (value: {
1238
+ readonly [$$PropertyValue]: "marginBottom";
1239
+ }) => {
1240
+ marginBottom: {
1241
+ readonly [$$PropertyValue]: "marginBottom";
1242
+ };
1243
+ };
1244
+ ml: (value: {
1245
+ readonly [$$PropertyValue]: "marginLeft";
1246
+ }) => {
1247
+ marginLeft: {
1248
+ readonly [$$PropertyValue]: "marginLeft";
1249
+ };
1250
+ };
1251
+ mx: (value: {
1252
+ readonly [$$PropertyValue]: "marginLeft";
1253
+ }) => {
1254
+ marginLeft: {
1255
+ readonly [$$PropertyValue]: "marginLeft";
1256
+ };
1257
+ marginRight: {
1258
+ readonly [$$PropertyValue]: "marginLeft";
1259
+ };
1260
+ };
1261
+ my: (value: {
1262
+ readonly [$$PropertyValue]: "marginTop";
1263
+ }) => {
1264
+ marginTop: {
1265
+ readonly [$$PropertyValue]: "marginTop";
1266
+ };
1267
+ marginBottom: {
1268
+ readonly [$$PropertyValue]: "marginTop";
1269
+ };
1270
+ };
1271
+ ta: (value: {
1272
+ readonly [$$PropertyValue]: "textAlign";
1273
+ }) => {
1274
+ textAlign: {
1275
+ readonly [$$PropertyValue]: "textAlign";
1276
+ };
1277
+ };
1278
+ fd: (value: {
1279
+ readonly [$$PropertyValue]: "flexDirection";
1280
+ }) => {
1281
+ flexDirection: {
1282
+ readonly [$$PropertyValue]: "flexDirection";
1283
+ };
1284
+ };
1285
+ fw: (value: {
1286
+ readonly [$$PropertyValue]: "flexWrap";
1287
+ }) => {
1288
+ flexWrap: {
1289
+ readonly [$$PropertyValue]: "flexWrap";
1290
+ };
1291
+ };
1292
+ ai: (value: {
1293
+ readonly [$$PropertyValue]: "alignItems";
1294
+ }) => {
1295
+ alignItems: {
1296
+ readonly [$$PropertyValue]: "alignItems";
1297
+ };
1298
+ };
1299
+ ac: (value: {
1300
+ readonly [$$PropertyValue]: "alignContent";
1301
+ }) => {
1302
+ alignContent: {
1303
+ readonly [$$PropertyValue]: "alignContent";
1304
+ };
1305
+ };
1306
+ jc: (value: {
1307
+ readonly [$$PropertyValue]: "justifyContent";
1308
+ }) => {
1309
+ justifyContent: {
1310
+ readonly [$$PropertyValue]: "justifyContent";
1311
+ };
1312
+ };
1313
+ as: (value: {
1314
+ readonly [$$PropertyValue]: "alignSelf";
1315
+ }) => {
1316
+ alignSelf: {
1317
+ readonly [$$PropertyValue]: "alignSelf";
1318
+ };
1319
+ };
1320
+ fg: (value: {
1321
+ readonly [$$PropertyValue]: "flexGrow";
1322
+ }) => {
1323
+ flexGrow: {
1324
+ readonly [$$PropertyValue]: "flexGrow";
1325
+ };
1326
+ };
1327
+ fs: (value: {
1328
+ readonly [$$PropertyValue]: "flexShrink";
1329
+ }) => {
1330
+ flexShrink: {
1331
+ readonly [$$PropertyValue]: "flexShrink";
1332
+ };
1333
+ };
1334
+ fb: (value: {
1335
+ readonly [$$PropertyValue]: "flexBasis";
1336
+ }) => {
1337
+ flexBasis: {
1338
+ readonly [$$PropertyValue]: "flexBasis";
1339
+ };
1340
+ };
1341
+ bc: (value: {
1342
+ readonly [$$PropertyValue]: "backgroundColor";
1343
+ }) => {
1344
+ backgroundColor: {
1345
+ readonly [$$PropertyValue]: "backgroundColor";
1346
+ };
1347
+ };
1348
+ br: (value: {
1349
+ readonly [$$PropertyValue]: "borderRadius";
1350
+ }) => {
1351
+ borderRadius: {
1352
+ readonly [$$PropertyValue]: "borderRadius";
1353
+ };
1354
+ };
1355
+ btrr: (value: {
1356
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1357
+ }) => {
1358
+ borderTopRightRadius: {
1359
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1360
+ };
1361
+ };
1362
+ bbrr: (value: {
1363
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1364
+ }) => {
1365
+ borderBottomRightRadius: {
1366
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1367
+ };
1368
+ };
1369
+ bblr: (value: {
1370
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1371
+ }) => {
1372
+ borderBottomLeftRadius: {
1373
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1374
+ };
1375
+ };
1376
+ btlr: (value: {
1377
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1378
+ }) => {
1379
+ borderTopLeftRadius: {
1380
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1381
+ };
1382
+ };
1383
+ bs: (value: {
1384
+ readonly [$$PropertyValue]: "boxShadow";
1385
+ }) => {
1386
+ boxShadow: {
1387
+ readonly [$$PropertyValue]: "boxShadow";
1388
+ };
1389
+ };
1390
+ lh: (value: {
1391
+ readonly [$$PropertyValue]: "lineHeight";
1392
+ }) => {
1393
+ lineHeight: {
1394
+ readonly [$$PropertyValue]: "lineHeight";
1395
+ };
1396
+ };
1397
+ ox: (value: {
1398
+ readonly [$$PropertyValue]: "overflowX";
1399
+ }) => {
1400
+ overflowX: {
1401
+ readonly [$$PropertyValue]: "overflowX";
1402
+ };
1403
+ };
1404
+ oy: (value: {
1405
+ readonly [$$PropertyValue]: "overflowY";
1406
+ }) => {
1407
+ overflowY: {
1408
+ readonly [$$PropertyValue]: "overflowY";
1409
+ };
1410
+ };
1411
+ pe: (value: {
1412
+ readonly [$$PropertyValue]: "pointerEvents";
1413
+ }) => {
1414
+ pointerEvents: {
1415
+ readonly [$$PropertyValue]: "pointerEvents";
1416
+ };
1417
+ };
1418
+ us: (value: {
1419
+ readonly [$$PropertyValue]: "userSelect";
1420
+ }) => {
1421
+ WebkitUserSelect: {
1422
+ readonly [$$PropertyValue]: "userSelect";
1423
+ };
1424
+ userSelect: {
1425
+ readonly [$$PropertyValue]: "userSelect";
1426
+ };
1427
+ };
1428
+ userSelect: (value: {
1429
+ readonly [$$PropertyValue]: "userSelect";
1430
+ }) => {
1431
+ WebkitUserSelect: {
1432
+ readonly [$$PropertyValue]: "userSelect";
1433
+ };
1434
+ userSelect: {
1435
+ readonly [$$PropertyValue]: "userSelect";
1436
+ };
1437
+ };
1438
+ size: (value: {
1439
+ readonly [$$PropertyValue]: "width";
1440
+ }) => {
1441
+ width: {
1442
+ readonly [$$PropertyValue]: "width";
1443
+ };
1444
+ height: {
1445
+ readonly [$$PropertyValue]: "width";
1446
+ };
1447
+ };
1448
+ appearance: (value: {
1449
+ readonly [$$PropertyValue]: "appearance";
1450
+ }) => {
1451
+ WebkitAppearance: {
1452
+ readonly [$$PropertyValue]: "appearance";
1453
+ };
1454
+ appearance: {
1455
+ readonly [$$PropertyValue]: "appearance";
1456
+ };
1457
+ };
1458
+ backgroundClip: (value: {
1459
+ readonly [$$PropertyValue]: "backgroundClip";
1460
+ }) => {
1461
+ WebkitBackgroundClip: {
1462
+ readonly [$$PropertyValue]: "backgroundClip";
1463
+ };
1464
+ backgroundClip: {
1465
+ readonly [$$PropertyValue]: "backgroundClip";
1466
+ };
1467
+ };
1468
+ }>>;
1469
+ export declare const ExpandedTable: {
1470
+ Root: React.FC<ExpandedTableRootProps>;
1471
+ Head: React.FC<{
1472
+ children?: React.ReactNode;
1473
+ }>;
1474
+ Body: import("@stitches/react/types/styled-component").StyledComponent<"tbody", {}, {
1475
+ motion: "(prefers-reduced-motion)";
1476
+ hover: "(any-hover: hover)";
1477
+ dark: "(prefers-color-scheme: dark)";
1478
+ light: "(prefers-color-scheme: light)";
1479
+ xs: "(max-width: 520px)";
1480
+ sm: "(max-width: 900px)";
1481
+ bp1: "(min-width: 520px)";
1482
+ bp2: "(min-width: 900px)";
1483
+ md: "(max-width: 1200px)";
1484
+ lg: "(max-width: 1800px)";
1485
+ }, import("@stitches/react/types/css-util").CSS<{
1486
+ motion: "(prefers-reduced-motion)";
1487
+ hover: "(any-hover: hover)";
1488
+ dark: "(prefers-color-scheme: dark)";
1489
+ light: "(prefers-color-scheme: light)";
1490
+ xs: "(max-width: 520px)";
1491
+ sm: "(max-width: 900px)";
1492
+ bp1: "(min-width: 520px)";
1493
+ bp2: "(min-width: 900px)";
1494
+ md: "(max-width: 1200px)";
1495
+ lg: "(max-width: 1800px)";
1496
+ }, {
1497
+ colors: {
1498
+ white: string;
1499
+ black: string;
1500
+ lightBackground: string;
1501
+ obolBlue: string;
1502
+ primaryBgDefault: string;
1503
+ primaryBgDefaultHover: string;
1504
+ primaryTextDefault: string;
1505
+ secondaryBgDefault: string;
1506
+ secondaryBgHover: string;
1507
+ grayBgDefault: string;
1508
+ gray2BgDefault: string;
1509
+ neutralDark: string;
1510
+ navButtonBgDefault: string;
1511
+ navButtonBgHover: string;
1512
+ cardBackgroundDark: string;
1513
+ cardBackgroundLight: string;
1514
+ gradientGold: string;
1515
+ gradientSilver: string;
1516
+ gradientBronze: string;
1517
+ textMiddle: string;
1518
+ textLight: string;
1519
+ textLighter: string;
1520
+ textTabHover: string;
1521
+ textTabInactive: string;
1522
+ textGreenDark: string;
1523
+ textGreenLight: string;
1524
+ textGreen1: string;
1525
+ textGreen2: string;
1526
+ textGreen3: string;
1527
+ textGreenHover: string;
1528
+ textCreateHover: string;
1529
+ textGrayHover: string;
1530
+ txButton: string;
1531
+ obolGreen: string;
1532
+ obolMidGreen: string;
1533
+ obolGreenHover: string;
1534
+ obolGreenLight: string;
1535
+ obolDarkDark: string;
1536
+ obolDisabled: string;
1537
+ linkButtonHover: string;
1538
+ progressTrackerGreen: string;
1539
+ lightGrey: string;
1540
+ obolGold: string;
1541
+ coordinate: string;
1542
+ coordinateHover: string;
1543
+ test: string;
1544
+ testHover: string;
1545
+ create: string;
1546
+ createHover: string;
1547
+ light: string;
1548
+ body: string;
1549
+ muted: string;
1550
+ menu: string;
1551
+ bg01: string;
1552
+ bg02: string;
1553
+ bg03: string;
1554
+ bg04: string;
1555
+ bg05: string;
1556
+ tooltip: string;
1557
+ tooltip2: string;
1558
+ skeletonBg: string;
1559
+ };
1560
+ space: {
1561
+ 1: string;
1562
+ 2: string;
1563
+ xxxs: string;
1564
+ xxs: string;
1565
+ xs: string;
1566
+ sm: string;
1567
+ md: string;
1568
+ lg: string;
1569
+ xl: string;
1570
+ "2xl": string;
1571
+ "3xl": string;
1572
+ "4xl": string;
1573
+ "5xl": string;
1574
+ "6xl": string;
1575
+ "7xl": string;
1576
+ };
1577
+ sizes: {
1578
+ 1: string;
1579
+ 2: string;
1580
+ xxxs: string;
1581
+ xxs: string;
1582
+ xs: string;
1583
+ sm: string;
1584
+ md: string;
1585
+ lg: string;
1586
+ xl: string;
1587
+ "2xl": string;
1588
+ "3xl": string;
1589
+ "4xl": string;
1590
+ "5xl": string;
1591
+ "6xl": string;
1592
+ "7xl": string;
1593
+ max: string;
1594
+ min: string;
1595
+ full: string;
1596
+ };
1597
+ radii: {
1598
+ 1: string;
1599
+ 2: string;
1600
+ 3: string;
1601
+ 4: string;
1602
+ 5: string;
1603
+ round: string;
1604
+ pill: string;
1605
+ };
1606
+ fontSizes: {
1607
+ 1: string;
1608
+ 2: string;
1609
+ 3: string;
1610
+ 4: string;
1611
+ 5: string;
1612
+ 6: string;
1613
+ 7: string;
1614
+ 8: string;
1615
+ 9: string;
1616
+ 10: string;
1617
+ 11: string;
1618
+ };
1619
+ fontWeights: {
1620
+ hairline: number;
1621
+ thin: number;
1622
+ light: number;
1623
+ normal: number;
1624
+ medium: number;
1625
+ semibold: number;
1626
+ bold: number;
1627
+ extrabold: number;
1628
+ black: number;
1629
+ };
1630
+ lineHeights: {
1631
+ normal: string;
1632
+ none: number;
1633
+ shorter: number;
1634
+ short: number;
1635
+ base: number;
1636
+ tall: number;
1637
+ tall2: number;
1638
+ taller: number;
1639
+ };
1640
+ letterSpacings: {
1641
+ tighter: string;
1642
+ tight: string;
1643
+ normal: string;
1644
+ wide: string;
1645
+ wider: string;
1646
+ widest: string;
1647
+ };
1648
+ borderWidths: unknown;
1649
+ borderStyles: unknown;
1650
+ shadows: unknown;
1651
+ zIndices: unknown;
1652
+ transitions: unknown;
1653
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1654
+ p: (value: {
1655
+ readonly [$$PropertyValue]: "padding";
1656
+ }) => {
1657
+ padding: {
1658
+ readonly [$$PropertyValue]: "padding";
1659
+ };
1660
+ };
1661
+ pt: (value: {
1662
+ readonly [$$PropertyValue]: "paddingTop";
1663
+ }) => {
1664
+ paddingTop: {
1665
+ readonly [$$PropertyValue]: "paddingTop";
1666
+ };
1667
+ };
1668
+ pr: (value: {
1669
+ readonly [$$PropertyValue]: "paddingRight";
1670
+ }) => {
1671
+ paddingRight: {
1672
+ readonly [$$PropertyValue]: "paddingRight";
1673
+ };
1674
+ };
1675
+ pb: (value: {
1676
+ readonly [$$PropertyValue]: "paddingBottom";
1677
+ }) => {
1678
+ paddingBottom: {
1679
+ readonly [$$PropertyValue]: "paddingBottom";
1680
+ };
1681
+ };
1682
+ pl: (value: {
1683
+ readonly [$$PropertyValue]: "paddingLeft";
1684
+ }) => {
1685
+ paddingLeft: {
1686
+ readonly [$$PropertyValue]: "paddingLeft";
1687
+ };
1688
+ };
1689
+ px: (value: {
1690
+ readonly [$$PropertyValue]: "paddingLeft";
1691
+ }) => {
1692
+ paddingLeft: {
1693
+ readonly [$$PropertyValue]: "paddingLeft";
1694
+ };
1695
+ paddingRight: {
1696
+ readonly [$$PropertyValue]: "paddingLeft";
1697
+ };
1698
+ };
1699
+ py: (value: {
1700
+ readonly [$$PropertyValue]: "paddingTop";
1701
+ }) => {
1702
+ paddingTop: {
1703
+ readonly [$$PropertyValue]: "paddingTop";
1704
+ };
1705
+ paddingBottom: {
1706
+ readonly [$$PropertyValue]: "paddingTop";
1707
+ };
1708
+ };
1709
+ m: (value: {
1710
+ readonly [$$PropertyValue]: "margin";
1711
+ }) => {
1712
+ margin: {
1713
+ readonly [$$PropertyValue]: "margin";
1714
+ };
1715
+ };
1716
+ mt: (value: {
1717
+ readonly [$$PropertyValue]: "marginTop";
1718
+ }) => {
1719
+ marginTop: {
1720
+ readonly [$$PropertyValue]: "marginTop";
1721
+ };
1722
+ };
1723
+ mr: (value: {
1724
+ readonly [$$PropertyValue]: "marginRight";
1725
+ }) => {
1726
+ marginRight: {
1727
+ readonly [$$PropertyValue]: "marginRight";
1728
+ };
1729
+ };
1730
+ mb: (value: {
1731
+ readonly [$$PropertyValue]: "marginBottom";
1732
+ }) => {
1733
+ marginBottom: {
1734
+ readonly [$$PropertyValue]: "marginBottom";
1735
+ };
1736
+ };
1737
+ ml: (value: {
1738
+ readonly [$$PropertyValue]: "marginLeft";
1739
+ }) => {
1740
+ marginLeft: {
1741
+ readonly [$$PropertyValue]: "marginLeft";
1742
+ };
1743
+ };
1744
+ mx: (value: {
1745
+ readonly [$$PropertyValue]: "marginLeft";
1746
+ }) => {
1747
+ marginLeft: {
1748
+ readonly [$$PropertyValue]: "marginLeft";
1749
+ };
1750
+ marginRight: {
1751
+ readonly [$$PropertyValue]: "marginLeft";
1752
+ };
1753
+ };
1754
+ my: (value: {
1755
+ readonly [$$PropertyValue]: "marginTop";
1756
+ }) => {
1757
+ marginTop: {
1758
+ readonly [$$PropertyValue]: "marginTop";
1759
+ };
1760
+ marginBottom: {
1761
+ readonly [$$PropertyValue]: "marginTop";
1762
+ };
1763
+ };
1764
+ ta: (value: {
1765
+ readonly [$$PropertyValue]: "textAlign";
1766
+ }) => {
1767
+ textAlign: {
1768
+ readonly [$$PropertyValue]: "textAlign";
1769
+ };
1770
+ };
1771
+ fd: (value: {
1772
+ readonly [$$PropertyValue]: "flexDirection";
1773
+ }) => {
1774
+ flexDirection: {
1775
+ readonly [$$PropertyValue]: "flexDirection";
1776
+ };
1777
+ };
1778
+ fw: (value: {
1779
+ readonly [$$PropertyValue]: "flexWrap";
1780
+ }) => {
1781
+ flexWrap: {
1782
+ readonly [$$PropertyValue]: "flexWrap";
1783
+ };
1784
+ };
1785
+ ai: (value: {
1786
+ readonly [$$PropertyValue]: "alignItems";
1787
+ }) => {
1788
+ alignItems: {
1789
+ readonly [$$PropertyValue]: "alignItems";
1790
+ };
1791
+ };
1792
+ ac: (value: {
1793
+ readonly [$$PropertyValue]: "alignContent";
1794
+ }) => {
1795
+ alignContent: {
1796
+ readonly [$$PropertyValue]: "alignContent";
1797
+ };
1798
+ };
1799
+ jc: (value: {
1800
+ readonly [$$PropertyValue]: "justifyContent";
1801
+ }) => {
1802
+ justifyContent: {
1803
+ readonly [$$PropertyValue]: "justifyContent";
1804
+ };
1805
+ };
1806
+ as: (value: {
1807
+ readonly [$$PropertyValue]: "alignSelf";
1808
+ }) => {
1809
+ alignSelf: {
1810
+ readonly [$$PropertyValue]: "alignSelf";
1811
+ };
1812
+ };
1813
+ fg: (value: {
1814
+ readonly [$$PropertyValue]: "flexGrow";
1815
+ }) => {
1816
+ flexGrow: {
1817
+ readonly [$$PropertyValue]: "flexGrow";
1818
+ };
1819
+ };
1820
+ fs: (value: {
1821
+ readonly [$$PropertyValue]: "flexShrink";
1822
+ }) => {
1823
+ flexShrink: {
1824
+ readonly [$$PropertyValue]: "flexShrink";
1825
+ };
1826
+ };
1827
+ fb: (value: {
1828
+ readonly [$$PropertyValue]: "flexBasis";
1829
+ }) => {
1830
+ flexBasis: {
1831
+ readonly [$$PropertyValue]: "flexBasis";
1832
+ };
1833
+ };
1834
+ bc: (value: {
1835
+ readonly [$$PropertyValue]: "backgroundColor";
1836
+ }) => {
1837
+ backgroundColor: {
1838
+ readonly [$$PropertyValue]: "backgroundColor";
1839
+ };
1840
+ };
1841
+ br: (value: {
1842
+ readonly [$$PropertyValue]: "borderRadius";
1843
+ }) => {
1844
+ borderRadius: {
1845
+ readonly [$$PropertyValue]: "borderRadius";
1846
+ };
1847
+ };
1848
+ btrr: (value: {
1849
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1850
+ }) => {
1851
+ borderTopRightRadius: {
1852
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1853
+ };
1854
+ };
1855
+ bbrr: (value: {
1856
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1857
+ }) => {
1858
+ borderBottomRightRadius: {
1859
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1860
+ };
1861
+ };
1862
+ bblr: (value: {
1863
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1864
+ }) => {
1865
+ borderBottomLeftRadius: {
1866
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1867
+ };
1868
+ };
1869
+ btlr: (value: {
1870
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1871
+ }) => {
1872
+ borderTopLeftRadius: {
1873
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1874
+ };
1875
+ };
1876
+ bs: (value: {
1877
+ readonly [$$PropertyValue]: "boxShadow";
1878
+ }) => {
1879
+ boxShadow: {
1880
+ readonly [$$PropertyValue]: "boxShadow";
1881
+ };
1882
+ };
1883
+ lh: (value: {
1884
+ readonly [$$PropertyValue]: "lineHeight";
1885
+ }) => {
1886
+ lineHeight: {
1887
+ readonly [$$PropertyValue]: "lineHeight";
1888
+ };
1889
+ };
1890
+ ox: (value: {
1891
+ readonly [$$PropertyValue]: "overflowX";
1892
+ }) => {
1893
+ overflowX: {
1894
+ readonly [$$PropertyValue]: "overflowX";
1895
+ };
1896
+ };
1897
+ oy: (value: {
1898
+ readonly [$$PropertyValue]: "overflowY";
1899
+ }) => {
1900
+ overflowY: {
1901
+ readonly [$$PropertyValue]: "overflowY";
1902
+ };
1903
+ };
1904
+ pe: (value: {
1905
+ readonly [$$PropertyValue]: "pointerEvents";
1906
+ }) => {
1907
+ pointerEvents: {
1908
+ readonly [$$PropertyValue]: "pointerEvents";
1909
+ };
1910
+ };
1911
+ us: (value: {
1912
+ readonly [$$PropertyValue]: "userSelect";
1913
+ }) => {
1914
+ WebkitUserSelect: {
1915
+ readonly [$$PropertyValue]: "userSelect";
1916
+ };
1917
+ userSelect: {
1918
+ readonly [$$PropertyValue]: "userSelect";
1919
+ };
1920
+ };
1921
+ userSelect: (value: {
1922
+ readonly [$$PropertyValue]: "userSelect";
1923
+ }) => {
1924
+ WebkitUserSelect: {
1925
+ readonly [$$PropertyValue]: "userSelect";
1926
+ };
1927
+ userSelect: {
1928
+ readonly [$$PropertyValue]: "userSelect";
1929
+ };
1930
+ };
1931
+ size: (value: {
1932
+ readonly [$$PropertyValue]: "width";
1933
+ }) => {
1934
+ width: {
1935
+ readonly [$$PropertyValue]: "width";
1936
+ };
1937
+ height: {
1938
+ readonly [$$PropertyValue]: "width";
1939
+ };
1940
+ };
1941
+ appearance: (value: {
1942
+ readonly [$$PropertyValue]: "appearance";
1943
+ }) => {
1944
+ WebkitAppearance: {
1945
+ readonly [$$PropertyValue]: "appearance";
1946
+ };
1947
+ appearance: {
1948
+ readonly [$$PropertyValue]: "appearance";
1949
+ };
1950
+ };
1951
+ backgroundClip: (value: {
1952
+ readonly [$$PropertyValue]: "backgroundClip";
1953
+ }) => {
1954
+ WebkitBackgroundClip: {
1955
+ readonly [$$PropertyValue]: "backgroundClip";
1956
+ };
1957
+ backgroundClip: {
1958
+ readonly [$$PropertyValue]: "backgroundClip";
1959
+ };
1960
+ };
1961
+ }>>;
1962
+ Row: import("@stitches/react/types/styled-component").StyledComponent<"tr", {}, {
1963
+ motion: "(prefers-reduced-motion)";
1964
+ hover: "(any-hover: hover)";
1965
+ dark: "(prefers-color-scheme: dark)";
1966
+ light: "(prefers-color-scheme: light)";
1967
+ xs: "(max-width: 520px)";
1968
+ sm: "(max-width: 900px)";
1969
+ bp1: "(min-width: 520px)";
1970
+ bp2: "(min-width: 900px)";
1971
+ md: "(max-width: 1200px)";
1972
+ lg: "(max-width: 1800px)";
1973
+ }, import("@stitches/react/types/css-util").CSS<{
1974
+ motion: "(prefers-reduced-motion)";
1975
+ hover: "(any-hover: hover)";
1976
+ dark: "(prefers-color-scheme: dark)";
1977
+ light: "(prefers-color-scheme: light)";
1978
+ xs: "(max-width: 520px)";
1979
+ sm: "(max-width: 900px)";
1980
+ bp1: "(min-width: 520px)";
1981
+ bp2: "(min-width: 900px)";
1982
+ md: "(max-width: 1200px)";
1983
+ lg: "(max-width: 1800px)";
1984
+ }, {
1985
+ colors: {
1986
+ white: string;
1987
+ black: string;
1988
+ lightBackground: string;
1989
+ obolBlue: string;
1990
+ primaryBgDefault: string;
1991
+ primaryBgDefaultHover: string;
1992
+ primaryTextDefault: string;
1993
+ secondaryBgDefault: string;
1994
+ secondaryBgHover: string;
1995
+ grayBgDefault: string;
1996
+ gray2BgDefault: string;
1997
+ neutralDark: string;
1998
+ navButtonBgDefault: string;
1999
+ navButtonBgHover: string;
2000
+ cardBackgroundDark: string;
2001
+ cardBackgroundLight: string;
2002
+ gradientGold: string;
2003
+ gradientSilver: string;
2004
+ gradientBronze: string;
2005
+ textMiddle: string;
2006
+ textLight: string;
2007
+ textLighter: string;
2008
+ textTabHover: string;
2009
+ textTabInactive: string;
2010
+ textGreenDark: string;
2011
+ textGreenLight: string;
2012
+ textGreen1: string;
2013
+ textGreen2: string;
2014
+ textGreen3: string;
2015
+ textGreenHover: string;
2016
+ textCreateHover: string;
2017
+ textGrayHover: string;
2018
+ txButton: string;
2019
+ obolGreen: string;
2020
+ obolMidGreen: string;
2021
+ obolGreenHover: string;
2022
+ obolGreenLight: string;
2023
+ obolDarkDark: string;
2024
+ obolDisabled: string;
2025
+ linkButtonHover: string;
2026
+ progressTrackerGreen: string;
2027
+ lightGrey: string;
2028
+ obolGold: string;
2029
+ coordinate: string;
2030
+ coordinateHover: string;
2031
+ test: string;
2032
+ testHover: string;
2033
+ create: string;
2034
+ createHover: string;
2035
+ light: string;
2036
+ body: string;
2037
+ muted: string;
2038
+ menu: string;
2039
+ bg01: string;
2040
+ bg02: string;
2041
+ bg03: string;
2042
+ bg04: string;
2043
+ bg05: string;
2044
+ tooltip: string;
2045
+ tooltip2: string;
2046
+ skeletonBg: string;
2047
+ };
2048
+ space: {
2049
+ 1: string;
2050
+ 2: string;
2051
+ xxxs: string;
2052
+ xxs: string;
2053
+ xs: string;
2054
+ sm: string;
2055
+ md: string;
2056
+ lg: string;
2057
+ xl: string;
2058
+ "2xl": string;
2059
+ "3xl": string;
2060
+ "4xl": string;
2061
+ "5xl": string;
2062
+ "6xl": string;
2063
+ "7xl": string;
2064
+ };
2065
+ sizes: {
2066
+ 1: string;
2067
+ 2: string;
2068
+ xxxs: string;
2069
+ xxs: string;
2070
+ xs: string;
2071
+ sm: string;
2072
+ md: string;
2073
+ lg: string;
2074
+ xl: string;
2075
+ "2xl": string;
2076
+ "3xl": string;
2077
+ "4xl": string;
2078
+ "5xl": string;
2079
+ "6xl": string;
2080
+ "7xl": string;
2081
+ max: string;
2082
+ min: string;
2083
+ full: string;
2084
+ };
2085
+ radii: {
2086
+ 1: string;
2087
+ 2: string;
2088
+ 3: string;
2089
+ 4: string;
2090
+ 5: string;
2091
+ round: string;
2092
+ pill: string;
2093
+ };
2094
+ fontSizes: {
2095
+ 1: string;
2096
+ 2: string;
2097
+ 3: string;
2098
+ 4: string;
2099
+ 5: string;
2100
+ 6: string;
2101
+ 7: string;
2102
+ 8: string;
2103
+ 9: string;
2104
+ 10: string;
2105
+ 11: string;
2106
+ };
2107
+ fontWeights: {
2108
+ hairline: number;
2109
+ thin: number;
2110
+ light: number;
2111
+ normal: number;
2112
+ medium: number;
2113
+ semibold: number;
2114
+ bold: number;
2115
+ extrabold: number;
2116
+ black: number;
2117
+ };
2118
+ lineHeights: {
2119
+ normal: string;
2120
+ none: number;
2121
+ shorter: number;
2122
+ short: number;
2123
+ base: number;
2124
+ tall: number;
2125
+ tall2: number;
2126
+ taller: number;
2127
+ };
2128
+ letterSpacings: {
2129
+ tighter: string;
2130
+ tight: string;
2131
+ normal: string;
2132
+ wide: string;
2133
+ wider: string;
2134
+ widest: string;
2135
+ };
2136
+ borderWidths: unknown;
2137
+ borderStyles: unknown;
2138
+ shadows: unknown;
2139
+ zIndices: unknown;
2140
+ transitions: unknown;
2141
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
2142
+ p: (value: {
2143
+ readonly [$$PropertyValue]: "padding";
2144
+ }) => {
2145
+ padding: {
2146
+ readonly [$$PropertyValue]: "padding";
2147
+ };
2148
+ };
2149
+ pt: (value: {
2150
+ readonly [$$PropertyValue]: "paddingTop";
2151
+ }) => {
2152
+ paddingTop: {
2153
+ readonly [$$PropertyValue]: "paddingTop";
2154
+ };
2155
+ };
2156
+ pr: (value: {
2157
+ readonly [$$PropertyValue]: "paddingRight";
2158
+ }) => {
2159
+ paddingRight: {
2160
+ readonly [$$PropertyValue]: "paddingRight";
2161
+ };
2162
+ };
2163
+ pb: (value: {
2164
+ readonly [$$PropertyValue]: "paddingBottom";
2165
+ }) => {
2166
+ paddingBottom: {
2167
+ readonly [$$PropertyValue]: "paddingBottom";
2168
+ };
2169
+ };
2170
+ pl: (value: {
2171
+ readonly [$$PropertyValue]: "paddingLeft";
2172
+ }) => {
2173
+ paddingLeft: {
2174
+ readonly [$$PropertyValue]: "paddingLeft";
2175
+ };
2176
+ };
2177
+ px: (value: {
2178
+ readonly [$$PropertyValue]: "paddingLeft";
2179
+ }) => {
2180
+ paddingLeft: {
2181
+ readonly [$$PropertyValue]: "paddingLeft";
2182
+ };
2183
+ paddingRight: {
2184
+ readonly [$$PropertyValue]: "paddingLeft";
2185
+ };
2186
+ };
2187
+ py: (value: {
2188
+ readonly [$$PropertyValue]: "paddingTop";
2189
+ }) => {
2190
+ paddingTop: {
2191
+ readonly [$$PropertyValue]: "paddingTop";
2192
+ };
2193
+ paddingBottom: {
2194
+ readonly [$$PropertyValue]: "paddingTop";
2195
+ };
2196
+ };
2197
+ m: (value: {
2198
+ readonly [$$PropertyValue]: "margin";
2199
+ }) => {
2200
+ margin: {
2201
+ readonly [$$PropertyValue]: "margin";
2202
+ };
2203
+ };
2204
+ mt: (value: {
2205
+ readonly [$$PropertyValue]: "marginTop";
2206
+ }) => {
2207
+ marginTop: {
2208
+ readonly [$$PropertyValue]: "marginTop";
2209
+ };
2210
+ };
2211
+ mr: (value: {
2212
+ readonly [$$PropertyValue]: "marginRight";
2213
+ }) => {
2214
+ marginRight: {
2215
+ readonly [$$PropertyValue]: "marginRight";
2216
+ };
2217
+ };
2218
+ mb: (value: {
2219
+ readonly [$$PropertyValue]: "marginBottom";
2220
+ }) => {
2221
+ marginBottom: {
2222
+ readonly [$$PropertyValue]: "marginBottom";
2223
+ };
2224
+ };
2225
+ ml: (value: {
2226
+ readonly [$$PropertyValue]: "marginLeft";
2227
+ }) => {
2228
+ marginLeft: {
2229
+ readonly [$$PropertyValue]: "marginLeft";
2230
+ };
2231
+ };
2232
+ mx: (value: {
2233
+ readonly [$$PropertyValue]: "marginLeft";
2234
+ }) => {
2235
+ marginLeft: {
2236
+ readonly [$$PropertyValue]: "marginLeft";
2237
+ };
2238
+ marginRight: {
2239
+ readonly [$$PropertyValue]: "marginLeft";
2240
+ };
2241
+ };
2242
+ my: (value: {
2243
+ readonly [$$PropertyValue]: "marginTop";
2244
+ }) => {
2245
+ marginTop: {
2246
+ readonly [$$PropertyValue]: "marginTop";
2247
+ };
2248
+ marginBottom: {
2249
+ readonly [$$PropertyValue]: "marginTop";
2250
+ };
2251
+ };
2252
+ ta: (value: {
2253
+ readonly [$$PropertyValue]: "textAlign";
2254
+ }) => {
2255
+ textAlign: {
2256
+ readonly [$$PropertyValue]: "textAlign";
2257
+ };
2258
+ };
2259
+ fd: (value: {
2260
+ readonly [$$PropertyValue]: "flexDirection";
2261
+ }) => {
2262
+ flexDirection: {
2263
+ readonly [$$PropertyValue]: "flexDirection";
2264
+ };
2265
+ };
2266
+ fw: (value: {
2267
+ readonly [$$PropertyValue]: "flexWrap";
2268
+ }) => {
2269
+ flexWrap: {
2270
+ readonly [$$PropertyValue]: "flexWrap";
2271
+ };
2272
+ };
2273
+ ai: (value: {
2274
+ readonly [$$PropertyValue]: "alignItems";
2275
+ }) => {
2276
+ alignItems: {
2277
+ readonly [$$PropertyValue]: "alignItems";
2278
+ };
2279
+ };
2280
+ ac: (value: {
2281
+ readonly [$$PropertyValue]: "alignContent";
2282
+ }) => {
2283
+ alignContent: {
2284
+ readonly [$$PropertyValue]: "alignContent";
2285
+ };
2286
+ };
2287
+ jc: (value: {
2288
+ readonly [$$PropertyValue]: "justifyContent";
2289
+ }) => {
2290
+ justifyContent: {
2291
+ readonly [$$PropertyValue]: "justifyContent";
2292
+ };
2293
+ };
2294
+ as: (value: {
2295
+ readonly [$$PropertyValue]: "alignSelf";
2296
+ }) => {
2297
+ alignSelf: {
2298
+ readonly [$$PropertyValue]: "alignSelf";
2299
+ };
2300
+ };
2301
+ fg: (value: {
2302
+ readonly [$$PropertyValue]: "flexGrow";
2303
+ }) => {
2304
+ flexGrow: {
2305
+ readonly [$$PropertyValue]: "flexGrow";
2306
+ };
2307
+ };
2308
+ fs: (value: {
2309
+ readonly [$$PropertyValue]: "flexShrink";
2310
+ }) => {
2311
+ flexShrink: {
2312
+ readonly [$$PropertyValue]: "flexShrink";
2313
+ };
2314
+ };
2315
+ fb: (value: {
2316
+ readonly [$$PropertyValue]: "flexBasis";
2317
+ }) => {
2318
+ flexBasis: {
2319
+ readonly [$$PropertyValue]: "flexBasis";
2320
+ };
2321
+ };
2322
+ bc: (value: {
2323
+ readonly [$$PropertyValue]: "backgroundColor";
2324
+ }) => {
2325
+ backgroundColor: {
2326
+ readonly [$$PropertyValue]: "backgroundColor";
2327
+ };
2328
+ };
2329
+ br: (value: {
2330
+ readonly [$$PropertyValue]: "borderRadius";
2331
+ }) => {
2332
+ borderRadius: {
2333
+ readonly [$$PropertyValue]: "borderRadius";
2334
+ };
2335
+ };
2336
+ btrr: (value: {
2337
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2338
+ }) => {
2339
+ borderTopRightRadius: {
2340
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2341
+ };
2342
+ };
2343
+ bbrr: (value: {
2344
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2345
+ }) => {
2346
+ borderBottomRightRadius: {
2347
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2348
+ };
2349
+ };
2350
+ bblr: (value: {
2351
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2352
+ }) => {
2353
+ borderBottomLeftRadius: {
2354
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2355
+ };
2356
+ };
2357
+ btlr: (value: {
2358
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2359
+ }) => {
2360
+ borderTopLeftRadius: {
2361
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2362
+ };
2363
+ };
2364
+ bs: (value: {
2365
+ readonly [$$PropertyValue]: "boxShadow";
2366
+ }) => {
2367
+ boxShadow: {
2368
+ readonly [$$PropertyValue]: "boxShadow";
2369
+ };
2370
+ };
2371
+ lh: (value: {
2372
+ readonly [$$PropertyValue]: "lineHeight";
2373
+ }) => {
2374
+ lineHeight: {
2375
+ readonly [$$PropertyValue]: "lineHeight";
2376
+ };
2377
+ };
2378
+ ox: (value: {
2379
+ readonly [$$PropertyValue]: "overflowX";
2380
+ }) => {
2381
+ overflowX: {
2382
+ readonly [$$PropertyValue]: "overflowX";
2383
+ };
2384
+ };
2385
+ oy: (value: {
2386
+ readonly [$$PropertyValue]: "overflowY";
2387
+ }) => {
2388
+ overflowY: {
2389
+ readonly [$$PropertyValue]: "overflowY";
2390
+ };
2391
+ };
2392
+ pe: (value: {
2393
+ readonly [$$PropertyValue]: "pointerEvents";
2394
+ }) => {
2395
+ pointerEvents: {
2396
+ readonly [$$PropertyValue]: "pointerEvents";
2397
+ };
2398
+ };
2399
+ us: (value: {
2400
+ readonly [$$PropertyValue]: "userSelect";
2401
+ }) => {
2402
+ WebkitUserSelect: {
2403
+ readonly [$$PropertyValue]: "userSelect";
2404
+ };
2405
+ userSelect: {
2406
+ readonly [$$PropertyValue]: "userSelect";
2407
+ };
2408
+ };
2409
+ userSelect: (value: {
2410
+ readonly [$$PropertyValue]: "userSelect";
2411
+ }) => {
2412
+ WebkitUserSelect: {
2413
+ readonly [$$PropertyValue]: "userSelect";
2414
+ };
2415
+ userSelect: {
2416
+ readonly [$$PropertyValue]: "userSelect";
2417
+ };
2418
+ };
2419
+ size: (value: {
2420
+ readonly [$$PropertyValue]: "width";
2421
+ }) => {
2422
+ width: {
2423
+ readonly [$$PropertyValue]: "width";
2424
+ };
2425
+ height: {
2426
+ readonly [$$PropertyValue]: "width";
2427
+ };
2428
+ };
2429
+ appearance: (value: {
2430
+ readonly [$$PropertyValue]: "appearance";
2431
+ }) => {
2432
+ WebkitAppearance: {
2433
+ readonly [$$PropertyValue]: "appearance";
2434
+ };
2435
+ appearance: {
2436
+ readonly [$$PropertyValue]: "appearance";
2437
+ };
2438
+ };
2439
+ backgroundClip: (value: {
2440
+ readonly [$$PropertyValue]: "backgroundClip";
2441
+ }) => {
2442
+ WebkitBackgroundClip: {
2443
+ readonly [$$PropertyValue]: "backgroundClip";
2444
+ };
2445
+ backgroundClip: {
2446
+ readonly [$$PropertyValue]: "backgroundClip";
2447
+ };
2448
+ };
2449
+ }>>;
2450
+ Cell: import("@stitches/react/types/styled-component").StyledComponent<"td", {}, {
2451
+ motion: "(prefers-reduced-motion)";
2452
+ hover: "(any-hover: hover)";
2453
+ dark: "(prefers-color-scheme: dark)";
2454
+ light: "(prefers-color-scheme: light)";
2455
+ xs: "(max-width: 520px)";
2456
+ sm: "(max-width: 900px)";
2457
+ bp1: "(min-width: 520px)";
2458
+ bp2: "(min-width: 900px)";
2459
+ md: "(max-width: 1200px)";
2460
+ lg: "(max-width: 1800px)";
2461
+ }, import("@stitches/react/types/css-util").CSS<{
2462
+ motion: "(prefers-reduced-motion)";
2463
+ hover: "(any-hover: hover)";
2464
+ dark: "(prefers-color-scheme: dark)";
2465
+ light: "(prefers-color-scheme: light)";
2466
+ xs: "(max-width: 520px)";
2467
+ sm: "(max-width: 900px)";
2468
+ bp1: "(min-width: 520px)";
2469
+ bp2: "(min-width: 900px)";
2470
+ md: "(max-width: 1200px)";
2471
+ lg: "(max-width: 1800px)";
2472
+ }, {
2473
+ colors: {
2474
+ white: string;
2475
+ black: string;
2476
+ lightBackground: string;
2477
+ obolBlue: string;
2478
+ primaryBgDefault: string;
2479
+ primaryBgDefaultHover: string;
2480
+ primaryTextDefault: string;
2481
+ secondaryBgDefault: string;
2482
+ secondaryBgHover: string;
2483
+ grayBgDefault: string;
2484
+ gray2BgDefault: string;
2485
+ neutralDark: string;
2486
+ navButtonBgDefault: string;
2487
+ navButtonBgHover: string;
2488
+ cardBackgroundDark: string;
2489
+ cardBackgroundLight: string;
2490
+ gradientGold: string;
2491
+ gradientSilver: string;
2492
+ gradientBronze: string;
2493
+ textMiddle: string;
2494
+ textLight: string;
2495
+ textLighter: string;
2496
+ textTabHover: string;
2497
+ textTabInactive: string;
2498
+ textGreenDark: string;
2499
+ textGreenLight: string;
2500
+ textGreen1: string;
2501
+ textGreen2: string;
2502
+ textGreen3: string;
2503
+ textGreenHover: string;
2504
+ textCreateHover: string;
2505
+ textGrayHover: string;
2506
+ txButton: string;
2507
+ obolGreen: string;
2508
+ obolMidGreen: string;
2509
+ obolGreenHover: string;
2510
+ obolGreenLight: string;
2511
+ obolDarkDark: string;
2512
+ obolDisabled: string;
2513
+ linkButtonHover: string;
2514
+ progressTrackerGreen: string;
2515
+ lightGrey: string;
2516
+ obolGold: string;
2517
+ coordinate: string;
2518
+ coordinateHover: string;
2519
+ test: string;
2520
+ testHover: string;
2521
+ create: string;
2522
+ createHover: string;
2523
+ light: string;
2524
+ body: string;
2525
+ muted: string;
2526
+ menu: string;
2527
+ bg01: string;
2528
+ bg02: string;
2529
+ bg03: string;
2530
+ bg04: string;
2531
+ bg05: string;
2532
+ tooltip: string;
2533
+ tooltip2: string;
2534
+ skeletonBg: string;
2535
+ };
2536
+ space: {
2537
+ 1: string;
2538
+ 2: string;
2539
+ xxxs: string;
2540
+ xxs: string;
2541
+ xs: string;
2542
+ sm: string;
2543
+ md: string;
2544
+ lg: string;
2545
+ xl: string;
2546
+ "2xl": string;
2547
+ "3xl": string;
2548
+ "4xl": string;
2549
+ "5xl": string;
2550
+ "6xl": string;
2551
+ "7xl": string;
2552
+ };
2553
+ sizes: {
2554
+ 1: string;
2555
+ 2: string;
2556
+ xxxs: string;
2557
+ xxs: string;
2558
+ xs: string;
2559
+ sm: string;
2560
+ md: string;
2561
+ lg: string;
2562
+ xl: string;
2563
+ "2xl": string;
2564
+ "3xl": string;
2565
+ "4xl": string;
2566
+ "5xl": string;
2567
+ "6xl": string;
2568
+ "7xl": string;
2569
+ max: string;
2570
+ min: string;
2571
+ full: string;
2572
+ };
2573
+ radii: {
2574
+ 1: string;
2575
+ 2: string;
2576
+ 3: string;
2577
+ 4: string;
2578
+ 5: string;
2579
+ round: string;
2580
+ pill: string;
2581
+ };
2582
+ fontSizes: {
2583
+ 1: string;
2584
+ 2: string;
2585
+ 3: string;
2586
+ 4: string;
2587
+ 5: string;
2588
+ 6: string;
2589
+ 7: string;
2590
+ 8: string;
2591
+ 9: string;
2592
+ 10: string;
2593
+ 11: string;
2594
+ };
2595
+ fontWeights: {
2596
+ hairline: number;
2597
+ thin: number;
2598
+ light: number;
2599
+ normal: number;
2600
+ medium: number;
2601
+ semibold: number;
2602
+ bold: number;
2603
+ extrabold: number;
2604
+ black: number;
2605
+ };
2606
+ lineHeights: {
2607
+ normal: string;
2608
+ none: number;
2609
+ shorter: number;
2610
+ short: number;
2611
+ base: number;
2612
+ tall: number;
2613
+ tall2: number;
2614
+ taller: number;
2615
+ };
2616
+ letterSpacings: {
2617
+ tighter: string;
2618
+ tight: string;
2619
+ normal: string;
2620
+ wide: string;
2621
+ wider: string;
2622
+ widest: string;
2623
+ };
2624
+ borderWidths: unknown;
2625
+ borderStyles: unknown;
2626
+ shadows: unknown;
2627
+ zIndices: unknown;
2628
+ transitions: unknown;
2629
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
2630
+ p: (value: {
2631
+ readonly [$$PropertyValue]: "padding";
2632
+ }) => {
2633
+ padding: {
2634
+ readonly [$$PropertyValue]: "padding";
2635
+ };
2636
+ };
2637
+ pt: (value: {
2638
+ readonly [$$PropertyValue]: "paddingTop";
2639
+ }) => {
2640
+ paddingTop: {
2641
+ readonly [$$PropertyValue]: "paddingTop";
2642
+ };
2643
+ };
2644
+ pr: (value: {
2645
+ readonly [$$PropertyValue]: "paddingRight";
2646
+ }) => {
2647
+ paddingRight: {
2648
+ readonly [$$PropertyValue]: "paddingRight";
2649
+ };
2650
+ };
2651
+ pb: (value: {
2652
+ readonly [$$PropertyValue]: "paddingBottom";
2653
+ }) => {
2654
+ paddingBottom: {
2655
+ readonly [$$PropertyValue]: "paddingBottom";
2656
+ };
2657
+ };
2658
+ pl: (value: {
2659
+ readonly [$$PropertyValue]: "paddingLeft";
2660
+ }) => {
2661
+ paddingLeft: {
2662
+ readonly [$$PropertyValue]: "paddingLeft";
2663
+ };
2664
+ };
2665
+ px: (value: {
2666
+ readonly [$$PropertyValue]: "paddingLeft";
2667
+ }) => {
2668
+ paddingLeft: {
2669
+ readonly [$$PropertyValue]: "paddingLeft";
2670
+ };
2671
+ paddingRight: {
2672
+ readonly [$$PropertyValue]: "paddingLeft";
2673
+ };
2674
+ };
2675
+ py: (value: {
2676
+ readonly [$$PropertyValue]: "paddingTop";
2677
+ }) => {
2678
+ paddingTop: {
2679
+ readonly [$$PropertyValue]: "paddingTop";
2680
+ };
2681
+ paddingBottom: {
2682
+ readonly [$$PropertyValue]: "paddingTop";
2683
+ };
2684
+ };
2685
+ m: (value: {
2686
+ readonly [$$PropertyValue]: "margin";
2687
+ }) => {
2688
+ margin: {
2689
+ readonly [$$PropertyValue]: "margin";
2690
+ };
2691
+ };
2692
+ mt: (value: {
2693
+ readonly [$$PropertyValue]: "marginTop";
2694
+ }) => {
2695
+ marginTop: {
2696
+ readonly [$$PropertyValue]: "marginTop";
2697
+ };
2698
+ };
2699
+ mr: (value: {
2700
+ readonly [$$PropertyValue]: "marginRight";
2701
+ }) => {
2702
+ marginRight: {
2703
+ readonly [$$PropertyValue]: "marginRight";
2704
+ };
2705
+ };
2706
+ mb: (value: {
2707
+ readonly [$$PropertyValue]: "marginBottom";
2708
+ }) => {
2709
+ marginBottom: {
2710
+ readonly [$$PropertyValue]: "marginBottom";
2711
+ };
2712
+ };
2713
+ ml: (value: {
2714
+ readonly [$$PropertyValue]: "marginLeft";
2715
+ }) => {
2716
+ marginLeft: {
2717
+ readonly [$$PropertyValue]: "marginLeft";
2718
+ };
2719
+ };
2720
+ mx: (value: {
2721
+ readonly [$$PropertyValue]: "marginLeft";
2722
+ }) => {
2723
+ marginLeft: {
2724
+ readonly [$$PropertyValue]: "marginLeft";
2725
+ };
2726
+ marginRight: {
2727
+ readonly [$$PropertyValue]: "marginLeft";
2728
+ };
2729
+ };
2730
+ my: (value: {
2731
+ readonly [$$PropertyValue]: "marginTop";
2732
+ }) => {
2733
+ marginTop: {
2734
+ readonly [$$PropertyValue]: "marginTop";
2735
+ };
2736
+ marginBottom: {
2737
+ readonly [$$PropertyValue]: "marginTop";
2738
+ };
2739
+ };
2740
+ ta: (value: {
2741
+ readonly [$$PropertyValue]: "textAlign";
2742
+ }) => {
2743
+ textAlign: {
2744
+ readonly [$$PropertyValue]: "textAlign";
2745
+ };
2746
+ };
2747
+ fd: (value: {
2748
+ readonly [$$PropertyValue]: "flexDirection";
2749
+ }) => {
2750
+ flexDirection: {
2751
+ readonly [$$PropertyValue]: "flexDirection";
2752
+ };
2753
+ };
2754
+ fw: (value: {
2755
+ readonly [$$PropertyValue]: "flexWrap";
2756
+ }) => {
2757
+ flexWrap: {
2758
+ readonly [$$PropertyValue]: "flexWrap";
2759
+ };
2760
+ };
2761
+ ai: (value: {
2762
+ readonly [$$PropertyValue]: "alignItems";
2763
+ }) => {
2764
+ alignItems: {
2765
+ readonly [$$PropertyValue]: "alignItems";
2766
+ };
2767
+ };
2768
+ ac: (value: {
2769
+ readonly [$$PropertyValue]: "alignContent";
2770
+ }) => {
2771
+ alignContent: {
2772
+ readonly [$$PropertyValue]: "alignContent";
2773
+ };
2774
+ };
2775
+ jc: (value: {
2776
+ readonly [$$PropertyValue]: "justifyContent";
2777
+ }) => {
2778
+ justifyContent: {
2779
+ readonly [$$PropertyValue]: "justifyContent";
2780
+ };
2781
+ };
2782
+ as: (value: {
2783
+ readonly [$$PropertyValue]: "alignSelf";
2784
+ }) => {
2785
+ alignSelf: {
2786
+ readonly [$$PropertyValue]: "alignSelf";
2787
+ };
2788
+ };
2789
+ fg: (value: {
2790
+ readonly [$$PropertyValue]: "flexGrow";
2791
+ }) => {
2792
+ flexGrow: {
2793
+ readonly [$$PropertyValue]: "flexGrow";
2794
+ };
2795
+ };
2796
+ fs: (value: {
2797
+ readonly [$$PropertyValue]: "flexShrink";
2798
+ }) => {
2799
+ flexShrink: {
2800
+ readonly [$$PropertyValue]: "flexShrink";
2801
+ };
2802
+ };
2803
+ fb: (value: {
2804
+ readonly [$$PropertyValue]: "flexBasis";
2805
+ }) => {
2806
+ flexBasis: {
2807
+ readonly [$$PropertyValue]: "flexBasis";
2808
+ };
2809
+ };
2810
+ bc: (value: {
2811
+ readonly [$$PropertyValue]: "backgroundColor";
2812
+ }) => {
2813
+ backgroundColor: {
2814
+ readonly [$$PropertyValue]: "backgroundColor";
2815
+ };
2816
+ };
2817
+ br: (value: {
2818
+ readonly [$$PropertyValue]: "borderRadius";
2819
+ }) => {
2820
+ borderRadius: {
2821
+ readonly [$$PropertyValue]: "borderRadius";
2822
+ };
2823
+ };
2824
+ btrr: (value: {
2825
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2826
+ }) => {
2827
+ borderTopRightRadius: {
2828
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2829
+ };
2830
+ };
2831
+ bbrr: (value: {
2832
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2833
+ }) => {
2834
+ borderBottomRightRadius: {
2835
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2836
+ };
2837
+ };
2838
+ bblr: (value: {
2839
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2840
+ }) => {
2841
+ borderBottomLeftRadius: {
2842
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2843
+ };
2844
+ };
2845
+ btlr: (value: {
2846
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2847
+ }) => {
2848
+ borderTopLeftRadius: {
2849
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2850
+ };
2851
+ };
2852
+ bs: (value: {
2853
+ readonly [$$PropertyValue]: "boxShadow";
2854
+ }) => {
2855
+ boxShadow: {
2856
+ readonly [$$PropertyValue]: "boxShadow";
2857
+ };
2858
+ };
2859
+ lh: (value: {
2860
+ readonly [$$PropertyValue]: "lineHeight";
2861
+ }) => {
2862
+ lineHeight: {
2863
+ readonly [$$PropertyValue]: "lineHeight";
2864
+ };
2865
+ };
2866
+ ox: (value: {
2867
+ readonly [$$PropertyValue]: "overflowX";
2868
+ }) => {
2869
+ overflowX: {
2870
+ readonly [$$PropertyValue]: "overflowX";
2871
+ };
2872
+ };
2873
+ oy: (value: {
2874
+ readonly [$$PropertyValue]: "overflowY";
2875
+ }) => {
2876
+ overflowY: {
2877
+ readonly [$$PropertyValue]: "overflowY";
2878
+ };
2879
+ };
2880
+ pe: (value: {
2881
+ readonly [$$PropertyValue]: "pointerEvents";
2882
+ }) => {
2883
+ pointerEvents: {
2884
+ readonly [$$PropertyValue]: "pointerEvents";
2885
+ };
2886
+ };
2887
+ us: (value: {
2888
+ readonly [$$PropertyValue]: "userSelect";
2889
+ }) => {
2890
+ WebkitUserSelect: {
2891
+ readonly [$$PropertyValue]: "userSelect";
2892
+ };
2893
+ userSelect: {
2894
+ readonly [$$PropertyValue]: "userSelect";
2895
+ };
2896
+ };
2897
+ userSelect: (value: {
2898
+ readonly [$$PropertyValue]: "userSelect";
2899
+ }) => {
2900
+ WebkitUserSelect: {
2901
+ readonly [$$PropertyValue]: "userSelect";
2902
+ };
2903
+ userSelect: {
2904
+ readonly [$$PropertyValue]: "userSelect";
2905
+ };
2906
+ };
2907
+ size: (value: {
2908
+ readonly [$$PropertyValue]: "width";
2909
+ }) => {
2910
+ width: {
2911
+ readonly [$$PropertyValue]: "width";
2912
+ };
2913
+ height: {
2914
+ readonly [$$PropertyValue]: "width";
2915
+ };
2916
+ };
2917
+ appearance: (value: {
2918
+ readonly [$$PropertyValue]: "appearance";
2919
+ }) => {
2920
+ WebkitAppearance: {
2921
+ readonly [$$PropertyValue]: "appearance";
2922
+ };
2923
+ appearance: {
2924
+ readonly [$$PropertyValue]: "appearance";
2925
+ };
2926
+ };
2927
+ backgroundClip: (value: {
2928
+ readonly [$$PropertyValue]: "backgroundClip";
2929
+ }) => {
2930
+ WebkitBackgroundClip: {
2931
+ readonly [$$PropertyValue]: "backgroundClip";
2932
+ };
2933
+ backgroundClip: {
2934
+ readonly [$$PropertyValue]: "backgroundClip";
2935
+ };
2936
+ };
2937
+ }>>;
2938
+ Header: ({ children, ...props }: {
2939
+ children: React.ReactNode;
2940
+ style?: React.CSSProperties | undefined;
2941
+ }) => import("react/jsx-runtime").JSX.Element;
2942
+ Loading: React.FC<{
2943
+ columnsCount?: number | undefined;
2944
+ rowsCount?: number | undefined;
2945
+ }>;
2946
+ NoResults: React.FC<{
2947
+ columnsCount?: number | undefined;
2948
+ }>;
2949
+ };
2950
+ export {};