@obolnetwork/obol-ui 1.1.14 → 1.1.17
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 +22 -0
- package/dist/components/atoms/Box/Box.d.ts +11 -0
- package/dist/components/atoms/Button/Button.d.ts +11 -0
- package/dist/components/atoms/Checkbox/Checkbox.d.ts +11 -0
- package/dist/components/atoms/Container/Container.d.ts +22 -0
- package/dist/components/atoms/Flex/Flex.d.ts +11 -0
- package/dist/components/atoms/Grid/Grid.d.ts +11 -0
- package/dist/components/atoms/IconButton/IconButton.d.ts +12 -0
- package/dist/components/atoms/Image/Image.d.ts +11 -0
- package/dist/components/atoms/Link/Link.d.ts +12 -0
- package/dist/components/atoms/NavigationMenu/NavigationMenu.d.ts +55 -0
- package/dist/components/atoms/ScoreBadge/ScoreBadge.d.ts +6 -0
- package/dist/components/atoms/Separator/Separator.d.ts +11 -0
- package/dist/components/atoms/Skeleton/Skeleton.d.ts +11 -0
- package/dist/components/atoms/Spin/Spin.d.ts +12 -1
- package/dist/components/atoms/SvgIcon/SvgIcon.d.ts +15 -2
- package/dist/components/atoms/Switch/Switch.d.ts +22 -0
- package/dist/components/atoms/Text/Text.d.ts +15 -3
- package/dist/components/atoms/TextField/TextField.d.ts +44 -0
- package/dist/components/atoms/Toggle/Toggle.d.ts +22 -0
- package/dist/components/atoms/UnstyledTextField/UnstyledTextField.d.ts +22 -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 -53
- 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} +11 -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/WalletIcon.d.ts +2 -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 +22 -0
- package/dist/components/molecules/AdvisoryToggle/AdvisoryToggle.d.ts +22 -0
- package/dist/components/molecules/Card/Card.d.ts +44 -0
- package/dist/components/molecules/Dialog/Dialog.d.ts +66 -0
- package/dist/components/molecules/NotificationCard/NotificationCard.d.ts +22 -0
- package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +33 -0
- package/dist/components/molecules/ResponsiveDialog/ResponsiveDialog.d.ts +22 -0
- package/dist/components/molecules/TableV3/ExpandedTable.d.ts +66 -0
- package/dist/components/molecules/Tabs/Tabs.d.ts +44 -0
- package/dist/components/utils/color-variants.d.ts +5 -0
- package/dist/components/utils/styles.d.ts +11 -0
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/dist/stitches.config.d.ts +100 -0
- package/package.json +6 -2
- 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 -504
- 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 → ui}/ClockIcon.d.ts +0 -0
|
@@ -1,8 +1,10 @@
|
|
|
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" | "obolGold" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | "skeletonBg" | "inherit" | undefined;
|
|
5
|
-
size?: "inherit" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | 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" | "purpleLight" | "purpleLightHover" | "tealDark" | "purpleDark" | "grayMedium" | "inherit" | undefined;
|
|
5
|
+
size?: "inherit" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | undefined;
|
|
6
|
+
width?: "inherit" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | undefined;
|
|
7
|
+
height?: "inherit" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | undefined;
|
|
6
8
|
fillColor?: boolean | "true" | "false" | undefined;
|
|
7
9
|
strokeColor?: boolean | "true" | "false" | undefined;
|
|
8
10
|
transform?: "xAxis" | undefined;
|
|
@@ -15,6 +17,7 @@ export declare const SvgIcon: import("@stitches/react/types/styled-component").S
|
|
|
15
17
|
sm: "(max-width: 900px)";
|
|
16
18
|
bp1: "(min-width: 520px)";
|
|
17
19
|
bp2: "(min-width: 900px)";
|
|
20
|
+
bp3: "(min-width: 1200px)";
|
|
18
21
|
md: "(max-width: 1200px)";
|
|
19
22
|
lg: "(max-width: 1800px)";
|
|
20
23
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -26,6 +29,7 @@ export declare const SvgIcon: import("@stitches/react/types/styled-component").S
|
|
|
26
29
|
sm: "(max-width: 900px)";
|
|
27
30
|
bp1: "(min-width: 520px)";
|
|
28
31
|
bp2: "(min-width: 900px)";
|
|
32
|
+
bp3: "(min-width: 1200px)";
|
|
29
33
|
md: "(max-width: 1200px)";
|
|
30
34
|
lg: "(max-width: 1800px)";
|
|
31
35
|
}, {
|
|
@@ -91,6 +95,15 @@ export declare const SvgIcon: import("@stitches/react/types/styled-component").S
|
|
|
91
95
|
tooltip: string;
|
|
92
96
|
tooltip2: string;
|
|
93
97
|
skeletonBg: string;
|
|
98
|
+
purpleLight: string;
|
|
99
|
+
purpleLightHover: string;
|
|
100
|
+
tealDark: string;
|
|
101
|
+
purpleDark: string;
|
|
102
|
+
grayMedium: string;
|
|
103
|
+
};
|
|
104
|
+
fonts: {
|
|
105
|
+
sans: string;
|
|
106
|
+
mono: string;
|
|
94
107
|
};
|
|
95
108
|
space: {
|
|
96
109
|
1: string;
|
|
@@ -9,6 +9,7 @@ export declare const SwitchRoot: import("@stitches/react/types/styled-component"
|
|
|
9
9
|
sm: "(max-width: 900px)";
|
|
10
10
|
bp1: "(min-width: 520px)";
|
|
11
11
|
bp2: "(min-width: 900px)";
|
|
12
|
+
bp3: "(min-width: 1200px)";
|
|
12
13
|
md: "(max-width: 1200px)";
|
|
13
14
|
lg: "(max-width: 1800px)";
|
|
14
15
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -20,6 +21,7 @@ export declare const SwitchRoot: import("@stitches/react/types/styled-component"
|
|
|
20
21
|
sm: "(max-width: 900px)";
|
|
21
22
|
bp1: "(min-width: 520px)";
|
|
22
23
|
bp2: "(min-width: 900px)";
|
|
24
|
+
bp3: "(min-width: 1200px)";
|
|
23
25
|
md: "(max-width: 1200px)";
|
|
24
26
|
lg: "(max-width: 1800px)";
|
|
25
27
|
}, {
|
|
@@ -85,6 +87,15 @@ export declare const SwitchRoot: import("@stitches/react/types/styled-component"
|
|
|
85
87
|
tooltip: string;
|
|
86
88
|
tooltip2: string;
|
|
87
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;
|
|
88
99
|
};
|
|
89
100
|
space: {
|
|
90
101
|
1: string;
|
|
@@ -497,6 +508,7 @@ export declare const SwitchThumb: import("@stitches/react/types/styled-component
|
|
|
497
508
|
sm: "(max-width: 900px)";
|
|
498
509
|
bp1: "(min-width: 520px)";
|
|
499
510
|
bp2: "(min-width: 900px)";
|
|
511
|
+
bp3: "(min-width: 1200px)";
|
|
500
512
|
md: "(max-width: 1200px)";
|
|
501
513
|
lg: "(max-width: 1800px)";
|
|
502
514
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -508,6 +520,7 @@ export declare const SwitchThumb: import("@stitches/react/types/styled-component
|
|
|
508
520
|
sm: "(max-width: 900px)";
|
|
509
521
|
bp1: "(min-width: 520px)";
|
|
510
522
|
bp2: "(min-width: 900px)";
|
|
523
|
+
bp3: "(min-width: 1200px)";
|
|
511
524
|
md: "(max-width: 1200px)";
|
|
512
525
|
lg: "(max-width: 1800px)";
|
|
513
526
|
}, {
|
|
@@ -573,6 +586,15 @@ export declare const SwitchThumb: import("@stitches/react/types/styled-component
|
|
|
573
586
|
tooltip: string;
|
|
574
587
|
tooltip2: string;
|
|
575
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;
|
|
576
598
|
};
|
|
577
599
|
space: {
|
|
578
600
|
1: 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" | "helper" | 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" | "obolGold" | "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" | "purpleLight" | "purpleLightHover" | "tealDark" | "purpleDark" | "grayMedium" | undefined;
|
|
7
7
|
glow?: boolean | "true" | undefined;
|
|
8
8
|
inline?: boolean | "true" | undefined;
|
|
9
9
|
}, {
|
|
@@ -15,6 +15,7 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
|
|
|
15
15
|
sm: "(max-width: 900px)";
|
|
16
16
|
bp1: "(min-width: 520px)";
|
|
17
17
|
bp2: "(min-width: 900px)";
|
|
18
|
+
bp3: "(min-width: 1200px)";
|
|
18
19
|
md: "(max-width: 1200px)";
|
|
19
20
|
lg: "(max-width: 1800px)";
|
|
20
21
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -26,6 +27,7 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
|
|
|
26
27
|
sm: "(max-width: 900px)";
|
|
27
28
|
bp1: "(min-width: 520px)";
|
|
28
29
|
bp2: "(min-width: 900px)";
|
|
30
|
+
bp3: "(min-width: 1200px)";
|
|
29
31
|
md: "(max-width: 1200px)";
|
|
30
32
|
lg: "(max-width: 1800px)";
|
|
31
33
|
}, {
|
|
@@ -91,6 +93,15 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
|
|
|
91
93
|
tooltip: string;
|
|
92
94
|
tooltip2: string;
|
|
93
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;
|
|
94
105
|
};
|
|
95
106
|
space: {
|
|
96
107
|
1: string;
|
|
@@ -498,7 +509,7 @@ export default Text;
|
|
|
498
509
|
export declare const TextStory: (props: Omit<import("@stitches/react/types/styled-component").TransformProps<{
|
|
499
510
|
variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | "metricStatusCell" | "helper" | undefined;
|
|
500
511
|
size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 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;
|
|
512
|
+
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" | "purpleLight" | "purpleLightHover" | "tealDark" | "purpleDark" | "grayMedium" | undefined;
|
|
502
513
|
glow?: boolean | "true" | undefined;
|
|
503
514
|
inline?: boolean | "true" | undefined;
|
|
504
515
|
}, {
|
|
@@ -510,12 +521,13 @@ export declare const TextStory: (props: Omit<import("@stitches/react/types/style
|
|
|
510
521
|
sm: "(max-width: 900px)";
|
|
511
522
|
bp1: "(min-width: 520px)";
|
|
512
523
|
bp2: "(min-width: 900px)";
|
|
524
|
+
bp3: "(min-width: 1200px)";
|
|
513
525
|
md: "(max-width: 1200px)";
|
|
514
526
|
lg: "(max-width: 1800px)";
|
|
515
527
|
}>, "color" | "size" | "inline" | "variant" | "glow"> & {
|
|
516
528
|
variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | "metricStatusCell" | "helper" | undefined;
|
|
517
529
|
size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 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;
|
|
530
|
+
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" | "purpleLight" | "purpleLightHover" | "tealDark" | "purpleDark" | "grayMedium" | undefined;
|
|
519
531
|
glow?: boolean | undefined;
|
|
520
532
|
inline?: boolean | undefined;
|
|
521
533
|
} & {
|
|
@@ -12,6 +12,7 @@ export declare const TextField: import("@stitches/react/types/styled-component")
|
|
|
12
12
|
sm: "(max-width: 900px)";
|
|
13
13
|
bp1: "(min-width: 520px)";
|
|
14
14
|
bp2: "(min-width: 900px)";
|
|
15
|
+
bp3: "(min-width: 1200px)";
|
|
15
16
|
md: "(max-width: 1200px)";
|
|
16
17
|
lg: "(max-width: 1800px)";
|
|
17
18
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -23,6 +24,7 @@ export declare const TextField: import("@stitches/react/types/styled-component")
|
|
|
23
24
|
sm: "(max-width: 900px)";
|
|
24
25
|
bp1: "(min-width: 520px)";
|
|
25
26
|
bp2: "(min-width: 900px)";
|
|
27
|
+
bp3: "(min-width: 1200px)";
|
|
26
28
|
md: "(max-width: 1200px)";
|
|
27
29
|
lg: "(max-width: 1800px)";
|
|
28
30
|
}, {
|
|
@@ -88,6 +90,15 @@ export declare const TextField: import("@stitches/react/types/styled-component")
|
|
|
88
90
|
tooltip: string;
|
|
89
91
|
tooltip2: string;
|
|
90
92
|
skeletonBg: string;
|
|
93
|
+
purpleLight: string;
|
|
94
|
+
purpleLightHover: string;
|
|
95
|
+
tealDark: string;
|
|
96
|
+
purpleDark: string;
|
|
97
|
+
grayMedium: string;
|
|
98
|
+
};
|
|
99
|
+
fonts: {
|
|
100
|
+
sans: string;
|
|
101
|
+
mono: string;
|
|
91
102
|
};
|
|
92
103
|
space: {
|
|
93
104
|
1: string;
|
|
@@ -502,6 +513,7 @@ export declare const TextAreaField: import("@stitches/react/types/styled-compone
|
|
|
502
513
|
sm: "(max-width: 900px)";
|
|
503
514
|
bp1: "(min-width: 520px)";
|
|
504
515
|
bp2: "(min-width: 900px)";
|
|
516
|
+
bp3: "(min-width: 1200px)";
|
|
505
517
|
md: "(max-width: 1200px)";
|
|
506
518
|
lg: "(max-width: 1800px)";
|
|
507
519
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -513,6 +525,7 @@ export declare const TextAreaField: import("@stitches/react/types/styled-compone
|
|
|
513
525
|
sm: "(max-width: 900px)";
|
|
514
526
|
bp1: "(min-width: 520px)";
|
|
515
527
|
bp2: "(min-width: 900px)";
|
|
528
|
+
bp3: "(min-width: 1200px)";
|
|
516
529
|
md: "(max-width: 1200px)";
|
|
517
530
|
lg: "(max-width: 1800px)";
|
|
518
531
|
}, {
|
|
@@ -578,6 +591,15 @@ export declare const TextAreaField: import("@stitches/react/types/styled-compone
|
|
|
578
591
|
tooltip: string;
|
|
579
592
|
tooltip2: string;
|
|
580
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;
|
|
581
603
|
};
|
|
582
604
|
space: {
|
|
583
605
|
1: string;
|
|
@@ -1001,6 +1023,7 @@ export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponen
|
|
|
1001
1023
|
sm: "(max-width: 900px)";
|
|
1002
1024
|
bp1: "(min-width: 520px)";
|
|
1003
1025
|
bp2: "(min-width: 900px)";
|
|
1026
|
+
bp3: "(min-width: 1200px)";
|
|
1004
1027
|
md: "(max-width: 1200px)";
|
|
1005
1028
|
lg: "(max-width: 1800px)";
|
|
1006
1029
|
}> & {
|
|
@@ -1013,6 +1036,7 @@ export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponen
|
|
|
1013
1036
|
sm: "(max-width: 900px)";
|
|
1014
1037
|
bp1: "(min-width: 520px)";
|
|
1015
1038
|
bp2: "(min-width: 900px)";
|
|
1039
|
+
bp3: "(min-width: 1200px)";
|
|
1016
1040
|
md: "(max-width: 1200px)";
|
|
1017
1041
|
lg: "(max-width: 1800px)";
|
|
1018
1042
|
}, {
|
|
@@ -1078,6 +1102,15 @@ export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponen
|
|
|
1078
1102
|
tooltip: string;
|
|
1079
1103
|
tooltip2: string;
|
|
1080
1104
|
skeletonBg: string;
|
|
1105
|
+
purpleLight: string;
|
|
1106
|
+
purpleLightHover: string;
|
|
1107
|
+
tealDark: string;
|
|
1108
|
+
purpleDark: string;
|
|
1109
|
+
grayMedium: string;
|
|
1110
|
+
};
|
|
1111
|
+
fonts: {
|
|
1112
|
+
sans: string;
|
|
1113
|
+
mono: string;
|
|
1081
1114
|
};
|
|
1082
1115
|
space: {
|
|
1083
1116
|
1: string;
|
|
@@ -1495,6 +1528,7 @@ export declare const TextAreaFieldWithCopy: import("react").ForwardRefExoticComp
|
|
|
1495
1528
|
sm: "(max-width: 900px)";
|
|
1496
1529
|
bp1: "(min-width: 520px)";
|
|
1497
1530
|
bp2: "(min-width: 900px)";
|
|
1531
|
+
bp3: "(min-width: 1200px)";
|
|
1498
1532
|
md: "(max-width: 1200px)";
|
|
1499
1533
|
lg: "(max-width: 1800px)";
|
|
1500
1534
|
}> & {
|
|
@@ -1507,6 +1541,7 @@ export declare const TextAreaFieldWithCopy: import("react").ForwardRefExoticComp
|
|
|
1507
1541
|
sm: "(max-width: 900px)";
|
|
1508
1542
|
bp1: "(min-width: 520px)";
|
|
1509
1543
|
bp2: "(min-width: 900px)";
|
|
1544
|
+
bp3: "(min-width: 1200px)";
|
|
1510
1545
|
md: "(max-width: 1200px)";
|
|
1511
1546
|
lg: "(max-width: 1800px)";
|
|
1512
1547
|
}, {
|
|
@@ -1572,6 +1607,15 @@ export declare const TextAreaFieldWithCopy: import("react").ForwardRefExoticComp
|
|
|
1572
1607
|
tooltip: string;
|
|
1573
1608
|
tooltip2: string;
|
|
1574
1609
|
skeletonBg: string;
|
|
1610
|
+
purpleLight: string;
|
|
1611
|
+
purpleLightHover: string;
|
|
1612
|
+
tealDark: string;
|
|
1613
|
+
purpleDark: string;
|
|
1614
|
+
grayMedium: string;
|
|
1615
|
+
};
|
|
1616
|
+
fonts: {
|
|
1617
|
+
sans: string;
|
|
1618
|
+
mono: string;
|
|
1575
1619
|
};
|
|
1576
1620
|
space: {
|
|
1577
1621
|
1: string;
|
|
@@ -9,6 +9,7 @@ export declare const ToggleGroup: import("@stitches/react/types/styled-component
|
|
|
9
9
|
sm: "(max-width: 900px)";
|
|
10
10
|
bp1: "(min-width: 520px)";
|
|
11
11
|
bp2: "(min-width: 900px)";
|
|
12
|
+
bp3: "(min-width: 1200px)";
|
|
12
13
|
md: "(max-width: 1200px)";
|
|
13
14
|
lg: "(max-width: 1800px)";
|
|
14
15
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -20,6 +21,7 @@ export declare const ToggleGroup: import("@stitches/react/types/styled-component
|
|
|
20
21
|
sm: "(max-width: 900px)";
|
|
21
22
|
bp1: "(min-width: 520px)";
|
|
22
23
|
bp2: "(min-width: 900px)";
|
|
24
|
+
bp3: "(min-width: 1200px)";
|
|
23
25
|
md: "(max-width: 1200px)";
|
|
24
26
|
lg: "(max-width: 1800px)";
|
|
25
27
|
}, {
|
|
@@ -85,6 +87,15 @@ export declare const ToggleGroup: import("@stitches/react/types/styled-component
|
|
|
85
87
|
tooltip: string;
|
|
86
88
|
tooltip2: string;
|
|
87
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;
|
|
88
99
|
};
|
|
89
100
|
space: {
|
|
90
101
|
1: string;
|
|
@@ -497,6 +508,7 @@ export declare const ToggleGroupItem: import("@stitches/react/types/styled-compo
|
|
|
497
508
|
sm: "(max-width: 900px)";
|
|
498
509
|
bp1: "(min-width: 520px)";
|
|
499
510
|
bp2: "(min-width: 900px)";
|
|
511
|
+
bp3: "(min-width: 1200px)";
|
|
500
512
|
md: "(max-width: 1200px)";
|
|
501
513
|
lg: "(max-width: 1800px)";
|
|
502
514
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -508,6 +520,7 @@ export declare const ToggleGroupItem: import("@stitches/react/types/styled-compo
|
|
|
508
520
|
sm: "(max-width: 900px)";
|
|
509
521
|
bp1: "(min-width: 520px)";
|
|
510
522
|
bp2: "(min-width: 900px)";
|
|
523
|
+
bp3: "(min-width: 1200px)";
|
|
511
524
|
md: "(max-width: 1200px)";
|
|
512
525
|
lg: "(max-width: 1800px)";
|
|
513
526
|
}, {
|
|
@@ -573,6 +586,15 @@ export declare const ToggleGroupItem: import("@stitches/react/types/styled-compo
|
|
|
573
586
|
tooltip: string;
|
|
574
587
|
tooltip2: string;
|
|
575
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;
|
|
576
598
|
};
|
|
577
599
|
space: {
|
|
578
600
|
1: string;
|
|
@@ -9,6 +9,7 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
|
|
|
9
9
|
sm: "(max-width: 900px)";
|
|
10
10
|
bp1: "(min-width: 520px)";
|
|
11
11
|
bp2: "(min-width: 900px)";
|
|
12
|
+
bp3: "(min-width: 1200px)";
|
|
12
13
|
md: "(max-width: 1200px)";
|
|
13
14
|
lg: "(max-width: 1800px)";
|
|
14
15
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -20,6 +21,7 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
|
|
|
20
21
|
sm: "(max-width: 900px)";
|
|
21
22
|
bp1: "(min-width: 520px)";
|
|
22
23
|
bp2: "(min-width: 900px)";
|
|
24
|
+
bp3: "(min-width: 1200px)";
|
|
23
25
|
md: "(max-width: 1200px)";
|
|
24
26
|
lg: "(max-width: 1800px)";
|
|
25
27
|
}, {
|
|
@@ -85,6 +87,15 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
|
|
|
85
87
|
tooltip: string;
|
|
86
88
|
tooltip2: string;
|
|
87
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;
|
|
88
99
|
};
|
|
89
100
|
space: {
|
|
90
101
|
1: string;
|
|
@@ -498,6 +509,7 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
|
|
|
498
509
|
sm: "(max-width: 900px)";
|
|
499
510
|
bp1: "(min-width: 520px)";
|
|
500
511
|
bp2: "(min-width: 900px)";
|
|
512
|
+
bp3: "(min-width: 1200px)";
|
|
501
513
|
md: "(max-width: 1200px)";
|
|
502
514
|
lg: "(max-width: 1800px)";
|
|
503
515
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -509,6 +521,7 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
|
|
|
509
521
|
sm: "(max-width: 900px)";
|
|
510
522
|
bp1: "(min-width: 520px)";
|
|
511
523
|
bp2: "(min-width: 900px)";
|
|
524
|
+
bp3: "(min-width: 1200px)";
|
|
512
525
|
md: "(max-width: 1200px)";
|
|
513
526
|
lg: "(max-width: 1800px)";
|
|
514
527
|
}, {
|
|
@@ -574,6 +587,15 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
|
|
|
574
587
|
tooltip: string;
|
|
575
588
|
tooltip2: string;
|
|
576
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;
|
|
577
599
|
};
|
|
578
600
|
space: {
|
|
579
601
|
1: string;
|