@ape.swap/bonds-sdk 1.0.780 → 1.1.0-seedify
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/BondRows/BondRow.d.ts +3 -2
- package/dist/components/BondRows/BondRowHeader.d.ts +2 -3
- package/dist/components/BondRows/BondRowsByChain.d.ts +3 -3
- package/dist/components/BondRows/BondRowsWithTitle.d.ts +3 -3
- package/dist/components/DisconnectedPlaceholder/index.d.ts +3 -0
- package/dist/components/SlippageModal/index.d.ts +3 -0
- package/dist/components/TokenInfoAndName/index.d.ts +2 -2
- package/dist/components/TokenSelectorPanel/index.d.ts +1 -2
- package/dist/components/uikit-sdk/Modal/index.d.ts +1 -1
- package/dist/components/uikit-sdk/Toggle/index.d.ts +8 -0
- package/dist/components/uikit-sdk/Toggle/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/TokenImage/index.d.ts +1 -1
- package/dist/components/uikit-sdk/index.d.ts +1 -0
- package/dist/config/abi/types/Banana.d.ts +103 -126
- package/dist/config/abi/types/Bond.d.ts +176 -221
- package/dist/config/abi/types/BondNft.d.ts +160 -207
- package/dist/config/abi/types/EnsPublicResolver.d.ts +129 -205
- package/dist/config/abi/types/EnsRegistrar.d.ts +62 -82
- package/dist/config/abi/types/Erc20.d.ts +40 -52
- package/dist/config/abi/types/Erc20_bytes32.d.ts +11 -11
- package/dist/config/abi/types/JungleChef.d.ts +64 -79
- package/dist/config/abi/types/LaunchBonds.d.ts +299 -355
- package/dist/config/abi/types/LensContract.d.ts +58 -77
- package/dist/config/abi/types/LockVeAbond.d.ts +328 -434
- package/dist/config/abi/types/MigrationBond.d.ts +268 -330
- package/dist/config/abi/types/MigrationFveAbond.d.ts +83 -89
- package/dist/config/abi/types/MiniComplexRewarder.d.ts +99 -145
- package/dist/config/abi/types/Multicallv2.d.ts +35 -46
- package/dist/config/abi/types/Multicallv3.d.ts +14 -14
- package/dist/config/abi/types/NonFungibleApes.d.ts +130 -170
- package/dist/config/abi/types/NonFungibleBananas.d.ts +135 -172
- package/dist/config/abi/types/PriceGetter.d.ts +218 -255
- package/dist/config/abi/types/PriceGetterLinea.d.ts +254 -287
- package/dist/config/abi/types/PriceGetterV2.d.ts +239 -276
- package/dist/config/abi/types/SousChef.d.ts +140 -177
- package/dist/config/abi/types/Treasury.d.ts +66 -69
- package/dist/config/abi/types/Weth.d.ts +53 -68
- package/dist/config/abi/types/Zap.d.ts +97 -141
- package/dist/config/abi/types/common.d.ts +3 -3
- package/dist/config/abi/types/factories/Banana__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/BondNft__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Bond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Erc20__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/JungleChef__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LensContract__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/SousChef__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Treasury__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Weth__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Zap__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/index.d.ts +25 -25
- package/dist/config/abi/types/index.d.ts +51 -51
- package/dist/config/constants/addresses.d.ts +0 -8
- package/dist/config/constants/queryKeys.d.ts +7 -2
- package/dist/config/constants/tokens.d.ts +2 -2
- package/dist/hooks/useTokenFromZapList.d.ts +1 -1
- package/dist/hooks/useTopThreeTags.d.ts +2 -2
- package/dist/main.d.ts +7 -0
- package/dist/main.js +73492 -0
- package/dist/scss/BondMenu.scss +2 -2
- package/dist/scss/BondModal.scss +74 -73
- package/dist/scss/BondRow.scss +5 -5
- package/dist/scss/BondRowHeader.scss +7 -7
- package/dist/scss/Bonds.scss +2 -1
- package/dist/scss/YourBonds.scss +19 -14
- package/dist/scss/YourBondsModal.scss +3 -3
- package/dist/scss/index.scss +12 -0
- package/dist/state/allowance/useAllowance.d.ts +8 -4
- package/dist/state/bonds/useBondNFTData.d.ts +5 -0
- package/dist/state/bonds/useBondsData.d.ts +4 -0
- package/dist/state/bonds/useBondsList.d.ts +4 -0
- package/dist/state/bonds/useHotBonds.d.ts +3 -0
- package/dist/state/bonds/useUserBonds.d.ts +5 -0
- package/dist/state/price/useCurrencyPrice.d.ts +1 -17
- package/dist/state/slippage/useSlippage.d.ts +1 -0
- package/dist/state/tokenPrices/useTokenPrices.d.ts +29 -0
- package/dist/state/zap/getChainParam.d.ts +1 -1
- package/dist/state/zap/useSoulZapBondQuote.d.ts +2 -2
- package/dist/types/bonds.d.ts +4 -41
- package/dist/types/yourbonds.d.ts +54 -69
- package/dist/utils/displayHelpers.d.ts +13 -0
- package/dist/utils/getNativeTicker.d.ts +3 -3
- package/dist/utils/index.d.ts +1 -1
- package/dist/views/BondModal/BondModal.d.ts +4 -7
- package/dist/views/BondModal/helper.d.ts +6 -6
- package/dist/views/BondModal/index.d.ts +2 -2
- package/dist/views/Bonds/Bonds.d.ts +6 -9
- package/dist/views/Bonds/components/CheckURL/index.d.ts +4 -0
- package/dist/views/Bonds/index.d.ts +2 -2
- package/dist/views/Bonds/utils.d.ts +14 -0
- package/dist/views/FullBondsView/FullBondsView.d.ts +7 -0
- package/dist/views/FullBondsView/index.d.ts +3 -0
- package/dist/views/YourBonds/YourBonds.d.ts +1 -11
- package/dist/views/YourBonds/components/UserBondRow/index.d.ts +6 -0
- package/dist/views/YourBonds/fetchBillsUser.d.ts +4 -5
- package/dist/views/YourBonds/index.d.ts +3 -0
- package/dist/views/YourBondsModal/YourBondsModal.d.ts +4 -5
- package/package.json +19 -24
- package/dist/components/AccordionText/index.js +0 -17
- package/dist/components/BondMenu/BondMenu.js +0 -40
- package/dist/components/BondMenu/useChainFilterOption.js +0 -30
- package/dist/components/BondRows/BondRow.js +0 -81
- package/dist/components/BondRows/BondRowHeader.js +0 -12
- package/dist/components/BondRows/BondRowsByChain.js +0 -13
- package/dist/components/BondRows/BondRowsWithTitle.js +0 -20
- package/dist/components/BondRows/ChainTitle.js +0 -18
- package/dist/components/MenuSelect/MenuSelect.js +0 -36
- package/dist/components/MenuSelect/RecommendationSelector.js +0 -32
- package/dist/components/MenuSelect/types.js +0 -1
- package/dist/components/NetworkFilter/index.js +0 -66
- package/dist/components/ProgressBar/ProgressBar.js +0 -10
- package/dist/components/ProgressBar/ProgressBarWrapper.js +0 -9
- package/dist/components/ProgressBar/styles.js +0 -82
- package/dist/components/TokenInfoAndName/index.js +0 -34
- package/dist/components/TokenSelectorModal/TokenRow.js +0 -18
- package/dist/components/TokenSelectorModal/index.js +0 -56
- package/dist/components/TokenSelectorPanel/index.js +0 -36
- package/dist/components/Tooltip/ButtonsRow.js +0 -21
- package/dist/components/Tooltip/Tooltip.js +0 -13
- package/dist/components/Tooltip/styles.js +0 -44
- package/dist/components/uikit-sdk/Button/Button.js +0 -91
- package/dist/components/uikit-sdk/Button/IconButton.js +0 -33
- package/dist/components/uikit-sdk/Button/index.js +0 -2
- package/dist/components/uikit-sdk/Button/styles.js +0 -30
- package/dist/components/uikit-sdk/Button/types.js +0 -37
- package/dist/components/uikit-sdk/Checkbox/index.js +0 -46
- package/dist/components/uikit-sdk/Checkbox/types.js +0 -5
- package/dist/components/uikit-sdk/Flex/index.js +0 -29
- package/dist/components/uikit-sdk/Input/Input.js +0 -72
- package/dist/components/uikit-sdk/Input/NumericInput.js +0 -35
- package/dist/components/uikit-sdk/Input/StyledInput.js +0 -26
- package/dist/components/uikit-sdk/Input/index.js +0 -3
- package/dist/components/uikit-sdk/Modal/ModalFooter.js +0 -21
- package/dist/components/uikit-sdk/Modal/ModalHeader.js +0 -31
- package/dist/components/uikit-sdk/Modal/index.js +0 -46
- package/dist/components/uikit-sdk/Modal/styles.js +0 -62
- package/dist/components/uikit-sdk/Modal/types.js +0 -1
- package/dist/components/uikit-sdk/Select/Select.js +0 -61
- package/dist/components/uikit-sdk/Select/SelectItem.js +0 -40
- package/dist/components/uikit-sdk/Select/index.js +0 -2
- package/dist/components/uikit-sdk/Select/styles.js +0 -50
- package/dist/components/uikit-sdk/Select/types.js +0 -37
- package/dist/components/uikit-sdk/Skeleton/index.js +0 -31
- package/dist/components/uikit-sdk/Skeleton/styles.js +0 -40
- package/dist/components/uikit-sdk/Skeleton/types.js +0 -10
- package/dist/components/uikit-sdk/Svg/Icons/AbondFullLogo.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/AbondSmallLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/AccountMonkey.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ApebondLogo.js +0 -17
- package/dist/components/uikit-sdk/Svg/Icons/ApeswapSmallLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Audit.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/BananaIcon.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/BillsM1.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/BillsM2.js +0 -17
- package/dist/components/uikit-sdk/Svg/Icons/BillsM3.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Bridge.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Bubble.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Calculator.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Calendar.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Cancelled.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Card.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Caret.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Chain.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Chart.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Chat.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Close.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Cog.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Collapse.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Copy.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Discord.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/DiscordNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Docs.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/DocsV2.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Ellipse.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Error.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Expand.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Explorer.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/External.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Farm.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Fav.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/FilledURL.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Fire.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Frame.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/FullLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Gnana.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/GreenShield.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/HamburgerClosed.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Home.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Hot.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Info.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/InfoSolid.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Insight.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Instagram.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Island.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Language.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/LanguageIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/LiquidityIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Logout.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Medium.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/MenuSettings.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Message.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Migrate.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Moon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/More.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/NFA.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/NavCaret.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Play.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Pool.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Positions.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ProfileDark.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ProfileIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ProfileLight.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Question.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/QuestionFill.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Quiz.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Receipt.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Reddit.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Rocket.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ScrollTop.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Search.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Send.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Settings.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Share.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Sort.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Success.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SuccessOutline.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SwapArrows.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Tag.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Telegram.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/TelegramNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/TextLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/TickShield.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Trade.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Trash.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/URL.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Vaults.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Verified.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Wallet.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Warning.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Watch.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Website.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/WebsiteNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/WhitepaperNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/XNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/YellowQuestionMark.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/index.js +0 -112
- package/dist/components/uikit-sdk/Svg/Icons/polygonNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/types.js +0 -1
- package/dist/components/uikit-sdk/Svg/index.js +0 -347
- package/dist/components/uikit-sdk/Svg/styles.js +0 -16
- package/dist/components/uikit-sdk/Svg/tokens/ABOND.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BANANA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BASE.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BNB.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BSC.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/CELO.js +0 -5
- package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/ETH.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/GNANA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/OKX.js +0 -5
- package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js +0 -8
- package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/index.js +0 -22
- package/dist/components/uikit-sdk/Svg/types.js +0 -165
- package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Brave.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/MadWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/OKX.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Unstoppable.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletImage.js +0 -5
- package/dist/components/uikit-sdk/Svg/walletIcons/index.js +0 -18
- package/dist/components/uikit-sdk/Tag/ListTag.js +0 -20
- package/dist/components/uikit-sdk/Tag/Tag.js +0 -42
- package/dist/components/uikit-sdk/Tag/index.js +0 -2
- package/dist/components/uikit-sdk/Tag/styles.js +0 -44
- package/dist/components/uikit-sdk/Tag/types.js +0 -34
- package/dist/components/uikit-sdk/Text/index.js +0 -35
- package/dist/components/uikit-sdk/Text/types.js +0 -13
- package/dist/components/uikit-sdk/TokenImage/index.js +0 -41
- package/dist/components/uikit-sdk/TooltipBubble/index.js +0 -66
- package/dist/components/uikit-sdk/TooltipBubble/styles.js +0 -60
- package/dist/components/uikit-sdk/TooltipBubble/types.js +0 -8
- package/dist/components/uikit-sdk/index.js +0 -12
- package/dist/config/abi/bond.json +0 -450
- package/dist/config/abi/erc20.json +0 -117
- package/dist/config/abi/multicallv2.json +0 -143
- package/dist/config/abi/price-getter-linea.json +0 -1448
- package/dist/config/abi/price-getter.json +0 -1309
- package/dist/config/abi/types/Banana.js +0 -1
- package/dist/config/abi/types/Bond.js +0 -1
- package/dist/config/abi/types/BondNft.js +0 -1
- package/dist/config/abi/types/EnsPublicResolver.js +0 -1
- package/dist/config/abi/types/EnsRegistrar.js +0 -1
- package/dist/config/abi/types/Erc20.js +0 -1
- package/dist/config/abi/types/Erc20_bytes32.js +0 -1
- package/dist/config/abi/types/JungleChef.js +0 -1
- package/dist/config/abi/types/LaunchBonds.js +0 -1
- package/dist/config/abi/types/LensContract.js +0 -1
- package/dist/config/abi/types/LockVeAbond.js +0 -1
- package/dist/config/abi/types/MigrationBond.js +0 -1
- package/dist/config/abi/types/MigrationFveAbond.js +0 -1
- package/dist/config/abi/types/MiniComplexRewarder.js +0 -1
- package/dist/config/abi/types/Multicallv2.js +0 -1
- package/dist/config/abi/types/Multicallv3.js +0 -1
- package/dist/config/abi/types/NonFungibleApes.js +0 -1
- package/dist/config/abi/types/NonFungibleBananas.js +0 -1
- package/dist/config/abi/types/PriceGetter.js +0 -1
- package/dist/config/abi/types/PriceGetterLinea.js +0 -1
- package/dist/config/abi/types/PriceGetterV2.js +0 -1
- package/dist/config/abi/types/SousChef.js +0 -1
- package/dist/config/abi/types/Treasury.js +0 -1
- package/dist/config/abi/types/Weth.js +0 -1
- package/dist/config/abi/types/Zap.js +0 -1
- package/dist/config/abi/types/common.js +0 -1
- package/dist/config/abi/types/factories/Banana__factory.js +0 -628
- package/dist/config/abi/types/factories/BondNft__factory.js +0 -951
- package/dist/config/abi/types/factories/Bond__factory.js +0 -1042
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +0 -833
- package/dist/config/abi/types/factories/EnsRegistrar__factory.js +0 -439
- package/dist/config/abi/types/factories/Erc20__factory.js +0 -239
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +0 -47
- package/dist/config/abi/types/factories/JungleChef__factory.js +0 -326
- package/dist/config/abi/types/factories/LaunchBonds__factory.js +0 -2031
- package/dist/config/abi/types/factories/LensContract__factory.js +0 -338
- package/dist/config/abi/types/factories/LockVeAbond__factory.js +0 -2215
- package/dist/config/abi/types/factories/MigrationBond__factory.js +0 -1656
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +0 -346
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +0 -586
- package/dist/config/abi/types/factories/Multicallv2__factory.js +0 -160
- package/dist/config/abi/types/factories/Multicallv3__factory.js +0 -109
- package/dist/config/abi/types/factories/NonFungibleApes__factory.js +0 -810
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +0 -756
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +0 -1465
- package/dist/config/abi/types/factories/PriceGetterV2__factory.js +0 -1364
- package/dist/config/abi/types/factories/PriceGetter__factory.js +0 -1326
- package/dist/config/abi/types/factories/SousChef__factory.js +0 -666
- package/dist/config/abi/types/factories/Treasury__factory.js +0 -309
- package/dist/config/abi/types/factories/Weth__factory.js +0 -296
- package/dist/config/abi/types/factories/Zap__factory.js +0 -889
- package/dist/config/abi/types/factories/index.js +0 -28
- package/dist/config/abi/types/index.js +0 -26
- package/dist/config/constants/addresses.js +0 -116
- package/dist/config/constants/api.js +0 -6
- package/dist/config/constants/chains.js +0 -436
- package/dist/config/constants/lifiRouting.js +0 -6
- package/dist/config/constants/lists.js +0 -21
- package/dist/config/constants/meta.js +0 -92
- package/dist/config/constants/misc.js +0 -4
- package/dist/config/constants/networks.js +0 -44
- package/dist/config/constants/products.js +0 -58
- package/dist/config/constants/queryKeys.js +0 -47
- package/dist/config/constants/tokens.js +0 -64
- package/dist/config/constants/tutorials.js +0 -80
- package/dist/config/constants/zapInputTokens.js +0 -356
- package/dist/config/localization/languages.js +0 -83
- package/dist/config/localization/translations.json +0 -918
- package/dist/contexts/Localization/Provider.js +0 -134
- package/dist/contexts/Localization/helpers.js +0 -63
- package/dist/contexts/Localization/index.js +0 -2
- package/dist/contexts/Localization/types.js +0 -1
- package/dist/contexts/Localization/useTranslation.js +0 -10
- package/dist/contexts/ModalContext.js +0 -67
- package/dist/contexts/RefreshContext.js +0 -78
- package/dist/enum/apeswaplists.d.ts +0 -418
- package/dist/enum/apeswaplists.js +0 -152
- package/dist/enum/tooltips.js +0 -13
- package/dist/hooks/useCookie.js +0 -29
- package/dist/hooks/useIsAbond.js +0 -10
- package/dist/hooks/useModal.js +0 -39
- package/dist/hooks/usePendingVesting.js +0 -13
- package/dist/hooks/useRefresh.js +0 -7
- package/dist/hooks/useTimer.js +0 -13
- package/dist/hooks/useTokenFromZapList.js +0 -10
- package/dist/hooks/useTopThreeTags.js +0 -25
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -6
- package/dist/providers/index.js +0 -18
- package/dist/state/allowance/useAllowance.js +0 -148
- package/dist/state/balance/useCurrencyBalance.js +0 -80
- package/dist/state/price/useCurrencyPrice.js +0 -397
- package/dist/state/zap/getChainParam.js +0 -34
- package/dist/state/zap/useSoulZapBondQuote.js +0 -177
- package/dist/state/zap/useSoulZapTokenQuote.js +0 -167
- package/dist/theme/base.js +0 -123
- package/dist/theme/colors.js +0 -93
- package/dist/theme/components.js +0 -338
- package/dist/theme/display.js +0 -2
- package/dist/theme/index.js +0 -15
- package/dist/theme/types.js +0 -1
- package/dist/types/bonds.js +0 -1
- package/dist/types/yourbonds.js +0 -1
- package/dist/utils/convertToTokenValue.js +0 -24
- package/dist/utils/formatNumber.js +0 -34
- package/dist/utils/formatNumbers.js +0 -148
- package/dist/utils/getBalanceNumber.js +0 -18
- package/dist/utils/getNativeTicker.js +0 -8
- package/dist/utils/getTimePeriods.js +0 -44
- package/dist/utils/index.js +0 -127
- package/dist/utils/localStorageHelpers.js +0 -47
- package/dist/utils/multicall.js +0 -90
- package/dist/utils/numbers.js +0 -111
- package/dist/utils/roundNumber.js +0 -14
- package/dist/utils/track.js +0 -17
- package/dist/views/BondModal/BondModal.js +0 -300
- package/dist/views/BondModal/helper.js +0 -54
- package/dist/views/BondModal/index.js +0 -18
- package/dist/views/Bonds/Bonds.js +0 -174
- package/dist/views/Bonds/index.js +0 -18
- package/dist/views/YourBonds/YourBonds.js +0 -276
- package/dist/views/YourBonds/fetchBillsUser.js +0 -235
- package/dist/views/YourBonds/getBillNftData.js +0 -109
- package/dist/views/YourBondsModal/YourBondsModal.js +0 -173
- package/dist/views/YourBondsModal/styles.js +0 -12
- package/dist/views/ZapModal/index.js +0 -150
- package/dist/views/ZapModal/styles.js +0 -35
- /package/dist/{enum → config/constants}/tooltips.d.ts +0 -0
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Warning = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, height = _a.height, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '23', height: height || '24', viewBox: "0 0 23 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("g", { opacity: "0.4", children: _jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5 23.5C17.8513 23.5 23 18.3513 23 12C23 5.64873 17.8513 0.5 11.5 0.5C5.14873 0.5 0 5.64873 0 12C0 18.3513 5.14873 23.5 11.5 23.5ZM10.7207 7.59316C10.9353 7.80783 11.2011 7.91516 11.518 7.91516C11.8247 7.91516 12.0853 7.80783 12.3 7.59316C12.5147 7.3785 12.622 7.11272 12.622 6.79583C12.622 6.47894 12.5147 6.21316 12.3 5.9985C12.0853 5.78383 11.8247 5.6765 11.518 5.6765C11.2011 5.6765 10.9353 5.78383 10.7207 5.9985C10.506 6.21316 10.3987 6.47894 10.3987 6.79583C10.3987 7.11272 10.506 7.3785 10.7207 7.59316ZM12.3767 9.9085C12.3767 9.4258 11.9854 9.0345 11.5027 9.0345C11.02 9.0345 10.6287 9.4258 10.6287 9.9085V16.6092C10.6287 17.0919 11.02 17.4832 11.5027 17.4832C11.9854 17.4832 12.3767 17.0919 12.3767 16.6092V9.9085Z", fill: "#FAFAFA" }) }) }));
|
|
15
|
-
};
|
|
16
|
-
export default Warning;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Watch = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, height = _a.height, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '12', height: height || '13', viewBox: "0 0 12 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M6 1.24548C8.7615 1.24548 11 3.48398 11 6.24548C11 9.00698 8.7615 11.2455 6 11.2455C3.2385 11.2455 1 9.00698 1 6.24548C1 3.48398 3.2385 1.24548 6 1.24548ZM6 3.24548C5.86739 3.24548 5.74021 3.29816 5.64645 3.39193C5.55268 3.4857 5.5 3.61288 5.5 3.74548V6.24548C5.50003 6.37808 5.55273 6.50524 5.6465 6.59898L7.1465 8.09898C7.2408 8.19006 7.3671 8.24046 7.4982 8.23932C7.6293 8.23818 7.75471 8.1856 7.84741 8.09289C7.94011 8.00019 7.9927 7.87478 7.99384 7.74368C7.99498 7.61259 7.94458 7.48628 7.8535 7.39198L6.5 6.03848V3.74548C6.5 3.61288 6.44732 3.4857 6.35355 3.39193C6.25979 3.29816 6.13261 3.24548 6 3.24548Z", fill: "#38A611" }) }));
|
|
15
|
-
};
|
|
16
|
-
export default Watch;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Website = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'right' : _b, _c = _a.color, color = _c === void 0 ? 'white' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 180,
|
|
6
|
-
up: 270,
|
|
7
|
-
right: 0,
|
|
8
|
-
down: 90,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsxs("svg", { width: width || '20', viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { d: "M6.00377 12.8243C5.77739 11.1035 5.77739 9.3592 6.00377 7.63843H13.2627C13.4898 9.35914 13.4898 11.1036 13.2627 12.8243H6.00377Z" }), _jsx("path", { d: "M13.0267 6.31005H6.22217C6.57084 4.79527 7.02005 3.3428 7.97901 2.11476C8.23706 1.78484 8.53784 1.50176 8.90552 1.30014C9.41369 1.02358 9.91592 1.03988 10.4138 1.32744C10.8978 1.60726 11.2552 2.0219 11.5639 2.48338C12.2652 3.53261 12.6646 4.71258 12.959 5.93655C12.9859 6.04815 13.0077 6.16098 13.0319 6.27339C13.0316 6.28578 13.0298 6.29809 13.0267 6.31005Z" }), _jsx("path", { d: "M6.22461 14.1504H13.0667C12.9104 14.6999 12.7731 15.2359 12.6053 15.7613C12.3282 16.6285 11.972 17.4634 11.4104 18.1762C11.1423 18.5183 10.8302 18.8213 10.4827 19.0768C9.91955 19.4861 9.31837 19.4454 8.74133 19.0629C8.17221 18.685 7.7796 18.1428 7.44161 17.5559C6.84004 16.5038 6.48938 15.3572 6.22461 14.1504Z" }), _jsx("path", { d: "M4.72848 12.8394H4.51398C3.23483 12.8394 1.95609 12.8366 0.67497 12.8435C0.519431 12.8435 0.46125 12.793 0.425234 12.6423C0.0381674 11.0236 0.0294634 9.40744 0.438298 7.79164C0.463232 7.69389 0.477867 7.62016 0.60768 7.62098C1.95885 7.62668 3.31043 7.62546 4.66199 7.62668C4.68297 7.63092 4.70351 7.63719 4.72334 7.64542C4.51569 9.37027 4.51742 11.115 4.72848 12.8394Z" }), _jsx("path", { d: "M14.543 7.63315C14.615 7.62949 14.6732 7.62378 14.731 7.62378C16.0232 7.62378 17.3154 7.62582 18.6076 7.62012C18.7441 7.62012 18.7991 7.65637 18.8336 7.7977C19.2329 9.42938 19.2361 11.0562 18.8249 12.6879C18.8007 12.7828 18.7786 12.8418 18.6626 12.8414C17.317 12.8379 15.9721 12.8368 14.6281 12.8382C14.5986 12.8349 14.5695 12.829 14.541 12.8206C14.7508 11.0983 14.7515 9.3557 14.543 7.63315Z" }), _jsx("path", { d: "M18.3115 6.31404H14.3454C14.1381 5.29251 13.8705 4.28809 13.4593 3.33132C13.0481 2.37455 12.5352 1.47358 11.7686 0.746121C12.4675 0.70539 14.6011 1.77743 15.6788 2.70121C16.8214 3.68364 17.9644 5.24486 18.3115 6.31404Z" }), _jsx("path", { d: "M4.92429 6.31061H0.963379C1.54754 4.04108 5.13404 0.974855 7.51502 0.730469C6.74247 1.47299 6.22836 2.36256 5.81676 3.32096C5.40515 4.27936 5.13048 5.28215 4.92429 6.31061Z" }), _jsx("path", { d: "M14.3503 14.1504H18.3037C17.811 16.3401 14.0879 19.5232 11.7734 19.7305C13.2774 18.1872 13.9027 16.215 14.3503 14.1504Z" }), _jsx("path", { d: "M4.91969 14.1504C5.36652 16.213 5.98432 18.1807 7.48272 19.713C6.857 19.7831 4.64225 18.6715 3.57841 17.7498C2.44689 16.7694 1.15628 14.9935 0.966309 14.1504H4.91969Z" })] }));
|
|
15
|
-
};
|
|
16
|
-
export default Website;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var WebsiteNew = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, height = _a.height, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '32', height: height || '33', viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsxs("svg", { width: "32", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { filter: "url(#filter0_b_1256_1281)", children: [_jsx("rect", { y: "0.685425", width: "32", height: "32", rx: "10", fill: "white", fillOpacity: "0.1" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint0_radial_1256_1281)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint1_radial_1256_1281)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint2_radial_1256_1281)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint3_radial_1256_1281)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint4_radial_1256_1281)", strokeWidth: "1.5" }), _jsx("g", { clipPath: "url(#clip0_1256_1281)", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.2129 7.07971C11.2797 7.64205 9.56097 8.77436 8.28132 10.3287C7.00167 11.8831 6.22057 13.7873 6.04004 15.7926H10.6115C10.8765 12.7412 11.7612 9.776 13.2115 7.07828L13.2129 7.07971ZM10.6115 17.5783H6.04004C6.22019 19.5836 7.00096 21.488 8.28035 23.0426C9.55975 24.5973 11.2783 25.7299 13.2115 26.2926C11.7612 23.5949 10.8765 20.6296 10.6115 17.5783ZM15.5029 26.674C13.7697 23.9275 12.7078 20.8115 12.4029 17.5783H19.5958C19.2909 20.8115 18.2289 23.9275 16.4958 26.674C16.165 26.6901 15.8337 26.6901 15.5029 26.674ZM18.7886 26.2911C20.7216 25.7286 22.44 24.5961 23.7193 23.0418C24.9987 21.4874 25.7796 19.5834 25.96 17.5783H21.3886C21.1236 20.6296 20.2389 23.5949 18.7886 26.2926V26.2911ZM21.3886 15.7926H25.96C25.7799 13.7872 24.9991 11.8829 23.7197 10.3282C22.4403 8.77358 20.7218 7.64095 18.7886 7.07828C20.2389 9.77599 21.1236 12.7412 21.3886 15.7926ZM15.5029 6.69686C15.8341 6.68064 16.166 6.68064 16.4972 6.69686C18.2298 9.44344 19.2913 12.5594 19.5958 15.7926H12.4043C12.7143 12.5397 13.7786 9.42114 15.5029 6.69686Z", fill: "#BEBEBE" }) })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_b_1256_1281", x: "-34", y: "-33.3146", width: "100", height: "100", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feGaussianBlur", { in: "BackgroundImageFix", stdDeviation: "17" }), _jsx("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect1_backgroundBlur_1256_1281" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_backgroundBlur_1256_1281", result: "shape" })] }), _jsxs("radialGradient", { id: "paint0_radial_1256_1281", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.0576 35.3327) rotate(-170.836) scale(16.6214 8.31622)", children: [_jsx("stop", { stopColor: "#2F328B" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint1_radial_1256_1281", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32 4.23451) rotate(110.316) scale(31.393 6.75515)", children: [_jsx("stop", { stopColor: "#8161FF" }), _jsx("stop", { offset: "1", stopColor: "#6560C5", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint2_radial_1256_1281", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.15855e-07 1.67452) rotate(53.7163) scale(13.3167 15.4102)", children: [_jsx("stop", { stopColor: "#6F6AC9" }), _jsx("stop", { offset: "1", stopColor: "#33A36D", stopOpacity: "0.05" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint3_radial_1256_1281", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0 0.685425) scale(7.74643 12.5485)", children: [_jsx("stop", { stopColor: "white", stopOpacity: "0.81" }), _jsx("stop", { offset: "1", stopColor: "white", stopOpacity: "0.19" })] }), _jsxs("radialGradient", { id: "paint4_radial_1256_1281", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32.0095 0.685425) rotate(90) scale(12.832 6.78225)", children: [_jsx("stop", { stopOpacity: "0.5" }), _jsx("stop", { offset: "1", stopOpacity: "0" })] }), _jsx("clipPath", { id: "clip0_1256_1281", children: _jsx("rect", { width: "20", height: "20", fill: "white", transform: "translate(6 6.68542)" }) })] })] }) }));
|
|
15
|
-
};
|
|
16
|
-
export default WebsiteNew;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var WhitepaperNew = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, height = _a.height, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '32', height: height || '33', viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsxs("svg", { width: "32", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { filter: "url(#filter0_b_1256_1285)", children: [_jsx("rect", { y: "0.685425", width: "32", height: "32", rx: "10", fill: "white", fillOpacity: "0.1" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint0_radial_1256_1285)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint1_radial_1256_1285)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint2_radial_1256_1285)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint3_radial_1256_1285)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint4_radial_1256_1285)", strokeWidth: "1.5" }), _jsx("path", { d: "M22.7188 15.4354H17.25C16.7527 15.4354 16.2758 15.2379 15.9242 14.8863C15.5725 14.5346 15.375 14.0577 15.375 13.5604V8.09167C15.375 8.05023 15.3585 8.01049 15.3292 7.98119C15.2999 7.95189 15.2602 7.93542 15.2188 7.93542H11.625C10.962 7.93542 10.3261 8.19882 9.85723 8.66766C9.38839 9.1365 9.125 9.77238 9.125 10.4354V22.9354C9.125 23.5985 9.38839 24.2344 9.85723 24.7032C10.3261 25.172 10.962 25.4354 11.625 25.4354H20.375C21.038 25.4354 21.6739 25.172 22.1428 24.7032C22.6116 24.2344 22.875 23.5985 22.875 22.9354V15.5917C22.875 15.5502 22.8585 15.5105 22.8292 15.4812C22.7999 15.4519 22.7602 15.4354 22.7188 15.4354Z", fill: "#BEBEBE" }), _jsx("path", { d: "M22.3758 14.0522L16.7582 8.43465C16.7473 8.42379 16.7334 8.4164 16.7183 8.41341C16.7032 8.41042 16.6875 8.41197 16.6733 8.41785C16.659 8.42374 16.6469 8.4337 16.6383 8.44649C16.6297 8.45928 16.6251 8.47432 16.625 8.48972V13.5604C16.625 13.7262 16.6908 13.8852 16.8081 14.0024C16.9253 14.1196 17.0842 14.1854 17.25 14.1854H22.3207C22.3361 14.1854 22.3511 14.1807 22.3639 14.1722C22.3767 14.1636 22.3867 14.1514 22.3926 14.1372C22.3985 14.1229 22.4 14.1073 22.397 14.0922C22.394 14.077 22.3866 14.0631 22.3758 14.0522Z", fill: "#BEBEBE" })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_b_1256_1285", x: "-34", y: "-33.3146", width: "100", height: "100", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feGaussianBlur", { in: "BackgroundImageFix", stdDeviation: "17" }), _jsx("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect1_backgroundBlur_1256_1285" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_backgroundBlur_1256_1285", result: "shape" })] }), _jsxs("radialGradient", { id: "paint0_radial_1256_1285", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.0576 35.3327) rotate(-170.836) scale(16.6214 8.31622)", children: [_jsx("stop", { stopColor: "#2F328B" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint1_radial_1256_1285", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32 4.23451) rotate(110.316) scale(31.393 6.75515)", children: [_jsx("stop", { stopColor: "#8161FF" }), _jsx("stop", { offset: "1", stopColor: "#6560C5", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint2_radial_1256_1285", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.15855e-07 1.67452) rotate(53.7163) scale(13.3167 15.4102)", children: [_jsx("stop", { stopColor: "#6F6AC9" }), _jsx("stop", { offset: "1", stopColor: "#33A36D", stopOpacity: "0.05" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint3_radial_1256_1285", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0 0.685425) scale(7.74643 12.5485)", children: [_jsx("stop", { stopColor: "white", stopOpacity: "0.81" }), _jsx("stop", { offset: "1", stopColor: "white", stopOpacity: "0.19" })] }), _jsxs("radialGradient", { id: "paint4_radial_1256_1285", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32.0095 0.685425) rotate(90) scale(12.832 6.78225)", children: [_jsx("stop", { stopOpacity: "0.5" }), _jsx("stop", { offset: "1", stopOpacity: "0" })] })] })] }) }));
|
|
15
|
-
};
|
|
16
|
-
export default WhitepaperNew;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var XNew = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, height = _a.height, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '32', height: height || '33', viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsxs("svg", { width: "32", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("g", { filter: "url(#filter0_b_1256_1269)", children: [_jsx("rect", { y: "0.685425", width: "32", height: "32", rx: "10", fill: "white", fillOpacity: "0.1" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint0_radial_1256_1269)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint1_radial_1256_1269)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint2_radial_1256_1269)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint3_radial_1256_1269)", strokeWidth: "1.5" }), _jsx("rect", { x: "0.75", y: "1.43542", width: "30.5", height: "30.5", rx: "9.25", stroke: "url(#paint4_radial_1256_1269)", strokeWidth: "1.5" }), _jsx("path", { d: "M20.7923 9.18542H23.3482L17.7648 15.5396L24.3332 24.1854H19.1898L15.1623 18.9413L10.5532 24.1854H7.99484L13.9673 17.3896L7.6665 9.18542H12.9398L16.5815 13.9788L20.7923 9.18542ZM19.8957 22.6621H21.3123L12.1698 10.6288H10.6498L19.8957 22.6621Z", fill: "#BEBEBE" })] }), _jsxs("defs", { children: [_jsxs("filter", { id: "filter0_b_1256_1269", x: "-34", y: "-33.3146", width: "100", height: "100", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feGaussianBlur", { in: "BackgroundImageFix", stdDeviation: "17" }), _jsx("feComposite", { in2: "SourceAlpha", operator: "in", result: "effect1_backgroundBlur_1256_1269" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_backgroundBlur_1256_1269", result: "shape" })] }), _jsxs("radialGradient", { id: "paint0_radial_1256_1269", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(17.0576 35.3327) rotate(-170.836) scale(16.6214 8.31622)", children: [_jsx("stop", { stopColor: "#2F328B" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint1_radial_1256_1269", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32 4.23451) rotate(110.316) scale(31.393 6.75515)", children: [_jsx("stop", { stopColor: "#8161FF" }), _jsx("stop", { offset: "1", stopColor: "#6560C5", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint2_radial_1256_1269", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(1.15855e-07 1.67452) rotate(53.7163) scale(13.3167 15.4102)", children: [_jsx("stop", { stopColor: "#6F6AC9" }), _jsx("stop", { offset: "1", stopColor: "#33A36D", stopOpacity: "0.05" }), _jsx("stop", { offset: "1", stopColor: "#6F6AC9", stopOpacity: "0.05" })] }), _jsxs("radialGradient", { id: "paint3_radial_1256_1269", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(0 0.685425) scale(7.74643 12.5485)", children: [_jsx("stop", { stopColor: "white", stopOpacity: "0.81" }), _jsx("stop", { offset: "1", stopColor: "white", stopOpacity: "0.19" })] }), _jsxs("radialGradient", { id: "paint4_radial_1256_1269", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(32.0095 0.685425) rotate(90) scale(12.832 6.78225)", children: [_jsx("stop", { stopOpacity: "0.5" }), _jsx("stop", { offset: "1", stopOpacity: "0" })] })] })] }) }));
|
|
15
|
-
};
|
|
16
|
-
export default XNew;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var YellowQuestionMark = function (_a) {
|
|
3
|
-
var width = _a.width;
|
|
4
|
-
return (_jsxs("svg", { width: width || '14', height: "16", viewBox: "0 0 14 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M7.38006 14.72H6.67006L2.53006 13L2.00006 12.5L0.310059 8.36004V7.65004L2.00006 3.50004L2.53006 3.00004L6.67006 1.29004H7.38006L11.5301 3.00004L12.0301 3.49004L13.7401 7.65004V8.36004L12.0001 12.5L11.5001 13L7.38006 14.72Z", fill: "#FFB300" }), _jsx("path", { d: "M7.17255 5C7.8303 5 8.36181 5.18352 8.76708 5.55056C9.17236 5.9176 9.375 6.40918 9.375 7.02528C9.375 7.71348 9.15907 8.22472 8.72722 8.55899C8.29537 8.8867 7.71071 9.05056 6.97323 9.05056L6.94334 9.98455H6.15604L6.11617 8.43118H6.40518C7.06293 8.43118 7.57783 8.33286 7.94989 8.13624C8.32194 7.93961 8.50797 7.56929 8.50797 7.02528C8.50797 6.63202 8.38838 6.32069 8.1492 6.09129C7.91002 5.86189 7.58779 5.74719 7.18252 5.74719C6.7706 5.74719 6.44505 5.85861 6.20587 6.08146C5.97333 6.29775 5.85706 6.59597 5.85706 6.97612H5C5 6.58287 5.08969 6.23876 5.26908 5.94382C5.44846 5.64232 5.70093 5.40964 6.02648 5.24579C6.35868 5.08193 6.7407 5 7.17255 5ZM6.5447 12C6.37196 12 6.2258 11.941 6.10621 11.823C5.98662 11.7051 5.92682 11.5609 5.92682 11.3904C5.92682 11.22 5.98662 11.0758 6.10621 10.9579C6.2258 10.8399 6.37196 10.7809 6.5447 10.7809C6.7108 10.7809 6.85032 10.8399 6.96327 10.9579C7.08286 11.0758 7.14265 11.22 7.14265 11.3904C7.14265 11.5609 7.08286 11.7051 6.96327 11.823C6.85032 11.941 6.7108 12 6.5447 12Z", fill: "#F9F4E7" })] }));
|
|
5
|
-
};
|
|
6
|
-
export default YellowQuestionMark;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Arrow = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsxs("svg", { width: width || '30', height: "30", viewBox: "0 0 30 30", fill: "none", sx: style, children: [_jsx("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", fill: "var(--theme-ui-colors-primaryButton)", stroke: "#F9F4E7", strokeWidth: "0" }), _jsx("path", { d: "M15.0037 15.5939C15.7767 15.5939 16.4765 15.6395 16.907 15.7243C16.9137 15.7243 17.3076 15.8084 17.4389 15.8626C17.6285 15.9475 17.7889 16.1008 17.8911 16.2925C17.9642 16.4458 18 16.6077 18 16.7766C17.9933 16.9527 17.8836 17.2835 17.8321 17.414C17.5121 18.2738 16.4616 19.917 15.8207 20.5473C15.7185 20.6542 15.5946 20.7697 15.5655 20.8004C15.4044 20.9308 15.2082 21 14.997 21C14.8068 21 14.6173 20.9387 14.4643 20.8153C14.3849 20.7564 14.2689 20.6391 14.2159 20.5841L14.1875 20.5544C13.5235 19.91 12.5252 18.3044 12.2044 17.4902C12.1976 17.4902 12.0378 17.0841 12.0054 16.839L12 16.7766V16.746C12 16.3923 12.1895 16.0623 12.4961 15.8933C12.664 15.8013 13.152 15.7165 13.1594 15.7086C13.5966 15.6395 14.2673 15.5939 15.0037 15.5939ZM15.0004 10C15.3935 10 15.7164 10.3143 15.7552 10.7175L15.7591 10.7992L15.5957 13.8288C15.5957 14.1754 15.3294 14.456 15.0004 14.456C14.6949 14.456 14.4434 14.2141 14.409 13.902L14.405 13.8288L14.2409 10.7992C14.2409 10.3576 14.5811 10 15.0004 10Z", fill: "#fff" })] }));
|
|
15
|
-
};
|
|
16
|
-
export default Arrow;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
2
|
-
var Arrow = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsx("svg", { width: width || '11', height: "18", viewBox: "0 0 11 18", sx: style, children: _jsx("path", { xmlns: "http://www.w3.org/2000/svg", d: "M4.05315 18C3.66071 18 3.36083 17.6498 3.4212 17.2621L4.40395 10.95H0.495277C0.298951 10.95 0.156169 10.8667 0.0669294 10.7C-0.0223098 10.5333 -0.0223098 10.375 0.0669294 10.225L6.43712 0.294459C6.55483 0.110964 6.75784 0 6.97584 0C7.36872 0 7.66886 0.350677 7.60821 0.738842L6.62601 7.025H10.4811C10.6775 7.025 10.8247 7.10833 10.9229 7.275C11.021 7.44167 11.0255 7.6 10.9363 7.75L4.59249 17.7042C4.47505 17.8884 4.27166 18 4.05315 18Z" }) }));
|
|
15
|
-
};
|
|
16
|
-
export default Arrow;
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
export { default as External } from './External';
|
|
2
|
-
export { default as Caret } from './Caret';
|
|
3
|
-
export { default as Home } from './Home';
|
|
4
|
-
export { default as Calculator } from './Calculator';
|
|
5
|
-
export { default as Farm } from './Farm';
|
|
6
|
-
export { default as Frame } from './Frame';
|
|
7
|
-
export { default as Gnana } from './Gnana';
|
|
8
|
-
export { default as Info } from './Info';
|
|
9
|
-
export { default as More } from './More';
|
|
10
|
-
export { default as NFA } from './NFA';
|
|
11
|
-
export { default as Pool } from './Pool';
|
|
12
|
-
export { default as Rocket } from './Rocket';
|
|
13
|
-
export { default as Trade } from './Trade';
|
|
14
|
-
export { default as Vault } from './Vaults';
|
|
15
|
-
export { default as Ellipse } from './Ellipse';
|
|
16
|
-
export { default as Twitter } from './Twitter';
|
|
17
|
-
export { default as Send } from './Send';
|
|
18
|
-
export { default as Error } from './Error';
|
|
19
|
-
export { default as Close } from './Close';
|
|
20
|
-
export { default as Collapse } from './Collapse';
|
|
21
|
-
export { default as TextLogo } from './TextLogo';
|
|
22
|
-
export { default as ProfileLight } from './ProfileLight';
|
|
23
|
-
export { default as ProfileDark } from './ProfileDark';
|
|
24
|
-
export { default as ProfileIcon } from './ProfileIcon';
|
|
25
|
-
export { default as Hamburger } from './Hamburger';
|
|
26
|
-
export { default as QuestionCircle } from './QuestionCircle';
|
|
27
|
-
export { default as Success } from './Success';
|
|
28
|
-
export { default as Settings } from './Settings';
|
|
29
|
-
export { default as Search } from './Search';
|
|
30
|
-
export { default as Chart } from './Chart';
|
|
31
|
-
export { default as Discord } from './Discord';
|
|
32
|
-
export { default as Reddit } from './Reddit';
|
|
33
|
-
export { default as Medium } from './Medium';
|
|
34
|
-
export { default as Instagram } from './Instagram';
|
|
35
|
-
export { default as Website } from './Website';
|
|
36
|
-
export { default as Arrow } from './Arrow';
|
|
37
|
-
export { default as SwapArrows } from './SwapArrows';
|
|
38
|
-
export { default as InfoSolid } from './InfoSolid';
|
|
39
|
-
export { default as Cancelled } from './Cancelled';
|
|
40
|
-
export { default as SuccessOutline } from './SuccessOutline';
|
|
41
|
-
export { default as Trash } from './Trash';
|
|
42
|
-
export { default as ZapArrow } from './ZapArrow';
|
|
43
|
-
export { default as ZapIcon } from './ZapIcon';
|
|
44
|
-
export { default as Migrate } from './Migrate';
|
|
45
|
-
export { default as Message } from './Message';
|
|
46
|
-
export { default as Positions } from './Positions';
|
|
47
|
-
export { default as MenuSettings } from './MenuSettings';
|
|
48
|
-
export { default as Fav } from './Fav';
|
|
49
|
-
export { default as Hot } from './Hot';
|
|
50
|
-
// LOGOS
|
|
51
|
-
export { default as AbondSmallLogo } from './AbondSmallLogo';
|
|
52
|
-
export { default as ApeswapSmallLogo } from './ApeswapSmallLogo';
|
|
53
|
-
export { default as AbondFullLogo } from './AbondFullLogo';
|
|
54
|
-
export { default as FullLogo } from './FullLogo';
|
|
55
|
-
//
|
|
56
|
-
export { default as Telegram } from './Telegram';
|
|
57
|
-
export { default as Island } from './Island';
|
|
58
|
-
export { default as Moon } from './Moon';
|
|
59
|
-
export { default as LanguageIcon } from './LanguageIcon';
|
|
60
|
-
export { default as AccountMonkey } from './AccountMonkey';
|
|
61
|
-
export { default as Card } from './Card';
|
|
62
|
-
export { default as Bridge } from './Bridge';
|
|
63
|
-
export { default as Docs } from './Docs';
|
|
64
|
-
export { default as Quiz } from './Quiz';
|
|
65
|
-
export { default as Copy } from './Copy';
|
|
66
|
-
export { default as HamburgerClosed } from './HamburgerClosed';
|
|
67
|
-
export { default as Cog } from './Cog';
|
|
68
|
-
export { default as PlaceholderMonkey } from './PlaceholderMonkey';
|
|
69
|
-
export { default as SwitchArrows } from './SwitchArrows';
|
|
70
|
-
export { default as BillsM1 } from './BillsM1';
|
|
71
|
-
export { default as BillsM2 } from './BillsM2';
|
|
72
|
-
export { default as BillsM3 } from './BillsM3';
|
|
73
|
-
export { default as URL } from './URL';
|
|
74
|
-
export { default as Bubble } from './Bubble';
|
|
75
|
-
export { default as Audit } from './Audit';
|
|
76
|
-
export { default as GreenShield } from './GreenShield';
|
|
77
|
-
export { default as Chain } from './Chain';
|
|
78
|
-
export { default as Verified } from './Verified';
|
|
79
|
-
export { default as TickShield } from './TickShield';
|
|
80
|
-
export { default as Share } from './Share';
|
|
81
|
-
export { default as FilledURL } from './FilledURL';
|
|
82
|
-
export { default as YellowQuestionMark } from './YellowQuestionMark';
|
|
83
|
-
export { default as BananaIcon } from './BananaIcon';
|
|
84
|
-
export { default as ScrollTop } from './ScrollTop';
|
|
85
|
-
export { default as Explorer } from './Explorer';
|
|
86
|
-
export { default as LiquidityIcon } from './LiquidityIcon';
|
|
87
|
-
export { default as PolygonNew } from './polygonNew';
|
|
88
|
-
export { default as Fire } from './Fire';
|
|
89
|
-
export { default as NavCaret } from './NavCaret';
|
|
90
|
-
export { default as Logout } from './Logout';
|
|
91
|
-
export { default as Wallet } from './Wallet';
|
|
92
|
-
export { default as Receipt } from './Receipt';
|
|
93
|
-
export { default as ApebondLogo } from './ApebondLogo';
|
|
94
|
-
export { default as Question } from './Question';
|
|
95
|
-
export { default as Chat } from './Chat';
|
|
96
|
-
export { default as DocsV2 } from './DocsV2';
|
|
97
|
-
export { default as Tag } from './Tag';
|
|
98
|
-
export { default as Play } from './Play';
|
|
99
|
-
export { default as Watch } from './Watch';
|
|
100
|
-
export { default as XNew } from './XNew';
|
|
101
|
-
export { default as DiscordNew } from './DiscordNew';
|
|
102
|
-
export { default as WebsiteNew } from './WebsiteNew';
|
|
103
|
-
export { default as WhitepaperNew } from './WhitepaperNew';
|
|
104
|
-
export { default as TelegramNew } from './TelegramNew';
|
|
105
|
-
export { default as Calendar } from './Calendar';
|
|
106
|
-
export { default as QuestionFill } from './QuestionFill';
|
|
107
|
-
export { default as Warning } from './Warning';
|
|
108
|
-
export { default as Insight } from './Insight';
|
|
109
|
-
export { default as Expand } from './Expand';
|
|
110
|
-
export { default as LineChart } from './LineChart';
|
|
111
|
-
export { default as Sort } from './Sort';
|
|
112
|
-
export { default as AllChains } from './AllChains';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
-
var PolygonNew = function (_a) {
|
|
3
|
-
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'text' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
4
|
-
var deg = {
|
|
5
|
-
left: 90,
|
|
6
|
-
up: 180,
|
|
7
|
-
right: 270,
|
|
8
|
-
down: 0,
|
|
9
|
-
};
|
|
10
|
-
var style = getStyles({
|
|
11
|
-
degree: deg[direction],
|
|
12
|
-
color: color,
|
|
13
|
-
});
|
|
14
|
-
return (_jsxs("svg", { width: width || '113', height: "25", viewBox: "0 0 113 25", children: [_jsxs("g", { opacity: "0.8", children: [_jsx("path", { d: "M35.8948 22.8065V7.43991H38.1812L38.3989 8.68028H38.5078C39.161 7.83069 40.2711 7.22217 41.8167 7.22217C44.6454 7.22217 46.9104 9.52987 46.9104 12.9457C46.9104 16.3616 44.6474 18.6693 41.8167 18.6693C40.2925 18.6693 39.2271 18.0375 38.6614 17.3201H38.5525V22.8045H35.8968L35.8948 22.8065ZM44.2527 12.9477C44.2527 10.9452 42.9676 9.68346 41.4007 9.68346C39.8337 9.68346 38.5486 10.9452 38.5486 12.9477C38.5486 14.9502 39.8337 16.2119 41.4007 16.2119C42.9676 16.2119 44.2527 14.9502 44.2527 12.9477Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M48.2557 12.9477C48.2557 9.61737 50.6489 7.22412 53.849 7.22412C57.0491 7.22412 59.4423 9.61737 59.4423 12.9477C59.4423 16.278 57.0491 18.6713 53.849 18.6713C50.6489 18.6713 48.2557 16.2547 48.2557 12.9477ZM56.7652 12.9477C56.7652 10.988 55.4587 9.68347 53.849 9.68347C52.2392 9.68347 50.9114 10.9899 50.9114 12.9477C50.9114 14.9055 52.2392 16.1905 53.849 16.1905C55.4587 16.1905 56.7652 14.9074 56.7652 12.9477Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M61.367 18.4536V3.21729H64.0227V18.4536H61.367Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M73.8815 7.43994H76.7103L71.9218 20.8254C71.4436 22.1533 70.7903 22.8065 69.0698 22.8065H66.5015V20.3471H68.679C69.0717 20.3471 69.2875 20.1508 69.4197 19.8242L69.6802 19.1068L65.197 7.43994H68.0258L70.8778 15.0804H71.3133L73.8815 7.43994Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M77.2177 18.9979H79.9161C80.025 19.7153 80.7424 20.6951 82.4416 20.6951C84.03 20.6951 85.0759 19.6939 85.0759 18.1697V16.6241H84.967C84.3799 17.2559 83.2912 17.8217 81.8972 17.8217C79.0685 17.8217 76.8911 15.6442 76.8911 12.5103C76.8911 9.37628 79.0685 7.22217 81.8972 7.22217C83.3553 7.22217 84.4227 7.8093 85.0973 8.63751H85.2062L85.4239 7.43991H87.7316V18.1697C87.7316 21.0859 85.7719 23.0242 82.4416 23.0242C78.7205 23.0242 77.2838 20.5862 77.2177 18.9979ZM85.0759 12.5122C85.0759 10.7936 83.8569 9.59597 82.3113 9.59597C80.7657 9.59597 79.5681 10.7936 79.5681 12.5122C79.5681 14.2308 80.7871 15.4498 82.3113 15.4498C83.8356 15.4498 85.0759 14.2522 85.0759 12.5122Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M89.5787 12.9477C89.5787 9.61737 91.9719 7.22412 95.172 7.22412C98.3721 7.22412 100.765 9.61737 100.765 12.9477C100.765 16.278 98.3721 18.6713 95.172 18.6713C91.9719 18.6713 89.5787 16.2547 89.5787 12.9477ZM98.0882 12.9477C98.0882 10.988 96.7817 9.68347 95.172 9.68347C93.5622 9.68347 92.2344 10.9899 92.2344 12.9477C92.2344 14.9055 93.5622 16.1905 95.172 16.1905C96.7817 16.1905 98.0882 14.9074 98.0882 12.9477Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M102.612 18.4535V7.43991H104.897L105.114 8.48392H105.223C105.659 7.98427 106.747 7.22217 108.4 7.22217C110.925 7.22217 112.753 9.04967 112.753 11.8356V18.4516H110.097V12.1836C110.097 10.7683 109.096 9.74567 107.725 9.74567C106.355 9.74567 105.266 10.813 105.266 12.1836V18.4516H102.61L102.612 18.4535Z", fill: "#2A1C3C", sx: style }), _jsx("path", { d: "M20.4369 17.1685L26.9653 13.3988C27.3114 13.1986 27.5253 12.8273 27.5253 12.4287V4.88929C27.5253 4.49074 27.3114 4.11941 26.9653 3.91916L20.4369 0.149457C20.0908 -0.05079 19.6612 -0.0488459 19.3171 0.149457L12.7886 3.91916C12.4426 4.11941 12.2287 4.49074 12.2287 4.88929V18.3622L7.65023 21.0043L3.07176 18.3622V13.0761L7.65023 10.434L10.6695 12.1779V8.63178L8.21014 7.21061C8.041 7.1134 7.84658 7.06091 7.65023 7.06091C7.45387 7.06091 7.25945 7.1134 7.09031 7.21061L0.559915 10.9784C0.213856 11.1786 0 11.5499 0 11.9485V19.4879C0 19.8865 0.213856 20.2578 0.559915 20.458L7.08837 24.2277C7.43443 24.426 7.86214 24.426 8.2082 24.2277L14.7366 20.458C15.0827 20.2578 15.2966 19.8865 15.2966 19.4879V6.01496L15.3782 5.9683L19.8731 3.37286L24.4516 6.01496V11.3011L19.8731 13.9432L16.8577 12.2032V15.7493L19.3132 17.1666C19.6592 17.3649 20.0889 17.3649 20.433 17.1666L20.4369 17.1685Z", fill: "url(#paint0_linear_1988_116512)" })] }), _jsx("defs", { children: _jsxs("linearGradient", { id: "paint0_linear_1988_116512", x1: "-0.0874863", y1: "20.2286", x2: "26.3432", y2: "4.88735", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#9A3C8F" }), _jsx("stop", { offset: "0.98", stopColor: "#734D9A" }), _jsx("stop", { offset: "1", stopColor: "#734E9B" })] }) })] }));
|
|
15
|
-
};
|
|
16
|
-
export default PolygonNew;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import { directions } from '../types';
|