@rango-dev/widget-embedded 0.17.1-next.3 → 0.17.1-next.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/QueueManager.d.ts +5 -2
- package/dist/QueueManager.d.ts.map +1 -1
- package/dist/components/AppRouter.d.ts +0 -2
- package/dist/components/AppRouter.d.ts.map +1 -1
- package/dist/components/AppRoutes.d.ts +1 -6
- package/dist/components/AppRoutes.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +370 -56
- 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 +0 -2
- package/dist/components/ConfirmWalletsModal/ConfirmWalletsModal.types.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/WalletList.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/WalletList.type.d.ts +1 -4
- package/dist/components/ConfirmWalletsModal/WalletList.type.d.ts.map +1 -1
- package/dist/components/HeaderButtons/HomeButtons.d.ts.map +1 -1
- package/dist/components/Layout/Layout.d.ts.map +1 -1
- package/dist/components/Layout/Layout.types.d.ts +2 -2
- package/dist/components/Layout/Layout.types.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetailStep.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +1727 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
- package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -1
- package/dist/components/Quote/Quote.d.ts.map +1 -1
- package/dist/components/Quote/Quote.styles.d.ts +633 -3
- package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
- package/dist/components/Quote/Quote.types.d.ts +0 -1
- package/dist/components/Quote/Quote.types.d.ts.map +1 -1
- package/dist/components/Quote/QuoteSummary.styles.d.ts +157 -0
- package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.d.ts +1 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.d.ts.map +1 -1
- package/dist/components/Slippage/Slippage.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.Placeholder.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.helpers.d.ts +1 -1
- package/dist/components/SwapDetails/SwapDetails.helpers.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts +628 -0
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsCompleteModal.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.helpers.d.ts +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.helpers.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.d.ts.map +1 -1
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +157 -0
- package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.helpers.d.ts +2 -2
- package/dist/components/TokenList/TokenList.helpers.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.styles.d.ts +942 -0
- package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.types.d.ts +3 -9
- package/dist/components/TokenList/TokenList.types.d.ts.map +1 -1
- package/dist/components/TokenList/index.d.ts +0 -1
- package/dist/components/TokenList/index.d.ts.map +1 -1
- package/dist/components/UpdateUrl.d.ts +1 -6
- package/dist/components/UpdateUrl.d.ts.map +1 -1
- package/dist/components/WidgetEvents.d.ts.map +1 -1
- package/dist/constants/errors.d.ts.map +1 -1
- package/dist/constants/index.d.ts +1 -0
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/constants/navigationRoutes.d.ts +1 -2
- package/dist/constants/navigationRoutes.d.ts.map +1 -1
- package/dist/constants/searchParams.d.ts +2 -1
- package/dist/constants/searchParams.d.ts.map +1 -1
- package/dist/containers/App/App.d.ts +3 -0
- package/dist/containers/App/App.d.ts.map +1 -0
- package/dist/containers/App/App.styles.d.ts +158 -0
- package/dist/containers/App/App.styles.d.ts.map +1 -0
- package/dist/containers/App/index.d.ts +2 -0
- package/dist/containers/App/index.d.ts.map +1 -0
- package/dist/containers/QuoteInfo/QuoteInfo.d.ts.map +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +316 -0
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts +3 -0
- package/dist/containers/QuoteInfo/QuoteInfo.types.d.ts.map +1 -1
- package/dist/containers/Wallets/Wallets.d.ts +6 -0
- package/dist/containers/Wallets/Wallets.d.ts.map +1 -0
- package/dist/containers/Wallets/Wallets.types.d.ts +11 -0
- package/dist/containers/Wallets/Wallets.types.d.ts.map +1 -0
- package/dist/containers/Wallets/index.d.ts +2 -0
- package/dist/containers/Wallets/index.d.ts.map +1 -0
- package/dist/containers/Widget/Widget.d.ts +5 -0
- package/dist/containers/Widget/Widget.d.ts.map +1 -0
- package/dist/containers/Widget/Widget.types.d.ts +5 -0
- package/dist/containers/Widget/Widget.types.d.ts.map +1 -0
- package/dist/containers/Widget/index.d.ts +3 -0
- package/dist/containers/Widget/index.d.ts.map +1 -0
- package/dist/containers/WidgetInfo/WidgetInfo.d.ts +6 -0
- package/dist/containers/WidgetInfo/WidgetInfo.d.ts.map +1 -0
- package/dist/containers/WidgetInfo/WidgetInfo.helpers.d.ts +20 -0
- package/dist/containers/WidgetInfo/WidgetInfo.helpers.d.ts.map +1 -0
- package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts +21 -0
- package/dist/containers/WidgetInfo/WidgetInfo.types.d.ts.map +1 -0
- package/dist/containers/WidgetInfo/index.d.ts +2 -0
- package/dist/containers/WidgetInfo/index.d.ts.map +1 -0
- package/dist/containers/WidgetProvider/WidgetProvider.d.ts +5 -0
- package/dist/containers/WidgetProvider/WidgetProvider.d.ts.map +1 -0
- package/dist/containers/WidgetProvider/WidgetProvider.types.d.ts +7 -0
- package/dist/containers/WidgetProvider/WidgetProvider.types.d.ts.map +1 -0
- package/dist/containers/WidgetProvider/index.d.ts +2 -0
- package/dist/containers/WidgetProvider/index.d.ts.map +1 -0
- package/dist/hooks/useConfirmSwap/useConfirmSwap.d.ts.map +1 -1
- package/dist/hooks/useConfirmSwap/useConfirmSwap.helpers.d.ts +6 -3
- package/dist/hooks/useConfirmSwap/useConfirmSwap.helpers.d.ts.map +1 -1
- package/dist/hooks/useConfirmSwap/useConfirmSwap.types.d.ts +1 -1
- package/dist/hooks/useConfirmSwap/useConfirmSwap.types.d.ts.map +1 -1
- package/dist/hooks/useForceAutoConnect.d.ts +2 -0
- package/dist/hooks/useForceAutoConnect.d.ts.map +1 -0
- package/dist/hooks/useLanguage.d.ts +1 -1
- package/dist/hooks/useLanguage.d.ts.map +1 -1
- package/dist/hooks/useNavigateBack.d.ts +1 -3
- package/dist/hooks/useNavigateBack.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.d.ts +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.d.ts +2 -2
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +3 -5
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts +1 -0
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.d.ts.map +1 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts +5 -1
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.d.ts.map +1 -1
- package/dist/hooks/useSwapInput.d.ts.map +1 -1
- package/dist/hooks/useSyncStoresWithConfig.d.ts +1 -2
- package/dist/hooks/useSyncStoresWithConfig.d.ts.map +1 -1
- package/dist/hooks/useTheme.d.ts +1 -1
- package/dist/hooks/useTheme.d.ts.map +1 -1
- package/dist/hooks/useWalletList.d.ts.map +1 -1
- package/dist/index.d.ts +20 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +4 -4
- package/dist/pages/ConfirmSwapPage.d.ts +1 -6
- package/dist/pages/ConfirmSwapPage.d.ts.map +1 -1
- package/dist/pages/HistoryPage.d.ts.map +1 -1
- package/dist/pages/Home.d.ts.map +1 -1
- package/dist/pages/LanguagePage.d.ts.map +1 -1
- package/dist/pages/LiquiditySourcePage.d.ts +1 -2
- package/dist/pages/LiquiditySourcePage.d.ts.map +1 -1
- package/dist/pages/SelectBlockchainPage.d.ts.map +1 -1
- package/dist/pages/SelectSwapItemsPage.d.ts.map +1 -1
- package/dist/pages/SettingsPage.d.ts +1 -6
- package/dist/pages/SettingsPage.d.ts.map +1 -1
- package/dist/pages/SwapDetailsPage.d.ts.map +1 -1
- package/dist/pages/ThemePage.d.ts.map +1 -1
- package/dist/pages/WalletsPage.d.ts +1 -8
- package/dist/pages/WalletsPage.d.ts.map +1 -1
- package/dist/store/AppStore.d.ts +47 -0
- package/dist/store/AppStore.d.ts.map +1 -0
- package/dist/store/app.d.ts +41 -22
- package/dist/store/app.d.ts.map +1 -1
- package/dist/store/notification.d.ts +4 -3
- package/dist/store/notification.d.ts.map +1 -1
- package/dist/store/quote.d.ts +23 -16
- package/dist/store/quote.d.ts.map +1 -1
- package/dist/store/slices/config.d.ts +3 -2
- package/dist/store/slices/config.d.ts.map +1 -1
- package/dist/store/slices/data.d.ts +3 -0
- package/dist/store/slices/data.d.ts.map +1 -1
- package/dist/store/slices/settings.d.ts +39 -0
- package/dist/store/slices/settings.d.ts.map +1 -0
- package/dist/store/ui.d.ts +2 -1
- package/dist/store/ui.d.ts.map +1 -1
- package/dist/store/wallets.d.ts +14 -9
- package/dist/store/wallets.d.ts.map +1 -1
- package/dist/types/config.d.ts +38 -5
- package/dist/types/config.d.ts.map +1 -1
- package/dist/types/swap.d.ts +4 -14
- package/dist/types/swap.d.ts.map +1 -1
- package/dist/types/wallets.d.ts +15 -1
- package/dist/types/wallets.d.ts.map +1 -1
- package/dist/utils/colors.d.ts.map +1 -1
- package/dist/utils/configs.d.ts +1 -0
- package/dist/utils/configs.d.ts.map +1 -1
- package/dist/utils/meta.d.ts +2 -1
- package/dist/utils/meta.d.ts.map +1 -1
- package/dist/utils/providers.d.ts +2 -2
- package/dist/utils/providers.d.ts.map +1 -1
- package/dist/utils/queue.d.ts +2 -2
- package/dist/utils/queue.d.ts.map +1 -1
- package/dist/utils/quote.d.ts +1 -1
- package/dist/utils/quote.d.ts.map +1 -1
- package/dist/utils/settings.d.ts +6 -2
- package/dist/utils/settings.d.ts.map +1 -1
- package/dist/utils/swap.d.ts +16 -7
- 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 +7 -9
- package/dist/utils/wallets.d.ts.map +1 -1
- package/package.json +12 -10
- package/src/QueueManager.tsx +18 -17
- package/src/components/AppRouter.tsx +8 -32
- package/src/components/AppRoutes.tsx +57 -69
- package/src/components/BlockchainList/BlockchainList.styles.ts +2 -2
- package/src/components/BlockchainList/BlockchainList.tsx +4 -4
- package/src/components/BlockchainsSection/BlockchainsSection.tsx +4 -4
- package/src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts +12 -6
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx +20 -21
- package/src/components/ConfirmWalletsModal/ConfirmWalletsModal.types.ts +0 -2
- package/src/components/ConfirmWalletsModal/WalletList.tsx +6 -5
- package/src/components/ConfirmWalletsModal/WalletList.type.ts +1 -4
- package/src/components/HeaderButtons/HomeButtons.tsx +28 -18
- package/src/components/Layout/Layout.tsx +20 -7
- package/src/components/Layout/Layout.types.ts +2 -2
- package/src/components/LoadingSwapDetails/LoadingSwapDetailStep.tsx +14 -7
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.styles.ts +63 -60
- package/src/components/LoadingSwapDetails/LoadingSwapDetails.tsx +17 -8
- package/src/components/NoResult/NoResult.helpers.ts +12 -12
- package/src/components/NoResult/NoResult.tsx +6 -6
- package/src/components/NotificationContent/NotificationContent.tsx +5 -3
- package/src/components/Quote/Quote.styles.ts +42 -12
- package/src/components/Quote/Quote.tsx +106 -37
- package/src/components/Quote/Quote.types.ts +0 -1
- package/src/components/Quote/QuoteSkeleton.tsx +1 -1
- package/src/components/Quote/QuoteSummary.styles.ts +9 -8
- package/src/components/Quote/QuoteSummary.tsx +2 -2
- package/src/components/QuoteWarningsAndErrors/QuoteErrorsModalItem.tsx +1 -1
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.helpers.ts +11 -4
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.ts +8 -1
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.tsx +13 -13
- package/src/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.types.ts +1 -0
- package/src/components/QuoteWarningsAndErrors/SlippageWariningModal.tsx +3 -3
- package/src/components/Slippage/Slippage.tsx +3 -5
- package/src/components/SwapDetails/SwapDetails.Placeholder.tsx +5 -7
- package/src/components/SwapDetails/SwapDetails.helpers.tsx +1 -1
- package/src/components/SwapDetails/SwapDetails.styles.ts +37 -33
- package/src/components/SwapDetails/SwapDetails.tsx +33 -45
- package/src/components/SwapDetailsAlerts/SwapDetailsAlerts.Warning.tsx +1 -1
- package/src/components/SwapDetailsModal/SwapDetailsCompleteModal.tsx +4 -3
- package/src/components/SwapDetailsModal/SwapDetailsModal.Cancel.tsx +2 -2
- package/src/components/SwapDetailsModal/SwapDetailsModal.helpers.tsx +1 -1
- package/src/components/SwapDetailsModal/SwapDetailsModal.tsx +1 -1
- package/src/components/SwapDetailsModal/SwapDetailsModal.types.ts +1 -1
- package/src/components/SwapsGroup/SwapsGroup.styles.ts +10 -1
- package/src/components/SwapsGroup/SwapsGroup.tsx +3 -5
- package/src/components/TokenList/TokenList.helpers.ts +2 -2
- package/src/components/TokenList/TokenList.styles.ts +58 -37
- package/src/components/TokenList/TokenList.tsx +28 -23
- package/src/components/TokenList/TokenList.types.ts +3 -10
- package/src/components/TokenList/index.ts +0 -1
- package/src/components/UpdateUrl.tsx +23 -18
- package/src/components/WidgetEvents.tsx +4 -2
- package/src/constants/errors.ts +9 -5
- package/src/constants/index.ts +1 -0
- package/src/constants/navigationRoutes.ts +7 -8
- package/src/constants/searchParams.ts +1 -0
- package/src/containers/App/App.styles.ts +18 -0
- package/src/containers/App/App.tsx +52 -0
- package/src/containers/App/index.ts +1 -0
- package/src/containers/QuoteInfo/QuoteInfo.styles.ts +17 -1
- package/src/containers/QuoteInfo/QuoteInfo.tsx +44 -43
- package/src/containers/QuoteInfo/QuoteInfo.types.ts +3 -0
- package/src/{Wallets.tsx → containers/Wallets/Wallets.tsx} +48 -34
- package/src/containers/Wallets/Wallets.types.ts +12 -0
- package/src/containers/Wallets/index.ts +1 -0
- package/src/containers/Widget/Widget.tsx +19 -0
- package/src/containers/Widget/Widget.types.ts +5 -0
- package/src/containers/Widget/index.ts +2 -0
- package/src/containers/WidgetInfo/WidgetInfo.helpers.ts +64 -0
- package/src/containers/WidgetInfo/WidgetInfo.tsx +62 -0
- package/src/containers/WidgetInfo/WidgetInfo.types.ts +21 -0
- package/src/containers/WidgetInfo/index.ts +1 -0
- package/src/containers/WidgetProvider/WidgetProvider.tsx +28 -0
- package/src/containers/WidgetProvider/WidgetProvider.types.ts +7 -0
- package/src/containers/WidgetProvider/index.ts +1 -0
- package/src/hooks/useConfirmSwap/useConfirmSwap.helpers.ts +15 -11
- package/src/hooks/useConfirmSwap/useConfirmSwap.ts +25 -24
- package/src/hooks/useConfirmSwap/useConfirmSwap.types.ts +1 -1
- package/src/hooks/useForceAutoConnect.ts +27 -0
- package/src/hooks/useLanguage.ts +4 -5
- package/src/hooks/useNavigateBack.ts +3 -52
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.constants.ts +1 -1
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.ts +37 -7
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.mock.ts +60 -0
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.test.ts +78 -3
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.ts +15 -6
- package/src/hooks/usePrepareBlockchainList/usePrepareBlockchainList.types.ts +6 -1
- package/src/hooks/useSwapInput.ts +89 -30
- package/src/hooks/useSyncStoresWithConfig.ts +38 -22
- package/src/hooks/useTheme.ts +4 -5
- package/src/hooks/useWalletList.ts +3 -5
- package/src/index.ts +53 -5
- package/src/pages/ConfirmSwapPage.tsx +61 -41
- package/src/pages/HistoryPage.tsx +2 -7
- package/src/pages/Home.tsx +58 -88
- package/src/pages/LanguagePage.tsx +0 -5
- package/src/pages/LiquiditySourcePage.tsx +24 -37
- package/src/pages/SelectBlockchainPage.tsx +28 -21
- package/src/pages/SelectSwapItemsPage.tsx +10 -27
- package/src/pages/SettingsPage.tsx +28 -24
- package/src/pages/SwapDetailsPage.tsx +6 -7
- package/src/pages/ThemePage.tsx +2 -7
- package/src/pages/WalletsPage.tsx +4 -15
- package/src/services/httpService.ts +1 -1
- package/src/store/AppStore.tsx +41 -0
- package/src/store/app.ts +44 -6
- package/src/store/quote.ts +29 -26
- package/src/store/slices/config.ts +25 -15
- package/src/store/slices/data.ts +64 -29
- package/src/store/slices/settings.ts +168 -0
- package/src/store/wallets.ts +68 -37
- package/src/types/config.ts +50 -5
- package/src/types/swap.ts +4 -13
- package/src/types/wallets.ts +18 -1
- package/src/utils/colors.ts +2 -1
- package/src/utils/configs.ts +2 -1
- package/src/utils/date.ts +1 -1
- package/src/utils/meta.ts +8 -1
- package/src/utils/providers.ts +8 -5
- package/src/utils/queue.ts +2 -2
- package/src/utils/quote.ts +7 -7
- package/src/utils/settings.ts +17 -10
- package/src/utils/swap.ts +59 -55
- package/src/utils/time.ts +1 -1
- package/src/utils/wallets.ts +107 -149
- package/dist/Wallets.d.ts +0 -17
- package/dist/Wallets.d.ts.map +0 -1
- package/dist/Widget.d.ts +0 -9
- package/dist/Widget.d.ts.map +0 -1
- package/dist/store/meta.d.ts +0 -23
- package/dist/store/meta.d.ts.map +0 -1
- package/dist/store/settings.d.ts +0 -81
- package/dist/store/settings.d.ts.map +0 -1
- package/src/Widget.tsx +0 -119
- package/src/store/meta.ts +0 -39
- package/src/store/settings.ts +0 -158
package/dist/QueueManager.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import type { PropsWithChildren } from 'react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare function QueueManager(props: PropsWithChildren<{
|
|
4
|
+
apiKey?: string;
|
|
5
|
+
}>): React.JSX.Element;
|
|
3
6
|
export default QueueManager;
|
|
4
7
|
//# sourceMappingURL=QueueManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueueManager.d.ts","sourceRoot":"","sources":["../src/QueueManager.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"QueueManager.d.ts","sourceRoot":"","sources":["../src/QueueManager.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAU/C,OAAO,KAAkB,MAAM,OAAO,CAAC;AAOvC,iBAAS,YAAY,CAAC,KAAK,EAAE,iBAAiB,CAAC;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,qBAqFlE;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { WidgetConfig } from '../types';
|
|
2
1
|
import type { WalletType } from '@rango-dev/wallets-shared';
|
|
3
2
|
import type { PropsWithChildren } from 'react';
|
|
4
3
|
import React from 'react';
|
|
@@ -6,6 +5,5 @@ export declare function AppRouter({ children, ...props }: PropsWithChildren & {
|
|
|
6
5
|
lastConnectedWallet: string;
|
|
7
6
|
disconnectedWallet: WalletType | undefined;
|
|
8
7
|
clearDisconnectedWallet: () => void;
|
|
9
|
-
config: WidgetConfig | undefined;
|
|
10
8
|
}): React.JSX.Element;
|
|
11
9
|
//# sourceMappingURL=AppRouter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppRouter.d.ts","sourceRoot":"","sources":["../../src/components/AppRouter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"AppRouter.d.ts","sourceRoot":"","sources":["../../src/components/AppRouter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAK/C,OAAO,KAAmB,MAAM,OAAO,CAAC;AAQxC,wBAAgB,SAAS,CAAC,EACxB,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,iBAAiB,GAAG;IACrB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,kBAAkB,EAAE,UAAU,GAAG,SAAS,CAAC;IAC3C,uBAAuB,EAAE,MAAM,IAAI,CAAC;CACrC,qBAwBA"}
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
import type { WidgetConfig } from '../types';
|
|
2
1
|
import React from 'react';
|
|
3
|
-
|
|
4
|
-
config?: WidgetConfig;
|
|
5
|
-
}
|
|
6
|
-
export declare function AppRoutes(props: PropTypes): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
7
|
-
export {};
|
|
2
|
+
export declare function AppRoutes(): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
8
3
|
//# sourceMappingURL=AppRoutes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppRoutes.d.ts","sourceRoot":"","sources":["../../src/components/AppRoutes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"AppRoutes.d.ts","sourceRoot":"","sources":["../../src/components/AppRoutes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B,wBAAgB,SAAS,8EA+ExB"}
|
|
@@ -1106,6 +1106,163 @@ export declare const WalletsContainer: import("@stitches/react/types/styled-comp
|
|
|
1106
1106
|
zIndices: {};
|
|
1107
1107
|
transitions: {};
|
|
1108
1108
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1109
|
+
export declare const walletsListStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
1110
|
+
sm: string;
|
|
1111
|
+
md: string;
|
|
1112
|
+
lg: string;
|
|
1113
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
1114
|
+
sm: string;
|
|
1115
|
+
md: string;
|
|
1116
|
+
lg: string;
|
|
1117
|
+
}, {
|
|
1118
|
+
colors: {
|
|
1119
|
+
primary: string;
|
|
1120
|
+
primary500: string;
|
|
1121
|
+
primary600: string;
|
|
1122
|
+
secondary: string;
|
|
1123
|
+
secondary100: string;
|
|
1124
|
+
secondary200: string;
|
|
1125
|
+
secondary300: string;
|
|
1126
|
+
secondary400: string;
|
|
1127
|
+
secondary500: string;
|
|
1128
|
+
secondary600: string;
|
|
1129
|
+
secondary700: string;
|
|
1130
|
+
secondary800: string;
|
|
1131
|
+
secondary900: string;
|
|
1132
|
+
neutral: string;
|
|
1133
|
+
neutral100: string;
|
|
1134
|
+
neutral200: string;
|
|
1135
|
+
neutral300: string;
|
|
1136
|
+
neutral400: string;
|
|
1137
|
+
neutral500: string;
|
|
1138
|
+
neutral600: string;
|
|
1139
|
+
neutral700: string;
|
|
1140
|
+
neutral800: string;
|
|
1141
|
+
neutral900: string;
|
|
1142
|
+
error100: string;
|
|
1143
|
+
error300: string;
|
|
1144
|
+
error500: string;
|
|
1145
|
+
error600: string;
|
|
1146
|
+
error700: string;
|
|
1147
|
+
warning100: string;
|
|
1148
|
+
warning300: string;
|
|
1149
|
+
warning500: string;
|
|
1150
|
+
warning600: string;
|
|
1151
|
+
warning700: string;
|
|
1152
|
+
info: string;
|
|
1153
|
+
info100: string;
|
|
1154
|
+
info300: string;
|
|
1155
|
+
info500: string;
|
|
1156
|
+
info600: string;
|
|
1157
|
+
info700: string;
|
|
1158
|
+
success100: string;
|
|
1159
|
+
success300: string;
|
|
1160
|
+
success500: string;
|
|
1161
|
+
success600: string;
|
|
1162
|
+
success700: string;
|
|
1163
|
+
background: string;
|
|
1164
|
+
foreground: string;
|
|
1165
|
+
};
|
|
1166
|
+
space: {
|
|
1167
|
+
0: string;
|
|
1168
|
+
5: string;
|
|
1169
|
+
10: string;
|
|
1170
|
+
15: string;
|
|
1171
|
+
20: string;
|
|
1172
|
+
25: string;
|
|
1173
|
+
30: string;
|
|
1174
|
+
40: string;
|
|
1175
|
+
46: string;
|
|
1176
|
+
50: string;
|
|
1177
|
+
60: string;
|
|
1178
|
+
70: string;
|
|
1179
|
+
80: string;
|
|
1180
|
+
90: string;
|
|
1181
|
+
100: string;
|
|
1182
|
+
2: string;
|
|
1183
|
+
4: string;
|
|
1184
|
+
6: string;
|
|
1185
|
+
8: string;
|
|
1186
|
+
12: string;
|
|
1187
|
+
16: string;
|
|
1188
|
+
24: string;
|
|
1189
|
+
28: string;
|
|
1190
|
+
32: string;
|
|
1191
|
+
};
|
|
1192
|
+
radii: {
|
|
1193
|
+
xs: string;
|
|
1194
|
+
sm: string;
|
|
1195
|
+
xm: string;
|
|
1196
|
+
md: string;
|
|
1197
|
+
xl: string;
|
|
1198
|
+
lg: string;
|
|
1199
|
+
primary: string;
|
|
1200
|
+
secondary: string;
|
|
1201
|
+
};
|
|
1202
|
+
fontSizes: {
|
|
1203
|
+
10: string;
|
|
1204
|
+
12: string;
|
|
1205
|
+
14: string;
|
|
1206
|
+
16: string;
|
|
1207
|
+
18: string;
|
|
1208
|
+
20: string;
|
|
1209
|
+
22: string;
|
|
1210
|
+
24: string;
|
|
1211
|
+
28: string;
|
|
1212
|
+
32: string;
|
|
1213
|
+
36: string;
|
|
1214
|
+
40: string;
|
|
1215
|
+
48: string;
|
|
1216
|
+
};
|
|
1217
|
+
fonts: {
|
|
1218
|
+
primary: string;
|
|
1219
|
+
widget: string;
|
|
1220
|
+
};
|
|
1221
|
+
fontWeights: {
|
|
1222
|
+
regular: number;
|
|
1223
|
+
medium: number;
|
|
1224
|
+
semiBold: number;
|
|
1225
|
+
bold: number;
|
|
1226
|
+
};
|
|
1227
|
+
lineHeights: {
|
|
1228
|
+
12: string;
|
|
1229
|
+
16: string;
|
|
1230
|
+
20: string;
|
|
1231
|
+
24: string;
|
|
1232
|
+
26: string;
|
|
1233
|
+
28: string;
|
|
1234
|
+
30: string;
|
|
1235
|
+
36: string;
|
|
1236
|
+
40: string;
|
|
1237
|
+
44: string;
|
|
1238
|
+
52: string;
|
|
1239
|
+
64: string;
|
|
1240
|
+
};
|
|
1241
|
+
letterSpacings: {};
|
|
1242
|
+
sizes: {
|
|
1243
|
+
4: string;
|
|
1244
|
+
6: string;
|
|
1245
|
+
8: string;
|
|
1246
|
+
12: string;
|
|
1247
|
+
16: string;
|
|
1248
|
+
18: string;
|
|
1249
|
+
20: string;
|
|
1250
|
+
24: string;
|
|
1251
|
+
28: string;
|
|
1252
|
+
32: string;
|
|
1253
|
+
36: string;
|
|
1254
|
+
40: string;
|
|
1255
|
+
45: string;
|
|
1256
|
+
48: string;
|
|
1257
|
+
};
|
|
1258
|
+
borderWidths: {};
|
|
1259
|
+
borderStyles: {};
|
|
1260
|
+
shadows: {
|
|
1261
|
+
s: string;
|
|
1262
|
+
};
|
|
1263
|
+
zIndices: {};
|
|
1264
|
+
transitions: {};
|
|
1265
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1109
1266
|
export declare const CollapsibleRoot: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleProps & import("react").RefAttributes<HTMLDivElement>>, {
|
|
1110
1267
|
selected?: boolean | "true" | undefined;
|
|
1111
1268
|
}, {
|
|
@@ -1281,7 +1438,7 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
|
|
|
1281
1438
|
accessKey?: string | undefined;
|
|
1282
1439
|
autoFocus?: boolean | undefined;
|
|
1283
1440
|
className?: string | undefined;
|
|
1284
|
-
contentEditable?: boolean | "inherit" | "true" | "false" | undefined;
|
|
1441
|
+
contentEditable?: boolean | "inherit" | "true" | "false" | "plaintext-only" | undefined;
|
|
1285
1442
|
contextMenu?: string | undefined;
|
|
1286
1443
|
dir?: string | undefined;
|
|
1287
1444
|
draggable?: boolean | "true" | "false" | undefined;
|
|
@@ -1313,61 +1470,61 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
|
|
|
1313
1470
|
results?: number | undefined;
|
|
1314
1471
|
security?: string | undefined;
|
|
1315
1472
|
unselectable?: "on" | "off" | undefined;
|
|
1316
|
-
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" |
|
|
1473
|
+
inputMode?: "search" | "decimal" | "text" | "none" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
1317
1474
|
is?: string | undefined;
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1475
|
+
"aria-activedescendant"?: string | undefined;
|
|
1476
|
+
"aria-atomic"?: boolean | "true" | "false" | undefined;
|
|
1477
|
+
"aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
|
|
1478
|
+
"aria-braillelabel"?: string | undefined;
|
|
1479
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
1480
|
+
"aria-busy"?: boolean | "true" | "false" | undefined;
|
|
1481
|
+
"aria-checked"?: boolean | "mixed" | "true" | "false" | undefined;
|
|
1482
|
+
"aria-colcount"?: number | undefined;
|
|
1483
|
+
"aria-colindex"?: number | undefined;
|
|
1484
|
+
"aria-colindextext"?: string | undefined;
|
|
1485
|
+
"aria-colspan"?: number | undefined;
|
|
1486
|
+
"aria-controls"?: string | undefined;
|
|
1487
|
+
"aria-current"?: boolean | "time" | "page" | "true" | "step" | "false" | "location" | "date" | undefined;
|
|
1488
|
+
"aria-describedby"?: string | undefined;
|
|
1489
|
+
"aria-description"?: string | undefined;
|
|
1490
|
+
"aria-details"?: string | undefined;
|
|
1491
|
+
"aria-disabled"?: boolean | "true" | "false" | undefined;
|
|
1492
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1493
|
+
"aria-errormessage"?: string | undefined;
|
|
1494
|
+
"aria-expanded"?: boolean | "true" | "false" | undefined;
|
|
1495
|
+
"aria-flowto"?: string | undefined;
|
|
1496
|
+
"aria-grabbed"?: boolean | "true" | "false" | undefined;
|
|
1497
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "true" | "false" | "tree" | undefined;
|
|
1498
|
+
"aria-hidden"?: boolean | "true" | "false" | undefined;
|
|
1499
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1500
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
1501
|
+
"aria-label"?: string | undefined;
|
|
1502
|
+
"aria-labelledby"?: string | undefined;
|
|
1503
|
+
"aria-level"?: number | undefined;
|
|
1504
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1505
|
+
"aria-modal"?: boolean | "true" | "false" | undefined;
|
|
1506
|
+
"aria-multiline"?: boolean | "true" | "false" | undefined;
|
|
1507
|
+
"aria-multiselectable"?: boolean | "true" | "false" | undefined;
|
|
1508
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1509
|
+
"aria-owns"?: string | undefined;
|
|
1510
|
+
"aria-placeholder"?: string | undefined;
|
|
1511
|
+
"aria-posinset"?: number | undefined;
|
|
1512
|
+
"aria-pressed"?: boolean | "mixed" | "true" | "false" | undefined;
|
|
1513
|
+
"aria-readonly"?: boolean | "true" | "false" | undefined;
|
|
1514
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1515
|
+
"aria-required"?: boolean | "true" | "false" | undefined;
|
|
1516
|
+
"aria-roledescription"?: string | undefined;
|
|
1517
|
+
"aria-rowcount"?: number | undefined;
|
|
1518
|
+
"aria-rowindex"?: number | undefined;
|
|
1519
|
+
"aria-rowindextext"?: string | undefined;
|
|
1520
|
+
"aria-rowspan"?: number | undefined;
|
|
1521
|
+
"aria-selected"?: boolean | "true" | "false" | undefined;
|
|
1522
|
+
"aria-setsize"?: number | undefined;
|
|
1523
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1524
|
+
"aria-valuemax"?: number | undefined;
|
|
1525
|
+
"aria-valuemin"?: number | undefined;
|
|
1526
|
+
"aria-valuenow"?: number | undefined;
|
|
1527
|
+
"aria-valuetext"?: string | undefined;
|
|
1371
1528
|
dangerouslySetInnerHTML?: {
|
|
1372
1529
|
__html: string | TrustedHTML;
|
|
1373
1530
|
} | undefined;
|
|
@@ -1536,7 +1693,7 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
|
|
|
1536
1693
|
} & {
|
|
1537
1694
|
size?: "small" | "medium" | "large" | "xsmall" | "xxsmall" | undefined;
|
|
1538
1695
|
variant?: "default" | "contained" | "outlined" | "ghost" | undefined;
|
|
1539
|
-
type?: "success" | "
|
|
1696
|
+
type?: "success" | "warning" | "error" | "primary" | "secondary" | undefined;
|
|
1540
1697
|
loading?: boolean | undefined;
|
|
1541
1698
|
disabled?: boolean | undefined;
|
|
1542
1699
|
prefix?: import("react").ReactNode;
|
|
@@ -1858,6 +2015,163 @@ export declare const CustomDestination: import("@stitches/react/types/styled-com
|
|
|
1858
2015
|
zIndices: {};
|
|
1859
2016
|
transitions: {};
|
|
1860
2017
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
2018
|
+
export declare const alarmsStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
2019
|
+
sm: string;
|
|
2020
|
+
md: string;
|
|
2021
|
+
lg: string;
|
|
2022
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
2023
|
+
sm: string;
|
|
2024
|
+
md: string;
|
|
2025
|
+
lg: string;
|
|
2026
|
+
}, {
|
|
2027
|
+
colors: {
|
|
2028
|
+
primary: string;
|
|
2029
|
+
primary500: string;
|
|
2030
|
+
primary600: string;
|
|
2031
|
+
secondary: string;
|
|
2032
|
+
secondary100: string;
|
|
2033
|
+
secondary200: string;
|
|
2034
|
+
secondary300: string;
|
|
2035
|
+
secondary400: string;
|
|
2036
|
+
secondary500: string;
|
|
2037
|
+
secondary600: string;
|
|
2038
|
+
secondary700: string;
|
|
2039
|
+
secondary800: string;
|
|
2040
|
+
secondary900: string;
|
|
2041
|
+
neutral: string;
|
|
2042
|
+
neutral100: string;
|
|
2043
|
+
neutral200: string;
|
|
2044
|
+
neutral300: string;
|
|
2045
|
+
neutral400: string;
|
|
2046
|
+
neutral500: string;
|
|
2047
|
+
neutral600: string;
|
|
2048
|
+
neutral700: string;
|
|
2049
|
+
neutral800: string;
|
|
2050
|
+
neutral900: string;
|
|
2051
|
+
error100: string;
|
|
2052
|
+
error300: string;
|
|
2053
|
+
error500: string;
|
|
2054
|
+
error600: string;
|
|
2055
|
+
error700: string;
|
|
2056
|
+
warning100: string;
|
|
2057
|
+
warning300: string;
|
|
2058
|
+
warning500: string;
|
|
2059
|
+
warning600: string;
|
|
2060
|
+
warning700: string;
|
|
2061
|
+
info: string;
|
|
2062
|
+
info100: string;
|
|
2063
|
+
info300: string;
|
|
2064
|
+
info500: string;
|
|
2065
|
+
info600: string;
|
|
2066
|
+
info700: string;
|
|
2067
|
+
success100: string;
|
|
2068
|
+
success300: string;
|
|
2069
|
+
success500: string;
|
|
2070
|
+
success600: string;
|
|
2071
|
+
success700: string;
|
|
2072
|
+
background: string;
|
|
2073
|
+
foreground: string;
|
|
2074
|
+
};
|
|
2075
|
+
space: {
|
|
2076
|
+
0: string;
|
|
2077
|
+
5: string;
|
|
2078
|
+
10: string;
|
|
2079
|
+
15: string;
|
|
2080
|
+
20: string;
|
|
2081
|
+
25: string;
|
|
2082
|
+
30: string;
|
|
2083
|
+
40: string;
|
|
2084
|
+
46: string;
|
|
2085
|
+
50: string;
|
|
2086
|
+
60: string;
|
|
2087
|
+
70: string;
|
|
2088
|
+
80: string;
|
|
2089
|
+
90: string;
|
|
2090
|
+
100: string;
|
|
2091
|
+
2: string;
|
|
2092
|
+
4: string;
|
|
2093
|
+
6: string;
|
|
2094
|
+
8: string;
|
|
2095
|
+
12: string;
|
|
2096
|
+
16: string;
|
|
2097
|
+
24: string;
|
|
2098
|
+
28: string;
|
|
2099
|
+
32: string;
|
|
2100
|
+
};
|
|
2101
|
+
radii: {
|
|
2102
|
+
xs: string;
|
|
2103
|
+
sm: string;
|
|
2104
|
+
xm: string;
|
|
2105
|
+
md: string;
|
|
2106
|
+
xl: string;
|
|
2107
|
+
lg: string;
|
|
2108
|
+
primary: string;
|
|
2109
|
+
secondary: string;
|
|
2110
|
+
};
|
|
2111
|
+
fontSizes: {
|
|
2112
|
+
10: string;
|
|
2113
|
+
12: string;
|
|
2114
|
+
14: string;
|
|
2115
|
+
16: string;
|
|
2116
|
+
18: string;
|
|
2117
|
+
20: string;
|
|
2118
|
+
22: string;
|
|
2119
|
+
24: string;
|
|
2120
|
+
28: string;
|
|
2121
|
+
32: string;
|
|
2122
|
+
36: string;
|
|
2123
|
+
40: string;
|
|
2124
|
+
48: string;
|
|
2125
|
+
};
|
|
2126
|
+
fonts: {
|
|
2127
|
+
primary: string;
|
|
2128
|
+
widget: string;
|
|
2129
|
+
};
|
|
2130
|
+
fontWeights: {
|
|
2131
|
+
regular: number;
|
|
2132
|
+
medium: number;
|
|
2133
|
+
semiBold: number;
|
|
2134
|
+
bold: number;
|
|
2135
|
+
};
|
|
2136
|
+
lineHeights: {
|
|
2137
|
+
12: string;
|
|
2138
|
+
16: string;
|
|
2139
|
+
20: string;
|
|
2140
|
+
24: string;
|
|
2141
|
+
26: string;
|
|
2142
|
+
28: string;
|
|
2143
|
+
30: string;
|
|
2144
|
+
36: string;
|
|
2145
|
+
40: string;
|
|
2146
|
+
44: string;
|
|
2147
|
+
52: string;
|
|
2148
|
+
64: string;
|
|
2149
|
+
};
|
|
2150
|
+
letterSpacings: {};
|
|
2151
|
+
sizes: {
|
|
2152
|
+
4: string;
|
|
2153
|
+
6: string;
|
|
2154
|
+
8: string;
|
|
2155
|
+
12: string;
|
|
2156
|
+
16: string;
|
|
2157
|
+
18: string;
|
|
2158
|
+
20: string;
|
|
2159
|
+
24: string;
|
|
2160
|
+
28: string;
|
|
2161
|
+
32: string;
|
|
2162
|
+
36: string;
|
|
2163
|
+
40: string;
|
|
2164
|
+
45: string;
|
|
2165
|
+
48: string;
|
|
2166
|
+
};
|
|
2167
|
+
borderWidths: {};
|
|
2168
|
+
borderStyles: {};
|
|
2169
|
+
shadows: {
|
|
2170
|
+
s: string;
|
|
2171
|
+
};
|
|
2172
|
+
zIndices: {};
|
|
2173
|
+
transitions: {};
|
|
2174
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1861
2175
|
export declare const ExpandedIcon: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
1862
2176
|
orientation?: "down" | "up" | undefined;
|
|
1863
2177
|
}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmWallets.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts"],"names":[],"mappings":";;;AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"ConfirmWallets.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmWalletsModal.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAiB7D,OAAO,KAAuD,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ConfirmWalletsModal.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWalletsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAiB7D,OAAO,KAAuD,MAAM,OAAO,CAAC;AAmC5E,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,SAAS,qBA+anD"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import type { WidgetConfig } from '../..';
|
|
2
1
|
import type { ConfirmSwap } from '../../hooks/useConfirmSwap/useConfirmSwap.types';
|
|
3
2
|
export type PropTypes = {
|
|
4
3
|
open: boolean;
|
|
5
4
|
onClose: () => void;
|
|
6
5
|
onCancel: () => void;
|
|
7
6
|
onCheckBalance: ConfirmSwap['fetch'];
|
|
8
|
-
config?: WidgetConfig;
|
|
9
7
|
loading: boolean;
|
|
10
8
|
};
|
|
11
9
|
//# sourceMappingURL=ConfirmWalletsModal.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmWalletsModal.types.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWalletsModal.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"ConfirmWalletsModal.types.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWalletsModal.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iDAAiD,CAAC;AAEnF,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,cAAc,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACrC,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletList.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAgBnD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAyBnD,wBAAgB,UAAU,CAAC,KAAK,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"WalletList.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAgBnD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAyBnD,wBAAgB,UAAU,CAAC,KAAK,EAAE,SAAS,qBAuQ1C"}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import type { Wallet
|
|
1
|
+
import type { Wallet } from '../../types';
|
|
2
2
|
export type PropTypes = {
|
|
3
3
|
chain: string;
|
|
4
|
-
supportedWallets: WidgetConfig['wallets'];
|
|
5
4
|
isSelected: (walletType: string, chain: string) => boolean;
|
|
6
5
|
selectWallet: (wallet: Wallet) => void;
|
|
7
|
-
multiWallets: boolean;
|
|
8
|
-
config?: WidgetConfig;
|
|
9
6
|
limit?: number;
|
|
10
7
|
onShowMore: () => void;
|
|
11
8
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletList.type.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"WalletList.type.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC;IAC3D,YAAY,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HomeButtons.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HomeButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAWlE,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"HomeButtons.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HomeButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAWlE,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,wBAAgB,WAAW,CAAC,KAAK,EAAE,oBAAoB,qBAqEtD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAO,MAAM,gBAAgB,CAAC;AAIrD,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAO,MAAM,gBAAgB,CAAC;AAIrD,OAAO,KAAK,MAAM,OAAO,CAAC;AA+E1B,QAAA,MAAM,MAAM;;wCAAoC,CAAC;AAGjD,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
export interface PropTypes {
|
|
3
3
|
header: {
|
|
4
4
|
title: string;
|
|
5
|
-
|
|
5
|
+
onWallet?: () => void;
|
|
6
6
|
hasSettings?: boolean;
|
|
7
7
|
suffix?: React.ReactNode;
|
|
8
|
-
|
|
8
|
+
hasBackButton?: boolean;
|
|
9
9
|
onCancel?: () => void;
|
|
10
10
|
};
|
|
11
11
|
hasLogo?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.types.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.types.ts"],"names":[],"mappings":";AAAA,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,
|
|
1
|
+
{"version":3,"file":"Layout.types.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Layout.types.ts"],"names":[],"mappings":";AAAA,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;QACtB,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QACzB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;KACvB,CAAC;IACF,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,MAAM,GAAG,GACX,CAAC,CAAC,QAAQ,EAAE,cAAc,GAAG,IAAI,KAAK,IAAI,CAAC,GAC3C,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,GAC/B,IAAI,GACJ,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingSwapDetailStep.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingSwapDetails/LoadingSwapDetailStep.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGzE,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"LoadingSwapDetailStep.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingSwapDetails/LoadingSwapDetailStep.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAGzE,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,sBAAsB,qBAiClE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingSwapDetails.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingSwapDetails/LoadingSwapDetails.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"LoadingSwapDetails.d.ts","sourceRoot":"","sources":["../../../src/components/LoadingSwapDetails/LoadingSwapDetails.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAc1B,wBAAgB,kBAAkB,sBA6CjC"}
|