@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
|
@@ -6,6 +6,7 @@ export declare const mediaQueryKeys: {
|
|
|
6
6
|
readonly sm: "(max-width: 900px)";
|
|
7
7
|
readonly bp1: "(min-width: 520px)";
|
|
8
8
|
readonly bp2: "(min-width: 900px)";
|
|
9
|
+
readonly bp3: "(min-width: 1200px)";
|
|
9
10
|
readonly md: "(max-width: 1200px)";
|
|
10
11
|
readonly lg: "(max-width: 1800px)";
|
|
11
12
|
};
|
|
@@ -20,6 +21,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
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 styled: <Type extends import("@stitches/react/types/util").
|
|
|
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;
|
|
@@ -427,6 +438,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
427
438
|
sm: "(max-width: 900px)";
|
|
428
439
|
bp1: "(min-width: 520px)";
|
|
429
440
|
bp2: "(min-width: 900px)";
|
|
441
|
+
bp3: "(min-width: 1200px)";
|
|
430
442
|
md: "(max-width: 1200px)";
|
|
431
443
|
lg: "(max-width: 1800px)";
|
|
432
444
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -438,6 +450,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
438
450
|
sm: "(max-width: 900px)";
|
|
439
451
|
bp1: "(min-width: 520px)";
|
|
440
452
|
bp2: "(min-width: 900px)";
|
|
453
|
+
bp3: "(min-width: 1200px)";
|
|
441
454
|
md: "(max-width: 1200px)";
|
|
442
455
|
lg: "(max-width: 1800px)";
|
|
443
456
|
}, {
|
|
@@ -503,6 +516,15 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
503
516
|
tooltip: string;
|
|
504
517
|
tooltip2: string;
|
|
505
518
|
skeletonBg: string;
|
|
519
|
+
purpleLight: string;
|
|
520
|
+
purpleLightHover: string;
|
|
521
|
+
tealDark: string;
|
|
522
|
+
purpleDark: string;
|
|
523
|
+
grayMedium: string;
|
|
524
|
+
};
|
|
525
|
+
fonts: {
|
|
526
|
+
sans: string;
|
|
527
|
+
mono: string;
|
|
506
528
|
};
|
|
507
529
|
space: {
|
|
508
530
|
1: string;
|
|
@@ -836,6 +858,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
836
858
|
sm: "(max-width: 900px)";
|
|
837
859
|
bp1: "(min-width: 520px)";
|
|
838
860
|
bp2: "(min-width: 900px)";
|
|
861
|
+
bp3: "(min-width: 1200px)";
|
|
839
862
|
md: "(max-width: 1200px)";
|
|
840
863
|
lg: "(max-width: 1800px)";
|
|
841
864
|
}, {
|
|
@@ -901,6 +924,15 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
901
924
|
tooltip: string;
|
|
902
925
|
tooltip2: string;
|
|
903
926
|
skeletonBg: string;
|
|
927
|
+
purpleLight: string;
|
|
928
|
+
purpleLightHover: string;
|
|
929
|
+
tealDark: string;
|
|
930
|
+
purpleDark: string;
|
|
931
|
+
grayMedium: string;
|
|
932
|
+
};
|
|
933
|
+
fonts: {
|
|
934
|
+
sans: string;
|
|
935
|
+
mono: string;
|
|
904
936
|
};
|
|
905
937
|
space: {
|
|
906
938
|
1: string;
|
|
@@ -1243,6 +1275,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
1243
1275
|
sm: "(max-width: 900px)";
|
|
1244
1276
|
bp1: "(min-width: 520px)";
|
|
1245
1277
|
bp2: "(min-width: 900px)";
|
|
1278
|
+
bp3: "(min-width: 1200px)";
|
|
1246
1279
|
md: "(max-width: 1200px)";
|
|
1247
1280
|
lg: "(max-width: 1800px)";
|
|
1248
1281
|
}, CSS_1>, globalCss: <Styles extends {
|
|
@@ -1260,6 +1293,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
1260
1293
|
sm: "(max-width: 900px)";
|
|
1261
1294
|
bp1: "(min-width: 520px)";
|
|
1262
1295
|
bp2: "(min-width: 900px)";
|
|
1296
|
+
bp3: "(min-width: 1200px)";
|
|
1263
1297
|
md: "(max-width: 1200px)";
|
|
1264
1298
|
lg: "(max-width: 1800px)";
|
|
1265
1299
|
}, {
|
|
@@ -1325,6 +1359,15 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
1325
1359
|
tooltip: string;
|
|
1326
1360
|
tooltip2: string;
|
|
1327
1361
|
skeletonBg: string;
|
|
1362
|
+
purpleLight: string;
|
|
1363
|
+
purpleLightHover: string;
|
|
1364
|
+
tealDark: string;
|
|
1365
|
+
purpleDark: string;
|
|
1366
|
+
grayMedium: string;
|
|
1367
|
+
};
|
|
1368
|
+
fonts: {
|
|
1369
|
+
sans: string;
|
|
1370
|
+
mono: string;
|
|
1328
1371
|
};
|
|
1329
1372
|
space: {
|
|
1330
1373
|
1: string;
|
|
@@ -1657,6 +1700,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
1657
1700
|
sm: "(max-width: 900px)";
|
|
1658
1701
|
bp1: "(min-width: 520px)";
|
|
1659
1702
|
bp2: "(min-width: 900px)";
|
|
1703
|
+
bp3: "(min-width: 1200px)";
|
|
1660
1704
|
md: "(max-width: 1200px)";
|
|
1661
1705
|
lg: "(max-width: 1800px)";
|
|
1662
1706
|
}, {
|
|
@@ -1722,6 +1766,15 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
1722
1766
|
tooltip: string;
|
|
1723
1767
|
tooltip2: string;
|
|
1724
1768
|
skeletonBg: string;
|
|
1769
|
+
purpleLight: string;
|
|
1770
|
+
purpleLightHover: string;
|
|
1771
|
+
tealDark: string;
|
|
1772
|
+
purpleDark: string;
|
|
1773
|
+
grayMedium: string;
|
|
1774
|
+
};
|
|
1775
|
+
fonts: {
|
|
1776
|
+
sans: string;
|
|
1777
|
+
mono: string;
|
|
1725
1778
|
};
|
|
1726
1779
|
space: {
|
|
1727
1780
|
1: string;
|
|
@@ -2054,6 +2107,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2054
2107
|
sm: "(max-width: 900px)";
|
|
2055
2108
|
bp1: "(min-width: 520px)";
|
|
2056
2109
|
bp2: "(min-width: 900px)";
|
|
2110
|
+
bp3: "(min-width: 1200px)";
|
|
2057
2111
|
md: "(max-width: 1200px)";
|
|
2058
2112
|
lg: "(max-width: 1800px)";
|
|
2059
2113
|
}, {
|
|
@@ -2119,6 +2173,15 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2119
2173
|
tooltip: string;
|
|
2120
2174
|
tooltip2: string;
|
|
2121
2175
|
skeletonBg: string;
|
|
2176
|
+
purpleLight: string;
|
|
2177
|
+
purpleLightHover: string;
|
|
2178
|
+
tealDark: string;
|
|
2179
|
+
purpleDark: string;
|
|
2180
|
+
grayMedium: string;
|
|
2181
|
+
};
|
|
2182
|
+
fonts: {
|
|
2183
|
+
sans: string;
|
|
2184
|
+
mono: string;
|
|
2122
2185
|
};
|
|
2123
2186
|
space: {
|
|
2124
2187
|
1: string;
|
|
@@ -2511,6 +2574,15 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2511
2574
|
tooltip: import("@stitches/react/types/theme").Token<"tooltip", string, "colors", "">;
|
|
2512
2575
|
tooltip2: import("@stitches/react/types/theme").Token<"tooltip2", string, "colors", "">;
|
|
2513
2576
|
skeletonBg: import("@stitches/react/types/theme").Token<"skeletonBg", string, "colors", "">;
|
|
2577
|
+
purpleLight: import("@stitches/react/types/theme").Token<"purpleLight", string, "colors", "">;
|
|
2578
|
+
purpleLightHover: import("@stitches/react/types/theme").Token<"purpleLightHover", string, "colors", "">;
|
|
2579
|
+
tealDark: import("@stitches/react/types/theme").Token<"tealDark", string, "colors", "">;
|
|
2580
|
+
purpleDark: import("@stitches/react/types/theme").Token<"purpleDark", string, "colors", "">;
|
|
2581
|
+
grayMedium: import("@stitches/react/types/theme").Token<"grayMedium", string, "colors", "">;
|
|
2582
|
+
};
|
|
2583
|
+
fonts: {
|
|
2584
|
+
sans: import("@stitches/react/types/theme").Token<"sans", string, "fonts", "">;
|
|
2585
|
+
mono: import("@stitches/react/types/theme").Token<"mono", string, "fonts", "">;
|
|
2514
2586
|
};
|
|
2515
2587
|
space: {
|
|
2516
2588
|
1: import("@stitches/react/types/theme").Token<"1", string, "space", "">;
|
|
@@ -2668,6 +2740,15 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2668
2740
|
tooltip?: string | number | boolean | undefined;
|
|
2669
2741
|
tooltip2?: string | number | boolean | undefined;
|
|
2670
2742
|
skeletonBg?: string | number | boolean | undefined;
|
|
2743
|
+
purpleLight?: string | number | boolean | undefined;
|
|
2744
|
+
purpleLightHover?: string | number | boolean | undefined;
|
|
2745
|
+
tealDark?: string | number | boolean | undefined;
|
|
2746
|
+
purpleDark?: string | number | boolean | undefined;
|
|
2747
|
+
grayMedium?: string | number | boolean | undefined;
|
|
2748
|
+
} | undefined;
|
|
2749
|
+
fonts?: {
|
|
2750
|
+
sans?: string | number | boolean | undefined;
|
|
2751
|
+
mono?: string | number | boolean | undefined;
|
|
2671
2752
|
} | undefined;
|
|
2672
2753
|
space?: {
|
|
2673
2754
|
1?: string | number | boolean | undefined;
|
|
@@ -2830,6 +2911,15 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2830
2911
|
tooltip?: string | number | boolean | undefined;
|
|
2831
2912
|
tooltip2?: string | number | boolean | undefined;
|
|
2832
2913
|
skeletonBg?: string | number | boolean | undefined;
|
|
2914
|
+
purpleLight?: string | number | boolean | undefined;
|
|
2915
|
+
purpleLightHover?: string | number | boolean | undefined;
|
|
2916
|
+
tealDark?: string | number | boolean | undefined;
|
|
2917
|
+
purpleDark?: string | number | boolean | undefined;
|
|
2918
|
+
grayMedium?: string | number | boolean | undefined;
|
|
2919
|
+
} | undefined;
|
|
2920
|
+
fonts?: {
|
|
2921
|
+
sans?: string | number | boolean | undefined;
|
|
2922
|
+
mono?: string | number | boolean | undefined;
|
|
2833
2923
|
} | undefined;
|
|
2834
2924
|
space?: {
|
|
2835
2925
|
1?: string | number | boolean | undefined;
|
|
@@ -2943,6 +3033,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2943
3033
|
sm: "(max-width: 900px)";
|
|
2944
3034
|
bp1: "(min-width: 520px)";
|
|
2945
3035
|
bp2: "(min-width: 900px)";
|
|
3036
|
+
bp3: "(min-width: 1200px)";
|
|
2946
3037
|
md: "(max-width: 1200px)";
|
|
2947
3038
|
lg: "(max-width: 1800px)";
|
|
2948
3039
|
};
|
|
@@ -3009,6 +3100,15 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
3009
3100
|
tooltip: string;
|
|
3010
3101
|
tooltip2: string;
|
|
3011
3102
|
skeletonBg: string;
|
|
3103
|
+
purpleLight: string;
|
|
3104
|
+
purpleLightHover: string;
|
|
3105
|
+
tealDark: string;
|
|
3106
|
+
purpleDark: string;
|
|
3107
|
+
grayMedium: string;
|
|
3108
|
+
};
|
|
3109
|
+
fonts: {
|
|
3110
|
+
sans: string;
|
|
3111
|
+
mono: string;
|
|
3012
3112
|
};
|
|
3013
3113
|
space: {
|
|
3014
3114
|
1: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@obolnetwork/obol-ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.17",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
"eslint-config-next": "^14.1.0",
|
|
69
69
|
"eslint-config-prettier": "^8.6.0",
|
|
70
70
|
"eslint-plugin-storybook": "^0.6.15",
|
|
71
|
-
"figma-api": "^1.10.1",
|
|
72
71
|
"husky": "^9.0.10",
|
|
73
72
|
"jest": "^29.5.0",
|
|
74
73
|
"jest-environment-jsdom": "^29.4.3",
|
|
@@ -84,6 +83,11 @@
|
|
|
84
83
|
"typescript": "~4.7.4",
|
|
85
84
|
"use": "^3.1.1"
|
|
86
85
|
},
|
|
86
|
+
"repository": {
|
|
87
|
+
"type": "git",
|
|
88
|
+
"url": "https://github.com/ObolNetwork/obol-packages.git",
|
|
89
|
+
"directory": "packages/obol-ui"
|
|
90
|
+
},
|
|
87
91
|
"publishConfig": {
|
|
88
92
|
"registry": "https://registry.npmjs.org/",
|
|
89
93
|
"access": "public"
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
|
|
2
|
-
declare type OpenInNewProps = SvgIconProps & {
|
|
3
|
-
iconFillColor?: string;
|
|
4
|
-
};
|
|
5
|
-
export declare const OpenInNew: ({ iconFillColor, css, ...props }: OpenInNewProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export {};
|