@obolnetwork/obol-ui 1.0.2 → 1.0.6

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 (55) hide show
  1. package/dist/components/atoms/Box/Box.d.ts +3 -0
  2. package/dist/components/atoms/Button/Button.d.ts +6 -1
  3. package/dist/components/atoms/Container/Container.d.ts +955 -0
  4. package/dist/components/atoms/Image/Image.d.ts +476 -0
  5. package/dist/components/atoms/Link/Link.d.ts +4 -0
  6. package/dist/components/atoms/LogoCard/LogoCard.d.ts +7 -0
  7. package/dist/components/atoms/Spin/Spin.d.ts +3 -0
  8. package/dist/components/atoms/SvgIcon/SvgIcon.d.ts +5 -1
  9. package/dist/components/atoms/Tabs/Tabs.d.ts +13 -1
  10. package/dist/components/atoms/TeamMemberCard/TeamMemberCard.d.ts +3 -0
  11. package/dist/components/atoms/Text/Text.d.ts +8 -1
  12. package/dist/components/atoms/Toggle/Toggle.d.ts +952 -0
  13. package/dist/components/atoms/index.d.ts +5 -0
  14. package/dist/components/icons/ChevronDownIcon.d.ts +2 -0
  15. package/dist/components/icons/ChevronUpIcon.d.ts +2 -0
  16. package/dist/components/icons/CloseIcon.d.ts +2 -0
  17. package/dist/components/icons/GlowIconBox.d.ts +480 -0
  18. package/dist/components/icons/Hexapod.d.ts +2 -0
  19. package/dist/components/icons/Planet.d.ts +491 -0
  20. package/dist/components/icons/index.d.ts +18 -4
  21. package/dist/components/icons/static-icons/AloneIcon.d.ts +3 -0
  22. package/dist/components/icons/static-icons/CodeIcon.d.ts +3 -1
  23. package/dist/components/icons/static-icons/CreateIcon.d.ts +3 -0
  24. package/dist/components/icons/static-icons/ExistingGroupIcon.d.ts +3 -0
  25. package/dist/components/icons/static-icons/GithubIcon.d.ts +1 -0
  26. package/dist/components/icons/static-icons/GroupIcon.d.ts +3 -0
  27. package/dist/components/icons/static-icons/MigrateIcon.d.ts +3 -0
  28. package/dist/components/icons/static-icons/PublicGoodIcon.d.ts +3 -1
  29. package/dist/components/icons/static-icons/RunIcon.d.ts +3 -0
  30. package/dist/components/icons/static-icons/TestIcon.d.ts +3 -0
  31. package/dist/components/icons/static-icons/TrustMinimisedIcon.d.ts +3 -1
  32. package/dist/components/icons/static-icons/TwitterIcon.d.ts +1 -0
  33. package/dist/components/icons/static-icons/planets/PlanetBlue.d.ts +1 -0
  34. package/dist/components/icons/static-icons/planets/PlanetGreen.d.ts +1 -0
  35. package/dist/components/icons/static-icons/planets/PlanetGrey.d.ts +1 -0
  36. package/dist/components/icons/static-icons/planets/PlanetMagenta.d.ts +1 -0
  37. package/dist/components/icons/static-icons/planets/PlanetOrange.d.ts +1 -0
  38. package/dist/components/icons/static-icons/planets/index.d.ts +5 -0
  39. package/dist/components/molecules/Accordion/Accordion.d.ts +954 -0
  40. package/dist/components/molecules/Card/Card.d.ts +959 -1
  41. package/dist/components/molecules/Navbar/Navbar.d.ts +4 -0
  42. package/dist/components/molecules/index.d.ts +2 -0
  43. package/dist/components/organisms/Footer/Footer.d.ts +11 -0
  44. package/dist/components/organisms/ObolEcosystem/ObolEcosystem.d.ts +1 -0
  45. package/dist/components/organisms/TwoColumnSection/TwoColumnSection.d.ts +15 -0
  46. package/dist/components/organisms/index.d.ts +2 -0
  47. package/dist/components/utils/index.d.ts +2 -0
  48. package/dist/components/utils/styles.d.ts +3 -0
  49. package/dist/components/utils/types.d.ts +16 -0
  50. package/dist/index.d.ts +2 -2
  51. package/dist/index.es.js +624 -59
  52. package/dist/index.js +660 -60
  53. package/dist/stitches.config.d.ts +21 -1
  54. package/package.json +1 -1
  55. package/dist/components/organisms/hero-section/hero-section.d.ts +0 -14
@@ -0,0 +1,955 @@
1
+ export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2
+ motion: "(prefers-reduced-motion)";
3
+ hover: "(any-hover: hover)";
4
+ dark: "(prefers-color-scheme: dark)";
5
+ light: "(prefers-color-scheme: light)";
6
+ xs: "(max-width: 520px)";
7
+ sm: "(max-width: 900px)";
8
+ bp2: "(min-width: 900px)";
9
+ md: "(max-width: 1200px)";
10
+ lg: "(max-width: 1800px)";
11
+ }, import("@stitches/react/types/css-util").CSS<{
12
+ motion: "(prefers-reduced-motion)";
13
+ hover: "(any-hover: hover)";
14
+ dark: "(prefers-color-scheme: dark)";
15
+ light: "(prefers-color-scheme: light)";
16
+ xs: "(max-width: 520px)";
17
+ sm: "(max-width: 900px)";
18
+ bp2: "(min-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
+ 11: string;
132
+ };
133
+ fontWeights: {
134
+ hairline: number;
135
+ thin: number;
136
+ light: number;
137
+ normal: number;
138
+ medium: number;
139
+ semibold: number;
140
+ bold: number;
141
+ extrabold: number;
142
+ black: number;
143
+ };
144
+ lineHeights: {
145
+ normal: string;
146
+ none: number;
147
+ shorter: number;
148
+ short: number;
149
+ base: number;
150
+ tall: number;
151
+ tall2: number;
152
+ taller: string;
153
+ };
154
+ letterSpacings: {
155
+ tighter: string;
156
+ tight: string;
157
+ normal: string;
158
+ wide: string;
159
+ wider: string;
160
+ widest: string;
161
+ };
162
+ borderWidths: unknown;
163
+ borderStyles: unknown;
164
+ shadows: unknown;
165
+ zIndices: unknown;
166
+ transitions: unknown;
167
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
168
+ p: (value: {
169
+ readonly [$$PropertyValue]: "padding";
170
+ }) => {
171
+ padding: {
172
+ readonly [$$PropertyValue]: "padding";
173
+ };
174
+ };
175
+ pt: (value: {
176
+ readonly [$$PropertyValue]: "paddingTop";
177
+ }) => {
178
+ paddingTop: {
179
+ readonly [$$PropertyValue]: "paddingTop";
180
+ };
181
+ };
182
+ pr: (value: {
183
+ readonly [$$PropertyValue]: "paddingRight";
184
+ }) => {
185
+ paddingRight: {
186
+ readonly [$$PropertyValue]: "paddingRight";
187
+ };
188
+ };
189
+ pb: (value: {
190
+ readonly [$$PropertyValue]: "paddingBottom";
191
+ }) => {
192
+ paddingBottom: {
193
+ readonly [$$PropertyValue]: "paddingBottom";
194
+ };
195
+ };
196
+ pl: (value: {
197
+ readonly [$$PropertyValue]: "paddingLeft";
198
+ }) => {
199
+ paddingLeft: {
200
+ readonly [$$PropertyValue]: "paddingLeft";
201
+ };
202
+ };
203
+ px: (value: {
204
+ readonly [$$PropertyValue]: "paddingLeft";
205
+ }) => {
206
+ paddingLeft: {
207
+ readonly [$$PropertyValue]: "paddingLeft";
208
+ };
209
+ paddingRight: {
210
+ readonly [$$PropertyValue]: "paddingLeft";
211
+ };
212
+ };
213
+ py: (value: {
214
+ readonly [$$PropertyValue]: "paddingTop";
215
+ }) => {
216
+ paddingTop: {
217
+ readonly [$$PropertyValue]: "paddingTop";
218
+ };
219
+ paddingBottom: {
220
+ readonly [$$PropertyValue]: "paddingTop";
221
+ };
222
+ };
223
+ m: (value: {
224
+ readonly [$$PropertyValue]: "margin";
225
+ }) => {
226
+ margin: {
227
+ readonly [$$PropertyValue]: "margin";
228
+ };
229
+ };
230
+ mt: (value: {
231
+ readonly [$$PropertyValue]: "marginTop";
232
+ }) => {
233
+ marginTop: {
234
+ readonly [$$PropertyValue]: "marginTop";
235
+ };
236
+ };
237
+ mr: (value: {
238
+ readonly [$$PropertyValue]: "marginRight";
239
+ }) => {
240
+ marginRight: {
241
+ readonly [$$PropertyValue]: "marginRight";
242
+ };
243
+ };
244
+ mb: (value: {
245
+ readonly [$$PropertyValue]: "marginBottom";
246
+ }) => {
247
+ marginBottom: {
248
+ readonly [$$PropertyValue]: "marginBottom";
249
+ };
250
+ };
251
+ ml: (value: {
252
+ readonly [$$PropertyValue]: "marginLeft";
253
+ }) => {
254
+ marginLeft: {
255
+ readonly [$$PropertyValue]: "marginLeft";
256
+ };
257
+ };
258
+ mx: (value: {
259
+ readonly [$$PropertyValue]: "marginLeft";
260
+ }) => {
261
+ marginLeft: {
262
+ readonly [$$PropertyValue]: "marginLeft";
263
+ };
264
+ marginRight: {
265
+ readonly [$$PropertyValue]: "marginLeft";
266
+ };
267
+ };
268
+ my: (value: {
269
+ readonly [$$PropertyValue]: "marginTop";
270
+ }) => {
271
+ marginTop: {
272
+ readonly [$$PropertyValue]: "marginTop";
273
+ };
274
+ marginBottom: {
275
+ readonly [$$PropertyValue]: "marginTop";
276
+ };
277
+ };
278
+ ta: (value: {
279
+ readonly [$$PropertyValue]: "textAlign";
280
+ }) => {
281
+ textAlign: {
282
+ readonly [$$PropertyValue]: "textAlign";
283
+ };
284
+ };
285
+ fd: (value: {
286
+ readonly [$$PropertyValue]: "flexDirection";
287
+ }) => {
288
+ flexDirection: {
289
+ readonly [$$PropertyValue]: "flexDirection";
290
+ };
291
+ };
292
+ fw: (value: {
293
+ readonly [$$PropertyValue]: "flexWrap";
294
+ }) => {
295
+ flexWrap: {
296
+ readonly [$$PropertyValue]: "flexWrap";
297
+ };
298
+ };
299
+ ai: (value: {
300
+ readonly [$$PropertyValue]: "alignItems";
301
+ }) => {
302
+ alignItems: {
303
+ readonly [$$PropertyValue]: "alignItems";
304
+ };
305
+ };
306
+ ac: (value: {
307
+ readonly [$$PropertyValue]: "alignContent";
308
+ }) => {
309
+ alignContent: {
310
+ readonly [$$PropertyValue]: "alignContent";
311
+ };
312
+ };
313
+ jc: (value: {
314
+ readonly [$$PropertyValue]: "justifyContent";
315
+ }) => {
316
+ justifyContent: {
317
+ readonly [$$PropertyValue]: "justifyContent";
318
+ };
319
+ };
320
+ as: (value: {
321
+ readonly [$$PropertyValue]: "alignSelf";
322
+ }) => {
323
+ alignSelf: {
324
+ readonly [$$PropertyValue]: "alignSelf";
325
+ };
326
+ };
327
+ fg: (value: {
328
+ readonly [$$PropertyValue]: "flexGrow";
329
+ }) => {
330
+ flexGrow: {
331
+ readonly [$$PropertyValue]: "flexGrow";
332
+ };
333
+ };
334
+ fs: (value: {
335
+ readonly [$$PropertyValue]: "flexShrink";
336
+ }) => {
337
+ flexShrink: {
338
+ readonly [$$PropertyValue]: "flexShrink";
339
+ };
340
+ };
341
+ fb: (value: {
342
+ readonly [$$PropertyValue]: "flexBasis";
343
+ }) => {
344
+ flexBasis: {
345
+ readonly [$$PropertyValue]: "flexBasis";
346
+ };
347
+ };
348
+ bc: (value: {
349
+ readonly [$$PropertyValue]: "backgroundColor";
350
+ }) => {
351
+ backgroundColor: {
352
+ readonly [$$PropertyValue]: "backgroundColor";
353
+ };
354
+ };
355
+ br: (value: {
356
+ readonly [$$PropertyValue]: "borderRadius";
357
+ }) => {
358
+ borderRadius: {
359
+ readonly [$$PropertyValue]: "borderRadius";
360
+ };
361
+ };
362
+ btrr: (value: {
363
+ readonly [$$PropertyValue]: "borderTopRightRadius";
364
+ }) => {
365
+ borderTopRightRadius: {
366
+ readonly [$$PropertyValue]: "borderTopRightRadius";
367
+ };
368
+ };
369
+ bbrr: (value: {
370
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
371
+ }) => {
372
+ borderBottomRightRadius: {
373
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
374
+ };
375
+ };
376
+ bblr: (value: {
377
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
378
+ }) => {
379
+ borderBottomLeftRadius: {
380
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
381
+ };
382
+ };
383
+ btlr: (value: {
384
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
385
+ }) => {
386
+ borderTopLeftRadius: {
387
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
388
+ };
389
+ };
390
+ bs: (value: {
391
+ readonly [$$PropertyValue]: "boxShadow";
392
+ }) => {
393
+ boxShadow: {
394
+ readonly [$$PropertyValue]: "boxShadow";
395
+ };
396
+ };
397
+ lh: (value: {
398
+ readonly [$$PropertyValue]: "lineHeight";
399
+ }) => {
400
+ lineHeight: {
401
+ readonly [$$PropertyValue]: "lineHeight";
402
+ };
403
+ };
404
+ ox: (value: {
405
+ readonly [$$PropertyValue]: "overflowX";
406
+ }) => {
407
+ overflowX: {
408
+ readonly [$$PropertyValue]: "overflowX";
409
+ };
410
+ };
411
+ oy: (value: {
412
+ readonly [$$PropertyValue]: "overflowY";
413
+ }) => {
414
+ overflowY: {
415
+ readonly [$$PropertyValue]: "overflowY";
416
+ };
417
+ };
418
+ pe: (value: {
419
+ readonly [$$PropertyValue]: "pointerEvents";
420
+ }) => {
421
+ pointerEvents: {
422
+ readonly [$$PropertyValue]: "pointerEvents";
423
+ };
424
+ };
425
+ us: (value: {
426
+ readonly [$$PropertyValue]: "userSelect";
427
+ }) => {
428
+ WebkitUserSelect: {
429
+ readonly [$$PropertyValue]: "userSelect";
430
+ };
431
+ userSelect: {
432
+ readonly [$$PropertyValue]: "userSelect";
433
+ };
434
+ };
435
+ userSelect: (value: {
436
+ readonly [$$PropertyValue]: "userSelect";
437
+ }) => {
438
+ WebkitUserSelect: {
439
+ readonly [$$PropertyValue]: "userSelect";
440
+ };
441
+ userSelect: {
442
+ readonly [$$PropertyValue]: "userSelect";
443
+ };
444
+ };
445
+ size: (value: {
446
+ readonly [$$PropertyValue]: "width";
447
+ }) => {
448
+ width: {
449
+ readonly [$$PropertyValue]: "width";
450
+ };
451
+ height: {
452
+ readonly [$$PropertyValue]: "width";
453
+ };
454
+ };
455
+ appearance: (value: {
456
+ readonly [$$PropertyValue]: "appearance";
457
+ }) => {
458
+ WebkitAppearance: {
459
+ readonly [$$PropertyValue]: "appearance";
460
+ };
461
+ appearance: {
462
+ readonly [$$PropertyValue]: "appearance";
463
+ };
464
+ };
465
+ backgroundClip: (value: {
466
+ readonly [$$PropertyValue]: "backgroundClip";
467
+ }) => {
468
+ WebkitBackgroundClip: {
469
+ readonly [$$PropertyValue]: "backgroundClip";
470
+ };
471
+ backgroundClip: {
472
+ readonly [$$PropertyValue]: "backgroundClip";
473
+ };
474
+ };
475
+ }>>, {
476
+ layout?: "row" | "colum" | undefined;
477
+ alignItems?: "start" | undefined;
478
+ ghost?: boolean | "true" | undefined;
479
+ variant?: "textContent" | "card" | undefined;
480
+ fullWidth?: boolean | "true" | undefined;
481
+ }, {
482
+ motion: "(prefers-reduced-motion)";
483
+ hover: "(any-hover: hover)";
484
+ dark: "(prefers-color-scheme: dark)";
485
+ light: "(prefers-color-scheme: light)";
486
+ xs: "(max-width: 520px)";
487
+ sm: "(max-width: 900px)";
488
+ bp2: "(min-width: 900px)";
489
+ md: "(max-width: 1200px)";
490
+ lg: "(max-width: 1800px)";
491
+ }, import("@stitches/react/types/css-util").CSS<{
492
+ motion: "(prefers-reduced-motion)";
493
+ hover: "(any-hover: hover)";
494
+ dark: "(prefers-color-scheme: dark)";
495
+ light: "(prefers-color-scheme: light)";
496
+ xs: "(max-width: 520px)";
497
+ sm: "(max-width: 900px)";
498
+ bp2: "(min-width: 900px)";
499
+ md: "(max-width: 1200px)";
500
+ lg: "(max-width: 1800px)";
501
+ }, {
502
+ colors: {
503
+ white: string;
504
+ black: string;
505
+ lightBackground: string;
506
+ obolBlue: string;
507
+ primaryBgDefault: string;
508
+ primaryBgDefaultHover: string;
509
+ primaryTextDefault: string;
510
+ secondaryBgDefault: string;
511
+ secondaryBgHover: string;
512
+ grayBgDefault: string;
513
+ gray2BgDefault: string;
514
+ neutralDark: string;
515
+ navButtonBgDefault: string;
516
+ navButtonBgHover: string;
517
+ cardBackgroundDark: string;
518
+ cardBackgroundLight: string;
519
+ textMiddle: string;
520
+ textLight: string;
521
+ textTabHover: string;
522
+ textTabInactive: string;
523
+ textGreenDark: string;
524
+ textGreenLight: string;
525
+ textGreen1: string;
526
+ textGreen2: string;
527
+ textGreen3: string;
528
+ textGreenHover: string;
529
+ textCreateHover: string;
530
+ textGrayHover: string;
531
+ txButton: string;
532
+ obolGreen: string;
533
+ obolGreenHover: string;
534
+ obolGreenLight: string;
535
+ obolDarkDark: string;
536
+ obolDisabled: string;
537
+ linkButtonHover: string;
538
+ coordinate: string;
539
+ coordinateHover: string;
540
+ test: string;
541
+ testHover: string;
542
+ create: string;
543
+ createHover: string;
544
+ light: string;
545
+ body: string;
546
+ muted: string;
547
+ menu: string;
548
+ bg01: string;
549
+ bg02: string;
550
+ bg03: string;
551
+ bg04: string;
552
+ bg05: string;
553
+ };
554
+ space: {
555
+ 1: string;
556
+ 2: string;
557
+ xxxs: string;
558
+ xxs: string;
559
+ xs: string;
560
+ sm: string;
561
+ md: string;
562
+ lg: string;
563
+ xl: string;
564
+ "2xl": string;
565
+ "3xl": string;
566
+ "4xl": string;
567
+ "5xl": string;
568
+ "6xl": string;
569
+ "7xl": string;
570
+ };
571
+ sizes: {
572
+ 1: string;
573
+ 2: string;
574
+ xxxs: string;
575
+ xxs: string;
576
+ xs: string;
577
+ sm: string;
578
+ md: string;
579
+ lg: string;
580
+ xl: string;
581
+ "2xl": string;
582
+ "3xl": string;
583
+ "4xl": string;
584
+ "5xl": string;
585
+ "6xl": string;
586
+ "7xl": string;
587
+ max: string;
588
+ min: string;
589
+ full: string;
590
+ };
591
+ radii: {
592
+ 1: string;
593
+ 2: string;
594
+ 3: string;
595
+ 4: string;
596
+ 5: string;
597
+ round: string;
598
+ pill: string;
599
+ };
600
+ fontSizes: {
601
+ 1: string;
602
+ 2: string;
603
+ 3: string;
604
+ 4: string;
605
+ 5: string;
606
+ 6: string;
607
+ 7: string;
608
+ 8: string;
609
+ 9: string;
610
+ 10: string;
611
+ 11: string;
612
+ };
613
+ fontWeights: {
614
+ hairline: number;
615
+ thin: number;
616
+ light: number;
617
+ normal: number;
618
+ medium: number;
619
+ semibold: number;
620
+ bold: number;
621
+ extrabold: number;
622
+ black: number;
623
+ };
624
+ lineHeights: {
625
+ normal: string;
626
+ none: number;
627
+ shorter: number;
628
+ short: number;
629
+ base: number;
630
+ tall: number;
631
+ tall2: number;
632
+ taller: string;
633
+ };
634
+ letterSpacings: {
635
+ tighter: string;
636
+ tight: string;
637
+ normal: string;
638
+ wide: string;
639
+ wider: string;
640
+ widest: string;
641
+ };
642
+ borderWidths: unknown;
643
+ borderStyles: unknown;
644
+ shadows: unknown;
645
+ zIndices: unknown;
646
+ transitions: unknown;
647
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
648
+ p: (value: {
649
+ readonly [$$PropertyValue]: "padding";
650
+ }) => {
651
+ padding: {
652
+ readonly [$$PropertyValue]: "padding";
653
+ };
654
+ };
655
+ pt: (value: {
656
+ readonly [$$PropertyValue]: "paddingTop";
657
+ }) => {
658
+ paddingTop: {
659
+ readonly [$$PropertyValue]: "paddingTop";
660
+ };
661
+ };
662
+ pr: (value: {
663
+ readonly [$$PropertyValue]: "paddingRight";
664
+ }) => {
665
+ paddingRight: {
666
+ readonly [$$PropertyValue]: "paddingRight";
667
+ };
668
+ };
669
+ pb: (value: {
670
+ readonly [$$PropertyValue]: "paddingBottom";
671
+ }) => {
672
+ paddingBottom: {
673
+ readonly [$$PropertyValue]: "paddingBottom";
674
+ };
675
+ };
676
+ pl: (value: {
677
+ readonly [$$PropertyValue]: "paddingLeft";
678
+ }) => {
679
+ paddingLeft: {
680
+ readonly [$$PropertyValue]: "paddingLeft";
681
+ };
682
+ };
683
+ px: (value: {
684
+ readonly [$$PropertyValue]: "paddingLeft";
685
+ }) => {
686
+ paddingLeft: {
687
+ readonly [$$PropertyValue]: "paddingLeft";
688
+ };
689
+ paddingRight: {
690
+ readonly [$$PropertyValue]: "paddingLeft";
691
+ };
692
+ };
693
+ py: (value: {
694
+ readonly [$$PropertyValue]: "paddingTop";
695
+ }) => {
696
+ paddingTop: {
697
+ readonly [$$PropertyValue]: "paddingTop";
698
+ };
699
+ paddingBottom: {
700
+ readonly [$$PropertyValue]: "paddingTop";
701
+ };
702
+ };
703
+ m: (value: {
704
+ readonly [$$PropertyValue]: "margin";
705
+ }) => {
706
+ margin: {
707
+ readonly [$$PropertyValue]: "margin";
708
+ };
709
+ };
710
+ mt: (value: {
711
+ readonly [$$PropertyValue]: "marginTop";
712
+ }) => {
713
+ marginTop: {
714
+ readonly [$$PropertyValue]: "marginTop";
715
+ };
716
+ };
717
+ mr: (value: {
718
+ readonly [$$PropertyValue]: "marginRight";
719
+ }) => {
720
+ marginRight: {
721
+ readonly [$$PropertyValue]: "marginRight";
722
+ };
723
+ };
724
+ mb: (value: {
725
+ readonly [$$PropertyValue]: "marginBottom";
726
+ }) => {
727
+ marginBottom: {
728
+ readonly [$$PropertyValue]: "marginBottom";
729
+ };
730
+ };
731
+ ml: (value: {
732
+ readonly [$$PropertyValue]: "marginLeft";
733
+ }) => {
734
+ marginLeft: {
735
+ readonly [$$PropertyValue]: "marginLeft";
736
+ };
737
+ };
738
+ mx: (value: {
739
+ readonly [$$PropertyValue]: "marginLeft";
740
+ }) => {
741
+ marginLeft: {
742
+ readonly [$$PropertyValue]: "marginLeft";
743
+ };
744
+ marginRight: {
745
+ readonly [$$PropertyValue]: "marginLeft";
746
+ };
747
+ };
748
+ my: (value: {
749
+ readonly [$$PropertyValue]: "marginTop";
750
+ }) => {
751
+ marginTop: {
752
+ readonly [$$PropertyValue]: "marginTop";
753
+ };
754
+ marginBottom: {
755
+ readonly [$$PropertyValue]: "marginTop";
756
+ };
757
+ };
758
+ ta: (value: {
759
+ readonly [$$PropertyValue]: "textAlign";
760
+ }) => {
761
+ textAlign: {
762
+ readonly [$$PropertyValue]: "textAlign";
763
+ };
764
+ };
765
+ fd: (value: {
766
+ readonly [$$PropertyValue]: "flexDirection";
767
+ }) => {
768
+ flexDirection: {
769
+ readonly [$$PropertyValue]: "flexDirection";
770
+ };
771
+ };
772
+ fw: (value: {
773
+ readonly [$$PropertyValue]: "flexWrap";
774
+ }) => {
775
+ flexWrap: {
776
+ readonly [$$PropertyValue]: "flexWrap";
777
+ };
778
+ };
779
+ ai: (value: {
780
+ readonly [$$PropertyValue]: "alignItems";
781
+ }) => {
782
+ alignItems: {
783
+ readonly [$$PropertyValue]: "alignItems";
784
+ };
785
+ };
786
+ ac: (value: {
787
+ readonly [$$PropertyValue]: "alignContent";
788
+ }) => {
789
+ alignContent: {
790
+ readonly [$$PropertyValue]: "alignContent";
791
+ };
792
+ };
793
+ jc: (value: {
794
+ readonly [$$PropertyValue]: "justifyContent";
795
+ }) => {
796
+ justifyContent: {
797
+ readonly [$$PropertyValue]: "justifyContent";
798
+ };
799
+ };
800
+ as: (value: {
801
+ readonly [$$PropertyValue]: "alignSelf";
802
+ }) => {
803
+ alignSelf: {
804
+ readonly [$$PropertyValue]: "alignSelf";
805
+ };
806
+ };
807
+ fg: (value: {
808
+ readonly [$$PropertyValue]: "flexGrow";
809
+ }) => {
810
+ flexGrow: {
811
+ readonly [$$PropertyValue]: "flexGrow";
812
+ };
813
+ };
814
+ fs: (value: {
815
+ readonly [$$PropertyValue]: "flexShrink";
816
+ }) => {
817
+ flexShrink: {
818
+ readonly [$$PropertyValue]: "flexShrink";
819
+ };
820
+ };
821
+ fb: (value: {
822
+ readonly [$$PropertyValue]: "flexBasis";
823
+ }) => {
824
+ flexBasis: {
825
+ readonly [$$PropertyValue]: "flexBasis";
826
+ };
827
+ };
828
+ bc: (value: {
829
+ readonly [$$PropertyValue]: "backgroundColor";
830
+ }) => {
831
+ backgroundColor: {
832
+ readonly [$$PropertyValue]: "backgroundColor";
833
+ };
834
+ };
835
+ br: (value: {
836
+ readonly [$$PropertyValue]: "borderRadius";
837
+ }) => {
838
+ borderRadius: {
839
+ readonly [$$PropertyValue]: "borderRadius";
840
+ };
841
+ };
842
+ btrr: (value: {
843
+ readonly [$$PropertyValue]: "borderTopRightRadius";
844
+ }) => {
845
+ borderTopRightRadius: {
846
+ readonly [$$PropertyValue]: "borderTopRightRadius";
847
+ };
848
+ };
849
+ bbrr: (value: {
850
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
851
+ }) => {
852
+ borderBottomRightRadius: {
853
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
854
+ };
855
+ };
856
+ bblr: (value: {
857
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
858
+ }) => {
859
+ borderBottomLeftRadius: {
860
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
861
+ };
862
+ };
863
+ btlr: (value: {
864
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
865
+ }) => {
866
+ borderTopLeftRadius: {
867
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
868
+ };
869
+ };
870
+ bs: (value: {
871
+ readonly [$$PropertyValue]: "boxShadow";
872
+ }) => {
873
+ boxShadow: {
874
+ readonly [$$PropertyValue]: "boxShadow";
875
+ };
876
+ };
877
+ lh: (value: {
878
+ readonly [$$PropertyValue]: "lineHeight";
879
+ }) => {
880
+ lineHeight: {
881
+ readonly [$$PropertyValue]: "lineHeight";
882
+ };
883
+ };
884
+ ox: (value: {
885
+ readonly [$$PropertyValue]: "overflowX";
886
+ }) => {
887
+ overflowX: {
888
+ readonly [$$PropertyValue]: "overflowX";
889
+ };
890
+ };
891
+ oy: (value: {
892
+ readonly [$$PropertyValue]: "overflowY";
893
+ }) => {
894
+ overflowY: {
895
+ readonly [$$PropertyValue]: "overflowY";
896
+ };
897
+ };
898
+ pe: (value: {
899
+ readonly [$$PropertyValue]: "pointerEvents";
900
+ }) => {
901
+ pointerEvents: {
902
+ readonly [$$PropertyValue]: "pointerEvents";
903
+ };
904
+ };
905
+ us: (value: {
906
+ readonly [$$PropertyValue]: "userSelect";
907
+ }) => {
908
+ WebkitUserSelect: {
909
+ readonly [$$PropertyValue]: "userSelect";
910
+ };
911
+ userSelect: {
912
+ readonly [$$PropertyValue]: "userSelect";
913
+ };
914
+ };
915
+ userSelect: (value: {
916
+ readonly [$$PropertyValue]: "userSelect";
917
+ }) => {
918
+ WebkitUserSelect: {
919
+ readonly [$$PropertyValue]: "userSelect";
920
+ };
921
+ userSelect: {
922
+ readonly [$$PropertyValue]: "userSelect";
923
+ };
924
+ };
925
+ size: (value: {
926
+ readonly [$$PropertyValue]: "width";
927
+ }) => {
928
+ width: {
929
+ readonly [$$PropertyValue]: "width";
930
+ };
931
+ height: {
932
+ readonly [$$PropertyValue]: "width";
933
+ };
934
+ };
935
+ appearance: (value: {
936
+ readonly [$$PropertyValue]: "appearance";
937
+ }) => {
938
+ WebkitAppearance: {
939
+ readonly [$$PropertyValue]: "appearance";
940
+ };
941
+ appearance: {
942
+ readonly [$$PropertyValue]: "appearance";
943
+ };
944
+ };
945
+ backgroundClip: (value: {
946
+ readonly [$$PropertyValue]: "backgroundClip";
947
+ }) => {
948
+ WebkitBackgroundClip: {
949
+ readonly [$$PropertyValue]: "backgroundClip";
950
+ };
951
+ backgroundClip: {
952
+ readonly [$$PropertyValue]: "backgroundClip";
953
+ };
954
+ };
955
+ }>>;