@rango-dev/widget-embedded 0.12.1-next.2 → 0.12.1-next.21
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/Wallets.d.ts +4 -3
- package/dist/Wallets.d.ts.map +1 -1
- package/dist/Widget.d.ts +3 -2
- package/dist/Widget.d.ts.map +1 -1
- package/dist/components/AppRouter.d.ts +3 -2
- package/dist/components/AppRouter.d.ts.map +1 -1
- package/dist/components/AppRoutes.d.ts +1 -1
- package/dist/components/AppRoutes.d.ts.map +1 -1
- package/dist/components/BlockchainList/BlockchainList.d.ts +4 -0
- package/dist/components/BlockchainList/BlockchainList.d.ts.map +1 -0
- package/dist/components/BlockchainList/BlockchainList.helpers.d.ts +4 -0
- package/dist/components/BlockchainList/BlockchainList.helpers.d.ts.map +1 -0
- package/dist/components/BlockchainList/BlockchainList.styles.d.ts +307 -0
- package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -0
- package/dist/components/BlockchainList/BlockchainList.types.d.ts +8 -0
- package/dist/components/BlockchainList/BlockchainList.types.d.ts.map +1 -0
- package/dist/components/BlockchainList/LoadingBlockchainList.d.ts +3 -0
- package/dist/components/BlockchainList/LoadingBlockchainList.d.ts.map +1 -0
- package/dist/components/BlockchainList/index.d.ts +2 -0
- package/dist/components/BlockchainList/index.d.ts.map +1 -0
- package/dist/components/BlockchainsChip/BlockchainsChip.d.ts +5 -0
- package/dist/components/BlockchainsChip/BlockchainsChip.d.ts.map +1 -0
- package/dist/components/BlockchainsChip/BlockchainsChip.styles.d.ts +156 -0
- package/dist/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -0
- package/dist/components/BlockchainsChip/BlockchainsChip.types.d.ts +6 -0
- package/dist/components/BlockchainsChip/BlockchainsChip.types.d.ts.map +1 -0
- package/dist/components/BlockchainsChip/index.d.ts +2 -0
- package/dist/components/BlockchainsChip/index.d.ts.map +1 -0
- package/dist/components/BlockchainsSection/BlockchainSection.helpers.d.ts +3 -0
- package/dist/components/BlockchainsSection/BlockchainSection.helpers.d.ts.map +1 -0
- package/dist/components/BlockchainsSection/BlockchainsSection.d.ts +4 -0
- package/dist/components/BlockchainsSection/BlockchainsSection.d.ts.map +1 -0
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +154 -0
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -0
- package/dist/components/BlockchainsSection/BlockchainsSection.types.d.ts +9 -0
- package/dist/components/BlockchainsSection/BlockchainsSection.types.d.ts.map +1 -0
- package/dist/components/BlockchainsSection/index.d.ts +2 -0
- package/dist/components/BlockchainsSection/index.d.ts.map +1 -0
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts +6 -0
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts.map +1 -0
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +2597 -0
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -0
- package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts +4 -0
- package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts.map +1 -0
- package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.types.d.ts +11 -0
- package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.types.d.ts.map +1 -0
- package/dist/components/ConfirmWalletsModal/WalletList.d.ts +4 -0
- package/dist/components/ConfirmWalletsModal/WalletList.d.ts.map +1 -0
- package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +460 -0
- package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -0
- package/dist/components/ConfirmWalletsModal/WalletList.type.d.ts +12 -0
- package/dist/components/ConfirmWalletsModal/WalletList.type.d.ts.map +1 -0
- package/dist/components/HeaderButtons/BackButton.d.ts +5 -0
- package/dist/components/HeaderButtons/BackButton.d.ts.map +1 -0
- package/dist/components/HeaderButtons/CancelButton.d.ts +5 -0
- package/dist/components/HeaderButtons/CancelButton.d.ts.map +1 -0
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +895 -0
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -0
- package/dist/components/HeaderButtons/HeaderButtons.types.d.ts +12 -0
- package/dist/components/HeaderButtons/HeaderButtons.types.d.ts.map +1 -0
- package/dist/components/HeaderButtons/HomeButtons.d.ts +4 -0
- package/dist/components/HeaderButtons/HomeButtons.d.ts.map +1 -0
- package/dist/components/HeaderButtons/UnreadNotificationsBadge.d.ts +3 -0
- package/dist/components/HeaderButtons/UnreadNotificationsBadge.d.ts.map +1 -0
- package/dist/components/HeaderButtons/WalletButton.d.ts +5 -0
- package/dist/components/HeaderButtons/WalletButton.d.ts.map +1 -0
- package/dist/components/HeaderButtons/index.d.ts +5 -0
- package/dist/components/HeaderButtons/index.d.ts.map +1 -0
- package/dist/components/Layout/Layout.d.ts +7 -0
- package/dist/components/Layout/Layout.d.ts.map +1 -0
- package/dist/components/Layout/Layout.styles.d.ts +464 -0
- package/dist/components/Layout/Layout.styles.d.ts.map +1 -0
- package/dist/components/Layout/Layout.types.d.ts +17 -0
- package/dist/components/Layout/Layout.types.d.ts.map +1 -0
- package/dist/components/Layout/index.d.ts +2 -0
- package/dist/components/Layout/index.d.ts.map +1 -0
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.d.ts +3 -0
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.d.ts.map +1 -0
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +155 -0
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -0
- package/dist/components/LoadingLiquiditySourceList/index.d.ts +2 -0
- package/dist/components/LoadingLiquiditySourceList/index.d.ts.map +1 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetailStep.d.ts +4 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetailStep.d.ts.map +1 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.d.ts +3 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.d.ts.map +1 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +460 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.types.d.ts +4 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.types.d.ts.map +1 -0
- package/dist/components/LoadingSwapDetails/index.d.ts +2 -0
- package/dist/components/LoadingSwapDetails/index.d.ts.map +1 -0
- package/dist/components/NoRoutes/NoRoutes.d.ts +4 -0
- package/dist/components/NoRoutes/NoRoutes.d.ts.map +1 -0
- package/dist/components/NoRoutes/NoRoutes.helper.d.ts +3 -0
- package/dist/components/NoRoutes/NoRoutes.helper.d.ts.map +1 -0
- package/dist/components/NoRoutes/NoRoutes.styles.d.ts +460 -0
- package/dist/components/NoRoutes/NoRoutes.styles.d.ts.map +1 -0
- package/dist/components/NoRoutes/NoRoutes.types.d.ts +20 -0
- package/dist/components/NoRoutes/NoRoutes.types.d.ts.map +1 -0
- package/dist/components/NoRoutes/index.d.ts +2 -0
- package/dist/components/NoRoutes/index.d.ts.map +1 -0
- package/dist/components/NotificationContent/NotificationContent.d.ts +3 -0
- package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -0
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts +613 -0
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -0
- package/dist/components/NotificationContent/NotificationNotFound.d.ts +3 -0
- package/dist/components/NotificationContent/NotificationNotFound.d.ts.map +1 -0
- package/dist/components/NotificationContent/index.d.ts +2 -0
- package/dist/components/NotificationContent/index.d.ts.map +1 -0
- package/dist/components/RouteErrors/RouteErrors.d.ts +4 -0
- package/dist/components/RouteErrors/RouteErrors.d.ts.map +1 -0
- package/dist/components/RouteErrors/RouteErrors.styles.d.ts +613 -0
- package/dist/components/RouteErrors/RouteErrors.styles.d.ts.map +1 -0
- package/dist/components/RouteErrors/RouteErrors.types.d.ts +24 -0
- package/dist/components/RouteErrors/RouteErrors.types.d.ts.map +1 -0
- package/dist/components/RouteErrors/RouteErrorsModal.d.ts +4 -0
- package/dist/components/RouteErrors/RouteErrorsModal.d.ts.map +1 -0
- package/dist/components/RouteErrors/RouteErrorsModalItem.d.ts +4 -0
- package/dist/components/RouteErrors/RouteErrorsModalItem.d.ts.map +1 -0
- package/dist/components/RouteErrors/index.d.ts +2 -0
- package/dist/components/RouteErrors/index.d.ts.map +1 -0
- package/dist/components/SearchInput/SearchInput.d.ts +4 -0
- package/dist/components/SearchInput/SearchInput.d.ts.map +1 -0
- package/dist/components/SearchInput/SearchInput.styles.d.ts +154 -0
- package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -0
- package/dist/components/SearchInput/SearchInput.types.d.ts +10 -0
- package/dist/components/SearchInput/SearchInput.types.d.ts.map +1 -0
- package/dist/components/SearchInput/index.d.ts +2 -0
- package/dist/components/SearchInput/index.d.ts.map +1 -0
- package/dist/components/SelectableCategoryList/SelectableCategoryList.d.ts +4 -0
- package/dist/components/SelectableCategoryList/SelectableCategoryList.d.ts.map +1 -0
- package/dist/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts +4 -0
- package/dist/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts.map +1 -0
- package/dist/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +460 -0
- package/dist/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -0
- package/dist/components/SelectableCategoryList/SelectableCategoryList.types.d.ts +12 -0
- package/dist/components/SelectableCategoryList/SelectableCategoryList.types.d.ts.map +1 -0
- package/dist/components/SelectableCategoryList/index.d.ts +2 -0
- package/dist/components/SelectableCategoryList/index.d.ts.map +1 -0
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +766 -0
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -0
- package/dist/components/SettingsContainer/index.d.ts +2 -0
- package/dist/components/SettingsContainer/index.d.ts.map +1 -0
- package/dist/components/Slippage/Slippage.d.ts +3 -0
- package/dist/components/Slippage/Slippage.d.ts.map +1 -0
- package/dist/components/Slippage/Slippage.styles.d.ts +613 -0
- package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -0
- package/dist/components/Slippage/SlippageTooltipContent.d.ts +3 -0
- package/dist/components/Slippage/SlippageTooltipContent.d.ts.map +1 -0
- package/dist/components/Slippage/index.d.ts +2 -0
- package/dist/components/Slippage/index.d.ts.map +1 -0
- package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts +4 -0
- package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts.map +1 -0
- package/dist/components/SwapDetails/SwapDetails.d.ts +4 -0
- package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -0
- package/dist/components/SwapDetails/SwapDetails.helpers.d.ts +8 -0
- package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -0
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts +919 -0
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -0
- package/dist/components/SwapDetails/SwapDetails.types.d.ts +12 -0
- package/dist/components/SwapDetails/SwapDetails.types.d.ts.map +1 -0
- package/dist/components/SwapDetails/index.d.ts +2 -0
- package/dist/components/SwapDetails/index.d.ts.map +1 -0
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.Failed.d.ts +4 -0
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.Failed.d.ts.map +1 -0
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.Warning.d.ts +4 -0
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.Warning.d.ts.map +1 -0
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.d.ts +4 -0
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.d.ts.map +1 -0
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +154 -0
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -0
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts +20 -0
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.types.d.ts.map +1 -0
- package/dist/components/SwapDetailsAlerts/index.d.ts +3 -0
- package/dist/components/SwapDetailsAlerts/index.d.ts.map +1 -0
- package/dist/components/SwapDetailsModal/SwapDetailsCompleteModal.d.ts +4 -0
- package/dist/components/SwapDetailsModal/SwapDetailsCompleteModal.d.ts.map +1 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.Cancel.d.ts +4 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.Cancel.d.ts.map +1 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.Delete.d.ts +4 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.Delete.d.ts.map +1 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts +4 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts.map +1 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.d.ts +4 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.d.ts.map +1 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.helpers.d.ts +4 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.helpers.d.ts.map +1 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +154 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts +46 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts.map +1 -0
- package/dist/components/SwapDetailsModal/index.d.ts +4 -0
- package/dist/components/SwapDetailsModal/index.d.ts.map +1 -0
- package/dist/components/SwapsGroup/SwapsGroup.d.ts +4 -0
- package/dist/components/SwapsGroup/SwapsGroup.d.ts.map +1 -0
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +613 -0
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -0
- package/dist/components/SwapsGroup/SwapsGroup.types.d.ts +12 -0
- package/dist/components/SwapsGroup/SwapsGroup.types.d.ts.map +1 -0
- package/dist/components/SwapsGroup/index.d.ts +2 -0
- package/dist/components/SwapsGroup/index.d.ts.map +1 -0
- package/dist/components/SwitchFromAndTo.d.ts +1 -1
- package/dist/components/SwitchFromAndTo.d.ts.map +1 -1
- package/dist/components/TokenList/LoadingTokenList.d.ts +4 -0
- package/dist/components/TokenList/LoadingTokenList.d.ts.map +1 -0
- package/dist/components/TokenList/TokenList.d.ts +4 -0
- package/dist/components/TokenList/TokenList.d.ts.map +1 -0
- package/dist/components/TokenList/TokenList.helpers.d.ts +3 -0
- package/dist/components/TokenList/TokenList.helpers.d.ts.map +1 -0
- package/dist/components/TokenList/TokenList.styles.d.ts +1532 -0
- package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -0
- package/dist/components/TokenList/TokenList.types.d.ts +41 -0
- package/dist/components/TokenList/TokenList.types.d.ts.map +1 -0
- package/dist/components/TokenList/index.d.ts +3 -0
- package/dist/components/TokenList/index.d.ts.map +1 -0
- package/dist/components/UpdateUrl.d.ts.map +1 -1
- package/dist/components/WalletModal/WalletModal.d.ts +4 -0
- package/dist/components/WalletModal/WalletModal.d.ts.map +1 -0
- package/dist/components/WalletModal/WalletModal.types.d.ts +10 -0
- package/dist/components/WalletModal/WalletModal.types.d.ts.map +1 -0
- package/dist/components/WalletModal/WalletModalContent.d.ts +4 -0
- package/dist/components/WalletModal/WalletModalContent.d.ts.map +1 -0
- package/dist/components/WalletModal/WalletModalContent.styles.d.ts +613 -0
- package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -0
- package/dist/components/WalletModal/index.d.ts +2 -0
- package/dist/components/WalletModal/index.d.ts.map +1 -0
- package/dist/components/WidgetEvents.d.ts.map +1 -1
- package/dist/constants/errors.d.ts +29 -0
- package/dist/constants/errors.d.ts.map +1 -1
- package/dist/constants/messages.d.ts +7 -0
- package/dist/constants/messages.d.ts.map +1 -0
- package/dist/constants/navigationRoutes.d.ts +8 -4
- package/dist/constants/navigationRoutes.d.ts.map +1 -1
- package/dist/constants/routing.d.ts +13 -0
- package/dist/constants/routing.d.ts.map +1 -0
- package/dist/constants/searchParams.d.ts +2 -2
- package/dist/constants/searchParams.d.ts.map +1 -1
- package/dist/constants/swapSettings.d.ts.map +1 -1
- package/dist/constants/wallets.d.ts +3 -0
- package/dist/constants/wallets.d.ts.map +1 -0
- package/dist/constants/warnings.d.ts +3 -0
- package/dist/constants/warnings.d.ts.map +1 -0
- package/dist/globalStyles.d.ts +1 -1
- package/dist/globalStyles.d.ts.map +1 -1
- package/dist/hooks/useConfirmSwap.d.ts +14 -6
- package/dist/hooks/useConfirmSwap.d.ts.map +1 -1
- package/dist/hooks/useFetchBestRoute.d.ts +9 -0
- package/dist/hooks/useFetchBestRoute.d.ts.map +1 -0
- package/dist/hooks/useNavigateBack.d.ts.map +1 -1
- package/dist/hooks/useSwapInput.d.ts +12 -0
- package/dist/hooks/useSwapInput.d.ts.map +1 -0
- package/dist/hooks/useTheme.d.ts +3 -29
- package/dist/hooks/useTheme.d.ts.map +1 -1
- package/dist/hooks/useWalletList.d.ts +20 -0
- package/dist/hooks/useWalletList.d.ts.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +4 -4
- package/dist/pages/ConfirmSwapPage.d.ts +6 -3
- package/dist/pages/ConfirmSwapPage.d.ts.map +1 -1
- package/dist/pages/HistoryPage.d.ts.map +1 -1
- package/dist/pages/Home.d.ts.map +1 -1
- package/dist/pages/LanguagePage.d.ts +3 -0
- package/dist/pages/LanguagePage.d.ts.map +1 -0
- package/dist/pages/LiquiditySourcePage.d.ts +8 -0
- package/dist/pages/LiquiditySourcePage.d.ts.map +1 -0
- package/dist/pages/SelectBlockchainPage.d.ts +8 -0
- package/dist/pages/SelectBlockchainPage.d.ts.map +1 -0
- package/dist/pages/SelectSwapItemsPage.d.ts +11 -0
- package/dist/pages/SelectSwapItemsPage.d.ts.map +1 -0
- package/dist/pages/SettingsPage.d.ts.map +1 -1
- package/dist/pages/SwapDetailsPage.d.ts.map +1 -1
- package/dist/pages/ThemePage.d.ts +3 -0
- package/dist/pages/ThemePage.d.ts.map +1 -0
- package/dist/pages/WalletsPage.d.ts +4 -2
- package/dist/pages/WalletsPage.d.ts.map +1 -1
- package/dist/store/bestRoute.d.ts +32 -19
- package/dist/store/bestRoute.d.ts.map +1 -1
- package/dist/store/meta.d.ts +10 -3
- package/dist/store/meta.d.ts.map +1 -1
- package/dist/store/notification.d.ts +38 -0
- package/dist/store/notification.d.ts.map +1 -0
- package/dist/store/settings.d.ts +2 -2
- package/dist/store/settings.d.ts.map +1 -1
- package/dist/store/ui.d.ts +0 -2
- package/dist/store/ui.d.ts.map +1 -1
- package/dist/store/wallets.d.ts +14 -12
- package/dist/store/wallets.d.ts.map +1 -1
- package/dist/types/config.d.ts +11 -6
- package/dist/types/config.d.ts.map +1 -1
- package/dist/types/notification.d.ts +22 -0
- package/dist/types/notification.d.ts.map +1 -0
- package/dist/types/routing.d.ts +30 -23
- package/dist/types/routing.d.ts.map +1 -1
- package/dist/types/swap.d.ts +8 -1
- package/dist/types/swap.d.ts.map +1 -1
- package/dist/utils/common.d.ts +5 -0
- package/dist/utils/common.d.ts.map +1 -1
- package/dist/utils/configs.d.ts +2 -0
- package/dist/utils/configs.d.ts.map +1 -1
- package/dist/utils/date.d.ts +1 -1
- package/dist/utils/date.d.ts.map +1 -1
- package/dist/utils/meta.d.ts +3 -0
- package/dist/utils/meta.d.ts.map +1 -0
- package/dist/utils/numbers.d.ts +2 -1
- package/dist/utils/numbers.d.ts.map +1 -1
- package/dist/utils/routing.d.ts +10 -7
- package/dist/utils/routing.d.ts.map +1 -1
- package/dist/utils/settings.d.ts +10 -0
- package/dist/utils/settings.d.ts.map +1 -0
- package/dist/utils/swap.d.ts +29 -14
- package/dist/utils/swap.d.ts.map +1 -1
- package/dist/utils/wallets.d.ts +20 -14
- package/dist/utils/wallets.d.ts.map +1 -1
- package/package.json +8 -8
- package/src/Wallets.tsx +23 -17
- package/src/Widget.tsx +88 -28
- package/src/components/AppRouter.tsx +36 -6
- package/src/components/AppRoutes.tsx +54 -19
- package/src/components/BlockchainList/BlockchainList.helpers.ts +37 -0
- package/src/components/BlockchainList/BlockchainList.styles.ts +19 -0
- package/src/components/BlockchainList/BlockchainList.tsx +73 -0
- package/src/components/BlockchainList/BlockchainList.types.ts +8 -0
- package/src/components/BlockchainList/LoadingBlockchainList.tsx +20 -0
- package/src/components/BlockchainList/index.ts +1 -0
- package/src/components/BlockchainsChip/BlockchainsChip.styles.ts +30 -0
- package/src/components/BlockchainsChip/BlockchainsChip.tsx +15 -0
- package/src/components/BlockchainsChip/BlockchainsChip.types.ts +4 -0
- package/src/components/BlockchainsChip/index.ts +1 -0
- package/src/components/BlockchainsSection/BlockchainSection.helpers.ts +20 -0
- package/src/components/BlockchainsSection/BlockchainsSection.styles.ts +7 -0
- package/src/components/BlockchainsSection/BlockchainsSection.tsx +100 -0
- package/src/components/BlockchainsSection/BlockchainsSection.types.ts +9 -0
- package/src/components/BlockchainsSection/index.ts +1 -0
- package/src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts +86 -0
- package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +169 -0
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +460 -0
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.types.ts +11 -0
- package/src/components/ConfirmWalletsModal/WalletList.styles.ts +34 -0
- package/src/components/ConfirmWalletsModal/WalletList.tsx +250 -0
- package/src/components/ConfirmWalletsModal/WalletList.type.ts +12 -0
- package/src/components/HeaderButtons/BackButton.tsx +16 -0
- package/src/components/HeaderButtons/CancelButton.tsx +21 -0
- package/src/components/HeaderButtons/HeaderButtons.styles.ts +40 -0
- package/src/components/HeaderButtons/HeaderButtons.types.ts +11 -0
- package/src/components/HeaderButtons/HomeButtons.tsx +68 -0
- package/src/components/HeaderButtons/UnreadNotificationsBadge.tsx +20 -0
- package/src/components/HeaderButtons/WalletButton.tsx +20 -0
- package/src/components/HeaderButtons/index.ts +4 -0
- package/src/components/Layout/Layout.styles.ts +50 -0
- package/src/components/Layout/Layout.tsx +72 -0
- package/src/components/Layout/Layout.types.ts +20 -0
- package/src/components/Layout/index.ts +1 -0
- package/src/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.ts +5 -0
- package/src/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.tsx +23 -0
- package/src/components/LoadingLiquiditySourceList/index.ts +1 -0
- package/src/components/LoadingSwapDetails/LoadingSwapDetailStep.tsx +41 -0
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts +78 -0
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.tsx +53 -0
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.types.ts +3 -0
- package/src/components/LoadingSwapDetails/index.ts +1 -0
- package/src/components/NoRoutes/NoRoutes.helper.ts +50 -0
- package/src/components/NoRoutes/NoRoutes.styles.ts +15 -0
- package/src/components/NoRoutes/NoRoutes.tsx +81 -0
- package/src/components/NoRoutes/NoRoutes.types.ts +21 -0
- package/src/components/NoRoutes/index.ts +1 -0
- package/src/components/NotificationContent/NotificationContent.styles.ts +34 -0
- package/src/components/NotificationContent/NotificationContent.tsx +107 -0
- package/src/components/NotificationContent/NotificationNotFound.tsx +17 -0
- package/src/components/NotificationContent/index.ts +1 -0
- package/src/components/RouteErrors/RouteErrors.styles.ts +28 -0
- package/src/components/RouteErrors/RouteErrors.tsx +79 -0
- package/src/components/RouteErrors/RouteErrors.types.ts +29 -0
- package/src/components/RouteErrors/RouteErrorsModal.tsx +128 -0
- package/src/components/RouteErrors/RouteErrorsModalItem.tsx +24 -0
- package/src/components/RouteErrors/index.ts +1 -0
- package/src/components/SearchInput/SearchInput.styles.ts +9 -0
- package/src/components/SearchInput/SearchInput.tsx +51 -0
- package/src/components/SearchInput/SearchInput.types.ts +10 -0
- package/src/components/SearchInput/index.ts +1 -0
- package/src/components/SelectableCategoryList/SelectableCategoryList.helpers.ts +20 -0
- package/src/components/SelectableCategoryList/SelectableCategoryList.styles.ts +21 -0
- package/src/components/SelectableCategoryList/SelectableCategoryList.tsx +79 -0
- package/src/components/SelectableCategoryList/SelectableCategoryList.types.ts +12 -0
- package/src/components/SelectableCategoryList/index.ts +1 -0
- package/src/components/SettingsContainer/SettingsContainer.style.ts +33 -0
- package/src/components/SettingsContainer/index.ts +7 -0
- package/src/components/Slippage/Slippage.styles.ts +24 -0
- package/src/components/Slippage/Slippage.tsx +90 -0
- package/src/components/Slippage/SlippageTooltipContent.tsx +23 -0
- package/src/components/Slippage/index.ts +1 -0
- package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +79 -0
- package/src/components/SwapDetails/SwapDetails.helpers.tsx +85 -0
- package/src/components/SwapDetails/SwapDetails.styles.ts +68 -0
- package/src/components/SwapDetails/SwapDetails.tsx +419 -0
- package/src/components/SwapDetails/SwapDetails.types.ts +12 -0
- package/src/components/SwapDetails/index.ts +1 -0
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.Failed.tsx +36 -0
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.Warning.tsx +55 -0
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.ts +7 -0
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.tsx +74 -0
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.types.ts +28 -0
- package/src/components/SwapDetailsAlerts/index.ts +2 -0
- package/src/components/SwapDetailsModal/SwapDetailsCompleteModal.tsx +101 -0
- package/src/components/SwapDetailsModal/SwapDetailsModal.Cancel.tsx +34 -0
- package/src/components/SwapDetailsModal/SwapDetailsModal.Delete.tsx +34 -0
- package/src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx +31 -0
- package/src/components/SwapDetailsModal/SwapDetailsModal.helpers.tsx +22 -0
- package/src/components/SwapDetailsModal/SwapDetailsModal.styles.ts +6 -0
- package/src/components/SwapDetailsModal/SwapDetailsModal.tsx +45 -0
- package/src/components/SwapDetailsModal/SwapDetailsModal.types.ts +54 -0
- package/src/components/SwapDetailsModal/index.ts +3 -0
- package/src/components/SwapsGroup/SwapsGroup.styles.ts +26 -0
- package/src/components/SwapsGroup/SwapsGroup.tsx +125 -0
- package/src/components/SwapsGroup/SwapsGroup.types.ts +13 -0
- package/src/components/SwapsGroup/index.ts +1 -0
- package/src/components/SwitchFromAndTo.tsx +23 -41
- package/src/components/TokenList/LoadingTokenList.tsx +34 -0
- package/src/components/TokenList/TokenList.helpers.ts +13 -0
- package/src/components/TokenList/TokenList.styles.ts +121 -0
- package/src/components/TokenList/TokenList.tsx +271 -0
- package/src/components/TokenList/TokenList.types.ts +48 -0
- package/src/components/TokenList/index.ts +2 -0
- package/src/components/UpdateUrl.tsx +40 -22
- package/src/components/WalletModal/WalletModal.tsx +20 -0
- package/src/components/WalletModal/WalletModal.types.ts +11 -0
- package/src/components/WalletModal/WalletModalContent.styles.ts +44 -0
- package/src/components/WalletModal/WalletModalContent.tsx +54 -0
- package/src/components/WalletModal/index.ts +1 -0
- package/src/components/WidgetEvents.tsx +37 -5
- package/src/constants/errors.ts +56 -1
- package/src/constants/messages.ts +8 -0
- package/src/constants/navigationRoutes.ts +8 -4
- package/src/constants/routing.ts +17 -0
- package/src/constants/searchParams.ts +2 -2
- package/src/constants/swapSettings.ts +5 -1
- package/src/constants/wallets.ts +3 -0
- package/src/constants/warnings.ts +26 -0
- package/src/globalStyles.ts +1 -4
- package/src/hooks/useConfirmSwap.ts +251 -220
- package/src/hooks/useFetchBestRoute.ts +38 -0
- package/src/hooks/useNavigateBack.ts +25 -9
- package/src/hooks/useSwapInput.ts +116 -0
- package/src/hooks/useTheme.ts +35 -74
- package/src/hooks/useWalletList.ts +125 -0
- package/src/pages/ConfirmSwapPage.tsx +492 -228
- package/src/pages/HistoryPage.tsx +104 -15
- package/src/pages/Home.tsx +392 -110
- package/src/pages/LanguagePage.tsx +83 -0
- package/src/pages/LiquiditySourcePage.tsx +160 -0
- package/src/pages/SelectBlockchainPage.tsx +77 -0
- package/src/pages/SelectSwapItemsPage.tsx +169 -0
- package/src/pages/SettingsPage.tsx +144 -72
- package/src/pages/SwapDetailsPage.tsx +40 -141
- package/src/pages/ThemePage.tsx +96 -0
- package/src/pages/WalletsPage.tsx +73 -124
- package/src/store/bestRoute.ts +85 -180
- package/src/store/meta.ts +23 -3
- package/src/store/notification.ts +77 -0
- package/src/store/settings.ts +20 -13
- package/src/store/ui.ts +1 -5
- package/src/store/wallets.ts +92 -76
- package/src/types/config.ts +12 -7
- package/src/types/notification.ts +33 -0
- package/src/types/routing.ts +29 -28
- package/src/types/swap.ts +9 -1
- package/src/utils/common.ts +53 -3
- package/src/utils/configs.ts +3 -0
- package/src/utils/date.ts +15 -18
- package/src/utils/meta.ts +9 -0
- package/src/utils/numbers.ts +63 -18
- package/src/utils/routing.ts +105 -27
- package/src/utils/settings.ts +57 -0
- package/src/utils/swap.ts +200 -113
- package/src/utils/wallets.ts +165 -116
- package/dist/components/ConfirmSwapErrors.d.ts +0 -4
- package/dist/components/ConfirmSwapErrors.d.ts.map +0 -1
- package/dist/components/ConfirmSwapWarnings.d.ts +0 -3
- package/dist/components/ConfirmSwapWarnings.d.ts.map +0 -1
- package/dist/components/Layout.d.ts +0 -7
- package/dist/components/Layout.d.ts.map +0 -1
- package/dist/pages/LiquiditySourcesPage.d.ts +0 -7
- package/dist/pages/LiquiditySourcesPage.d.ts.map +0 -1
- package/dist/pages/SelectChainPage.d.ts +0 -8
- package/dist/pages/SelectChainPage.d.ts.map +0 -1
- package/dist/pages/SelectTokenPage.d.ts +0 -15
- package/dist/pages/SelectTokenPage.d.ts.map +0 -1
- package/src/components/ConfirmSwapErrors.tsx +0 -34
- package/src/components/ConfirmSwapWarnings.tsx +0 -22
- package/src/components/Layout.tsx +0 -105
- package/src/pages/LiquiditySourcesPage.tsx +0 -63
- package/src/pages/SelectChainPage.tsx +0 -42
- package/src/pages/SelectTokenPage.tsx +0 -64
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,UAAU,EAAE,MAAM,eAAe,CAAC;AAEnD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAShB,CAAC;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA8Df,CAAC;AAEH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMd,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAyB,CAAC;AAE/C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE3B,CAAC;AAEH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAId,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGtB,CAAC;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMvB,CAAC;AACH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAOd,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { Token } from 'rango-sdk';
|
|
2
|
+
export interface TokenWithBalance extends Token {
|
|
3
|
+
balance?: {
|
|
4
|
+
amount: string;
|
|
5
|
+
usdValue: string;
|
|
6
|
+
};
|
|
7
|
+
pin?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface PropTypes {
|
|
10
|
+
list: TokenWithBalance[];
|
|
11
|
+
searchedFor?: string;
|
|
12
|
+
onChange: (token: TokenWithBalance) => void;
|
|
13
|
+
selectedBlockchain?: string;
|
|
14
|
+
}
|
|
15
|
+
export interface LoadingTokenListProps {
|
|
16
|
+
size: number;
|
|
17
|
+
}
|
|
18
|
+
export interface RenderDescProps {
|
|
19
|
+
name?: string | null;
|
|
20
|
+
address: string;
|
|
21
|
+
url: string;
|
|
22
|
+
token: TokenWithBalance;
|
|
23
|
+
customCssForTag: TagCSS;
|
|
24
|
+
customCssForTagTitle: TitleCSS;
|
|
25
|
+
}
|
|
26
|
+
type TagCSS = {
|
|
27
|
+
[x: string]: string | {
|
|
28
|
+
$$color: string;
|
|
29
|
+
};
|
|
30
|
+
$$color: string;
|
|
31
|
+
backgroundColor: string;
|
|
32
|
+
};
|
|
33
|
+
type TitleCSS = {
|
|
34
|
+
[x: string]: string | {
|
|
35
|
+
$$color: string;
|
|
36
|
+
};
|
|
37
|
+
$$color: string;
|
|
38
|
+
color: string;
|
|
39
|
+
};
|
|
40
|
+
export {};
|
|
41
|
+
//# sourceMappingURL=TokenList.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenList.types.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/TokenList.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAEvC,MAAM,WAAW,gBAAiB,SAAQ,KAAK;IAC7C,OAAO,CAAC,EAAE;QACR,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,GAAG,CAAC,EAAE,OAAO,CAAC;CACf;AAED,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,gBAAgB,EAAE,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAC5C,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,gBAAgB,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,oBAAoB,EAAE,QAAQ,CAAC;CAChC;AAED,KAAK,MAAM,GAAG;IACZ,CAAC,CAAC,EAAE,MAAM,GACN,MAAM,GACN;QACE,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACN,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AACF,KAAK,QAAQ,GAAG;IACd,CAAC,CAAC,EAAE,MAAM,GACN,MAAM,GACN;QACE,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACN,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TokenList/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateUrl.d.ts","sourceRoot":"","sources":["../../src/components/UpdateUrl.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UpdateUrl.d.ts","sourceRoot":"","sources":["../../src/components/UpdateUrl.tsx"],"names":[],"mappings":"AAcA,wBAAgB,SAAS,SAoIxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WalletModal.d.ts","sourceRoot":"","sources":["../../../src/components/WalletModal/WalletModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGrD,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,wBAAgB,WAAW,CAAC,KAAK,EAAE,SAAS,qBAY3C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { WalletState } from '@rango-dev/ui';
|
|
2
|
+
export interface PropTypes {
|
|
3
|
+
open: boolean;
|
|
4
|
+
onClose: () => void;
|
|
5
|
+
image: string;
|
|
6
|
+
state: WalletState;
|
|
7
|
+
error?: string;
|
|
8
|
+
}
|
|
9
|
+
export type ModalContentProps = Pick<PropTypes, 'state' | 'error' | 'image'>;
|
|
10
|
+
//# sourceMappingURL=WalletModal.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WalletModal.types.d.ts","sourceRoot":"","sources":["../../../src/components/WalletModal/WalletModal.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,WAAW,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,SAAS,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WalletModalContent.d.ts","sourceRoot":"","sources":["../../../src/components/WalletModal/WalletModalContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAI7D,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qBAyCpD"}
|
|
@@ -0,0 +1,613 @@
|
|
|
1
|
+
export declare const IconContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
2
|
+
sm: string;
|
|
3
|
+
md: string;
|
|
4
|
+
lg: string;
|
|
5
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
6
|
+
sm: string;
|
|
7
|
+
md: string;
|
|
8
|
+
lg: string;
|
|
9
|
+
}, {
|
|
10
|
+
colors: {
|
|
11
|
+
primary500: string;
|
|
12
|
+
primary600: string;
|
|
13
|
+
secondary100: string;
|
|
14
|
+
secondary200: string;
|
|
15
|
+
secondary300: string;
|
|
16
|
+
secondary400: string;
|
|
17
|
+
secondary500: string;
|
|
18
|
+
secondary600: string;
|
|
19
|
+
secondary700: string;
|
|
20
|
+
secondary800: string;
|
|
21
|
+
secondary900: string;
|
|
22
|
+
neutral100: string;
|
|
23
|
+
neutral200: string;
|
|
24
|
+
neutral300: string;
|
|
25
|
+
neutral400: string;
|
|
26
|
+
neutral500: string;
|
|
27
|
+
neutral600: string;
|
|
28
|
+
neutral700: string;
|
|
29
|
+
neutral800: string;
|
|
30
|
+
neutral900: string;
|
|
31
|
+
error100: string;
|
|
32
|
+
error300: string;
|
|
33
|
+
error500: string;
|
|
34
|
+
error600: string;
|
|
35
|
+
error700: string;
|
|
36
|
+
warning100: string;
|
|
37
|
+
warning300: string;
|
|
38
|
+
warning500: string;
|
|
39
|
+
warning600: string;
|
|
40
|
+
warning700: string;
|
|
41
|
+
info100: string;
|
|
42
|
+
info300: string;
|
|
43
|
+
info500: string;
|
|
44
|
+
info600: string;
|
|
45
|
+
info700: string;
|
|
46
|
+
success100: string;
|
|
47
|
+
success300: string;
|
|
48
|
+
success500: string;
|
|
49
|
+
success600: string;
|
|
50
|
+
success700: string;
|
|
51
|
+
background: string;
|
|
52
|
+
foreground: string;
|
|
53
|
+
};
|
|
54
|
+
space: {
|
|
55
|
+
0: string;
|
|
56
|
+
5: string;
|
|
57
|
+
10: string;
|
|
58
|
+
15: string;
|
|
59
|
+
20: string;
|
|
60
|
+
25: string;
|
|
61
|
+
30: string;
|
|
62
|
+
40: string;
|
|
63
|
+
46: string;
|
|
64
|
+
50: string;
|
|
65
|
+
60: string;
|
|
66
|
+
70: string;
|
|
67
|
+
80: string;
|
|
68
|
+
90: string;
|
|
69
|
+
100: string;
|
|
70
|
+
2: string;
|
|
71
|
+
4: string;
|
|
72
|
+
6: string;
|
|
73
|
+
8: string;
|
|
74
|
+
12: string;
|
|
75
|
+
16: string;
|
|
76
|
+
24: string;
|
|
77
|
+
28: string;
|
|
78
|
+
32: string;
|
|
79
|
+
};
|
|
80
|
+
radii: {
|
|
81
|
+
xs: string;
|
|
82
|
+
sm: string;
|
|
83
|
+
xm: string;
|
|
84
|
+
md: string;
|
|
85
|
+
xl: string;
|
|
86
|
+
lg: string;
|
|
87
|
+
primary: string;
|
|
88
|
+
secondary: string;
|
|
89
|
+
};
|
|
90
|
+
fontSizes: {
|
|
91
|
+
10: string;
|
|
92
|
+
12: string;
|
|
93
|
+
14: string;
|
|
94
|
+
16: string;
|
|
95
|
+
18: string;
|
|
96
|
+
20: string;
|
|
97
|
+
22: string;
|
|
98
|
+
24: string;
|
|
99
|
+
28: string;
|
|
100
|
+
32: string;
|
|
101
|
+
36: string;
|
|
102
|
+
40: string;
|
|
103
|
+
48: string;
|
|
104
|
+
};
|
|
105
|
+
fonts: {
|
|
106
|
+
primary: string;
|
|
107
|
+
widget: string;
|
|
108
|
+
};
|
|
109
|
+
fontWeights: {
|
|
110
|
+
regular: number;
|
|
111
|
+
medium: number;
|
|
112
|
+
semiBold: number;
|
|
113
|
+
bold: number;
|
|
114
|
+
};
|
|
115
|
+
lineHeights: {
|
|
116
|
+
12: string;
|
|
117
|
+
16: string;
|
|
118
|
+
20: string;
|
|
119
|
+
24: string;
|
|
120
|
+
26: string;
|
|
121
|
+
28: string;
|
|
122
|
+
30: string;
|
|
123
|
+
36: string;
|
|
124
|
+
40: string;
|
|
125
|
+
44: string;
|
|
126
|
+
52: string;
|
|
127
|
+
64: string;
|
|
128
|
+
};
|
|
129
|
+
letterSpacings: {};
|
|
130
|
+
sizes: {
|
|
131
|
+
4: string;
|
|
132
|
+
6: string;
|
|
133
|
+
8: string;
|
|
134
|
+
12: string;
|
|
135
|
+
16: string;
|
|
136
|
+
18: string;
|
|
137
|
+
20: string;
|
|
138
|
+
24: string;
|
|
139
|
+
28: string;
|
|
140
|
+
32: string;
|
|
141
|
+
36: string;
|
|
142
|
+
40: string;
|
|
143
|
+
45: string;
|
|
144
|
+
48: string;
|
|
145
|
+
};
|
|
146
|
+
borderWidths: {};
|
|
147
|
+
borderStyles: {};
|
|
148
|
+
shadows: {
|
|
149
|
+
s: string;
|
|
150
|
+
};
|
|
151
|
+
zIndices: {};
|
|
152
|
+
transitions: {};
|
|
153
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
154
|
+
export declare const LogoContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
155
|
+
sm: string;
|
|
156
|
+
md: string;
|
|
157
|
+
lg: string;
|
|
158
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
159
|
+
sm: string;
|
|
160
|
+
md: string;
|
|
161
|
+
lg: string;
|
|
162
|
+
}, {
|
|
163
|
+
colors: {
|
|
164
|
+
primary500: string;
|
|
165
|
+
primary600: string;
|
|
166
|
+
secondary100: string;
|
|
167
|
+
secondary200: string;
|
|
168
|
+
secondary300: string;
|
|
169
|
+
secondary400: string;
|
|
170
|
+
secondary500: string;
|
|
171
|
+
secondary600: string;
|
|
172
|
+
secondary700: string;
|
|
173
|
+
secondary800: string;
|
|
174
|
+
secondary900: string;
|
|
175
|
+
neutral100: string;
|
|
176
|
+
neutral200: string;
|
|
177
|
+
neutral300: string;
|
|
178
|
+
neutral400: string;
|
|
179
|
+
neutral500: string;
|
|
180
|
+
neutral600: string;
|
|
181
|
+
neutral700: string;
|
|
182
|
+
neutral800: string;
|
|
183
|
+
neutral900: string;
|
|
184
|
+
error100: string;
|
|
185
|
+
error300: string;
|
|
186
|
+
error500: string;
|
|
187
|
+
error600: string;
|
|
188
|
+
error700: string;
|
|
189
|
+
warning100: string;
|
|
190
|
+
warning300: string;
|
|
191
|
+
warning500: string;
|
|
192
|
+
warning600: string;
|
|
193
|
+
warning700: string;
|
|
194
|
+
info100: string;
|
|
195
|
+
info300: string;
|
|
196
|
+
info500: string;
|
|
197
|
+
info600: string;
|
|
198
|
+
info700: string;
|
|
199
|
+
success100: string;
|
|
200
|
+
success300: string;
|
|
201
|
+
success500: string;
|
|
202
|
+
success600: string;
|
|
203
|
+
success700: string;
|
|
204
|
+
background: string;
|
|
205
|
+
foreground: string;
|
|
206
|
+
};
|
|
207
|
+
space: {
|
|
208
|
+
0: string;
|
|
209
|
+
5: string;
|
|
210
|
+
10: string;
|
|
211
|
+
15: string;
|
|
212
|
+
20: string;
|
|
213
|
+
25: string;
|
|
214
|
+
30: string;
|
|
215
|
+
40: string;
|
|
216
|
+
46: string;
|
|
217
|
+
50: string;
|
|
218
|
+
60: string;
|
|
219
|
+
70: string;
|
|
220
|
+
80: string;
|
|
221
|
+
90: string;
|
|
222
|
+
100: string;
|
|
223
|
+
2: string;
|
|
224
|
+
4: string;
|
|
225
|
+
6: string;
|
|
226
|
+
8: string;
|
|
227
|
+
12: string;
|
|
228
|
+
16: string;
|
|
229
|
+
24: string;
|
|
230
|
+
28: string;
|
|
231
|
+
32: string;
|
|
232
|
+
};
|
|
233
|
+
radii: {
|
|
234
|
+
xs: string;
|
|
235
|
+
sm: string;
|
|
236
|
+
xm: string;
|
|
237
|
+
md: string;
|
|
238
|
+
xl: string;
|
|
239
|
+
lg: string;
|
|
240
|
+
primary: string;
|
|
241
|
+
secondary: string;
|
|
242
|
+
};
|
|
243
|
+
fontSizes: {
|
|
244
|
+
10: string;
|
|
245
|
+
12: string;
|
|
246
|
+
14: string;
|
|
247
|
+
16: string;
|
|
248
|
+
18: string;
|
|
249
|
+
20: string;
|
|
250
|
+
22: string;
|
|
251
|
+
24: string;
|
|
252
|
+
28: string;
|
|
253
|
+
32: string;
|
|
254
|
+
36: string;
|
|
255
|
+
40: string;
|
|
256
|
+
48: string;
|
|
257
|
+
};
|
|
258
|
+
fonts: {
|
|
259
|
+
primary: string;
|
|
260
|
+
widget: string;
|
|
261
|
+
};
|
|
262
|
+
fontWeights: {
|
|
263
|
+
regular: number;
|
|
264
|
+
medium: number;
|
|
265
|
+
semiBold: number;
|
|
266
|
+
bold: number;
|
|
267
|
+
};
|
|
268
|
+
lineHeights: {
|
|
269
|
+
12: string;
|
|
270
|
+
16: string;
|
|
271
|
+
20: string;
|
|
272
|
+
24: string;
|
|
273
|
+
26: string;
|
|
274
|
+
28: string;
|
|
275
|
+
30: string;
|
|
276
|
+
36: string;
|
|
277
|
+
40: string;
|
|
278
|
+
44: string;
|
|
279
|
+
52: string;
|
|
280
|
+
64: string;
|
|
281
|
+
};
|
|
282
|
+
letterSpacings: {};
|
|
283
|
+
sizes: {
|
|
284
|
+
4: string;
|
|
285
|
+
6: string;
|
|
286
|
+
8: string;
|
|
287
|
+
12: string;
|
|
288
|
+
16: string;
|
|
289
|
+
18: string;
|
|
290
|
+
20: string;
|
|
291
|
+
24: string;
|
|
292
|
+
28: string;
|
|
293
|
+
32: string;
|
|
294
|
+
36: string;
|
|
295
|
+
40: string;
|
|
296
|
+
45: string;
|
|
297
|
+
48: string;
|
|
298
|
+
};
|
|
299
|
+
borderWidths: {};
|
|
300
|
+
borderStyles: {};
|
|
301
|
+
shadows: {
|
|
302
|
+
s: string;
|
|
303
|
+
};
|
|
304
|
+
zIndices: {};
|
|
305
|
+
transitions: {};
|
|
306
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
307
|
+
export declare const Spinner: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
308
|
+
sm: string;
|
|
309
|
+
md: string;
|
|
310
|
+
lg: string;
|
|
311
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
312
|
+
sm: string;
|
|
313
|
+
md: string;
|
|
314
|
+
lg: string;
|
|
315
|
+
}, {
|
|
316
|
+
colors: {
|
|
317
|
+
primary500: string;
|
|
318
|
+
primary600: string;
|
|
319
|
+
secondary100: string;
|
|
320
|
+
secondary200: string;
|
|
321
|
+
secondary300: string;
|
|
322
|
+
secondary400: string;
|
|
323
|
+
secondary500: string;
|
|
324
|
+
secondary600: string;
|
|
325
|
+
secondary700: string;
|
|
326
|
+
secondary800: string;
|
|
327
|
+
secondary900: string;
|
|
328
|
+
neutral100: string;
|
|
329
|
+
neutral200: string;
|
|
330
|
+
neutral300: string;
|
|
331
|
+
neutral400: string;
|
|
332
|
+
neutral500: string;
|
|
333
|
+
neutral600: string;
|
|
334
|
+
neutral700: string;
|
|
335
|
+
neutral800: string;
|
|
336
|
+
neutral900: string;
|
|
337
|
+
error100: string;
|
|
338
|
+
error300: string;
|
|
339
|
+
error500: string;
|
|
340
|
+
error600: string;
|
|
341
|
+
error700: string;
|
|
342
|
+
warning100: string;
|
|
343
|
+
warning300: string;
|
|
344
|
+
warning500: string;
|
|
345
|
+
warning600: string;
|
|
346
|
+
warning700: string;
|
|
347
|
+
info100: string;
|
|
348
|
+
info300: string;
|
|
349
|
+
info500: string;
|
|
350
|
+
info600: string;
|
|
351
|
+
info700: string;
|
|
352
|
+
success100: string;
|
|
353
|
+
success300: string;
|
|
354
|
+
success500: string;
|
|
355
|
+
success600: string;
|
|
356
|
+
success700: string;
|
|
357
|
+
background: string;
|
|
358
|
+
foreground: string;
|
|
359
|
+
};
|
|
360
|
+
space: {
|
|
361
|
+
0: string;
|
|
362
|
+
5: string;
|
|
363
|
+
10: string;
|
|
364
|
+
15: string;
|
|
365
|
+
20: string;
|
|
366
|
+
25: string;
|
|
367
|
+
30: string;
|
|
368
|
+
40: string;
|
|
369
|
+
46: string;
|
|
370
|
+
50: string;
|
|
371
|
+
60: string;
|
|
372
|
+
70: string;
|
|
373
|
+
80: string;
|
|
374
|
+
90: string;
|
|
375
|
+
100: string;
|
|
376
|
+
2: string;
|
|
377
|
+
4: string;
|
|
378
|
+
6: string;
|
|
379
|
+
8: string;
|
|
380
|
+
12: string;
|
|
381
|
+
16: string;
|
|
382
|
+
24: string;
|
|
383
|
+
28: string;
|
|
384
|
+
32: string;
|
|
385
|
+
};
|
|
386
|
+
radii: {
|
|
387
|
+
xs: string;
|
|
388
|
+
sm: string;
|
|
389
|
+
xm: string;
|
|
390
|
+
md: string;
|
|
391
|
+
xl: string;
|
|
392
|
+
lg: string;
|
|
393
|
+
primary: string;
|
|
394
|
+
secondary: string;
|
|
395
|
+
};
|
|
396
|
+
fontSizes: {
|
|
397
|
+
10: string;
|
|
398
|
+
12: string;
|
|
399
|
+
14: string;
|
|
400
|
+
16: string;
|
|
401
|
+
18: string;
|
|
402
|
+
20: string;
|
|
403
|
+
22: string;
|
|
404
|
+
24: string;
|
|
405
|
+
28: string;
|
|
406
|
+
32: string;
|
|
407
|
+
36: string;
|
|
408
|
+
40: string;
|
|
409
|
+
48: string;
|
|
410
|
+
};
|
|
411
|
+
fonts: {
|
|
412
|
+
primary: string;
|
|
413
|
+
widget: string;
|
|
414
|
+
};
|
|
415
|
+
fontWeights: {
|
|
416
|
+
regular: number;
|
|
417
|
+
medium: number;
|
|
418
|
+
semiBold: number;
|
|
419
|
+
bold: number;
|
|
420
|
+
};
|
|
421
|
+
lineHeights: {
|
|
422
|
+
12: string;
|
|
423
|
+
16: string;
|
|
424
|
+
20: string;
|
|
425
|
+
24: string;
|
|
426
|
+
26: string;
|
|
427
|
+
28: string;
|
|
428
|
+
30: string;
|
|
429
|
+
36: string;
|
|
430
|
+
40: string;
|
|
431
|
+
44: string;
|
|
432
|
+
52: string;
|
|
433
|
+
64: string;
|
|
434
|
+
};
|
|
435
|
+
letterSpacings: {};
|
|
436
|
+
sizes: {
|
|
437
|
+
4: string;
|
|
438
|
+
6: string;
|
|
439
|
+
8: string;
|
|
440
|
+
12: string;
|
|
441
|
+
16: string;
|
|
442
|
+
18: string;
|
|
443
|
+
20: string;
|
|
444
|
+
24: string;
|
|
445
|
+
28: string;
|
|
446
|
+
32: string;
|
|
447
|
+
36: string;
|
|
448
|
+
40: string;
|
|
449
|
+
45: string;
|
|
450
|
+
48: string;
|
|
451
|
+
};
|
|
452
|
+
borderWidths: {};
|
|
453
|
+
borderStyles: {};
|
|
454
|
+
shadows: {
|
|
455
|
+
s: string;
|
|
456
|
+
};
|
|
457
|
+
zIndices: {};
|
|
458
|
+
transitions: {};
|
|
459
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
460
|
+
export declare const WalletImageContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
461
|
+
sm: string;
|
|
462
|
+
md: string;
|
|
463
|
+
lg: string;
|
|
464
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
465
|
+
sm: string;
|
|
466
|
+
md: string;
|
|
467
|
+
lg: string;
|
|
468
|
+
}, {
|
|
469
|
+
colors: {
|
|
470
|
+
primary500: string;
|
|
471
|
+
primary600: string;
|
|
472
|
+
secondary100: string;
|
|
473
|
+
secondary200: string;
|
|
474
|
+
secondary300: string;
|
|
475
|
+
secondary400: string;
|
|
476
|
+
secondary500: string;
|
|
477
|
+
secondary600: string;
|
|
478
|
+
secondary700: string;
|
|
479
|
+
secondary800: string;
|
|
480
|
+
secondary900: string;
|
|
481
|
+
neutral100: string;
|
|
482
|
+
neutral200: string;
|
|
483
|
+
neutral300: string;
|
|
484
|
+
neutral400: string;
|
|
485
|
+
neutral500: string;
|
|
486
|
+
neutral600: string;
|
|
487
|
+
neutral700: string;
|
|
488
|
+
neutral800: string;
|
|
489
|
+
neutral900: string;
|
|
490
|
+
error100: string;
|
|
491
|
+
error300: string;
|
|
492
|
+
error500: string;
|
|
493
|
+
error600: string;
|
|
494
|
+
error700: string;
|
|
495
|
+
warning100: string;
|
|
496
|
+
warning300: string;
|
|
497
|
+
warning500: string;
|
|
498
|
+
warning600: string;
|
|
499
|
+
warning700: string;
|
|
500
|
+
info100: string;
|
|
501
|
+
info300: string;
|
|
502
|
+
info500: string;
|
|
503
|
+
info600: string;
|
|
504
|
+
info700: string;
|
|
505
|
+
success100: string;
|
|
506
|
+
success300: string;
|
|
507
|
+
success500: string;
|
|
508
|
+
success600: string;
|
|
509
|
+
success700: string;
|
|
510
|
+
background: string;
|
|
511
|
+
foreground: string;
|
|
512
|
+
};
|
|
513
|
+
space: {
|
|
514
|
+
0: string;
|
|
515
|
+
5: string;
|
|
516
|
+
10: string;
|
|
517
|
+
15: string;
|
|
518
|
+
20: string;
|
|
519
|
+
25: string;
|
|
520
|
+
30: string;
|
|
521
|
+
40: string;
|
|
522
|
+
46: string;
|
|
523
|
+
50: string;
|
|
524
|
+
60: string;
|
|
525
|
+
70: string;
|
|
526
|
+
80: string;
|
|
527
|
+
90: string;
|
|
528
|
+
100: string;
|
|
529
|
+
2: string;
|
|
530
|
+
4: string;
|
|
531
|
+
6: string;
|
|
532
|
+
8: string;
|
|
533
|
+
12: string;
|
|
534
|
+
16: string;
|
|
535
|
+
24: string;
|
|
536
|
+
28: string;
|
|
537
|
+
32: string;
|
|
538
|
+
};
|
|
539
|
+
radii: {
|
|
540
|
+
xs: string;
|
|
541
|
+
sm: string;
|
|
542
|
+
xm: string;
|
|
543
|
+
md: string;
|
|
544
|
+
xl: string;
|
|
545
|
+
lg: string;
|
|
546
|
+
primary: string;
|
|
547
|
+
secondary: string;
|
|
548
|
+
};
|
|
549
|
+
fontSizes: {
|
|
550
|
+
10: string;
|
|
551
|
+
12: string;
|
|
552
|
+
14: string;
|
|
553
|
+
16: string;
|
|
554
|
+
18: string;
|
|
555
|
+
20: string;
|
|
556
|
+
22: string;
|
|
557
|
+
24: string;
|
|
558
|
+
28: string;
|
|
559
|
+
32: string;
|
|
560
|
+
36: string;
|
|
561
|
+
40: string;
|
|
562
|
+
48: string;
|
|
563
|
+
};
|
|
564
|
+
fonts: {
|
|
565
|
+
primary: string;
|
|
566
|
+
widget: string;
|
|
567
|
+
};
|
|
568
|
+
fontWeights: {
|
|
569
|
+
regular: number;
|
|
570
|
+
medium: number;
|
|
571
|
+
semiBold: number;
|
|
572
|
+
bold: number;
|
|
573
|
+
};
|
|
574
|
+
lineHeights: {
|
|
575
|
+
12: string;
|
|
576
|
+
16: string;
|
|
577
|
+
20: string;
|
|
578
|
+
24: string;
|
|
579
|
+
26: string;
|
|
580
|
+
28: string;
|
|
581
|
+
30: string;
|
|
582
|
+
36: string;
|
|
583
|
+
40: string;
|
|
584
|
+
44: string;
|
|
585
|
+
52: string;
|
|
586
|
+
64: string;
|
|
587
|
+
};
|
|
588
|
+
letterSpacings: {};
|
|
589
|
+
sizes: {
|
|
590
|
+
4: string;
|
|
591
|
+
6: string;
|
|
592
|
+
8: string;
|
|
593
|
+
12: string;
|
|
594
|
+
16: string;
|
|
595
|
+
18: string;
|
|
596
|
+
20: string;
|
|
597
|
+
24: string;
|
|
598
|
+
28: string;
|
|
599
|
+
32: string;
|
|
600
|
+
36: string;
|
|
601
|
+
40: string;
|
|
602
|
+
45: string;
|
|
603
|
+
48: string;
|
|
604
|
+
};
|
|
605
|
+
borderWidths: {};
|
|
606
|
+
borderStyles: {};
|
|
607
|
+
shadows: {
|
|
608
|
+
s: string;
|
|
609
|
+
};
|
|
610
|
+
zIndices: {};
|
|
611
|
+
transitions: {};
|
|
612
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
613
|
+
//# sourceMappingURL=WalletModalContent.styles.d.ts.map
|