@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,476 @@
1
+ import ImageNext from "next/image";
2
+ export declare const Image: import("@stitches/react/types/styled-component").StyledComponent<typeof ImageNext, {}, {
3
+ motion: "(prefers-reduced-motion)";
4
+ hover: "(any-hover: hover)";
5
+ dark: "(prefers-color-scheme: dark)";
6
+ light: "(prefers-color-scheme: light)";
7
+ xs: "(max-width: 520px)";
8
+ sm: "(max-width: 900px)";
9
+ bp2: "(min-width: 900px)";
10
+ md: "(max-width: 1200px)";
11
+ lg: "(max-width: 1800px)";
12
+ }, 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
+ bp2: "(min-width: 900px)";
20
+ md: "(max-width: 1200px)";
21
+ lg: "(max-width: 1800px)";
22
+ }, {
23
+ colors: {
24
+ white: string;
25
+ black: string;
26
+ lightBackground: string;
27
+ obolBlue: string;
28
+ primaryBgDefault: string;
29
+ primaryBgDefaultHover: string;
30
+ primaryTextDefault: string;
31
+ secondaryBgDefault: string;
32
+ secondaryBgHover: string;
33
+ grayBgDefault: string;
34
+ gray2BgDefault: string;
35
+ neutralDark: string;
36
+ navButtonBgDefault: string;
37
+ navButtonBgHover: string;
38
+ cardBackgroundDark: string;
39
+ cardBackgroundLight: string;
40
+ textMiddle: string;
41
+ textLight: string;
42
+ textTabHover: string;
43
+ textTabInactive: string;
44
+ textGreenDark: string;
45
+ textGreenLight: string;
46
+ textGreen1: string;
47
+ textGreen2: string;
48
+ textGreen3: string;
49
+ textGreenHover: string;
50
+ textCreateHover: string;
51
+ textGrayHover: string;
52
+ txButton: string;
53
+ obolGreen: string;
54
+ obolGreenHover: string;
55
+ obolGreenLight: string;
56
+ obolDarkDark: string;
57
+ obolDisabled: string;
58
+ linkButtonHover: string;
59
+ coordinate: string;
60
+ coordinateHover: string;
61
+ test: string;
62
+ testHover: string;
63
+ create: string;
64
+ createHover: string;
65
+ light: string;
66
+ body: string;
67
+ muted: string;
68
+ menu: string;
69
+ bg01: string;
70
+ bg02: string;
71
+ bg03: string;
72
+ bg04: string;
73
+ bg05: string;
74
+ };
75
+ space: {
76
+ 1: string;
77
+ 2: string;
78
+ xxxs: string;
79
+ xxs: string;
80
+ xs: string;
81
+ sm: string;
82
+ md: string;
83
+ lg: string;
84
+ xl: string;
85
+ "2xl": string;
86
+ "3xl": string;
87
+ "4xl": string;
88
+ "5xl": string;
89
+ "6xl": string;
90
+ "7xl": string;
91
+ };
92
+ sizes: {
93
+ 1: string;
94
+ 2: string;
95
+ xxxs: string;
96
+ xxs: string;
97
+ xs: string;
98
+ sm: string;
99
+ md: string;
100
+ lg: string;
101
+ xl: string;
102
+ "2xl": string;
103
+ "3xl": string;
104
+ "4xl": string;
105
+ "5xl": string;
106
+ "6xl": string;
107
+ "7xl": string;
108
+ max: string;
109
+ min: string;
110
+ full: string;
111
+ };
112
+ radii: {
113
+ 1: string;
114
+ 2: string;
115
+ 3: string;
116
+ 4: string;
117
+ 5: string;
118
+ round: string;
119
+ pill: string;
120
+ };
121
+ fontSizes: {
122
+ 1: string;
123
+ 2: string;
124
+ 3: string;
125
+ 4: string;
126
+ 5: string;
127
+ 6: string;
128
+ 7: string;
129
+ 8: string;
130
+ 9: string;
131
+ 10: string;
132
+ 11: string;
133
+ };
134
+ fontWeights: {
135
+ hairline: number;
136
+ thin: number;
137
+ light: number;
138
+ normal: number;
139
+ medium: number;
140
+ semibold: number;
141
+ bold: number;
142
+ extrabold: number;
143
+ black: number;
144
+ };
145
+ lineHeights: {
146
+ normal: string;
147
+ none: number;
148
+ shorter: number;
149
+ short: number;
150
+ base: number;
151
+ tall: number;
152
+ tall2: number;
153
+ taller: string;
154
+ };
155
+ letterSpacings: {
156
+ tighter: string;
157
+ tight: string;
158
+ normal: string;
159
+ wide: string;
160
+ wider: string;
161
+ widest: string;
162
+ };
163
+ borderWidths: unknown;
164
+ borderStyles: unknown;
165
+ shadows: unknown;
166
+ zIndices: unknown;
167
+ transitions: unknown;
168
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
169
+ p: (value: {
170
+ readonly [$$PropertyValue]: "padding";
171
+ }) => {
172
+ padding: {
173
+ readonly [$$PropertyValue]: "padding";
174
+ };
175
+ };
176
+ pt: (value: {
177
+ readonly [$$PropertyValue]: "paddingTop";
178
+ }) => {
179
+ paddingTop: {
180
+ readonly [$$PropertyValue]: "paddingTop";
181
+ };
182
+ };
183
+ pr: (value: {
184
+ readonly [$$PropertyValue]: "paddingRight";
185
+ }) => {
186
+ paddingRight: {
187
+ readonly [$$PropertyValue]: "paddingRight";
188
+ };
189
+ };
190
+ pb: (value: {
191
+ readonly [$$PropertyValue]: "paddingBottom";
192
+ }) => {
193
+ paddingBottom: {
194
+ readonly [$$PropertyValue]: "paddingBottom";
195
+ };
196
+ };
197
+ pl: (value: {
198
+ readonly [$$PropertyValue]: "paddingLeft";
199
+ }) => {
200
+ paddingLeft: {
201
+ readonly [$$PropertyValue]: "paddingLeft";
202
+ };
203
+ };
204
+ px: (value: {
205
+ readonly [$$PropertyValue]: "paddingLeft";
206
+ }) => {
207
+ paddingLeft: {
208
+ readonly [$$PropertyValue]: "paddingLeft";
209
+ };
210
+ paddingRight: {
211
+ readonly [$$PropertyValue]: "paddingLeft";
212
+ };
213
+ };
214
+ py: (value: {
215
+ readonly [$$PropertyValue]: "paddingTop";
216
+ }) => {
217
+ paddingTop: {
218
+ readonly [$$PropertyValue]: "paddingTop";
219
+ };
220
+ paddingBottom: {
221
+ readonly [$$PropertyValue]: "paddingTop";
222
+ };
223
+ };
224
+ m: (value: {
225
+ readonly [$$PropertyValue]: "margin";
226
+ }) => {
227
+ margin: {
228
+ readonly [$$PropertyValue]: "margin";
229
+ };
230
+ };
231
+ mt: (value: {
232
+ readonly [$$PropertyValue]: "marginTop";
233
+ }) => {
234
+ marginTop: {
235
+ readonly [$$PropertyValue]: "marginTop";
236
+ };
237
+ };
238
+ mr: (value: {
239
+ readonly [$$PropertyValue]: "marginRight";
240
+ }) => {
241
+ marginRight: {
242
+ readonly [$$PropertyValue]: "marginRight";
243
+ };
244
+ };
245
+ mb: (value: {
246
+ readonly [$$PropertyValue]: "marginBottom";
247
+ }) => {
248
+ marginBottom: {
249
+ readonly [$$PropertyValue]: "marginBottom";
250
+ };
251
+ };
252
+ ml: (value: {
253
+ readonly [$$PropertyValue]: "marginLeft";
254
+ }) => {
255
+ marginLeft: {
256
+ readonly [$$PropertyValue]: "marginLeft";
257
+ };
258
+ };
259
+ mx: (value: {
260
+ readonly [$$PropertyValue]: "marginLeft";
261
+ }) => {
262
+ marginLeft: {
263
+ readonly [$$PropertyValue]: "marginLeft";
264
+ };
265
+ marginRight: {
266
+ readonly [$$PropertyValue]: "marginLeft";
267
+ };
268
+ };
269
+ my: (value: {
270
+ readonly [$$PropertyValue]: "marginTop";
271
+ }) => {
272
+ marginTop: {
273
+ readonly [$$PropertyValue]: "marginTop";
274
+ };
275
+ marginBottom: {
276
+ readonly [$$PropertyValue]: "marginTop";
277
+ };
278
+ };
279
+ ta: (value: {
280
+ readonly [$$PropertyValue]: "textAlign";
281
+ }) => {
282
+ textAlign: {
283
+ readonly [$$PropertyValue]: "textAlign";
284
+ };
285
+ };
286
+ fd: (value: {
287
+ readonly [$$PropertyValue]: "flexDirection";
288
+ }) => {
289
+ flexDirection: {
290
+ readonly [$$PropertyValue]: "flexDirection";
291
+ };
292
+ };
293
+ fw: (value: {
294
+ readonly [$$PropertyValue]: "flexWrap";
295
+ }) => {
296
+ flexWrap: {
297
+ readonly [$$PropertyValue]: "flexWrap";
298
+ };
299
+ };
300
+ ai: (value: {
301
+ readonly [$$PropertyValue]: "alignItems";
302
+ }) => {
303
+ alignItems: {
304
+ readonly [$$PropertyValue]: "alignItems";
305
+ };
306
+ };
307
+ ac: (value: {
308
+ readonly [$$PropertyValue]: "alignContent";
309
+ }) => {
310
+ alignContent: {
311
+ readonly [$$PropertyValue]: "alignContent";
312
+ };
313
+ };
314
+ jc: (value: {
315
+ readonly [$$PropertyValue]: "justifyContent";
316
+ }) => {
317
+ justifyContent: {
318
+ readonly [$$PropertyValue]: "justifyContent";
319
+ };
320
+ };
321
+ as: (value: {
322
+ readonly [$$PropertyValue]: "alignSelf";
323
+ }) => {
324
+ alignSelf: {
325
+ readonly [$$PropertyValue]: "alignSelf";
326
+ };
327
+ };
328
+ fg: (value: {
329
+ readonly [$$PropertyValue]: "flexGrow";
330
+ }) => {
331
+ flexGrow: {
332
+ readonly [$$PropertyValue]: "flexGrow";
333
+ };
334
+ };
335
+ fs: (value: {
336
+ readonly [$$PropertyValue]: "flexShrink";
337
+ }) => {
338
+ flexShrink: {
339
+ readonly [$$PropertyValue]: "flexShrink";
340
+ };
341
+ };
342
+ fb: (value: {
343
+ readonly [$$PropertyValue]: "flexBasis";
344
+ }) => {
345
+ flexBasis: {
346
+ readonly [$$PropertyValue]: "flexBasis";
347
+ };
348
+ };
349
+ bc: (value: {
350
+ readonly [$$PropertyValue]: "backgroundColor";
351
+ }) => {
352
+ backgroundColor: {
353
+ readonly [$$PropertyValue]: "backgroundColor";
354
+ };
355
+ };
356
+ br: (value: {
357
+ readonly [$$PropertyValue]: "borderRadius";
358
+ }) => {
359
+ borderRadius: {
360
+ readonly [$$PropertyValue]: "borderRadius";
361
+ };
362
+ };
363
+ btrr: (value: {
364
+ readonly [$$PropertyValue]: "borderTopRightRadius";
365
+ }) => {
366
+ borderTopRightRadius: {
367
+ readonly [$$PropertyValue]: "borderTopRightRadius";
368
+ };
369
+ };
370
+ bbrr: (value: {
371
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
372
+ }) => {
373
+ borderBottomRightRadius: {
374
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
375
+ };
376
+ };
377
+ bblr: (value: {
378
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
379
+ }) => {
380
+ borderBottomLeftRadius: {
381
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
382
+ };
383
+ };
384
+ btlr: (value: {
385
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
386
+ }) => {
387
+ borderTopLeftRadius: {
388
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
389
+ };
390
+ };
391
+ bs: (value: {
392
+ readonly [$$PropertyValue]: "boxShadow";
393
+ }) => {
394
+ boxShadow: {
395
+ readonly [$$PropertyValue]: "boxShadow";
396
+ };
397
+ };
398
+ lh: (value: {
399
+ readonly [$$PropertyValue]: "lineHeight";
400
+ }) => {
401
+ lineHeight: {
402
+ readonly [$$PropertyValue]: "lineHeight";
403
+ };
404
+ };
405
+ ox: (value: {
406
+ readonly [$$PropertyValue]: "overflowX";
407
+ }) => {
408
+ overflowX: {
409
+ readonly [$$PropertyValue]: "overflowX";
410
+ };
411
+ };
412
+ oy: (value: {
413
+ readonly [$$PropertyValue]: "overflowY";
414
+ }) => {
415
+ overflowY: {
416
+ readonly [$$PropertyValue]: "overflowY";
417
+ };
418
+ };
419
+ pe: (value: {
420
+ readonly [$$PropertyValue]: "pointerEvents";
421
+ }) => {
422
+ pointerEvents: {
423
+ readonly [$$PropertyValue]: "pointerEvents";
424
+ };
425
+ };
426
+ us: (value: {
427
+ readonly [$$PropertyValue]: "userSelect";
428
+ }) => {
429
+ WebkitUserSelect: {
430
+ readonly [$$PropertyValue]: "userSelect";
431
+ };
432
+ userSelect: {
433
+ readonly [$$PropertyValue]: "userSelect";
434
+ };
435
+ };
436
+ userSelect: (value: {
437
+ readonly [$$PropertyValue]: "userSelect";
438
+ }) => {
439
+ WebkitUserSelect: {
440
+ readonly [$$PropertyValue]: "userSelect";
441
+ };
442
+ userSelect: {
443
+ readonly [$$PropertyValue]: "userSelect";
444
+ };
445
+ };
446
+ size: (value: {
447
+ readonly [$$PropertyValue]: "width";
448
+ }) => {
449
+ width: {
450
+ readonly [$$PropertyValue]: "width";
451
+ };
452
+ height: {
453
+ readonly [$$PropertyValue]: "width";
454
+ };
455
+ };
456
+ appearance: (value: {
457
+ readonly [$$PropertyValue]: "appearance";
458
+ }) => {
459
+ WebkitAppearance: {
460
+ readonly [$$PropertyValue]: "appearance";
461
+ };
462
+ appearance: {
463
+ readonly [$$PropertyValue]: "appearance";
464
+ };
465
+ };
466
+ backgroundClip: (value: {
467
+ readonly [$$PropertyValue]: "backgroundClip";
468
+ }) => {
469
+ WebkitBackgroundClip: {
470
+ readonly [$$PropertyValue]: "backgroundClip";
471
+ };
472
+ backgroundClip: {
473
+ readonly [$$PropertyValue]: "backgroundClip";
474
+ };
475
+ };
476
+ }>>;
@@ -9,6 +9,7 @@ export declare const Link: import("@stitches/react/types/styled-component").Styl
9
9
  light: "(prefers-color-scheme: light)";
10
10
  xs: "(max-width: 520px)";
11
11
  sm: "(max-width: 900px)";
12
+ bp2: "(min-width: 900px)";
12
13
  md: "(max-width: 1200px)";
13
14
  lg: "(max-width: 1800px)";
14
15
  }, import("@stitches/react/types/css-util").CSS<{
@@ -18,6 +19,7 @@ export declare const Link: import("@stitches/react/types/styled-component").Styl
18
19
  light: "(prefers-color-scheme: light)";
19
20
  xs: "(max-width: 520px)";
20
21
  sm: "(max-width: 900px)";
22
+ bp2: "(min-width: 900px)";
21
23
  md: "(max-width: 1200px)";
22
24
  lg: "(max-width: 1800px)";
23
25
  }, {
@@ -130,6 +132,7 @@ export declare const Link: import("@stitches/react/types/styled-component").Styl
130
132
  8: string;
131
133
  9: string;
132
134
  10: string;
135
+ 11: string;
133
136
  };
134
137
  fontWeights: {
135
138
  hairline: number;
@@ -483,6 +486,7 @@ export declare const LinkStory: (props: Omit<import("@stitches/react/types/style
483
486
  light: "(prefers-color-scheme: light)";
484
487
  xs: "(max-width: 520px)";
485
488
  sm: "(max-width: 900px)";
489
+ bp2: "(min-width: 900px)";
486
490
  md: "(max-width: 1200px)";
487
491
  lg: "(max-width: 1800px)";
488
492
  }>, "variant"> & {
@@ -0,0 +1,7 @@
1
+ export declare const LogoCard: (props: {
2
+ image: string;
3
+ heading: string;
4
+ logoCardLink?: string;
5
+ width?: string;
6
+ height?: string;
7
+ }) => JSX.Element;
@@ -9,6 +9,7 @@ export declare const Spin: import("@stitches/react/types/styled-component").Styl
9
9
  light: "(prefers-color-scheme: light)";
10
10
  xs: "(max-width: 520px)";
11
11
  sm: "(max-width: 900px)";
12
+ bp2: "(min-width: 900px)";
12
13
  md: "(max-width: 1200px)";
13
14
  lg: "(max-width: 1800px)";
14
15
  }, import("@stitches/react/types/css-util").CSS<{
@@ -18,6 +19,7 @@ export declare const Spin: import("@stitches/react/types/styled-component").Styl
18
19
  light: "(prefers-color-scheme: light)";
19
20
  xs: "(max-width: 520px)";
20
21
  sm: "(max-width: 900px)";
22
+ bp2: "(min-width: 900px)";
21
23
  md: "(max-width: 1200px)";
22
24
  lg: "(max-width: 1800px)";
23
25
  }, {
@@ -130,6 +132,7 @@ export declare const Spin: import("@stitches/react/types/styled-component").Styl
130
132
  8: string;
131
133
  9: string;
132
134
  10: string;
135
+ 11: string;
133
136
  };
134
137
  fontWeights: {
135
138
  hairline: number;
@@ -2,7 +2,8 @@ import type * as Stitches from "@stitches/react";
2
2
  import { CSS } from "../../../stitches.config";
3
3
  export declare const SvgIcon: import("@stitches/react/types/styled-component").StyledComponent<"svg", {
4
4
  color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "textMiddle" | "textLight" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "inherit" | undefined;
5
- size?: "sm" | "md" | "lg" | "xl" | undefined;
5
+ size?: "inherit" | "sm" | "md" | "lg" | "xl" | undefined;
6
+ fillColor?: boolean | "true" | "false" | undefined;
6
7
  }, {
7
8
  motion: "(prefers-reduced-motion)";
8
9
  hover: "(any-hover: hover)";
@@ -10,6 +11,7 @@ export declare const SvgIcon: import("@stitches/react/types/styled-component").S
10
11
  light: "(prefers-color-scheme: light)";
11
12
  xs: "(max-width: 520px)";
12
13
  sm: "(max-width: 900px)";
14
+ bp2: "(min-width: 900px)";
13
15
  md: "(max-width: 1200px)";
14
16
  lg: "(max-width: 1800px)";
15
17
  }, import("@stitches/react/types/css-util").CSS<{
@@ -19,6 +21,7 @@ export declare const SvgIcon: import("@stitches/react/types/styled-component").S
19
21
  light: "(prefers-color-scheme: light)";
20
22
  xs: "(max-width: 520px)";
21
23
  sm: "(max-width: 900px)";
24
+ bp2: "(min-width: 900px)";
22
25
  md: "(max-width: 1200px)";
23
26
  lg: "(max-width: 1800px)";
24
27
  }, {
@@ -131,6 +134,7 @@ export declare const SvgIcon: import("@stitches/react/types/styled-component").S
131
134
  8: string;
132
135
  9: string;
133
136
  10: string;
137
+ 11: string;
134
138
  };
135
139
  fontWeights: {
136
140
  hairline: number;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import * as TabsPrimitive from '@radix-ui/react-tabs';
2
+ import * as TabsPrimitive from "@radix-ui/react-tabs";
3
3
  export declare const Tabs: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<TabsPrimitive.TabsProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
4
4
  motion: "(prefers-reduced-motion)";
5
5
  hover: "(any-hover: hover)";
@@ -7,6 +7,7 @@ export declare const Tabs: import("@stitches/react/types/styled-component").Styl
7
7
  light: "(prefers-color-scheme: light)";
8
8
  xs: "(max-width: 520px)";
9
9
  sm: "(max-width: 900px)";
10
+ bp2: "(min-width: 900px)";
10
11
  md: "(max-width: 1200px)";
11
12
  lg: "(max-width: 1800px)";
12
13
  }, import("@stitches/react/types/css-util").CSS<{
@@ -16,6 +17,7 @@ export declare const Tabs: import("@stitches/react/types/styled-component").Styl
16
17
  light: "(prefers-color-scheme: light)";
17
18
  xs: "(max-width: 520px)";
18
19
  sm: "(max-width: 900px)";
20
+ bp2: "(min-width: 900px)";
19
21
  md: "(max-width: 1200px)";
20
22
  lg: "(max-width: 1800px)";
21
23
  }, {
@@ -128,6 +130,7 @@ export declare const Tabs: import("@stitches/react/types/styled-component").Styl
128
130
  8: string;
129
131
  9: string;
130
132
  10: string;
133
+ 11: string;
131
134
  };
132
135
  fontWeights: {
133
136
  hairline: number;
@@ -479,6 +482,7 @@ export declare const TabsList: import("@stitches/react/types/styled-component").
479
482
  light: "(prefers-color-scheme: light)";
480
483
  xs: "(max-width: 520px)";
481
484
  sm: "(max-width: 900px)";
485
+ bp2: "(min-width: 900px)";
482
486
  md: "(max-width: 1200px)";
483
487
  lg: "(max-width: 1800px)";
484
488
  }, import("@stitches/react/types/css-util").CSS<{
@@ -488,6 +492,7 @@ export declare const TabsList: import("@stitches/react/types/styled-component").
488
492
  light: "(prefers-color-scheme: light)";
489
493
  xs: "(max-width: 520px)";
490
494
  sm: "(max-width: 900px)";
495
+ bp2: "(min-width: 900px)";
491
496
  md: "(max-width: 1200px)";
492
497
  lg: "(max-width: 1800px)";
493
498
  }, {
@@ -600,6 +605,7 @@ export declare const TabsList: import("@stitches/react/types/styled-component").
600
605
  8: string;
601
606
  9: string;
602
607
  10: string;
608
+ 11: string;
603
609
  };
604
610
  fontWeights: {
605
611
  hairline: number;
@@ -951,6 +957,7 @@ export declare const TabsTrigger: import("@stitches/react/types/styled-component
951
957
  light: "(prefers-color-scheme: light)";
952
958
  xs: "(max-width: 520px)";
953
959
  sm: "(max-width: 900px)";
960
+ bp2: "(min-width: 900px)";
954
961
  md: "(max-width: 1200px)";
955
962
  lg: "(max-width: 1800px)";
956
963
  }, import("@stitches/react/types/css-util").CSS<{
@@ -960,6 +967,7 @@ export declare const TabsTrigger: import("@stitches/react/types/styled-component
960
967
  light: "(prefers-color-scheme: light)";
961
968
  xs: "(max-width: 520px)";
962
969
  sm: "(max-width: 900px)";
970
+ bp2: "(min-width: 900px)";
963
971
  md: "(max-width: 1200px)";
964
972
  lg: "(max-width: 1800px)";
965
973
  }, {
@@ -1072,6 +1080,7 @@ export declare const TabsTrigger: import("@stitches/react/types/styled-component
1072
1080
  8: string;
1073
1081
  9: string;
1074
1082
  10: string;
1083
+ 11: string;
1075
1084
  };
1076
1085
  fontWeights: {
1077
1086
  hairline: number;
@@ -1423,6 +1432,7 @@ export declare const TabsContent: import("@stitches/react/types/styled-component
1423
1432
  light: "(prefers-color-scheme: light)";
1424
1433
  xs: "(max-width: 520px)";
1425
1434
  sm: "(max-width: 900px)";
1435
+ bp2: "(min-width: 900px)";
1426
1436
  md: "(max-width: 1200px)";
1427
1437
  lg: "(max-width: 1800px)";
1428
1438
  }, import("@stitches/react/types/css-util").CSS<{
@@ -1432,6 +1442,7 @@ export declare const TabsContent: import("@stitches/react/types/styled-component
1432
1442
  light: "(prefers-color-scheme: light)";
1433
1443
  xs: "(max-width: 520px)";
1434
1444
  sm: "(max-width: 900px)";
1445
+ bp2: "(min-width: 900px)";
1435
1446
  md: "(max-width: 1200px)";
1436
1447
  lg: "(max-width: 1800px)";
1437
1448
  }, {
@@ -1544,6 +1555,7 @@ export declare const TabsContent: import("@stitches/react/types/styled-component
1544
1555
  8: string;
1545
1556
  9: string;
1546
1557
  10: string;
1558
+ 11: string;
1547
1559
  };
1548
1560
  fontWeights: {
1549
1561
  hairline: number;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { EcosystemCardProps } from "../../utils/types";
3
+ export declare const TeamMemberCard: React.FC<EcosystemCardProps>;