@obolnetwork/obol-ui 1.0.91 → 1.0.92

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