@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
|
@@ -476,479 +476,7 @@ 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
|
|
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, {}>>;
|
|
794
|
-
export declare const Trigger: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
795
|
-
sm: string;
|
|
796
|
-
md: string;
|
|
797
|
-
lg: string;
|
|
798
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
799
|
-
sm: string;
|
|
800
|
-
md: string;
|
|
801
|
-
lg: string;
|
|
802
|
-
}, {
|
|
803
|
-
colors: {
|
|
804
|
-
primary: string;
|
|
805
|
-
primary500: string;
|
|
806
|
-
primary600: string;
|
|
807
|
-
secondary: string;
|
|
808
|
-
secondary100: string;
|
|
809
|
-
secondary200: string;
|
|
810
|
-
secondary300: string;
|
|
811
|
-
secondary400: string;
|
|
812
|
-
secondary500: string;
|
|
813
|
-
secondary600: string;
|
|
814
|
-
secondary700: string;
|
|
815
|
-
secondary800: string;
|
|
816
|
-
secondary900: string;
|
|
817
|
-
neutral: string;
|
|
818
|
-
neutral100: string;
|
|
819
|
-
neutral200: string;
|
|
820
|
-
neutral300: string;
|
|
821
|
-
neutral400: string;
|
|
822
|
-
neutral500: string;
|
|
823
|
-
neutral600: string;
|
|
824
|
-
neutral700: string;
|
|
825
|
-
neutral800: string;
|
|
826
|
-
neutral900: string;
|
|
827
|
-
error100: string;
|
|
828
|
-
error300: string;
|
|
829
|
-
error500: string;
|
|
830
|
-
error600: string;
|
|
831
|
-
error700: string;
|
|
832
|
-
warning100: string;
|
|
833
|
-
warning300: string;
|
|
834
|
-
warning500: string;
|
|
835
|
-
warning600: string;
|
|
836
|
-
warning700: string;
|
|
837
|
-
info: string;
|
|
838
|
-
info100: string;
|
|
839
|
-
info300: string;
|
|
840
|
-
info500: string;
|
|
841
|
-
info600: string;
|
|
842
|
-
info700: string;
|
|
843
|
-
success100: string;
|
|
844
|
-
success300: string;
|
|
845
|
-
success500: string;
|
|
846
|
-
success600: string;
|
|
847
|
-
success700: string;
|
|
848
|
-
background: string;
|
|
849
|
-
foreground: string;
|
|
850
|
-
};
|
|
851
|
-
space: {
|
|
852
|
-
0: string;
|
|
853
|
-
5: string;
|
|
854
|
-
10: string;
|
|
855
|
-
15: string;
|
|
856
|
-
20: string;
|
|
857
|
-
25: string;
|
|
858
|
-
30: string;
|
|
859
|
-
40: string;
|
|
860
|
-
46: string;
|
|
861
|
-
50: string;
|
|
862
|
-
60: string;
|
|
863
|
-
70: string;
|
|
864
|
-
80: string;
|
|
865
|
-
90: string;
|
|
866
|
-
100: string;
|
|
867
|
-
2: string;
|
|
868
|
-
4: string;
|
|
869
|
-
6: string;
|
|
870
|
-
8: string;
|
|
871
|
-
12: string;
|
|
872
|
-
16: string;
|
|
873
|
-
24: string;
|
|
874
|
-
28: string;
|
|
875
|
-
32: string;
|
|
876
|
-
};
|
|
877
|
-
radii: {
|
|
878
|
-
xs: string;
|
|
879
|
-
sm: string;
|
|
880
|
-
xm: string;
|
|
881
|
-
md: string;
|
|
882
|
-
xl: string;
|
|
883
|
-
lg: string;
|
|
884
|
-
primary: string;
|
|
885
|
-
secondary: string;
|
|
886
|
-
};
|
|
887
|
-
fontSizes: {
|
|
888
|
-
10: string;
|
|
889
|
-
12: string;
|
|
890
|
-
14: string;
|
|
891
|
-
16: string;
|
|
892
|
-
18: string;
|
|
893
|
-
20: string;
|
|
894
|
-
22: string;
|
|
895
|
-
24: string;
|
|
896
|
-
28: string;
|
|
897
|
-
32: string;
|
|
898
|
-
36: string;
|
|
899
|
-
40: string;
|
|
900
|
-
48: string;
|
|
901
|
-
};
|
|
902
|
-
fonts: {
|
|
903
|
-
primary: string;
|
|
904
|
-
widget: string;
|
|
905
|
-
};
|
|
906
|
-
fontWeights: {
|
|
907
|
-
regular: number;
|
|
908
|
-
medium: number;
|
|
909
|
-
semiBold: number;
|
|
910
|
-
bold: number;
|
|
911
|
-
};
|
|
912
|
-
lineHeights: {
|
|
913
|
-
12: string;
|
|
914
|
-
16: string;
|
|
915
|
-
20: string;
|
|
916
|
-
24: string;
|
|
917
|
-
26: string;
|
|
918
|
-
28: string;
|
|
919
|
-
30: string;
|
|
920
|
-
36: string;
|
|
921
|
-
40: string;
|
|
922
|
-
44: string;
|
|
923
|
-
52: string;
|
|
924
|
-
64: string;
|
|
925
|
-
};
|
|
926
|
-
letterSpacings: {};
|
|
927
|
-
sizes: {
|
|
928
|
-
4: string;
|
|
929
|
-
6: string;
|
|
930
|
-
8: string;
|
|
931
|
-
12: string;
|
|
932
|
-
16: string;
|
|
933
|
-
18: string;
|
|
934
|
-
20: string;
|
|
935
|
-
24: string;
|
|
936
|
-
28: string;
|
|
937
|
-
32: string;
|
|
938
|
-
36: string;
|
|
939
|
-
40: string;
|
|
940
|
-
45: string;
|
|
941
|
-
48: string;
|
|
942
|
-
};
|
|
943
|
-
borderWidths: {};
|
|
944
|
-
borderStyles: {};
|
|
945
|
-
shadows: {
|
|
946
|
-
s: string;
|
|
947
|
-
};
|
|
948
|
-
zIndices: {};
|
|
949
|
-
transitions: {};
|
|
950
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
951
|
-
export declare const ShowMoreHeader: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
479
|
+
export declare const Trigger: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
952
480
|
sm: string;
|
|
953
481
|
md: string;
|
|
954
482
|
lg: string;
|
|
@@ -1105,9 +633,7 @@ export declare const ShowMoreHeader: import("@stitches/react/types/styled-compon
|
|
|
1105
633
|
zIndices: {};
|
|
1106
634
|
transitions: {};
|
|
1107
635
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1108
|
-
export declare const
|
|
1109
|
-
children?: import("react").ReactNode;
|
|
1110
|
-
} & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
636
|
+
export declare const ShowMoreHeader: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
1111
637
|
sm: string;
|
|
1112
638
|
md: string;
|
|
1113
639
|
lg: string;
|
|
@@ -1264,7 +790,9 @@ export declare const NavigateBack: import("@stitches/react/types/styled-componen
|
|
|
1264
790
|
zIndices: {};
|
|
1265
791
|
transitions: {};
|
|
1266
792
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1267
|
-
export declare const
|
|
793
|
+
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 & {
|
|
794
|
+
children?: import("react").ReactNode;
|
|
795
|
+
} & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
1268
796
|
sm: string;
|
|
1269
797
|
md: string;
|
|
1270
798
|
lg: string;
|
|
@@ -1421,7 +949,7 @@ export declare const WalletsContainer: import("@stitches/react/types/styled-comp
|
|
|
1421
949
|
zIndices: {};
|
|
1422
950
|
transitions: {};
|
|
1423
951
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1424
|
-
export declare const
|
|
952
|
+
export declare const WalletsContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
1425
953
|
sm: string;
|
|
1426
954
|
md: string;
|
|
1427
955
|
lg: string;
|
|
@@ -1753,7 +1281,7 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
|
|
|
1753
1281
|
accessKey?: string | undefined;
|
|
1754
1282
|
autoFocus?: boolean | undefined;
|
|
1755
1283
|
className?: string | undefined;
|
|
1756
|
-
contentEditable?: boolean | "inherit" | "true" | "false" |
|
|
1284
|
+
contentEditable?: boolean | "inherit" | "true" | "false" | undefined;
|
|
1757
1285
|
contextMenu?: string | undefined;
|
|
1758
1286
|
dir?: string | undefined;
|
|
1759
1287
|
draggable?: boolean | "true" | "false" | undefined;
|
|
@@ -1785,61 +1313,61 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
|
|
|
1785
1313
|
results?: number | undefined;
|
|
1786
1314
|
security?: string | undefined;
|
|
1787
1315
|
unselectable?: "on" | "off" | undefined;
|
|
1788
|
-
inputMode?: "search" | "
|
|
1316
|
+
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1789
1317
|
is?: string | undefined;
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1318
|
+
'aria-activedescendant'?: string | undefined;
|
|
1319
|
+
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
|
1320
|
+
'aria-autocomplete'?: "both" | "none" | "inline" | "list" | undefined;
|
|
1321
|
+
'aria-braillelabel'?: string | undefined;
|
|
1322
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
1323
|
+
'aria-busy'?: boolean | "true" | "false" | undefined;
|
|
1324
|
+
'aria-checked'?: boolean | "mixed" | "true" | "false" | undefined;
|
|
1325
|
+
'aria-colcount'?: number | undefined;
|
|
1326
|
+
'aria-colindex'?: number | undefined;
|
|
1327
|
+
'aria-colindextext'?: string | undefined;
|
|
1328
|
+
'aria-colspan'?: number | undefined;
|
|
1329
|
+
'aria-controls'?: string | undefined;
|
|
1330
|
+
'aria-current'?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
|
|
1331
|
+
'aria-describedby'?: string | undefined;
|
|
1332
|
+
'aria-description'?: string | undefined;
|
|
1333
|
+
'aria-details'?: string | undefined;
|
|
1334
|
+
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
|
1335
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1336
|
+
'aria-errormessage'?: string | undefined;
|
|
1337
|
+
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
|
1338
|
+
'aria-flowto'?: string | undefined;
|
|
1339
|
+
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
|
1340
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "true" | "false" | "tree" | undefined;
|
|
1341
|
+
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
|
1342
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1343
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
1344
|
+
'aria-label'?: string | undefined;
|
|
1345
|
+
'aria-labelledby'?: string | undefined;
|
|
1346
|
+
'aria-level'?: number | undefined;
|
|
1347
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
1348
|
+
'aria-modal'?: boolean | "true" | "false" | undefined;
|
|
1349
|
+
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
|
1350
|
+
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
|
1351
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1352
|
+
'aria-owns'?: string | undefined;
|
|
1353
|
+
'aria-placeholder'?: string | undefined;
|
|
1354
|
+
'aria-posinset'?: number | undefined;
|
|
1355
|
+
'aria-pressed'?: boolean | "mixed" | "true" | "false" | undefined;
|
|
1356
|
+
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
|
1357
|
+
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1358
|
+
'aria-required'?: boolean | "true" | "false" | undefined;
|
|
1359
|
+
'aria-roledescription'?: string | undefined;
|
|
1360
|
+
'aria-rowcount'?: number | undefined;
|
|
1361
|
+
'aria-rowindex'?: number | undefined;
|
|
1362
|
+
'aria-rowindextext'?: string | undefined;
|
|
1363
|
+
'aria-rowspan'?: number | undefined;
|
|
1364
|
+
'aria-selected'?: boolean | "true" | "false" | undefined;
|
|
1365
|
+
'aria-setsize'?: number | undefined;
|
|
1366
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1367
|
+
'aria-valuemax'?: number | undefined;
|
|
1368
|
+
'aria-valuemin'?: number | undefined;
|
|
1369
|
+
'aria-valuenow'?: number | undefined;
|
|
1370
|
+
'aria-valuetext'?: string | undefined;
|
|
1843
1371
|
dangerouslySetInnerHTML?: {
|
|
1844
1372
|
__html: string | TrustedHTML;
|
|
1845
1373
|
} | undefined;
|
|
@@ -2008,7 +1536,7 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
|
|
|
2008
1536
|
} & {
|
|
2009
1537
|
size?: "small" | "medium" | "large" | "xsmall" | "xxsmall" | undefined;
|
|
2010
1538
|
variant?: "default" | "contained" | "outlined" | "ghost" | undefined;
|
|
2011
|
-
type?: "success" | "
|
|
1539
|
+
type?: "success" | "primary" | "secondary" | "error" | "warning" | undefined;
|
|
2012
1540
|
loading?: boolean | undefined;
|
|
2013
1541
|
disabled?: boolean | undefined;
|
|
2014
1542
|
prefix?: import("react").ReactNode;
|
|
@@ -2330,163 +1858,6 @@ export declare const CustomDestination: import("@stitches/react/types/styled-com
|
|
|
2330
1858
|
zIndices: {};
|
|
2331
1859
|
transitions: {};
|
|
2332
1860
|
}, 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, {}>>;
|
|
2490
1861
|
export declare const ExpandedIcon: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
2491
1862
|
orientation?: "down" | "up" | undefined;
|
|
2492
1863
|
}, {
|