@obolnetwork/obol-ui 1.1.15 → 1.1.18
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/README.md +41 -60
- package/dist/components/atoms/Avatar/Avatar.d.ts +18 -0
- package/dist/components/atoms/Box/Box.d.ts +9 -0
- package/dist/components/atoms/Button/Button.d.ts +9 -0
- package/dist/components/atoms/Checkbox/Checkbox.d.ts +9 -0
- package/dist/components/atoms/Container/Container.d.ts +18 -0
- package/dist/components/atoms/Flex/Flex.d.ts +9 -0
- package/dist/components/atoms/Grid/Grid.d.ts +9 -0
- package/dist/components/atoms/IconButton/IconButton.d.ts +9 -0
- package/dist/components/atoms/Image/Image.d.ts +9 -0
- package/dist/components/atoms/Link/Link.d.ts +9 -0
- package/dist/components/atoms/NavigationMenu/NavigationMenu.d.ts +45 -0
- package/dist/components/atoms/ScoreBadge/ScoreBadge.d.ts +6 -0
- package/dist/components/atoms/Separator/Separator.d.ts +9 -0
- package/dist/components/atoms/Skeleton/Skeleton.d.ts +9 -0
- package/dist/components/atoms/Spin/Spin.d.ts +10 -1
- package/dist/components/atoms/SvgIcon/SvgIcon.d.ts +13 -2
- package/dist/components/atoms/Switch/Switch.d.ts +18 -0
- package/dist/components/atoms/Text/Text.d.ts +12 -3
- package/dist/components/atoms/TextField/TextField.d.ts +36 -0
- package/dist/components/atoms/Toggle/Toggle.d.ts +18 -0
- package/dist/components/atoms/UnstyledTextField/UnstyledTextField.d.ts +18 -0
- package/dist/components/atoms/VerdictChip/VerdictChip.d.ts +5 -0
- package/dist/components/atoms/index.d.ts +2 -0
- package/dist/components/icons/brand/obol/circle/ObolDarkCircle.d.ts +5 -0
- package/dist/components/icons/brand/obol/circle/ObolLightCircle.d.ts +5 -0
- package/dist/components/icons/brand/obol/horizontal/ObolDarkBgH.d.ts +5 -0
- package/dist/components/icons/brand/obol/horizontal/ObolLightBgH.d.ts +5 -0
- package/dist/components/icons/brand/obol/horizontal/ObolSolidDarkBgH.d.ts +5 -0
- package/dist/components/icons/brand/obol/horizontal/ObolSolidLightBgH.d.ts +5 -0
- package/dist/components/icons/brand/obol/mark/ObolDarkBgMark.d.ts +5 -0
- package/dist/components/icons/brand/obol/mark/ObolLightBgMark.d.ts +3 -0
- package/dist/components/icons/brand/obol/mark/ObolSolidDarkBgMark.d.ts +3 -0
- package/dist/components/icons/brand/obol/mark/ObolSolidLightBgMark.d.ts +3 -0
- package/dist/components/icons/brand/obol/vertical/ObolDarkBgV.d.ts +5 -0
- package/dist/components/icons/brand/obol/vertical/ObolLightBgV.d.ts +5 -0
- package/dist/components/icons/brand/obol/vertical/ObolSolidDarkBgV.d.ts +5 -0
- package/dist/components/icons/brand/obol/vertical/ObolSolidLightBgV.d.ts +5 -0
- package/dist/components/icons/brand/planets/PlanetBlue.d.ts +5 -0
- package/dist/components/icons/brand/planets/PlanetGreen.d.ts +5 -0
- package/dist/components/icons/brand/planets/PlanetGrey.d.ts +5 -0
- package/dist/components/icons/brand/planets/PlanetMagenta.d.ts +5 -0
- package/dist/components/icons/brand/planets/PlanetOrange.d.ts +5 -0
- package/dist/components/icons/index.d.ts +90 -54
- package/dist/components/icons/medals/MedalFirst.d.ts +3 -0
- package/dist/components/icons/medals/MedalSecond.d.ts +3 -0
- package/dist/components/icons/medals/MedalThird.d.ts +3 -0
- package/dist/components/icons/{static-icons → misc}/AloneIcon.d.ts +1 -1
- package/dist/components/icons/{static-icons → misc}/CodeIcon.d.ts +1 -1
- package/dist/components/icons/misc/ContributionBigIcon.d.ts +3 -0
- package/dist/components/icons/{static-icons → misc}/CreateIcon.d.ts +1 -1
- package/dist/components/icons/{static-icons → misc}/ExistingGroupIcon.d.ts +1 -1
- package/dist/components/icons/{GlowIconBox.d.ts → misc/GlowIconBox.d.ts} +9 -0
- package/dist/components/icons/{static-icons → misc}/GroupIcon.d.ts +1 -1
- package/dist/components/icons/misc/IncentivesIcon.d.ts +3 -0
- package/dist/components/icons/{static-icons → misc}/MigrateIcon.d.ts +1 -1
- package/dist/components/icons/{static-icons → misc}/PublicGoodIcon.d.ts +1 -1
- package/dist/components/icons/{static-icons → misc}/RunIcon.d.ts +1 -1
- package/dist/components/icons/{static-icons → misc}/TestIcon.d.ts +1 -1
- package/dist/components/icons/{static-icons → misc}/TrustMinimisedIcon.d.ts +1 -1
- package/dist/components/icons/misc/Variant8Icon.d.ts +3 -0
- package/dist/components/icons/protocols/Coinbase.d.ts +3 -0
- package/dist/components/icons/protocols/EthIcon.d.ts +3 -0
- package/dist/components/icons/protocols/EtherFiIcon.d.ts +3 -0
- package/dist/components/icons/protocols/LidoIcon.d.ts +3 -0
- package/dist/components/icons/protocols/Metamask.d.ts +3 -0
- package/dist/components/icons/protocols/WalletConnect.d.ts +3 -0
- package/dist/components/icons/protocols/WeEthIcon.d.ts +7 -0
- package/dist/components/icons/protocols/WstEthIcon.d.ts +3 -0
- package/dist/components/icons/social/DiscordIcon.d.ts +3 -0
- package/dist/components/icons/social/GithubIcon.d.ts +3 -0
- package/dist/components/icons/social/LinkedInIcon.d.ts +3 -0
- package/dist/components/icons/social/SocialsDiscordIcon.d.ts +6 -0
- package/dist/components/icons/social/SocialsLinkedinIcon.d.ts +6 -0
- package/dist/components/icons/social/StaticTwitterIcon.d.ts +6 -0
- package/dist/components/icons/social/XIcon.d.ts +3 -0
- package/dist/components/icons/status/ActiveIcon.d.ts +3 -0
- package/dist/components/icons/status/ExitedIcon.d.ts +3 -0
- package/dist/components/icons/status/ExitingIcon.d.ts +3 -0
- package/dist/components/icons/status/InActiveIcon.d.ts +3 -0
- package/dist/components/icons/status/WaitingIcon.d.ts +3 -0
- package/dist/components/icons/techne-credentials/BasicCredential.d.ts +3 -0
- package/dist/components/icons/techne-credentials/BronzeCredential.d.ts +3 -0
- package/dist/components/icons/techne-credentials/GoldCredential.d.ts +3 -0
- package/dist/components/icons/techne-credentials/MutedCredential.d.ts +3 -0
- package/dist/components/icons/techne-credentials/SilverCredential.d.ts +3 -0
- package/dist/components/icons/ui/AlarmIcon.d.ts +3 -0
- package/dist/components/icons/{AlertIcon.d.ts → ui/AlertIcon.d.ts} +1 -1
- package/dist/components/icons/ui/ArrowDown.d.ts +3 -0
- package/dist/components/icons/{ArrowForward.d.ts → ui/ArrowForward.d.ts} +1 -1
- package/dist/components/icons/ui/CheckIcon.d.ts +3 -0
- package/dist/components/icons/ui/CheckboxIcon.d.ts +3 -0
- package/dist/components/icons/{CloseIcon.d.ts → ui/CloseIcon.d.ts} +1 -1
- package/dist/components/icons/ui/ClusterIcon.d.ts +3 -0
- package/dist/components/icons/ui/CopyIcon.d.ts +3 -0
- package/dist/components/icons/ui/CopyLinkIcon.d.ts +3 -0
- package/dist/components/icons/ui/DialogBackIcon.d.ts +3 -0
- package/dist/components/icons/{Download.d.ts → ui/Download.d.ts} +1 -1
- package/dist/components/icons/ui/HelpIcon.d.ts +3 -0
- package/dist/components/icons/ui/MenuIcon.d.ts +3 -0
- package/dist/components/icons/ui/MinusIcon.d.ts +3 -0
- package/dist/components/icons/ui/NewInviteIcon.d.ts +3 -0
- package/dist/components/icons/{OpenDialogIcon.d.ts → ui/OpenDialogIcon.d.ts} +1 -1
- package/dist/components/icons/ui/OpenInNew.d.ts +2 -0
- package/dist/components/icons/ui/PlusIcon.d.ts +3 -0
- package/dist/components/icons/ui/SortAscIcon.d.ts +3 -0
- package/dist/components/icons/ui/SortDefaultIcon.d.ts +3 -0
- package/dist/components/icons/ui/SortDescIcon.d.ts +3 -0
- package/dist/components/icons/ui/TrashIcon.d.ts +3 -0
- package/dist/components/icons/ui/UnknownIcon.d.ts +3 -0
- package/dist/components/icons/ui/UserIcon.d.ts +3 -0
- package/dist/components/molecules/Accordion/Accordion.d.ts +18 -0
- package/dist/components/molecules/AdvisoryToggle/AdvisoryToggle.d.ts +18 -0
- package/dist/components/molecules/Card/Card.d.ts +36 -0
- package/dist/components/molecules/Dialog/Dialog.d.ts +54 -0
- package/dist/components/molecules/NotificationCard/NotificationCard.d.ts +18 -0
- package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +27 -0
- package/dist/components/molecules/ResponsiveDialog/ResponsiveDialog.d.ts +18 -0
- package/dist/components/molecules/TableV3/ExpandedTable.d.ts +54 -0
- package/dist/components/molecules/Tabs/Tabs.d.ts +36 -0
- package/dist/components/utils/color-variants.d.ts +5 -0
- package/dist/components/utils/styles.d.ts +9 -0
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/dist/stitches.config.d.ts +90 -0
- package/package.json +9 -5
- package/dist/components/icons/ArrowDown.d.ts +0 -4
- package/dist/components/icons/ChevronDownIcon.d.ts +0 -2
- package/dist/components/icons/ChevronUpIcon.d.ts +0 -2
- package/dist/components/icons/Hexapod.d.ts +0 -2
- package/dist/components/icons/OpenInNew.d.ts +0 -6
- package/dist/components/icons/Planet.d.ts +0 -506
- package/dist/components/icons/socials/CopyLinkIcon.d.ts +0 -2
- package/dist/components/icons/socials/DiscordIcon.d.ts +0 -2
- package/dist/components/icons/socials/LinkedinIcon.d.ts +0 -2
- package/dist/components/icons/socials/XIcon.d.ts +0 -2
- package/dist/components/icons/static-icons/ActiveIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/AlarmIcon.d.ts +0 -7
- package/dist/components/icons/static-icons/BulletCheckIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/CheckIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/CheckboxIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/Coinbase.d.ts +0 -1
- package/dist/components/icons/static-icons/ContributionBigIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/CopyIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/DialogBackIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/DialogCloseIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/ExitedIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/ExitingIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/GithubIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/HelpIcon.d.ts +0 -4
- package/dist/components/icons/static-icons/InActiveIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/InProgressIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/MenuIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/Metamask.d.ts +0 -1
- package/dist/components/icons/static-icons/MinusIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/NewInviteIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/PendingActivationIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/PlusIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/SortAscIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/SortDefaultIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/SortDescIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/TrashIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/TwitterIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/UnknownIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/WaitingIcon.d.ts +0 -1
- package/dist/components/icons/static-icons/WalletConnect.d.ts +0 -1
- package/dist/components/icons/static-icons/obol/circle/ObolDarkCircle.d.ts +0 -1
- package/dist/components/icons/static-icons/obol/circle/ObolLightCircle.d.ts +0 -1
- package/dist/components/icons/static-icons/obol/horizontal/ObolDarkBgH.d.ts +0 -1
- package/dist/components/icons/static-icons/obol/horizontal/ObolLightBgH.d.ts +0 -1
- package/dist/components/icons/static-icons/obol/horizontal/ObolSolidDarkBgH.d.ts +0 -1
- package/dist/components/icons/static-icons/obol/horizontal/ObolSolidLightBgH.d.ts +0 -1
- package/dist/components/icons/static-icons/obol/mark/ObolDarkBgMark.d.ts +0 -1
- package/dist/components/icons/static-icons/obol/mark/ObolLightBgMark.d.ts +0 -1
- package/dist/components/icons/static-icons/obol/mark/ObolSolidDarkBgMark.d.ts +0 -1
- package/dist/components/icons/static-icons/obol/mark/ObolSolidLightBgMark.d.ts +0 -1
- package/dist/components/icons/static-icons/obol/vertical/ObolDarkBgV.d.ts +0 -1
- package/dist/components/icons/static-icons/obol/vertical/ObolLightBgV.d.ts +0 -1
- package/dist/components/icons/static-icons/obol/vertical/ObolSolidDarkBgV.d.ts +0 -1
- package/dist/components/icons/static-icons/obol/vertical/ObolSolidLightBgV.d.ts +0 -1
- package/dist/components/icons/static-icons/planets/PlanetBlue.d.ts +0 -1
- package/dist/components/icons/static-icons/planets/PlanetGreen.d.ts +0 -1
- package/dist/components/icons/static-icons/planets/PlanetGrey.d.ts +0 -1
- package/dist/components/icons/static-icons/planets/PlanetMagenta.d.ts +0 -1
- package/dist/components/icons/static-icons/planets/PlanetOrange.d.ts +0 -1
- package/dist/scripts/figma-colors.d.ts +0 -1
- /package/dist/components/icons/{static-icons → actions}/DepositIcon.d.ts +0 -0
- /package/dist/components/icons/{static-icons → actions}/DistributeIcon.d.ts +0 -0
- /package/dist/components/icons/{static-icons → actions}/ExitIcon.d.ts +0 -0
- /package/dist/components/icons/{static-icons → actions}/MigrateActionIcon.d.ts +0 -0
- /package/dist/components/icons/{static-icons → actions}/RequestWithdrawIcon.d.ts +0 -0
- /package/dist/components/icons/{static-icons → brand}/obol/circle/index.d.ts +0 -0
- /package/dist/components/icons/{static-icons → brand}/obol/horizontal/index.d.ts +0 -0
- /package/dist/components/icons/{static-icons → brand}/obol/mark/index.d.ts +0 -0
- /package/dist/components/icons/{static-icons → brand}/obol/vertical/index.d.ts +0 -0
- /package/dist/components/icons/{static-icons → brand}/planets/index.d.ts +0 -0
- /package/dist/components/icons/{static-icons → protocols}/WalletIcon.d.ts +0 -0
- /package/dist/components/icons/{static-icons → ui}/ClockIcon.d.ts +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SvgIconProps } from "
|
|
1
|
+
import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
|
|
2
2
|
export declare const AlertIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SvgIconProps } from "
|
|
1
|
+
import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
|
|
2
2
|
export declare const ArrowForward: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SvgIconProps } from "
|
|
1
|
+
import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
|
|
2
2
|
export declare const CloseIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SvgIconProps } from "
|
|
1
|
+
import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
|
|
2
2
|
export declare const Download: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SvgIconProps } from "
|
|
1
|
+
import { SvgIconProps } from "../../atoms";
|
|
2
2
|
export declare const OpenDialogIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -87,6 +87,15 @@ export declare const Root: import("@stitches/react/types/styled-component").Styl
|
|
|
87
87
|
tooltip: string;
|
|
88
88
|
tooltip2: string;
|
|
89
89
|
skeletonBg: string;
|
|
90
|
+
purpleLight: string;
|
|
91
|
+
purpleLightHover: string;
|
|
92
|
+
tealDark: string;
|
|
93
|
+
purpleDark: string;
|
|
94
|
+
grayMedium: string;
|
|
95
|
+
};
|
|
96
|
+
fonts: {
|
|
97
|
+
sans: string;
|
|
98
|
+
mono: string;
|
|
90
99
|
};
|
|
91
100
|
space: {
|
|
92
101
|
1: string;
|
|
@@ -577,6 +586,15 @@ export declare const Item: import("@stitches/react/types/styled-component").Styl
|
|
|
577
586
|
tooltip: string;
|
|
578
587
|
tooltip2: string;
|
|
579
588
|
skeletonBg: string;
|
|
589
|
+
purpleLight: string;
|
|
590
|
+
purpleLightHover: string;
|
|
591
|
+
tealDark: string;
|
|
592
|
+
purpleDark: string;
|
|
593
|
+
grayMedium: string;
|
|
594
|
+
};
|
|
595
|
+
fonts: {
|
|
596
|
+
sans: string;
|
|
597
|
+
mono: string;
|
|
580
598
|
};
|
|
581
599
|
space: {
|
|
582
600
|
1: string;
|
|
@@ -93,6 +93,15 @@ export declare const AdvisoryToggleItem: import("@stitches/react/types/styled-co
|
|
|
93
93
|
tooltip: string;
|
|
94
94
|
tooltip2: string;
|
|
95
95
|
skeletonBg: string;
|
|
96
|
+
purpleLight: string;
|
|
97
|
+
purpleLightHover: string;
|
|
98
|
+
tealDark: string;
|
|
99
|
+
purpleDark: string;
|
|
100
|
+
grayMedium: string;
|
|
101
|
+
};
|
|
102
|
+
fonts: {
|
|
103
|
+
sans: string;
|
|
104
|
+
mono: string;
|
|
96
105
|
};
|
|
97
106
|
space: {
|
|
98
107
|
1: string;
|
|
@@ -582,6 +591,15 @@ export declare const AdvisoryToggleItem: import("@stitches/react/types/styled-co
|
|
|
582
591
|
tooltip: string;
|
|
583
592
|
tooltip2: string;
|
|
584
593
|
skeletonBg: string;
|
|
594
|
+
purpleLight: string;
|
|
595
|
+
purpleLightHover: string;
|
|
596
|
+
tealDark: string;
|
|
597
|
+
purpleDark: string;
|
|
598
|
+
grayMedium: string;
|
|
599
|
+
};
|
|
600
|
+
fonts: {
|
|
601
|
+
sans: string;
|
|
602
|
+
mono: string;
|
|
585
603
|
};
|
|
586
604
|
space: {
|
|
587
605
|
1: string;
|
|
@@ -102,6 +102,15 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
|
|
|
102
102
|
tooltip: string;
|
|
103
103
|
tooltip2: string;
|
|
104
104
|
skeletonBg: string;
|
|
105
|
+
purpleLight: string;
|
|
106
|
+
purpleLightHover: string;
|
|
107
|
+
tealDark: string;
|
|
108
|
+
purpleDark: string;
|
|
109
|
+
grayMedium: string;
|
|
110
|
+
};
|
|
111
|
+
fonts: {
|
|
112
|
+
sans: string;
|
|
113
|
+
mono: string;
|
|
105
114
|
};
|
|
106
115
|
space: {
|
|
107
116
|
1: string;
|
|
@@ -591,6 +600,15 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
|
|
|
591
600
|
tooltip: string;
|
|
592
601
|
tooltip2: string;
|
|
593
602
|
skeletonBg: string;
|
|
603
|
+
purpleLight: string;
|
|
604
|
+
purpleLightHover: string;
|
|
605
|
+
tealDark: string;
|
|
606
|
+
purpleDark: string;
|
|
607
|
+
grayMedium: string;
|
|
608
|
+
};
|
|
609
|
+
fonts: {
|
|
610
|
+
sans: string;
|
|
611
|
+
mono: string;
|
|
594
612
|
};
|
|
595
613
|
space: {
|
|
596
614
|
1: string;
|
|
@@ -1081,6 +1099,15 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
|
|
|
1081
1099
|
tooltip: string;
|
|
1082
1100
|
tooltip2: string;
|
|
1083
1101
|
skeletonBg: string;
|
|
1102
|
+
purpleLight: string;
|
|
1103
|
+
purpleLightHover: string;
|
|
1104
|
+
tealDark: string;
|
|
1105
|
+
purpleDark: string;
|
|
1106
|
+
grayMedium: string;
|
|
1107
|
+
};
|
|
1108
|
+
fonts: {
|
|
1109
|
+
sans: string;
|
|
1110
|
+
mono: string;
|
|
1084
1111
|
};
|
|
1085
1112
|
space: {
|
|
1086
1113
|
1: string;
|
|
@@ -1574,6 +1601,15 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
|
|
|
1574
1601
|
tooltip: string;
|
|
1575
1602
|
tooltip2: string;
|
|
1576
1603
|
skeletonBg: string;
|
|
1604
|
+
purpleLight: string;
|
|
1605
|
+
purpleLightHover: string;
|
|
1606
|
+
tealDark: string;
|
|
1607
|
+
purpleDark: string;
|
|
1608
|
+
grayMedium: string;
|
|
1609
|
+
};
|
|
1610
|
+
fonts: {
|
|
1611
|
+
sans: string;
|
|
1612
|
+
mono: string;
|
|
1577
1613
|
};
|
|
1578
1614
|
space: {
|
|
1579
1615
|
1: string;
|
|
@@ -88,6 +88,15 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
88
88
|
tooltip: string;
|
|
89
89
|
tooltip2: string;
|
|
90
90
|
skeletonBg: string;
|
|
91
|
+
purpleLight: string;
|
|
92
|
+
purpleLightHover: string;
|
|
93
|
+
tealDark: string;
|
|
94
|
+
purpleDark: string;
|
|
95
|
+
grayMedium: string;
|
|
96
|
+
};
|
|
97
|
+
fonts: {
|
|
98
|
+
sans: string;
|
|
99
|
+
mono: string;
|
|
91
100
|
};
|
|
92
101
|
space: {
|
|
93
102
|
1: string;
|
|
@@ -582,6 +591,15 @@ export declare const DialogTitle: import("@stitches/react/types/styled-component
|
|
|
582
591
|
tooltip: string;
|
|
583
592
|
tooltip2: string;
|
|
584
593
|
skeletonBg: string;
|
|
594
|
+
purpleLight: string;
|
|
595
|
+
purpleLightHover: string;
|
|
596
|
+
tealDark: string;
|
|
597
|
+
purpleDark: string;
|
|
598
|
+
grayMedium: string;
|
|
599
|
+
};
|
|
600
|
+
fonts: {
|
|
601
|
+
sans: string;
|
|
602
|
+
mono: string;
|
|
585
603
|
};
|
|
586
604
|
space: {
|
|
587
605
|
1: string;
|
|
@@ -1072,6 +1090,15 @@ export declare const DialogDescription: import("@stitches/react/types/styled-com
|
|
|
1072
1090
|
tooltip: string;
|
|
1073
1091
|
tooltip2: string;
|
|
1074
1092
|
skeletonBg: string;
|
|
1093
|
+
purpleLight: string;
|
|
1094
|
+
purpleLightHover: string;
|
|
1095
|
+
tealDark: string;
|
|
1096
|
+
purpleDark: string;
|
|
1097
|
+
grayMedium: string;
|
|
1098
|
+
};
|
|
1099
|
+
fonts: {
|
|
1100
|
+
sans: string;
|
|
1101
|
+
mono: string;
|
|
1075
1102
|
};
|
|
1076
1103
|
space: {
|
|
1077
1104
|
1: string;
|
|
@@ -1563,6 +1590,15 @@ export declare const DialogStyledContent: import("@stitches/react/types/styled-c
|
|
|
1563
1590
|
tooltip: string;
|
|
1564
1591
|
tooltip2: string;
|
|
1565
1592
|
skeletonBg: string;
|
|
1593
|
+
purpleLight: string;
|
|
1594
|
+
purpleLightHover: string;
|
|
1595
|
+
tealDark: string;
|
|
1596
|
+
purpleDark: string;
|
|
1597
|
+
grayMedium: string;
|
|
1598
|
+
};
|
|
1599
|
+
fonts: {
|
|
1600
|
+
sans: string;
|
|
1601
|
+
mono: string;
|
|
1566
1602
|
};
|
|
1567
1603
|
space: {
|
|
1568
1604
|
1: string;
|
|
@@ -2053,6 +2089,15 @@ export declare const DialogOverlay: import("@stitches/react/types/styled-compone
|
|
|
2053
2089
|
tooltip: string;
|
|
2054
2090
|
tooltip2: string;
|
|
2055
2091
|
skeletonBg: string;
|
|
2092
|
+
purpleLight: string;
|
|
2093
|
+
purpleLightHover: string;
|
|
2094
|
+
tealDark: string;
|
|
2095
|
+
purpleDark: string;
|
|
2096
|
+
grayMedium: string;
|
|
2097
|
+
};
|
|
2098
|
+
fonts: {
|
|
2099
|
+
sans: string;
|
|
2100
|
+
mono: string;
|
|
2056
2101
|
};
|
|
2057
2102
|
space: {
|
|
2058
2103
|
1: string;
|
|
@@ -2544,6 +2589,15 @@ export declare const DialogIconButton: import("@stitches/react/types/styled-comp
|
|
|
2544
2589
|
tooltip: string;
|
|
2545
2590
|
tooltip2: string;
|
|
2546
2591
|
skeletonBg: string;
|
|
2592
|
+
purpleLight: string;
|
|
2593
|
+
purpleLightHover: string;
|
|
2594
|
+
tealDark: string;
|
|
2595
|
+
purpleDark: string;
|
|
2596
|
+
grayMedium: string;
|
|
2597
|
+
};
|
|
2598
|
+
fonts: {
|
|
2599
|
+
sans: string;
|
|
2600
|
+
mono: string;
|
|
2547
2601
|
};
|
|
2548
2602
|
space: {
|
|
2549
2603
|
1: string;
|
|
@@ -86,6 +86,15 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
|
|
|
86
86
|
tooltip: string;
|
|
87
87
|
tooltip2: string;
|
|
88
88
|
skeletonBg: string;
|
|
89
|
+
purpleLight: string;
|
|
90
|
+
purpleLightHover: string;
|
|
91
|
+
tealDark: string;
|
|
92
|
+
purpleDark: string;
|
|
93
|
+
grayMedium: string;
|
|
94
|
+
};
|
|
95
|
+
fonts: {
|
|
96
|
+
sans: string;
|
|
97
|
+
mono: string;
|
|
89
98
|
};
|
|
90
99
|
space: {
|
|
91
100
|
1: string;
|
|
@@ -575,6 +584,15 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
|
|
|
575
584
|
tooltip: string;
|
|
576
585
|
tooltip2: string;
|
|
577
586
|
skeletonBg: string;
|
|
587
|
+
purpleLight: string;
|
|
588
|
+
purpleLightHover: string;
|
|
589
|
+
tealDark: string;
|
|
590
|
+
purpleDark: string;
|
|
591
|
+
grayMedium: string;
|
|
592
|
+
};
|
|
593
|
+
fonts: {
|
|
594
|
+
sans: string;
|
|
595
|
+
mono: string;
|
|
578
596
|
};
|
|
579
597
|
space: {
|
|
580
598
|
1: string;
|
|
@@ -88,6 +88,15 @@ export declare const RadioGroupRadio: import("@stitches/react/types/styled-compo
|
|
|
88
88
|
tooltip: string;
|
|
89
89
|
tooltip2: string;
|
|
90
90
|
skeletonBg: string;
|
|
91
|
+
purpleLight: string;
|
|
92
|
+
purpleLightHover: string;
|
|
93
|
+
tealDark: string;
|
|
94
|
+
purpleDark: string;
|
|
95
|
+
grayMedium: string;
|
|
96
|
+
};
|
|
97
|
+
fonts: {
|
|
98
|
+
sans: string;
|
|
99
|
+
mono: string;
|
|
91
100
|
};
|
|
92
101
|
space: {
|
|
93
102
|
1: string;
|
|
@@ -578,6 +587,15 @@ export declare const RadioGroupIndicator: import("@stitches/react/types/styled-c
|
|
|
578
587
|
tooltip: string;
|
|
579
588
|
tooltip2: string;
|
|
580
589
|
skeletonBg: string;
|
|
590
|
+
purpleLight: string;
|
|
591
|
+
purpleLightHover: string;
|
|
592
|
+
tealDark: string;
|
|
593
|
+
purpleDark: string;
|
|
594
|
+
grayMedium: string;
|
|
595
|
+
};
|
|
596
|
+
fonts: {
|
|
597
|
+
sans: string;
|
|
598
|
+
mono: string;
|
|
581
599
|
};
|
|
582
600
|
space: {
|
|
583
601
|
1: string;
|
|
@@ -1068,6 +1086,15 @@ export declare const RadioGroupItemLabel: import("@stitches/react/types/styled-c
|
|
|
1068
1086
|
tooltip: string;
|
|
1069
1087
|
tooltip2: string;
|
|
1070
1088
|
skeletonBg: string;
|
|
1089
|
+
purpleLight: string;
|
|
1090
|
+
purpleLightHover: string;
|
|
1091
|
+
tealDark: string;
|
|
1092
|
+
purpleDark: string;
|
|
1093
|
+
grayMedium: string;
|
|
1094
|
+
};
|
|
1095
|
+
fonts: {
|
|
1096
|
+
sans: string;
|
|
1097
|
+
mono: string;
|
|
1071
1098
|
};
|
|
1072
1099
|
space: {
|
|
1073
1100
|
1: string;
|
|
@@ -96,6 +96,15 @@ export declare const ResponsiveDialogStyledContent: import("@stitches/react/type
|
|
|
96
96
|
tooltip: string;
|
|
97
97
|
tooltip2: string;
|
|
98
98
|
skeletonBg: string;
|
|
99
|
+
purpleLight: string;
|
|
100
|
+
purpleLightHover: string;
|
|
101
|
+
tealDark: string;
|
|
102
|
+
purpleDark: string;
|
|
103
|
+
grayMedium: string;
|
|
104
|
+
};
|
|
105
|
+
fonts: {
|
|
106
|
+
sans: string;
|
|
107
|
+
mono: string;
|
|
99
108
|
};
|
|
100
109
|
space: {
|
|
101
110
|
1: string;
|
|
@@ -586,6 +595,15 @@ export declare const ResponsiveDialogIconButton: import("@stitches/react/types/s
|
|
|
586
595
|
tooltip: string;
|
|
587
596
|
tooltip2: string;
|
|
588
597
|
skeletonBg: string;
|
|
598
|
+
purpleLight: string;
|
|
599
|
+
purpleLightHover: string;
|
|
600
|
+
tealDark: string;
|
|
601
|
+
purpleDark: string;
|
|
602
|
+
grayMedium: string;
|
|
603
|
+
};
|
|
604
|
+
fonts: {
|
|
605
|
+
sans: string;
|
|
606
|
+
mono: string;
|
|
589
607
|
};
|
|
590
608
|
space: {
|
|
591
609
|
1: string;
|
|
@@ -89,6 +89,15 @@ export declare const ExpandedTableBody: import("@stitches/react/types/styled-com
|
|
|
89
89
|
tooltip: string;
|
|
90
90
|
tooltip2: string;
|
|
91
91
|
skeletonBg: string;
|
|
92
|
+
purpleLight: string;
|
|
93
|
+
purpleLightHover: string;
|
|
94
|
+
tealDark: string;
|
|
95
|
+
purpleDark: string;
|
|
96
|
+
grayMedium: string;
|
|
97
|
+
};
|
|
98
|
+
fonts: {
|
|
99
|
+
sans: string;
|
|
100
|
+
mono: string;
|
|
92
101
|
};
|
|
93
102
|
space: {
|
|
94
103
|
1: string;
|
|
@@ -579,6 +588,15 @@ export declare const ExpandedTableRow: import("@stitches/react/types/styled-comp
|
|
|
579
588
|
tooltip: string;
|
|
580
589
|
tooltip2: string;
|
|
581
590
|
skeletonBg: string;
|
|
591
|
+
purpleLight: string;
|
|
592
|
+
purpleLightHover: string;
|
|
593
|
+
tealDark: string;
|
|
594
|
+
purpleDark: string;
|
|
595
|
+
grayMedium: string;
|
|
596
|
+
};
|
|
597
|
+
fonts: {
|
|
598
|
+
sans: string;
|
|
599
|
+
mono: string;
|
|
582
600
|
};
|
|
583
601
|
space: {
|
|
584
602
|
1: string;
|
|
@@ -1069,6 +1087,15 @@ export declare const ExpandedTableCell: import("@stitches/react/types/styled-com
|
|
|
1069
1087
|
tooltip: string;
|
|
1070
1088
|
tooltip2: string;
|
|
1071
1089
|
skeletonBg: string;
|
|
1090
|
+
purpleLight: string;
|
|
1091
|
+
purpleLightHover: string;
|
|
1092
|
+
tealDark: string;
|
|
1093
|
+
purpleDark: string;
|
|
1094
|
+
grayMedium: string;
|
|
1095
|
+
};
|
|
1096
|
+
fonts: {
|
|
1097
|
+
sans: string;
|
|
1098
|
+
mono: string;
|
|
1072
1099
|
};
|
|
1073
1100
|
space: {
|
|
1074
1101
|
1: string;
|
|
@@ -1572,6 +1599,15 @@ export declare const ExpandedTable: {
|
|
|
1572
1599
|
tooltip: string;
|
|
1573
1600
|
tooltip2: string;
|
|
1574
1601
|
skeletonBg: string;
|
|
1602
|
+
purpleLight: string;
|
|
1603
|
+
purpleLightHover: string;
|
|
1604
|
+
tealDark: string;
|
|
1605
|
+
purpleDark: string;
|
|
1606
|
+
grayMedium: string;
|
|
1607
|
+
};
|
|
1608
|
+
fonts: {
|
|
1609
|
+
sans: string;
|
|
1610
|
+
mono: string;
|
|
1575
1611
|
};
|
|
1576
1612
|
space: {
|
|
1577
1613
|
1: string;
|
|
@@ -2062,6 +2098,15 @@ export declare const ExpandedTable: {
|
|
|
2062
2098
|
tooltip: string;
|
|
2063
2099
|
tooltip2: string;
|
|
2064
2100
|
skeletonBg: string;
|
|
2101
|
+
purpleLight: string;
|
|
2102
|
+
purpleLightHover: string;
|
|
2103
|
+
tealDark: string;
|
|
2104
|
+
purpleDark: string;
|
|
2105
|
+
grayMedium: string;
|
|
2106
|
+
};
|
|
2107
|
+
fonts: {
|
|
2108
|
+
sans: string;
|
|
2109
|
+
mono: string;
|
|
2065
2110
|
};
|
|
2066
2111
|
space: {
|
|
2067
2112
|
1: string;
|
|
@@ -2552,6 +2597,15 @@ export declare const ExpandedTable: {
|
|
|
2552
2597
|
tooltip: string;
|
|
2553
2598
|
tooltip2: string;
|
|
2554
2599
|
skeletonBg: string;
|
|
2600
|
+
purpleLight: string;
|
|
2601
|
+
purpleLightHover: string;
|
|
2602
|
+
tealDark: string;
|
|
2603
|
+
purpleDark: string;
|
|
2604
|
+
grayMedium: string;
|
|
2605
|
+
};
|
|
2606
|
+
fonts: {
|
|
2607
|
+
sans: string;
|
|
2608
|
+
mono: string;
|
|
2555
2609
|
};
|
|
2556
2610
|
space: {
|
|
2557
2611
|
1: string;
|