@ape.swap/bonds-sdk 1.0.778 → 1.0.779
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/BondMenu/BondMenu.js +2 -13
- package/dist/components/BondRows/BondRow.d.ts +0 -1
- package/dist/components/BondRows/BondRow.js +2 -13
- package/dist/components/BondRows/BondRowHeader.js +1 -12
- package/dist/components/BondRows/BondRowsByChain.d.ts +2 -3
- package/dist/components/BondRows/BondRowsByChain.js +2 -13
- package/dist/components/BondRows/BondRowsWithTitle.d.ts +1 -2
- package/dist/components/BondRows/BondRowsWithTitle.js +2 -13
- package/dist/components/BondRows/ChainTitle.d.ts +1 -1
- package/dist/components/BondRows/ChainTitle.js +2 -13
- package/dist/components/MenuSelect/MenuSelect.d.ts +5 -1
- package/dist/components/MenuSelect/MenuSelect.js +1 -1
- package/dist/components/MenuSelect/RecommendationSelector.js +5 -16
- package/dist/components/NetworkFilter/index.js +6 -17
- package/dist/components/ProgressBar/ProgressBar.js +2 -13
- package/dist/components/ProgressBar/ProgressBarWrapper.js +1 -12
- package/dist/components/TokenInfoAndName/index.d.ts +1 -1
- package/dist/components/TokenInfoAndName/index.js +6 -17
- package/dist/components/Tooltip/ButtonsRow.js +1 -1
- package/dist/components/Tooltip/Tooltip.js +1 -12
- package/dist/components/uikit-sdk/Button/IconButton.js +1 -1
- package/dist/components/uikit-sdk/Checkbox/index.d.ts +0 -1
- package/dist/components/uikit-sdk/Checkbox/index.js +2 -2
- package/dist/components/uikit-sdk/Flex/index.d.ts +3 -1
- package/dist/components/uikit-sdk/Input/Input.d.ts +7 -2
- package/dist/components/uikit-sdk/Input/Input.js +5 -5
- package/dist/components/uikit-sdk/Input/NumericInput.d.ts +4 -5
- package/dist/components/uikit-sdk/Input/StyledInput.js +1 -12
- package/dist/components/uikit-sdk/Modal/ModalFooter.d.ts +4 -0
- package/dist/components/uikit-sdk/Modal/ModalFooter.js +21 -0
- package/dist/components/uikit-sdk/Modal/ModalHeader.d.ts +4 -0
- package/dist/components/uikit-sdk/Modal/ModalHeader.js +31 -0
- package/dist/components/uikit-sdk/Modal/index.d.ts +4 -0
- package/dist/components/uikit-sdk/Modal/index.js +46 -0
- package/dist/components/uikit-sdk/Modal/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/Modal/styles.js +62 -0
- package/dist/components/uikit-sdk/Modal/types.d.ts +17 -0
- package/dist/components/uikit-sdk/Modal/types.js +1 -0
- package/dist/components/uikit-sdk/Select/Select.js +4 -4
- package/dist/components/uikit-sdk/Select/SelectItem.d.ts +0 -1
- package/dist/components/uikit-sdk/Select/SelectItem.js +1 -1
- package/dist/components/uikit-sdk/Svg/Icons/AbondFullLogo.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/AbondSmallLogo.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/AccountMonkey.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/ApebondLogo.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/ApeswapSmallLogo.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Audit.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/BananaIcon.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/BillsM1.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/BillsM2.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/BillsM3.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Bridge.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Bubble.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Calculator.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Calendar.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Cancelled.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Card.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Caret.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Chain.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Chart.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Chat.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Close.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Cog.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/Icons/Cog.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Collapse.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Copy.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Discord.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/DiscordNew.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Docs.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/DocsV2.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Ellipse.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Error.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Expand.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Explorer.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/External.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Farm.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Fav.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/FilledURL.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Fire.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Frame.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/FullLogo.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Gnana.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/GreenShield.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/Icons/GreenShield.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/HamburgerClosed.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Home.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Hot.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Info.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/InfoSolid.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Insight.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Instagram.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Island.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/LanguageIcon.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/LiquidityIcon.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Logout.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Medium.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/MenuSettings.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Message.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Migrate.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Moon.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/More.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/NFA.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/NavCaret.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Play.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Pool.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Positions.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/ProfileDark.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/ProfileLight.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Question.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/QuestionFill.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Quiz.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Receipt.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Reddit.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Rocket.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/ScrollTop.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Search.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Send.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Settings.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Share.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Sort.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Success.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/SuccessOutline.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/SwapArrows.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Tag.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Telegram.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/TelegramNew.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/TextLogo.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/TickShield.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Trade.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Trash.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/URL.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Vaults.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Verified.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Wallet.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Warning.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Watch.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/Website.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/WebsiteNew.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/WhitepaperNew.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/XNew.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/YellowQuestionMark.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js +1 -12
- package/dist/components/uikit-sdk/Svg/Icons/polygonNew.js +1 -12
- package/dist/components/uikit-sdk/Svg/index.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/tokens/ABOND.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/BANANA.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/BASE.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/BNB.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/BSC.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/CELO.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/ETH.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/GNANA.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/OKX.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js +2 -13
- package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js +1 -12
- package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/Brave.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/walletIcons/Brave.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/MadWallet.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/OKX.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/walletIcons/OKX.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/Unstoppable.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.d.ts +0 -1
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.js +1 -12
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletImage.js +1 -12
- package/dist/components/uikit-sdk/Tag/ListTag.js +1 -1
- package/dist/components/uikit-sdk/Tag/styles.d.ts +2 -3
- package/dist/components/uikit-sdk/Text/index.js +1 -1
- package/dist/components/uikit-sdk/TokenImage/index.d.ts +1 -1
- package/dist/components/uikit-sdk/TokenImage/index.js +2 -13
- package/dist/components/uikit-sdk/TooltipBubble/index.js +1 -1
- package/dist/components/uikit-sdk/index.d.ts +1 -0
- package/dist/components/uikit-sdk/index.js +1 -0
- package/dist/config/abi/types/factories/Banana__factory.js +2 -1
- package/dist/config/abi/types/factories/BondNft__factory.js +2 -1
- package/dist/config/abi/types/factories/Bond__factory.js +2 -1
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +2 -1
- package/dist/config/abi/types/factories/EnsRegistrar__factory.js +2 -1
- package/dist/config/abi/types/factories/Erc20__factory.js +2 -1
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +2 -1
- package/dist/config/abi/types/factories/JungleChef__factory.js +2 -1
- package/dist/config/abi/types/factories/LaunchBonds__factory.js +2 -1
- package/dist/config/abi/types/factories/LensContract__factory.js +2 -1
- package/dist/config/abi/types/factories/LockVeAbond__factory.js +2 -1
- package/dist/config/abi/types/factories/MigrationBond__factory.js +2 -1
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +2 -1
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +2 -1
- package/dist/config/abi/types/factories/Multicallv2__factory.js +2 -1
- package/dist/config/abi/types/factories/Multicallv3__factory.js +2 -1
- package/dist/config/abi/types/factories/NonFungibleApes__factory.js +2 -1
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +2 -1
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +2 -1
- package/dist/config/abi/types/factories/PriceGetterV2__factory.js +2 -1
- package/dist/config/abi/types/factories/PriceGetter__factory.js +2 -1
- package/dist/config/abi/types/factories/SousChef__factory.js +2 -1
- package/dist/config/abi/types/factories/Treasury__factory.js +2 -1
- package/dist/config/abi/types/factories/Weth__factory.js +2 -1
- package/dist/config/abi/types/factories/Zap__factory.js +2 -1
- package/dist/config/constants/addresses.js +4 -4
- package/dist/config/constants/api.d.ts +4 -4
- package/dist/config/constants/api.js +4 -4
- package/dist/config/constants/lists.d.ts +3 -3
- package/dist/contexts/Localization/Provider.js +3 -3
- package/dist/contexts/Localization/helpers.js +2 -2
- package/dist/contexts/ModalContext.js +3 -14
- package/dist/contexts/RefreshContext.js +3 -14
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4 -4
- package/dist/providers/index.d.ts +8 -0
- package/dist/providers/index.js +12 -0
- package/dist/scss/BondModal.scss +1 -1
- package/dist/theme/colors.js +2 -2
- package/dist/utils/index.js +2 -2
- package/dist/utils/multicall.js +2 -2
- package/dist/{components/Modals → views}/BondModal/BondModal.d.ts +2 -2
- package/dist/{components/Modals → views}/BondModal/BondModal.js +37 -36
- package/dist/{components/Modals → views}/BondModal/helper.d.ts +1 -1
- package/dist/{components/Modals → views}/BondModal/helper.js +1 -1
- package/dist/views/BondModal/index.d.ts +4 -0
- package/dist/views/BondModal/index.js +18 -0
- package/dist/{pages → views}/Bonds/Bonds.js +2 -13
- package/dist/{pages → views}/YourBonds/YourBonds.js +11 -22
- package/dist/{pages → views}/YourBonds/fetchBillsUser.js +7 -9
- package/dist/{pages → views}/YourBonds/getBillNftData.js +2 -2
- package/dist/{components/Modals → views}/YourBondsModal/YourBondsModal.d.ts +2 -2
- package/dist/views/YourBondsModal/YourBondsModal.js +173 -0
- package/dist/{components/Modals → views}/YourBondsModal/styles.js +1 -1
- package/package.json +1 -1
- package/dist/components/Modals/YourBondsModal/YourBondsModal.js +0 -184
- /package/dist/{pages → views}/Bonds/Bonds.d.ts +0 -0
- /package/dist/{pages → views}/YourBonds/YourBonds.d.ts +0 -0
- /package/dist/{pages → views}/YourBonds/fetchBillsUser.d.ts +0 -0
- /package/dist/{pages → views}/YourBonds/getBillNftData.d.ts +0 -0
- /package/dist/{components/Modals → views}/YourBondsModal/styles.d.ts +0 -0
|
@@ -34,22 +34,22 @@ var Input = function (_a) {
|
|
|
34
34
|
var variant = _a.variant, width = _a.width, status = _a.status, isLoading = _a.isLoading, props = __rest(_a, ["variant", "width", "status", "isLoading"]);
|
|
35
35
|
switch (variant) {
|
|
36
36
|
case 'search':
|
|
37
|
-
return (_jsxs(Flex,
|
|
37
|
+
return (_jsxs(Flex, { sx: { position: 'relative', width: width ? width : 'unset' }, children: [_jsx(ThemeInput, __assign({}, props, { sx: {
|
|
38
38
|
background: 'white3',
|
|
39
39
|
border: 'none',
|
|
40
40
|
pl: '10px',
|
|
41
41
|
borderRadius: '10px',
|
|
42
42
|
':focus': { outline: 'none' },
|
|
43
|
-
} })), _jsx(Flex,
|
|
43
|
+
} })), _jsx(Flex, { sx: { position: 'absolute', right: 5, justifyContent: 'center', height: '100%' }, children: _jsx(Svg, { icon: "search", color: "grey" }) })] }));
|
|
44
44
|
case 'password':
|
|
45
45
|
var statusColor = colorScheme[status];
|
|
46
|
-
return (_jsxs(Flex,
|
|
46
|
+
return (_jsxs(Flex, { sx: {
|
|
47
47
|
width: width ? width : '100%',
|
|
48
48
|
flexDirection: 'column',
|
|
49
49
|
alignItems: 'center',
|
|
50
50
|
gap: '5px',
|
|
51
51
|
position: 'relative',
|
|
52
|
-
}
|
|
52
|
+
}, children: [_jsx(ThemeInput, __assign({}, props, { type: "password", sx: {
|
|
53
53
|
position: 'relative',
|
|
54
54
|
background: 'white3',
|
|
55
55
|
border: 'none',
|
|
@@ -58,7 +58,7 @@ var Input = function (_a) {
|
|
|
58
58
|
pl: '10px',
|
|
59
59
|
borderRadius: '10px',
|
|
60
60
|
':focus': { outline: 'none' },
|
|
61
|
-
} })), isLoading && (_jsx(Flex,
|
|
61
|
+
} })), isLoading && (_jsx(Flex, { sx: { position: 'absolute', top: '5px', right: '5px', justifyContent: 'center', height: '100%' }, children: _jsx(Spinner, { width: "20px", height: "20px" }) })), _jsx(Text, { sx: { fontSize: '10px', color: statusColor, visibility: status === 'default' ? 'hidden' : 'visible' }, children: status === 'error' ? 'Wrong Password' : 'Correct Password' })] }));
|
|
62
62
|
default:
|
|
63
63
|
return (_jsx(ThemeInput, __assign({}, props, { sx: {
|
|
64
64
|
background: 'white3',
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ThemeUIStyleObject } from 'theme-ui';
|
|
3
2
|
declare const NumericInput: ({ onUserInput, value, disabled, style, placeholder, }: {
|
|
4
|
-
onUserInput?: (
|
|
3
|
+
onUserInput?: (input: string) => void;
|
|
5
4
|
value: string;
|
|
6
|
-
disabled?: boolean
|
|
7
|
-
style?: ThemeUIStyleObject
|
|
8
|
-
placeholder?: string
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
style?: ThemeUIStyleObject;
|
|
7
|
+
placeholder?: string;
|
|
9
8
|
}) => import("react").JSX.Element;
|
|
10
9
|
export default NumericInput;
|
|
@@ -2,17 +2,6 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
|
2
2
|
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
3
3
|
return cooked;
|
|
4
4
|
};
|
|
5
|
-
var __assign = (this && this.__assign) || function () {
|
|
6
|
-
__assign = Object.assign || function(t) {
|
|
7
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
8
|
-
s = arguments[i];
|
|
9
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
10
|
-
t[p] = s[p];
|
|
11
|
-
}
|
|
12
|
-
return t;
|
|
13
|
-
};
|
|
14
|
-
return __assign.apply(this, arguments);
|
|
15
|
-
};
|
|
16
5
|
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
17
6
|
//@ts-nocheck
|
|
18
7
|
import styled from '@emotion/styled';
|
|
@@ -31,7 +20,7 @@ var StyledInputComponent = styled(Input)(templateObject_2 || (templateObject_2 =
|
|
|
31
20
|
});
|
|
32
21
|
var StyledInput = function (_a) {
|
|
33
22
|
var endAdornment = _a.endAdornment, onChange = _a.onChange, placeholder = _a.placeholder, startAdornment = _a.startAdornment, value = _a.value, height = _a.height;
|
|
34
|
-
return (_jsxs(StyledInputWrapper,
|
|
23
|
+
return (_jsxs(StyledInputWrapper, { sx: { height: height !== null && height !== void 0 ? height : null }, children: [!!startAdornment && startAdornment, _jsx(StyledInputComponent, { placeholder: placeholder, value: value, onChange: onChange }), !!endAdornment && endAdornment] }));
|
|
35
24
|
};
|
|
36
25
|
export default StyledInput;
|
|
37
26
|
var templateObject_1, templateObject_2;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
2
|
+
import { useContext } from 'react';
|
|
3
|
+
import { Flex } from 'theme-ui';
|
|
4
|
+
import styles from './styles';
|
|
5
|
+
import Text from '../Text';
|
|
6
|
+
import { Context as ModalContext } from "../../../contexts/ModalContext";
|
|
7
|
+
var ModalFooter = function (_a) {
|
|
8
|
+
var children = _a.children, onDismiss = _a.onDismiss, t = _a.t;
|
|
9
|
+
var handleClose = useContext(ModalContext).handleClose;
|
|
10
|
+
var onClose = function () {
|
|
11
|
+
onDismiss === null || onDismiss === void 0 ? void 0 : onDismiss();
|
|
12
|
+
handleClose();
|
|
13
|
+
};
|
|
14
|
+
return (_jsxs(Flex, { sx: styles.modalFooter, children: [children, _jsx(Text, { onClick: onClose, sx: {
|
|
15
|
+
textDecoration: 'underline',
|
|
16
|
+
color: 'text',
|
|
17
|
+
cursor: 'pointer',
|
|
18
|
+
fontSize: '16px',
|
|
19
|
+
}, children: t ? t('Cancel') : 'Cancel' })] }));
|
|
20
|
+
};
|
|
21
|
+
export default ModalFooter;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "theme-ui/jsx-runtime";
|
|
24
|
+
import { Divider, Flex } from 'theme-ui';
|
|
25
|
+
import style from './styles';
|
|
26
|
+
import { IconButton } from '../Button';
|
|
27
|
+
var ModalHeader = function (_a) {
|
|
28
|
+
var children = _a.children, onDismiss = _a.onDismiss, hideDivider = _a.hideDivider, props = __rest(_a, ["children", "onDismiss", "hideDivider"]);
|
|
29
|
+
return (_jsxs(_Fragment, { children: [_jsxs(Flex, __assign({}, props, { sx: style.modalHead, children: [children, onDismiss && _jsx(IconButton, { icon: "close", color: "text", variant: "transparent", onClick: onDismiss })] })), !hideDivider && _jsx(Divider, {})] }));
|
|
30
|
+
};
|
|
31
|
+
export default ModalHeader;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
24
|
+
import { useContext } from 'react';
|
|
25
|
+
import { Box } from 'theme-ui';
|
|
26
|
+
import { AnimatePresence, motion } from 'framer-motion';
|
|
27
|
+
import style from './styles';
|
|
28
|
+
import ModalHeader from './ModalHeader';
|
|
29
|
+
import { Context as ModalContext } from '../../../contexts/ModalContext';
|
|
30
|
+
import Text from '../Text';
|
|
31
|
+
var Modal = function (_a) {
|
|
32
|
+
var children = _a.children, onDismiss = _a.onDismiss, _b = _a.open, open = _b === void 0 ? true : _b, title = _a.title, _c = _a.zIndex, zIndex = _c === void 0 ? 'modal' : _c, onAnimationComplete = _a.onAnimationComplete, backdrop = _a.backdrop, props = __rest(_a, ["children", "onDismiss", "open", "title", "zIndex", "onAnimationComplete", "backdrop"]);
|
|
33
|
+
var handleClose = useContext(ModalContext).handleClose;
|
|
34
|
+
var onClose = onDismiss || handleClose;
|
|
35
|
+
return (_jsxs(Box, { id: title, sx: { zIndex: zIndex }, children: [_jsx(AnimatePresence, { children: open && (_jsxs(motion.div, __assign({ initial: {
|
|
36
|
+
opacity: 0,
|
|
37
|
+
transform: 'translate(-50%, -50%) scale(0.1)',
|
|
38
|
+
}, animate: {
|
|
39
|
+
opacity: 1,
|
|
40
|
+
transform: 'translate(-50%, -50%) scale(1.0)',
|
|
41
|
+
}, transition: {
|
|
42
|
+
opacity: { duration: 0.2 },
|
|
43
|
+
transform: { duration: 0.2 },
|
|
44
|
+
}, exit: { opacity: 0, transform: 'translate(-50%, -50%) scale(0)' } }, props, { sx: __assign(__assign({}, style.container), { zIndex: zIndex }), onAnimationComplete: onAnimationComplete, children: [title && (_jsx(ModalHeader, { onDismiss: onClose, children: _jsx(Text, { sx: { fontSize: '22px', fontWeight: 700, lineHeight: '33px' }, children: title }) })), children] }))) }), open && _jsx(Box, { sx: __assign(__assign({}, style.backdrop), backdrop), onClick: onClose })] }));
|
|
45
|
+
};
|
|
46
|
+
export default Modal;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
var styles = {
|
|
2
|
+
container: {
|
|
3
|
+
padding: '20px',
|
|
4
|
+
background: 'white2',
|
|
5
|
+
borderRadius: 'normal',
|
|
6
|
+
color: 'text',
|
|
7
|
+
hr: {
|
|
8
|
+
background: '#DCD9D9',
|
|
9
|
+
},
|
|
10
|
+
position: 'fixed',
|
|
11
|
+
display: 'block',
|
|
12
|
+
top: '50%',
|
|
13
|
+
left: '50%',
|
|
14
|
+
transform: 'translate(-50%, -50%)',
|
|
15
|
+
width: '380px',
|
|
16
|
+
minWidth: ['95%', 'min(360px, 90%)', '320px'],
|
|
17
|
+
overflowY: 'auto',
|
|
18
|
+
maxHeight: 'calc(100% - 30px)',
|
|
19
|
+
maxWidth: '95vw',
|
|
20
|
+
},
|
|
21
|
+
backdrop: {
|
|
22
|
+
position: 'fixed',
|
|
23
|
+
top: 0,
|
|
24
|
+
bottom: 0,
|
|
25
|
+
left: 0,
|
|
26
|
+
right: 0,
|
|
27
|
+
background: 'modalOverlay',
|
|
28
|
+
width: '100%',
|
|
29
|
+
height: '100%',
|
|
30
|
+
zIndex: 100,
|
|
31
|
+
transition: 'all 1s ease',
|
|
32
|
+
},
|
|
33
|
+
modalHead: {
|
|
34
|
+
justifyContent: 'space-between',
|
|
35
|
+
alignItems: 'center',
|
|
36
|
+
svg: {
|
|
37
|
+
fill: 'text',
|
|
38
|
+
marginLeft: 'auto',
|
|
39
|
+
cursor: 'pointer',
|
|
40
|
+
},
|
|
41
|
+
button: {
|
|
42
|
+
ml: 'auto',
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
modalFooter: {
|
|
46
|
+
flexDirection: 'column',
|
|
47
|
+
justifyContent: 'center',
|
|
48
|
+
alignItems: 'center',
|
|
49
|
+
pt: 9,
|
|
50
|
+
gap: 4,
|
|
51
|
+
},
|
|
52
|
+
cancelButton: {
|
|
53
|
+
background: 'transparent',
|
|
54
|
+
textDecoration: 'underline',
|
|
55
|
+
color: 'text',
|
|
56
|
+
cursor: 'pointer',
|
|
57
|
+
fontSize: 0,
|
|
58
|
+
fontWeight: 'normal',
|
|
59
|
+
p: 0,
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
export default styles;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ThemeUIStyleObject, SxProp } from 'theme-ui';
|
|
3
|
+
export interface InternalProps {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
onDismiss?: () => void;
|
|
6
|
+
onAnimationComplete?: () => void;
|
|
7
|
+
t?: (key: string) => string;
|
|
8
|
+
hideDivider?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export interface ModalProps extends InternalProps {
|
|
11
|
+
children: React.ReactNode;
|
|
12
|
+
open?: boolean;
|
|
13
|
+
title?: string;
|
|
14
|
+
zIndex?: string | number;
|
|
15
|
+
sx?: ThemeUIStyleObject;
|
|
16
|
+
backdrop?: SxProp['sx'];
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -40,7 +40,7 @@ var Select = function (_a) {
|
|
|
40
40
|
input.dispatchEvent(new Event('change', { bubbles: true }));
|
|
41
41
|
}
|
|
42
42
|
};
|
|
43
|
-
return (_jsxs(_Fragment, { children: [_jsxs(Box,
|
|
43
|
+
return (_jsxs(_Fragment, { children: [_jsxs(Box, { sx: __assign(__assign({}, styles.container), { width: width }), onClick: handleClick, className: className, children: [_jsxs(Flex, { sx: {
|
|
44
44
|
padding: selectedExtraPadding[size],
|
|
45
45
|
pr: selectPadding[size],
|
|
46
46
|
columnGap: '10px',
|
|
@@ -48,14 +48,14 @@ var Select = function (_a) {
|
|
|
48
48
|
justifyContent: 'space-between',
|
|
49
49
|
width: '100%',
|
|
50
50
|
overflow: 'hidden',
|
|
51
|
-
}
|
|
51
|
+
}, children: [label ? (_jsx(Box, { children: label })) : (React.Children.map(children, function (child) {
|
|
52
52
|
var _a;
|
|
53
53
|
if (((_a = child === null || child === void 0 ? void 0 : child.props) === null || _a === void 0 ? void 0 : _a.value) !== active) {
|
|
54
54
|
return null;
|
|
55
55
|
}
|
|
56
56
|
return React.cloneElement(child, __assign(__assign({}, child === null || child === void 0 ? void 0 : child.props), { active: true }));
|
|
57
|
-
})), _jsx(Flex,
|
|
57
|
+
})), _jsx(Flex, { sx: { minWidth: '10px' }, children: _jsx(Svg, { icon: "caret", direction: open ? 'up' : 'down' }) })] }), _jsx(AnimatePresence, { children: open && (_jsx(motion.div, { initial: { opacity: 0, height: 0 }, animate: { opacity: 1, height: 'fit-content' }, transition: { opacity: { duration: 0.2 } }, exit: { opacity: 0, height: 0 }, sx: __assign(__assign({}, styles.ul), { zIndex: 10, top: position === positions.BOTTOM ? 'calc(100% + 5px)' : undefined, bottom: position === positions.TOP ? 'calc(100% + 5px)' : undefined }), children: React.Children.map(children, function (child) {
|
|
58
58
|
return React.cloneElement(child, __assign(__assign({}, child === null || child === void 0 ? void 0 : child.props), { active: false, onClick: function () { var _a; return setNativeInput((_a = child === null || child === void 0 ? void 0 : child.props) === null || _a === void 0 ? void 0 : _a.value); } }));
|
|
59
|
-
}) }))
|
|
59
|
+
}) })) }), _jsx("input", __assign({ ref: inputRef, value: active || '', "aria-hidden": "true", tabIndex: -1 }, props, { sx: styles.input }))] }), open && _jsx("div", { "aria-hidden": "true", onClick: function () { return setOpen(false); }, sx: styles.backdrop })] }));
|
|
60
60
|
};
|
|
61
61
|
export default Select;
|
|
@@ -35,6 +35,6 @@ var SelectItem = function (_a) {
|
|
|
35
35
|
'&:hover': {
|
|
36
36
|
backgroundColor: !active ? 'white3' : undefined,
|
|
37
37
|
},
|
|
38
|
-
}
|
|
38
|
+
}, children: _jsx(Flex, { sx: style, children: children }) })));
|
|
39
39
|
};
|
|
40
40
|
export default SelectItem;
|
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
13
2
|
var AbondFullLogo = function (_a) {
|
|
14
3
|
var direction = _a.direction, _b = _a.color, color = _b === void 0 ? 'text' : _b, width = _a.width, height = _a.height, getStyles = _a.getStyles;
|
|
@@ -22,6 +11,6 @@ var AbondFullLogo = function (_a) {
|
|
|
22
11
|
degree: deg[direction],
|
|
23
12
|
color: color,
|
|
24
13
|
});
|
|
25
|
-
return (_jsxs("svg",
|
|
14
|
+
return (_jsxs("svg", { width: width || '200', height: height || '36', viewBox: "0 0 200 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { d: "M5.33462 12.1563C5.2475 12.445 5.12657 12.9014 5.12657 12.9014C5.12452 12.9066 5.12349 12.9108 5.12247 12.9159C4.79347 14.1413 4.61821 15.3925 4.61821 16.6365C4.61821 16.7255 4.61821 16.8114 4.62026 16.8983C4.63871 18.4186 4.45218 19.9296 4.11703 21.4106L3.96739 22.017C3.19564 21.7128 2.40543 21.1342 1.65007 20.1687C-0.443818 17.4903 0.254146 13.1923 2.83692 12.1801C3.8485 11.7848 4.68688 11.8862 5.33565 12.1563H5.33462Z", fill: "#FAFAFA" }), _jsx("path", { d: "M38.5326 20.1676C37.7834 21.1249 36.9994 21.7034 36.2327 22.0077L36.0862 21.4074C35.751 19.9265 35.5645 18.4165 35.5819 16.8962C35.5819 16.8093 35.5819 16.7234 35.5819 16.6344C35.5819 15.3852 35.4067 14.1299 35.0746 12.9004L34.8491 12.1542C35.4969 11.8841 36.3352 11.7837 37.3448 12.178C39.9275 13.1902 40.6255 17.4872 38.5316 20.1666L38.5326 20.1676Z", fill: "#FAFAFA" }), _jsx("path", { d: "M33.915 20.9635C33.625 19.6833 33.4641 18.3782 33.4794 17.0639C33.4794 16.9894 33.4794 16.9149 33.4794 16.8383C33.4794 15.7589 33.3277 14.6743 33.0408 13.6104L32.7856 12.7659C32.6288 12.3012 32.4474 11.8406 32.2424 11.3894C32.0927 11.0603 31.9318 10.7353 31.7586 10.4166C30.2171 7.56952 27.7604 5.14367 24.8958 3.80862C24.4736 3.61199 23.5358 1.43658 23.5358 1.43658L21.3271 2.77577C21.2389 2.76542 21.1508 2.75611 21.0616 2.74783C20.8987 2.73334 20.7367 2.72195 20.5717 2.71471L19.8317 0.916016C17.1086 1.85365 15.5025 3.70409 14.9778 3.96696C12.2536 5.32995 9.92496 7.67923 8.44192 10.4166C8.26769 10.7364 8.1078 11.0603 7.95816 11.3894C7.75318 11.8406 7.57177 12.3012 7.41394 12.7659C7.38729 12.7503 7.15976 13.6093 7.15976 13.6093C7.15771 13.6135 7.15668 13.6176 7.15668 13.6217C6.87278 14.6805 6.7211 15.762 6.7211 16.8372C6.7211 16.9138 6.7211 16.9883 6.7211 17.0629C6.7375 18.3772 6.57556 19.6833 6.28551 20.9635L6.04261 21.9529C6.03236 21.9994 6.02211 22.046 6.01186 22.0926C5.86632 22.7632 5.7915 23.4514 5.7915 24.1552C5.7915 28.9665 9.30592 33.1041 14.3413 34.9246C15.4882 35.3406 16.715 35.6356 17.9961 35.7908C18.6336 35.8684 19.2844 35.9098 19.9476 35.916C19.9988 35.916 20.0511 35.916 20.1023 35.916C28.0044 35.916 34.4101 30.6493 34.4101 24.1541C34.4101 23.4504 34.3352 22.7611 34.1897 22.0915C34.1795 22.045 34.1692 21.9984 34.1579 21.9529L33.915 20.9614V20.9635Z", fill: "#FAFAFA" }), _jsx("path", { d: "M85.4847 13.4789C86.7064 14.0378 87.6473 14.8295 88.3073 15.8561C88.9673 16.8828 89.2974 18.0988 89.2974 19.5032C89.2974 20.9076 88.9673 22.1019 88.3073 23.1368C87.6473 24.1728 86.7064 24.9655 85.4847 25.514C84.263 26.0636 82.823 26.3378 81.1637 26.3378H77.391V31.5517H73.0566V12.6417H81.1637C82.823 12.6417 84.263 12.9211 85.4847 13.4789ZM83.893 21.9218C84.5705 21.3547 84.9097 20.5485 84.9097 19.5032C84.9097 18.4579 84.5715 17.6258 83.893 17.0577C83.2145 16.4905 82.2245 16.207 80.9228 16.207H77.391V22.7725H80.9228C82.2245 22.7725 83.2145 22.4889 83.893 21.9218Z", fill: "#FAFAFA" }), _jsx("path", { d: "M107.05 28.0413V31.5538H92.5483V12.6417H106.702V16.1542H96.856V20.2608H105.551V23.6646H96.856V28.0413H107.05Z", fill: "#FAFAFA" }), _jsx("path", { d: "M127.156 23.4349C127.763 24.2369 128.067 25.2232 128.067 26.3937C128.067 28.0506 127.429 29.3246 126.154 30.2167C124.879 31.1078 123.019 31.5538 120.576 31.5538H110.89V12.6417H120.041C122.323 12.6417 124.077 13.0836 125.298 13.9653C126.52 14.8481 127.131 16.0455 127.131 17.5586C127.131 18.4776 126.913 19.2972 126.476 20.0175C126.038 20.7379 125.427 21.305 124.643 21.72C125.713 22.0626 126.552 22.6349 127.159 23.4359L127.156 23.4349ZM115.197 15.9379V20.3953H119.505C120.575 20.3953 121.386 20.2059 121.94 19.8282C122.492 19.4504 122.769 18.8916 122.769 18.1537C122.769 17.4158 122.492 16.861 121.94 16.4916C121.386 16.1221 120.576 15.9379 119.505 15.9379H115.197ZM122.835 27.6905C123.415 27.3127 123.706 26.7269 123.706 25.9342C123.706 24.3673 122.555 23.5839 120.254 23.5839H115.197V28.2576H120.254C121.395 28.2576 122.256 28.0682 122.835 27.6905Z", fill: "#FAFAFA" }), _jsx("path", { d: "M136.318 30.6079C134.757 29.7613 133.535 28.595 132.653 27.1088C131.769 25.6227 131.329 23.9523 131.329 22.0967C131.329 20.2411 131.77 18.5707 132.653 17.0846C133.535 15.5984 134.757 14.4331 136.318 13.5855C137.879 12.739 139.631 12.3157 141.576 12.3157C143.52 12.3157 145.267 12.739 146.82 13.5855C148.372 14.4321 149.594 15.5984 150.485 17.0846C151.377 18.5707 151.823 20.2411 151.823 22.0967C151.823 23.9523 151.377 25.6227 150.485 27.1088C149.592 28.595 148.372 29.7613 146.82 30.6079C145.268 31.4545 143.52 31.8778 141.576 31.8778C139.631 31.8778 137.879 31.4545 136.318 30.6079ZM144.571 27.379C145.463 26.8656 146.163 26.1495 146.671 25.2315C147.18 24.3125 147.434 23.2682 147.434 22.0977C147.434 20.9273 147.18 19.882 146.671 18.964C146.163 18.045 145.463 17.3299 144.571 16.8165C143.68 16.3032 142.681 16.0466 141.575 16.0466C140.469 16.0466 139.469 16.3032 138.578 16.8165C137.686 17.3299 136.986 18.046 136.478 18.964C135.969 19.883 135.715 20.9273 135.715 22.0977C135.715 23.2682 135.969 24.3135 136.478 25.2315C136.986 26.1505 137.686 26.8656 138.578 27.379C139.469 27.8923 140.469 28.1489 141.575 28.1489C142.681 28.1489 143.68 27.8923 144.571 27.379Z", fill: "#FAFAFA" }), _jsx("path", { d: "M172.25 12.6417V31.5538H168.692L159.354 20.0714V31.5538H155.073V12.6417H158.658L167.969 24.1241V12.6417H172.25Z", fill: "#FAFAFA" }), _jsx("path", { d: "M176.584 12.6417H185.092C187.126 12.6417 188.922 13.0339 190.483 13.8173C192.044 14.6008 193.257 15.704 194.122 17.127C194.987 18.55 195.419 20.2069 195.419 22.0977C195.419 23.9885 194.987 25.6465 194.122 27.0685C193.257 28.4915 192.043 29.5947 190.483 30.3781C188.922 31.1616 187.126 31.5538 185.092 31.5538H176.584V12.6417ZM184.879 27.9606C186.752 27.9606 188.246 27.4338 189.361 26.3802C190.475 25.3267 191.034 23.8995 191.034 22.0977C191.034 20.2959 190.476 18.8688 189.361 17.8152C188.246 16.7617 186.752 16.2349 184.879 16.2349H180.919V27.9606H184.879Z", fill: "#FAFAFA" }), _jsx("path", { d: "M52.8731 31.5538H48.4312L56.779 12.6417H61.0601L69.4346 31.5538H64.8861L58.8924 16.9376L52.8721 31.5538H52.8731Z", fill: "#FAFAFA" })] }));
|
|
26
15
|
};
|
|
27
16
|
export default AbondFullLogo;
|
|
@@ -1,17 +1,6 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
13
2
|
var AbondSmallLogo = function (_a) {
|
|
14
3
|
var width = _a.width;
|
|
15
|
-
return (_jsxs("svg",
|
|
4
|
+
return (_jsxs("svg", { width: width || '27', height: width || '24', viewBox: "0 0 27 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M3.25475 7.88645C3.19706 8.0762 3.11698 8.37612 3.11698 8.37612C3.11562 8.37952 3.11494 8.38224 3.11426 8.38564C2.89641 9.19087 2.78036 10.0131 2.78036 10.8306C2.78036 10.8891 2.78036 10.9455 2.78171 11.0026C2.79393 12.0017 2.67041 12.9946 2.44848 13.9678L2.3494 14.3664C1.83835 14.1664 1.31509 13.7862 0.814907 13.1517C-0.57163 11.3916 -0.109451 8.56723 1.60082 7.9021C2.27067 7.6423 2.82583 7.70895 3.25543 7.88645H3.25475Z", fill: "#FAFAFA" }), _jsx("path", { d: "M25.2378 13.151C24.7416 13.7801 24.2224 14.1603 23.7148 14.3602L23.6177 13.9658C23.3958 12.9926 23.2723 12.0003 23.2838 11.0013C23.2838 10.9441 23.2838 10.8877 23.2838 10.8292C23.2838 10.0083 23.1678 9.18338 22.9479 8.37543L22.7986 7.88509C23.2275 7.70758 23.7827 7.64161 24.4512 7.90073C26.1614 8.56586 26.6236 11.3896 25.2371 13.1504L25.2378 13.151Z", fill: "#FAFAFA" }), _jsx("path", { d: "M22.1803 13.674C21.9882 12.8328 21.8817 11.9752 21.8918 11.1115C21.8918 11.0625 21.8918 11.0135 21.8918 10.9632C21.8918 10.2539 21.7914 9.54113 21.6014 8.842L21.4324 8.28704C21.3285 7.98168 21.2084 7.67904 21.0727 7.38252C20.9736 7.16625 20.867 6.9527 20.7523 6.74324C19.7316 4.87231 18.1048 3.27817 16.2079 2.40085C15.9283 2.27164 15.3073 0.842086 15.3073 0.842086L13.8448 1.72212C13.7864 1.71532 13.728 1.7092 13.669 1.70376C13.5611 1.69424 13.4538 1.68676 13.3446 1.682L12.8546 0.5C11.0513 1.11616 9.98784 2.33217 9.64036 2.50491C7.83643 3.40059 6.29448 4.9444 5.31243 6.74324C5.19706 6.95338 5.09118 7.16625 4.9921 7.38252C4.85636 7.67904 4.73624 7.98168 4.63172 8.28704C4.61407 8.27684 4.46341 8.84132 4.46341 8.84132C4.46205 8.84404 4.46137 8.84676 4.46137 8.84948C4.27338 9.54521 4.17293 10.2559 4.17293 10.9625C4.17293 11.0128 4.17293 11.0618 4.17293 11.1108C4.18379 11.9745 4.07656 12.8328 3.8845 13.674L3.72365 14.3242C3.71686 14.3548 3.71008 14.3854 3.70329 14.416C3.60692 14.8567 3.55737 15.309 3.55737 15.7714C3.55737 18.9332 5.88456 21.6522 9.2189 22.8485C9.97834 23.1219 10.7907 23.3157 11.6391 23.4177C12.0612 23.4687 12.4922 23.4959 12.9313 23.5C12.9652 23.5 12.9998 23.5 13.0337 23.5C18.2663 23.5 22.5081 20.039 22.5081 15.7708C22.5081 15.3083 22.4585 14.8554 22.3622 14.4153C22.3554 14.3847 22.3486 14.3541 22.3411 14.3242L22.1803 13.6727V13.674Z", fill: "#FAFAFA" })] }));
|
|
16
5
|
};
|
|
17
6
|
export default AbondSmallLogo;
|
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
13
2
|
var AccountMonkey = function (_a) {
|
|
14
3
|
var _b = _a.direction, direction = _b === void 0 ? 'down' : _b, _c = _a.color, color = _c === void 0 ? 'white3' : _c, width = _a.width, getStyles = _a.getStyles;
|
|
@@ -22,6 +11,6 @@ var AccountMonkey = function (_a) {
|
|
|
22
11
|
degree: deg[direction],
|
|
23
12
|
color: color,
|
|
24
13
|
});
|
|
25
|
-
return (_jsxs("svg",
|
|
14
|
+
return (_jsxs("svg", { width: width || '85.46', viewBox: "0 0 85.46 100.46", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsx("path", { d: "M85.46 42.73A42.73 42.73 0 1142.73 0a42.68 42.68 0 0142.73 42.73z" }), _jsx("path", { color: "grey", d: "M65.39 79a42.75 42.75 0 01-45.32 0 42.75 42.75 0 0145.32 0zM49.11 11.68a27.13 27.13 0 0114.71 12.73c.31.57.6 1.14.87 1.73a25.7 25.7 0 011 2.46c.16.48.31.95.44 1.43v.08a21.8 21.8 0 01.79 5.76v.4a29.74 29.74 0 00.78 7c.1.41.2.82.31 1.22 0 .19.09.37.13.55l.06.24a17.38 17.38 0 01.39 3.69c0 11.6-11.55 21-25.8 21h-.27a31.23 31.23 0 01-3.52-.25 30.48 30.48 0 01-6.59-1.55C23.33 64.92 17 57.53 17 48.94a17.38 17.38 0 01.4-3.69l.06-.24c0-.18.08-.36.13-.55.11-.4.21-.81.3-1.22a29.23 29.23 0 00.79-7v-.4a22.05 22.05 0 01.78-5.74c.13-.51.29-1 .46-1.51a25.7 25.7 0 011-2.46c.27-.59.56-1.16.87-1.73a27.14 27.14 0 0114.7-12.73 20.44 20.44 0 0112.62.01z" }), _jsx("path", { d: "M60.87 40.12a9.61 9.61 0 00.87-4 10.26 10.26 0 00-10.51-10 10.82 10.82 0 00-5.35 1.39 6.25 6.25 0 01-6.18 0 10.76 10.76 0 00-5.35-1.39 10.26 10.26 0 00-10.5 10 9.61 9.61 0 00.87 4 10.53 10.53 0 00.65 1.19 6.26 6.26 0 01.68 5.36 14.3 14.3 0 00-.87 4c0 8.32 7.89 15.07 17.61 15.07S60.4 59 60.4 50.68a14 14 0 00-.87-4 6.23 6.23 0 01.69-5.36 10.53 10.53 0 00.65-1.2z" }), _jsx("path", { color: "grey", d: "M18.21 45a9.12 9.12 0 01-4.44-3.28c-3.55-4.5-2.37-11.71 2-13.41a5.45 5.45 0 014.75.2l.15.08M64.78 28.61a5.45 5.45 0 014.9-.29c4.38 1.7 5.56 8.91 2 13.41A9.16 9.16 0 0167.25 45M42.79 60.49a11.34 11.34 0 01-9.49-4.92 1 1 0 111.7-1.09 9.64 9.64 0 0015.65 0 1 1 0 111.67 1.09 11.34 11.34 0 01-9.53 4.92z" }), _jsx("rect", { color: "grey", x: 39.05, y: 44.77, width: 1.82, height: 4.14, rx: 0.85, transform: "rotate(-65.45 39.954 46.838)" }), _jsx("rect", { color: "grey", x: 44.72, y: 44.77, width: 1.82, height: 4.14, rx: 0.85, transform: "rotate(-114.55 45.635 46.84)" }), _jsx("path", { color: "grey", d: "M33.75 41.12a2.94 2.94 0 01-3-2.86v-1a2.94 2.94 0 013-2.85 2.94 2.94 0 013 2.85v1a2.94 2.94 0 01-3 2.86zM51.84 41.12a2.94 2.94 0 01-3-2.86v-1a2.94 2.94 0 013-2.85 2.94 2.94 0 013 2.85v1a2.94 2.94 0 01-3 2.86z" })] }));
|
|
26
15
|
};
|
|
27
16
|
export default AccountMonkey;
|
|
@@ -1,17 +1,6 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
13
2
|
var AllChains = function (_a) {
|
|
14
3
|
var width = _a.width;
|
|
15
|
-
return (_jsx("svg",
|
|
4
|
+
return (_jsx("svg", { width: width || '26', viewBox: "0 0 26 26", fill: "#fafafa", xmlns: "http://www.w3.org/2000/svg", children: _jsxs("g", { mask: "url(#mask0_4377_23303)", children: [_jsx("circle", { cx: "12", cy: "12", r: "11", fill: "#fafafa" }), _jsx("path", { d: "M0 12.9777C0.0118051 5.83109 5.86935 -0.0156193 13.0011 -9.12111e-05C20.1926 0.0161764 26.0074 5.84588 26 13.0332C25.9926 20.2375 20.138 26.062 12.8624 25.9992C5.72916 25.9378 0.0272993 20.1783 0 12.9777ZM10.6563 20.2242C11.2222 20.2331 11.9032 20.0659 12.5547 19.7598C13.4386 19.345 14.0879 18.6462 14.7077 17.929C15.1068 17.4676 14.9954 16.7525 14.5387 16.3606C14.0746 15.9621 13.3995 15.9769 12.9561 16.4028C12.6765 16.6712 12.4123 16.9544 12.132 17.2213C11.1875 18.1175 9.72666 18.1027 8.81693 17.1932C7.90573 16.2823 7.88802 14.8211 8.78299 13.8776C9.04344 13.6033 9.31865 13.3437 9.58205 13.0731C10.0454 12.5962 10.0484 11.8656 9.59312 11.4079C9.1342 10.9472 8.41409 10.9465 7.92934 11.4123C7.67036 11.6615 7.41434 11.9144 7.16274 12.1717C6.29433 13.0576 5.82803 14.1172 5.78745 15.3624C5.70113 18.0332 7.82826 20.2294 10.6563 20.2242ZM15.5016 5.78746C14.31 5.78894 13.2638 6.18454 12.374 6.97278C12.036 7.27151 11.7276 7.60426 11.4126 7.92813C10.9359 8.41837 10.9411 9.15189 11.417 9.61182C11.8811 10.0599 12.6005 10.0444 13.0808 9.57337C13.3575 9.302 13.6223 9.01879 13.9071 8.75703C14.4797 8.22982 15.1644 8.02647 15.9243 8.16918C16.8525 8.34369 17.487 8.89753 17.7652 9.80333C18.0434 10.7091 17.8176 11.5122 17.1617 12.1924C16.9189 12.4446 16.6651 12.6864 16.4202 12.9378C15.9546 13.4147 15.9494 14.1446 16.4039 14.6015C16.8628 15.0629 17.5837 15.0659 18.0677 14.6023C18.3341 14.3472 18.5967 14.0884 18.8535 13.8236C19.7027 12.9481 20.1646 11.9048 20.2096 10.6803C20.3092 7.99246 18.188 5.78746 15.5008 5.7882L15.5016 5.78746ZM15.4381 11.7407C15.399 11.2674 15.1895 10.8903 14.7342 10.6803C14.2753 10.4681 13.7979 10.5494 13.4113 10.9295C12.5769 11.7517 11.7468 12.5792 10.9271 13.4155C10.4446 13.9072 10.446 14.6104 10.9035 15.0807C11.3676 15.5576 12.0892 15.5702 12.5879 15.0814C13.4254 14.2621 14.2473 13.4273 15.0751 12.5977C15.3068 12.3655 15.4182 12.0801 15.4381 11.7407Z", fill: "#312F3A" })] }) }));
|
|
16
5
|
};
|
|
17
6
|
export default AllChains;
|
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
13
2
|
//Fix this so that it gets the correct migration color based on theme
|
|
14
3
|
var ApebondLogo = function (_a) {
|
|
@@ -23,6 +12,6 @@ var ApebondLogo = function (_a) {
|
|
|
23
12
|
degree: deg[direction],
|
|
24
13
|
color: color,
|
|
25
14
|
});
|
|
26
|
-
return (_jsxs("svg",
|
|
15
|
+
return (_jsxs("svg", { width: width || '26', height: "25", viewBox: "0 0 26 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: [_jsxs("g", { clipPath: "url(#clip0_340_8011)", children: [_jsx("path", { d: "M3.87332 8.54473C3.81796 8.72718 3.74111 9.01557 3.74111 9.01557C3.73981 9.01884 3.73915 9.02145 3.7385 9.02472C3.52945 9.79898 3.41808 10.5896 3.41808 11.3756C3.41808 11.4319 3.41808 11.4861 3.41938 11.5411C3.4311 12.5017 3.31257 13.4564 3.09961 14.3922L3.00452 14.7754C2.51412 14.5832 2.01199 14.2176 1.532 13.6075C0.201454 11.9151 0.644969 9.19932 2.28617 8.55977C2.92897 8.30997 3.46171 8.37406 3.87397 8.54473H3.87332Z", fill: "#958FFF" }), _jsx("path", { d: "M24.9676 13.6067C24.4915 14.2116 23.9933 14.5771 23.5062 14.7694L23.413 14.3901C23.2001 13.4543 23.0815 12.5002 23.0926 11.5396C23.0926 11.4846 23.0926 11.4304 23.0926 11.3741C23.0926 10.5848 22.9812 9.79161 22.7702 9.01474L22.627 8.54325C23.0386 8.37258 23.5713 8.30915 24.2128 8.55829C25.854 9.19784 26.2975 11.913 24.967 13.606L24.9676 13.6067Z", fill: "#958FFF" }), _jsx("path", { d: "M22.0349 14.1097C21.8506 13.3008 21.7484 12.4762 21.7581 11.6457C21.7581 11.5986 21.7581 11.5515 21.7581 11.5032C21.7581 10.8211 21.6617 10.1358 21.4794 9.46353L21.3172 8.92992C21.2176 8.63631 21.1023 8.34531 20.972 8.06019C20.877 7.85224 20.7747 7.64691 20.6646 7.44549C19.6851 5.64652 18.124 4.1137 16.3037 3.27013C16.0354 3.14588 15.4395 1.77131 15.4395 1.77131L14.036 2.6175C13.98 2.61096 13.924 2.60508 13.8673 2.59985C13.7638 2.59069 13.6609 2.5835 13.556 2.57892L13.0858 1.44238C11.3554 2.03485 10.3348 3.20408 10.0014 3.37018C8.27032 4.23141 6.79064 5.71584 5.84825 7.44549C5.73753 7.64756 5.63593 7.85224 5.54085 8.06019C5.41059 8.34531 5.29532 8.63631 5.19502 8.92992C5.17809 8.92011 5.03351 9.46288 5.03351 9.46288C5.03221 9.4655 5.03155 9.46811 5.03155 9.47073C4.85115 10.1397 4.75476 10.8231 4.75476 11.5025C4.75476 11.5509 4.75476 11.598 4.75476 11.6451C4.76519 12.4756 4.66228 13.3008 4.47798 14.1097L4.32362 14.7349C4.31711 14.7643 4.3106 14.7937 4.30409 14.8232C4.21161 15.2469 4.16406 15.6818 4.16406 16.1265C4.16406 19.1666 6.39727 21.781 9.59696 22.9313C10.3257 23.1942 11.1053 23.3806 11.9194 23.4786C12.3245 23.5277 12.738 23.5538 13.1594 23.5578C13.192 23.5578 13.2252 23.5578 13.2577 23.5578C18.279 23.5578 22.3495 20.2299 22.3495 16.1258C22.3495 15.6811 22.3019 15.2456 22.2095 14.8225C22.2029 14.7931 22.1964 14.7637 22.1893 14.7349L22.0349 14.1084V14.1097Z", fill: "#958FFF" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_340_8011", children: _jsx("rect", { width: "25", height: "25", fill: "white", transform: "translate(0.75)" }) }) })] }));
|
|
27
16
|
};
|
|
28
17
|
export default ApebondLogo;
|
|
@@ -1,17 +1,6 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
|
|
13
2
|
var ApeswapSmallLogo = function (_a) {
|
|
14
3
|
var width = _a.width;
|
|
15
|
-
return (_jsxs("svg",
|
|
4
|
+
return (_jsxs("svg", { width: width || '35', viewBox: "0 0 35 34", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M4.68422 12.3515C4.4028 13.3692 4.25826 14.4192 4.25433 15.4743C4.25433 15.5479 4.25433 15.6206 4.25433 15.693C4.27035 16.9703 4.1109 18.2379 3.82444 19.4804C3.23079 19.2717 2.61878 18.8487 2.03647 18.1179C0.499792 16.1935 1.01254 13.1036 2.90485 12.3767C3.62082 12.1023 4.21955 12.1603 4.68774 12.3403C4.68618 12.3446 4.68579 12.3477 4.68422 12.3515Z", fill: "#A16552" }), _jsx("path", { d: "M4.68422 12.3515C4.4028 13.3692 4.25826 14.4192 4.25433 15.4743C4.25433 15.5479 4.25433 15.6206 4.25433 15.693C4.27035 16.9703 4.1109 18.2379 3.82444 19.4804C3.23079 19.2717 2.61878 18.8487 2.03647 18.1179C0.499792 16.1935 1.01254 13.1036 2.90485 12.3767C3.62082 12.1023 4.21955 12.1603 4.68774 12.3403C4.68618 12.3446 4.68579 12.3477 4.68422 12.3515Z", fill: "#F5DCB4" }), _jsx("path", { d: "M32.9652 18.1178C32.3829 18.8478 31.7713 19.2708 31.1784 19.479C30.8904 18.2366 30.7314 16.9686 30.7485 15.6925C30.7485 15.6201 30.7485 15.5473 30.7485 15.4738C30.7445 14.4143 30.5983 13.36 30.314 12.3386C30.7829 12.1586 31.3809 12.1005 32.0968 12.375C33.988 13.1034 34.5003 16.1933 32.9652 18.1178Z", fill: "#A16552" }), _jsx("path", { d: "M32.9652 18.1178C32.3829 18.8478 31.7713 19.2708 31.1784 19.479C30.8904 18.2366 30.7314 16.9686 30.7485 15.6925C30.7485 15.6201 30.7485 15.5473 30.7485 15.4738C30.7445 14.4143 30.5983 13.36 30.314 12.3386C30.7829 12.1586 31.3809 12.1005 32.0968 12.375C33.988 13.1034 34.5003 16.1933 32.9652 18.1178Z", fill: "#F5DCB4" }), _jsx("path", { d: "M27.0676 19.5203C26.5103 20.3853 26.3563 21.4556 26.6909 22.4325C26.9426 23.1679 27.1681 23.9985 27.1681 24.6171C27.1681 29.1414 22.8398 32.8088 17.5001 32.8088C12.1604 32.8088 7.8318 29.1414 7.8318 24.6171C7.8318 23.9978 8.0573 23.1679 8.30938 22.4325C8.64352 21.4571 8.49032 20.3853 7.93302 19.5207C7.79888 19.3125 7.67953 19.0954 7.57582 18.8708C7.25922 18.1891 7.09575 17.4474 7.09668 16.6971C7.09668 13.6931 9.67879 11.2573 12.8655 11.2573C13.8945 11.2547 14.9067 11.5159 15.8036 12.0156C16.3207 12.3067 16.9053 12.4597 17.5001 12.4597C18.0949 12.4597 18.6795 12.3067 19.1966 12.0156C20.0936 11.5161 21.1058 11.2551 22.1348 11.2581C25.3211 11.2581 27.904 13.6939 27.904 16.6978C27.9054 17.4479 27.7426 18.1894 27.4268 18.8712C27.3223 19.0955 27.2023 19.3123 27.0676 19.5203Z", fill: "#A16552" }), _jsx("path", { d: "M27.0676 19.5203C26.5103 20.3853 26.3563 21.4556 26.6909 22.4325C26.9426 23.1679 27.1681 23.9985 27.1681 24.6171C27.1681 29.1414 22.8398 32.8088 17.5001 32.8088C12.1604 32.8088 7.8318 29.1414 7.8318 24.6171C7.8318 23.9978 8.0573 23.1679 8.30938 22.4325C8.64352 21.4571 8.49032 20.3853 7.93302 19.5207C7.79888 19.3125 7.67953 19.0954 7.57582 18.8708C7.25922 18.1891 7.09575 17.4474 7.09668 16.6971C7.09668 13.6931 9.67879 11.2573 12.8655 11.2573C13.8945 11.2547 14.9067 11.5159 15.8036 12.0156C16.3207 12.3067 16.9053 12.4597 17.5001 12.4597C18.0949 12.4597 18.6795 12.3067 19.1966 12.0156C20.0936 11.5161 21.1058 11.2551 22.1348 11.2581C25.3211 11.2581 27.904 13.6939 27.904 16.6978C27.9054 17.4479 27.7426 18.1894 27.4268 18.8712C27.3223 19.0955 27.2023 19.3123 27.0676 19.5203Z", fill: "#F5DCB4" }), _jsx("path", { d: "M12.576 25.6292C12.497 25.6291 12.4188 25.6458 12.3468 25.678C12.2748 25.7103 12.2106 25.7574 12.1584 25.8162C12.1062 25.875 12.0673 25.9441 12.0443 26.019C12.0213 26.0939 12.0147 26.1728 12.0249 26.2504C12.3665 28.6745 14.6864 30.5491 17.5002 30.5491C20.3141 30.5491 22.6339 28.6741 22.9767 26.25C22.9868 26.1723 22.9801 26.0934 22.9569 26.0185C22.9338 25.9436 22.8948 25.8745 22.8425 25.8157C22.7902 25.757 22.7259 25.7099 22.6538 25.6777C22.5817 25.6456 22.5035 25.629 22.4244 25.6292H12.576Z", fill: "#4E3F3F" }), _jsx("path", { d: "M14.3198 29.6465C15.2737 30.2366 16.3758 30.5495 17.5005 30.5495C18.6251 30.5495 19.7272 30.2366 20.6811 29.6465C20.2825 28.2786 19.0061 28.5933 17.5006 28.5933C15.9952 28.5933 14.7188 28.2786 14.3198 29.6465Z", fill: "#E6646E" }), _jsx("path", { d: "M32.7501 11.3652C31.6085 10.9251 30.6979 11.1574 30.0605 11.5208C29.9044 11.0664 29.7248 10.6203 29.5223 10.1843C29.3746 9.86406 29.2148 9.54912 29.0428 9.23948C27.2924 6.0656 24.348 3.4336 20.9694 2.3208L20.9026 0.51982L18.7164 1.82034C18.6288 1.81027 18.5413 1.80098 18.453 1.79286C18.2912 1.77853 18.1306 1.76731 17.9676 1.76073L17.6479 0.397122L17.5545 0C17.4455 0 17.3388 0.00348373 17.2348 0.011999C15.1995 0.175338 14.1865 2.00651 14.0301 2.32042C10.6524 3.43321 7.70993 6.06676 5.95909 9.23793C5.78739 9.54757 5.62768 9.86251 5.47995 10.1827C5.27746 10.619 5.09784 11.0654 4.9418 11.52C4.91523 11.5042 4.88787 11.4887 4.85973 11.4744C4.22662 11.138 3.3469 10.9433 2.25223 11.3637C-0.154 12.2887 -0.803139 16.2131 1.14545 18.6585C1.94036 19.6544 2.77709 20.1998 3.58256 20.4421C3.57201 20.487 3.56185 20.5323 3.55207 20.5772C3.40676 21.2353 3.33365 21.907 3.334 22.5806C3.334 27.2524 6.81223 31.2701 11.7978 33.0385C12.9684 33.4523 14.1824 33.7337 15.4167 33.8777C16.0576 33.9539 16.7023 33.9947 17.3478 34C17.3986 34 17.4501 34 17.501 34C25.3246 34 31.6667 28.8858 31.6667 22.5783C31.6671 21.9047 31.594 21.233 31.4487 20.5749C31.4389 20.53 31.4287 20.4847 31.4178 20.4406C32.2236 20.1975 33.0592 19.6521 33.8545 18.6558C35.8035 16.2131 35.154 12.2879 32.7501 11.3652ZM4.68426 12.3514C4.40284 13.3691 4.25829 14.4191 4.25436 15.4742C4.25436 15.5478 4.25436 15.6205 4.25436 15.6929C4.27039 16.9702 4.11094 18.2378 3.82447 19.4803C3.23083 19.2716 2.61881 18.8486 2.0365 18.1178C0.49983 16.1934 1.01258 13.1035 2.90489 12.3766C3.62086 12.1022 4.21958 12.1602 4.68778 12.3402C4.68621 12.3445 4.68582 12.3476 4.68426 12.3514ZM27.4268 18.871C27.3229 19.0953 27.2036 19.3122 27.0696 19.5201C26.5123 20.3852 26.3583 21.4554 26.6929 22.4324C26.9445 23.1678 27.17 23.9984 27.17 24.6169C27.17 29.1413 22.8418 32.8086 17.5021 32.8086C12.1625 32.8086 7.83186 29.1413 7.83186 24.6169C7.83186 23.9976 8.05736 23.1678 8.30943 22.4324C8.64358 21.457 8.49038 20.3852 7.93308 19.5205C7.79894 19.3124 7.67959 19.0952 7.57588 18.8707C7.25928 18.1889 7.09581 17.4473 7.09674 16.6969C7.09674 13.693 9.67884 11.2572 12.8655 11.2572C13.8946 11.2546 14.9068 11.5158 15.8037 12.0155C16.3208 12.3066 16.9054 12.4596 17.5002 12.4596C18.095 12.4596 18.6796 12.3066 19.1967 12.0155C20.0936 11.516 21.1058 11.255 22.1348 11.258C25.3211 11.258 27.904 13.6937 27.904 16.6977C27.9054 17.4478 27.7426 18.1893 27.4268 18.871ZM32.9674 18.1178C32.3831 18.8478 31.7715 19.2709 31.1786 19.4791C30.8906 18.2367 30.7315 16.9686 30.7487 15.6925C30.7487 15.6201 30.7487 15.5474 30.7487 15.4738C30.7446 14.4143 30.5985 13.36 30.3141 12.3387C30.7831 12.1587 31.381 12.1006 32.097 12.375C33.9882 13.1035 34.5005 16.1934 32.9654 18.1178H32.9674Z", fill: "#A16552" }), _jsx("path", { d: "M15.0935 21.5479L15.0933 21.5483C14.9868 21.7793 15.0895 22.0521 15.3227 22.1576L16.3973 22.6438C16.6306 22.7493 16.906 22.6476 17.0126 22.4166L17.0127 22.4162C17.1193 22.1852 17.0165 21.9124 16.7833 21.8069L15.7087 21.3207C15.4754 21.2152 15.2 21.3169 15.0935 21.5479Z", fill: "#4E3F3F" }), _jsx("path", { d: "M17.9891 22.4178L17.9892 22.4182C18.0958 22.6492 18.3712 22.7509 18.6044 22.6454L19.6791 22.1592C19.9123 22.0537 20.015 21.7809 19.9085 21.5499L19.9083 21.5495C19.8018 21.3186 19.5263 21.2168 19.2931 21.3223L18.2185 21.8085C17.9852 21.914 17.8825 22.1868 17.9891 22.4178Z", fill: "#4E3F3F" }), _jsx("path", { d: "M12.5321 18.8699C11.6176 18.8699 10.8762 18.1732 10.8762 17.3155V16.7976C10.8762 15.9391 11.6188 15.2432 12.5321 15.2432C13.4466 15.2432 14.1884 15.9399 14.1884 16.7976V17.3155C14.1884 18.174 13.447 18.8699 12.5321 18.8699Z", fill: "#4E3F3F" }), _jsx("path", { d: "M12.5322 15.2432V17.0565C12.5322 17.4858 12.9031 17.8337 13.3604 17.8337C13.8176 17.8337 14.1885 17.4854 14.1885 17.0565V16.7976C14.1885 15.9391 13.4471 15.2432 12.5322 15.2432Z", fill: "#5D5360" }), _jsx("path", { d: "M12.5323 16.798C12.8371 16.798 13.0841 16.566 13.0841 16.2797C13.0841 15.9935 12.8371 15.7615 12.5323 15.7615C12.2275 15.7615 11.9805 15.9935 11.9805 16.2797C11.9805 16.566 12.2275 16.798 12.5323 16.798Z", fill: "white" }), _jsx("path", { d: "M22.4681 18.8699C21.5536 18.8699 20.8123 18.1732 20.8123 17.3155V16.7976C20.8123 15.9391 21.5548 15.2432 22.4681 15.2432C23.383 15.2432 24.1244 15.9399 24.1244 16.7976V17.3155C24.1244 18.174 23.383 18.8699 22.4681 18.8699Z", fill: "#4E3F3F" }), _jsx("path", { d: "M22.468 15.2432V17.0565C22.468 17.4858 22.8389 17.8337 23.2962 17.8337C23.7534 17.8337 24.1243 17.4854 24.1243 17.0565V16.7976C24.1243 15.9391 23.3829 15.2432 22.468 15.2432Z", fill: "#5D5360" }), _jsx("path", { d: "M22.4681 16.798C22.7729 16.798 23.0199 16.566 23.0199 16.2797C23.0199 15.9935 22.7729 15.7615 22.4681 15.7615C22.1633 15.7615 21.9163 15.9935 21.9163 16.2797C21.9163 16.566 22.1633 16.798 22.4681 16.798Z", fill: "white" }), _jsx("path", { opacity: "0.35", d: "M17.6478 0.397129C17.2777 0.360745 16.4659 0.939011 15.4948 1.93994C15.2529 2.18921 15.0004 2.46596 14.7417 2.76593C12.8384 4.97719 10.6319 8.46382 9.87606 12.0422C8.60709 18.0493 8.092 25.0191 10.3306 28.885C12.228 32.1611 15.4166 33.8781 15.4166 33.8781C14.1822 33.7337 12.9682 33.4516 11.7977 33.0374C6.81326 31.2701 3.33386 27.2524 3.33386 22.5806C3.3335 21.907 3.40662 21.2353 3.55193 20.5772C3.5617 20.5323 3.57186 20.487 3.58242 20.4421C2.77695 20.1998 1.941 19.6545 1.14531 18.6586C-0.803283 16.2131 -0.154143 12.2887 2.25053 11.3652C3.3448 10.9449 4.22491 11.1396 4.85803 11.4759C4.88617 11.4902 4.91352 11.5057 4.9401 11.5216C5.09614 11.0669 5.27576 10.6206 5.47825 10.1843C5.62598 9.86407 5.78569 9.54913 5.95738 9.23949C7.70822 6.06831 10.6507 3.4336 14.0284 2.32197C14.1867 2.00807 15.2009 0.176892 17.2331 0.0135532C17.3371 0.00503796 17.4438 0.000780405 17.5528 0.00155452L17.6478 0.397129Z", fill: "#4E3F3F" })] }));
|
|
16
5
|
};
|
|
17
6
|
export default ApeswapSmallLogo;
|
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
1
|
import { jsx as _jsx } from "theme-ui/jsx-runtime";
|
|
13
2
|
var Arrow = function (_a) {
|
|
14
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;
|
|
@@ -22,6 +11,6 @@ var Arrow = function (_a) {
|
|
|
22
11
|
degree: deg[direction],
|
|
23
12
|
color: color,
|
|
24
13
|
});
|
|
25
|
-
return (_jsx("svg",
|
|
14
|
+
return (_jsx("svg", { width: width || '6', viewBox: "0 0 6 11", fill: "none", xmlns: "http://www.w3.org/2000/svg", sx: style, children: _jsx("path", { d: "M3.00373 5.59387C3.77667 5.59387 4.4765 5.63946 4.90699 5.72433C4.9137 5.72433 5.30764 5.80842 5.43895 5.86265C5.62845 5.94752 5.78886 6.10077 5.89107 6.29253C5.96419 6.44578 6 6.60767 6 6.77664C5.99329 6.95268 5.88361 7.28354 5.83213 7.41399C5.51206 8.27375 4.46158 9.91705 3.82069 10.5473C3.71848 10.6542 3.59463 10.7697 3.56553 10.8004C3.40438 10.9308 3.20816 11 2.99702 11C2.80677 11 2.61726 10.9387 2.46431 10.8153C2.38486 10.7564 2.26889 10.6391 2.21587 10.5841L2.18752 10.5544C1.5235 9.90997 0.525243 8.3044 0.204428 7.49022C0.197588 7.49022 0.0377811 7.0841 0.00544739 6.83905L0 6.77664L0 6.74599C0 6.39234 0.189506 6.06226 0.496146 5.8933C0.664015 5.80135 1.15195 5.71647 1.15941 5.70861C1.59662 5.63946 2.26735 5.59387 3.00373 5.59387ZM3.00037 0C3.39347 0 3.71639 0.314279 3.75523 0.717488L3.75914 0.799248L3.59575 3.82885C3.59575 4.17542 3.3294 4.45599 3.00037 4.45599C2.69485 4.45599 2.44337 4.21407 2.409 3.90203L2.405 3.82885L2.24086 0.799248C2.24086 0.357579 2.58107 0 3.00037 0Z", fill: "#FAFAFA" }) }));
|
|
26
15
|
};
|
|
27
16
|
export default Arrow;
|