@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
|
@@ -9,6 +9,7 @@ export declare const Root: 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 Root: 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 Root: 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;
|
|
@@ -497,6 +508,7 @@ export declare const Item: import("@stitches/react/types/styled-component").Styl
|
|
|
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 Item: import("@stitches/react/types/styled-component").Styl
|
|
|
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 Item: import("@stitches/react/types/styled-component").Styl
|
|
|
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;
|
|
@@ -15,6 +15,7 @@ export declare const AdvisoryToggleItem: import("@stitches/react/types/styled-co
|
|
|
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 AdvisoryToggleItem: import("@stitches/react/types/styled-co
|
|
|
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 AdvisoryToggleItem: import("@stitches/react/types/styled-co
|
|
|
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;
|
|
@@ -502,6 +513,7 @@ export declare const AdvisoryToggleItem: import("@stitches/react/types/styled-co
|
|
|
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 AdvisoryToggleItem: import("@stitches/react/types/styled-co
|
|
|
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 AdvisoryToggleItem: import("@stitches/react/types/styled-co
|
|
|
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;
|
|
@@ -24,6 +24,7 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
|
|
|
24
24
|
sm: "(max-width: 900px)";
|
|
25
25
|
bp1: "(min-width: 520px)";
|
|
26
26
|
bp2: "(min-width: 900px)";
|
|
27
|
+
bp3: "(min-width: 1200px)";
|
|
27
28
|
md: "(max-width: 1200px)";
|
|
28
29
|
lg: "(max-width: 1800px)";
|
|
29
30
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -35,6 +36,7 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
|
|
|
35
36
|
sm: "(max-width: 900px)";
|
|
36
37
|
bp1: "(min-width: 520px)";
|
|
37
38
|
bp2: "(min-width: 900px)";
|
|
39
|
+
bp3: "(min-width: 1200px)";
|
|
38
40
|
md: "(max-width: 1200px)";
|
|
39
41
|
lg: "(max-width: 1800px)";
|
|
40
42
|
}, {
|
|
@@ -100,6 +102,15 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
|
|
|
100
102
|
tooltip: string;
|
|
101
103
|
tooltip2: string;
|
|
102
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;
|
|
103
114
|
};
|
|
104
115
|
space: {
|
|
105
116
|
1: string;
|
|
@@ -511,6 +522,7 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
|
|
|
511
522
|
sm: "(max-width: 900px)";
|
|
512
523
|
bp1: "(min-width: 520px)";
|
|
513
524
|
bp2: "(min-width: 900px)";
|
|
525
|
+
bp3: "(min-width: 1200px)";
|
|
514
526
|
md: "(max-width: 1200px)";
|
|
515
527
|
lg: "(max-width: 1800px)";
|
|
516
528
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -522,6 +534,7 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
|
|
|
522
534
|
sm: "(max-width: 900px)";
|
|
523
535
|
bp1: "(min-width: 520px)";
|
|
524
536
|
bp2: "(min-width: 900px)";
|
|
537
|
+
bp3: "(min-width: 1200px)";
|
|
525
538
|
md: "(max-width: 1200px)";
|
|
526
539
|
lg: "(max-width: 1800px)";
|
|
527
540
|
}, {
|
|
@@ -587,6 +600,15 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
|
|
|
587
600
|
tooltip: string;
|
|
588
601
|
tooltip2: string;
|
|
589
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;
|
|
590
612
|
};
|
|
591
613
|
space: {
|
|
592
614
|
1: string;
|
|
@@ -999,6 +1021,7 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
|
|
|
999
1021
|
sm: "(max-width: 900px)";
|
|
1000
1022
|
bp1: "(min-width: 520px)";
|
|
1001
1023
|
bp2: "(min-width: 900px)";
|
|
1024
|
+
bp3: "(min-width: 1200px)";
|
|
1002
1025
|
md: "(max-width: 1200px)";
|
|
1003
1026
|
lg: "(max-width: 1800px)";
|
|
1004
1027
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1010,6 +1033,7 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
|
|
|
1010
1033
|
sm: "(max-width: 900px)";
|
|
1011
1034
|
bp1: "(min-width: 520px)";
|
|
1012
1035
|
bp2: "(min-width: 900px)";
|
|
1036
|
+
bp3: "(min-width: 1200px)";
|
|
1013
1037
|
md: "(max-width: 1200px)";
|
|
1014
1038
|
lg: "(max-width: 1800px)";
|
|
1015
1039
|
}, {
|
|
@@ -1075,6 +1099,15 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
|
|
|
1075
1099
|
tooltip: string;
|
|
1076
1100
|
tooltip2: string;
|
|
1077
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;
|
|
1078
1111
|
};
|
|
1079
1112
|
space: {
|
|
1080
1113
|
1: string;
|
|
@@ -1490,6 +1523,7 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
|
|
|
1490
1523
|
sm: "(max-width: 900px)";
|
|
1491
1524
|
bp1: "(min-width: 520px)";
|
|
1492
1525
|
bp2: "(min-width: 900px)";
|
|
1526
|
+
bp3: "(min-width: 1200px)";
|
|
1493
1527
|
md: "(max-width: 1200px)";
|
|
1494
1528
|
lg: "(max-width: 1800px)";
|
|
1495
1529
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1501,6 +1535,7 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
|
|
|
1501
1535
|
sm: "(max-width: 900px)";
|
|
1502
1536
|
bp1: "(min-width: 520px)";
|
|
1503
1537
|
bp2: "(min-width: 900px)";
|
|
1538
|
+
bp3: "(min-width: 1200px)";
|
|
1504
1539
|
md: "(max-width: 1200px)";
|
|
1505
1540
|
lg: "(max-width: 1800px)";
|
|
1506
1541
|
}, {
|
|
@@ -1566,6 +1601,15 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
|
|
|
1566
1601
|
tooltip: string;
|
|
1567
1602
|
tooltip2: string;
|
|
1568
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;
|
|
1569
1613
|
};
|
|
1570
1614
|
space: {
|
|
1571
1615
|
1: string;
|
|
@@ -10,6 +10,7 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
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 Dialog: import("@stitches/react/types/styled-component").St
|
|
|
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 Dialog: import("@stitches/react/types/styled-component").St
|
|
|
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;
|
|
@@ -502,6 +513,7 @@ export declare const DialogTitle: import("@stitches/react/types/styled-component
|
|
|
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 DialogTitle: import("@stitches/react/types/styled-component
|
|
|
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 DialogTitle: import("@stitches/react/types/styled-component
|
|
|
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;
|
|
@@ -990,6 +1012,7 @@ export declare const DialogDescription: import("@stitches/react/types/styled-com
|
|
|
990
1012
|
sm: "(max-width: 900px)";
|
|
991
1013
|
bp1: "(min-width: 520px)";
|
|
992
1014
|
bp2: "(min-width: 900px)";
|
|
1015
|
+
bp3: "(min-width: 1200px)";
|
|
993
1016
|
md: "(max-width: 1200px)";
|
|
994
1017
|
lg: "(max-width: 1800px)";
|
|
995
1018
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1001,6 +1024,7 @@ export declare const DialogDescription: import("@stitches/react/types/styled-com
|
|
|
1001
1024
|
sm: "(max-width: 900px)";
|
|
1002
1025
|
bp1: "(min-width: 520px)";
|
|
1003
1026
|
bp2: "(min-width: 900px)";
|
|
1027
|
+
bp3: "(min-width: 1200px)";
|
|
1004
1028
|
md: "(max-width: 1200px)";
|
|
1005
1029
|
lg: "(max-width: 1800px)";
|
|
1006
1030
|
}, {
|
|
@@ -1066,6 +1090,15 @@ export declare const DialogDescription: import("@stitches/react/types/styled-com
|
|
|
1066
1090
|
tooltip: string;
|
|
1067
1091
|
tooltip2: string;
|
|
1068
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;
|
|
1069
1102
|
};
|
|
1070
1103
|
space: {
|
|
1071
1104
|
1: string;
|
|
@@ -1479,6 +1512,7 @@ export declare const DialogStyledContent: import("@stitches/react/types/styled-c
|
|
|
1479
1512
|
sm: "(max-width: 900px)";
|
|
1480
1513
|
bp1: "(min-width: 520px)";
|
|
1481
1514
|
bp2: "(min-width: 900px)";
|
|
1515
|
+
bp3: "(min-width: 1200px)";
|
|
1482
1516
|
md: "(max-width: 1200px)";
|
|
1483
1517
|
lg: "(max-width: 1800px)";
|
|
1484
1518
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1490,6 +1524,7 @@ export declare const DialogStyledContent: import("@stitches/react/types/styled-c
|
|
|
1490
1524
|
sm: "(max-width: 900px)";
|
|
1491
1525
|
bp1: "(min-width: 520px)";
|
|
1492
1526
|
bp2: "(min-width: 900px)";
|
|
1527
|
+
bp3: "(min-width: 1200px)";
|
|
1493
1528
|
md: "(max-width: 1200px)";
|
|
1494
1529
|
lg: "(max-width: 1800px)";
|
|
1495
1530
|
}, {
|
|
@@ -1555,6 +1590,15 @@ export declare const DialogStyledContent: import("@stitches/react/types/styled-c
|
|
|
1555
1590
|
tooltip: string;
|
|
1556
1591
|
tooltip2: string;
|
|
1557
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;
|
|
1558
1602
|
};
|
|
1559
1603
|
space: {
|
|
1560
1604
|
1: string;
|
|
@@ -1967,6 +2011,7 @@ export declare const DialogOverlay: import("@stitches/react/types/styled-compone
|
|
|
1967
2011
|
sm: "(max-width: 900px)";
|
|
1968
2012
|
bp1: "(min-width: 520px)";
|
|
1969
2013
|
bp2: "(min-width: 900px)";
|
|
2014
|
+
bp3: "(min-width: 1200px)";
|
|
1970
2015
|
md: "(max-width: 1200px)";
|
|
1971
2016
|
lg: "(max-width: 1800px)";
|
|
1972
2017
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1978,6 +2023,7 @@ export declare const DialogOverlay: import("@stitches/react/types/styled-compone
|
|
|
1978
2023
|
sm: "(max-width: 900px)";
|
|
1979
2024
|
bp1: "(min-width: 520px)";
|
|
1980
2025
|
bp2: "(min-width: 900px)";
|
|
2026
|
+
bp3: "(min-width: 1200px)";
|
|
1981
2027
|
md: "(max-width: 1200px)";
|
|
1982
2028
|
lg: "(max-width: 1800px)";
|
|
1983
2029
|
}, {
|
|
@@ -2043,6 +2089,15 @@ export declare const DialogOverlay: import("@stitches/react/types/styled-compone
|
|
|
2043
2089
|
tooltip: string;
|
|
2044
2090
|
tooltip2: string;
|
|
2045
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;
|
|
2046
2101
|
};
|
|
2047
2102
|
space: {
|
|
2048
2103
|
1: string;
|
|
@@ -2456,6 +2511,7 @@ export declare const DialogIconButton: import("@stitches/react/types/styled-comp
|
|
|
2456
2511
|
sm: "(max-width: 900px)";
|
|
2457
2512
|
bp1: "(min-width: 520px)";
|
|
2458
2513
|
bp2: "(min-width: 900px)";
|
|
2514
|
+
bp3: "(min-width: 1200px)";
|
|
2459
2515
|
md: "(max-width: 1200px)";
|
|
2460
2516
|
lg: "(max-width: 1800px)";
|
|
2461
2517
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -2467,6 +2523,7 @@ export declare const DialogIconButton: import("@stitches/react/types/styled-comp
|
|
|
2467
2523
|
sm: "(max-width: 900px)";
|
|
2468
2524
|
bp1: "(min-width: 520px)";
|
|
2469
2525
|
bp2: "(min-width: 900px)";
|
|
2526
|
+
bp3: "(min-width: 1200px)";
|
|
2470
2527
|
md: "(max-width: 1200px)";
|
|
2471
2528
|
lg: "(max-width: 1800px)";
|
|
2472
2529
|
}, {
|
|
@@ -2532,6 +2589,15 @@ export declare const DialogIconButton: import("@stitches/react/types/styled-comp
|
|
|
2532
2589
|
tooltip: string;
|
|
2533
2590
|
tooltip2: string;
|
|
2534
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;
|
|
2535
2601
|
};
|
|
2536
2602
|
space: {
|
|
2537
2603
|
1: string;
|
|
@@ -8,6 +8,7 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
|
|
|
8
8
|
sm: "(max-width: 900px)";
|
|
9
9
|
bp1: "(min-width: 520px)";
|
|
10
10
|
bp2: "(min-width: 900px)";
|
|
11
|
+
bp3: "(min-width: 1200px)";
|
|
11
12
|
md: "(max-width: 1200px)";
|
|
12
13
|
lg: "(max-width: 1800px)";
|
|
13
14
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -19,6 +20,7 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
|
|
|
19
20
|
sm: "(max-width: 900px)";
|
|
20
21
|
bp1: "(min-width: 520px)";
|
|
21
22
|
bp2: "(min-width: 900px)";
|
|
23
|
+
bp3: "(min-width: 1200px)";
|
|
22
24
|
md: "(max-width: 1200px)";
|
|
23
25
|
lg: "(max-width: 1800px)";
|
|
24
26
|
}, {
|
|
@@ -84,6 +86,15 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
|
|
|
84
86
|
tooltip: string;
|
|
85
87
|
tooltip2: string;
|
|
86
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;
|
|
87
98
|
};
|
|
88
99
|
space: {
|
|
89
100
|
1: string;
|
|
@@ -495,6 +506,7 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
|
|
|
495
506
|
sm: "(max-width: 900px)";
|
|
496
507
|
bp1: "(min-width: 520px)";
|
|
497
508
|
bp2: "(min-width: 900px)";
|
|
509
|
+
bp3: "(min-width: 1200px)";
|
|
498
510
|
md: "(max-width: 1200px)";
|
|
499
511
|
lg: "(max-width: 1800px)";
|
|
500
512
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -506,6 +518,7 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
|
|
|
506
518
|
sm: "(max-width: 900px)";
|
|
507
519
|
bp1: "(min-width: 520px)";
|
|
508
520
|
bp2: "(min-width: 900px)";
|
|
521
|
+
bp3: "(min-width: 1200px)";
|
|
509
522
|
md: "(max-width: 1200px)";
|
|
510
523
|
lg: "(max-width: 1800px)";
|
|
511
524
|
}, {
|
|
@@ -571,6 +584,15 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
|
|
|
571
584
|
tooltip: string;
|
|
572
585
|
tooltip2: string;
|
|
573
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;
|
|
574
596
|
};
|
|
575
597
|
space: {
|
|
576
598
|
1: string;
|
|
@@ -10,6 +10,7 @@ export declare const RadioGroupRadio: 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 RadioGroupRadio: 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 RadioGroupRadio: 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 RadioGroupIndicator: import("@stitches/react/types/styled-c
|
|
|
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 RadioGroupIndicator: import("@stitches/react/types/styled-c
|
|
|
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 RadioGroupIndicator: import("@stitches/react/types/styled-c
|
|
|
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;
|
|
@@ -986,6 +1008,7 @@ export declare const RadioGroupItemLabel: import("@stitches/react/types/styled-c
|
|
|
986
1008
|
sm: "(max-width: 900px)";
|
|
987
1009
|
bp1: "(min-width: 520px)";
|
|
988
1010
|
bp2: "(min-width: 900px)";
|
|
1011
|
+
bp3: "(min-width: 1200px)";
|
|
989
1012
|
md: "(max-width: 1200px)";
|
|
990
1013
|
lg: "(max-width: 1800px)";
|
|
991
1014
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -997,6 +1020,7 @@ export declare const RadioGroupItemLabel: import("@stitches/react/types/styled-c
|
|
|
997
1020
|
sm: "(max-width: 900px)";
|
|
998
1021
|
bp1: "(min-width: 520px)";
|
|
999
1022
|
bp2: "(min-width: 900px)";
|
|
1023
|
+
bp3: "(min-width: 1200px)";
|
|
1000
1024
|
md: "(max-width: 1200px)";
|
|
1001
1025
|
lg: "(max-width: 1800px)";
|
|
1002
1026
|
}, {
|
|
@@ -1062,6 +1086,15 @@ export declare const RadioGroupItemLabel: import("@stitches/react/types/styled-c
|
|
|
1062
1086
|
tooltip: string;
|
|
1063
1087
|
tooltip2: string;
|
|
1064
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;
|
|
1065
1098
|
};
|
|
1066
1099
|
space: {
|
|
1067
1100
|
1: string;
|
|
@@ -18,6 +18,7 @@ export declare const ResponsiveDialogStyledContent: import("@stitches/react/type
|
|
|
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 ResponsiveDialogStyledContent: import("@stitches/react/type
|
|
|
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 ResponsiveDialogStyledContent: import("@stitches/react/type
|
|
|
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;
|
|
@@ -506,6 +517,7 @@ export declare const ResponsiveDialogIconButton: import("@stitches/react/types/s
|
|
|
506
517
|
sm: "(max-width: 900px)";
|
|
507
518
|
bp1: "(min-width: 520px)";
|
|
508
519
|
bp2: "(min-width: 900px)";
|
|
520
|
+
bp3: "(min-width: 1200px)";
|
|
509
521
|
md: "(max-width: 1200px)";
|
|
510
522
|
lg: "(max-width: 1800px)";
|
|
511
523
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -517,6 +529,7 @@ export declare const ResponsiveDialogIconButton: import("@stitches/react/types/s
|
|
|
517
529
|
sm: "(max-width: 900px)";
|
|
518
530
|
bp1: "(min-width: 520px)";
|
|
519
531
|
bp2: "(min-width: 900px)";
|
|
532
|
+
bp3: "(min-width: 1200px)";
|
|
520
533
|
md: "(max-width: 1200px)";
|
|
521
534
|
lg: "(max-width: 1800px)";
|
|
522
535
|
}, {
|
|
@@ -582,6 +595,15 @@ export declare const ResponsiveDialogIconButton: import("@stitches/react/types/s
|
|
|
582
595
|
tooltip: string;
|
|
583
596
|
tooltip2: string;
|
|
584
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;
|
|
585
607
|
};
|
|
586
608
|
space: {
|
|
587
609
|
1: string;
|