@obolnetwork/obol-ui 1.0.71 → 1.0.74

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.
@@ -0,0 +1,485 @@
1
+ /// <reference types="react" />
2
+ import * as SeparatorPrimitive from "@radix-ui/react-separator";
3
+ export declare const Separator: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<SeparatorPrimitive.SeparatorProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
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
+ textMiddle: string;
44
+ textLight: string;
45
+ textLighter: string;
46
+ textTabHover: string;
47
+ textTabInactive: string;
48
+ textGreenDark: string;
49
+ textGreenLight: string;
50
+ textGreen1: string;
51
+ textGreen2: string;
52
+ textGreen3: string;
53
+ textGreenHover: string;
54
+ textCreateHover: string;
55
+ textGrayHover: string;
56
+ txButton: string;
57
+ obolGreen: string;
58
+ obolMidGreen: string;
59
+ obolGreenHover: string;
60
+ obolGreenLight: string;
61
+ obolDarkDark: string;
62
+ obolDisabled: string;
63
+ linkButtonHover: string;
64
+ progressTrackerGreen: string;
65
+ lightGrey: 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: number;
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 [$$PropertyValue]: "padding";
180
+ }) => {
181
+ padding: {
182
+ readonly [$$PropertyValue]: "padding";
183
+ };
184
+ };
185
+ pt: (value: {
186
+ readonly [$$PropertyValue]: "paddingTop";
187
+ }) => {
188
+ paddingTop: {
189
+ readonly [$$PropertyValue]: "paddingTop";
190
+ };
191
+ };
192
+ pr: (value: {
193
+ readonly [$$PropertyValue]: "paddingRight";
194
+ }) => {
195
+ paddingRight: {
196
+ readonly [$$PropertyValue]: "paddingRight";
197
+ };
198
+ };
199
+ pb: (value: {
200
+ readonly [$$PropertyValue]: "paddingBottom";
201
+ }) => {
202
+ paddingBottom: {
203
+ readonly [$$PropertyValue]: "paddingBottom";
204
+ };
205
+ };
206
+ pl: (value: {
207
+ readonly [$$PropertyValue]: "paddingLeft";
208
+ }) => {
209
+ paddingLeft: {
210
+ readonly [$$PropertyValue]: "paddingLeft";
211
+ };
212
+ };
213
+ px: (value: {
214
+ readonly [$$PropertyValue]: "paddingLeft";
215
+ }) => {
216
+ paddingLeft: {
217
+ readonly [$$PropertyValue]: "paddingLeft";
218
+ };
219
+ paddingRight: {
220
+ readonly [$$PropertyValue]: "paddingLeft";
221
+ };
222
+ };
223
+ py: (value: {
224
+ readonly [$$PropertyValue]: "paddingTop";
225
+ }) => {
226
+ paddingTop: {
227
+ readonly [$$PropertyValue]: "paddingTop";
228
+ };
229
+ paddingBottom: {
230
+ readonly [$$PropertyValue]: "paddingTop";
231
+ };
232
+ };
233
+ m: (value: {
234
+ readonly [$$PropertyValue]: "margin";
235
+ }) => {
236
+ margin: {
237
+ readonly [$$PropertyValue]: "margin";
238
+ };
239
+ };
240
+ mt: (value: {
241
+ readonly [$$PropertyValue]: "marginTop";
242
+ }) => {
243
+ marginTop: {
244
+ readonly [$$PropertyValue]: "marginTop";
245
+ };
246
+ };
247
+ mr: (value: {
248
+ readonly [$$PropertyValue]: "marginRight";
249
+ }) => {
250
+ marginRight: {
251
+ readonly [$$PropertyValue]: "marginRight";
252
+ };
253
+ };
254
+ mb: (value: {
255
+ readonly [$$PropertyValue]: "marginBottom";
256
+ }) => {
257
+ marginBottom: {
258
+ readonly [$$PropertyValue]: "marginBottom";
259
+ };
260
+ };
261
+ ml: (value: {
262
+ readonly [$$PropertyValue]: "marginLeft";
263
+ }) => {
264
+ marginLeft: {
265
+ readonly [$$PropertyValue]: "marginLeft";
266
+ };
267
+ };
268
+ mx: (value: {
269
+ readonly [$$PropertyValue]: "marginLeft";
270
+ }) => {
271
+ marginLeft: {
272
+ readonly [$$PropertyValue]: "marginLeft";
273
+ };
274
+ marginRight: {
275
+ readonly [$$PropertyValue]: "marginLeft";
276
+ };
277
+ };
278
+ my: (value: {
279
+ readonly [$$PropertyValue]: "marginTop";
280
+ }) => {
281
+ marginTop: {
282
+ readonly [$$PropertyValue]: "marginTop";
283
+ };
284
+ marginBottom: {
285
+ readonly [$$PropertyValue]: "marginTop";
286
+ };
287
+ };
288
+ ta: (value: {
289
+ readonly [$$PropertyValue]: "textAlign";
290
+ }) => {
291
+ textAlign: {
292
+ readonly [$$PropertyValue]: "textAlign";
293
+ };
294
+ };
295
+ fd: (value: {
296
+ readonly [$$PropertyValue]: "flexDirection";
297
+ }) => {
298
+ flexDirection: {
299
+ readonly [$$PropertyValue]: "flexDirection";
300
+ };
301
+ };
302
+ fw: (value: {
303
+ readonly [$$PropertyValue]: "flexWrap";
304
+ }) => {
305
+ flexWrap: {
306
+ readonly [$$PropertyValue]: "flexWrap";
307
+ };
308
+ };
309
+ ai: (value: {
310
+ readonly [$$PropertyValue]: "alignItems";
311
+ }) => {
312
+ alignItems: {
313
+ readonly [$$PropertyValue]: "alignItems";
314
+ };
315
+ };
316
+ ac: (value: {
317
+ readonly [$$PropertyValue]: "alignContent";
318
+ }) => {
319
+ alignContent: {
320
+ readonly [$$PropertyValue]: "alignContent";
321
+ };
322
+ };
323
+ jc: (value: {
324
+ readonly [$$PropertyValue]: "justifyContent";
325
+ }) => {
326
+ justifyContent: {
327
+ readonly [$$PropertyValue]: "justifyContent";
328
+ };
329
+ };
330
+ as: (value: {
331
+ readonly [$$PropertyValue]: "alignSelf";
332
+ }) => {
333
+ alignSelf: {
334
+ readonly [$$PropertyValue]: "alignSelf";
335
+ };
336
+ };
337
+ fg: (value: {
338
+ readonly [$$PropertyValue]: "flexGrow";
339
+ }) => {
340
+ flexGrow: {
341
+ readonly [$$PropertyValue]: "flexGrow";
342
+ };
343
+ };
344
+ fs: (value: {
345
+ readonly [$$PropertyValue]: "flexShrink";
346
+ }) => {
347
+ flexShrink: {
348
+ readonly [$$PropertyValue]: "flexShrink";
349
+ };
350
+ };
351
+ fb: (value: {
352
+ readonly [$$PropertyValue]: "flexBasis";
353
+ }) => {
354
+ flexBasis: {
355
+ readonly [$$PropertyValue]: "flexBasis";
356
+ };
357
+ };
358
+ bc: (value: {
359
+ readonly [$$PropertyValue]: "backgroundColor";
360
+ }) => {
361
+ backgroundColor: {
362
+ readonly [$$PropertyValue]: "backgroundColor";
363
+ };
364
+ };
365
+ br: (value: {
366
+ readonly [$$PropertyValue]: "borderRadius";
367
+ }) => {
368
+ borderRadius: {
369
+ readonly [$$PropertyValue]: "borderRadius";
370
+ };
371
+ };
372
+ btrr: (value: {
373
+ readonly [$$PropertyValue]: "borderTopRightRadius";
374
+ }) => {
375
+ borderTopRightRadius: {
376
+ readonly [$$PropertyValue]: "borderTopRightRadius";
377
+ };
378
+ };
379
+ bbrr: (value: {
380
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
381
+ }) => {
382
+ borderBottomRightRadius: {
383
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
384
+ };
385
+ };
386
+ bblr: (value: {
387
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
388
+ }) => {
389
+ borderBottomLeftRadius: {
390
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
391
+ };
392
+ };
393
+ btlr: (value: {
394
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
395
+ }) => {
396
+ borderTopLeftRadius: {
397
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
398
+ };
399
+ };
400
+ bs: (value: {
401
+ readonly [$$PropertyValue]: "boxShadow";
402
+ }) => {
403
+ boxShadow: {
404
+ readonly [$$PropertyValue]: "boxShadow";
405
+ };
406
+ };
407
+ lh: (value: {
408
+ readonly [$$PropertyValue]: "lineHeight";
409
+ }) => {
410
+ lineHeight: {
411
+ readonly [$$PropertyValue]: "lineHeight";
412
+ };
413
+ };
414
+ ox: (value: {
415
+ readonly [$$PropertyValue]: "overflowX";
416
+ }) => {
417
+ overflowX: {
418
+ readonly [$$PropertyValue]: "overflowX";
419
+ };
420
+ };
421
+ oy: (value: {
422
+ readonly [$$PropertyValue]: "overflowY";
423
+ }) => {
424
+ overflowY: {
425
+ readonly [$$PropertyValue]: "overflowY";
426
+ };
427
+ };
428
+ pe: (value: {
429
+ readonly [$$PropertyValue]: "pointerEvents";
430
+ }) => {
431
+ pointerEvents: {
432
+ readonly [$$PropertyValue]: "pointerEvents";
433
+ };
434
+ };
435
+ us: (value: {
436
+ readonly [$$PropertyValue]: "userSelect";
437
+ }) => {
438
+ WebkitUserSelect: {
439
+ readonly [$$PropertyValue]: "userSelect";
440
+ };
441
+ userSelect: {
442
+ readonly [$$PropertyValue]: "userSelect";
443
+ };
444
+ };
445
+ userSelect: (value: {
446
+ readonly [$$PropertyValue]: "userSelect";
447
+ }) => {
448
+ WebkitUserSelect: {
449
+ readonly [$$PropertyValue]: "userSelect";
450
+ };
451
+ userSelect: {
452
+ readonly [$$PropertyValue]: "userSelect";
453
+ };
454
+ };
455
+ size: (value: {
456
+ readonly [$$PropertyValue]: "width";
457
+ }) => {
458
+ width: {
459
+ readonly [$$PropertyValue]: "width";
460
+ };
461
+ height: {
462
+ readonly [$$PropertyValue]: "width";
463
+ };
464
+ };
465
+ appearance: (value: {
466
+ readonly [$$PropertyValue]: "appearance";
467
+ }) => {
468
+ WebkitAppearance: {
469
+ readonly [$$PropertyValue]: "appearance";
470
+ };
471
+ appearance: {
472
+ readonly [$$PropertyValue]: "appearance";
473
+ };
474
+ };
475
+ backgroundClip: (value: {
476
+ readonly [$$PropertyValue]: "backgroundClip";
477
+ }) => {
478
+ WebkitBackgroundClip: {
479
+ readonly [$$PropertyValue]: "backgroundClip";
480
+ };
481
+ backgroundClip: {
482
+ readonly [$$PropertyValue]: "backgroundClip";
483
+ };
484
+ };
485
+ }>>;
@@ -19,4 +19,6 @@ export * from "../molecules/Dialog/Dialog";
19
19
  export * from "./UnstyledTextField/UnstyledTextField";
20
20
  export * from "./Flex/Flex";
21
21
  export * from "./NavigationMenu/NavigationMenu";
22
- export * from "../molecules/ResponsiveDialog/ResponsiveDialog";
22
+ export * from "./Badge/Badge";
23
+ export * from "./TextNumberWithUnit/TextNumberWithUnit";
24
+ export * from "./Grid/Grid";
@@ -44,3 +44,4 @@ export * from "./static-icons/SortDefaultIcon";
44
44
  export * from "./static-icons/SortDescIcon";
45
45
  export * from "./static-icons/SortAscIcon";
46
46
  export * from "./static-icons/UnknownIcon";
47
+ export * from "./static-icons/ClockIcon";
@@ -0,0 +1 @@
1
+ export declare const ClockIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1,13 +1,13 @@
1
1
  import React, { PropsWithChildren, ReactNode } from "react";
2
2
  import { CSS } from "../../../stitches.config";
3
3
  import * as DialogPrimitive from "@radix-ui/react-dialog";
4
- interface ResponsiveDialogProps {
4
+ interface ResponsiveDialogComponentProps {
5
5
  open?: boolean;
6
6
  setOpen?: (open: boolean) => void;
7
7
  css?: CSS;
8
8
  children: ReactNode;
9
9
  }
10
- export declare const ResponsiveDialog: React.FC<ResponsiveDialogProps>;
10
+ export declare const ResponsiveDialogComponent: React.FC<ResponsiveDialogComponentProps>;
11
11
  export declare const ResponsiveDialogStyledContent: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<DialogPrimitive.DialogContentProps & React.RefAttributes<HTMLDivElement>>, {}, {
12
12
  motion: "(prefers-reduced-motion)";
13
13
  hover: "(any-hover: hover)";
@@ -975,12 +975,12 @@ export declare const ResponsiveDialogIconButton: import("@stitches/react/types/s
975
975
  };
976
976
  }>>;
977
977
  export declare const ResponsiveDialogTrigger: React.FC<PropsWithChildren>;
978
- export interface ResponsiveDialogComponentProps {
978
+ export interface ResponsiveDialogProps {
979
979
  open?: boolean;
980
980
  setOpen?: (open: boolean) => void;
981
981
  triggerElement?: React.ReactNode;
982
982
  css?: CSS;
983
983
  children: ReactNode;
984
984
  }
985
- export declare const ResponsiveDialogComponent: React.FC<ResponsiveDialogComponentProps>;
985
+ export declare const ResponsiveDialog: React.FC<ResponsiveDialogProps>;
986
986
  export {};
@@ -7,10 +7,9 @@ export * from "./ProgressTracker/ProgressTracker";
7
7
  export * from "./RadioGroup/RadioGroup";
8
8
  export * from "./Table/Table";
9
9
  export * from "./ENSInputField/ENSInputField";
10
- export * as Tabs from "../molecules/Tabs/Tabs";
10
+ export * as Tabs from "./Tabs/Tabs";
11
11
  export * from "./MetricWidget/MetricWidget";
12
12
  export * from "./Table/TableV2";
13
13
  export * from "./MetricValidatorStatus/MetricValidatorStatus";
14
14
  export * from "./Dialog/Dialog";
15
15
  export * from "./ResponsiveDialog/ResponsiveDialog";
16
- export * from "./ContributionsContainer/ContributionsContainer";
@@ -2,4 +2,3 @@ export * from "./Advisory/Advisory";
2
2
  export * from "./Footer/Footer";
3
3
  export * from "./HeroSection/HeroSection";
4
4
  export * from "./TwoColumnSection/TwoColumnSection";
5
- export * from "./OperatorInfoDialog/OperatorInfoDialog";