@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
|
@@ -1,788 +0,0 @@
|
|
|
1
|
-
export declare const PositionTopAlerts: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
2
|
-
sm: string;
|
|
3
|
-
md: string;
|
|
4
|
-
lg: string;
|
|
5
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
6
|
-
sm: string;
|
|
7
|
-
md: string;
|
|
8
|
-
lg: string;
|
|
9
|
-
}, {
|
|
10
|
-
colors: {
|
|
11
|
-
primary: string;
|
|
12
|
-
primary500: string;
|
|
13
|
-
primary600: string;
|
|
14
|
-
secondary: string;
|
|
15
|
-
secondary100: string;
|
|
16
|
-
secondary200: string;
|
|
17
|
-
secondary300: string;
|
|
18
|
-
secondary400: string;
|
|
19
|
-
secondary500: string;
|
|
20
|
-
secondary600: string;
|
|
21
|
-
secondary700: string;
|
|
22
|
-
secondary800: string;
|
|
23
|
-
secondary900: string;
|
|
24
|
-
neutral: string;
|
|
25
|
-
neutral100: string;
|
|
26
|
-
neutral200: string;
|
|
27
|
-
neutral300: string;
|
|
28
|
-
neutral400: string;
|
|
29
|
-
neutral500: string;
|
|
30
|
-
neutral600: string;
|
|
31
|
-
neutral700: string;
|
|
32
|
-
neutral800: string;
|
|
33
|
-
neutral900: string;
|
|
34
|
-
error100: string;
|
|
35
|
-
error300: string;
|
|
36
|
-
error500: string;
|
|
37
|
-
error600: string;
|
|
38
|
-
error700: string;
|
|
39
|
-
warning100: string;
|
|
40
|
-
warning300: string;
|
|
41
|
-
warning500: string;
|
|
42
|
-
warning600: string;
|
|
43
|
-
warning700: string;
|
|
44
|
-
info: string;
|
|
45
|
-
info100: string;
|
|
46
|
-
info300: string;
|
|
47
|
-
info500: string;
|
|
48
|
-
info600: string;
|
|
49
|
-
info700: string;
|
|
50
|
-
success100: string;
|
|
51
|
-
success300: string;
|
|
52
|
-
success500: string;
|
|
53
|
-
success600: string;
|
|
54
|
-
success700: string;
|
|
55
|
-
background: string;
|
|
56
|
-
foreground: string;
|
|
57
|
-
};
|
|
58
|
-
space: {
|
|
59
|
-
0: string;
|
|
60
|
-
5: string;
|
|
61
|
-
10: string;
|
|
62
|
-
15: string;
|
|
63
|
-
20: string;
|
|
64
|
-
25: string;
|
|
65
|
-
30: string;
|
|
66
|
-
40: string;
|
|
67
|
-
46: string;
|
|
68
|
-
50: string;
|
|
69
|
-
60: string;
|
|
70
|
-
70: string;
|
|
71
|
-
80: string;
|
|
72
|
-
90: string;
|
|
73
|
-
100: string;
|
|
74
|
-
2: string;
|
|
75
|
-
4: string;
|
|
76
|
-
6: string;
|
|
77
|
-
8: string;
|
|
78
|
-
12: string;
|
|
79
|
-
16: string;
|
|
80
|
-
24: string;
|
|
81
|
-
28: string;
|
|
82
|
-
32: string;
|
|
83
|
-
};
|
|
84
|
-
radii: {
|
|
85
|
-
xs: string;
|
|
86
|
-
sm: string;
|
|
87
|
-
xm: string;
|
|
88
|
-
md: string;
|
|
89
|
-
xl: string;
|
|
90
|
-
lg: string;
|
|
91
|
-
primary: string;
|
|
92
|
-
secondary: string;
|
|
93
|
-
};
|
|
94
|
-
fontSizes: {
|
|
95
|
-
10: string;
|
|
96
|
-
12: string;
|
|
97
|
-
14: string;
|
|
98
|
-
16: string;
|
|
99
|
-
18: string;
|
|
100
|
-
20: string;
|
|
101
|
-
22: string;
|
|
102
|
-
24: string;
|
|
103
|
-
28: string;
|
|
104
|
-
32: string;
|
|
105
|
-
36: string;
|
|
106
|
-
40: string;
|
|
107
|
-
48: string;
|
|
108
|
-
};
|
|
109
|
-
fonts: {
|
|
110
|
-
primary: string;
|
|
111
|
-
widget: string;
|
|
112
|
-
};
|
|
113
|
-
fontWeights: {
|
|
114
|
-
regular: number;
|
|
115
|
-
medium: number;
|
|
116
|
-
semiBold: number;
|
|
117
|
-
bold: number;
|
|
118
|
-
};
|
|
119
|
-
lineHeights: {
|
|
120
|
-
12: string;
|
|
121
|
-
16: string;
|
|
122
|
-
20: string;
|
|
123
|
-
24: string;
|
|
124
|
-
26: string;
|
|
125
|
-
28: string;
|
|
126
|
-
30: string;
|
|
127
|
-
36: string;
|
|
128
|
-
40: string;
|
|
129
|
-
44: string;
|
|
130
|
-
52: string;
|
|
131
|
-
64: string;
|
|
132
|
-
};
|
|
133
|
-
letterSpacings: {};
|
|
134
|
-
sizes: {
|
|
135
|
-
4: string;
|
|
136
|
-
6: string;
|
|
137
|
-
8: string;
|
|
138
|
-
12: string;
|
|
139
|
-
16: string;
|
|
140
|
-
18: string;
|
|
141
|
-
20: string;
|
|
142
|
-
24: string;
|
|
143
|
-
28: string;
|
|
144
|
-
32: string;
|
|
145
|
-
36: string;
|
|
146
|
-
40: string;
|
|
147
|
-
45: string;
|
|
148
|
-
48: string;
|
|
149
|
-
};
|
|
150
|
-
borderWidths: {};
|
|
151
|
-
borderStyles: {};
|
|
152
|
-
shadows: {
|
|
153
|
-
s: string;
|
|
154
|
-
};
|
|
155
|
-
zIndices: {};
|
|
156
|
-
transitions: {};
|
|
157
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
158
|
-
export declare const QuoteContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
159
|
-
sm: string;
|
|
160
|
-
md: string;
|
|
161
|
-
lg: string;
|
|
162
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
163
|
-
sm: string;
|
|
164
|
-
md: string;
|
|
165
|
-
lg: string;
|
|
166
|
-
}, {
|
|
167
|
-
colors: {
|
|
168
|
-
primary: string;
|
|
169
|
-
primary500: string;
|
|
170
|
-
primary600: string;
|
|
171
|
-
secondary: string;
|
|
172
|
-
secondary100: string;
|
|
173
|
-
secondary200: string;
|
|
174
|
-
secondary300: string;
|
|
175
|
-
secondary400: string;
|
|
176
|
-
secondary500: string;
|
|
177
|
-
secondary600: string;
|
|
178
|
-
secondary700: string;
|
|
179
|
-
secondary800: string;
|
|
180
|
-
secondary900: string;
|
|
181
|
-
neutral: string;
|
|
182
|
-
neutral100: string;
|
|
183
|
-
neutral200: string;
|
|
184
|
-
neutral300: string;
|
|
185
|
-
neutral400: string;
|
|
186
|
-
neutral500: string;
|
|
187
|
-
neutral600: string;
|
|
188
|
-
neutral700: string;
|
|
189
|
-
neutral800: string;
|
|
190
|
-
neutral900: string;
|
|
191
|
-
error100: string;
|
|
192
|
-
error300: string;
|
|
193
|
-
error500: string;
|
|
194
|
-
error600: string;
|
|
195
|
-
error700: string;
|
|
196
|
-
warning100: string;
|
|
197
|
-
warning300: string;
|
|
198
|
-
warning500: string;
|
|
199
|
-
warning600: string;
|
|
200
|
-
warning700: string;
|
|
201
|
-
info: string;
|
|
202
|
-
info100: string;
|
|
203
|
-
info300: string;
|
|
204
|
-
info500: string;
|
|
205
|
-
info600: string;
|
|
206
|
-
info700: string;
|
|
207
|
-
success100: string;
|
|
208
|
-
success300: string;
|
|
209
|
-
success500: string;
|
|
210
|
-
success600: string;
|
|
211
|
-
success700: string;
|
|
212
|
-
background: string;
|
|
213
|
-
foreground: string;
|
|
214
|
-
};
|
|
215
|
-
space: {
|
|
216
|
-
0: string;
|
|
217
|
-
5: string;
|
|
218
|
-
10: string;
|
|
219
|
-
15: string;
|
|
220
|
-
20: string;
|
|
221
|
-
25: string;
|
|
222
|
-
30: string;
|
|
223
|
-
40: string;
|
|
224
|
-
46: string;
|
|
225
|
-
50: string;
|
|
226
|
-
60: string;
|
|
227
|
-
70: string;
|
|
228
|
-
80: string;
|
|
229
|
-
90: string;
|
|
230
|
-
100: string;
|
|
231
|
-
2: string;
|
|
232
|
-
4: string;
|
|
233
|
-
6: string;
|
|
234
|
-
8: string;
|
|
235
|
-
12: string;
|
|
236
|
-
16: string;
|
|
237
|
-
24: string;
|
|
238
|
-
28: string;
|
|
239
|
-
32: string;
|
|
240
|
-
};
|
|
241
|
-
radii: {
|
|
242
|
-
xs: string;
|
|
243
|
-
sm: string;
|
|
244
|
-
xm: string;
|
|
245
|
-
md: string;
|
|
246
|
-
xl: string;
|
|
247
|
-
lg: string;
|
|
248
|
-
primary: string;
|
|
249
|
-
secondary: string;
|
|
250
|
-
};
|
|
251
|
-
fontSizes: {
|
|
252
|
-
10: string;
|
|
253
|
-
12: string;
|
|
254
|
-
14: string;
|
|
255
|
-
16: string;
|
|
256
|
-
18: string;
|
|
257
|
-
20: string;
|
|
258
|
-
22: string;
|
|
259
|
-
24: string;
|
|
260
|
-
28: string;
|
|
261
|
-
32: string;
|
|
262
|
-
36: string;
|
|
263
|
-
40: string;
|
|
264
|
-
48: string;
|
|
265
|
-
};
|
|
266
|
-
fonts: {
|
|
267
|
-
primary: string;
|
|
268
|
-
widget: string;
|
|
269
|
-
};
|
|
270
|
-
fontWeights: {
|
|
271
|
-
regular: number;
|
|
272
|
-
medium: number;
|
|
273
|
-
semiBold: number;
|
|
274
|
-
bold: number;
|
|
275
|
-
};
|
|
276
|
-
lineHeights: {
|
|
277
|
-
12: string;
|
|
278
|
-
16: string;
|
|
279
|
-
20: string;
|
|
280
|
-
24: string;
|
|
281
|
-
26: string;
|
|
282
|
-
28: string;
|
|
283
|
-
30: string;
|
|
284
|
-
36: string;
|
|
285
|
-
40: string;
|
|
286
|
-
44: string;
|
|
287
|
-
52: string;
|
|
288
|
-
64: string;
|
|
289
|
-
};
|
|
290
|
-
letterSpacings: {};
|
|
291
|
-
sizes: {
|
|
292
|
-
4: string;
|
|
293
|
-
6: string;
|
|
294
|
-
8: string;
|
|
295
|
-
12: string;
|
|
296
|
-
16: string;
|
|
297
|
-
18: string;
|
|
298
|
-
20: string;
|
|
299
|
-
24: string;
|
|
300
|
-
28: string;
|
|
301
|
-
32: string;
|
|
302
|
-
36: string;
|
|
303
|
-
40: string;
|
|
304
|
-
45: string;
|
|
305
|
-
48: string;
|
|
306
|
-
};
|
|
307
|
-
borderWidths: {};
|
|
308
|
-
borderStyles: {};
|
|
309
|
-
shadows: {
|
|
310
|
-
s: string;
|
|
311
|
-
};
|
|
312
|
-
zIndices: {};
|
|
313
|
-
transitions: {};
|
|
314
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
315
|
-
export declare const SkeletonContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
316
|
-
paddingTop?: boolean | "true" | undefined;
|
|
317
|
-
}, {
|
|
318
|
-
sm: string;
|
|
319
|
-
md: string;
|
|
320
|
-
lg: string;
|
|
321
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
322
|
-
sm: string;
|
|
323
|
-
md: string;
|
|
324
|
-
lg: string;
|
|
325
|
-
}, {
|
|
326
|
-
colors: {
|
|
327
|
-
primary: string;
|
|
328
|
-
primary500: string;
|
|
329
|
-
primary600: string;
|
|
330
|
-
secondary: string;
|
|
331
|
-
secondary100: string;
|
|
332
|
-
secondary200: string;
|
|
333
|
-
secondary300: string;
|
|
334
|
-
secondary400: string;
|
|
335
|
-
secondary500: string;
|
|
336
|
-
secondary600: string;
|
|
337
|
-
secondary700: string;
|
|
338
|
-
secondary800: string;
|
|
339
|
-
secondary900: string;
|
|
340
|
-
neutral: string;
|
|
341
|
-
neutral100: string;
|
|
342
|
-
neutral200: string;
|
|
343
|
-
neutral300: string;
|
|
344
|
-
neutral400: string;
|
|
345
|
-
neutral500: string;
|
|
346
|
-
neutral600: string;
|
|
347
|
-
neutral700: string;
|
|
348
|
-
neutral800: string;
|
|
349
|
-
neutral900: string;
|
|
350
|
-
error100: string;
|
|
351
|
-
error300: string;
|
|
352
|
-
error500: string;
|
|
353
|
-
error600: string;
|
|
354
|
-
error700: string;
|
|
355
|
-
warning100: string;
|
|
356
|
-
warning300: string;
|
|
357
|
-
warning500: string;
|
|
358
|
-
warning600: string;
|
|
359
|
-
warning700: string;
|
|
360
|
-
info: string;
|
|
361
|
-
info100: string;
|
|
362
|
-
info300: string;
|
|
363
|
-
info500: string;
|
|
364
|
-
info600: string;
|
|
365
|
-
info700: string;
|
|
366
|
-
success100: string;
|
|
367
|
-
success300: string;
|
|
368
|
-
success500: string;
|
|
369
|
-
success600: string;
|
|
370
|
-
success700: string;
|
|
371
|
-
background: string;
|
|
372
|
-
foreground: string;
|
|
373
|
-
};
|
|
374
|
-
space: {
|
|
375
|
-
0: string;
|
|
376
|
-
5: string;
|
|
377
|
-
10: string;
|
|
378
|
-
15: string;
|
|
379
|
-
20: string;
|
|
380
|
-
25: string;
|
|
381
|
-
30: string;
|
|
382
|
-
40: string;
|
|
383
|
-
46: string;
|
|
384
|
-
50: string;
|
|
385
|
-
60: string;
|
|
386
|
-
70: string;
|
|
387
|
-
80: string;
|
|
388
|
-
90: string;
|
|
389
|
-
100: string;
|
|
390
|
-
2: string;
|
|
391
|
-
4: string;
|
|
392
|
-
6: string;
|
|
393
|
-
8: string;
|
|
394
|
-
12: string;
|
|
395
|
-
16: string;
|
|
396
|
-
24: string;
|
|
397
|
-
28: string;
|
|
398
|
-
32: string;
|
|
399
|
-
};
|
|
400
|
-
radii: {
|
|
401
|
-
xs: string;
|
|
402
|
-
sm: string;
|
|
403
|
-
xm: string;
|
|
404
|
-
md: string;
|
|
405
|
-
xl: string;
|
|
406
|
-
lg: string;
|
|
407
|
-
primary: string;
|
|
408
|
-
secondary: string;
|
|
409
|
-
};
|
|
410
|
-
fontSizes: {
|
|
411
|
-
10: string;
|
|
412
|
-
12: string;
|
|
413
|
-
14: string;
|
|
414
|
-
16: string;
|
|
415
|
-
18: string;
|
|
416
|
-
20: string;
|
|
417
|
-
22: string;
|
|
418
|
-
24: string;
|
|
419
|
-
28: string;
|
|
420
|
-
32: string;
|
|
421
|
-
36: string;
|
|
422
|
-
40: string;
|
|
423
|
-
48: string;
|
|
424
|
-
};
|
|
425
|
-
fonts: {
|
|
426
|
-
primary: string;
|
|
427
|
-
widget: string;
|
|
428
|
-
};
|
|
429
|
-
fontWeights: {
|
|
430
|
-
regular: number;
|
|
431
|
-
medium: number;
|
|
432
|
-
semiBold: number;
|
|
433
|
-
bold: number;
|
|
434
|
-
};
|
|
435
|
-
lineHeights: {
|
|
436
|
-
12: string;
|
|
437
|
-
16: string;
|
|
438
|
-
20: string;
|
|
439
|
-
24: string;
|
|
440
|
-
26: string;
|
|
441
|
-
28: string;
|
|
442
|
-
30: string;
|
|
443
|
-
36: string;
|
|
444
|
-
40: string;
|
|
445
|
-
44: string;
|
|
446
|
-
52: string;
|
|
447
|
-
64: string;
|
|
448
|
-
};
|
|
449
|
-
letterSpacings: {};
|
|
450
|
-
sizes: {
|
|
451
|
-
4: string;
|
|
452
|
-
6: string;
|
|
453
|
-
8: string;
|
|
454
|
-
12: string;
|
|
455
|
-
16: string;
|
|
456
|
-
18: string;
|
|
457
|
-
20: string;
|
|
458
|
-
24: string;
|
|
459
|
-
28: string;
|
|
460
|
-
32: string;
|
|
461
|
-
36: string;
|
|
462
|
-
40: string;
|
|
463
|
-
45: string;
|
|
464
|
-
48: string;
|
|
465
|
-
};
|
|
466
|
-
borderWidths: {};
|
|
467
|
-
borderStyles: {};
|
|
468
|
-
shadows: {
|
|
469
|
-
s: string;
|
|
470
|
-
};
|
|
471
|
-
zIndices: {};
|
|
472
|
-
transitions: {};
|
|
473
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
474
|
-
export declare const FooterStepAlarm: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
475
|
-
sm: string;
|
|
476
|
-
md: string;
|
|
477
|
-
lg: string;
|
|
478
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
479
|
-
sm: string;
|
|
480
|
-
md: string;
|
|
481
|
-
lg: string;
|
|
482
|
-
}, {
|
|
483
|
-
colors: {
|
|
484
|
-
primary: string;
|
|
485
|
-
primary500: string;
|
|
486
|
-
primary600: string;
|
|
487
|
-
secondary: string;
|
|
488
|
-
secondary100: string;
|
|
489
|
-
secondary200: string;
|
|
490
|
-
secondary300: string;
|
|
491
|
-
secondary400: string;
|
|
492
|
-
secondary500: string;
|
|
493
|
-
secondary600: string;
|
|
494
|
-
secondary700: string;
|
|
495
|
-
secondary800: string;
|
|
496
|
-
secondary900: string;
|
|
497
|
-
neutral: string;
|
|
498
|
-
neutral100: string;
|
|
499
|
-
neutral200: string;
|
|
500
|
-
neutral300: string;
|
|
501
|
-
neutral400: string;
|
|
502
|
-
neutral500: string;
|
|
503
|
-
neutral600: string;
|
|
504
|
-
neutral700: string;
|
|
505
|
-
neutral800: string;
|
|
506
|
-
neutral900: string;
|
|
507
|
-
error100: string;
|
|
508
|
-
error300: string;
|
|
509
|
-
error500: string;
|
|
510
|
-
error600: string;
|
|
511
|
-
error700: string;
|
|
512
|
-
warning100: string;
|
|
513
|
-
warning300: string;
|
|
514
|
-
warning500: string;
|
|
515
|
-
warning600: string;
|
|
516
|
-
warning700: string;
|
|
517
|
-
info: string;
|
|
518
|
-
info100: string;
|
|
519
|
-
info300: string;
|
|
520
|
-
info500: string;
|
|
521
|
-
info600: string;
|
|
522
|
-
info700: string;
|
|
523
|
-
success100: string;
|
|
524
|
-
success300: string;
|
|
525
|
-
success500: string;
|
|
526
|
-
success600: string;
|
|
527
|
-
success700: string;
|
|
528
|
-
background: string;
|
|
529
|
-
foreground: string;
|
|
530
|
-
};
|
|
531
|
-
space: {
|
|
532
|
-
0: string;
|
|
533
|
-
5: string;
|
|
534
|
-
10: string;
|
|
535
|
-
15: string;
|
|
536
|
-
20: string;
|
|
537
|
-
25: string;
|
|
538
|
-
30: string;
|
|
539
|
-
40: string;
|
|
540
|
-
46: string;
|
|
541
|
-
50: string;
|
|
542
|
-
60: string;
|
|
543
|
-
70: string;
|
|
544
|
-
80: string;
|
|
545
|
-
90: string;
|
|
546
|
-
100: string;
|
|
547
|
-
2: string;
|
|
548
|
-
4: string;
|
|
549
|
-
6: string;
|
|
550
|
-
8: string;
|
|
551
|
-
12: string;
|
|
552
|
-
16: string;
|
|
553
|
-
24: string;
|
|
554
|
-
28: string;
|
|
555
|
-
32: string;
|
|
556
|
-
};
|
|
557
|
-
radii: {
|
|
558
|
-
xs: string;
|
|
559
|
-
sm: string;
|
|
560
|
-
xm: string;
|
|
561
|
-
md: string;
|
|
562
|
-
xl: string;
|
|
563
|
-
lg: string;
|
|
564
|
-
primary: string;
|
|
565
|
-
secondary: string;
|
|
566
|
-
};
|
|
567
|
-
fontSizes: {
|
|
568
|
-
10: string;
|
|
569
|
-
12: string;
|
|
570
|
-
14: string;
|
|
571
|
-
16: string;
|
|
572
|
-
18: string;
|
|
573
|
-
20: string;
|
|
574
|
-
22: string;
|
|
575
|
-
24: string;
|
|
576
|
-
28: string;
|
|
577
|
-
32: string;
|
|
578
|
-
36: string;
|
|
579
|
-
40: string;
|
|
580
|
-
48: string;
|
|
581
|
-
};
|
|
582
|
-
fonts: {
|
|
583
|
-
primary: string;
|
|
584
|
-
widget: string;
|
|
585
|
-
};
|
|
586
|
-
fontWeights: {
|
|
587
|
-
regular: number;
|
|
588
|
-
medium: number;
|
|
589
|
-
semiBold: number;
|
|
590
|
-
bold: number;
|
|
591
|
-
};
|
|
592
|
-
lineHeights: {
|
|
593
|
-
12: string;
|
|
594
|
-
16: string;
|
|
595
|
-
20: string;
|
|
596
|
-
24: string;
|
|
597
|
-
26: string;
|
|
598
|
-
28: string;
|
|
599
|
-
30: string;
|
|
600
|
-
36: string;
|
|
601
|
-
40: string;
|
|
602
|
-
44: string;
|
|
603
|
-
52: string;
|
|
604
|
-
64: string;
|
|
605
|
-
};
|
|
606
|
-
letterSpacings: {};
|
|
607
|
-
sizes: {
|
|
608
|
-
4: string;
|
|
609
|
-
6: string;
|
|
610
|
-
8: string;
|
|
611
|
-
12: string;
|
|
612
|
-
16: string;
|
|
613
|
-
18: string;
|
|
614
|
-
20: string;
|
|
615
|
-
24: string;
|
|
616
|
-
28: string;
|
|
617
|
-
32: string;
|
|
618
|
-
36: string;
|
|
619
|
-
40: string;
|
|
620
|
-
45: string;
|
|
621
|
-
48: string;
|
|
622
|
-
};
|
|
623
|
-
borderWidths: {};
|
|
624
|
-
borderStyles: {};
|
|
625
|
-
shadows: {
|
|
626
|
-
s: string;
|
|
627
|
-
};
|
|
628
|
-
zIndices: {};
|
|
629
|
-
transitions: {};
|
|
630
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
631
|
-
export declare const FooterAlert: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
632
|
-
sm: string;
|
|
633
|
-
md: string;
|
|
634
|
-
lg: string;
|
|
635
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
636
|
-
sm: string;
|
|
637
|
-
md: string;
|
|
638
|
-
lg: string;
|
|
639
|
-
}, {
|
|
640
|
-
colors: {
|
|
641
|
-
primary: string;
|
|
642
|
-
primary500: string;
|
|
643
|
-
primary600: string;
|
|
644
|
-
secondary: string;
|
|
645
|
-
secondary100: string;
|
|
646
|
-
secondary200: string;
|
|
647
|
-
secondary300: string;
|
|
648
|
-
secondary400: string;
|
|
649
|
-
secondary500: string;
|
|
650
|
-
secondary600: string;
|
|
651
|
-
secondary700: string;
|
|
652
|
-
secondary800: string;
|
|
653
|
-
secondary900: string;
|
|
654
|
-
neutral: string;
|
|
655
|
-
neutral100: string;
|
|
656
|
-
neutral200: string;
|
|
657
|
-
neutral300: string;
|
|
658
|
-
neutral400: string;
|
|
659
|
-
neutral500: string;
|
|
660
|
-
neutral600: string;
|
|
661
|
-
neutral700: string;
|
|
662
|
-
neutral800: string;
|
|
663
|
-
neutral900: string;
|
|
664
|
-
error100: string;
|
|
665
|
-
error300: string;
|
|
666
|
-
error500: string;
|
|
667
|
-
error600: string;
|
|
668
|
-
error700: string;
|
|
669
|
-
warning100: string;
|
|
670
|
-
warning300: string;
|
|
671
|
-
warning500: string;
|
|
672
|
-
warning600: string;
|
|
673
|
-
warning700: string;
|
|
674
|
-
info: string;
|
|
675
|
-
info100: string;
|
|
676
|
-
info300: string;
|
|
677
|
-
info500: string;
|
|
678
|
-
info600: string;
|
|
679
|
-
info700: string;
|
|
680
|
-
success100: string;
|
|
681
|
-
success300: string;
|
|
682
|
-
success500: string;
|
|
683
|
-
success600: string;
|
|
684
|
-
success700: string;
|
|
685
|
-
background: string;
|
|
686
|
-
foreground: string;
|
|
687
|
-
};
|
|
688
|
-
space: {
|
|
689
|
-
0: string;
|
|
690
|
-
5: string;
|
|
691
|
-
10: string;
|
|
692
|
-
15: string;
|
|
693
|
-
20: string;
|
|
694
|
-
25: string;
|
|
695
|
-
30: string;
|
|
696
|
-
40: string;
|
|
697
|
-
46: string;
|
|
698
|
-
50: string;
|
|
699
|
-
60: string;
|
|
700
|
-
70: string;
|
|
701
|
-
80: string;
|
|
702
|
-
90: string;
|
|
703
|
-
100: string;
|
|
704
|
-
2: string;
|
|
705
|
-
4: string;
|
|
706
|
-
6: string;
|
|
707
|
-
8: string;
|
|
708
|
-
12: string;
|
|
709
|
-
16: string;
|
|
710
|
-
24: string;
|
|
711
|
-
28: string;
|
|
712
|
-
32: string;
|
|
713
|
-
};
|
|
714
|
-
radii: {
|
|
715
|
-
xs: string;
|
|
716
|
-
sm: string;
|
|
717
|
-
xm: string;
|
|
718
|
-
md: string;
|
|
719
|
-
xl: string;
|
|
720
|
-
lg: string;
|
|
721
|
-
primary: string;
|
|
722
|
-
secondary: string;
|
|
723
|
-
};
|
|
724
|
-
fontSizes: {
|
|
725
|
-
10: string;
|
|
726
|
-
12: string;
|
|
727
|
-
14: string;
|
|
728
|
-
16: string;
|
|
729
|
-
18: string;
|
|
730
|
-
20: string;
|
|
731
|
-
22: string;
|
|
732
|
-
24: string;
|
|
733
|
-
28: string;
|
|
734
|
-
32: string;
|
|
735
|
-
36: string;
|
|
736
|
-
40: string;
|
|
737
|
-
48: string;
|
|
738
|
-
};
|
|
739
|
-
fonts: {
|
|
740
|
-
primary: string;
|
|
741
|
-
widget: string;
|
|
742
|
-
};
|
|
743
|
-
fontWeights: {
|
|
744
|
-
regular: number;
|
|
745
|
-
medium: number;
|
|
746
|
-
semiBold: number;
|
|
747
|
-
bold: number;
|
|
748
|
-
};
|
|
749
|
-
lineHeights: {
|
|
750
|
-
12: string;
|
|
751
|
-
16: string;
|
|
752
|
-
20: string;
|
|
753
|
-
24: string;
|
|
754
|
-
26: string;
|
|
755
|
-
28: string;
|
|
756
|
-
30: string;
|
|
757
|
-
36: string;
|
|
758
|
-
40: string;
|
|
759
|
-
44: string;
|
|
760
|
-
52: string;
|
|
761
|
-
64: string;
|
|
762
|
-
};
|
|
763
|
-
letterSpacings: {};
|
|
764
|
-
sizes: {
|
|
765
|
-
4: string;
|
|
766
|
-
6: string;
|
|
767
|
-
8: string;
|
|
768
|
-
12: string;
|
|
769
|
-
16: string;
|
|
770
|
-
18: string;
|
|
771
|
-
20: string;
|
|
772
|
-
24: string;
|
|
773
|
-
28: string;
|
|
774
|
-
32: string;
|
|
775
|
-
36: string;
|
|
776
|
-
40: string;
|
|
777
|
-
45: string;
|
|
778
|
-
48: string;
|
|
779
|
-
};
|
|
780
|
-
borderWidths: {};
|
|
781
|
-
borderStyles: {};
|
|
782
|
-
shadows: {
|
|
783
|
-
s: string;
|
|
784
|
-
};
|
|
785
|
-
zIndices: {};
|
|
786
|
-
transitions: {};
|
|
787
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
788
|
-
//# sourceMappingURL=QuoteInfo.styles.d.ts.map
|