@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
|
@@ -10,6 +10,7 @@ export declare const AvatarComponent: import("@stitches/react/types/styled-compo
|
|
|
10
10
|
sm: "(max-width: 900px)";
|
|
11
11
|
bp1: "(min-width: 520px)";
|
|
12
12
|
bp2: "(min-width: 900px)";
|
|
13
|
+
bp3: "(min-width: 1200px)";
|
|
13
14
|
md: "(max-width: 1200px)";
|
|
14
15
|
lg: "(max-width: 1800px)";
|
|
15
16
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -21,6 +22,7 @@ export declare const AvatarComponent: import("@stitches/react/types/styled-compo
|
|
|
21
22
|
sm: "(max-width: 900px)";
|
|
22
23
|
bp1: "(min-width: 520px)";
|
|
23
24
|
bp2: "(min-width: 900px)";
|
|
25
|
+
bp3: "(min-width: 1200px)";
|
|
24
26
|
md: "(max-width: 1200px)";
|
|
25
27
|
lg: "(max-width: 1800px)";
|
|
26
28
|
}, {
|
|
@@ -86,6 +88,15 @@ export declare const AvatarComponent: import("@stitches/react/types/styled-compo
|
|
|
86
88
|
tooltip: string;
|
|
87
89
|
tooltip2: string;
|
|
88
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;
|
|
89
100
|
};
|
|
90
101
|
space: {
|
|
91
102
|
1: string;
|
|
@@ -498,6 +509,7 @@ export declare const AvatarImage: import("@stitches/react/types/styled-component
|
|
|
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 AvatarImage: import("@stitches/react/types/styled-component
|
|
|
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 AvatarImage: import("@stitches/react/types/styled-component
|
|
|
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;
|
|
@@ -7,6 +7,7 @@ export declare const Box: import("@stitches/react/types/styled-component").Style
|
|
|
7
7
|
sm: "(max-width: 900px)";
|
|
8
8
|
bp1: "(min-width: 520px)";
|
|
9
9
|
bp2: "(min-width: 900px)";
|
|
10
|
+
bp3: "(min-width: 1200px)";
|
|
10
11
|
md: "(max-width: 1200px)";
|
|
11
12
|
lg: "(max-width: 1800px)";
|
|
12
13
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -18,6 +19,7 @@ export declare const Box: import("@stitches/react/types/styled-component").Style
|
|
|
18
19
|
sm: "(max-width: 900px)";
|
|
19
20
|
bp1: "(min-width: 520px)";
|
|
20
21
|
bp2: "(min-width: 900px)";
|
|
22
|
+
bp3: "(min-width: 1200px)";
|
|
21
23
|
md: "(max-width: 1200px)";
|
|
22
24
|
lg: "(max-width: 1800px)";
|
|
23
25
|
}, {
|
|
@@ -83,6 +85,15 @@ export declare const Box: import("@stitches/react/types/styled-component").Style
|
|
|
83
85
|
tooltip: string;
|
|
84
86
|
tooltip2: string;
|
|
85
87
|
skeletonBg: string;
|
|
88
|
+
purpleLight: string;
|
|
89
|
+
purpleLightHover: string;
|
|
90
|
+
tealDark: string;
|
|
91
|
+
purpleDark: string;
|
|
92
|
+
grayMedium: string;
|
|
93
|
+
};
|
|
94
|
+
fonts: {
|
|
95
|
+
sans: string;
|
|
96
|
+
mono: string;
|
|
86
97
|
};
|
|
87
98
|
space: {
|
|
88
99
|
1: string;
|
|
@@ -18,6 +18,7 @@ export declare const Button: import("@stitches/react/types/styled-component").St
|
|
|
18
18
|
sm: "(max-width: 900px)";
|
|
19
19
|
bp1: "(min-width: 520px)";
|
|
20
20
|
bp2: "(min-width: 900px)";
|
|
21
|
+
bp3: "(min-width: 1200px)";
|
|
21
22
|
md: "(max-width: 1200px)";
|
|
22
23
|
lg: "(max-width: 1800px)";
|
|
23
24
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -29,6 +30,7 @@ export declare const Button: import("@stitches/react/types/styled-component").St
|
|
|
29
30
|
sm: "(max-width: 900px)";
|
|
30
31
|
bp1: "(min-width: 520px)";
|
|
31
32
|
bp2: "(min-width: 900px)";
|
|
33
|
+
bp3: "(min-width: 1200px)";
|
|
32
34
|
md: "(max-width: 1200px)";
|
|
33
35
|
lg: "(max-width: 1800px)";
|
|
34
36
|
}, {
|
|
@@ -94,6 +96,15 @@ export declare const Button: import("@stitches/react/types/styled-component").St
|
|
|
94
96
|
tooltip: string;
|
|
95
97
|
tooltip2: string;
|
|
96
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;
|
|
97
108
|
};
|
|
98
109
|
space: {
|
|
99
110
|
1: string;
|
|
@@ -9,6 +9,7 @@ export declare const CheckboxRoot: import("@stitches/react/types/styled-componen
|
|
|
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 CheckboxRoot: import("@stitches/react/types/styled-componen
|
|
|
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 CheckboxRoot: import("@stitches/react/types/styled-componen
|
|
|
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;
|
|
@@ -7,6 +7,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
7
7
|
sm: "(max-width: 900px)";
|
|
8
8
|
bp1: "(min-width: 520px)";
|
|
9
9
|
bp2: "(min-width: 900px)";
|
|
10
|
+
bp3: "(min-width: 1200px)";
|
|
10
11
|
md: "(max-width: 1200px)";
|
|
11
12
|
lg: "(max-width: 1800px)";
|
|
12
13
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -18,6 +19,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
18
19
|
sm: "(max-width: 900px)";
|
|
19
20
|
bp1: "(min-width: 520px)";
|
|
20
21
|
bp2: "(min-width: 900px)";
|
|
22
|
+
bp3: "(min-width: 1200px)";
|
|
21
23
|
md: "(max-width: 1200px)";
|
|
22
24
|
lg: "(max-width: 1800px)";
|
|
23
25
|
}, {
|
|
@@ -83,6 +85,15 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
83
85
|
tooltip: string;
|
|
84
86
|
tooltip2: string;
|
|
85
87
|
skeletonBg: string;
|
|
88
|
+
purpleLight: string;
|
|
89
|
+
purpleLightHover: string;
|
|
90
|
+
tealDark: string;
|
|
91
|
+
purpleDark: string;
|
|
92
|
+
grayMedium: string;
|
|
93
|
+
};
|
|
94
|
+
fonts: {
|
|
95
|
+
sans: string;
|
|
96
|
+
mono: string;
|
|
86
97
|
};
|
|
87
98
|
space: {
|
|
88
99
|
1: string;
|
|
@@ -500,6 +511,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
500
511
|
sm: "(max-width: 900px)";
|
|
501
512
|
bp1: "(min-width: 520px)";
|
|
502
513
|
bp2: "(min-width: 900px)";
|
|
514
|
+
bp3: "(min-width: 1200px)";
|
|
503
515
|
md: "(max-width: 1200px)";
|
|
504
516
|
lg: "(max-width: 1800px)";
|
|
505
517
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -511,6 +523,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
511
523
|
sm: "(max-width: 900px)";
|
|
512
524
|
bp1: "(min-width: 520px)";
|
|
513
525
|
bp2: "(min-width: 900px)";
|
|
526
|
+
bp3: "(min-width: 1200px)";
|
|
514
527
|
md: "(max-width: 1200px)";
|
|
515
528
|
lg: "(max-width: 1800px)";
|
|
516
529
|
}, {
|
|
@@ -576,6 +589,15 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
576
589
|
tooltip: string;
|
|
577
590
|
tooltip2: string;
|
|
578
591
|
skeletonBg: string;
|
|
592
|
+
purpleLight: string;
|
|
593
|
+
purpleLightHover: string;
|
|
594
|
+
tealDark: string;
|
|
595
|
+
purpleDark: string;
|
|
596
|
+
grayMedium: string;
|
|
597
|
+
};
|
|
598
|
+
fonts: {
|
|
599
|
+
sans: string;
|
|
600
|
+
mono: string;
|
|
579
601
|
};
|
|
580
602
|
space: {
|
|
581
603
|
1: string;
|
|
@@ -9,6 +9,7 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
|
|
|
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 Flex: import("@stitches/react/types/styled-component").Styl
|
|
|
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 Flex: import("@stitches/react/types/styled-component").Styl
|
|
|
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;
|
|
@@ -9,6 +9,7 @@ export declare const GridRoot: 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 GridRoot: 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 GridRoot: 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;
|
|
@@ -13,6 +13,7 @@ export declare const IconButton: import("@stitches/react/types/styled-component"
|
|
|
13
13
|
sm: "(max-width: 900px)";
|
|
14
14
|
bp1: "(min-width: 520px)";
|
|
15
15
|
bp2: "(min-width: 900px)";
|
|
16
|
+
bp3: "(min-width: 1200px)";
|
|
16
17
|
md: "(max-width: 1200px)";
|
|
17
18
|
lg: "(max-width: 1800px)";
|
|
18
19
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -24,6 +25,7 @@ export declare const IconButton: import("@stitches/react/types/styled-component"
|
|
|
24
25
|
sm: "(max-width: 900px)";
|
|
25
26
|
bp1: "(min-width: 520px)";
|
|
26
27
|
bp2: "(min-width: 900px)";
|
|
28
|
+
bp3: "(min-width: 1200px)";
|
|
27
29
|
md: "(max-width: 1200px)";
|
|
28
30
|
lg: "(max-width: 1800px)";
|
|
29
31
|
}, {
|
|
@@ -89,6 +91,15 @@ export declare const IconButton: import("@stitches/react/types/styled-component"
|
|
|
89
91
|
tooltip: string;
|
|
90
92
|
tooltip2: string;
|
|
91
93
|
skeletonBg: string;
|
|
94
|
+
purpleLight: string;
|
|
95
|
+
purpleLightHover: string;
|
|
96
|
+
tealDark: string;
|
|
97
|
+
purpleDark: string;
|
|
98
|
+
grayMedium: string;
|
|
99
|
+
};
|
|
100
|
+
fonts: {
|
|
101
|
+
sans: string;
|
|
102
|
+
mono: string;
|
|
92
103
|
};
|
|
93
104
|
space: {
|
|
94
105
|
1: string;
|
|
@@ -507,6 +518,7 @@ export declare const IconButtonStory: (props: Omit<import("@stitches/react/types
|
|
|
507
518
|
sm: "(max-width: 900px)";
|
|
508
519
|
bp1: "(min-width: 520px)";
|
|
509
520
|
bp2: "(min-width: 900px)";
|
|
521
|
+
bp3: "(min-width: 1200px)";
|
|
510
522
|
md: "(max-width: 1200px)";
|
|
511
523
|
lg: "(max-width: 1800px)";
|
|
512
524
|
}>, "ghost" | "fullWidth" | "borderDisabled"> & {
|
|
@@ -7,6 +7,7 @@ export declare const Image: import("@stitches/react/types/styled-component").Sty
|
|
|
7
7
|
sm: "(max-width: 900px)";
|
|
8
8
|
bp1: "(min-width: 520px)";
|
|
9
9
|
bp2: "(min-width: 900px)";
|
|
10
|
+
bp3: "(min-width: 1200px)";
|
|
10
11
|
md: "(max-width: 1200px)";
|
|
11
12
|
lg: "(max-width: 1800px)";
|
|
12
13
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -18,6 +19,7 @@ export declare const Image: import("@stitches/react/types/styled-component").Sty
|
|
|
18
19
|
sm: "(max-width: 900px)";
|
|
19
20
|
bp1: "(min-width: 520px)";
|
|
20
21
|
bp2: "(min-width: 900px)";
|
|
22
|
+
bp3: "(min-width: 1200px)";
|
|
21
23
|
md: "(max-width: 1200px)";
|
|
22
24
|
lg: "(max-width: 1800px)";
|
|
23
25
|
}, {
|
|
@@ -83,6 +85,15 @@ export declare const Image: import("@stitches/react/types/styled-component").Sty
|
|
|
83
85
|
tooltip: string;
|
|
84
86
|
tooltip2: string;
|
|
85
87
|
skeletonBg: string;
|
|
88
|
+
purpleLight: string;
|
|
89
|
+
purpleLightHover: string;
|
|
90
|
+
tealDark: string;
|
|
91
|
+
purpleDark: string;
|
|
92
|
+
grayMedium: string;
|
|
93
|
+
};
|
|
94
|
+
fonts: {
|
|
95
|
+
sans: string;
|
|
96
|
+
mono: string;
|
|
86
97
|
};
|
|
87
98
|
space: {
|
|
88
99
|
1: string;
|
|
@@ -41,6 +41,7 @@ export declare const Link: import("@stitches/react/types/styled-component").Styl
|
|
|
41
41
|
sm: "(max-width: 900px)";
|
|
42
42
|
bp1: "(min-width: 520px)";
|
|
43
43
|
bp2: "(min-width: 900px)";
|
|
44
|
+
bp3: "(min-width: 1200px)";
|
|
44
45
|
md: "(max-width: 1200px)";
|
|
45
46
|
lg: "(max-width: 1800px)";
|
|
46
47
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -52,6 +53,7 @@ export declare const Link: import("@stitches/react/types/styled-component").Styl
|
|
|
52
53
|
sm: "(max-width: 900px)";
|
|
53
54
|
bp1: "(min-width: 520px)";
|
|
54
55
|
bp2: "(min-width: 900px)";
|
|
56
|
+
bp3: "(min-width: 1200px)";
|
|
55
57
|
md: "(max-width: 1200px)";
|
|
56
58
|
lg: "(max-width: 1800px)";
|
|
57
59
|
}, {
|
|
@@ -117,6 +119,15 @@ export declare const Link: import("@stitches/react/types/styled-component").Styl
|
|
|
117
119
|
tooltip: string;
|
|
118
120
|
tooltip2: string;
|
|
119
121
|
skeletonBg: string;
|
|
122
|
+
purpleLight: string;
|
|
123
|
+
purpleLightHover: string;
|
|
124
|
+
tealDark: string;
|
|
125
|
+
purpleDark: string;
|
|
126
|
+
grayMedium: string;
|
|
127
|
+
};
|
|
128
|
+
fonts: {
|
|
129
|
+
sans: string;
|
|
130
|
+
mono: string;
|
|
120
131
|
};
|
|
121
132
|
space: {
|
|
122
133
|
1: string;
|
|
@@ -532,6 +543,7 @@ export declare const LinkStory: (props: Omit<import("@stitches/react/types/style
|
|
|
532
543
|
sm: "(max-width: 900px)";
|
|
533
544
|
bp1: "(min-width: 520px)";
|
|
534
545
|
bp2: "(min-width: 900px)";
|
|
546
|
+
bp3: "(min-width: 1200px)";
|
|
535
547
|
md: "(max-width: 1200px)";
|
|
536
548
|
lg: "(max-width: 1800px)";
|
|
537
549
|
}>, "variant" | "disabled"> & {
|
|
@@ -17,6 +17,7 @@ export declare const NavigationMenubarItemRightSlot: import("@stitches/react/typ
|
|
|
17
17
|
sm: "(max-width: 900px)";
|
|
18
18
|
bp1: "(min-width: 520px)";
|
|
19
19
|
bp2: "(min-width: 900px)";
|
|
20
|
+
bp3: "(min-width: 1200px)";
|
|
20
21
|
md: "(max-width: 1200px)";
|
|
21
22
|
lg: "(max-width: 1800px)";
|
|
22
23
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -28,6 +29,7 @@ export declare const NavigationMenubarItemRightSlot: import("@stitches/react/typ
|
|
|
28
29
|
sm: "(max-width: 900px)";
|
|
29
30
|
bp1: "(min-width: 520px)";
|
|
30
31
|
bp2: "(min-width: 900px)";
|
|
32
|
+
bp3: "(min-width: 1200px)";
|
|
31
33
|
md: "(max-width: 1200px)";
|
|
32
34
|
lg: "(max-width: 1800px)";
|
|
33
35
|
}, {
|
|
@@ -93,6 +95,15 @@ export declare const NavigationMenubarItemRightSlot: import("@stitches/react/typ
|
|
|
93
95
|
tooltip: string;
|
|
94
96
|
tooltip2: string;
|
|
95
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;
|
|
96
107
|
};
|
|
97
108
|
space: {
|
|
98
109
|
1: string;
|
|
@@ -505,6 +516,7 @@ export declare const NavigationMenubarItem: import("@stitches/react/types/styled
|
|
|
505
516
|
sm: "(max-width: 900px)";
|
|
506
517
|
bp1: "(min-width: 520px)";
|
|
507
518
|
bp2: "(min-width: 900px)";
|
|
519
|
+
bp3: "(min-width: 1200px)";
|
|
508
520
|
md: "(max-width: 1200px)";
|
|
509
521
|
lg: "(max-width: 1800px)";
|
|
510
522
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -516,6 +528,7 @@ export declare const NavigationMenubarItem: import("@stitches/react/types/styled
|
|
|
516
528
|
sm: "(max-width: 900px)";
|
|
517
529
|
bp1: "(min-width: 520px)";
|
|
518
530
|
bp2: "(min-width: 900px)";
|
|
531
|
+
bp3: "(min-width: 1200px)";
|
|
519
532
|
md: "(max-width: 1200px)";
|
|
520
533
|
lg: "(max-width: 1800px)";
|
|
521
534
|
}, {
|
|
@@ -581,6 +594,15 @@ export declare const NavigationMenubarItem: import("@stitches/react/types/styled
|
|
|
581
594
|
tooltip: string;
|
|
582
595
|
tooltip2: string;
|
|
583
596
|
skeletonBg: string;
|
|
597
|
+
purpleLight: string;
|
|
598
|
+
purpleLightHover: string;
|
|
599
|
+
tealDark: string;
|
|
600
|
+
purpleDark: string;
|
|
601
|
+
grayMedium: string;
|
|
602
|
+
};
|
|
603
|
+
fonts: {
|
|
604
|
+
sans: string;
|
|
605
|
+
mono: string;
|
|
584
606
|
};
|
|
585
607
|
space: {
|
|
586
608
|
1: string;
|
|
@@ -993,6 +1015,7 @@ export declare const NavigationMenubarContent: import("@stitches/react/types/sty
|
|
|
993
1015
|
sm: "(max-width: 900px)";
|
|
994
1016
|
bp1: "(min-width: 520px)";
|
|
995
1017
|
bp2: "(min-width: 900px)";
|
|
1018
|
+
bp3: "(min-width: 1200px)";
|
|
996
1019
|
md: "(max-width: 1200px)";
|
|
997
1020
|
lg: "(max-width: 1800px)";
|
|
998
1021
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1004,6 +1027,7 @@ export declare const NavigationMenubarContent: import("@stitches/react/types/sty
|
|
|
1004
1027
|
sm: "(max-width: 900px)";
|
|
1005
1028
|
bp1: "(min-width: 520px)";
|
|
1006
1029
|
bp2: "(min-width: 900px)";
|
|
1030
|
+
bp3: "(min-width: 1200px)";
|
|
1007
1031
|
md: "(max-width: 1200px)";
|
|
1008
1032
|
lg: "(max-width: 1800px)";
|
|
1009
1033
|
}, {
|
|
@@ -1069,6 +1093,15 @@ export declare const NavigationMenubarContent: import("@stitches/react/types/sty
|
|
|
1069
1093
|
tooltip: string;
|
|
1070
1094
|
tooltip2: string;
|
|
1071
1095
|
skeletonBg: string;
|
|
1096
|
+
purpleLight: string;
|
|
1097
|
+
purpleLightHover: string;
|
|
1098
|
+
tealDark: string;
|
|
1099
|
+
purpleDark: string;
|
|
1100
|
+
grayMedium: string;
|
|
1101
|
+
};
|
|
1102
|
+
fonts: {
|
|
1103
|
+
sans: string;
|
|
1104
|
+
mono: string;
|
|
1072
1105
|
};
|
|
1073
1106
|
space: {
|
|
1074
1107
|
1: string;
|
|
@@ -1481,6 +1514,7 @@ export declare const NavigationMenubarTrigger: import("@stitches/react/types/sty
|
|
|
1481
1514
|
sm: "(max-width: 900px)";
|
|
1482
1515
|
bp1: "(min-width: 520px)";
|
|
1483
1516
|
bp2: "(min-width: 900px)";
|
|
1517
|
+
bp3: "(min-width: 1200px)";
|
|
1484
1518
|
md: "(max-width: 1200px)";
|
|
1485
1519
|
lg: "(max-width: 1800px)";
|
|
1486
1520
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1492,6 +1526,7 @@ export declare const NavigationMenubarTrigger: import("@stitches/react/types/sty
|
|
|
1492
1526
|
sm: "(max-width: 900px)";
|
|
1493
1527
|
bp1: "(min-width: 520px)";
|
|
1494
1528
|
bp2: "(min-width: 900px)";
|
|
1529
|
+
bp3: "(min-width: 1200px)";
|
|
1495
1530
|
md: "(max-width: 1200px)";
|
|
1496
1531
|
lg: "(max-width: 1800px)";
|
|
1497
1532
|
}, {
|
|
@@ -1557,6 +1592,15 @@ export declare const NavigationMenubarTrigger: import("@stitches/react/types/sty
|
|
|
1557
1592
|
tooltip: string;
|
|
1558
1593
|
tooltip2: string;
|
|
1559
1594
|
skeletonBg: string;
|
|
1595
|
+
purpleLight: string;
|
|
1596
|
+
purpleLightHover: string;
|
|
1597
|
+
tealDark: string;
|
|
1598
|
+
purpleDark: string;
|
|
1599
|
+
grayMedium: string;
|
|
1600
|
+
};
|
|
1601
|
+
fonts: {
|
|
1602
|
+
sans: string;
|
|
1603
|
+
mono: string;
|
|
1560
1604
|
};
|
|
1561
1605
|
space: {
|
|
1562
1606
|
1: string;
|
|
@@ -1969,6 +2013,7 @@ export declare const NavigationMenubarRoot: import("@stitches/react/types/styled
|
|
|
1969
2013
|
sm: "(max-width: 900px)";
|
|
1970
2014
|
bp1: "(min-width: 520px)";
|
|
1971
2015
|
bp2: "(min-width: 900px)";
|
|
2016
|
+
bp3: "(min-width: 1200px)";
|
|
1972
2017
|
md: "(max-width: 1200px)";
|
|
1973
2018
|
lg: "(max-width: 1800px)";
|
|
1974
2019
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1980,6 +2025,7 @@ export declare const NavigationMenubarRoot: import("@stitches/react/types/styled
|
|
|
1980
2025
|
sm: "(max-width: 900px)";
|
|
1981
2026
|
bp1: "(min-width: 520px)";
|
|
1982
2027
|
bp2: "(min-width: 900px)";
|
|
2028
|
+
bp3: "(min-width: 1200px)";
|
|
1983
2029
|
md: "(max-width: 1200px)";
|
|
1984
2030
|
lg: "(max-width: 1800px)";
|
|
1985
2031
|
}, {
|
|
@@ -2045,6 +2091,15 @@ export declare const NavigationMenubarRoot: import("@stitches/react/types/styled
|
|
|
2045
2091
|
tooltip: string;
|
|
2046
2092
|
tooltip2: string;
|
|
2047
2093
|
skeletonBg: string;
|
|
2094
|
+
purpleLight: string;
|
|
2095
|
+
purpleLightHover: string;
|
|
2096
|
+
tealDark: string;
|
|
2097
|
+
purpleDark: string;
|
|
2098
|
+
grayMedium: string;
|
|
2099
|
+
};
|
|
2100
|
+
fonts: {
|
|
2101
|
+
sans: string;
|
|
2102
|
+
mono: string;
|
|
2048
2103
|
};
|
|
2049
2104
|
space: {
|
|
2050
2105
|
1: string;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare type ScoreGrade = "A" | "B" | "C" | "D" | "F";
|
|
2
|
+
export interface ScoreBadgeProps {
|
|
3
|
+
/** Letter grade from charon test (A–F). Omit or pass undefined to show an empty state. */
|
|
4
|
+
score?: string;
|
|
5
|
+
}
|
|
6
|
+
export declare const ScoreBadge: ({ score }: ScoreBadgeProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -9,6 +9,7 @@ export declare const Separator: 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 Separator: 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 Separator: 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;
|
|
@@ -9,6 +9,7 @@ export declare const Skeleton: 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 Skeleton: 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 Skeleton: 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;
|
|
@@ -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" | "obolGold" | "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" | "purpleLight" | "purpleLightHover" | "tealDark" | "purpleDark" | "grayMedium" | undefined;
|
|
4
4
|
size?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
5
5
|
}, {
|
|
6
6
|
motion: "(prefers-reduced-motion)";
|
|
@@ -11,6 +11,7 @@ export declare const Spin: import("@stitches/react/types/styled-component").Styl
|
|
|
11
11
|
sm: "(max-width: 900px)";
|
|
12
12
|
bp1: "(min-width: 520px)";
|
|
13
13
|
bp2: "(min-width: 900px)";
|
|
14
|
+
bp3: "(min-width: 1200px)";
|
|
14
15
|
md: "(max-width: 1200px)";
|
|
15
16
|
lg: "(max-width: 1800px)";
|
|
16
17
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -22,6 +23,7 @@ export declare const Spin: import("@stitches/react/types/styled-component").Styl
|
|
|
22
23
|
sm: "(max-width: 900px)";
|
|
23
24
|
bp1: "(min-width: 520px)";
|
|
24
25
|
bp2: "(min-width: 900px)";
|
|
26
|
+
bp3: "(min-width: 1200px)";
|
|
25
27
|
md: "(max-width: 1200px)";
|
|
26
28
|
lg: "(max-width: 1800px)";
|
|
27
29
|
}, {
|
|
@@ -87,6 +89,15 @@ export declare const Spin: import("@stitches/react/types/styled-component").Styl
|
|
|
87
89
|
tooltip: string;
|
|
88
90
|
tooltip2: string;
|
|
89
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;
|
|
90
101
|
};
|
|
91
102
|
space: {
|
|
92
103
|
1: string;
|