@gardenfi/garden-book 0.2.28 → 0.2.30
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/BlogCard/index.d.ts +1 -0
- package/dist/BlogCard/index.js +60 -0
- package/dist/BottomSheet/index.d.ts +1 -0
- package/dist/BottomSheet/index.js +17 -0
- package/dist/Button/ClientOnlyLottie.js +27 -0
- package/dist/Button/index.d.ts +1 -0
- package/dist/Button/index.js +108 -0
- package/dist/Button/spinner.json.js +375 -0
- package/dist/Checkbox/index.d.ts +1 -0
- package/dist/Checkbox/index.js +7 -0
- package/dist/Chip/index.d.ts +1 -0
- package/dist/Chip/index.js +20 -0
- package/dist/ClientOnly/index.js +6 -0
- package/dist/Container/index.d.ts +1 -0
- package/dist/Container/index.js +6 -0
- package/dist/{components/organisms/Footer → Footer}/Footer.d.ts +7 -0
- package/dist/{components/organisms/Footer → Footer}/FooterBackgroundAnimation.d.ts +2 -1
- package/dist/Footer/FooterBackgroundAnimation.js +99 -0
- package/dist/Footer/FooterLink.js +87 -0
- package/dist/Footer/index.d.ts +1 -0
- package/dist/Footer/index.js +401 -0
- package/dist/GradientScroll/index.d.ts +1 -0
- package/dist/GradientScroll/index.js +123 -0
- package/dist/Icons/APIIcon.js +37 -0
- package/dist/Icons/AddIcon.js +16 -0
- package/dist/Icons/ArrowDownwardIcon.js +16 -0
- package/dist/Icons/ArrowEastIcon.js +22 -0
- package/dist/Icons/ArrowInwardIcon.js +37 -0
- package/dist/Icons/ArrowLeftIcon.js +16 -0
- package/dist/Icons/ArrowNorthEastIcon.js +16 -0
- package/dist/Icons/ArrowNorthWestIcon.js +16 -0
- package/dist/Icons/ArrowRightIcon.js +16 -0
- package/dist/Icons/ArrowSouthEastIcon.js +16 -0
- package/dist/Icons/ArrowSouthWestIcon.js +16 -0
- package/dist/Icons/ArrowSyncIcon.js +16 -0
- package/dist/Icons/ArrowUpwardIcon.js +16 -0
- package/dist/Icons/BlogIcon.js +37 -0
- package/dist/Icons/BooksIcon.js +8 -0
- package/dist/Icons/BrandKitIcon.js +37 -0
- package/dist/Icons/BtcIcon.js +5 -0
- package/dist/Icons/CancelIcon.js +22 -0
- package/dist/Icons/ChainflipIcon.js +103 -0
- package/dist/Icons/CheckCircleIcon.js +22 -0
- package/dist/Icons/CheckIcon.js +16 -0
- package/dist/Icons/Checked.js +37 -0
- package/dist/Icons/ClockIcon.js +16 -0
- package/dist/Icons/CloseIcon.js +16 -0
- package/dist/Icons/CodeBlockIcon.js +22 -0
- package/dist/Icons/CompareArrowsIcon.js +22 -0
- package/dist/Icons/ConsoleIcon.js +22 -0
- package/dist/Icons/CopyIcon.js +16 -0
- package/dist/Icons/CopyrightsIcon.js +22 -0
- package/dist/Icons/DeleteIcon.js +16 -0
- package/dist/Icons/DigitalWellbeingIcon.js +8 -0
- package/dist/Icons/DiscordIcon.js +22 -0
- package/dist/Icons/DistanceIcon.js +8 -0
- package/dist/Icons/DollarChipIcon.js +37 -0
- package/dist/Icons/DraftIcon.js +37 -0
- package/dist/Icons/EditIcon.js +16 -0
- package/dist/Icons/EncryptedIcon.js +37 -0
- package/dist/Icons/ExchangeAltIcon.d.ts +5 -0
- package/dist/Icons/ExchangeAltIcon.js +37 -0
- package/dist/Icons/ExchangeIcon.js +19 -0
- package/dist/Icons/FaqIcon.js +37 -0
- package/dist/Icons/FeesIcon.js +22 -0
- package/dist/Icons/FillDownIcon.js +5 -0
- package/dist/Icons/FillUpIcon.js +5 -0
- package/dist/Icons/FingerprintIcon.js +22 -0
- package/dist/Icons/FlowChartIcon.js +8 -0
- package/dist/Icons/FolderIcon.js +37 -0
- package/dist/Icons/GasStationIcon.js +22 -0
- package/dist/Icons/GiftBoxIcon.js +37 -0
- package/dist/Icons/GlobeIcon.d.ts +5 -0
- package/dist/Icons/GlobeIcon.js +16 -0
- package/dist/Icons/HorizontalSwap.js +37 -0
- package/dist/Icons/HubIcon.js +16 -0
- package/dist/Icons/InfinityIcon.js +22 -0
- package/dist/Icons/InfoIcon.js +16 -0
- package/dist/Icons/KeyboardDownIcon.js +16 -0
- package/dist/Icons/KeyboardLeftIcon.js +16 -0
- package/dist/Icons/KeyboardRightIcon.js +16 -0
- package/dist/Icons/KeyboardUpIcon.js +16 -0
- package/dist/Icons/LinkIcon.js +16 -0
- package/dist/Icons/LocationPointerIcon.js +5 -0
- package/dist/Icons/LockIcon.js +16 -0
- package/dist/Icons/LogoutIcon.js +16 -0
- package/dist/Icons/MailIcon.js +5 -0
- package/dist/Icons/MenuIcon.js +16 -0
- package/dist/Icons/MinusIcon.js +19 -0
- package/dist/Icons/OpenInFullIcon.js +16 -0
- package/dist/Icons/OpenInNewIcon.js +22 -0
- package/dist/Icons/OtterSecIcon.js +31 -0
- package/dist/Icons/PageInfoIcon.js +16 -0
- package/dist/Icons/PasskeyIcon.js +22 -0
- package/dist/Icons/PaymentsIcon.js +8 -0
- package/dist/Icons/PlusIcon.js +19 -0
- package/dist/Icons/RadioCheckedIcon.js +16 -0
- package/dist/Icons/RadioUncheckedIcon.js +16 -0
- package/dist/Icons/RaiseHandIcon.js +37 -0
- package/dist/Icons/ReferralIcon.js +16 -0
- package/dist/Icons/RelayLinkIcon.js +88 -0
- package/dist/Icons/RemoveIcon.js +16 -0
- package/dist/Icons/RewardsIcon.js +5 -0
- package/dist/Icons/Rotate360Icon.js +37 -0
- package/dist/Icons/RoutingIcon.js +37 -0
- package/dist/Icons/RowInfoIcon.js +37 -0
- package/dist/Icons/SDKIcon.js +37 -0
- package/dist/Icons/SearchIcon.js +16 -0
- package/dist/Icons/SearchIconThin.js +37 -0
- package/dist/Icons/ShapesIcon.js +8 -0
- package/dist/Icons/Share.js +22 -0
- package/dist/Icons/StakeIcon.js +37 -0
- package/dist/Icons/StarIcon.js +16 -0
- package/dist/Icons/SwapHorizontalIcon.js +21 -0
- package/dist/Icons/ThorswapIcon.js +55 -0
- package/dist/Icons/TimerIcon.js +16 -0
- package/dist/Icons/Unchecked.js +37 -0
- package/dist/Icons/UserGroupsIcon.js +8 -0
- package/dist/Icons/WalletIcon.js +16 -0
- package/dist/Icons/WalletIconRose.js +22 -0
- package/dist/Icons/WarningIcon.js +37 -0
- package/dist/Icons/XIcon.js +22 -0
- package/dist/Icons/XSolidIcon.js +22 -0
- package/dist/Icons/YoutubeIcon.d.ts +5 -0
- package/dist/Icons/YoutubeIcon.js +24 -0
- package/dist/Icons/ZellicIcon.js +101 -0
- package/dist/{components/atoms/Icons → Icons}/index.d.ts +3 -2
- package/dist/Icons/index.js +202 -0
- package/dist/InfoBadge/index.d.ts +1 -0
- package/dist/InfoBadge/index.js +16 -0
- package/dist/Logo/ArbitrumLogo.js +66 -0
- package/dist/Logo/BTCLogo.js +32 -0
- package/dist/Logo/Camelot.js +73 -0
- package/dist/Logo/CatalogLogo.js +44 -0
- package/dist/Logo/Coinbase.js +24 -0
- package/dist/Logo/DLCBTC.js +68 -0
- package/dist/Logo/DODO.js +77 -0
- package/dist/Logo/Debridge.js +103 -0
- package/dist/Logo/EthereumLogo.js +60 -0
- package/dist/Logo/GMX.js +49 -0
- package/dist/Logo/GMXLogo.js +40 -0
- package/dist/Logo/GardenDocs.js +31 -0
- package/dist/Logo/GardenExplorer.js +34 -0
- package/dist/Logo/GardenExplorerAlt.js +31 -0
- package/dist/Logo/GardenFullLogo.js +66 -0
- package/dist/Logo/GardenIcon.js +33 -0
- package/dist/Logo/GardenIconOutline.js +43 -0
- package/dist/Logo/GardenLogo.js +33 -0
- package/dist/Logo/GardenLogoDark.js +83 -0
- package/dist/Logo/GardenLogoLight.js +83 -0
- package/dist/Logo/GardenLogoMarkDark.js +41 -0
- package/dist/Logo/GardenLogoMarkLight.js +41 -0
- package/dist/Logo/GardenLogoText.js +59 -0
- package/dist/Logo/GardenStrokeIcon.js +43 -0
- package/dist/Logo/NFTIcon.js +37 -0
- package/dist/Logo/PancakeSwap.js +134 -0
- package/dist/Logo/PhantomIcon.js +23 -0
- package/dist/Logo/PolygonLogo.js +31 -0
- package/dist/Logo/Radiant.js +31 -0
- package/dist/Logo/RadiantLogo.js +40 -0
- package/dist/Logo/Solv.js +73 -0
- package/dist/Logo/SwellBTC.js +31 -0
- package/dist/Logo/TraderJoe.js +98 -0
- package/dist/Logo/TrailOfBits.js +190 -0
- package/dist/Logo/TrustWallet.js +50 -0
- package/dist/Logo/Vertex.js +90 -0
- package/dist/Logo/WalletConnect.js +22 -0
- package/dist/Logo/index.js +76 -0
- package/dist/Modal/index.d.ts +1 -0
- package/dist/Modal/index.js +66 -0
- package/dist/{components/atoms/Opacity → Opacity}/Opacity.d.ts +1 -1
- package/dist/Opacity/index.d.ts +2 -0
- package/dist/Opacity/index.js +25 -0
- package/dist/QuestCard/index.d.ts +1 -0
- package/dist/QuestCard/index.js +57 -0
- package/dist/Sidebar/index.d.ts +1 -0
- package/dist/Sidebar/index.js +41 -0
- package/dist/TokenInfo/index.d.ts +1 -0
- package/dist/TokenInfo/index.js +44 -0
- package/dist/TokenNetworkLogos/index.d.ts +1 -0
- package/dist/TokenNetworkLogos/index.js +41 -0
- package/dist/Typography/index.d.ts +1 -0
- package/dist/Typography/index.js +89 -0
- package/dist/animations/RollingText/RollingText.js +70 -0
- package/dist/animations/ScaleY/ScaleY.js +32 -0
- package/dist/animations/Shine/Shine.js +6 -0
- package/dist/assets/blogPlaceholder.svg.js +4 -0
- package/dist/assets/maskRect.svg.js +4 -0
- package/dist/hooks/useClientOnly.js +10 -0
- package/dist/index.d.ts +19 -1
- package/dist/index.js +317 -0
- package/dist/node_modules/@radix-ui/primitive/dist/index.js +9 -0
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +29 -0
- package/dist/node_modules/@radix-ui/react-context/dist/index.js +70 -0
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +257 -0
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +127 -0
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +17 -0
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +137 -0
- package/dist/node_modules/@radix-ui/react-id/dist/index.js +13 -0
- package/dist/node_modules/@radix-ui/react-portal/dist/index.js +16 -0
- package/dist/node_modules/@radix-ui/react-presence/dist/index.js +71 -0
- package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +36 -0
- package/dist/node_modules/@radix-ui/react-slot/dist/index.js +50 -0
- package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +13 -0
- package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +54 -0
- package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +14 -0
- package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +6 -0
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +52 -0
- package/dist/node_modules/vaul/dist/index.js +1038 -0
- package/dist/style.css +1 -1
- package/dist/utils/index.js +6 -0
- package/package.json +28 -19
- package/dist/animations/RollingText/RollingText.stories.d.ts +0 -7
- package/dist/animations/ScaleY/ScaleY.stories.d.ts +0 -7
- package/dist/animations/Shine/Shine.stories.d.ts +0 -7
- package/dist/components/atoms/BottomSheet/BottomSheet.stories.d.ts +0 -7
- package/dist/components/atoms/Button/Button.stories.d.ts +0 -17
- package/dist/components/atoms/Button/spinner.json.d.ts +0 -3
- package/dist/components/atoms/Checkbox/Checkbox.stories.d.ts +0 -7
- package/dist/components/atoms/Container/Container.stories.d.ts +0 -7
- package/dist/components/atoms/Icons/ExchangeAltIcon.d.ts +0 -3
- package/dist/components/atoms/Icons/GlobeIcon.d.ts +0 -5
- package/dist/components/atoms/Icons/Icons.stories.d.ts +0 -5
- package/dist/components/atoms/Logo/Logo.stories.d.ts +0 -5
- package/dist/components/atoms/Modal/Modal.stories.d.ts +0 -7
- package/dist/components/atoms/Opacity/Opacity.stories.d.ts +0 -11
- package/dist/components/atoms/Sidebar/Sidebar.stories.d.ts +0 -9
- package/dist/components/atoms/Typography/Typography.stories.d.ts +0 -17
- package/dist/components/atoms/index.d.ts +0 -13
- package/dist/components/index.d.ts +0 -3
- package/dist/components/molecules/Chip/Chip.stories.d.ts +0 -37
- package/dist/components/molecules/GradientScroll/GradientScroll.stories.d.ts +0 -28
- package/dist/components/molecules/InfoBadge/InfoBadge.stories.d.ts +0 -14
- package/dist/components/molecules/TokenInfo/TokenInfo.stories.d.ts +0 -19
- package/dist/components/molecules/TokenNetworkLogos/TokenNetworkLogos.stories.d.ts +0 -21
- package/dist/components/molecules/index.d.ts +0 -7
- package/dist/components/organisms/BlogCard/BlogCard.stories.d.ts +0 -21
- package/dist/components/organisms/Footer/Footer.stories.d.ts +0 -17
- package/dist/components/organisms/QuestCard/QuestCard.stories.d.ts +0 -27
- package/dist/components/organisms/index.d.ts +0 -3
- package/dist/fonts/HafferBlack.woff2 +0 -0
- package/dist/fonts/HafferBold.woff2 +0 -0
- package/dist/fonts/HafferHeavy.woff2 +0 -0
- package/dist/fonts/HafferLight.woff2 +0 -0
- package/dist/fonts/HafferMedium.woff2 +0 -0
- package/dist/fonts/HafferRegular.woff2 +0 -0
- package/dist/fonts/HafferSemiBold.woff2 +0 -0
- package/dist/fonts/HafferThin.woff2 +0 -0
- package/dist/index.es-DRwhRJ5M.js +0 -8030
- package/dist/index.es-ov1WrgHZ.cjs +0 -11
- package/dist/ui.cjs.js +0 -65
- package/dist/ui.es.js +0 -16104
- package/dist/ui.umd.js +0 -75
- /package/dist/{components/organisms/BlogCard → BlogCard}/BlogCard.d.ts +0 -0
- /package/dist/{components/atoms/BottomSheet → BottomSheet}/BottomSheet.d.ts +0 -0
- /package/dist/{components/atoms/Button → Button}/Button.d.ts +0 -0
- /package/dist/{components/atoms/Button → Button}/ClientOnlyLottie.d.ts +0 -0
- /package/dist/{components/atoms/Checkbox → Checkbox}/Checkbox.d.ts +0 -0
- /package/dist/{components/molecules/Chip → Chip}/Chip.d.ts +0 -0
- /package/dist/{components/atoms/ClientOnly → ClientOnly}/ClientOnly.d.ts +0 -0
- /package/dist/{components/atoms/ClientOnly → ClientOnly}/index.d.ts +0 -0
- /package/dist/{components/atoms/Container → Container}/Container.d.ts +0 -0
- /package/dist/{components/organisms/Footer → Footer}/FooterLink.d.ts +0 -0
- /package/dist/{components/molecules/GradientScroll → GradientScroll}/GradientScroll.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/APIIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/AddIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowDownwardIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowEastIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowInwardIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowLeftIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowNorthEastIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowNorthWestIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowRightIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowSouthEastIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowSouthWestIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowSyncIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ArrowUpwardIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/BlogIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/BooksIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/BrandKitIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/BtcIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CancelIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ChainflipIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CheckCircleIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CheckIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/Checked.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ClockIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CloseIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CodeBlockIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CompareArrowsIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ConsoleIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CopyIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/CopyrightsIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/DeleteIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/DigitalWellbeingIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/DiscordIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/DistanceIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/DollarChipIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/DraftIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/EditIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/EncryptedIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ExchangeIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/FaqIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/FeesIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/FillDownIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/FillUpIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/FingerprintIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/FlowChartIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/FolderIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/GasStationIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/GiftBoxIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/HorizontalSwap.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/HubIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/InfinityIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/InfoIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/KeyboardDownIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/KeyboardLeftIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/KeyboardRightIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/KeyboardUpIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/LinkIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/LocationPointerIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/LockIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/LogoutIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/MailIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/MenuIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/MinusIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/OpenInFullIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/OpenInNewIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/OtterSecIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/PageInfoIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons/Passkey.d.ts → Icons/PasskeyIcon.d.ts} +0 -0
- /package/dist/{components/atoms/Icons → Icons}/PaymentsIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/PlusIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RadioCheckedIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RadioUncheckedIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RaiseHandIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ReferralIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RelayLinkIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RemoveIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RewardsIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/Rotate360Icon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RoutingIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/RowInfoIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/SDKIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/SearchIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/SearchIconThin.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ShapesIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/Share.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/StakeIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/StarIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/SwapHorizontalIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ThorswapIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/TimerIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/Unchecked.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/UserGroupsIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/WalletIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/WalletIconRose.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/WarningIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/XIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/XSolidIcon.d.ts +0 -0
- /package/dist/{components/atoms/Icons → Icons}/ZellicIcon.d.ts +0 -0
- /package/dist/{components/molecules/InfoBadge → InfoBadge}/InfoBadge.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/ArbitrumLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/BTCLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/Camelot.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/CatalogLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/Coinbase.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/DLCBTC.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/DODO.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/Debridge.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/EthereumLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GMX.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GMXLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenDocs.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenExplorer.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenExplorerAlt.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenFullLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenIcon.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenIconOutline.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenLogoDark.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenLogoLight.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenLogoMarkDark.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenLogoMarkLight.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenLogoText.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/GardenStrokeIcon.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/NFTIcon.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/PancakeSwap.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/PhantomIcon.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/PolygonLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/Radiant.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/RadiantLogo.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/Solv.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/SwellBTC.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/TraderJoe.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/TrailOfBits.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/TrustWallet.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/Vertex.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/WalletConnect.d.ts +0 -0
- /package/dist/{components/atoms/Logo → Logo}/index.d.ts +0 -0
- /package/dist/{components/atoms/Modal → Modal}/Modal.d.ts +0 -0
- /package/dist/{components/organisms/QuestCard → QuestCard}/QuestCard.d.ts +0 -0
- /package/dist/{components/atoms/Sidebar → Sidebar}/Sidebar.d.ts +0 -0
- /package/dist/{components/molecules/TokenInfo → TokenInfo}/TokenInfo.d.ts +0 -0
- /package/dist/{components/molecules/TokenNetworkLogos → TokenNetworkLogos}/TokenNetworkLogos.d.ts +0 -0
- /package/dist/{components/atoms/Typography → Typography}/Typography.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gardenfi/garden-book",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.30",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
|
-
"
|
|
7
|
-
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.css"
|
|
8
|
+
],
|
|
8
9
|
"scripts": {
|
|
9
10
|
"dev": "vite",
|
|
10
|
-
"build": "vite build",
|
|
11
|
+
"build": "tsc && vite build",
|
|
11
12
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
12
13
|
"storybook": "storybook dev -p 6006",
|
|
13
14
|
"build-storybook": "storybook build",
|
|
@@ -18,29 +19,36 @@
|
|
|
18
19
|
"exports": {
|
|
19
20
|
".": {
|
|
20
21
|
"types": "./dist/index.d.ts",
|
|
21
|
-
"import": "./dist/
|
|
22
|
-
|
|
22
|
+
"import": "./dist/index.js"
|
|
23
|
+
},
|
|
24
|
+
"./*": {
|
|
25
|
+
"types": "./dist/*/index.d.ts",
|
|
26
|
+
"import": "./dist/*/index.js",
|
|
27
|
+
"default": "./dist/*/index.js"
|
|
23
28
|
},
|
|
24
|
-
"./
|
|
25
|
-
"
|
|
26
|
-
"
|
|
29
|
+
"./Icons": {
|
|
30
|
+
"types": "./dist/Icons/index.d.ts",
|
|
31
|
+
"import": "./dist/Icons/index.js",
|
|
32
|
+
"default": "./dist/Icons/index.js"
|
|
27
33
|
},
|
|
34
|
+
"./Logo": {
|
|
35
|
+
"types": "./dist/Logo/index.d.ts",
|
|
36
|
+
"import": "./dist/Logo/index.js",
|
|
37
|
+
"default": "./dist/Logo/index.js"
|
|
38
|
+
},
|
|
39
|
+
"./style.css": "./dist/style.css",
|
|
28
40
|
"./fonts/*": "./dist/fonts/*"
|
|
29
41
|
},
|
|
30
42
|
"files": [
|
|
31
43
|
"dist"
|
|
32
44
|
],
|
|
33
|
-
"peerDependencies": {
|
|
34
|
-
"react": "^18.2.0",
|
|
35
|
-
"react-dom": "^18.2.0"
|
|
36
|
-
},
|
|
37
45
|
"dependencies": {
|
|
38
46
|
"class-variance-authority": "^0.7.0",
|
|
39
47
|
"clsx": "^2.1.1",
|
|
40
48
|
"framer-motion": "^11.5.6",
|
|
41
49
|
"lottie-react": "^2.4.0",
|
|
42
50
|
"postcss-prefixwrap": "^1.51.0",
|
|
43
|
-
"react-lazy-load-image-component": "^1.6.
|
|
51
|
+
"react-lazy-load-image-component": "^1.6.3",
|
|
44
52
|
"react-remove-scroll": "^2.6.3",
|
|
45
53
|
"tailwind-merge": "^2.4.0"
|
|
46
54
|
},
|
|
@@ -54,9 +62,12 @@
|
|
|
54
62
|
"@storybook/react": "^8.3.1",
|
|
55
63
|
"@storybook/react-vite": "^8.3.1",
|
|
56
64
|
"@storybook/test": "^8.3.1",
|
|
57
|
-
"@types/
|
|
58
|
-
"
|
|
59
|
-
"
|
|
65
|
+
"@types/node": "^20.0.0",
|
|
66
|
+
"react": "^19",
|
|
67
|
+
"react-dom": "^19",
|
|
68
|
+
"@types/react": "^19",
|
|
69
|
+
"@types/react-dom": "^19",
|
|
70
|
+
"@types/react-lazy-load-image-component": "^1.6.5",
|
|
60
71
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
61
72
|
"@typescript-eslint/parser": "^7.2.0",
|
|
62
73
|
"@vitejs/plugin-react": "^4.2.1",
|
|
@@ -67,8 +78,6 @@
|
|
|
67
78
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
68
79
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
69
80
|
"eslint-plugin-storybook": "^0.8.0",
|
|
70
|
-
"react": "^18.2.0",
|
|
71
|
-
"react-dom": "^18.2.0",
|
|
72
81
|
"storybook": "^8.3.1",
|
|
73
82
|
"tailwindcss": "^3.4.3",
|
|
74
83
|
"typescript": "^5.2.2",
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { Button } from './Button';
|
|
3
|
-
|
|
4
|
-
declare const meta: Meta<typeof Button>;
|
|
5
|
-
export default meta;
|
|
6
|
-
type Story = StoryObj<typeof meta>;
|
|
7
|
-
export declare const PrimaryLarge: Story;
|
|
8
|
-
export declare const PrimaryMedium: Story;
|
|
9
|
-
export declare const PrimarySmall: Story;
|
|
10
|
-
export declare const SecondaryLarge: Story;
|
|
11
|
-
export declare const SecondaryMedium: Story;
|
|
12
|
-
export declare const SecondarySmall: Story;
|
|
13
|
-
export declare const DisabledLargeLoading: Story;
|
|
14
|
-
export declare const DisabledMedium: Story;
|
|
15
|
-
export declare const DisabledSmall: Story;
|
|
16
|
-
export declare const CustomPrimary: Story;
|
|
17
|
-
export declare const CustomSecondary: Story;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const _default: {"v":"5.7.4","fr":60,"ip":0,"op":120,"w":64,"h":64,"nm":"loading spinner","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.66],"y":[0]},"t":0,"s":[180]},{"t":119,"s":[540]}],"ix":10},"p":{"a":0,"k":[32.135,31.505,0],"ix":2,"l":2},"a":{"a":0,"k":[-0.75,2.75,0],"ix":1,"l":2},"s":{"a":0,"k":[82,82,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[15.326,0],[0,-15.326],[-15.326,0],[0,15.326]],"o":[[-15.326,0],[0,15.326],[15.326,0],[0,-15.326]],"v":[[0,-27.75],[-27.75,0],[0,27.75],[27.75,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.505882352941,0.478431372549,0.564705882353,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-0.75,2.75],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[100]},{"i":{"x":[0.351],"y":[0.985]},"o":{"x":[0.665],"y":[0]},"t":60,"s":[90]},{"t":120,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.66],"y":[0]},"t":0,"s":[100]},{"t":60,"s":[0]}],"ix":2},"o":{"a":0,"k":176,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":600,"st":0,"bm":0}],"markers":[]};
|
|
2
|
-
|
|
3
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { Opacity } from './Opacity';
|
|
3
|
-
|
|
4
|
-
declare const meta: Meta<typeof Opacity>;
|
|
5
|
-
export default meta;
|
|
6
|
-
type Story = StoryObj<typeof meta>;
|
|
7
|
-
export declare const Full: Story;
|
|
8
|
-
export declare const SemiDark: Story;
|
|
9
|
-
export declare const Medium: Story;
|
|
10
|
-
export declare const Light: Story;
|
|
11
|
-
export declare const ExtraLight: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { Sidebar } from './Sidebar';
|
|
3
|
-
|
|
4
|
-
declare const meta: Meta<typeof Sidebar>;
|
|
5
|
-
export default meta;
|
|
6
|
-
type Story = StoryObj<typeof meta>;
|
|
7
|
-
export declare const OpenLarge: Story;
|
|
8
|
-
export declare const OpenSmall: Story;
|
|
9
|
-
export declare const Closed: Story;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { Typography } from './Typography';
|
|
3
|
-
|
|
4
|
-
declare const meta: Meta<typeof Typography>;
|
|
5
|
-
export default meta;
|
|
6
|
-
type Story = StoryObj<typeof meta>;
|
|
7
|
-
export declare const XLBold: Story;
|
|
8
|
-
export declare const XLMedium: Story;
|
|
9
|
-
export declare const LGBold: Story;
|
|
10
|
-
export declare const LGMedium: Story;
|
|
11
|
-
export declare const MediumBold: Story;
|
|
12
|
-
export declare const MediumMedium: Story;
|
|
13
|
-
export declare const SmallBold: Story;
|
|
14
|
-
export declare const SmallMedium: Story;
|
|
15
|
-
export declare const XSBold: Story;
|
|
16
|
-
export declare const XSMedium: Story;
|
|
17
|
-
export declare const Cite: Story;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Button } from './Button/Button';
|
|
2
|
-
import { Typography } from './Typography/Typography';
|
|
3
|
-
import { Opacity } from './Opacity/Opacity';
|
|
4
|
-
import { Sidebar } from './Sidebar/Sidebar';
|
|
5
|
-
import { Modal } from './Modal/Modal';
|
|
6
|
-
import { BottomSheet } from './BottomSheet/BottomSheet';
|
|
7
|
-
import { Container } from './Container/Container';
|
|
8
|
-
import { ClientOnly } from './ClientOnly/ClientOnly';
|
|
9
|
-
export type { OpacityVariants } from './Opacity/Opacity';
|
|
10
|
-
export * from './Icons';
|
|
11
|
-
export * from './Logo';
|
|
12
|
-
export { CheckBox } from './Checkbox/Checkbox';
|
|
13
|
-
export { Button, Typography, Sidebar, Opacity, Modal, BottomSheet, Container, ClientOnly, };
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: import('react').FC<import('react').HTMLAttributes<HTMLDivElement> & {
|
|
6
|
-
children?: import('react').ReactNode;
|
|
7
|
-
className?: string;
|
|
8
|
-
}> & {
|
|
9
|
-
CheckBox: import('react').FC<import('react').HTMLAttributes<HTMLDivElement> & {
|
|
10
|
-
checked: boolean;
|
|
11
|
-
}>;
|
|
12
|
-
Logo: import('react').FC<import('react').HTMLAttributes<HTMLDivElement> & {
|
|
13
|
-
children: import('react').ReactNode;
|
|
14
|
-
}>;
|
|
15
|
-
};
|
|
16
|
-
tags: string[];
|
|
17
|
-
parameters: {
|
|
18
|
-
layout: string;
|
|
19
|
-
backgrounds: {
|
|
20
|
-
default: string;
|
|
21
|
-
values: {
|
|
22
|
-
name: string;
|
|
23
|
-
value: string;
|
|
24
|
-
}[];
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
export default meta;
|
|
29
|
-
type Story = StoryObj<typeof meta>;
|
|
30
|
-
export declare const Unchecked: Story;
|
|
31
|
-
export declare const UncheckedTrailing: Story;
|
|
32
|
-
export declare const CheckedTrailing: Story;
|
|
33
|
-
export declare const UncheckedLeading: Story;
|
|
34
|
-
export declare const CheckedLeading: Story;
|
|
35
|
-
export declare const UncheckedBoth: Story;
|
|
36
|
-
export declare const CheckedBoth: Story;
|
|
37
|
-
export declare const UncheckedLogo: Story;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: import('react').FC<import('react').HTMLAttributes<HTMLDivElement> & {
|
|
6
|
-
children?: import('react').ReactNode;
|
|
7
|
-
height: number | string;
|
|
8
|
-
width?: number | string;
|
|
9
|
-
className?: string;
|
|
10
|
-
gradientHeight?: number | string;
|
|
11
|
-
gradientWidth?: number | string;
|
|
12
|
-
gradientClassName?: string;
|
|
13
|
-
gradientTopClassName?: string;
|
|
14
|
-
gradientBottomClassName?: string;
|
|
15
|
-
gradientLeftClassName?: string;
|
|
16
|
-
gradientRightClassName?: string;
|
|
17
|
-
onClose?: boolean;
|
|
18
|
-
direction?: "horizontal" | "vertical";
|
|
19
|
-
}>;
|
|
20
|
-
parameters: {
|
|
21
|
-
layout: string;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export default meta;
|
|
25
|
-
type Story = StoryObj<typeof meta>;
|
|
26
|
-
export declare const AssetSelector: Story;
|
|
27
|
-
export declare const TransactionHistory: Story;
|
|
28
|
-
export declare const HorizontalScroll: Story;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: import('react').FC<import('react').HTMLAttributes<HTMLDivElement> & {
|
|
6
|
-
children?: import('react').ReactNode;
|
|
7
|
-
}>;
|
|
8
|
-
parameters: {
|
|
9
|
-
layout: string;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
export default meta;
|
|
13
|
-
type Story = StoryObj<typeof meta>;
|
|
14
|
-
export declare const Default: Story;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: import('react').FC<{
|
|
6
|
-
symbol: string;
|
|
7
|
-
tokenLogo: string;
|
|
8
|
-
chainLogo?: string;
|
|
9
|
-
hideDropdown?: boolean;
|
|
10
|
-
} & import('react').HTMLAttributes<HTMLDivElement>>;
|
|
11
|
-
tags: string[];
|
|
12
|
-
parameters: {
|
|
13
|
-
layout: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
export default meta;
|
|
17
|
-
type Story = StoryObj<typeof meta>;
|
|
18
|
-
export declare const Default: Story;
|
|
19
|
-
export declare const SingleLogo: Story;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: import('react').FC<import('react').HTMLAttributes<HTMLDivElement> & {
|
|
6
|
-
tokenLogo?: string;
|
|
7
|
-
chainLogo?: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
iconStyle?: string;
|
|
10
|
-
iconSize?: number;
|
|
11
|
-
}>;
|
|
12
|
-
parameters: {
|
|
13
|
-
layout: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
export default meta;
|
|
17
|
-
type Story = StoryObj<typeof meta>;
|
|
18
|
-
export declare const Default: Story;
|
|
19
|
-
export declare const OnlyBitcoin: Story;
|
|
20
|
-
export declare const WbtcBase: Story;
|
|
21
|
-
export declare const WbtcBaseCustomStyles: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Chip } from './Chip/Chip';
|
|
2
|
-
import { InfoBadge } from './InfoBadge/InfoBadge';
|
|
3
|
-
import { TokenInfo } from './TokenInfo/TokenInfo';
|
|
4
|
-
import { TokenNetworkLogos } from './TokenNetworkLogos/TokenNetworkLogos';
|
|
5
|
-
import { GradientScroll } from './GradientScroll/GradientScroll';
|
|
6
|
-
|
|
7
|
-
export { Chip, InfoBadge, TokenInfo, TokenNetworkLogos, GradientScroll };
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: import('react').FC<{
|
|
6
|
-
thumbnail?: string;
|
|
7
|
-
category: string;
|
|
8
|
-
date: string;
|
|
9
|
-
title: string;
|
|
10
|
-
className?: string;
|
|
11
|
-
thumbnailClassName?: string;
|
|
12
|
-
}>;
|
|
13
|
-
tags: string[];
|
|
14
|
-
parameters: {
|
|
15
|
-
layout: string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
export default meta;
|
|
19
|
-
type Story = StoryObj<typeof meta>;
|
|
20
|
-
export declare const Default: Story;
|
|
21
|
-
export declare const MultipleBlogCards: Story;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: import('react').FC<import('react').HTMLAttributes<HTMLDivElement> & {
|
|
6
|
-
network?: string;
|
|
7
|
-
navigate?: (path: string) => void;
|
|
8
|
-
maskUrl?: string;
|
|
9
|
-
}>;
|
|
10
|
-
tags: string[];
|
|
11
|
-
parameters: {
|
|
12
|
-
layout: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export default meta;
|
|
16
|
-
type Story = StoryObj<typeof meta>;
|
|
17
|
-
export declare const Default: Story;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react';
|
|
2
|
-
|
|
3
|
-
declare const meta: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: import('react').FC<import('class-variance-authority').VariantProps<(props?: ({
|
|
6
|
-
variant?: "default" | "locked" | null | undefined;
|
|
7
|
-
} & import('class-variance-authority/types').ClassProp) | undefined) => string> & {
|
|
8
|
-
title: string;
|
|
9
|
-
description: string;
|
|
10
|
-
chipContent: string;
|
|
11
|
-
logo: import('react').ReactNode;
|
|
12
|
-
}>;
|
|
13
|
-
tags: string[];
|
|
14
|
-
parameters: {
|
|
15
|
-
layout: string;
|
|
16
|
-
};
|
|
17
|
-
argTypes: {
|
|
18
|
-
variant: {
|
|
19
|
-
control: string;
|
|
20
|
-
options: string[];
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export default meta;
|
|
25
|
-
type Story = StoryObj<typeof meta>;
|
|
26
|
-
export declare const Default: Story;
|
|
27
|
-
export declare const Locked: Story;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|