@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
|
@@ -11,6 +11,7 @@ export declare const ExpandedTableBody: import("@stitches/react/types/styled-com
|
|
|
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 ExpandedTableBody: import("@stitches/react/types/styled-com
|
|
|
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 ExpandedTableBody: import("@stitches/react/types/styled-com
|
|
|
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;
|
|
@@ -499,6 +510,7 @@ export declare const ExpandedTableRow: import("@stitches/react/types/styled-comp
|
|
|
499
510
|
sm: "(max-width: 900px)";
|
|
500
511
|
bp1: "(min-width: 520px)";
|
|
501
512
|
bp2: "(min-width: 900px)";
|
|
513
|
+
bp3: "(min-width: 1200px)";
|
|
502
514
|
md: "(max-width: 1200px)";
|
|
503
515
|
lg: "(max-width: 1800px)";
|
|
504
516
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -510,6 +522,7 @@ export declare const ExpandedTableRow: import("@stitches/react/types/styled-comp
|
|
|
510
522
|
sm: "(max-width: 900px)";
|
|
511
523
|
bp1: "(min-width: 520px)";
|
|
512
524
|
bp2: "(min-width: 900px)";
|
|
525
|
+
bp3: "(min-width: 1200px)";
|
|
513
526
|
md: "(max-width: 1200px)";
|
|
514
527
|
lg: "(max-width: 1800px)";
|
|
515
528
|
}, {
|
|
@@ -575,6 +588,15 @@ export declare const ExpandedTableRow: import("@stitches/react/types/styled-comp
|
|
|
575
588
|
tooltip: string;
|
|
576
589
|
tooltip2: string;
|
|
577
590
|
skeletonBg: string;
|
|
591
|
+
purpleLight: string;
|
|
592
|
+
purpleLightHover: string;
|
|
593
|
+
tealDark: string;
|
|
594
|
+
purpleDark: string;
|
|
595
|
+
grayMedium: string;
|
|
596
|
+
};
|
|
597
|
+
fonts: {
|
|
598
|
+
sans: string;
|
|
599
|
+
mono: string;
|
|
578
600
|
};
|
|
579
601
|
space: {
|
|
580
602
|
1: string;
|
|
@@ -987,6 +1009,7 @@ export declare const ExpandedTableCell: import("@stitches/react/types/styled-com
|
|
|
987
1009
|
sm: "(max-width: 900px)";
|
|
988
1010
|
bp1: "(min-width: 520px)";
|
|
989
1011
|
bp2: "(min-width: 900px)";
|
|
1012
|
+
bp3: "(min-width: 1200px)";
|
|
990
1013
|
md: "(max-width: 1200px)";
|
|
991
1014
|
lg: "(max-width: 1800px)";
|
|
992
1015
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -998,6 +1021,7 @@ export declare const ExpandedTableCell: import("@stitches/react/types/styled-com
|
|
|
998
1021
|
sm: "(max-width: 900px)";
|
|
999
1022
|
bp1: "(min-width: 520px)";
|
|
1000
1023
|
bp2: "(min-width: 900px)";
|
|
1024
|
+
bp3: "(min-width: 1200px)";
|
|
1001
1025
|
md: "(max-width: 1200px)";
|
|
1002
1026
|
lg: "(max-width: 1800px)";
|
|
1003
1027
|
}, {
|
|
@@ -1063,6 +1087,15 @@ export declare const ExpandedTableCell: import("@stitches/react/types/styled-com
|
|
|
1063
1087
|
tooltip: string;
|
|
1064
1088
|
tooltip2: string;
|
|
1065
1089
|
skeletonBg: string;
|
|
1090
|
+
purpleLight: string;
|
|
1091
|
+
purpleLightHover: string;
|
|
1092
|
+
tealDark: string;
|
|
1093
|
+
purpleDark: string;
|
|
1094
|
+
grayMedium: string;
|
|
1095
|
+
};
|
|
1096
|
+
fonts: {
|
|
1097
|
+
sans: string;
|
|
1098
|
+
mono: string;
|
|
1066
1099
|
};
|
|
1067
1100
|
space: {
|
|
1068
1101
|
1: string;
|
|
@@ -1488,6 +1521,7 @@ export declare const ExpandedTable: {
|
|
|
1488
1521
|
sm: "(max-width: 900px)";
|
|
1489
1522
|
bp1: "(min-width: 520px)";
|
|
1490
1523
|
bp2: "(min-width: 900px)";
|
|
1524
|
+
bp3: "(min-width: 1200px)";
|
|
1491
1525
|
md: "(max-width: 1200px)";
|
|
1492
1526
|
lg: "(max-width: 1800px)";
|
|
1493
1527
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1499,6 +1533,7 @@ export declare const ExpandedTable: {
|
|
|
1499
1533
|
sm: "(max-width: 900px)";
|
|
1500
1534
|
bp1: "(min-width: 520px)";
|
|
1501
1535
|
bp2: "(min-width: 900px)";
|
|
1536
|
+
bp3: "(min-width: 1200px)";
|
|
1502
1537
|
md: "(max-width: 1200px)";
|
|
1503
1538
|
lg: "(max-width: 1800px)";
|
|
1504
1539
|
}, {
|
|
@@ -1564,6 +1599,15 @@ export declare const ExpandedTable: {
|
|
|
1564
1599
|
tooltip: string;
|
|
1565
1600
|
tooltip2: string;
|
|
1566
1601
|
skeletonBg: string;
|
|
1602
|
+
purpleLight: string;
|
|
1603
|
+
purpleLightHover: string;
|
|
1604
|
+
tealDark: string;
|
|
1605
|
+
purpleDark: string;
|
|
1606
|
+
grayMedium: string;
|
|
1607
|
+
};
|
|
1608
|
+
fonts: {
|
|
1609
|
+
sans: string;
|
|
1610
|
+
mono: string;
|
|
1567
1611
|
};
|
|
1568
1612
|
space: {
|
|
1569
1613
|
1: string;
|
|
@@ -1976,6 +2020,7 @@ export declare const ExpandedTable: {
|
|
|
1976
2020
|
sm: "(max-width: 900px)";
|
|
1977
2021
|
bp1: "(min-width: 520px)";
|
|
1978
2022
|
bp2: "(min-width: 900px)";
|
|
2023
|
+
bp3: "(min-width: 1200px)";
|
|
1979
2024
|
md: "(max-width: 1200px)";
|
|
1980
2025
|
lg: "(max-width: 1800px)";
|
|
1981
2026
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1987,6 +2032,7 @@ export declare const ExpandedTable: {
|
|
|
1987
2032
|
sm: "(max-width: 900px)";
|
|
1988
2033
|
bp1: "(min-width: 520px)";
|
|
1989
2034
|
bp2: "(min-width: 900px)";
|
|
2035
|
+
bp3: "(min-width: 1200px)";
|
|
1990
2036
|
md: "(max-width: 1200px)";
|
|
1991
2037
|
lg: "(max-width: 1800px)";
|
|
1992
2038
|
}, {
|
|
@@ -2052,6 +2098,15 @@ export declare const ExpandedTable: {
|
|
|
2052
2098
|
tooltip: string;
|
|
2053
2099
|
tooltip2: string;
|
|
2054
2100
|
skeletonBg: string;
|
|
2101
|
+
purpleLight: string;
|
|
2102
|
+
purpleLightHover: string;
|
|
2103
|
+
tealDark: string;
|
|
2104
|
+
purpleDark: string;
|
|
2105
|
+
grayMedium: string;
|
|
2106
|
+
};
|
|
2107
|
+
fonts: {
|
|
2108
|
+
sans: string;
|
|
2109
|
+
mono: string;
|
|
2055
2110
|
};
|
|
2056
2111
|
space: {
|
|
2057
2112
|
1: string;
|
|
@@ -2464,6 +2519,7 @@ export declare const ExpandedTable: {
|
|
|
2464
2519
|
sm: "(max-width: 900px)";
|
|
2465
2520
|
bp1: "(min-width: 520px)";
|
|
2466
2521
|
bp2: "(min-width: 900px)";
|
|
2522
|
+
bp3: "(min-width: 1200px)";
|
|
2467
2523
|
md: "(max-width: 1200px)";
|
|
2468
2524
|
lg: "(max-width: 1800px)";
|
|
2469
2525
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -2475,6 +2531,7 @@ export declare const ExpandedTable: {
|
|
|
2475
2531
|
sm: "(max-width: 900px)";
|
|
2476
2532
|
bp1: "(min-width: 520px)";
|
|
2477
2533
|
bp2: "(min-width: 900px)";
|
|
2534
|
+
bp3: "(min-width: 1200px)";
|
|
2478
2535
|
md: "(max-width: 1200px)";
|
|
2479
2536
|
lg: "(max-width: 1800px)";
|
|
2480
2537
|
}, {
|
|
@@ -2540,6 +2597,15 @@ export declare const ExpandedTable: {
|
|
|
2540
2597
|
tooltip: string;
|
|
2541
2598
|
tooltip2: string;
|
|
2542
2599
|
skeletonBg: string;
|
|
2600
|
+
purpleLight: string;
|
|
2601
|
+
purpleLightHover: string;
|
|
2602
|
+
tealDark: string;
|
|
2603
|
+
purpleDark: string;
|
|
2604
|
+
grayMedium: string;
|
|
2605
|
+
};
|
|
2606
|
+
fonts: {
|
|
2607
|
+
sans: string;
|
|
2608
|
+
mono: string;
|
|
2543
2609
|
};
|
|
2544
2610
|
space: {
|
|
2545
2611
|
1: string;
|
|
@@ -9,6 +9,7 @@ export declare const Tabs: 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 Tabs: 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 Tabs: 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 TabsList: 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 TabsList: 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 TabsList: 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;
|
|
@@ -987,6 +1009,7 @@ export declare const TabsTrigger: import("@stitches/react/types/styled-component
|
|
|
987
1009
|
sm: "(max-width: 900px)";
|
|
988
1010
|
bp1: "(min-width: 520px)";
|
|
989
1011
|
bp2: "(min-width: 900px)";
|
|
1012
|
+
bp3: "(min-width: 1200px)";
|
|
990
1013
|
md: "(max-width: 1200px)";
|
|
991
1014
|
lg: "(max-width: 1800px)";
|
|
992
1015
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -998,6 +1021,7 @@ export declare const TabsTrigger: import("@stitches/react/types/styled-component
|
|
|
998
1021
|
sm: "(max-width: 900px)";
|
|
999
1022
|
bp1: "(min-width: 520px)";
|
|
1000
1023
|
bp2: "(min-width: 900px)";
|
|
1024
|
+
bp3: "(min-width: 1200px)";
|
|
1001
1025
|
md: "(max-width: 1200px)";
|
|
1002
1026
|
lg: "(max-width: 1800px)";
|
|
1003
1027
|
}, {
|
|
@@ -1063,6 +1087,15 @@ export declare const TabsTrigger: import("@stitches/react/types/styled-component
|
|
|
1063
1087
|
tooltip: string;
|
|
1064
1088
|
tooltip2: string;
|
|
1065
1089
|
skeletonBg: string;
|
|
1090
|
+
purpleLight: string;
|
|
1091
|
+
purpleLightHover: string;
|
|
1092
|
+
tealDark: string;
|
|
1093
|
+
purpleDark: string;
|
|
1094
|
+
grayMedium: string;
|
|
1095
|
+
};
|
|
1096
|
+
fonts: {
|
|
1097
|
+
sans: string;
|
|
1098
|
+
mono: string;
|
|
1066
1099
|
};
|
|
1067
1100
|
space: {
|
|
1068
1101
|
1: string;
|
|
@@ -1475,6 +1508,7 @@ export declare const TabsContent: import("@stitches/react/types/styled-component
|
|
|
1475
1508
|
sm: "(max-width: 900px)";
|
|
1476
1509
|
bp1: "(min-width: 520px)";
|
|
1477
1510
|
bp2: "(min-width: 900px)";
|
|
1511
|
+
bp3: "(min-width: 1200px)";
|
|
1478
1512
|
md: "(max-width: 1200px)";
|
|
1479
1513
|
lg: "(max-width: 1800px)";
|
|
1480
1514
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1486,6 +1520,7 @@ export declare const TabsContent: import("@stitches/react/types/styled-component
|
|
|
1486
1520
|
sm: "(max-width: 900px)";
|
|
1487
1521
|
bp1: "(min-width: 520px)";
|
|
1488
1522
|
bp2: "(min-width: 900px)";
|
|
1523
|
+
bp3: "(min-width: 1200px)";
|
|
1489
1524
|
md: "(max-width: 1200px)";
|
|
1490
1525
|
lg: "(max-width: 1800px)";
|
|
1491
1526
|
}, {
|
|
@@ -1551,6 +1586,15 @@ export declare const TabsContent: import("@stitches/react/types/styled-component
|
|
|
1551
1586
|
tooltip: string;
|
|
1552
1587
|
tooltip2: string;
|
|
1553
1588
|
skeletonBg: string;
|
|
1589
|
+
purpleLight: string;
|
|
1590
|
+
purpleLightHover: string;
|
|
1591
|
+
tealDark: string;
|
|
1592
|
+
purpleDark: string;
|
|
1593
|
+
grayMedium: string;
|
|
1594
|
+
};
|
|
1595
|
+
fonts: {
|
|
1596
|
+
sans: string;
|
|
1597
|
+
mono: string;
|
|
1554
1598
|
};
|
|
1555
1599
|
space: {
|
|
1556
1600
|
1: string;
|
|
@@ -60,6 +60,11 @@ declare const COLORS: {
|
|
|
60
60
|
tooltip: import("@stitches/react/types/theme").Token<"tooltip", string, "colors", "">;
|
|
61
61
|
tooltip2: import("@stitches/react/types/theme").Token<"tooltip2", string, "colors", "">;
|
|
62
62
|
skeletonBg: import("@stitches/react/types/theme").Token<"skeletonBg", string, "colors", "">;
|
|
63
|
+
purpleLight: import("@stitches/react/types/theme").Token<"purpleLight", string, "colors", "">;
|
|
64
|
+
purpleLightHover: import("@stitches/react/types/theme").Token<"purpleLightHover", string, "colors", "">;
|
|
65
|
+
tealDark: import("@stitches/react/types/theme").Token<"tealDark", string, "colors", "">;
|
|
66
|
+
purpleDark: import("@stitches/react/types/theme").Token<"purpleDark", string, "colors", "">;
|
|
67
|
+
grayMedium: import("@stitches/react/types/theme").Token<"grayMedium", string, "colors", "">;
|
|
63
68
|
};
|
|
64
69
|
declare type MappedColor = {
|
|
65
70
|
[K in keyof typeof COLORS]: {
|
|
@@ -7,6 +7,7 @@ export declare const GlowIcon: 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 GlowIcon: 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 GlowIcon: 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;
|