@obolnetwork/obol-ui 1.0.97 → 1.0.99
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 +2 -0
- 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/Flex/Flex.d.ts +1 -0
- package/dist/components/atoms/Grid/Grid.d.ts +1 -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/NavigationMenu/NavigationMenu.d.ts +5 -0
- package/dist/components/atoms/Separator/Separator.d.ts +1 -0
- package/dist/components/atoms/Skeleton/Skeleton.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 +2 -0
- package/dist/components/atoms/Text/Text.d.ts +4 -3
- package/dist/components/atoms/TextField/TextField.d.ts +4 -0
- package/dist/components/atoms/Toggle/Toggle.d.ts +2 -0
- package/dist/components/atoms/UnstyledTextField/UnstyledTextField.d.ts +2 -0
- package/dist/components/icons/GlowIconBox.d.ts +1 -0
- package/dist/components/icons/Planet.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 +4 -0
- package/dist/components/molecules/Dialog/Dialog.d.ts +6 -0
- package/dist/components/molecules/NotificationCard/NotificationCard.d.ts +2 -0
- package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +3 -0
- package/dist/components/molecules/ResponsiveDialog/ResponsiveDialog.d.ts +2 -0
- package/dist/components/molecules/TableV3/ExpandedTable.d.ts +2950 -0
- package/dist/components/molecules/TableV3/PaginatorSummary.d.ts +8 -0
- package/dist/components/molecules/TableV3/TableV3.d.ts +113 -0
- package/dist/components/molecules/TableV3/icons/CollapsedRowIcon.d.ts +1 -0
- package/dist/components/molecules/TableV3/icons/ExpandedRowIcon.d.ts +1 -0
- package/dist/components/molecules/TableV3/icons/LVectorIcon.d.ts +1 -0
- package/dist/components/molecules/TableV3/icons/SortIcon.d.ts +5 -0
- package/dist/components/molecules/Tabs/Tabs.d.ts +4 -0
- package/dist/components/molecules/index.d.ts +7 -0
- package/dist/components/utils/color-variants.d.ts +1 -0
- package/dist/components/utils/styles.d.ts +1 -0
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/dist/stitches.config.d.ts +10 -0
- package/package.json +1 -1
|
@@ -67,6 +67,7 @@ export declare const AvatarComponent: import("@stitches/react/types/styled-compo
|
|
|
67
67
|
linkButtonHover: string;
|
|
68
68
|
progressTrackerGreen: string;
|
|
69
69
|
lightGrey: string;
|
|
70
|
+
obolGold: string;
|
|
70
71
|
coordinate: string;
|
|
71
72
|
coordinateHover: string;
|
|
72
73
|
test: string;
|
|
@@ -554,6 +555,7 @@ export declare const AvatarImage: import("@stitches/react/types/styled-component
|
|
|
554
555
|
linkButtonHover: string;
|
|
555
556
|
progressTrackerGreen: string;
|
|
556
557
|
lightGrey: string;
|
|
558
|
+
obolGold: string;
|
|
557
559
|
coordinate: string;
|
|
558
560
|
coordinateHover: string;
|
|
559
561
|
test: string;
|
|
@@ -64,6 +64,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
64
64
|
linkButtonHover: string;
|
|
65
65
|
progressTrackerGreen: string;
|
|
66
66
|
lightGrey: string;
|
|
67
|
+
obolGold: string;
|
|
67
68
|
coordinate: string;
|
|
68
69
|
coordinateHover: string;
|
|
69
70
|
test: string;
|
|
@@ -556,6 +557,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
556
557
|
linkButtonHover: string;
|
|
557
558
|
progressTrackerGreen: string;
|
|
558
559
|
lightGrey: string;
|
|
560
|
+
obolGold: string;
|
|
559
561
|
coordinate: string;
|
|
560
562
|
coordinateHover: string;
|
|
561
563
|
test: string;
|
|
@@ -74,6 +74,7 @@ export declare const NavigationMenubarItemRightSlot: import("@stitches/react/typ
|
|
|
74
74
|
linkButtonHover: string;
|
|
75
75
|
progressTrackerGreen: string;
|
|
76
76
|
lightGrey: string;
|
|
77
|
+
obolGold: string;
|
|
77
78
|
coordinate: string;
|
|
78
79
|
coordinateHover: string;
|
|
79
80
|
test: string;
|
|
@@ -561,6 +562,7 @@ export declare const NavigationMenubarItem: import("@stitches/react/types/styled
|
|
|
561
562
|
linkButtonHover: string;
|
|
562
563
|
progressTrackerGreen: string;
|
|
563
564
|
lightGrey: string;
|
|
565
|
+
obolGold: string;
|
|
564
566
|
coordinate: string;
|
|
565
567
|
coordinateHover: string;
|
|
566
568
|
test: string;
|
|
@@ -1048,6 +1050,7 @@ export declare const NavigationMenubarContent: import("@stitches/react/types/sty
|
|
|
1048
1050
|
linkButtonHover: string;
|
|
1049
1051
|
progressTrackerGreen: string;
|
|
1050
1052
|
lightGrey: string;
|
|
1053
|
+
obolGold: string;
|
|
1051
1054
|
coordinate: string;
|
|
1052
1055
|
coordinateHover: string;
|
|
1053
1056
|
test: string;
|
|
@@ -1535,6 +1538,7 @@ export declare const NavigationMenubarTrigger: import("@stitches/react/types/sty
|
|
|
1535
1538
|
linkButtonHover: string;
|
|
1536
1539
|
progressTrackerGreen: string;
|
|
1537
1540
|
lightGrey: string;
|
|
1541
|
+
obolGold: string;
|
|
1538
1542
|
coordinate: string;
|
|
1539
1543
|
coordinateHover: string;
|
|
1540
1544
|
test: string;
|
|
@@ -2022,6 +2026,7 @@ export declare const NavigationMenubarRoot: import("@stitches/react/types/styled
|
|
|
2022
2026
|
linkButtonHover: string;
|
|
2023
2027
|
progressTrackerGreen: string;
|
|
2024
2028
|
lightGrey: string;
|
|
2029
|
+
obolGold: string;
|
|
2025
2030
|
coordinate: string;
|
|
2026
2031
|
coordinateHover: string;
|
|
2027
2032
|
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" | "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;
|
|
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" | "obolGold" | "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)";
|
|
@@ -68,6 +68,7 @@ export declare const Spin: import("@stitches/react/types/styled-component").Styl
|
|
|
68
68
|
linkButtonHover: string;
|
|
69
69
|
progressTrackerGreen: string;
|
|
70
70
|
lightGrey: string;
|
|
71
|
+
obolGold: string;
|
|
71
72
|
coordinate: string;
|
|
72
73
|
coordinateHover: string;
|
|
73
74
|
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" | "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;
|
|
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" | "obolGold" | "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;
|
|
@@ -72,6 +72,7 @@ export declare const SvgIcon: import("@stitches/react/types/styled-component").S
|
|
|
72
72
|
linkButtonHover: string;
|
|
73
73
|
progressTrackerGreen: string;
|
|
74
74
|
lightGrey: string;
|
|
75
|
+
obolGold: string;
|
|
75
76
|
coordinate: string;
|
|
76
77
|
coordinateHover: string;
|
|
77
78
|
test: string;
|
|
@@ -66,6 +66,7 @@ export declare const SwitchRoot: import("@stitches/react/types/styled-component"
|
|
|
66
66
|
linkButtonHover: string;
|
|
67
67
|
progressTrackerGreen: string;
|
|
68
68
|
lightGrey: string;
|
|
69
|
+
obolGold: string;
|
|
69
70
|
coordinate: string;
|
|
70
71
|
coordinateHover: string;
|
|
71
72
|
test: string;
|
|
@@ -553,6 +554,7 @@ export declare const SwitchThumb: import("@stitches/react/types/styled-component
|
|
|
553
554
|
linkButtonHover: string;
|
|
554
555
|
progressTrackerGreen: string;
|
|
555
556
|
lightGrey: string;
|
|
557
|
+
obolGold: string;
|
|
556
558
|
coordinate: string;
|
|
557
559
|
coordinateHover: string;
|
|
558
560
|
test: string;
|
|
@@ -3,7 +3,7 @@ import type * as Stitches from "@stitches/react";
|
|
|
3
3
|
export declare const Text: import("@stitches/react/types/styled-component").StyledComponent<"span", {
|
|
4
4
|
variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | "metricStatusCell" | undefined;
|
|
5
5
|
size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | undefined;
|
|
6
|
-
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;
|
|
6
|
+
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" | "obolGold" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | "skeletonBg" | undefined;
|
|
7
7
|
glow?: boolean | "true" | undefined;
|
|
8
8
|
inline?: boolean | "true" | undefined;
|
|
9
9
|
}, {
|
|
@@ -72,6 +72,7 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
|
|
|
72
72
|
linkButtonHover: string;
|
|
73
73
|
progressTrackerGreen: string;
|
|
74
74
|
lightGrey: string;
|
|
75
|
+
obolGold: string;
|
|
75
76
|
coordinate: string;
|
|
76
77
|
coordinateHover: string;
|
|
77
78
|
test: string;
|
|
@@ -497,7 +498,7 @@ export default Text;
|
|
|
497
498
|
export declare const TextStory: (props: Omit<import("@stitches/react/types/styled-component").TransformProps<{
|
|
498
499
|
variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | "metricStatusCell" | undefined;
|
|
499
500
|
size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | undefined;
|
|
500
|
-
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;
|
|
501
|
+
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" | "obolGold" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | "skeletonBg" | undefined;
|
|
501
502
|
glow?: boolean | "true" | undefined;
|
|
502
503
|
inline?: boolean | "true" | undefined;
|
|
503
504
|
}, {
|
|
@@ -514,7 +515,7 @@ export declare const TextStory: (props: Omit<import("@stitches/react/types/style
|
|
|
514
515
|
}>, "color" | "size" | "inline" | "variant" | "glow"> & {
|
|
515
516
|
variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | "metricStatusCell" | undefined;
|
|
516
517
|
size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | undefined;
|
|
517
|
-
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;
|
|
518
|
+
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" | "obolGold" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | "skeletonBg" | undefined;
|
|
518
519
|
glow?: boolean | undefined;
|
|
519
520
|
inline?: boolean | undefined;
|
|
520
521
|
} & {
|
|
@@ -68,6 +68,7 @@ export declare const TextField: import("@stitches/react/types/styled-component")
|
|
|
68
68
|
linkButtonHover: string;
|
|
69
69
|
progressTrackerGreen: string;
|
|
70
70
|
lightGrey: string;
|
|
71
|
+
obolGold: string;
|
|
71
72
|
coordinate: string;
|
|
72
73
|
coordinateHover: string;
|
|
73
74
|
test: string;
|
|
@@ -557,6 +558,7 @@ export declare const TextAreaField: import("@stitches/react/types/styled-compone
|
|
|
557
558
|
linkButtonHover: string;
|
|
558
559
|
progressTrackerGreen: string;
|
|
559
560
|
lightGrey: string;
|
|
561
|
+
obolGold: string;
|
|
560
562
|
coordinate: string;
|
|
561
563
|
coordinateHover: string;
|
|
562
564
|
test: string;
|
|
@@ -1049,6 +1051,7 @@ export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponen
|
|
|
1049
1051
|
linkButtonHover: string;
|
|
1050
1052
|
progressTrackerGreen: string;
|
|
1051
1053
|
lightGrey: string;
|
|
1054
|
+
obolGold: string;
|
|
1052
1055
|
coordinate: string;
|
|
1053
1056
|
coordinateHover: string;
|
|
1054
1057
|
test: string;
|
|
@@ -1542,6 +1545,7 @@ export declare const TextAreaFieldWithCopy: import("react").ForwardRefExoticComp
|
|
|
1542
1545
|
linkButtonHover: string;
|
|
1543
1546
|
progressTrackerGreen: string;
|
|
1544
1547
|
lightGrey: string;
|
|
1548
|
+
obolGold: string;
|
|
1545
1549
|
coordinate: string;
|
|
1546
1550
|
coordinateHover: string;
|
|
1547
1551
|
test: string;
|
|
@@ -66,6 +66,7 @@ export declare const ToggleGroup: import("@stitches/react/types/styled-component
|
|
|
66
66
|
linkButtonHover: string;
|
|
67
67
|
progressTrackerGreen: string;
|
|
68
68
|
lightGrey: string;
|
|
69
|
+
obolGold: string;
|
|
69
70
|
coordinate: string;
|
|
70
71
|
coordinateHover: string;
|
|
71
72
|
test: string;
|
|
@@ -553,6 +554,7 @@ export declare const ToggleGroupItem: import("@stitches/react/types/styled-compo
|
|
|
553
554
|
linkButtonHover: string;
|
|
554
555
|
progressTrackerGreen: string;
|
|
555
556
|
lightGrey: string;
|
|
557
|
+
obolGold: string;
|
|
556
558
|
coordinate: string;
|
|
557
559
|
coordinateHover: string;
|
|
558
560
|
test: string;
|
|
@@ -66,6 +66,7 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
|
|
|
66
66
|
linkButtonHover: string;
|
|
67
67
|
progressTrackerGreen: string;
|
|
68
68
|
lightGrey: string;
|
|
69
|
+
obolGold: string;
|
|
69
70
|
coordinate: string;
|
|
70
71
|
coordinateHover: string;
|
|
71
72
|
test: string;
|
|
@@ -552,6 +553,7 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
|
|
|
552
553
|
linkButtonHover: string;
|
|
553
554
|
progressTrackerGreen: string;
|
|
554
555
|
lightGrey: string;
|
|
556
|
+
obolGold: string;
|
|
555
557
|
coordinate: string;
|
|
556
558
|
coordinateHover: string;
|
|
557
559
|
test: string;
|
|
@@ -66,6 +66,7 @@ export declare const Root: import("@stitches/react/types/styled-component").Styl
|
|
|
66
66
|
linkButtonHover: string;
|
|
67
67
|
progressTrackerGreen: string;
|
|
68
68
|
lightGrey: string;
|
|
69
|
+
obolGold: string;
|
|
69
70
|
coordinate: string;
|
|
70
71
|
coordinateHover: string;
|
|
71
72
|
test: string;
|
|
@@ -553,6 +554,7 @@ export declare const Item: import("@stitches/react/types/styled-component").Styl
|
|
|
553
554
|
linkButtonHover: string;
|
|
554
555
|
progressTrackerGreen: string;
|
|
555
556
|
lightGrey: string;
|
|
557
|
+
obolGold: string;
|
|
556
558
|
coordinate: string;
|
|
557
559
|
coordinateHover: string;
|
|
558
560
|
test: string;
|
|
@@ -72,6 +72,7 @@ export declare const AdvisoryToggleItem: import("@stitches/react/types/styled-co
|
|
|
72
72
|
linkButtonHover: string;
|
|
73
73
|
progressTrackerGreen: string;
|
|
74
74
|
lightGrey: string;
|
|
75
|
+
obolGold: string;
|
|
75
76
|
coordinate: string;
|
|
76
77
|
coordinateHover: string;
|
|
77
78
|
test: string;
|
|
@@ -558,6 +559,7 @@ export declare const AdvisoryToggleItem: import("@stitches/react/types/styled-co
|
|
|
558
559
|
linkButtonHover: string;
|
|
559
560
|
progressTrackerGreen: string;
|
|
560
561
|
lightGrey: string;
|
|
562
|
+
obolGold: string;
|
|
561
563
|
coordinate: string;
|
|
562
564
|
coordinateHover: string;
|
|
563
565
|
test: string;
|
|
@@ -81,6 +81,7 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
|
|
|
81
81
|
linkButtonHover: string;
|
|
82
82
|
progressTrackerGreen: string;
|
|
83
83
|
lightGrey: string;
|
|
84
|
+
obolGold: string;
|
|
84
85
|
coordinate: string;
|
|
85
86
|
coordinateHover: string;
|
|
86
87
|
test: string;
|
|
@@ -567,6 +568,7 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
|
|
|
567
568
|
linkButtonHover: string;
|
|
568
569
|
progressTrackerGreen: string;
|
|
569
570
|
lightGrey: string;
|
|
571
|
+
obolGold: string;
|
|
570
572
|
coordinate: string;
|
|
571
573
|
coordinateHover: string;
|
|
572
574
|
test: string;
|
|
@@ -1054,6 +1056,7 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
|
|
|
1054
1056
|
linkButtonHover: string;
|
|
1055
1057
|
progressTrackerGreen: string;
|
|
1056
1058
|
lightGrey: string;
|
|
1059
|
+
obolGold: string;
|
|
1057
1060
|
coordinate: string;
|
|
1058
1061
|
coordinateHover: string;
|
|
1059
1062
|
test: string;
|
|
@@ -1544,6 +1547,7 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
|
|
|
1544
1547
|
linkButtonHover: string;
|
|
1545
1548
|
progressTrackerGreen: string;
|
|
1546
1549
|
lightGrey: string;
|
|
1550
|
+
obolGold: string;
|
|
1547
1551
|
coordinate: string;
|
|
1548
1552
|
coordinateHover: string;
|
|
1549
1553
|
test: string;
|
|
@@ -67,6 +67,7 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
67
67
|
linkButtonHover: string;
|
|
68
68
|
progressTrackerGreen: string;
|
|
69
69
|
lightGrey: string;
|
|
70
|
+
obolGold: string;
|
|
70
71
|
coordinate: string;
|
|
71
72
|
coordinateHover: string;
|
|
72
73
|
test: string;
|
|
@@ -558,6 +559,7 @@ export declare const DialogTitle: import("@stitches/react/types/styled-component
|
|
|
558
559
|
linkButtonHover: string;
|
|
559
560
|
progressTrackerGreen: string;
|
|
560
561
|
lightGrey: string;
|
|
562
|
+
obolGold: string;
|
|
561
563
|
coordinate: string;
|
|
562
564
|
coordinateHover: string;
|
|
563
565
|
test: string;
|
|
@@ -1045,6 +1047,7 @@ export declare const DialogDescription: import("@stitches/react/types/styled-com
|
|
|
1045
1047
|
linkButtonHover: string;
|
|
1046
1048
|
progressTrackerGreen: string;
|
|
1047
1049
|
lightGrey: string;
|
|
1050
|
+
obolGold: string;
|
|
1048
1051
|
coordinate: string;
|
|
1049
1052
|
coordinateHover: string;
|
|
1050
1053
|
test: string;
|
|
@@ -1533,6 +1536,7 @@ export declare const DialogStyledContent: import("@stitches/react/types/styled-c
|
|
|
1533
1536
|
linkButtonHover: string;
|
|
1534
1537
|
progressTrackerGreen: string;
|
|
1535
1538
|
lightGrey: string;
|
|
1539
|
+
obolGold: string;
|
|
1536
1540
|
coordinate: string;
|
|
1537
1541
|
coordinateHover: string;
|
|
1538
1542
|
test: string;
|
|
@@ -2020,6 +2024,7 @@ export declare const DialogOverlay: import("@stitches/react/types/styled-compone
|
|
|
2020
2024
|
linkButtonHover: string;
|
|
2021
2025
|
progressTrackerGreen: string;
|
|
2022
2026
|
lightGrey: string;
|
|
2027
|
+
obolGold: string;
|
|
2023
2028
|
coordinate: string;
|
|
2024
2029
|
coordinateHover: string;
|
|
2025
2030
|
test: string;
|
|
@@ -2508,6 +2513,7 @@ export declare const DialogIconButton: import("@stitches/react/types/styled-comp
|
|
|
2508
2513
|
linkButtonHover: string;
|
|
2509
2514
|
progressTrackerGreen: string;
|
|
2510
2515
|
lightGrey: string;
|
|
2516
|
+
obolGold: string;
|
|
2511
2517
|
coordinate: string;
|
|
2512
2518
|
coordinateHover: string;
|
|
2513
2519
|
test: string;
|
|
@@ -65,6 +65,7 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
|
|
|
65
65
|
linkButtonHover: string;
|
|
66
66
|
progressTrackerGreen: string;
|
|
67
67
|
lightGrey: string;
|
|
68
|
+
obolGold: string;
|
|
68
69
|
coordinate: string;
|
|
69
70
|
coordinateHover: string;
|
|
70
71
|
test: string;
|
|
@@ -551,6 +552,7 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
|
|
|
551
552
|
linkButtonHover: string;
|
|
552
553
|
progressTrackerGreen: string;
|
|
553
554
|
lightGrey: string;
|
|
555
|
+
obolGold: string;
|
|
554
556
|
coordinate: string;
|
|
555
557
|
coordinateHover: string;
|
|
556
558
|
test: string;
|
|
@@ -67,6 +67,7 @@ export declare const RadioGroupRadio: import("@stitches/react/types/styled-compo
|
|
|
67
67
|
linkButtonHover: string;
|
|
68
68
|
progressTrackerGreen: string;
|
|
69
69
|
lightGrey: string;
|
|
70
|
+
obolGold: string;
|
|
70
71
|
coordinate: string;
|
|
71
72
|
coordinateHover: string;
|
|
72
73
|
test: string;
|
|
@@ -554,6 +555,7 @@ export declare const RadioGroupIndicator: import("@stitches/react/types/styled-c
|
|
|
554
555
|
linkButtonHover: string;
|
|
555
556
|
progressTrackerGreen: string;
|
|
556
557
|
lightGrey: string;
|
|
558
|
+
obolGold: string;
|
|
557
559
|
coordinate: string;
|
|
558
560
|
coordinateHover: string;
|
|
559
561
|
test: string;
|
|
@@ -1041,6 +1043,7 @@ export declare const RadioGroupItemLabel: import("@stitches/react/types/styled-c
|
|
|
1041
1043
|
linkButtonHover: string;
|
|
1042
1044
|
progressTrackerGreen: string;
|
|
1043
1045
|
lightGrey: string;
|
|
1046
|
+
obolGold: string;
|
|
1044
1047
|
coordinate: string;
|
|
1045
1048
|
coordinateHover: string;
|
|
1046
1049
|
test: string;
|
|
@@ -73,6 +73,7 @@ export declare const ResponsiveDialogStyledContent: import("@stitches/react/type
|
|
|
73
73
|
linkButtonHover: string;
|
|
74
74
|
progressTrackerGreen: string;
|
|
75
75
|
lightGrey: string;
|
|
76
|
+
obolGold: string;
|
|
76
77
|
coordinate: string;
|
|
77
78
|
coordinateHover: string;
|
|
78
79
|
test: string;
|
|
@@ -560,6 +561,7 @@ export declare const ResponsiveDialogIconButton: import("@stitches/react/types/s
|
|
|
560
561
|
linkButtonHover: string;
|
|
561
562
|
progressTrackerGreen: string;
|
|
562
563
|
lightGrey: string;
|
|
564
|
+
obolGold: string;
|
|
563
565
|
coordinate: string;
|
|
564
566
|
coordinateHover: string;
|
|
565
567
|
test: string;
|