@obolnetwork/obol-ui 1.0.34 → 1.0.36
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/Box/Box.d.ts +1 -0
- package/dist/components/atoms/Button/Button.d.ts +1 -0
- package/dist/components/atoms/Checkbox/Checkbox.d.ts +1 -0
- package/dist/components/atoms/Container/Container.d.ts +2 -0
- package/dist/components/atoms/Dialog/Dialog.d.ts +6 -0
- package/dist/components/atoms/IconButton/IconButton.d.ts +1 -0
- package/dist/components/atoms/Image/Image.d.ts +1 -0
- package/dist/components/atoms/Link/Link.d.ts +1 -0
- package/dist/components/atoms/LogoCard/LogoCard.d.ts +1 -0
- package/dist/components/atoms/Spin/Spin.d.ts +2 -1
- package/dist/components/atoms/SvgIcon/SvgIcon.d.ts +2 -1
- package/dist/components/atoms/Switch/Switch.d.ts +965 -0
- package/dist/components/atoms/Tabs/Tabs.d.ts +4 -0
- package/dist/components/atoms/Text/Text.d.ts +4 -3
- package/dist/components/atoms/TextField/TextField.d.ts +2 -0
- package/dist/components/atoms/Toggle/Toggle.d.ts +2 -0
- package/dist/components/atoms/index.d.ts +1 -0
- package/dist/components/icons/AlertIcon.d.ts +1 -0
- package/dist/components/icons/ArrowForward.d.ts +1 -0
- package/dist/components/icons/ChevronDownIcon.d.ts +1 -0
- package/dist/components/icons/ChevronUpIcon.d.ts +1 -0
- package/dist/components/icons/CloseIcon.d.ts +1 -0
- package/dist/components/icons/Download.d.ts +1 -0
- package/dist/components/icons/GlowIconBox.d.ts +1 -0
- package/dist/components/icons/Hexapod.d.ts +1 -0
- package/dist/components/icons/OpenInNew.d.ts +1 -0
- package/dist/components/icons/Planet.d.ts +1 -0
- package/dist/components/icons/static-icons/BulletCheckIcon.d.ts +1 -0
- package/dist/components/icons/static-icons/CheckIcon.d.ts +1 -0
- package/dist/components/icons/static-icons/CheckboxIcon.d.ts +1 -0
- package/dist/components/icons/static-icons/Coinbase.d.ts +1 -0
- package/dist/components/icons/static-icons/CopyIcon.d.ts +1 -0
- package/dist/components/icons/static-icons/GithubIcon.d.ts +1 -0
- package/dist/components/icons/static-icons/HelpIcon.d.ts +1 -0
- package/dist/components/icons/static-icons/MenuIcon.d.ts +1 -0
- package/dist/components/icons/static-icons/Metamask.d.ts +1 -0
- package/dist/components/icons/static-icons/MinusIcon.d.ts +1 -0
- package/dist/components/icons/static-icons/PlusIcon.d.ts +1 -0
- package/dist/components/icons/static-icons/TrashIcon.d.ts +1 -0
- package/dist/components/icons/static-icons/TwitterIcon.d.ts +1 -0
- package/dist/components/icons/static-icons/WaitingIcon.d.ts +1 -0
- package/dist/components/icons/static-icons/WalletConnect.d.ts +1 -0
- package/dist/components/icons/static-icons/obol/circle/ObolDarkCircle.d.ts +1 -0
- package/dist/components/icons/static-icons/obol/circle/ObolLightCircle.d.ts +1 -0
- package/dist/components/icons/static-icons/obol/horizontal/ObolDarkBgH.d.ts +1 -0
- package/dist/components/icons/static-icons/obol/horizontal/ObolLightBgH.d.ts +1 -0
- package/dist/components/icons/static-icons/obol/horizontal/ObolSolidDarkBgH.d.ts +1 -0
- package/dist/components/icons/static-icons/obol/horizontal/ObolSolidLightBgH.d.ts +1 -0
- package/dist/components/icons/static-icons/obol/mark/ObolDarkBgMark.d.ts +1 -0
- package/dist/components/icons/static-icons/obol/mark/ObolLightBgMark.d.ts +1 -0
- package/dist/components/icons/static-icons/obol/mark/ObolSolidDarkBgMark.d.ts +1 -0
- package/dist/components/icons/static-icons/obol/mark/ObolSolidLightBgMark.d.ts +1 -0
- package/dist/components/icons/static-icons/obol/vertical/ObolDarkBgV.d.ts +1 -0
- package/dist/components/icons/static-icons/obol/vertical/ObolLightBgV.d.ts +1 -0
- package/dist/components/icons/static-icons/obol/vertical/ObolSolidDarkBgV.d.ts +1 -0
- package/dist/components/icons/static-icons/obol/vertical/ObolSolidLightBgV.d.ts +1 -0
- package/dist/components/icons/static-icons/planets/PlanetBlue.d.ts +1 -0
- package/dist/components/icons/static-icons/planets/PlanetGreen.d.ts +1 -0
- package/dist/components/icons/static-icons/planets/PlanetGrey.d.ts +1 -0
- package/dist/components/icons/static-icons/planets/PlanetMagenta.d.ts +1 -0
- package/dist/components/icons/static-icons/planets/PlanetOrange.d.ts +1 -0
- package/dist/components/molecules/Accordion/Accordion.d.ts +2 -0
- package/dist/components/molecules/AdvisoryToggle/AdvisoryToggle.d.ts +2 -0
- package/dist/components/molecules/Card/Card.d.ts +2 -0
- package/dist/components/molecules/NotificationCard/NotificationCard.d.ts +2 -0
- package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +3 -0
- package/dist/components/organisms/Advisory/Advisory.d.ts +2 -0
- package/dist/components/utils/color-variants.d.ts +1 -0
- package/dist/components/utils/styles.d.ts +1 -0
- package/dist/components/utils/types.d.ts +1 -0
- package/dist/index.es.js +31 -1
- package/dist/index.js +34 -0
- package/dist/stitches.config.d.ts +10 -0
- package/package.json +2 -1
|
@@ -58,6 +58,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
58
58
|
obolDisabled: string;
|
|
59
59
|
linkButtonHover: string;
|
|
60
60
|
progressTrackerGreen: string;
|
|
61
|
+
lightGrey: string;
|
|
61
62
|
coordinate: string;
|
|
62
63
|
coordinateHover: string;
|
|
63
64
|
test: string;
|
|
@@ -543,6 +544,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
543
544
|
obolDisabled: string;
|
|
544
545
|
linkButtonHover: string;
|
|
545
546
|
progressTrackerGreen: string;
|
|
547
|
+
lightGrey: string;
|
|
546
548
|
coordinate: string;
|
|
547
549
|
coordinateHover: string;
|
|
548
550
|
test: string;
|
|
@@ -62,6 +62,7 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
62
62
|
obolDisabled: string;
|
|
63
63
|
linkButtonHover: string;
|
|
64
64
|
progressTrackerGreen: string;
|
|
65
|
+
lightGrey: string;
|
|
65
66
|
coordinate: string;
|
|
66
67
|
coordinateHover: string;
|
|
67
68
|
test: string;
|
|
@@ -544,6 +545,7 @@ export declare const DialogTitle: import("@stitches/react/types/styled-component
|
|
|
544
545
|
obolDisabled: string;
|
|
545
546
|
linkButtonHover: string;
|
|
546
547
|
progressTrackerGreen: string;
|
|
548
|
+
lightGrey: string;
|
|
547
549
|
coordinate: string;
|
|
548
550
|
coordinateHover: string;
|
|
549
551
|
test: string;
|
|
@@ -1024,6 +1026,7 @@ export declare const DialogDescription: import("@stitches/react/types/styled-com
|
|
|
1024
1026
|
obolDisabled: string;
|
|
1025
1027
|
linkButtonHover: string;
|
|
1026
1028
|
progressTrackerGreen: string;
|
|
1029
|
+
lightGrey: string;
|
|
1027
1030
|
coordinate: string;
|
|
1028
1031
|
coordinateHover: string;
|
|
1029
1032
|
test: string;
|
|
@@ -1505,6 +1508,7 @@ export declare const DialogStyledContent: import("@stitches/react/types/styled-c
|
|
|
1505
1508
|
obolDisabled: string;
|
|
1506
1509
|
linkButtonHover: string;
|
|
1507
1510
|
progressTrackerGreen: string;
|
|
1511
|
+
lightGrey: string;
|
|
1508
1512
|
coordinate: string;
|
|
1509
1513
|
coordinateHover: string;
|
|
1510
1514
|
test: string;
|
|
@@ -1985,6 +1989,7 @@ export declare const DialogOverlay: import("@stitches/react/types/styled-compone
|
|
|
1985
1989
|
obolDisabled: string;
|
|
1986
1990
|
linkButtonHover: string;
|
|
1987
1991
|
progressTrackerGreen: string;
|
|
1992
|
+
lightGrey: string;
|
|
1988
1993
|
coordinate: string;
|
|
1989
1994
|
coordinateHover: string;
|
|
1990
1995
|
test: string;
|
|
@@ -2466,6 +2471,7 @@ export declare const DialogIconButton: import("@stitches/react/types/styled-comp
|
|
|
2466
2471
|
obolDisabled: string;
|
|
2467
2472
|
linkButtonHover: string;
|
|
2468
2473
|
progressTrackerGreen: string;
|
|
2474
|
+
lightGrey: string;
|
|
2469
2475
|
coordinate: string;
|
|
2470
2476
|
coordinateHover: string;
|
|
2471
2477
|
test: string;
|
|
@@ -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" | "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;
|
|
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" | "lightGrey" | "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)";
|
|
@@ -62,6 +62,7 @@ export declare const Spin: import("@stitches/react/types/styled-component").Styl
|
|
|
62
62
|
obolDisabled: string;
|
|
63
63
|
linkButtonHover: string;
|
|
64
64
|
progressTrackerGreen: string;
|
|
65
|
+
lightGrey: string;
|
|
65
66
|
coordinate: string;
|
|
66
67
|
coordinateHover: string;
|
|
67
68
|
test: 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" | "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;
|
|
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" | "lightGrey" | "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
|
strokeColor?: boolean | "true" | "false" | undefined;
|
|
@@ -66,6 +66,7 @@ export declare const SvgIcon: import("@stitches/react/types/styled-component").S
|
|
|
66
66
|
obolDisabled: string;
|
|
67
67
|
linkButtonHover: string;
|
|
68
68
|
progressTrackerGreen: string;
|
|
69
|
+
lightGrey: string;
|
|
69
70
|
coordinate: string;
|
|
70
71
|
coordinateHover: string;
|
|
71
72
|
test: string;
|