@obolnetwork/obol-ui 1.0.75 → 1.0.78
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.
- package/dist/components/atoms/Avatar/Avatar.d.ts +975 -0
- package/dist/components/atoms/Badge/Badge.d.ts +2 -0
- package/dist/components/atoms/Box/Box.d.ts +3 -0
- package/dist/components/atoms/Button/Button.d.ts +3 -0
- package/dist/components/atoms/Checkbox/Checkbox.d.ts +3 -0
- package/dist/components/atoms/Container/Container.d.ts +6 -0
- package/dist/components/atoms/Flex/Flex.d.ts +3 -0
- package/dist/components/atoms/Grid/Grid.d.ts +3 -0
- package/dist/components/atoms/IconButton/IconButton.d.ts +3 -0
- package/dist/components/atoms/Image/Image.d.ts +3 -0
- package/dist/components/atoms/Link/Link.d.ts +3 -0
- package/dist/components/atoms/NavigationMenu/NavigationMenu.d.ts +15 -0
- package/dist/components/atoms/Separator/Separator.d.ts +3 -0
- package/dist/components/atoms/Spin/Spin.d.ts +4 -1
- package/dist/components/atoms/SvgIcon/SvgIcon.d.ts +4 -1
- package/dist/components/atoms/Switch/Switch.d.ts +6 -0
- package/dist/components/atoms/Text/Text.d.ts +6 -3
- package/dist/components/atoms/TextField/TextField.d.ts +12 -0
- package/dist/components/atoms/Toggle/Toggle.d.ts +6 -0
- package/dist/components/atoms/UnstyledTextField/UnstyledTextField.d.ts +6 -0
- package/dist/components/icons/GlowIconBox.d.ts +3 -0
- package/dist/components/icons/Planet.d.ts +3 -0
- package/dist/components/icons/socials/CopyLinkIcon.d.ts +2 -0
- package/dist/components/icons/socials/DiscordIcon.d.ts +2 -0
- package/dist/components/icons/socials/LinkedinIcon.d.ts +2 -0
- package/dist/components/icons/socials/XIcon.d.ts +2 -0
- package/dist/components/molecules/Accordion/Accordion.d.ts +6 -0
- package/dist/components/molecules/AdvisoryToggle/AdvisoryToggle.d.ts +6 -0
- package/dist/components/molecules/Card/Card.d.ts +12 -0
- package/dist/components/molecules/Dialog/Dialog.d.ts +18 -0
- package/dist/components/molecules/NotificationCard/NotificationCard.d.ts +6 -0
- package/dist/components/molecules/Profile/Profile.d.ts +9 -0
- package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +9 -0
- package/dist/components/molecules/ResponsiveDialog/ResponsiveDialog.d.ts +6 -0
- package/dist/components/molecules/ShareButton/ShareButton.d.ts +4 -0
- package/dist/components/molecules/Table/Table.d.ts +1 -0
- package/dist/components/molecules/Tabs/Tabs.d.ts +12 -0
- package/dist/components/molecules/index.d.ts +2 -0
- package/dist/components/utils/color-variants.d.ts +3 -0
- package/dist/components/utils/hooks/useOutsideClick.d.ts +2 -0
- package/dist/components/utils/styles.d.ts +3 -0
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/dist/stitches.config.d.ts +30 -0
- package/package.json +2 -1
|
@@ -40,6 +40,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
40
40
|
navButtonBgHover: string;
|
|
41
41
|
cardBackgroundDark: string;
|
|
42
42
|
cardBackgroundLight: string;
|
|
43
|
+
gradientGold: string;
|
|
44
|
+
gradientSilver: string;
|
|
45
|
+
gradientBronze: string;
|
|
43
46
|
textMiddle: string;
|
|
44
47
|
textLight: string;
|
|
45
48
|
textLighter: string;
|
|
@@ -453,6 +456,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
453
456
|
navButtonBgHover: string;
|
|
454
457
|
cardBackgroundDark: string;
|
|
455
458
|
cardBackgroundLight: string;
|
|
459
|
+
gradientGold: string;
|
|
460
|
+
gradientSilver: string;
|
|
461
|
+
gradientBronze: string;
|
|
456
462
|
textMiddle: string;
|
|
457
463
|
textLight: string;
|
|
458
464
|
textLighter: string;
|
|
@@ -846,6 +852,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
846
852
|
navButtonBgHover: string;
|
|
847
853
|
cardBackgroundDark: string;
|
|
848
854
|
cardBackgroundLight: string;
|
|
855
|
+
gradientGold: string;
|
|
856
|
+
gradientSilver: string;
|
|
857
|
+
gradientBronze: string;
|
|
849
858
|
textMiddle: string;
|
|
850
859
|
textLight: string;
|
|
851
860
|
textLighter: string;
|
|
@@ -1265,6 +1274,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
1265
1274
|
navButtonBgHover: string;
|
|
1266
1275
|
cardBackgroundDark: string;
|
|
1267
1276
|
cardBackgroundLight: string;
|
|
1277
|
+
gradientGold: string;
|
|
1278
|
+
gradientSilver: string;
|
|
1279
|
+
gradientBronze: string;
|
|
1268
1280
|
textMiddle: string;
|
|
1269
1281
|
textLight: string;
|
|
1270
1282
|
textLighter: string;
|
|
@@ -1657,6 +1669,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
1657
1669
|
navButtonBgHover: string;
|
|
1658
1670
|
cardBackgroundDark: string;
|
|
1659
1671
|
cardBackgroundLight: string;
|
|
1672
|
+
gradientGold: string;
|
|
1673
|
+
gradientSilver: string;
|
|
1674
|
+
gradientBronze: string;
|
|
1660
1675
|
textMiddle: string;
|
|
1661
1676
|
textLight: string;
|
|
1662
1677
|
textLighter: string;
|
|
@@ -2049,6 +2064,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2049
2064
|
navButtonBgHover: string;
|
|
2050
2065
|
cardBackgroundDark: string;
|
|
2051
2066
|
cardBackgroundLight: string;
|
|
2067
|
+
gradientGold: string;
|
|
2068
|
+
gradientSilver: string;
|
|
2069
|
+
gradientBronze: string;
|
|
2052
2070
|
textMiddle: string;
|
|
2053
2071
|
textLight: string;
|
|
2054
2072
|
textLighter: string;
|
|
@@ -2436,6 +2454,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2436
2454
|
navButtonBgHover: import("@stitches/react/types/theme").Token<"navButtonBgHover", string, "colors", "">;
|
|
2437
2455
|
cardBackgroundDark: import("@stitches/react/types/theme").Token<"cardBackgroundDark", string, "colors", "">;
|
|
2438
2456
|
cardBackgroundLight: import("@stitches/react/types/theme").Token<"cardBackgroundLight", string, "colors", "">;
|
|
2457
|
+
gradientGold: import("@stitches/react/types/theme").Token<"gradientGold", string, "colors", "">;
|
|
2458
|
+
gradientSilver: import("@stitches/react/types/theme").Token<"gradientSilver", string, "colors", "">;
|
|
2459
|
+
gradientBronze: import("@stitches/react/types/theme").Token<"gradientBronze", string, "colors", "">;
|
|
2439
2460
|
textMiddle: import("@stitches/react/types/theme").Token<"textMiddle", string, "colors", "">;
|
|
2440
2461
|
textLight: import("@stitches/react/types/theme").Token<"textLight", string, "colors", "">;
|
|
2441
2462
|
textLighter: import("@stitches/react/types/theme").Token<"textLighter", string, "colors", "">;
|
|
@@ -2588,6 +2609,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2588
2609
|
navButtonBgHover?: string | number | boolean | undefined;
|
|
2589
2610
|
cardBackgroundDark?: string | number | boolean | undefined;
|
|
2590
2611
|
cardBackgroundLight?: string | number | boolean | undefined;
|
|
2612
|
+
gradientGold?: string | number | boolean | undefined;
|
|
2613
|
+
gradientSilver?: string | number | boolean | undefined;
|
|
2614
|
+
gradientBronze?: string | number | boolean | undefined;
|
|
2591
2615
|
textMiddle?: string | number | boolean | undefined;
|
|
2592
2616
|
textLight?: string | number | boolean | undefined;
|
|
2593
2617
|
textLighter?: string | number | boolean | undefined;
|
|
@@ -2745,6 +2769,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2745
2769
|
navButtonBgHover?: string | number | boolean | undefined;
|
|
2746
2770
|
cardBackgroundDark?: string | number | boolean | undefined;
|
|
2747
2771
|
cardBackgroundLight?: string | number | boolean | undefined;
|
|
2772
|
+
gradientGold?: string | number | boolean | undefined;
|
|
2773
|
+
gradientSilver?: string | number | boolean | undefined;
|
|
2774
|
+
gradientBronze?: string | number | boolean | undefined;
|
|
2748
2775
|
textMiddle?: string | number | boolean | undefined;
|
|
2749
2776
|
textLight?: string | number | boolean | undefined;
|
|
2750
2777
|
textLighter?: string | number | boolean | undefined;
|
|
@@ -2919,6 +2946,9 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2919
2946
|
navButtonBgHover: string;
|
|
2920
2947
|
cardBackgroundDark: string;
|
|
2921
2948
|
cardBackgroundLight: string;
|
|
2949
|
+
gradientGold: string;
|
|
2950
|
+
gradientSilver: string;
|
|
2951
|
+
gradientBronze: string;
|
|
2922
2952
|
textMiddle: string;
|
|
2923
2953
|
textLight: string;
|
|
2924
2954
|
textLighter: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@obolnetwork/obol-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.78",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@radix-ui/react-accordion": "^0.1.6",
|
|
29
|
+
"@radix-ui/react-avatar": "^1.0.4",
|
|
29
30
|
"@radix-ui/react-checkbox": "^1.0.0",
|
|
30
31
|
"@radix-ui/react-dialog": "^0.1.7",
|
|
31
32
|
"@radix-ui/react-icons": "^1.1.1",
|