@rango-dev/widget-embedded 0.19.0 → 0.19.1-next.0
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/CHANGELOG.md +0 -4
- package/dist/QueueManager.d.ts +5 -2
- package/dist/QueueManager.d.ts.map +1 -1
- package/dist/components/AppRouter.d.ts +0 -2
- package/dist/components/AppRouter.d.ts.map +1 -1
- package/dist/components/AppRoutes.d.ts +1 -6
- package/dist/components/AppRoutes.d.ts.map +1 -1
- package/dist/components/BlockchainsSection/BlockchainsSection.d.ts.map +1 -1
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +1 -1
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts +1 -3
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +690 -61
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.types.d.ts +1 -3
- package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.types.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/WalletList.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/WalletList.type.d.ts +1 -4
- package/dist/components/ConfirmWalletsModal/WalletList.type.d.ts.map +1 -1
- package/dist/components/HeaderButtons/HomeButtons.d.ts.map +1 -1
- package/dist/components/Layout/Layout.d.ts.map +1 -1
- package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
- package/dist/components/Layout/Layout.types.d.ts +2 -2
- package/dist/components/Layout/Layout.types.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +1727 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
- package/dist/components/NoResult/NoResult.d.ts +4 -0
- package/dist/components/NoResult/NoResult.d.ts.map +1 -0
- package/dist/components/NoResult/NoResult.helpers.d.ts +4 -0
- package/dist/components/NoResult/NoResult.helpers.d.ts.map +1 -0
- package/dist/components/{NoRoutes/NoRoutes.styles.d.ts → NoResult/NoResult.styles.d.ts} +1 -1
- package/dist/components/{NoRoutes/NoRoutes.styles.d.ts.map → NoResult/NoResult.styles.d.ts.map} +1 -1
- package/dist/components/{NoRoutes/NoRoutes.types.d.ts → NoResult/NoResult.types.d.ts} +3 -3
- package/dist/components/NoResult/NoResult.types.d.ts.map +1 -0
- package/dist/components/NoResult/index.d.ts +2 -0
- package/dist/components/NoResult/index.d.ts.map +1 -0
- package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -1
- package/dist/components/Quote/Quote.d.ts +4 -0
- package/dist/components/Quote/Quote.d.ts.map +1 -0
- package/dist/components/Quote/Quote.styles.d.ts +2217 -0
- package/dist/components/Quote/Quote.styles.d.ts.map +1 -0
- package/dist/components/Quote/Quote.types.d.ts +21 -0
- package/dist/components/Quote/Quote.types.d.ts.map +1 -0
- package/dist/components/Quote/QuoteSummary.d.ts +11 -0
- package/dist/components/Quote/QuoteSummary.d.ts.map +1 -0
- package/dist/components/Quote/QuoteSummary.styles.d.ts +315 -0
- package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -0
- package/dist/components/Quote/index.d.ts +3 -0
- package/dist/components/Quote/index.d.ts.map +1 -0
- package/dist/components/QuoteSkeleton/QuoteSkeleton.d.ts +4 -0
- package/dist/components/QuoteSkeleton/QuoteSkeleton.d.ts.map +1 -0
- package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts +633 -0
- package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +1 -0
- package/dist/components/QuoteSkeleton/QuoteSkeleton.types.d.ts +6 -0
- package/dist/components/QuoteSkeleton/QuoteSkeleton.types.d.ts.map +1 -0
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.d.ts +4 -0
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.d.ts.map +1 -0
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +1571 -0
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +1 -0
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.types.d.ts +6 -0
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.types.d.ts.map +1 -0
- package/dist/components/QuoteSkeleton/StepSkeleton.d.ts +4 -0
- package/dist/components/QuoteSkeleton/StepSkeleton.d.ts.map +1 -0
- package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +786 -0
- package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +1 -0
- package/dist/components/QuoteSkeleton/StepSkeleton.types.d.ts +4 -0
- package/dist/components/QuoteSkeleton/StepSkeleton.types.d.ts.map +1 -0
- package/dist/components/QuoteSkeleton/index.d.ts +4 -0
- package/dist/components/QuoteSkeleton/index.d.ts.map +1 -0
- package/dist/components/QuoteWarningsAndErrors/HighValueLossWarningModal.d.ts +11 -0
- package/dist/components/QuoteWarningsAndErrors/HighValueLossWarningModal.d.ts.map +1 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteErrorsModalItem.d.ts +4 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteErrorsModalItem.d.ts.map +1 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.d.ts +4 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.d.ts.map +1 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.d.ts +9 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.d.ts.map +1 -0
- package/dist/components/{RouteErrors/RouteErrors.styles.d.ts → QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts} +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.d.ts +23 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.d.ts.map +1 -0
- package/dist/components/QuoteWarningsAndErrors/SlippageWariningModal.d.ts +11 -0
- package/dist/components/QuoteWarningsAndErrors/SlippageWariningModal.d.ts.map +1 -0
- package/dist/components/QuoteWarningsAndErrors/UnknownPriceWarningModal.d.ts +11 -0
- package/dist/components/QuoteWarningsAndErrors/UnknownPriceWarningModal.d.ts.map +1 -0
- package/dist/components/QuoteWarningsAndErrors/index.d.ts +2 -0
- package/dist/components/QuoteWarningsAndErrors/index.d.ts.map +1 -0
- package/dist/components/Slippage/Slippage.d.ts.map +1 -1
- package/dist/components/Slippage/Slippage.styles.d.ts +158 -0
- package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.helpers.d.ts +1 -1
- package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts +628 -0
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsCompleteModal.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.helpers.d.ts +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.helpers.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +157 -0
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.helpers.d.ts +2 -2
- package/dist/components/TokenList/TokenList.helpers.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.styles.d.ts +1100 -1
- package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.types.d.ts +4 -9
- package/dist/components/TokenList/TokenList.types.d.ts.map +1 -1
- package/dist/components/TokenList/index.d.ts +0 -1
- package/dist/components/TokenList/index.d.ts.map +1 -1
- package/dist/components/UpdateUrl.d.ts +1 -6
- package/dist/components/UpdateUrl.d.ts.map +1 -1
- package/dist/components/WidgetEvents.d.ts.map +1 -1
- package/dist/constants/errors.d.ts +4 -4
- package/dist/constants/errors.d.ts.map +1 -1
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/constants/messages.d.ts +1 -1
- package/dist/constants/navigationRoutes.d.ts +1 -2
- package/dist/constants/navigationRoutes.d.ts.map +1 -1
- package/dist/constants/searchParams.d.ts +2 -1
- package/dist/constants/searchParams.d.ts.map +1 -1
- package/dist/constants/warnings.d.ts +2 -2
- package/dist/constants/warnings.d.ts.map +1 -1
- package/dist/containers/App/App.d.ts +3 -0
- package/dist/containers/App/App.d.ts.map +1 -0
- package/dist/containers/App/App.styles.d.ts +158 -0
- package/dist/containers/App/App.styles.d.ts.map +1 -0
- package/dist/containers/App/index.d.ts +2 -0
- package/dist/containers/App/index.d.ts.map +1 -0
- package/dist/containers/QuoteInfo/QuoteInfo.d.ts +4 -0
- package/dist/containers/QuoteInfo/QuoteInfo.d.ts.map +1 -0
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +788 -0
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -0
- package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts +20 -0
- package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts.map +1 -0
- package/dist/containers/QuoteInfo/index.d.ts +2 -0
- package/dist/containers/QuoteInfo/index.d.ts.map +1 -0
- package/dist/containers/Wallets/Wallets.d.ts +6 -0
- package/dist/containers/Wallets/Wallets.d.ts.map +1 -0
- package/dist/containers/Wallets/Wallets.types.d.ts +11 -0
- package/dist/containers/Wallets/Wallets.types.d.ts.map +1 -0
- package/dist/containers/Wallets/index.d.ts +2 -0
- package/dist/containers/Wallets/index.d.ts.map +1 -0
- package/dist/containers/Widget/Widget.d.ts +5 -0
- package/dist/containers/Widget/Widget.d.ts.map +1 -0
- package/dist/containers/Widget/Widget.types.d.ts +5 -0
- package/dist/containers/Widget/Widget.types.d.ts.map +1 -0
- package/dist/containers/Widget/index.d.ts +3 -0
- package/dist/containers/Widget/index.d.ts.map +1 -0
- package/dist/containers/WidgetInfo/WidgetInfo.d.ts +6 -0
- package/dist/containers/WidgetInfo/WidgetInfo.d.ts.map +1 -0
- package/dist/containers/WidgetInfo/WidgetInfo.helpers.d.ts +20 -0
- package/dist/containers/WidgetInfo/WidgetInfo.helpers.d.ts.map +1 -0
- package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts +21 -0
- package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts.map +1 -0
- package/dist/containers/WidgetInfo/index.d.ts +2 -0
- package/dist/containers/WidgetInfo/index.d.ts.map +1 -0
- package/dist/containers/WidgetProvider/WidgetProvider.d.ts +5 -0
- package/dist/containers/WidgetProvider/WidgetProvider.d.ts.map +1 -0
- package/dist/containers/WidgetProvider/WidgetProvider.types.d.ts +7 -0
- package/dist/containers/WidgetProvider/WidgetProvider.types.d.ts.map +1 -0
- package/dist/containers/WidgetProvider/index.d.ts +2 -0
- package/dist/containers/WidgetProvider/index.d.ts.map +1 -0
- package/dist/hooks/useConfirmSwap/index.d.ts +2 -0
- package/dist/hooks/useConfirmSwap/index.d.ts.map +1 -0
- package/dist/hooks/useConfirmSwap/useConfirmSwap.d.ts +3 -0
- package/dist/hooks/useConfirmSwap/useConfirmSwap.d.ts.map +1 -0
- package/dist/hooks/useConfirmSwap/useConfirmSwap.helpers.d.ts +19 -0
- package/dist/hooks/useConfirmSwap/useConfirmSwap.helpers.d.ts.map +1 -0
- package/dist/hooks/{useConfirmSwap.d.ts → useConfirmSwap/useConfirmSwap.types.d.ts} +5 -7
- package/dist/hooks/useConfirmSwap/useConfirmSwap.types.d.ts.map +1 -0
- package/dist/hooks/{useFetchBestRoute.d.ts → useFetchQuote.d.ts} +3 -3
- package/dist/hooks/useFetchQuote.d.ts.map +1 -0
- package/dist/hooks/useForceAutoConnect.d.ts +2 -0
- package/dist/hooks/useForceAutoConnect.d.ts.map +1 -0
- package/dist/hooks/useLanguage.d.ts +1 -1
- package/dist/hooks/useLanguage.d.ts.map +1 -1
- package/dist/hooks/useNavigateBack.d.ts +1 -3
- package/dist/hooks/useNavigateBack.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.d.ts +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.d.ts +2 -2
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +5 -7
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts +1 -0
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts +5 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts.map +1 -1
- package/dist/hooks/useSwapInput.d.ts +4 -2
- package/dist/hooks/useSwapInput.d.ts.map +1 -1
- package/dist/hooks/useSyncStoresWithConfig.d.ts +1 -2
- package/dist/hooks/useSyncStoresWithConfig.d.ts.map +1 -1
- package/dist/hooks/useTheme.d.ts +1 -1
- package/dist/hooks/useTheme.d.ts.map +1 -1
- package/dist/hooks/useWalletList.d.ts.map +1 -1
- package/dist/index.d.ts +20 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +4 -4
- package/dist/pages/ConfirmSwapPage.d.ts +1 -6
- 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.map +1 -1
- package/dist/pages/LiquiditySourcePage.d.ts +1 -2
- package/dist/pages/LiquiditySourcePage.d.ts.map +1 -1
- package/dist/pages/SelectBlockchainPage.d.ts.map +1 -1
- package/dist/pages/SelectSwapItemsPage.d.ts.map +1 -1
- package/dist/pages/SettingsPage.d.ts +1 -6
- package/dist/pages/SettingsPage.d.ts.map +1 -1
- package/dist/pages/SwapDetailsPage.d.ts.map +1 -1
- package/dist/pages/ThemePage.d.ts.map +1 -1
- package/dist/pages/WalletsPage.d.ts +1 -8
- package/dist/pages/WalletsPage.d.ts.map +1 -1
- package/dist/store/AppStore.d.ts +47 -0
- package/dist/store/AppStore.d.ts.map +1 -0
- package/dist/store/app.d.ts +41 -22
- package/dist/store/app.d.ts.map +1 -1
- package/dist/store/notification.d.ts +4 -3
- package/dist/store/notification.d.ts.map +1 -1
- package/dist/store/quote.d.ts +89 -0
- package/dist/store/quote.d.ts.map +1 -0
- package/dist/store/slices/config.d.ts +3 -2
- package/dist/store/slices/config.d.ts.map +1 -1
- package/dist/store/slices/data.d.ts +5 -2
- package/dist/store/slices/data.d.ts.map +1 -1
- package/dist/store/slices/settings.d.ts +39 -0
- package/dist/store/slices/settings.d.ts.map +1 -0
- package/dist/store/ui.d.ts +2 -1
- package/dist/store/ui.d.ts.map +1 -1
- package/dist/store/wallets.d.ts +14 -9
- package/dist/store/wallets.d.ts.map +1 -1
- package/dist/types/config.d.ts +41 -8
- package/dist/types/config.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/quote.d.ts +82 -0
- package/dist/types/quote.d.ts.map +1 -0
- package/dist/types/swap.d.ts +4 -14
- package/dist/types/swap.d.ts.map +1 -1
- package/dist/types/wallets.d.ts +15 -1
- package/dist/types/wallets.d.ts.map +1 -1
- package/dist/utils/colors.d.ts.map +1 -1
- package/dist/utils/configs.d.ts +1 -0
- package/dist/utils/configs.d.ts.map +1 -1
- package/dist/utils/meta.d.ts +2 -1
- package/dist/utils/meta.d.ts.map +1 -1
- package/dist/utils/numbers.d.ts +1 -1
- package/dist/utils/numbers.d.ts.map +1 -1
- package/dist/utils/providers.d.ts +2 -2
- package/dist/utils/providers.d.ts.map +1 -1
- package/dist/utils/queue.d.ts +2 -2
- package/dist/utils/queue.d.ts.map +1 -1
- package/dist/utils/quote.d.ts +32 -0
- package/dist/utils/quote.d.ts.map +1 -0
- package/dist/utils/settings.d.ts +6 -2
- package/dist/utils/settings.d.ts.map +1 -1
- package/dist/utils/swap.d.ts +35 -24
- package/dist/utils/swap.d.ts.map +1 -1
- package/dist/utils/time.d.ts +1 -1
- package/dist/utils/time.d.ts.map +1 -1
- package/dist/utils/wallets.d.ts +9 -10
- package/dist/utils/wallets.d.ts.map +1 -1
- package/package.json +13 -11
- package/src/QueueManager.tsx +18 -17
- package/src/components/AppRouter.tsx +8 -32
- package/src/components/AppRoutes.tsx +57 -69
- package/src/components/BlockchainList/BlockchainList.styles.ts +2 -2
- package/src/components/BlockchainList/BlockchainList.tsx +4 -4
- package/src/components/BlockchainsSection/BlockchainsSection.styles.ts +1 -1
- package/src/components/BlockchainsSection/BlockchainsSection.tsx +26 -17
- package/src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts +2 -64
- package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +29 -10
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +43 -47
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.types.ts +1 -3
- package/src/components/ConfirmWalletsModal/WalletList.tsx +9 -8
- package/src/components/ConfirmWalletsModal/WalletList.type.ts +1 -4
- package/src/components/HeaderButtons/HomeButtons.tsx +28 -18
- package/src/components/Layout/Layout.styles.ts +2 -0
- package/src/components/Layout/Layout.tsx +20 -7
- package/src/components/Layout/Layout.types.ts +2 -2
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts +65 -61
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.tsx +28 -34
- package/src/components/{NoRoutes/NoRoutes.helper.ts → NoResult/NoResult.helpers.ts} +23 -16
- package/src/components/{NoRoutes/NoRoutes.styles.ts → NoResult/NoResult.styles.ts} +2 -0
- package/src/components/{NoRoutes/NoRoutes.tsx → NoResult/NoResult.tsx} +12 -17
- package/src/components/{NoRoutes/NoRoutes.types.ts → NoResult/NoResult.types.ts} +3 -2
- package/src/components/NoResult/index.ts +1 -0
- package/src/components/NotificationContent/NotificationContent.tsx +5 -3
- package/src/components/Quote/Quote.styles.ts +249 -0
- package/src/components/Quote/Quote.tsx +414 -0
- package/src/components/Quote/Quote.types.ts +15 -0
- package/src/components/Quote/QuoteSummary.styles.ts +16 -0
- package/src/components/Quote/QuoteSummary.tsx +46 -0
- package/src/components/Quote/index.ts +2 -0
- package/src/components/QuoteSkeleton/QuoteSkeleton.styles.ts +42 -0
- package/src/components/QuoteSkeleton/QuoteSkeleton.tsx +30 -0
- package/src/components/QuoteSkeleton/QuoteSkeleton.types.ts +5 -0
- package/src/components/QuoteSkeleton/QuoteSummarySkeleton.styles.ts +57 -0
- package/src/components/QuoteSkeleton/QuoteSummarySkeleton.tsx +76 -0
- package/src/components/QuoteSkeleton/QuoteSummarySkeleton.types.ts +6 -0
- package/src/components/QuoteSkeleton/StepSkeleton.styles.ts +33 -0
- package/src/components/QuoteSkeleton/StepSkeleton.tsx +44 -0
- package/src/components/QuoteSkeleton/StepSkeleton.types.ts +1 -0
- package/src/components/QuoteSkeleton/index.ts +3 -0
- package/src/components/QuoteWarningsAndErrors/HighValueLossWarningModal.tsx +107 -0
- package/src/components/{RouteErrors/RouteErrorsModalItem.tsx → QuoteWarningsAndErrors/QuoteErrorsModalItem.tsx} +4 -4
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.ts +74 -0
- package/src/components/{RouteErrors/RouteErrors.styles.ts → QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts} +8 -1
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.tsx +103 -0
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.ts +25 -0
- package/src/components/QuoteWarningsAndErrors/SlippageWariningModal.tsx +77 -0
- package/src/components/QuoteWarningsAndErrors/UnknownPriceWarningModal.tsx +38 -0
- package/src/components/QuoteWarningsAndErrors/index.ts +1 -0
- package/src/components/Slippage/Slippage.styles.ts +15 -5
- package/src/components/Slippage/Slippage.tsx +11 -10
- package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +5 -8
- package/src/components/SwapDetails/SwapDetails.helpers.tsx +1 -1
- package/src/components/SwapDetails/SwapDetails.styles.ts +36 -33
- package/src/components/SwapDetails/SwapDetails.tsx +41 -56
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.Warning.tsx +1 -1
- package/src/components/SwapDetailsModal/SwapDetailsCompleteModal.tsx +4 -3
- package/src/components/SwapDetailsModal/SwapDetailsModal.Cancel.tsx +2 -2
- package/src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx +14 -8
- package/src/components/SwapDetailsModal/SwapDetailsModal.helpers.tsx +1 -1
- package/src/components/SwapDetailsModal/SwapDetailsModal.tsx +1 -1
- package/src/components/SwapDetailsModal/SwapDetailsModal.types.ts +1 -1
- package/src/components/SwapsGroup/SwapsGroup.styles.ts +10 -1
- package/src/components/SwapsGroup/SwapsGroup.tsx +3 -5
- package/src/components/SwitchFromAndTo.tsx +2 -2
- package/src/components/TokenList/TokenList.helpers.ts +2 -2
- package/src/components/TokenList/TokenList.styles.ts +74 -38
- package/src/components/TokenList/TokenList.tsx +35 -26
- package/src/components/TokenList/TokenList.types.ts +4 -10
- package/src/components/TokenList/index.ts +0 -1
- package/src/components/UpdateUrl.tsx +35 -30
- package/src/components/WidgetEvents.tsx +4 -2
- package/src/constants/errors.ts +17 -15
- package/src/constants/index.ts +1 -0
- package/src/constants/messages.ts +1 -1
- package/src/constants/navigationRoutes.ts +7 -8
- package/src/constants/searchParams.ts +1 -0
- package/src/constants/warnings.ts +7 -7
- package/src/containers/App/App.styles.ts +18 -0
- package/src/containers/App/App.tsx +52 -0
- package/src/containers/App/index.ts +1 -0
- package/src/containers/QuoteInfo/QuoteInfo.styles.ts +31 -0
- package/src/containers/QuoteInfo/QuoteInfo.tsx +99 -0
- package/src/containers/QuoteInfo/QuoteInfo.types.ts +20 -0
- package/src/containers/QuoteInfo/index.ts +1 -0
- package/src/{Wallets.tsx → containers/Wallets/Wallets.tsx} +48 -34
- package/src/containers/Wallets/Wallets.types.ts +12 -0
- package/src/containers/Wallets/index.ts +1 -0
- package/src/containers/Widget/Widget.tsx +19 -0
- package/src/containers/Widget/Widget.types.ts +5 -0
- package/src/containers/Widget/index.ts +2 -0
- package/src/containers/WidgetInfo/WidgetInfo.helpers.ts +64 -0
- package/src/containers/WidgetInfo/WidgetInfo.tsx +62 -0
- package/src/containers/WidgetInfo/WidgetInfo.types.ts +21 -0
- package/src/containers/WidgetInfo/index.ts +1 -0
- package/src/containers/WidgetProvider/WidgetProvider.tsx +28 -0
- package/src/containers/WidgetProvider/WidgetProvider.types.ts +7 -0
- package/src/containers/WidgetProvider/index.ts +1 -0
- package/src/hooks/useConfirmSwap/index.ts +1 -0
- package/src/hooks/useConfirmSwap/useConfirmSwap.helpers.ts +172 -0
- package/src/hooks/useConfirmSwap/useConfirmSwap.ts +137 -0
- package/src/hooks/useConfirmSwap/useConfirmSwap.types.ts +19 -0
- package/src/hooks/{useFetchBestRoute.ts → useFetchQuote.ts} +3 -3
- package/src/hooks/useForceAutoConnect.ts +27 -0
- package/src/hooks/useLanguage.ts +4 -5
- package/src/hooks/useNavigateBack.ts +3 -52
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.ts +1 -1
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.ts +37 -7
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.ts +60 -0
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.test.ts +78 -3
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.ts +15 -6
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.ts +6 -1
- package/src/hooks/useSwapInput.ts +141 -48
- package/src/hooks/useSyncStoresWithConfig.ts +40 -24
- package/src/hooks/useTheme.ts +4 -5
- package/src/hooks/useWalletList.ts +3 -5
- package/src/index.ts +53 -5
- package/src/pages/ConfirmSwapPage.tsx +117 -266
- package/src/pages/HistoryPage.tsx +2 -7
- package/src/pages/Home.tsx +88 -303
- package/src/pages/LanguagePage.tsx +0 -5
- package/src/pages/LiquiditySourcePage.tsx +24 -37
- package/src/pages/SelectBlockchainPage.tsx +31 -24
- package/src/pages/SelectSwapItemsPage.tsx +18 -31
- package/src/pages/SettingsPage.tsx +32 -27
- package/src/pages/SwapDetailsPage.tsx +6 -7
- package/src/pages/ThemePage.tsx +2 -7
- package/src/pages/WalletsPage.tsx +9 -19
- package/src/services/httpService.ts +1 -1
- package/src/store/AppStore.tsx +41 -0
- package/src/store/app.ts +44 -6
- package/src/store/{bestRoute.ts → quote.ts} +71 -64
- package/src/store/slices/config.ts +26 -15
- package/src/store/slices/data.ts +74 -35
- package/src/store/slices/settings.ts +168 -0
- package/src/store/wallets.ts +68 -37
- package/src/types/config.ts +53 -8
- package/src/types/index.ts +1 -1
- package/src/types/quote.ts +107 -0
- package/src/types/swap.ts +4 -13
- package/src/types/wallets.ts +18 -1
- package/src/utils/colors.ts +2 -1
- package/src/utils/configs.ts +2 -1
- package/src/utils/date.ts +1 -1
- package/src/utils/meta.ts +8 -1
- package/src/utils/numbers.ts +1 -1
- package/src/utils/providers.ts +8 -5
- package/src/utils/queue.ts +2 -2
- package/src/utils/quote.ts +338 -0
- package/src/utils/settings.ts +17 -10
- package/src/utils/swap.ts +154 -120
- package/src/utils/time.ts +1 -1
- package/src/utils/wallets.ts +156 -161
- package/dist/Wallets.d.ts +0 -17
- package/dist/Wallets.d.ts.map +0 -1
- package/dist/Widget.d.ts +0 -9
- package/dist/Widget.d.ts.map +0 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetailStep.d.ts +0 -4
- package/dist/components/LoadingSwapDetails/LoadingSwapDetailStep.d.ts.map +0 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.types.d.ts +0 -4
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.types.d.ts.map +0 -1
- package/dist/components/NoRoutes/NoRoutes.d.ts +0 -4
- package/dist/components/NoRoutes/NoRoutes.d.ts.map +0 -1
- package/dist/components/NoRoutes/NoRoutes.helper.d.ts +0 -3
- package/dist/components/NoRoutes/NoRoutes.helper.d.ts.map +0 -1
- package/dist/components/NoRoutes/NoRoutes.types.d.ts.map +0 -1
- package/dist/components/NoRoutes/index.d.ts +0 -2
- package/dist/components/NoRoutes/index.d.ts.map +0 -1
- package/dist/components/RouteErrors/RouteErrors.d.ts +0 -4
- package/dist/components/RouteErrors/RouteErrors.d.ts.map +0 -1
- package/dist/components/RouteErrors/RouteErrors.styles.d.ts.map +0 -1
- package/dist/components/RouteErrors/RouteErrors.types.d.ts +0 -24
- package/dist/components/RouteErrors/RouteErrors.types.d.ts.map +0 -1
- package/dist/components/RouteErrors/RouteErrorsModal.d.ts +0 -4
- package/dist/components/RouteErrors/RouteErrorsModal.d.ts.map +0 -1
- package/dist/components/RouteErrors/RouteErrorsModalItem.d.ts +0 -4
- package/dist/components/RouteErrors/RouteErrorsModalItem.d.ts.map +0 -1
- package/dist/components/RouteErrors/index.d.ts +0 -2
- package/dist/components/RouteErrors/index.d.ts.map +0 -1
- package/dist/hooks/useConfirmSwap.d.ts.map +0 -1
- package/dist/hooks/useFetchBestRoute.d.ts.map +0 -1
- package/dist/store/bestRoute.d.ts +0 -77
- package/dist/store/bestRoute.d.ts.map +0 -1
- package/dist/store/meta.d.ts +0 -23
- package/dist/store/meta.d.ts.map +0 -1
- package/dist/store/settings.d.ts +0 -81
- package/dist/store/settings.d.ts.map +0 -1
- package/dist/types/routing.d.ts +0 -65
- package/dist/types/routing.d.ts.map +0 -1
- package/dist/utils/routing.d.ts +0 -28
- package/dist/utils/routing.d.ts.map +0 -1
- package/src/Widget.tsx +0 -119
- package/src/components/LoadingSwapDetails/LoadingSwapDetailStep.tsx +0 -41
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.types.ts +0 -3
- package/src/components/NoRoutes/index.ts +0 -1
- package/src/components/RouteErrors/RouteErrors.tsx +0 -79
- package/src/components/RouteErrors/RouteErrors.types.ts +0 -29
- package/src/components/RouteErrors/RouteErrorsModal.tsx +0 -129
- package/src/components/RouteErrors/index.ts +0 -1
- package/src/hooks/useConfirmSwap.ts +0 -303
- package/src/store/meta.ts +0 -39
- package/src/store/settings.ts +0 -158
- package/src/types/routing.ts +0 -77
- package/src/utils/routing.ts +0 -321
|
@@ -476,6 +476,321 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
|
|
|
476
476
|
zIndices: {};
|
|
477
477
|
transitions: {};
|
|
478
478
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
479
|
+
export declare const ShowMoreWallets: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"button", {
|
|
480
|
+
selected?: boolean | "true" | undefined;
|
|
481
|
+
}, {
|
|
482
|
+
sm: string;
|
|
483
|
+
md: string;
|
|
484
|
+
lg: string;
|
|
485
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
486
|
+
sm: string;
|
|
487
|
+
md: string;
|
|
488
|
+
lg: string;
|
|
489
|
+
}, {
|
|
490
|
+
colors: {
|
|
491
|
+
primary: string;
|
|
492
|
+
primary500: string;
|
|
493
|
+
primary600: string;
|
|
494
|
+
secondary: string;
|
|
495
|
+
secondary100: string;
|
|
496
|
+
secondary200: string;
|
|
497
|
+
secondary300: string;
|
|
498
|
+
secondary400: string;
|
|
499
|
+
secondary500: string;
|
|
500
|
+
secondary600: string;
|
|
501
|
+
secondary700: string;
|
|
502
|
+
secondary800: string;
|
|
503
|
+
secondary900: string;
|
|
504
|
+
neutral: string;
|
|
505
|
+
neutral100: string;
|
|
506
|
+
neutral200: string;
|
|
507
|
+
neutral300: string;
|
|
508
|
+
neutral400: string;
|
|
509
|
+
neutral500: string;
|
|
510
|
+
neutral600: string;
|
|
511
|
+
neutral700: string;
|
|
512
|
+
neutral800: string;
|
|
513
|
+
neutral900: string;
|
|
514
|
+
error100: string;
|
|
515
|
+
error300: string;
|
|
516
|
+
error500: string;
|
|
517
|
+
error600: string;
|
|
518
|
+
error700: string;
|
|
519
|
+
warning100: string;
|
|
520
|
+
warning300: string;
|
|
521
|
+
warning500: string;
|
|
522
|
+
warning600: string;
|
|
523
|
+
warning700: string;
|
|
524
|
+
info: string;
|
|
525
|
+
info100: string;
|
|
526
|
+
info300: string;
|
|
527
|
+
info500: string;
|
|
528
|
+
info600: string;
|
|
529
|
+
info700: string;
|
|
530
|
+
success100: string;
|
|
531
|
+
success300: string;
|
|
532
|
+
success500: string;
|
|
533
|
+
success600: string;
|
|
534
|
+
success700: string;
|
|
535
|
+
background: string;
|
|
536
|
+
foreground: string;
|
|
537
|
+
};
|
|
538
|
+
space: {
|
|
539
|
+
0: string;
|
|
540
|
+
5: string;
|
|
541
|
+
10: string;
|
|
542
|
+
15: string;
|
|
543
|
+
20: string;
|
|
544
|
+
25: string;
|
|
545
|
+
30: string;
|
|
546
|
+
40: string;
|
|
547
|
+
46: string;
|
|
548
|
+
50: string;
|
|
549
|
+
60: string;
|
|
550
|
+
70: string;
|
|
551
|
+
80: string;
|
|
552
|
+
90: string;
|
|
553
|
+
100: string;
|
|
554
|
+
2: string;
|
|
555
|
+
4: string;
|
|
556
|
+
6: string;
|
|
557
|
+
8: string;
|
|
558
|
+
12: string;
|
|
559
|
+
16: string;
|
|
560
|
+
24: string;
|
|
561
|
+
28: string;
|
|
562
|
+
32: string;
|
|
563
|
+
};
|
|
564
|
+
radii: {
|
|
565
|
+
xs: string;
|
|
566
|
+
sm: string;
|
|
567
|
+
xm: string;
|
|
568
|
+
md: string;
|
|
569
|
+
xl: string;
|
|
570
|
+
lg: string;
|
|
571
|
+
primary: string;
|
|
572
|
+
secondary: string;
|
|
573
|
+
};
|
|
574
|
+
fontSizes: {
|
|
575
|
+
10: string;
|
|
576
|
+
12: string;
|
|
577
|
+
14: string;
|
|
578
|
+
16: string;
|
|
579
|
+
18: string;
|
|
580
|
+
20: string;
|
|
581
|
+
22: string;
|
|
582
|
+
24: string;
|
|
583
|
+
28: string;
|
|
584
|
+
32: string;
|
|
585
|
+
36: string;
|
|
586
|
+
40: string;
|
|
587
|
+
48: string;
|
|
588
|
+
};
|
|
589
|
+
fonts: {
|
|
590
|
+
primary: string;
|
|
591
|
+
widget: string;
|
|
592
|
+
};
|
|
593
|
+
fontWeights: {
|
|
594
|
+
regular: number;
|
|
595
|
+
medium: number;
|
|
596
|
+
semiBold: number;
|
|
597
|
+
bold: number;
|
|
598
|
+
};
|
|
599
|
+
lineHeights: {
|
|
600
|
+
12: string;
|
|
601
|
+
16: string;
|
|
602
|
+
20: string;
|
|
603
|
+
24: string;
|
|
604
|
+
26: string;
|
|
605
|
+
28: string;
|
|
606
|
+
30: string;
|
|
607
|
+
36: string;
|
|
608
|
+
40: string;
|
|
609
|
+
44: string;
|
|
610
|
+
52: string;
|
|
611
|
+
64: string;
|
|
612
|
+
};
|
|
613
|
+
letterSpacings: {};
|
|
614
|
+
sizes: {
|
|
615
|
+
4: string;
|
|
616
|
+
6: string;
|
|
617
|
+
8: string;
|
|
618
|
+
12: string;
|
|
619
|
+
16: string;
|
|
620
|
+
18: string;
|
|
621
|
+
20: string;
|
|
622
|
+
24: string;
|
|
623
|
+
28: string;
|
|
624
|
+
32: string;
|
|
625
|
+
36: string;
|
|
626
|
+
40: string;
|
|
627
|
+
45: string;
|
|
628
|
+
48: string;
|
|
629
|
+
};
|
|
630
|
+
borderWidths: {};
|
|
631
|
+
borderStyles: {};
|
|
632
|
+
shadows: {
|
|
633
|
+
s: string;
|
|
634
|
+
};
|
|
635
|
+
zIndices: {};
|
|
636
|
+
transitions: {};
|
|
637
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>, {}, {
|
|
638
|
+
sm: string;
|
|
639
|
+
md: string;
|
|
640
|
+
lg: string;
|
|
641
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
642
|
+
sm: string;
|
|
643
|
+
md: string;
|
|
644
|
+
lg: string;
|
|
645
|
+
}, {
|
|
646
|
+
colors: {
|
|
647
|
+
primary: string;
|
|
648
|
+
primary500: string;
|
|
649
|
+
primary600: string;
|
|
650
|
+
secondary: string;
|
|
651
|
+
secondary100: string;
|
|
652
|
+
secondary200: string;
|
|
653
|
+
secondary300: string;
|
|
654
|
+
secondary400: string;
|
|
655
|
+
secondary500: string;
|
|
656
|
+
secondary600: string;
|
|
657
|
+
secondary700: string;
|
|
658
|
+
secondary800: string;
|
|
659
|
+
secondary900: string;
|
|
660
|
+
neutral: string;
|
|
661
|
+
neutral100: string;
|
|
662
|
+
neutral200: string;
|
|
663
|
+
neutral300: string;
|
|
664
|
+
neutral400: string;
|
|
665
|
+
neutral500: string;
|
|
666
|
+
neutral600: string;
|
|
667
|
+
neutral700: string;
|
|
668
|
+
neutral800: string;
|
|
669
|
+
neutral900: string;
|
|
670
|
+
error100: string;
|
|
671
|
+
error300: string;
|
|
672
|
+
error500: string;
|
|
673
|
+
error600: string;
|
|
674
|
+
error700: string;
|
|
675
|
+
warning100: string;
|
|
676
|
+
warning300: string;
|
|
677
|
+
warning500: string;
|
|
678
|
+
warning600: string;
|
|
679
|
+
warning700: string;
|
|
680
|
+
info: string;
|
|
681
|
+
info100: string;
|
|
682
|
+
info300: string;
|
|
683
|
+
info500: string;
|
|
684
|
+
info600: string;
|
|
685
|
+
info700: string;
|
|
686
|
+
success100: string;
|
|
687
|
+
success300: string;
|
|
688
|
+
success500: string;
|
|
689
|
+
success600: string;
|
|
690
|
+
success700: string;
|
|
691
|
+
background: string;
|
|
692
|
+
foreground: string;
|
|
693
|
+
};
|
|
694
|
+
space: {
|
|
695
|
+
0: string;
|
|
696
|
+
5: string;
|
|
697
|
+
10: string;
|
|
698
|
+
15: string;
|
|
699
|
+
20: string;
|
|
700
|
+
25: string;
|
|
701
|
+
30: string;
|
|
702
|
+
40: string;
|
|
703
|
+
46: string;
|
|
704
|
+
50: string;
|
|
705
|
+
60: string;
|
|
706
|
+
70: string;
|
|
707
|
+
80: string;
|
|
708
|
+
90: string;
|
|
709
|
+
100: string;
|
|
710
|
+
2: string;
|
|
711
|
+
4: string;
|
|
712
|
+
6: string;
|
|
713
|
+
8: string;
|
|
714
|
+
12: string;
|
|
715
|
+
16: string;
|
|
716
|
+
24: string;
|
|
717
|
+
28: string;
|
|
718
|
+
32: string;
|
|
719
|
+
};
|
|
720
|
+
radii: {
|
|
721
|
+
xs: string;
|
|
722
|
+
sm: string;
|
|
723
|
+
xm: string;
|
|
724
|
+
md: string;
|
|
725
|
+
xl: string;
|
|
726
|
+
lg: string;
|
|
727
|
+
primary: string;
|
|
728
|
+
secondary: string;
|
|
729
|
+
};
|
|
730
|
+
fontSizes: {
|
|
731
|
+
10: string;
|
|
732
|
+
12: string;
|
|
733
|
+
14: string;
|
|
734
|
+
16: string;
|
|
735
|
+
18: string;
|
|
736
|
+
20: string;
|
|
737
|
+
22: string;
|
|
738
|
+
24: string;
|
|
739
|
+
28: string;
|
|
740
|
+
32: string;
|
|
741
|
+
36: string;
|
|
742
|
+
40: string;
|
|
743
|
+
48: string;
|
|
744
|
+
};
|
|
745
|
+
fonts: {
|
|
746
|
+
primary: string;
|
|
747
|
+
widget: string;
|
|
748
|
+
};
|
|
749
|
+
fontWeights: {
|
|
750
|
+
regular: number;
|
|
751
|
+
medium: number;
|
|
752
|
+
semiBold: number;
|
|
753
|
+
bold: number;
|
|
754
|
+
};
|
|
755
|
+
lineHeights: {
|
|
756
|
+
12: string;
|
|
757
|
+
16: string;
|
|
758
|
+
20: string;
|
|
759
|
+
24: string;
|
|
760
|
+
26: string;
|
|
761
|
+
28: string;
|
|
762
|
+
30: string;
|
|
763
|
+
36: string;
|
|
764
|
+
40: string;
|
|
765
|
+
44: string;
|
|
766
|
+
52: string;
|
|
767
|
+
64: string;
|
|
768
|
+
};
|
|
769
|
+
letterSpacings: {};
|
|
770
|
+
sizes: {
|
|
771
|
+
4: string;
|
|
772
|
+
6: string;
|
|
773
|
+
8: string;
|
|
774
|
+
12: string;
|
|
775
|
+
16: string;
|
|
776
|
+
18: string;
|
|
777
|
+
20: string;
|
|
778
|
+
24: string;
|
|
779
|
+
28: string;
|
|
780
|
+
32: string;
|
|
781
|
+
36: string;
|
|
782
|
+
40: string;
|
|
783
|
+
45: string;
|
|
784
|
+
48: string;
|
|
785
|
+
};
|
|
786
|
+
borderWidths: {};
|
|
787
|
+
borderStyles: {};
|
|
788
|
+
shadows: {
|
|
789
|
+
s: string;
|
|
790
|
+
};
|
|
791
|
+
zIndices: {};
|
|
792
|
+
transitions: {};
|
|
793
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
479
794
|
export declare const Trigger: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
480
795
|
sm: string;
|
|
481
796
|
md: string;
|
|
@@ -633,7 +948,166 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
|
|
|
633
948
|
zIndices: {};
|
|
634
949
|
transitions: {};
|
|
635
950
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
636
|
-
export declare const ShowMoreHeader: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
951
|
+
export declare const ShowMoreHeader: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
952
|
+
sm: string;
|
|
953
|
+
md: string;
|
|
954
|
+
lg: string;
|
|
955
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
956
|
+
sm: string;
|
|
957
|
+
md: string;
|
|
958
|
+
lg: string;
|
|
959
|
+
}, {
|
|
960
|
+
colors: {
|
|
961
|
+
primary: string;
|
|
962
|
+
primary500: string;
|
|
963
|
+
primary600: string;
|
|
964
|
+
secondary: string;
|
|
965
|
+
secondary100: string;
|
|
966
|
+
secondary200: string;
|
|
967
|
+
secondary300: string;
|
|
968
|
+
secondary400: string;
|
|
969
|
+
secondary500: string;
|
|
970
|
+
secondary600: string;
|
|
971
|
+
secondary700: string;
|
|
972
|
+
secondary800: string;
|
|
973
|
+
secondary900: string;
|
|
974
|
+
neutral: string;
|
|
975
|
+
neutral100: string;
|
|
976
|
+
neutral200: string;
|
|
977
|
+
neutral300: string;
|
|
978
|
+
neutral400: string;
|
|
979
|
+
neutral500: string;
|
|
980
|
+
neutral600: string;
|
|
981
|
+
neutral700: string;
|
|
982
|
+
neutral800: string;
|
|
983
|
+
neutral900: string;
|
|
984
|
+
error100: string;
|
|
985
|
+
error300: string;
|
|
986
|
+
error500: string;
|
|
987
|
+
error600: string;
|
|
988
|
+
error700: string;
|
|
989
|
+
warning100: string;
|
|
990
|
+
warning300: string;
|
|
991
|
+
warning500: string;
|
|
992
|
+
warning600: string;
|
|
993
|
+
warning700: string;
|
|
994
|
+
info: string;
|
|
995
|
+
info100: string;
|
|
996
|
+
info300: string;
|
|
997
|
+
info500: string;
|
|
998
|
+
info600: string;
|
|
999
|
+
info700: string;
|
|
1000
|
+
success100: string;
|
|
1001
|
+
success300: string;
|
|
1002
|
+
success500: string;
|
|
1003
|
+
success600: string;
|
|
1004
|
+
success700: string;
|
|
1005
|
+
background: string;
|
|
1006
|
+
foreground: string;
|
|
1007
|
+
};
|
|
1008
|
+
space: {
|
|
1009
|
+
0: string;
|
|
1010
|
+
5: string;
|
|
1011
|
+
10: string;
|
|
1012
|
+
15: string;
|
|
1013
|
+
20: string;
|
|
1014
|
+
25: string;
|
|
1015
|
+
30: string;
|
|
1016
|
+
40: string;
|
|
1017
|
+
46: string;
|
|
1018
|
+
50: string;
|
|
1019
|
+
60: string;
|
|
1020
|
+
70: string;
|
|
1021
|
+
80: string;
|
|
1022
|
+
90: string;
|
|
1023
|
+
100: string;
|
|
1024
|
+
2: string;
|
|
1025
|
+
4: string;
|
|
1026
|
+
6: string;
|
|
1027
|
+
8: string;
|
|
1028
|
+
12: string;
|
|
1029
|
+
16: string;
|
|
1030
|
+
24: string;
|
|
1031
|
+
28: string;
|
|
1032
|
+
32: string;
|
|
1033
|
+
};
|
|
1034
|
+
radii: {
|
|
1035
|
+
xs: string;
|
|
1036
|
+
sm: string;
|
|
1037
|
+
xm: string;
|
|
1038
|
+
md: string;
|
|
1039
|
+
xl: string;
|
|
1040
|
+
lg: string;
|
|
1041
|
+
primary: string;
|
|
1042
|
+
secondary: string;
|
|
1043
|
+
};
|
|
1044
|
+
fontSizes: {
|
|
1045
|
+
10: string;
|
|
1046
|
+
12: string;
|
|
1047
|
+
14: string;
|
|
1048
|
+
16: string;
|
|
1049
|
+
18: string;
|
|
1050
|
+
20: string;
|
|
1051
|
+
22: string;
|
|
1052
|
+
24: string;
|
|
1053
|
+
28: string;
|
|
1054
|
+
32: string;
|
|
1055
|
+
36: string;
|
|
1056
|
+
40: string;
|
|
1057
|
+
48: string;
|
|
1058
|
+
};
|
|
1059
|
+
fonts: {
|
|
1060
|
+
primary: string;
|
|
1061
|
+
widget: string;
|
|
1062
|
+
};
|
|
1063
|
+
fontWeights: {
|
|
1064
|
+
regular: number;
|
|
1065
|
+
medium: number;
|
|
1066
|
+
semiBold: number;
|
|
1067
|
+
bold: number;
|
|
1068
|
+
};
|
|
1069
|
+
lineHeights: {
|
|
1070
|
+
12: string;
|
|
1071
|
+
16: string;
|
|
1072
|
+
20: string;
|
|
1073
|
+
24: string;
|
|
1074
|
+
26: string;
|
|
1075
|
+
28: string;
|
|
1076
|
+
30: string;
|
|
1077
|
+
36: string;
|
|
1078
|
+
40: string;
|
|
1079
|
+
44: string;
|
|
1080
|
+
52: string;
|
|
1081
|
+
64: string;
|
|
1082
|
+
};
|
|
1083
|
+
letterSpacings: {};
|
|
1084
|
+
sizes: {
|
|
1085
|
+
4: string;
|
|
1086
|
+
6: string;
|
|
1087
|
+
8: string;
|
|
1088
|
+
12: string;
|
|
1089
|
+
16: string;
|
|
1090
|
+
18: string;
|
|
1091
|
+
20: string;
|
|
1092
|
+
24: string;
|
|
1093
|
+
28: string;
|
|
1094
|
+
32: string;
|
|
1095
|
+
36: string;
|
|
1096
|
+
40: string;
|
|
1097
|
+
45: string;
|
|
1098
|
+
48: string;
|
|
1099
|
+
};
|
|
1100
|
+
borderWidths: {};
|
|
1101
|
+
borderStyles: {};
|
|
1102
|
+
shadows: {
|
|
1103
|
+
s: string;
|
|
1104
|
+
};
|
|
1105
|
+
zIndices: {};
|
|
1106
|
+
transitions: {};
|
|
1107
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1108
|
+
export declare const NavigateBack: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@rango-dev/ui/dist/widget/ui/src/components/IconButton/IconButton.types").PropTypes & {
|
|
1109
|
+
children?: import("react").ReactNode;
|
|
1110
|
+
} & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
637
1111
|
sm: string;
|
|
638
1112
|
md: string;
|
|
639
1113
|
lg: string;
|
|
@@ -790,9 +1264,7 @@ export declare const ShowMoreHeader: import("@stitches/react/types/styled-compon
|
|
|
790
1264
|
zIndices: {};
|
|
791
1265
|
transitions: {};
|
|
792
1266
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
793
|
-
export declare const
|
|
794
|
-
children?: import("react").ReactNode;
|
|
795
|
-
} & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
1267
|
+
export declare const WalletsContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
796
1268
|
sm: string;
|
|
797
1269
|
md: string;
|
|
798
1270
|
lg: string;
|
|
@@ -949,7 +1421,7 @@ export declare const NavigateBack: import("@stitches/react/types/styled-componen
|
|
|
949
1421
|
zIndices: {};
|
|
950
1422
|
transitions: {};
|
|
951
1423
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
952
|
-
export declare const
|
|
1424
|
+
export declare const walletsListStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
953
1425
|
sm: string;
|
|
954
1426
|
md: string;
|
|
955
1427
|
lg: string;
|
|
@@ -1281,7 +1753,7 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
|
|
|
1281
1753
|
accessKey?: string | undefined;
|
|
1282
1754
|
autoFocus?: boolean | undefined;
|
|
1283
1755
|
className?: string | undefined;
|
|
1284
|
-
contentEditable?: boolean | "inherit" | "true" | "false" | undefined;
|
|
1756
|
+
contentEditable?: boolean | "inherit" | "true" | "false" | "plaintext-only" | undefined;
|
|
1285
1757
|
contextMenu?: string | undefined;
|
|
1286
1758
|
dir?: string | undefined;
|
|
1287
1759
|
draggable?: boolean | "true" | "false" | undefined;
|
|
@@ -1313,61 +1785,61 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
|
|
|
1313
1785
|
results?: number | undefined;
|
|
1314
1786
|
security?: string | undefined;
|
|
1315
1787
|
unselectable?: "on" | "off" | undefined;
|
|
1316
|
-
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" |
|
|
1788
|
+
inputMode?: "search" | "decimal" | "text" | "none" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
1317
1789
|
is?: string | undefined;
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1790
|
+
"aria-activedescendant"?: string | undefined;
|
|
1791
|
+
"aria-atomic"?: boolean | "true" | "false" | undefined;
|
|
1792
|
+
"aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
|
|
1793
|
+
"aria-braillelabel"?: string | undefined;
|
|
1794
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
1795
|
+
"aria-busy"?: boolean | "true" | "false" | undefined;
|
|
1796
|
+
"aria-checked"?: boolean | "mixed" | "true" | "false" | undefined;
|
|
1797
|
+
"aria-colcount"?: number | undefined;
|
|
1798
|
+
"aria-colindex"?: number | undefined;
|
|
1799
|
+
"aria-colindextext"?: string | undefined;
|
|
1800
|
+
"aria-colspan"?: number | undefined;
|
|
1801
|
+
"aria-controls"?: string | undefined;
|
|
1802
|
+
"aria-current"?: boolean | "time" | "page" | "true" | "step" | "false" | "location" | "date" | undefined;
|
|
1803
|
+
"aria-describedby"?: string | undefined;
|
|
1804
|
+
"aria-description"?: string | undefined;
|
|
1805
|
+
"aria-details"?: string | undefined;
|
|
1806
|
+
"aria-disabled"?: boolean | "true" | "false" | undefined;
|
|
1807
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1808
|
+
"aria-errormessage"?: string | undefined;
|
|
1809
|
+
"aria-expanded"?: boolean | "true" | "false" | undefined;
|
|
1810
|
+
"aria-flowto"?: string | undefined;
|
|
1811
|
+
"aria-grabbed"?: boolean | "true" | "false" | undefined;
|
|
1812
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "true" | "false" | "tree" | undefined;
|
|
1813
|
+
"aria-hidden"?: boolean | "true" | "false" | undefined;
|
|
1814
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1815
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
1816
|
+
"aria-label"?: string | undefined;
|
|
1817
|
+
"aria-labelledby"?: string | undefined;
|
|
1818
|
+
"aria-level"?: number | undefined;
|
|
1819
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1820
|
+
"aria-modal"?: boolean | "true" | "false" | undefined;
|
|
1821
|
+
"aria-multiline"?: boolean | "true" | "false" | undefined;
|
|
1822
|
+
"aria-multiselectable"?: boolean | "true" | "false" | undefined;
|
|
1823
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1824
|
+
"aria-owns"?: string | undefined;
|
|
1825
|
+
"aria-placeholder"?: string | undefined;
|
|
1826
|
+
"aria-posinset"?: number | undefined;
|
|
1827
|
+
"aria-pressed"?: boolean | "mixed" | "true" | "false" | undefined;
|
|
1828
|
+
"aria-readonly"?: boolean | "true" | "false" | undefined;
|
|
1829
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1830
|
+
"aria-required"?: boolean | "true" | "false" | undefined;
|
|
1831
|
+
"aria-roledescription"?: string | undefined;
|
|
1832
|
+
"aria-rowcount"?: number | undefined;
|
|
1833
|
+
"aria-rowindex"?: number | undefined;
|
|
1834
|
+
"aria-rowindextext"?: string | undefined;
|
|
1835
|
+
"aria-rowspan"?: number | undefined;
|
|
1836
|
+
"aria-selected"?: boolean | "true" | "false" | undefined;
|
|
1837
|
+
"aria-setsize"?: number | undefined;
|
|
1838
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1839
|
+
"aria-valuemax"?: number | undefined;
|
|
1840
|
+
"aria-valuemin"?: number | undefined;
|
|
1841
|
+
"aria-valuenow"?: number | undefined;
|
|
1842
|
+
"aria-valuetext"?: string | undefined;
|
|
1371
1843
|
dangerouslySetInnerHTML?: {
|
|
1372
1844
|
__html: string | TrustedHTML;
|
|
1373
1845
|
} | undefined;
|
|
@@ -1536,7 +2008,7 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
|
|
|
1536
2008
|
} & {
|
|
1537
2009
|
size?: "small" | "medium" | "large" | "xsmall" | "xxsmall" | undefined;
|
|
1538
2010
|
variant?: "default" | "contained" | "outlined" | "ghost" | undefined;
|
|
1539
|
-
type?: "success" | "
|
|
2011
|
+
type?: "success" | "warning" | "error" | "primary" | "secondary" | undefined;
|
|
1540
2012
|
loading?: boolean | undefined;
|
|
1541
2013
|
disabled?: boolean | undefined;
|
|
1542
2014
|
prefix?: import("react").ReactNode;
|
|
@@ -1858,6 +2330,163 @@ export declare const CustomDestination: import("@stitches/react/types/styled-com
|
|
|
1858
2330
|
zIndices: {};
|
|
1859
2331
|
transitions: {};
|
|
1860
2332
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
2333
|
+
export declare const alarmsStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
2334
|
+
sm: string;
|
|
2335
|
+
md: string;
|
|
2336
|
+
lg: string;
|
|
2337
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
2338
|
+
sm: string;
|
|
2339
|
+
md: string;
|
|
2340
|
+
lg: string;
|
|
2341
|
+
}, {
|
|
2342
|
+
colors: {
|
|
2343
|
+
primary: string;
|
|
2344
|
+
primary500: string;
|
|
2345
|
+
primary600: string;
|
|
2346
|
+
secondary: string;
|
|
2347
|
+
secondary100: string;
|
|
2348
|
+
secondary200: string;
|
|
2349
|
+
secondary300: string;
|
|
2350
|
+
secondary400: string;
|
|
2351
|
+
secondary500: string;
|
|
2352
|
+
secondary600: string;
|
|
2353
|
+
secondary700: string;
|
|
2354
|
+
secondary800: string;
|
|
2355
|
+
secondary900: string;
|
|
2356
|
+
neutral: string;
|
|
2357
|
+
neutral100: string;
|
|
2358
|
+
neutral200: string;
|
|
2359
|
+
neutral300: string;
|
|
2360
|
+
neutral400: string;
|
|
2361
|
+
neutral500: string;
|
|
2362
|
+
neutral600: string;
|
|
2363
|
+
neutral700: string;
|
|
2364
|
+
neutral800: string;
|
|
2365
|
+
neutral900: string;
|
|
2366
|
+
error100: string;
|
|
2367
|
+
error300: string;
|
|
2368
|
+
error500: string;
|
|
2369
|
+
error600: string;
|
|
2370
|
+
error700: string;
|
|
2371
|
+
warning100: string;
|
|
2372
|
+
warning300: string;
|
|
2373
|
+
warning500: string;
|
|
2374
|
+
warning600: string;
|
|
2375
|
+
warning700: string;
|
|
2376
|
+
info: string;
|
|
2377
|
+
info100: string;
|
|
2378
|
+
info300: string;
|
|
2379
|
+
info500: string;
|
|
2380
|
+
info600: string;
|
|
2381
|
+
info700: string;
|
|
2382
|
+
success100: string;
|
|
2383
|
+
success300: string;
|
|
2384
|
+
success500: string;
|
|
2385
|
+
success600: string;
|
|
2386
|
+
success700: string;
|
|
2387
|
+
background: string;
|
|
2388
|
+
foreground: string;
|
|
2389
|
+
};
|
|
2390
|
+
space: {
|
|
2391
|
+
0: string;
|
|
2392
|
+
5: string;
|
|
2393
|
+
10: string;
|
|
2394
|
+
15: string;
|
|
2395
|
+
20: string;
|
|
2396
|
+
25: string;
|
|
2397
|
+
30: string;
|
|
2398
|
+
40: string;
|
|
2399
|
+
46: string;
|
|
2400
|
+
50: string;
|
|
2401
|
+
60: string;
|
|
2402
|
+
70: string;
|
|
2403
|
+
80: string;
|
|
2404
|
+
90: string;
|
|
2405
|
+
100: string;
|
|
2406
|
+
2: string;
|
|
2407
|
+
4: string;
|
|
2408
|
+
6: string;
|
|
2409
|
+
8: string;
|
|
2410
|
+
12: string;
|
|
2411
|
+
16: string;
|
|
2412
|
+
24: string;
|
|
2413
|
+
28: string;
|
|
2414
|
+
32: string;
|
|
2415
|
+
};
|
|
2416
|
+
radii: {
|
|
2417
|
+
xs: string;
|
|
2418
|
+
sm: string;
|
|
2419
|
+
xm: string;
|
|
2420
|
+
md: string;
|
|
2421
|
+
xl: string;
|
|
2422
|
+
lg: string;
|
|
2423
|
+
primary: string;
|
|
2424
|
+
secondary: string;
|
|
2425
|
+
};
|
|
2426
|
+
fontSizes: {
|
|
2427
|
+
10: string;
|
|
2428
|
+
12: string;
|
|
2429
|
+
14: string;
|
|
2430
|
+
16: string;
|
|
2431
|
+
18: string;
|
|
2432
|
+
20: string;
|
|
2433
|
+
22: string;
|
|
2434
|
+
24: string;
|
|
2435
|
+
28: string;
|
|
2436
|
+
32: string;
|
|
2437
|
+
36: string;
|
|
2438
|
+
40: string;
|
|
2439
|
+
48: string;
|
|
2440
|
+
};
|
|
2441
|
+
fonts: {
|
|
2442
|
+
primary: string;
|
|
2443
|
+
widget: string;
|
|
2444
|
+
};
|
|
2445
|
+
fontWeights: {
|
|
2446
|
+
regular: number;
|
|
2447
|
+
medium: number;
|
|
2448
|
+
semiBold: number;
|
|
2449
|
+
bold: number;
|
|
2450
|
+
};
|
|
2451
|
+
lineHeights: {
|
|
2452
|
+
12: string;
|
|
2453
|
+
16: string;
|
|
2454
|
+
20: string;
|
|
2455
|
+
24: string;
|
|
2456
|
+
26: string;
|
|
2457
|
+
28: string;
|
|
2458
|
+
30: string;
|
|
2459
|
+
36: string;
|
|
2460
|
+
40: string;
|
|
2461
|
+
44: string;
|
|
2462
|
+
52: string;
|
|
2463
|
+
64: string;
|
|
2464
|
+
};
|
|
2465
|
+
letterSpacings: {};
|
|
2466
|
+
sizes: {
|
|
2467
|
+
4: string;
|
|
2468
|
+
6: string;
|
|
2469
|
+
8: string;
|
|
2470
|
+
12: string;
|
|
2471
|
+
16: string;
|
|
2472
|
+
18: string;
|
|
2473
|
+
20: string;
|
|
2474
|
+
24: string;
|
|
2475
|
+
28: string;
|
|
2476
|
+
32: string;
|
|
2477
|
+
36: string;
|
|
2478
|
+
40: string;
|
|
2479
|
+
45: string;
|
|
2480
|
+
48: string;
|
|
2481
|
+
};
|
|
2482
|
+
borderWidths: {};
|
|
2483
|
+
borderStyles: {};
|
|
2484
|
+
shadows: {
|
|
2485
|
+
s: string;
|
|
2486
|
+
};
|
|
2487
|
+
zIndices: {};
|
|
2488
|
+
transitions: {};
|
|
2489
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1861
2490
|
export declare const ExpandedIcon: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
1862
2491
|
orientation?: "down" | "up" | undefined;
|
|
1863
2492
|
}, {
|