@obolnetwork/obol-ui 1.0.60 → 1.0.62

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