@rango-dev/widget-embedded 0.18.0 → 0.19.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 +1 -113
- package/dist/QueueManager.d.ts +2 -5
- package/dist/QueueManager.d.ts.map +1 -1
- package/dist/Wallets.d.ts +17 -0
- package/dist/Wallets.d.ts.map +1 -0
- package/dist/Widget.d.ts +9 -0
- package/dist/Widget.d.ts.map +1 -0
- package/dist/components/AppRouter.d.ts +2 -0
- package/dist/components/AppRouter.d.ts.map +1 -1
- package/dist/components/AppRoutes.d.ts +6 -1
- 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 +3 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +62 -691
- 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 +3 -1
- 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 +4 -1
- 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/LoadingSwapDetailStep.d.ts +4 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetailStep.d.ts.map +1 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +0 -1727
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.types.d.ts +4 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.types.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/{NoResult/NoResult.styles.d.ts → NoRoutes/NoRoutes.styles.d.ts} +1 -1
- package/dist/components/{NoResult/NoResult.styles.d.ts.map → NoRoutes/NoRoutes.styles.d.ts.map} +1 -1
- package/dist/components/{NoResult/NoResult.types.d.ts → NoRoutes/NoRoutes.types.d.ts} +3 -3
- 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.map +1 -1
- package/dist/components/RouteErrors/RouteErrors.d.ts +4 -0
- package/dist/components/RouteErrors/RouteErrors.d.ts.map +1 -0
- package/dist/components/{QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts → RouteErrors/RouteErrors.styles.d.ts} +1 -1
- 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/Slippage/Slippage.d.ts.map +1 -1
- package/dist/components/Slippage/Slippage.styles.d.ts +0 -158
- 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 +0 -628
- 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 +0 -157
- 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 +1 -1100
- package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.types.d.ts +9 -4
- package/dist/components/TokenList/TokenList.types.d.ts.map +1 -1
- package/dist/components/TokenList/index.d.ts +1 -0
- package/dist/components/TokenList/index.d.ts.map +1 -1
- package/dist/components/UpdateUrl.d.ts +6 -1
- 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 +0 -1
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/constants/messages.d.ts +1 -1
- package/dist/constants/navigationRoutes.d.ts +2 -1
- package/dist/constants/navigationRoutes.d.ts.map +1 -1
- package/dist/constants/searchParams.d.ts +1 -2
- 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/hooks/{useConfirmSwap/useConfirmSwap.types.d.ts → useConfirmSwap.d.ts} +7 -5
- package/dist/hooks/useConfirmSwap.d.ts.map +1 -0
- package/dist/hooks/{useFetchQuote.d.ts → useFetchBestRoute.d.ts} +3 -3
- package/dist/hooks/useFetchBestRoute.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 +3 -1
- 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 +7 -5
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts +0 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts +1 -5
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts.map +1 -1
- package/dist/hooks/useSwapInput.d.ts +2 -4
- package/dist/hooks/useSwapInput.d.ts.map +1 -1
- package/dist/hooks/useSyncStoresWithConfig.d.ts +2 -1
- 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 +8 -20
- 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 +6 -1
- 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 +2 -1
- 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 +6 -1
- 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 +8 -1
- package/dist/pages/WalletsPage.d.ts.map +1 -1
- package/dist/store/app.d.ts +22 -41
- package/dist/store/app.d.ts.map +1 -1
- package/dist/store/bestRoute.d.ts +77 -0
- package/dist/store/bestRoute.d.ts.map +1 -0
- package/dist/store/meta.d.ts +23 -0
- package/dist/store/meta.d.ts.map +1 -0
- package/dist/store/notification.d.ts +3 -4
- package/dist/store/notification.d.ts.map +1 -1
- package/dist/store/settings.d.ts +81 -0
- package/dist/store/settings.d.ts.map +1 -0
- package/dist/store/slices/config.d.ts +2 -3
- package/dist/store/slices/config.d.ts.map +1 -1
- package/dist/store/slices/data.d.ts +2 -5
- package/dist/store/slices/data.d.ts.map +1 -1
- package/dist/store/ui.d.ts +1 -2
- package/dist/store/ui.d.ts.map +1 -1
- package/dist/store/wallets.d.ts +9 -14
- package/dist/store/wallets.d.ts.map +1 -1
- package/dist/types/config.d.ts +8 -41
- 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/routing.d.ts +65 -0
- package/dist/types/routing.d.ts.map +1 -0
- package/dist/types/swap.d.ts +14 -4
- package/dist/types/swap.d.ts.map +1 -1
- package/dist/types/wallets.d.ts +1 -15
- package/dist/types/wallets.d.ts.map +1 -1
- package/dist/utils/colors.d.ts.map +1 -1
- package/dist/utils/configs.d.ts +0 -1
- package/dist/utils/configs.d.ts.map +1 -1
- package/dist/utils/meta.d.ts +1 -2
- 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/routing.d.ts +28 -0
- package/dist/utils/routing.d.ts.map +1 -0
- package/dist/utils/settings.d.ts +2 -6
- package/dist/utils/settings.d.ts.map +1 -1
- package/dist/utils/swap.d.ts +24 -35
- 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 +10 -9
- package/dist/utils/wallets.d.ts.map +1 -1
- package/package.json +10 -12
- package/src/QueueManager.tsx +17 -18
- package/src/{containers/Wallets/Wallets.tsx → Wallets.tsx} +34 -48
- package/src/Widget.tsx +119 -0
- package/src/components/AppRouter.tsx +32 -8
- package/src/components/AppRoutes.tsx +69 -57
- 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 +17 -26
- package/src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts +64 -2
- package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +10 -29
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +47 -43
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.types.ts +3 -1
- package/src/components/ConfirmWalletsModal/WalletList.tsx +8 -9
- package/src/components/ConfirmWalletsModal/WalletList.type.ts +4 -1
- package/src/components/HeaderButtons/HomeButtons.tsx +18 -28
- package/src/components/Layout/Layout.styles.ts +0 -2
- package/src/components/Layout/Layout.tsx +7 -20
- package/src/components/Layout/Layout.types.ts +2 -2
- package/src/components/LoadingSwapDetails/LoadingSwapDetailStep.tsx +41 -0
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts +61 -65
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.tsx +34 -28
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.types.ts +3 -0
- package/src/components/{NoResult/NoResult.helpers.ts → NoRoutes/NoRoutes.helper.ts} +16 -23
- package/src/components/{NoResult/NoResult.styles.ts → NoRoutes/NoRoutes.styles.ts} +0 -2
- package/src/components/{NoResult/NoResult.tsx → NoRoutes/NoRoutes.tsx} +17 -12
- package/src/components/{NoResult/NoResult.types.ts → NoRoutes/NoRoutes.types.ts} +2 -3
- package/src/components/NoRoutes/index.ts +1 -0
- package/src/components/NotificationContent/NotificationContent.tsx +3 -5
- package/src/components/{QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts → RouteErrors/RouteErrors.styles.ts} +1 -8
- package/src/components/RouteErrors/RouteErrors.tsx +79 -0
- package/src/components/RouteErrors/RouteErrors.types.ts +29 -0
- package/src/components/RouteErrors/RouteErrorsModal.tsx +129 -0
- package/src/components/{QuoteWarningsAndErrors/QuoteErrorsModalItem.tsx → RouteErrors/RouteErrorsModalItem.tsx} +4 -4
- package/src/components/RouteErrors/index.ts +1 -0
- package/src/components/Slippage/Slippage.styles.ts +5 -15
- package/src/components/Slippage/Slippage.tsx +10 -11
- package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +8 -5
- package/src/components/SwapDetails/SwapDetails.helpers.tsx +1 -1
- package/src/components/SwapDetails/SwapDetails.styles.ts +33 -36
- package/src/components/SwapDetails/SwapDetails.tsx +56 -41
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.Warning.tsx +1 -1
- package/src/components/SwapDetailsModal/SwapDetailsCompleteModal.tsx +3 -4
- package/src/components/SwapDetailsModal/SwapDetailsModal.Cancel.tsx +2 -2
- package/src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx +8 -14
- 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 +1 -10
- package/src/components/SwapsGroup/SwapsGroup.tsx +5 -3
- package/src/components/SwitchFromAndTo.tsx +2 -2
- package/src/components/TokenList/TokenList.helpers.ts +2 -2
- package/src/components/TokenList/TokenList.styles.ts +38 -74
- package/src/components/TokenList/TokenList.tsx +26 -35
- package/src/components/TokenList/TokenList.types.ts +10 -4
- package/src/components/TokenList/index.ts +1 -0
- package/src/components/UpdateUrl.tsx +30 -35
- package/src/components/WidgetEvents.tsx +2 -4
- package/src/constants/errors.ts +15 -17
- package/src/constants/index.ts +0 -1
- package/src/constants/messages.ts +1 -1
- package/src/constants/navigationRoutes.ts +8 -7
- package/src/constants/searchParams.ts +0 -1
- package/src/constants/warnings.ts +7 -7
- package/src/hooks/useConfirmSwap.ts +303 -0
- package/src/hooks/{useFetchQuote.ts → useFetchBestRoute.ts} +3 -3
- package/src/hooks/useLanguage.ts +5 -4
- package/src/hooks/useNavigateBack.ts +52 -3
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.ts +1 -1
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.ts +7 -37
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.ts +0 -60
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.test.ts +3 -78
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.ts +6 -15
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.ts +1 -6
- package/src/hooks/useSwapInput.ts +48 -141
- package/src/hooks/useSyncStoresWithConfig.ts +24 -40
- package/src/hooks/useTheme.ts +5 -4
- package/src/hooks/useWalletList.ts +5 -3
- package/src/index.ts +5 -53
- package/src/pages/ConfirmSwapPage.tsx +266 -117
- package/src/pages/HistoryPage.tsx +7 -2
- package/src/pages/Home.tsx +303 -88
- package/src/pages/LanguagePage.tsx +5 -0
- package/src/pages/LiquiditySourcePage.tsx +37 -24
- package/src/pages/SelectBlockchainPage.tsx +24 -31
- package/src/pages/SelectSwapItemsPage.tsx +31 -18
- package/src/pages/SettingsPage.tsx +27 -32
- package/src/pages/SwapDetailsPage.tsx +7 -6
- package/src/pages/ThemePage.tsx +7 -2
- package/src/pages/WalletsPage.tsx +19 -9
- package/src/services/httpService.ts +1 -1
- package/src/store/app.ts +6 -44
- package/src/store/{quote.ts → bestRoute.ts} +64 -71
- package/src/store/meta.ts +39 -0
- package/src/store/settings.ts +158 -0
- package/src/store/slices/config.ts +15 -26
- package/src/store/slices/data.ts +35 -74
- package/src/store/wallets.ts +37 -68
- package/src/types/config.ts +8 -53
- package/src/types/index.ts +1 -1
- package/src/types/routing.ts +77 -0
- package/src/types/swap.ts +13 -4
- package/src/types/wallets.ts +1 -18
- package/src/utils/colors.ts +1 -2
- package/src/utils/configs.ts +1 -2
- package/src/utils/date.ts +1 -1
- package/src/utils/meta.ts +1 -8
- package/src/utils/numbers.ts +1 -1
- package/src/utils/providers.ts +5 -8
- package/src/utils/queue.ts +2 -2
- package/src/utils/routing.ts +321 -0
- package/src/utils/settings.ts +10 -17
- package/src/utils/swap.ts +120 -154
- package/src/utils/time.ts +1 -1
- package/src/utils/wallets.ts +161 -156
- package/dist/components/NoResult/NoResult.d.ts +0 -4
- package/dist/components/NoResult/NoResult.d.ts.map +0 -1
- package/dist/components/NoResult/NoResult.helpers.d.ts +0 -4
- package/dist/components/NoResult/NoResult.helpers.d.ts.map +0 -1
- package/dist/components/NoResult/NoResult.types.d.ts.map +0 -1
- package/dist/components/NoResult/index.d.ts +0 -2
- package/dist/components/NoResult/index.d.ts.map +0 -1
- package/dist/components/Quote/Quote.d.ts +0 -4
- package/dist/components/Quote/Quote.d.ts.map +0 -1
- package/dist/components/Quote/Quote.styles.d.ts +0 -2217
- package/dist/components/Quote/Quote.styles.d.ts.map +0 -1
- package/dist/components/Quote/Quote.types.d.ts +0 -21
- package/dist/components/Quote/Quote.types.d.ts.map +0 -1
- package/dist/components/Quote/QuoteSummary.d.ts +0 -11
- package/dist/components/Quote/QuoteSummary.d.ts.map +0 -1
- package/dist/components/Quote/QuoteSummary.styles.d.ts +0 -315
- package/dist/components/Quote/QuoteSummary.styles.d.ts.map +0 -1
- package/dist/components/Quote/index.d.ts +0 -3
- package/dist/components/Quote/index.d.ts.map +0 -1
- package/dist/components/QuoteSkeleton/QuoteSkeleton.d.ts +0 -4
- package/dist/components/QuoteSkeleton/QuoteSkeleton.d.ts.map +0 -1
- package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts +0 -633
- package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +0 -1
- package/dist/components/QuoteSkeleton/QuoteSkeleton.types.d.ts +0 -6
- package/dist/components/QuoteSkeleton/QuoteSkeleton.types.d.ts.map +0 -1
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.d.ts +0 -4
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.d.ts.map +0 -1
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +0 -1571
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +0 -1
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.types.d.ts +0 -6
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.types.d.ts.map +0 -1
- package/dist/components/QuoteSkeleton/StepSkeleton.d.ts +0 -4
- package/dist/components/QuoteSkeleton/StepSkeleton.d.ts.map +0 -1
- package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +0 -786
- package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +0 -1
- package/dist/components/QuoteSkeleton/StepSkeleton.types.d.ts +0 -4
- package/dist/components/QuoteSkeleton/StepSkeleton.types.d.ts.map +0 -1
- package/dist/components/QuoteSkeleton/index.d.ts +0 -4
- package/dist/components/QuoteSkeleton/index.d.ts.map +0 -1
- package/dist/components/QuoteWarningsAndErrors/HighValueLossWarningModal.d.ts +0 -11
- package/dist/components/QuoteWarningsAndErrors/HighValueLossWarningModal.d.ts.map +0 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteErrorsModalItem.d.ts +0 -4
- package/dist/components/QuoteWarningsAndErrors/QuoteErrorsModalItem.d.ts.map +0 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.d.ts +0 -4
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.d.ts.map +0 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.d.ts +0 -9
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.d.ts.map +0 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +0 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.d.ts +0 -23
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.d.ts.map +0 -1
- package/dist/components/QuoteWarningsAndErrors/SlippageWariningModal.d.ts +0 -11
- package/dist/components/QuoteWarningsAndErrors/SlippageWariningModal.d.ts.map +0 -1
- package/dist/components/QuoteWarningsAndErrors/UnknownPriceWarningModal.d.ts +0 -11
- package/dist/components/QuoteWarningsAndErrors/UnknownPriceWarningModal.d.ts.map +0 -1
- package/dist/components/QuoteWarningsAndErrors/index.d.ts +0 -2
- package/dist/components/QuoteWarningsAndErrors/index.d.ts.map +0 -1
- package/dist/containers/App/App.d.ts +0 -3
- package/dist/containers/App/App.d.ts.map +0 -1
- package/dist/containers/App/App.styles.d.ts +0 -158
- package/dist/containers/App/App.styles.d.ts.map +0 -1
- package/dist/containers/App/index.d.ts +0 -2
- package/dist/containers/App/index.d.ts.map +0 -1
- package/dist/containers/QuoteInfo/QuoteInfo.d.ts +0 -4
- package/dist/containers/QuoteInfo/QuoteInfo.d.ts.map +0 -1
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +0 -788
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +0 -1
- package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts +0 -20
- package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts.map +0 -1
- package/dist/containers/QuoteInfo/index.d.ts +0 -2
- package/dist/containers/QuoteInfo/index.d.ts.map +0 -1
- package/dist/containers/Wallets/Wallets.d.ts +0 -6
- package/dist/containers/Wallets/Wallets.d.ts.map +0 -1
- package/dist/containers/Wallets/Wallets.types.d.ts +0 -11
- package/dist/containers/Wallets/Wallets.types.d.ts.map +0 -1
- package/dist/containers/Wallets/index.d.ts +0 -2
- package/dist/containers/Wallets/index.d.ts.map +0 -1
- package/dist/containers/Widget/Widget.d.ts +0 -5
- package/dist/containers/Widget/Widget.d.ts.map +0 -1
- package/dist/containers/Widget/Widget.types.d.ts +0 -5
- package/dist/containers/Widget/Widget.types.d.ts.map +0 -1
- package/dist/containers/Widget/index.d.ts +0 -3
- package/dist/containers/Widget/index.d.ts.map +0 -1
- package/dist/containers/WidgetInfo/WidgetInfo.d.ts +0 -6
- package/dist/containers/WidgetInfo/WidgetInfo.d.ts.map +0 -1
- package/dist/containers/WidgetInfo/WidgetInfo.helpers.d.ts +0 -20
- package/dist/containers/WidgetInfo/WidgetInfo.helpers.d.ts.map +0 -1
- package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts +0 -21
- package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts.map +0 -1
- package/dist/containers/WidgetInfo/index.d.ts +0 -2
- package/dist/containers/WidgetInfo/index.d.ts.map +0 -1
- package/dist/containers/WidgetProvider/WidgetProvider.d.ts +0 -5
- package/dist/containers/WidgetProvider/WidgetProvider.d.ts.map +0 -1
- package/dist/containers/WidgetProvider/WidgetProvider.types.d.ts +0 -7
- package/dist/containers/WidgetProvider/WidgetProvider.types.d.ts.map +0 -1
- package/dist/containers/WidgetProvider/index.d.ts +0 -2
- package/dist/containers/WidgetProvider/index.d.ts.map +0 -1
- package/dist/hooks/useConfirmSwap/index.d.ts +0 -2
- package/dist/hooks/useConfirmSwap/index.d.ts.map +0 -1
- package/dist/hooks/useConfirmSwap/useConfirmSwap.d.ts +0 -3
- package/dist/hooks/useConfirmSwap/useConfirmSwap.d.ts.map +0 -1
- package/dist/hooks/useConfirmSwap/useConfirmSwap.helpers.d.ts +0 -19
- package/dist/hooks/useConfirmSwap/useConfirmSwap.helpers.d.ts.map +0 -1
- package/dist/hooks/useConfirmSwap/useConfirmSwap.types.d.ts.map +0 -1
- package/dist/hooks/useFetchQuote.d.ts.map +0 -1
- package/dist/hooks/useForceAutoConnect.d.ts +0 -2
- package/dist/hooks/useForceAutoConnect.d.ts.map +0 -1
- package/dist/store/AppStore.d.ts +0 -47
- package/dist/store/AppStore.d.ts.map +0 -1
- package/dist/store/quote.d.ts +0 -89
- package/dist/store/quote.d.ts.map +0 -1
- package/dist/store/slices/settings.d.ts +0 -39
- package/dist/store/slices/settings.d.ts.map +0 -1
- package/dist/types/quote.d.ts +0 -82
- package/dist/types/quote.d.ts.map +0 -1
- package/dist/utils/quote.d.ts +0 -32
- package/dist/utils/quote.d.ts.map +0 -1
- package/src/components/NoResult/index.ts +0 -1
- package/src/components/Quote/Quote.styles.ts +0 -249
- package/src/components/Quote/Quote.tsx +0 -414
- package/src/components/Quote/Quote.types.ts +0 -15
- package/src/components/Quote/QuoteSummary.styles.ts +0 -16
- package/src/components/Quote/QuoteSummary.tsx +0 -46
- package/src/components/Quote/index.ts +0 -2
- package/src/components/QuoteSkeleton/QuoteSkeleton.styles.ts +0 -42
- package/src/components/QuoteSkeleton/QuoteSkeleton.tsx +0 -30
- package/src/components/QuoteSkeleton/QuoteSkeleton.types.ts +0 -5
- package/src/components/QuoteSkeleton/QuoteSummarySkeleton.styles.ts +0 -57
- package/src/components/QuoteSkeleton/QuoteSummarySkeleton.tsx +0 -76
- package/src/components/QuoteSkeleton/QuoteSummarySkeleton.types.ts +0 -6
- package/src/components/QuoteSkeleton/StepSkeleton.styles.ts +0 -33
- package/src/components/QuoteSkeleton/StepSkeleton.tsx +0 -44
- package/src/components/QuoteSkeleton/StepSkeleton.types.ts +0 -1
- package/src/components/QuoteSkeleton/index.ts +0 -3
- package/src/components/QuoteWarningsAndErrors/HighValueLossWarningModal.tsx +0 -107
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.ts +0 -74
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.tsx +0 -103
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.ts +0 -25
- package/src/components/QuoteWarningsAndErrors/SlippageWariningModal.tsx +0 -77
- package/src/components/QuoteWarningsAndErrors/UnknownPriceWarningModal.tsx +0 -38
- package/src/components/QuoteWarningsAndErrors/index.ts +0 -1
- package/src/containers/App/App.styles.ts +0 -18
- package/src/containers/App/App.tsx +0 -52
- package/src/containers/App/index.ts +0 -1
- package/src/containers/QuoteInfo/QuoteInfo.styles.ts +0 -31
- package/src/containers/QuoteInfo/QuoteInfo.tsx +0 -99
- package/src/containers/QuoteInfo/QuoteInfo.types.ts +0 -20
- package/src/containers/QuoteInfo/index.ts +0 -1
- package/src/containers/Wallets/Wallets.types.ts +0 -12
- package/src/containers/Wallets/index.ts +0 -1
- package/src/containers/Widget/Widget.tsx +0 -19
- package/src/containers/Widget/Widget.types.ts +0 -5
- package/src/containers/Widget/index.ts +0 -2
- package/src/containers/WidgetInfo/WidgetInfo.helpers.ts +0 -64
- package/src/containers/WidgetInfo/WidgetInfo.tsx +0 -62
- package/src/containers/WidgetInfo/WidgetInfo.types.ts +0 -21
- package/src/containers/WidgetInfo/index.ts +0 -1
- package/src/containers/WidgetProvider/WidgetProvider.tsx +0 -28
- package/src/containers/WidgetProvider/WidgetProvider.types.ts +0 -7
- package/src/containers/WidgetProvider/index.ts +0 -1
- package/src/hooks/useConfirmSwap/index.ts +0 -1
- package/src/hooks/useConfirmSwap/useConfirmSwap.helpers.ts +0 -172
- package/src/hooks/useConfirmSwap/useConfirmSwap.ts +0 -137
- package/src/hooks/useConfirmSwap/useConfirmSwap.types.ts +0 -19
- package/src/hooks/useForceAutoConnect.ts +0 -27
- package/src/store/AppStore.tsx +0 -41
- package/src/store/slices/settings.ts +0 -168
- package/src/types/quote.ts +0 -107
- package/src/utils/quote.ts +0 -338
|
@@ -940,632 +940,4 @@ export declare const LoaderContainer: import("@stitches/react/types/styled-compo
|
|
|
940
940
|
zIndices: {};
|
|
941
941
|
transitions: {};
|
|
942
942
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
943
|
-
export declare const rowStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
944
|
-
sm: string;
|
|
945
|
-
md: string;
|
|
946
|
-
lg: string;
|
|
947
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
948
|
-
sm: string;
|
|
949
|
-
md: string;
|
|
950
|
-
lg: string;
|
|
951
|
-
}, {
|
|
952
|
-
colors: {
|
|
953
|
-
primary: string;
|
|
954
|
-
primary500: string;
|
|
955
|
-
primary600: string;
|
|
956
|
-
secondary: string;
|
|
957
|
-
secondary100: string;
|
|
958
|
-
secondary200: string;
|
|
959
|
-
secondary300: string;
|
|
960
|
-
secondary400: string;
|
|
961
|
-
secondary500: string;
|
|
962
|
-
secondary600: string;
|
|
963
|
-
secondary700: string;
|
|
964
|
-
secondary800: string;
|
|
965
|
-
secondary900: string;
|
|
966
|
-
neutral: string;
|
|
967
|
-
neutral100: string;
|
|
968
|
-
neutral200: string;
|
|
969
|
-
neutral300: string;
|
|
970
|
-
neutral400: string;
|
|
971
|
-
neutral500: string;
|
|
972
|
-
neutral600: string;
|
|
973
|
-
neutral700: string;
|
|
974
|
-
neutral800: string;
|
|
975
|
-
neutral900: string;
|
|
976
|
-
error100: string;
|
|
977
|
-
error300: string;
|
|
978
|
-
error500: string;
|
|
979
|
-
error600: string;
|
|
980
|
-
error700: string;
|
|
981
|
-
warning100: string;
|
|
982
|
-
warning300: string;
|
|
983
|
-
warning500: string;
|
|
984
|
-
warning600: string;
|
|
985
|
-
warning700: string;
|
|
986
|
-
info: string;
|
|
987
|
-
info100: string;
|
|
988
|
-
info300: string;
|
|
989
|
-
info500: string;
|
|
990
|
-
info600: string;
|
|
991
|
-
info700: string;
|
|
992
|
-
success100: string;
|
|
993
|
-
success300: string;
|
|
994
|
-
success500: string;
|
|
995
|
-
success600: string;
|
|
996
|
-
success700: string;
|
|
997
|
-
background: string;
|
|
998
|
-
foreground: string;
|
|
999
|
-
};
|
|
1000
|
-
space: {
|
|
1001
|
-
0: string;
|
|
1002
|
-
5: string;
|
|
1003
|
-
10: string;
|
|
1004
|
-
15: string;
|
|
1005
|
-
20: string;
|
|
1006
|
-
25: string;
|
|
1007
|
-
30: string;
|
|
1008
|
-
40: string;
|
|
1009
|
-
46: string;
|
|
1010
|
-
50: string;
|
|
1011
|
-
60: string;
|
|
1012
|
-
70: string;
|
|
1013
|
-
80: string;
|
|
1014
|
-
90: string;
|
|
1015
|
-
100: string;
|
|
1016
|
-
2: string;
|
|
1017
|
-
4: string;
|
|
1018
|
-
6: string;
|
|
1019
|
-
8: string;
|
|
1020
|
-
12: string;
|
|
1021
|
-
16: string;
|
|
1022
|
-
24: string;
|
|
1023
|
-
28: string;
|
|
1024
|
-
32: string;
|
|
1025
|
-
};
|
|
1026
|
-
radii: {
|
|
1027
|
-
xs: string;
|
|
1028
|
-
sm: string;
|
|
1029
|
-
xm: string;
|
|
1030
|
-
md: string;
|
|
1031
|
-
xl: string;
|
|
1032
|
-
lg: string;
|
|
1033
|
-
primary: string;
|
|
1034
|
-
secondary: string;
|
|
1035
|
-
};
|
|
1036
|
-
fontSizes: {
|
|
1037
|
-
10: string;
|
|
1038
|
-
12: string;
|
|
1039
|
-
14: string;
|
|
1040
|
-
16: string;
|
|
1041
|
-
18: string;
|
|
1042
|
-
20: string;
|
|
1043
|
-
22: string;
|
|
1044
|
-
24: string;
|
|
1045
|
-
28: string;
|
|
1046
|
-
32: string;
|
|
1047
|
-
36: string;
|
|
1048
|
-
40: string;
|
|
1049
|
-
48: string;
|
|
1050
|
-
};
|
|
1051
|
-
fonts: {
|
|
1052
|
-
primary: string;
|
|
1053
|
-
widget: string;
|
|
1054
|
-
};
|
|
1055
|
-
fontWeights: {
|
|
1056
|
-
regular: number;
|
|
1057
|
-
medium: number;
|
|
1058
|
-
semiBold: number;
|
|
1059
|
-
bold: number;
|
|
1060
|
-
};
|
|
1061
|
-
lineHeights: {
|
|
1062
|
-
12: string;
|
|
1063
|
-
16: string;
|
|
1064
|
-
20: string;
|
|
1065
|
-
24: string;
|
|
1066
|
-
26: string;
|
|
1067
|
-
28: string;
|
|
1068
|
-
30: string;
|
|
1069
|
-
36: string;
|
|
1070
|
-
40: string;
|
|
1071
|
-
44: string;
|
|
1072
|
-
52: string;
|
|
1073
|
-
64: string;
|
|
1074
|
-
};
|
|
1075
|
-
letterSpacings: {};
|
|
1076
|
-
sizes: {
|
|
1077
|
-
4: string;
|
|
1078
|
-
6: string;
|
|
1079
|
-
8: string;
|
|
1080
|
-
12: string;
|
|
1081
|
-
16: string;
|
|
1082
|
-
18: string;
|
|
1083
|
-
20: string;
|
|
1084
|
-
24: string;
|
|
1085
|
-
28: string;
|
|
1086
|
-
32: string;
|
|
1087
|
-
36: string;
|
|
1088
|
-
40: string;
|
|
1089
|
-
45: string;
|
|
1090
|
-
48: string;
|
|
1091
|
-
};
|
|
1092
|
-
borderWidths: {};
|
|
1093
|
-
borderStyles: {};
|
|
1094
|
-
shadows: {
|
|
1095
|
-
s: string;
|
|
1096
|
-
};
|
|
1097
|
-
zIndices: {};
|
|
1098
|
-
transitions: {};
|
|
1099
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1100
|
-
export declare const requestIdStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1101
|
-
sm: string;
|
|
1102
|
-
md: string;
|
|
1103
|
-
lg: string;
|
|
1104
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
1105
|
-
sm: string;
|
|
1106
|
-
md: string;
|
|
1107
|
-
lg: string;
|
|
1108
|
-
}, {
|
|
1109
|
-
colors: {
|
|
1110
|
-
primary: string;
|
|
1111
|
-
primary500: string;
|
|
1112
|
-
primary600: string;
|
|
1113
|
-
secondary: string;
|
|
1114
|
-
secondary100: string;
|
|
1115
|
-
secondary200: string;
|
|
1116
|
-
secondary300: string;
|
|
1117
|
-
secondary400: string;
|
|
1118
|
-
secondary500: string;
|
|
1119
|
-
secondary600: string;
|
|
1120
|
-
secondary700: string;
|
|
1121
|
-
secondary800: string;
|
|
1122
|
-
secondary900: string;
|
|
1123
|
-
neutral: string;
|
|
1124
|
-
neutral100: string;
|
|
1125
|
-
neutral200: string;
|
|
1126
|
-
neutral300: string;
|
|
1127
|
-
neutral400: string;
|
|
1128
|
-
neutral500: string;
|
|
1129
|
-
neutral600: string;
|
|
1130
|
-
neutral700: string;
|
|
1131
|
-
neutral800: string;
|
|
1132
|
-
neutral900: string;
|
|
1133
|
-
error100: string;
|
|
1134
|
-
error300: string;
|
|
1135
|
-
error500: string;
|
|
1136
|
-
error600: string;
|
|
1137
|
-
error700: string;
|
|
1138
|
-
warning100: string;
|
|
1139
|
-
warning300: string;
|
|
1140
|
-
warning500: string;
|
|
1141
|
-
warning600: string;
|
|
1142
|
-
warning700: string;
|
|
1143
|
-
info: string;
|
|
1144
|
-
info100: string;
|
|
1145
|
-
info300: string;
|
|
1146
|
-
info500: string;
|
|
1147
|
-
info600: string;
|
|
1148
|
-
info700: string;
|
|
1149
|
-
success100: string;
|
|
1150
|
-
success300: string;
|
|
1151
|
-
success500: string;
|
|
1152
|
-
success600: string;
|
|
1153
|
-
success700: string;
|
|
1154
|
-
background: string;
|
|
1155
|
-
foreground: string;
|
|
1156
|
-
};
|
|
1157
|
-
space: {
|
|
1158
|
-
0: string;
|
|
1159
|
-
5: string;
|
|
1160
|
-
10: string;
|
|
1161
|
-
15: string;
|
|
1162
|
-
20: string;
|
|
1163
|
-
25: string;
|
|
1164
|
-
30: string;
|
|
1165
|
-
40: string;
|
|
1166
|
-
46: string;
|
|
1167
|
-
50: string;
|
|
1168
|
-
60: string;
|
|
1169
|
-
70: string;
|
|
1170
|
-
80: string;
|
|
1171
|
-
90: string;
|
|
1172
|
-
100: string;
|
|
1173
|
-
2: string;
|
|
1174
|
-
4: string;
|
|
1175
|
-
6: string;
|
|
1176
|
-
8: string;
|
|
1177
|
-
12: string;
|
|
1178
|
-
16: string;
|
|
1179
|
-
24: string;
|
|
1180
|
-
28: string;
|
|
1181
|
-
32: string;
|
|
1182
|
-
};
|
|
1183
|
-
radii: {
|
|
1184
|
-
xs: string;
|
|
1185
|
-
sm: string;
|
|
1186
|
-
xm: string;
|
|
1187
|
-
md: string;
|
|
1188
|
-
xl: string;
|
|
1189
|
-
lg: string;
|
|
1190
|
-
primary: string;
|
|
1191
|
-
secondary: string;
|
|
1192
|
-
};
|
|
1193
|
-
fontSizes: {
|
|
1194
|
-
10: string;
|
|
1195
|
-
12: string;
|
|
1196
|
-
14: string;
|
|
1197
|
-
16: string;
|
|
1198
|
-
18: string;
|
|
1199
|
-
20: string;
|
|
1200
|
-
22: string;
|
|
1201
|
-
24: string;
|
|
1202
|
-
28: string;
|
|
1203
|
-
32: string;
|
|
1204
|
-
36: string;
|
|
1205
|
-
40: string;
|
|
1206
|
-
48: string;
|
|
1207
|
-
};
|
|
1208
|
-
fonts: {
|
|
1209
|
-
primary: string;
|
|
1210
|
-
widget: string;
|
|
1211
|
-
};
|
|
1212
|
-
fontWeights: {
|
|
1213
|
-
regular: number;
|
|
1214
|
-
medium: number;
|
|
1215
|
-
semiBold: number;
|
|
1216
|
-
bold: number;
|
|
1217
|
-
};
|
|
1218
|
-
lineHeights: {
|
|
1219
|
-
12: string;
|
|
1220
|
-
16: string;
|
|
1221
|
-
20: string;
|
|
1222
|
-
24: string;
|
|
1223
|
-
26: string;
|
|
1224
|
-
28: string;
|
|
1225
|
-
30: string;
|
|
1226
|
-
36: string;
|
|
1227
|
-
40: string;
|
|
1228
|
-
44: string;
|
|
1229
|
-
52: string;
|
|
1230
|
-
64: string;
|
|
1231
|
-
};
|
|
1232
|
-
letterSpacings: {};
|
|
1233
|
-
sizes: {
|
|
1234
|
-
4: string;
|
|
1235
|
-
6: string;
|
|
1236
|
-
8: string;
|
|
1237
|
-
12: string;
|
|
1238
|
-
16: string;
|
|
1239
|
-
18: string;
|
|
1240
|
-
20: string;
|
|
1241
|
-
24: string;
|
|
1242
|
-
28: string;
|
|
1243
|
-
32: string;
|
|
1244
|
-
36: string;
|
|
1245
|
-
40: string;
|
|
1246
|
-
45: string;
|
|
1247
|
-
48: string;
|
|
1248
|
-
};
|
|
1249
|
-
borderWidths: {};
|
|
1250
|
-
borderStyles: {};
|
|
1251
|
-
shadows: {
|
|
1252
|
-
s: string;
|
|
1253
|
-
};
|
|
1254
|
-
zIndices: {};
|
|
1255
|
-
transitions: {};
|
|
1256
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1257
|
-
export declare const outputStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1258
|
-
sm: string;
|
|
1259
|
-
md: string;
|
|
1260
|
-
lg: string;
|
|
1261
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
1262
|
-
sm: string;
|
|
1263
|
-
md: string;
|
|
1264
|
-
lg: string;
|
|
1265
|
-
}, {
|
|
1266
|
-
colors: {
|
|
1267
|
-
primary: string;
|
|
1268
|
-
primary500: string;
|
|
1269
|
-
primary600: string;
|
|
1270
|
-
secondary: string;
|
|
1271
|
-
secondary100: string;
|
|
1272
|
-
secondary200: string;
|
|
1273
|
-
secondary300: string;
|
|
1274
|
-
secondary400: string;
|
|
1275
|
-
secondary500: string;
|
|
1276
|
-
secondary600: string;
|
|
1277
|
-
secondary700: string;
|
|
1278
|
-
secondary800: string;
|
|
1279
|
-
secondary900: string;
|
|
1280
|
-
neutral: string;
|
|
1281
|
-
neutral100: string;
|
|
1282
|
-
neutral200: string;
|
|
1283
|
-
neutral300: string;
|
|
1284
|
-
neutral400: string;
|
|
1285
|
-
neutral500: string;
|
|
1286
|
-
neutral600: string;
|
|
1287
|
-
neutral700: string;
|
|
1288
|
-
neutral800: string;
|
|
1289
|
-
neutral900: string;
|
|
1290
|
-
error100: string;
|
|
1291
|
-
error300: string;
|
|
1292
|
-
error500: string;
|
|
1293
|
-
error600: string;
|
|
1294
|
-
error700: string;
|
|
1295
|
-
warning100: string;
|
|
1296
|
-
warning300: string;
|
|
1297
|
-
warning500: string;
|
|
1298
|
-
warning600: string;
|
|
1299
|
-
warning700: string;
|
|
1300
|
-
info: string;
|
|
1301
|
-
info100: string;
|
|
1302
|
-
info300: string;
|
|
1303
|
-
info500: string;
|
|
1304
|
-
info600: string;
|
|
1305
|
-
info700: string;
|
|
1306
|
-
success100: string;
|
|
1307
|
-
success300: string;
|
|
1308
|
-
success500: string;
|
|
1309
|
-
success600: string;
|
|
1310
|
-
success700: string;
|
|
1311
|
-
background: string;
|
|
1312
|
-
foreground: string;
|
|
1313
|
-
};
|
|
1314
|
-
space: {
|
|
1315
|
-
0: string;
|
|
1316
|
-
5: string;
|
|
1317
|
-
10: string;
|
|
1318
|
-
15: string;
|
|
1319
|
-
20: string;
|
|
1320
|
-
25: string;
|
|
1321
|
-
30: string;
|
|
1322
|
-
40: string;
|
|
1323
|
-
46: string;
|
|
1324
|
-
50: string;
|
|
1325
|
-
60: string;
|
|
1326
|
-
70: string;
|
|
1327
|
-
80: string;
|
|
1328
|
-
90: string;
|
|
1329
|
-
100: string;
|
|
1330
|
-
2: string;
|
|
1331
|
-
4: string;
|
|
1332
|
-
6: string;
|
|
1333
|
-
8: string;
|
|
1334
|
-
12: string;
|
|
1335
|
-
16: string;
|
|
1336
|
-
24: string;
|
|
1337
|
-
28: string;
|
|
1338
|
-
32: string;
|
|
1339
|
-
};
|
|
1340
|
-
radii: {
|
|
1341
|
-
xs: string;
|
|
1342
|
-
sm: string;
|
|
1343
|
-
xm: string;
|
|
1344
|
-
md: string;
|
|
1345
|
-
xl: string;
|
|
1346
|
-
lg: string;
|
|
1347
|
-
primary: string;
|
|
1348
|
-
secondary: string;
|
|
1349
|
-
};
|
|
1350
|
-
fontSizes: {
|
|
1351
|
-
10: string;
|
|
1352
|
-
12: string;
|
|
1353
|
-
14: string;
|
|
1354
|
-
16: string;
|
|
1355
|
-
18: string;
|
|
1356
|
-
20: string;
|
|
1357
|
-
22: string;
|
|
1358
|
-
24: string;
|
|
1359
|
-
28: string;
|
|
1360
|
-
32: string;
|
|
1361
|
-
36: string;
|
|
1362
|
-
40: string;
|
|
1363
|
-
48: string;
|
|
1364
|
-
};
|
|
1365
|
-
fonts: {
|
|
1366
|
-
primary: string;
|
|
1367
|
-
widget: string;
|
|
1368
|
-
};
|
|
1369
|
-
fontWeights: {
|
|
1370
|
-
regular: number;
|
|
1371
|
-
medium: number;
|
|
1372
|
-
semiBold: number;
|
|
1373
|
-
bold: number;
|
|
1374
|
-
};
|
|
1375
|
-
lineHeights: {
|
|
1376
|
-
12: string;
|
|
1377
|
-
16: string;
|
|
1378
|
-
20: string;
|
|
1379
|
-
24: string;
|
|
1380
|
-
26: string;
|
|
1381
|
-
28: string;
|
|
1382
|
-
30: string;
|
|
1383
|
-
36: string;
|
|
1384
|
-
40: string;
|
|
1385
|
-
44: string;
|
|
1386
|
-
52: string;
|
|
1387
|
-
64: string;
|
|
1388
|
-
};
|
|
1389
|
-
letterSpacings: {};
|
|
1390
|
-
sizes: {
|
|
1391
|
-
4: string;
|
|
1392
|
-
6: string;
|
|
1393
|
-
8: string;
|
|
1394
|
-
12: string;
|
|
1395
|
-
16: string;
|
|
1396
|
-
18: string;
|
|
1397
|
-
20: string;
|
|
1398
|
-
24: string;
|
|
1399
|
-
28: string;
|
|
1400
|
-
32: string;
|
|
1401
|
-
36: string;
|
|
1402
|
-
40: string;
|
|
1403
|
-
45: string;
|
|
1404
|
-
48: string;
|
|
1405
|
-
};
|
|
1406
|
-
borderWidths: {};
|
|
1407
|
-
borderStyles: {};
|
|
1408
|
-
shadows: {
|
|
1409
|
-
s: string;
|
|
1410
|
-
};
|
|
1411
|
-
zIndices: {};
|
|
1412
|
-
transitions: {};
|
|
1413
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1414
|
-
export declare const titleStepsStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1415
|
-
sm: string;
|
|
1416
|
-
md: string;
|
|
1417
|
-
lg: string;
|
|
1418
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
1419
|
-
sm: string;
|
|
1420
|
-
md: string;
|
|
1421
|
-
lg: string;
|
|
1422
|
-
}, {
|
|
1423
|
-
colors: {
|
|
1424
|
-
primary: string;
|
|
1425
|
-
primary500: string;
|
|
1426
|
-
primary600: string;
|
|
1427
|
-
secondary: string;
|
|
1428
|
-
secondary100: string;
|
|
1429
|
-
secondary200: string;
|
|
1430
|
-
secondary300: string;
|
|
1431
|
-
secondary400: string;
|
|
1432
|
-
secondary500: string;
|
|
1433
|
-
secondary600: string;
|
|
1434
|
-
secondary700: string;
|
|
1435
|
-
secondary800: string;
|
|
1436
|
-
secondary900: string;
|
|
1437
|
-
neutral: string;
|
|
1438
|
-
neutral100: string;
|
|
1439
|
-
neutral200: string;
|
|
1440
|
-
neutral300: string;
|
|
1441
|
-
neutral400: string;
|
|
1442
|
-
neutral500: string;
|
|
1443
|
-
neutral600: string;
|
|
1444
|
-
neutral700: string;
|
|
1445
|
-
neutral800: string;
|
|
1446
|
-
neutral900: string;
|
|
1447
|
-
error100: string;
|
|
1448
|
-
error300: string;
|
|
1449
|
-
error500: string;
|
|
1450
|
-
error600: string;
|
|
1451
|
-
error700: string;
|
|
1452
|
-
warning100: string;
|
|
1453
|
-
warning300: string;
|
|
1454
|
-
warning500: string;
|
|
1455
|
-
warning600: string;
|
|
1456
|
-
warning700: string;
|
|
1457
|
-
info: string;
|
|
1458
|
-
info100: string;
|
|
1459
|
-
info300: string;
|
|
1460
|
-
info500: string;
|
|
1461
|
-
info600: string;
|
|
1462
|
-
info700: string;
|
|
1463
|
-
success100: string;
|
|
1464
|
-
success300: string;
|
|
1465
|
-
success500: string;
|
|
1466
|
-
success600: string;
|
|
1467
|
-
success700: string;
|
|
1468
|
-
background: string;
|
|
1469
|
-
foreground: string;
|
|
1470
|
-
};
|
|
1471
|
-
space: {
|
|
1472
|
-
0: string;
|
|
1473
|
-
5: string;
|
|
1474
|
-
10: string;
|
|
1475
|
-
15: string;
|
|
1476
|
-
20: string;
|
|
1477
|
-
25: string;
|
|
1478
|
-
30: string;
|
|
1479
|
-
40: string;
|
|
1480
|
-
46: string;
|
|
1481
|
-
50: string;
|
|
1482
|
-
60: string;
|
|
1483
|
-
70: string;
|
|
1484
|
-
80: string;
|
|
1485
|
-
90: string;
|
|
1486
|
-
100: string;
|
|
1487
|
-
2: string;
|
|
1488
|
-
4: string;
|
|
1489
|
-
6: string;
|
|
1490
|
-
8: string;
|
|
1491
|
-
12: string;
|
|
1492
|
-
16: string;
|
|
1493
|
-
24: string;
|
|
1494
|
-
28: string;
|
|
1495
|
-
32: string;
|
|
1496
|
-
};
|
|
1497
|
-
radii: {
|
|
1498
|
-
xs: string;
|
|
1499
|
-
sm: string;
|
|
1500
|
-
xm: string;
|
|
1501
|
-
md: string;
|
|
1502
|
-
xl: string;
|
|
1503
|
-
lg: string;
|
|
1504
|
-
primary: string;
|
|
1505
|
-
secondary: string;
|
|
1506
|
-
};
|
|
1507
|
-
fontSizes: {
|
|
1508
|
-
10: string;
|
|
1509
|
-
12: string;
|
|
1510
|
-
14: string;
|
|
1511
|
-
16: string;
|
|
1512
|
-
18: string;
|
|
1513
|
-
20: string;
|
|
1514
|
-
22: string;
|
|
1515
|
-
24: string;
|
|
1516
|
-
28: string;
|
|
1517
|
-
32: string;
|
|
1518
|
-
36: string;
|
|
1519
|
-
40: string;
|
|
1520
|
-
48: string;
|
|
1521
|
-
};
|
|
1522
|
-
fonts: {
|
|
1523
|
-
primary: string;
|
|
1524
|
-
widget: string;
|
|
1525
|
-
};
|
|
1526
|
-
fontWeights: {
|
|
1527
|
-
regular: number;
|
|
1528
|
-
medium: number;
|
|
1529
|
-
semiBold: number;
|
|
1530
|
-
bold: number;
|
|
1531
|
-
};
|
|
1532
|
-
lineHeights: {
|
|
1533
|
-
12: string;
|
|
1534
|
-
16: string;
|
|
1535
|
-
20: string;
|
|
1536
|
-
24: string;
|
|
1537
|
-
26: string;
|
|
1538
|
-
28: string;
|
|
1539
|
-
30: string;
|
|
1540
|
-
36: string;
|
|
1541
|
-
40: string;
|
|
1542
|
-
44: string;
|
|
1543
|
-
52: string;
|
|
1544
|
-
64: string;
|
|
1545
|
-
};
|
|
1546
|
-
letterSpacings: {};
|
|
1547
|
-
sizes: {
|
|
1548
|
-
4: string;
|
|
1549
|
-
6: string;
|
|
1550
|
-
8: string;
|
|
1551
|
-
12: string;
|
|
1552
|
-
16: string;
|
|
1553
|
-
18: string;
|
|
1554
|
-
20: string;
|
|
1555
|
-
24: string;
|
|
1556
|
-
28: string;
|
|
1557
|
-
32: string;
|
|
1558
|
-
36: string;
|
|
1559
|
-
40: string;
|
|
1560
|
-
45: string;
|
|
1561
|
-
48: string;
|
|
1562
|
-
};
|
|
1563
|
-
borderWidths: {};
|
|
1564
|
-
borderStyles: {};
|
|
1565
|
-
shadows: {
|
|
1566
|
-
s: string;
|
|
1567
|
-
};
|
|
1568
|
-
zIndices: {};
|
|
1569
|
-
transitions: {};
|
|
1570
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1571
943
|
//# sourceMappingURL=SwapDetails.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetails.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
1
|
+
{"version":3,"file":"SwapDetails.styles.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetails/SwapDetails.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAuCpB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIpB,CAAC;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIjB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK/B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetailsCompleteModal.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsCompleteModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAWvE,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"SwapDetailsCompleteModal.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsCompleteModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAWvE,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,sBAAsB,qBAoFrE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetailsModal.WalletState.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AAIxE,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"SwapDetailsModal.WalletState.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AAIxE,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,eAAO,MAAM,kBAAkB,UAAW,uBAAuB,sBAuBhE,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { ModalNetworkValueTypes } from './SwapDetailsModal.types';
|
|
2
|
-
import { PendingSwapNetworkStatus } from 'rango-
|
|
2
|
+
import { PendingSwapNetworkStatus } from '@rango-dev/queue-manager-rango-preset';
|
|
3
3
|
export declare const modalNetworkValues: Record<Exclude<PendingSwapNetworkStatus, PendingSwapNetworkStatus.WaitingForQueue>, ModalNetworkValueTypes>;
|
|
4
4
|
//# sourceMappingURL=SwapDetailsModal.helpers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetailsModal.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAGvE,OAAO,EAAE,wBAAwB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"SwapDetailsModal.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAGvE,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;AAEjF,eAAO,MAAM,kBAAkB,EAAE,MAAM,CACrC,OAAO,CAAC,wBAAwB,EAAE,wBAAwB,CAAC,eAAe,CAAC,EAC3E,sBAAsB,CAcvB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { PendingSwapNetworkStatus } from '@rango-dev/queue-manager-rango-preset';
|
|
1
2
|
import type { WalletType } from '@rango-dev/wallets-shared';
|
|
2
|
-
import type { PendingSwapNetworkStatus } from 'rango-types';
|
|
3
3
|
export type ModalState = Exclude<PendingSwapNetworkStatus, PendingSwapNetworkStatus.WaitingForQueue> | 'delete' | 'cancel' | null;
|
|
4
4
|
type WalletTypeAndAddress = {
|
|
5
5
|
walletType: WalletType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapDetailsModal.types.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"SwapDetailsModal.types.d.ts","sourceRoot":"","sources":["../../../src/components/SwapDetailsModal/SwapDetailsModal.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;AACtF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAE5D,MAAM,MAAM,UAAU,GAClB,OAAO,CAAC,wBAAwB,EAAE,wBAAwB,CAAC,eAAe,CAAC,GAC3E,QAAQ,GACR,QAAQ,GACR,IAAI,CAAC;AACT,KAAK,oBAAoB,GAAG;IAC1B,UAAU,EAAE,UAAU,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AACF,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,EAAE,UAAU,CAAC;IAClB,iBAAiB,EAAE,oBAAoB,GAAG,IAAI,CAAC;IAC/C,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE;QACL,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,KAAK,EAAE;QACL,WAAW,EAAE,MAAM,CAAC;QACpB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;IACxC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,uBAAwB,SAAQ,sBAAsB;IACrE,iBAAiB,EAAE,oBAAoB,GAAG,IAAI,CAAC;IAC/C,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,cAAc,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;AAE9E,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,cAAc,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapsGroup.d.ts","sourceRoot":"","sources":["../../../src/components/SwapsGroup/SwapsGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAIpD,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,wBAAgB,UAAU,CAAC,KAAK,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"SwapsGroup.d.ts","sourceRoot":"","sources":["../../../src/components/SwapsGroup/SwapsGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAIpD,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,wBAAgB,UAAU,CAAC,KAAK,EAAE,SAAS,qBAmH1C"}
|