@obolnetwork/obol-ui 1.0.6 → 1.0.9

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