@obolnetwork/obol-ui 1.0.1

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