@rango-dev/widget-embedded 0.31.1-next.3 → 0.32.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/dist/components/AppRoutes.d.ts.map +1 -1
- package/dist/components/BlockchainList/BlockchainList.d.ts.map +1 -1
- package/dist/components/BlockchainList/BlockchainList.styles.d.ts +4 -1
- package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
- package/dist/components/BlockchainList/BlockchainList.types.d.ts +1 -0
- package/dist/components/BlockchainList/BlockchainList.types.d.ts.map +1 -1
- package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.d.ts +4 -0
- package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.d.ts.map +1 -0
- package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.styles.d.ts +483 -0
- package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.styles.d.ts.map +1 -0
- package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.types.d.ts +12 -0
- package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.types.d.ts.map +1 -0
- package/dist/components/BlockchainSelectorButton/index.d.ts +2 -0
- package/dist/components/BlockchainSelectorButton/index.d.ts.map +1 -0
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +1 -0
- package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +11 -0
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/WalletList.d.ts.map +1 -1
- package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +3 -0
- package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
- package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts +4 -0
- package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts.map +1 -1
- package/dist/components/CustomDestination/CustomDestination.d.ts.map +1 -1
- package/dist/components/CustomDestination/CustomDestination.styles.d.ts +5 -2
- package/dist/components/CustomDestination/CustomDestination.styles.d.ts.map +1 -1
- package/dist/components/CustomTokenModal/CustomTokenModal.d.ts +4 -0
- package/dist/components/CustomTokenModal/CustomTokenModal.d.ts.map +1 -0
- package/dist/components/CustomTokenModal/CustomTokenModal.helpers.d.ts +3 -0
- package/dist/components/CustomTokenModal/CustomTokenModal.helpers.d.ts.map +1 -0
- package/dist/components/CustomTokenModal/CustomTokenModal.styles.d.ts +323 -0
- package/dist/components/CustomTokenModal/CustomTokenModal.styles.d.ts.map +1 -0
- package/dist/components/CustomTokenModal/CustomTokenModal.types.d.ts +9 -0
- package/dist/components/CustomTokenModal/CustomTokenModal.types.d.ts.map +1 -0
- package/dist/components/CustomTokenModal/index.d.ts +2 -0
- package/dist/components/CustomTokenModal/index.d.ts.map +1 -0
- package/dist/components/FilterSelector/FilterSelector.style.d.ts +6 -0
- package/dist/components/FilterSelector/FilterSelector.style.d.ts.map +1 -1
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +8 -0
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
- package/dist/components/HistoryGroupedList/HistoryGroupedList.styles.d.ts +6 -0
- package/dist/components/HistoryGroupedList/HistoryGroupedList.styles.d.ts.map +1 -1
- package/dist/components/Layout/Layout.styles.d.ts +4 -0
- package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
- package/dist/components/Layout/PageContainer.d.ts +1 -0
- package/dist/components/Layout/PageContainer.d.ts.map +1 -1
- package/dist/components/Layout/ScrollableArea.d.ts +1 -0
- package/dist/components/Layout/ScrollableArea.d.ts.map +1 -1
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +1 -0
- package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +14 -0
- package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
- package/dist/components/NoResult/NoResult.styles.d.ts +4 -0
- package/dist/components/NoResult/NoResult.styles.d.ts.map +1 -1
- package/dist/components/Quote/Quote.styles.d.ts +22 -1
- package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
- package/dist/components/Quote/QuoteCostDetails.styles.d.ts +5 -0
- package/dist/components/Quote/QuoteCostDetails.styles.d.ts.map +1 -1
- package/dist/components/Quote/QuoteSummary.styles.d.ts +2 -0
- package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
- package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts +4 -0
- package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +1 -1
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +10 -0
- package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +1 -1
- package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +5 -0
- package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +1 -1
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts +4 -0
- package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
- package/dist/components/Quotes/Quotes.styles.d.ts +3 -0
- package/dist/components/Quotes/Quotes.styles.d.ts.map +1 -1
- package/dist/components/RefreshModal/RefreshModal.styles.d.ts +2 -1
- package/dist/components/RefreshModal/RefreshModal.styles.d.ts.map +1 -1
- package/dist/components/SearchInput/SearchInput.styles.d.ts +1 -0
- package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +3 -0
- package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
- package/dist/components/Slippage/Slippage.styles.d.ts +5 -0
- package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts +15 -0
- package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +3 -0
- package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts.map +1 -1
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +2 -0
- package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
- package/dist/components/SwitchFromAndTo/SwitchFromAndTo.styles.d.ts +2 -0
- package/dist/components/SwitchFromAndTo/SwitchFromAndTo.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.styles.d.ts +18 -0
- package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
- package/dist/components/TokenList/TokenList.types.d.ts +5 -2
- package/dist/components/TokenList/TokenList.types.d.ts.map +1 -1
- package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.d.ts +4 -0
- package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.d.ts.map +1 -0
- package/dist/components/{WalletStatefulConnect/DerivationPath.styles.d.ts → WalletDerivationPathModal/WalletDerivationPathModal.styles.d.ts} +3 -1
- package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.styles.d.ts.map +1 -0
- package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.types.d.ts +10 -0
- package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.types.d.ts.map +1 -0
- package/dist/components/WalletDerivationPathModal/index.d.ts +2 -0
- package/dist/components/WalletDerivationPathModal/index.d.ts.map +1 -0
- package/dist/components/WalletModal/WalletModal.d.ts +4 -0
- package/dist/components/WalletModal/WalletModal.d.ts.map +1 -0
- package/dist/components/WalletModal/WalletModal.types.d.ts +10 -0
- package/dist/components/WalletModal/WalletModal.types.d.ts.map +1 -0
- package/dist/components/WalletModal/WalletModalContent.d.ts +4 -0
- package/dist/components/WalletModal/WalletModalContent.d.ts.map +1 -0
- package/dist/components/{WalletStatefulConnect/ConnectStatus.styles.d.ts → WalletModal/WalletModalContent.styles.d.ts} +5 -1
- package/dist/components/{WalletStatefulConnect/ConnectStatus.styles.d.ts.map → WalletModal/WalletModalContent.styles.d.ts.map} +1 -1
- package/dist/components/WalletModal/index.d.ts +2 -0
- package/dist/components/WalletModal/index.d.ts.map +1 -0
- package/dist/components/WalletNamespacesModal/WalletNamespacesModal.d.ts +4 -0
- package/dist/components/WalletNamespacesModal/WalletNamespacesModal.d.ts.map +1 -0
- package/dist/components/{WalletStatefulConnect/Namespaces.styles.d.ts → WalletNamespacesModal/WalletNamespacesModal.styles.d.ts} +2 -1
- package/dist/components/WalletNamespacesModal/WalletNamespacesModal.styles.d.ts.map +1 -0
- package/dist/components/WalletNamespacesModal/WalletNamespacesModal.types.d.ts +10 -0
- package/dist/components/WalletNamespacesModal/WalletNamespacesModal.types.d.ts.map +1 -0
- package/dist/components/WalletNamespacesModal/index.d.ts +2 -0
- package/dist/components/WalletNamespacesModal/index.d.ts.map +1 -0
- package/dist/constants/customTokens.d.ts +2 -0
- package/dist/constants/customTokens.d.ts.map +1 -0
- package/dist/constants/navigationRoutes.d.ts +2 -0
- package/dist/constants/navigationRoutes.d.ts.map +1 -1
- package/dist/constants/searchParams.d.ts +1 -0
- package/dist/constants/searchParams.d.ts.map +1 -1
- package/dist/containers/App/App.styles.d.ts +1 -0
- package/dist/containers/App/App.styles.d.ts.map +1 -1
- package/dist/containers/ExpandedQuotes/ExpandedQuotes.styles.d.ts +2 -0
- package/dist/containers/ExpandedQuotes/ExpandedQuotes.styles.d.ts.map +1 -1
- package/dist/containers/Inputs/Inputs.styles.d.ts +2 -0
- package/dist/containers/Inputs/Inputs.styles.d.ts.map +1 -1
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +3 -0
- package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
- package/dist/containers/Settings/Lists.d.ts.map +1 -1
- package/dist/hooks/useFetchCustomToken.d.ts +16 -0
- package/dist/hooks/useFetchCustomToken.d.ts.map +1 -0
- package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +2 -2
- package/dist/hooks/useSwapInput.d.ts.map +1 -1
- package/dist/hooks/useSyncUrlAndStore/useSyncUrlAndStore.d.ts.map +1 -1
- package/dist/hooks/useTheme.d.ts +1 -0
- package/dist/hooks/useTheme.d.ts.map +1 -1
- package/dist/hooks/useWalletList.d.ts +14 -11
- package/dist/hooks/useWalletList.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +4 -4
- package/dist/pages/AddCustomTokenPage.d.ts +3 -0
- package/dist/pages/AddCustomTokenPage.d.ts.map +1 -0
- package/dist/pages/CustomTokensPage.d.ts +3 -0
- package/dist/pages/CustomTokensPage.d.ts.map +1 -0
- package/dist/pages/SelectBlockchainPage.d.ts +2 -1
- package/dist/pages/SelectBlockchainPage.d.ts.map +1 -1
- package/dist/pages/WalletsPage.d.ts +2 -0
- package/dist/pages/WalletsPage.d.ts.map +1 -1
- package/dist/store/AppStore.d.ts +2 -0
- package/dist/store/AppStore.d.ts.map +1 -1
- package/dist/store/app.d.ts +2 -0
- package/dist/store/app.d.ts.map +1 -1
- package/dist/store/quote.d.ts.map +1 -1
- package/dist/store/slices/data.d.ts +4 -3
- package/dist/store/slices/data.d.ts.map +1 -1
- package/dist/store/slices/settings.d.ts +7 -2
- package/dist/store/slices/settings.d.ts.map +1 -1
- package/dist/store/utils/data.d.ts +4 -1
- package/dist/store/utils/data.d.ts.map +1 -1
- package/dist/types/config.d.ts +3 -1
- package/dist/types/config.d.ts.map +1 -1
- package/dist/utils/meta.d.ts +1 -0
- package/dist/utils/meta.d.ts.map +1 -1
- package/dist/utils/quote.d.ts +1 -0
- package/dist/utils/quote.d.ts.map +1 -1
- package/dist/utils/settings.d.ts +3 -2
- package/dist/utils/settings.d.ts.map +1 -1
- package/dist/utils/swap.d.ts.map +1 -1
- package/dist/widget-embedded.build.json +1 -1
- package/package.json +4 -4
- package/src/components/AppRoutes.tsx +30 -0
- package/src/components/BlockchainList/BlockchainList.styles.ts +3 -1
- package/src/components/BlockchainList/BlockchainList.tsx +26 -17
- package/src/components/BlockchainList/BlockchainList.types.ts +1 -0
- package/src/components/BlockchainSelectorButton/BlockchainSelectorButton.styles.ts +49 -0
- package/src/components/BlockchainSelectorButton/BlockchainSelectorButton.tsx +47 -0
- package/src/components/BlockchainSelectorButton/BlockchainSelectorButton.types.ts +11 -0
- package/src/components/BlockchainSelectorButton/index.ts +1 -0
- package/src/components/ConfirmWalletsModal/WalletList.tsx +243 -52
- package/src/components/CustomDestination/CustomDestination.tsx +5 -3
- package/src/components/CustomTokenModal/CustomTokenModal.helpers.ts +19 -0
- package/src/components/CustomTokenModal/CustomTokenModal.styles.ts +57 -0
- package/src/components/CustomTokenModal/CustomTokenModal.tsx +92 -0
- package/src/components/CustomTokenModal/CustomTokenModal.types.ts +9 -0
- package/src/components/CustomTokenModal/index.ts +1 -0
- package/src/components/HeaderButtons/WalletButton.tsx +1 -1
- package/src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx +113 -23
- package/src/components/TokenList/TokenList.styles.ts +1 -0
- package/src/components/TokenList/TokenList.tsx +76 -51
- package/src/components/TokenList/TokenList.types.ts +5 -2
- package/src/components/{WalletStatefulConnect/DerivationPath.tsx → WalletDerivationPathModal/WalletDerivationPathModal.tsx} +36 -18
- package/src/components/WalletDerivationPathModal/WalletDerivationPathModal.types.tsx +10 -0
- package/src/components/WalletDerivationPathModal/index.ts +1 -0
- package/src/components/WalletModal/WalletModal.tsx +25 -0
- package/src/components/WalletModal/WalletModal.types.ts +11 -0
- package/src/components/{WalletStatefulConnect/ConnectStatus.tsx → WalletModal/WalletModalContent.tsx} +5 -13
- package/src/components/WalletModal/index.ts +1 -0
- package/src/components/{WalletStatefulConnect/Namespaces.tsx → WalletNamespacesModal/WalletNamespacesModal.tsx} +27 -9
- package/src/components/{WalletStatefulConnect/Namespaces.types.tsx → WalletNamespacesModal/WalletNamespacesModal.types.tsx} +5 -2
- package/src/components/WalletNamespacesModal/index.ts +1 -0
- package/src/constants/customTokens.ts +6 -0
- package/src/constants/navigationRoutes.ts +2 -0
- package/src/constants/searchParams.ts +3 -0
- package/src/containers/Settings/Lists.tsx +25 -1
- package/src/hooks/useFetchCustomToken.ts +114 -0
- package/src/hooks/useSwapInput.ts +8 -3
- package/src/hooks/useSyncUrlAndStore/useSyncUrlAndStore.ts +6 -1
- package/src/hooks/useTheme.ts +5 -1
- package/src/hooks/useWalletList.ts +53 -22
- package/src/pages/AddCustomTokenPage.tsx +210 -0
- package/src/pages/CustomTokensPage.tsx +184 -0
- package/src/pages/HistoryPage.tsx +2 -2
- package/src/pages/LiquiditySourcePage.tsx +2 -2
- package/src/pages/SelectBlockchainPage.tsx +15 -8
- package/src/pages/SelectSwapItemsPage.tsx +1 -1
- package/src/pages/WalletsPage.tsx +162 -10
- package/src/store/app.ts +1 -0
- package/src/store/quote.ts +12 -2
- package/src/store/slices/data.ts +61 -8
- package/src/store/slices/settings.ts +35 -2
- package/src/store/utils/data.ts +26 -1
- package/src/store/wallets.ts +1 -1
- package/src/types/config.ts +4 -1
- package/src/utils/meta.ts +12 -1
- package/src/utils/quote.ts +16 -3
- package/src/utils/settings.ts +13 -1
- package/src/utils/swap.ts +7 -7
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts +0 -3
- package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts.map +0 -1
- package/dist/components/StatefulConnectModal/StatefulConnectModal.d.ts +0 -11
- package/dist/components/StatefulConnectModal/StatefulConnectModal.d.ts.map +0 -1
- package/dist/components/StatefulConnectModal/helpers.d.ts +0 -10
- package/dist/components/StatefulConnectModal/helpers.d.ts.map +0 -1
- package/dist/components/StatefulConnectModal/index.d.ts +0 -2
- package/dist/components/StatefulConnectModal/index.d.ts.map +0 -1
- package/dist/components/WalletStatefulConnect/ConnectStatus.d.ts +0 -4
- package/dist/components/WalletStatefulConnect/ConnectStatus.d.ts.map +0 -1
- package/dist/components/WalletStatefulConnect/ConnectStatus.types.d.ts +0 -8
- package/dist/components/WalletStatefulConnect/ConnectStatus.types.d.ts.map +0 -1
- package/dist/components/WalletStatefulConnect/DerivationPath.d.ts +0 -4
- package/dist/components/WalletStatefulConnect/DerivationPath.d.ts.map +0 -1
- package/dist/components/WalletStatefulConnect/DerivationPath.helpers.d.ts +0 -4
- package/dist/components/WalletStatefulConnect/DerivationPath.helpers.d.ts.map +0 -1
- package/dist/components/WalletStatefulConnect/DerivationPath.styles.d.ts.map +0 -1
- package/dist/components/WalletStatefulConnect/DerivationPath.types.d.ts +0 -6
- package/dist/components/WalletStatefulConnect/DerivationPath.types.d.ts.map +0 -1
- package/dist/components/WalletStatefulConnect/ExperimentalChain.d.ts +0 -8
- package/dist/components/WalletStatefulConnect/ExperimentalChain.d.ts.map +0 -1
- package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.d.ts +0 -4
- package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.d.ts.map +0 -1
- package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.helpers.d.ts +0 -8
- package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.helpers.d.ts.map +0 -1
- package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.types.d.ts +0 -6
- package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.types.d.ts.map +0 -1
- package/dist/components/WalletStatefulConnect/Namespaces.d.ts +0 -4
- package/dist/components/WalletStatefulConnect/Namespaces.d.ts.map +0 -1
- package/dist/components/WalletStatefulConnect/Namespaces.helpers.d.ts +0 -3
- package/dist/components/WalletStatefulConnect/Namespaces.helpers.d.ts.map +0 -1
- package/dist/components/WalletStatefulConnect/Namespaces.styles.d.ts.map +0 -1
- package/dist/components/WalletStatefulConnect/Namespaces.types.d.ts +0 -7
- package/dist/components/WalletStatefulConnect/Namespaces.types.d.ts.map +0 -1
- package/dist/components/WalletStatefulConnect/index.d.ts +0 -5
- package/dist/components/WalletStatefulConnect/index.d.ts.map +0 -1
- package/dist/hooks/useStatefulConnect/index.d.ts +0 -5
- package/dist/hooks/useStatefulConnect/index.d.ts.map +0 -1
- package/dist/hooks/useStatefulConnect/useStatefulConnect.d.ts +0 -25
- package/dist/hooks/useStatefulConnect/useStatefulConnect.d.ts.map +0 -1
- package/dist/hooks/useStatefulConnect/useStatefulConnect.helpers.d.ts +0 -8
- package/dist/hooks/useStatefulConnect/useStatefulConnect.helpers.d.ts.map +0 -1
- package/dist/hooks/useStatefulConnect/useStatefulConnect.state.d.ts +0 -9
- package/dist/hooks/useStatefulConnect/useStatefulConnect.state.d.ts.map +0 -1
- package/dist/hooks/useStatefulConnect/useStatefulConnect.types.d.ts +0 -43
- package/dist/hooks/useStatefulConnect/useStatefulConnect.types.d.ts.map +0 -1
- package/src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts +0 -10
- package/src/components/StatefulConnectModal/StatefulConnectModal.tsx +0 -168
- package/src/components/StatefulConnectModal/helpers.ts +0 -23
- package/src/components/StatefulConnectModal/index.ts +0 -1
- package/src/components/WalletStatefulConnect/ConnectStatus.types.ts +0 -11
- package/src/components/WalletStatefulConnect/DerivationPath.helpers.ts +0 -23
- package/src/components/WalletStatefulConnect/DerivationPath.types.ts +0 -6
- package/src/components/WalletStatefulConnect/ExperimentalChain.tsx +0 -36
- package/src/components/WalletStatefulConnect/ExperimentalChainStatus.helpers.ts +0 -53
- package/src/components/WalletStatefulConnect/ExperimentalChainStatus.tsx +0 -35
- package/src/components/WalletStatefulConnect/ExperimentalChainStatus.types.ts +0 -5
- package/src/components/WalletStatefulConnect/Namespaces.helpers.ts +0 -9
- package/src/components/WalletStatefulConnect/index.ts +0 -4
- package/src/hooks/useStatefulConnect/index.ts +0 -9
- package/src/hooks/useStatefulConnect/useStatefulConnect.helpers.ts +0 -13
- package/src/hooks/useStatefulConnect/useStatefulConnect.state.ts +0 -45
- package/src/hooks/useStatefulConnect/useStatefulConnect.ts +0 -232
- package/src/hooks/useStatefulConnect/useStatefulConnect.types.ts +0 -56
- /package/src/components/{WalletStatefulConnect/DerivationPath.styles.ts → WalletDerivationPathModal/WalletDerivationPathModal.styles.ts} +0 -0
- /package/src/components/{WalletStatefulConnect/ConnectStatus.styles.ts → WalletModal/WalletModalContent.styles.ts} +0 -0
- /package/src/components/{WalletStatefulConnect/Namespaces.styles.ts → WalletNamespacesModal/WalletNamespacesModal.styles.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletList.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"WalletList.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAcnD,OAAO,KAA8B,MAAM,OAAO,CAAC;AA8CnD,wBAAgB,UAAU,CAAC,KAAK,EAAE,SAAS,qBA+X1C"}
|
|
@@ -79,6 +79,7 @@ export declare const LogoContainer: import("@stitches/react/types/styled-compone
|
|
|
79
79
|
24: string;
|
|
80
80
|
28: string;
|
|
81
81
|
32: string;
|
|
82
|
+
36: string;
|
|
82
83
|
};
|
|
83
84
|
radii: {
|
|
84
85
|
xs: string;
|
|
@@ -238,6 +239,7 @@ export declare const Spinner: import("@stitches/react/types/styled-component").S
|
|
|
238
239
|
24: string;
|
|
239
240
|
28: string;
|
|
240
241
|
32: string;
|
|
242
|
+
36: string;
|
|
241
243
|
};
|
|
242
244
|
radii: {
|
|
243
245
|
xs: string;
|
|
@@ -397,6 +399,7 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
397
399
|
24: string;
|
|
398
400
|
28: string;
|
|
399
401
|
32: string;
|
|
402
|
+
36: string;
|
|
400
403
|
};
|
|
401
404
|
radii: {
|
|
402
405
|
xs: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WalletList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"WalletList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAWH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYlB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC"}
|
|
@@ -84,6 +84,7 @@ export declare const CollapsibleRoot: import("@stitches/react/types/styled-compo
|
|
|
84
84
|
24: string;
|
|
85
85
|
28: string;
|
|
86
86
|
32: string;
|
|
87
|
+
36: string;
|
|
87
88
|
};
|
|
88
89
|
radii: {
|
|
89
90
|
xs: string;
|
|
@@ -243,6 +244,7 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
|
|
|
243
244
|
24: string;
|
|
244
245
|
28: string;
|
|
245
246
|
32: string;
|
|
247
|
+
36: string;
|
|
246
248
|
};
|
|
247
249
|
radii: {
|
|
248
250
|
xs: string;
|
|
@@ -404,6 +406,7 @@ export declare const CollapsibleContent: import("@stitches/react/types/styled-co
|
|
|
404
406
|
24: string;
|
|
405
407
|
28: string;
|
|
406
408
|
32: string;
|
|
409
|
+
36: string;
|
|
407
410
|
};
|
|
408
411
|
radii: {
|
|
409
412
|
xs: string;
|
|
@@ -565,6 +568,7 @@ export declare const ExpandedIcon: import("@stitches/react/types/styled-componen
|
|
|
565
568
|
24: string;
|
|
566
569
|
28: string;
|
|
567
570
|
32: string;
|
|
571
|
+
36: string;
|
|
568
572
|
};
|
|
569
573
|
radii: {
|
|
570
574
|
xs: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomCollapsible.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomCollapsible/CustomCollapsible.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAG3D,eAAO,MAAM,8BAA8B,MAAM,CAAC;AAoBlD,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"CustomCollapsible.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomCollapsible/CustomCollapsible.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAG3D,eAAO,MAAM,8BAA8B,MAAM,CAAC;AAoBlD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAY1B,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQlB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAY7B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomDestination.d.ts","sourceRoot":"","sources":["../../../src/components/CustomDestination/CustomDestination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAc3D,OAAO,KAA4B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"CustomDestination.d.ts","sourceRoot":"","sources":["../../../src/components/CustomDestination/CustomDestination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAc3D,OAAO,KAA4B,MAAM,OAAO,CAAC;AAiBjD,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,SAAS,qBAsHjD"}
|
|
@@ -80,6 +80,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
80
80
|
24: string;
|
|
81
81
|
28: string;
|
|
82
82
|
32: string;
|
|
83
|
+
36: string;
|
|
83
84
|
};
|
|
84
85
|
radii: {
|
|
85
86
|
xs: string;
|
|
@@ -163,7 +164,7 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
|
|
|
163
164
|
prefix?: import("react").ReactNode;
|
|
164
165
|
suffix?: import("react").ReactNode;
|
|
165
166
|
size?: "small" | "large" | undefined;
|
|
166
|
-
variant?: "
|
|
167
|
+
variant?: "contained" | "outlined" | "ghost" | undefined;
|
|
167
168
|
fullWidth?: boolean | undefined;
|
|
168
169
|
labelProps?: import("@rango-dev/ui").TypographyPropTypes | undefined;
|
|
169
170
|
style?: import("@stitches/react").CSS<{
|
|
@@ -172,7 +173,7 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
|
|
|
172
173
|
themeMap: {};
|
|
173
174
|
utils: {};
|
|
174
175
|
}> | undefined;
|
|
175
|
-
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "
|
|
176
|
+
} & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "prefix"> & {
|
|
176
177
|
children?: import("react").ReactNode;
|
|
177
178
|
} & import("react").RefAttributes<HTMLInputElement>>, {}, {
|
|
178
179
|
xs: string;
|
|
@@ -255,6 +256,7 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
|
|
|
255
256
|
24: string;
|
|
256
257
|
28: string;
|
|
257
258
|
32: string;
|
|
259
|
+
36: string;
|
|
258
260
|
};
|
|
259
261
|
radii: {
|
|
260
262
|
xs: string;
|
|
@@ -414,6 +416,7 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
|
|
|
414
416
|
24: string;
|
|
415
417
|
28: string;
|
|
416
418
|
32: string;
|
|
419
|
+
36: string;
|
|
417
420
|
};
|
|
418
421
|
radii: {
|
|
419
422
|
xs: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomDestination.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomDestination/CustomDestination.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"CustomDestination.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomDestination/CustomDestination.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAapB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG1B,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsBlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomTokenModal.d.ts","sourceRoot":"","sources":["../../../src/components/CustomTokenModal/CustomTokenModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAU1D,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,SAAS,qBAyEhD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomTokenModal.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/CustomTokenModal/CustomTokenModal.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,MAAM,GAAG,IAAI,EACtB,UAAU,EAAE,cAAc,GACzB,MAAM,CAaR"}
|
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
export declare const StyledLink: import("@stitches/react/types/styled-component").StyledComponent<"a", {
|
|
2
|
+
hasHover?: boolean | "true" | "false" | undefined;
|
|
3
|
+
}, {
|
|
4
|
+
xs: string;
|
|
5
|
+
sm: string;
|
|
6
|
+
md: string;
|
|
7
|
+
lg: string;
|
|
8
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
9
|
+
xs: string;
|
|
10
|
+
sm: string;
|
|
11
|
+
md: string;
|
|
12
|
+
lg: string;
|
|
13
|
+
}, {
|
|
14
|
+
colors: {
|
|
15
|
+
primary: string;
|
|
16
|
+
primary500: string;
|
|
17
|
+
primary550: string;
|
|
18
|
+
secondary: string;
|
|
19
|
+
secondary100: string;
|
|
20
|
+
secondary150: string;
|
|
21
|
+
secondary200: string;
|
|
22
|
+
secondary250: string;
|
|
23
|
+
secondary500: string;
|
|
24
|
+
secondary550: string;
|
|
25
|
+
neutral: string;
|
|
26
|
+
neutral100: string;
|
|
27
|
+
neutral200: string;
|
|
28
|
+
neutral300: string;
|
|
29
|
+
neutral400: string;
|
|
30
|
+
neutral500: string;
|
|
31
|
+
neutral600: string;
|
|
32
|
+
neutral700: string;
|
|
33
|
+
neutral800: string;
|
|
34
|
+
neutral900: string;
|
|
35
|
+
error100: string;
|
|
36
|
+
error300: string;
|
|
37
|
+
error500: string;
|
|
38
|
+
error600: string;
|
|
39
|
+
error700: string;
|
|
40
|
+
warning100: string;
|
|
41
|
+
warning300: string;
|
|
42
|
+
warning500: string;
|
|
43
|
+
warning600: string;
|
|
44
|
+
warning700: string;
|
|
45
|
+
info: string;
|
|
46
|
+
info100: string;
|
|
47
|
+
info300: string;
|
|
48
|
+
info500: string;
|
|
49
|
+
info600: string;
|
|
50
|
+
info700: string;
|
|
51
|
+
success100: string;
|
|
52
|
+
success300: string;
|
|
53
|
+
success500: string;
|
|
54
|
+
success600: string;
|
|
55
|
+
success700: string;
|
|
56
|
+
background: string;
|
|
57
|
+
foreground: string;
|
|
58
|
+
};
|
|
59
|
+
space: {
|
|
60
|
+
0: string;
|
|
61
|
+
5: string;
|
|
62
|
+
10: string;
|
|
63
|
+
15: string;
|
|
64
|
+
20: string;
|
|
65
|
+
25: string;
|
|
66
|
+
30: string;
|
|
67
|
+
40: string;
|
|
68
|
+
46: string;
|
|
69
|
+
50: string;
|
|
70
|
+
60: string;
|
|
71
|
+
70: string;
|
|
72
|
+
80: string;
|
|
73
|
+
90: string;
|
|
74
|
+
100: string;
|
|
75
|
+
2: string;
|
|
76
|
+
4: string;
|
|
77
|
+
6: string;
|
|
78
|
+
8: string;
|
|
79
|
+
12: string;
|
|
80
|
+
16: string;
|
|
81
|
+
24: string;
|
|
82
|
+
28: string;
|
|
83
|
+
32: string;
|
|
84
|
+
36: string;
|
|
85
|
+
};
|
|
86
|
+
radii: {
|
|
87
|
+
xs: string;
|
|
88
|
+
sm: string;
|
|
89
|
+
xm: string;
|
|
90
|
+
md: string;
|
|
91
|
+
xl: string;
|
|
92
|
+
lg: string;
|
|
93
|
+
primary: string;
|
|
94
|
+
secondary: string;
|
|
95
|
+
};
|
|
96
|
+
fontSizes: {
|
|
97
|
+
10: string;
|
|
98
|
+
12: string;
|
|
99
|
+
14: string;
|
|
100
|
+
16: string;
|
|
101
|
+
18: string;
|
|
102
|
+
20: string;
|
|
103
|
+
22: string;
|
|
104
|
+
24: string;
|
|
105
|
+
28: string;
|
|
106
|
+
32: string;
|
|
107
|
+
36: string;
|
|
108
|
+
40: string;
|
|
109
|
+
48: string;
|
|
110
|
+
};
|
|
111
|
+
fonts: {
|
|
112
|
+
primary: string;
|
|
113
|
+
widget: string;
|
|
114
|
+
};
|
|
115
|
+
fontWeights: {
|
|
116
|
+
regular: number;
|
|
117
|
+
medium: number;
|
|
118
|
+
semiBold: number;
|
|
119
|
+
bold: number;
|
|
120
|
+
};
|
|
121
|
+
lineHeights: {
|
|
122
|
+
12: string;
|
|
123
|
+
16: string;
|
|
124
|
+
20: string;
|
|
125
|
+
24: string;
|
|
126
|
+
26: string;
|
|
127
|
+
28: string;
|
|
128
|
+
30: string;
|
|
129
|
+
36: string;
|
|
130
|
+
40: string;
|
|
131
|
+
44: string;
|
|
132
|
+
52: string;
|
|
133
|
+
64: string;
|
|
134
|
+
};
|
|
135
|
+
letterSpacings: {};
|
|
136
|
+
sizes: {
|
|
137
|
+
4: string;
|
|
138
|
+
6: string;
|
|
139
|
+
8: string;
|
|
140
|
+
10: string;
|
|
141
|
+
12: string;
|
|
142
|
+
16: string;
|
|
143
|
+
18: string;
|
|
144
|
+
20: string;
|
|
145
|
+
24: string;
|
|
146
|
+
26: string;
|
|
147
|
+
28: string;
|
|
148
|
+
30: string;
|
|
149
|
+
32: string;
|
|
150
|
+
36: string;
|
|
151
|
+
40: string;
|
|
152
|
+
45: string;
|
|
153
|
+
48: string;
|
|
154
|
+
};
|
|
155
|
+
borderWidths: {};
|
|
156
|
+
borderStyles: {};
|
|
157
|
+
shadows: {
|
|
158
|
+
mainContainer: string;
|
|
159
|
+
};
|
|
160
|
+
zIndices: {};
|
|
161
|
+
transitions: {};
|
|
162
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
163
|
+
export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
164
|
+
xs: string;
|
|
165
|
+
sm: string;
|
|
166
|
+
md: string;
|
|
167
|
+
lg: string;
|
|
168
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
169
|
+
xs: string;
|
|
170
|
+
sm: string;
|
|
171
|
+
md: string;
|
|
172
|
+
lg: string;
|
|
173
|
+
}, {
|
|
174
|
+
colors: {
|
|
175
|
+
primary: string;
|
|
176
|
+
primary500: string;
|
|
177
|
+
primary550: string;
|
|
178
|
+
secondary: string;
|
|
179
|
+
secondary100: string;
|
|
180
|
+
secondary150: string;
|
|
181
|
+
secondary200: string;
|
|
182
|
+
secondary250: string;
|
|
183
|
+
secondary500: string;
|
|
184
|
+
secondary550: string;
|
|
185
|
+
neutral: string;
|
|
186
|
+
neutral100: string;
|
|
187
|
+
neutral200: string;
|
|
188
|
+
neutral300: string;
|
|
189
|
+
neutral400: string;
|
|
190
|
+
neutral500: string;
|
|
191
|
+
neutral600: string;
|
|
192
|
+
neutral700: string;
|
|
193
|
+
neutral800: string;
|
|
194
|
+
neutral900: string;
|
|
195
|
+
error100: string;
|
|
196
|
+
error300: string;
|
|
197
|
+
error500: string;
|
|
198
|
+
error600: string;
|
|
199
|
+
error700: string;
|
|
200
|
+
warning100: string;
|
|
201
|
+
warning300: string;
|
|
202
|
+
warning500: string;
|
|
203
|
+
warning600: string;
|
|
204
|
+
warning700: string;
|
|
205
|
+
info: string;
|
|
206
|
+
info100: string;
|
|
207
|
+
info300: string;
|
|
208
|
+
info500: string;
|
|
209
|
+
info600: string;
|
|
210
|
+
info700: string;
|
|
211
|
+
success100: string;
|
|
212
|
+
success300: string;
|
|
213
|
+
success500: string;
|
|
214
|
+
success600: string;
|
|
215
|
+
success700: string;
|
|
216
|
+
background: string;
|
|
217
|
+
foreground: string;
|
|
218
|
+
};
|
|
219
|
+
space: {
|
|
220
|
+
0: string;
|
|
221
|
+
5: string;
|
|
222
|
+
10: string;
|
|
223
|
+
15: string;
|
|
224
|
+
20: string;
|
|
225
|
+
25: string;
|
|
226
|
+
30: string;
|
|
227
|
+
40: string;
|
|
228
|
+
46: string;
|
|
229
|
+
50: string;
|
|
230
|
+
60: string;
|
|
231
|
+
70: string;
|
|
232
|
+
80: string;
|
|
233
|
+
90: string;
|
|
234
|
+
100: string;
|
|
235
|
+
2: string;
|
|
236
|
+
4: string;
|
|
237
|
+
6: string;
|
|
238
|
+
8: string;
|
|
239
|
+
12: string;
|
|
240
|
+
16: string;
|
|
241
|
+
24: string;
|
|
242
|
+
28: string;
|
|
243
|
+
32: string;
|
|
244
|
+
36: string;
|
|
245
|
+
};
|
|
246
|
+
radii: {
|
|
247
|
+
xs: string;
|
|
248
|
+
sm: string;
|
|
249
|
+
xm: string;
|
|
250
|
+
md: string;
|
|
251
|
+
xl: string;
|
|
252
|
+
lg: string;
|
|
253
|
+
primary: string;
|
|
254
|
+
secondary: string;
|
|
255
|
+
};
|
|
256
|
+
fontSizes: {
|
|
257
|
+
10: string;
|
|
258
|
+
12: string;
|
|
259
|
+
14: string;
|
|
260
|
+
16: string;
|
|
261
|
+
18: string;
|
|
262
|
+
20: string;
|
|
263
|
+
22: string;
|
|
264
|
+
24: string;
|
|
265
|
+
28: string;
|
|
266
|
+
32: string;
|
|
267
|
+
36: string;
|
|
268
|
+
40: string;
|
|
269
|
+
48: string;
|
|
270
|
+
};
|
|
271
|
+
fonts: {
|
|
272
|
+
primary: string;
|
|
273
|
+
widget: string;
|
|
274
|
+
};
|
|
275
|
+
fontWeights: {
|
|
276
|
+
regular: number;
|
|
277
|
+
medium: number;
|
|
278
|
+
semiBold: number;
|
|
279
|
+
bold: number;
|
|
280
|
+
};
|
|
281
|
+
lineHeights: {
|
|
282
|
+
12: string;
|
|
283
|
+
16: string;
|
|
284
|
+
20: string;
|
|
285
|
+
24: string;
|
|
286
|
+
26: string;
|
|
287
|
+
28: string;
|
|
288
|
+
30: string;
|
|
289
|
+
36: string;
|
|
290
|
+
40: string;
|
|
291
|
+
44: string;
|
|
292
|
+
52: string;
|
|
293
|
+
64: string;
|
|
294
|
+
};
|
|
295
|
+
letterSpacings: {};
|
|
296
|
+
sizes: {
|
|
297
|
+
4: string;
|
|
298
|
+
6: string;
|
|
299
|
+
8: string;
|
|
300
|
+
10: string;
|
|
301
|
+
12: string;
|
|
302
|
+
16: string;
|
|
303
|
+
18: string;
|
|
304
|
+
20: string;
|
|
305
|
+
24: string;
|
|
306
|
+
26: string;
|
|
307
|
+
28: string;
|
|
308
|
+
30: string;
|
|
309
|
+
32: string;
|
|
310
|
+
36: string;
|
|
311
|
+
40: string;
|
|
312
|
+
45: string;
|
|
313
|
+
48: string;
|
|
314
|
+
};
|
|
315
|
+
borderWidths: {};
|
|
316
|
+
borderStyles: {};
|
|
317
|
+
shadows: {
|
|
318
|
+
mainContainer: string;
|
|
319
|
+
};
|
|
320
|
+
zIndices: {};
|
|
321
|
+
transitions: {};
|
|
322
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
323
|
+
//# sourceMappingURL=CustomTokenModal.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomTokenModal.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomTokenModal/CustomTokenModal.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkCrB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkBpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomTokenModal.types.d.ts","sourceRoot":"","sources":["../../../src/components/CustomTokenModal/CustomTokenModal.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAEvD,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,KAAK,EAAE,KAAK,CAAC;IACb,UAAU,EAAE,cAAc,CAAC;CAC5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CustomTokenModal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -82,6 +82,7 @@ export declare const IconContainer: import("@stitches/react/types/styled-compone
|
|
|
82
82
|
24: string;
|
|
83
83
|
28: string;
|
|
84
84
|
32: string;
|
|
85
|
+
36: string;
|
|
85
86
|
};
|
|
86
87
|
radii: {
|
|
87
88
|
xs: string;
|
|
@@ -245,6 +246,7 @@ export declare const FilterButton: import("@stitches/react/types/styled-componen
|
|
|
245
246
|
24: string;
|
|
246
247
|
28: string;
|
|
247
248
|
32: string;
|
|
249
|
+
36: string;
|
|
248
250
|
};
|
|
249
251
|
radii: {
|
|
250
252
|
xs: string;
|
|
@@ -404,6 +406,7 @@ export declare const Badge: import("@stitches/react/types/styled-component").Sty
|
|
|
404
406
|
24: string;
|
|
405
407
|
28: string;
|
|
406
408
|
32: string;
|
|
409
|
+
36: string;
|
|
407
410
|
};
|
|
408
411
|
radii: {
|
|
409
412
|
xs: string;
|
|
@@ -563,6 +566,7 @@ export declare const FilterContainer: import("@stitches/react/types/styled-compo
|
|
|
563
566
|
24: string;
|
|
564
567
|
28: string;
|
|
565
568
|
32: string;
|
|
569
|
+
36: string;
|
|
566
570
|
};
|
|
567
571
|
radii: {
|
|
568
572
|
xs: string;
|
|
@@ -722,6 +726,7 @@ export declare const centeredFlexContainer: import("@stitches/react/types/styled
|
|
|
722
726
|
24: string;
|
|
723
727
|
28: string;
|
|
724
728
|
32: string;
|
|
729
|
+
36: string;
|
|
725
730
|
};
|
|
726
731
|
radii: {
|
|
727
732
|
xs: string;
|
|
@@ -881,6 +886,7 @@ export declare const FilterList: import("@stitches/react/types/styled-component"
|
|
|
881
886
|
24: string;
|
|
882
887
|
28: string;
|
|
883
888
|
32: string;
|
|
889
|
+
36: string;
|
|
884
890
|
};
|
|
885
891
|
radii: {
|
|
886
892
|
xs: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterSelector.style.d.ts","sourceRoot":"","sources":["../../../src/components/FilterSelector/FilterSelector.style.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"FilterSelector.style.d.ts","sourceRoot":"","sources":["../../../src/components/FilterSelector/FilterSelector.style.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAwBxB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA6BvB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWhB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhC,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQrB,CAAC"}
|
|
@@ -82,6 +82,7 @@ export declare const HeaderButton: import("@stitches/react/types/styled-componen
|
|
|
82
82
|
24: string;
|
|
83
83
|
28: string;
|
|
84
84
|
32: string;
|
|
85
|
+
36: string;
|
|
85
86
|
};
|
|
86
87
|
radii: {
|
|
87
88
|
xs: string;
|
|
@@ -241,6 +242,7 @@ export declare const ConnectedIcon: import("@stitches/react/types/styled-compone
|
|
|
241
242
|
24: string;
|
|
242
243
|
28: string;
|
|
243
244
|
32: string;
|
|
245
|
+
36: string;
|
|
244
246
|
};
|
|
245
247
|
radii: {
|
|
246
248
|
xs: string;
|
|
@@ -400,6 +402,7 @@ export declare const SuffixContainer: import("@stitches/react/types/styled-compo
|
|
|
400
402
|
24: string;
|
|
401
403
|
28: string;
|
|
402
404
|
32: string;
|
|
405
|
+
36: string;
|
|
403
406
|
};
|
|
404
407
|
radii: {
|
|
405
408
|
xs: string;
|
|
@@ -561,6 +564,7 @@ export declare const NotificationsBadgeContainer: import("@stitches/react/types/
|
|
|
561
564
|
24: string;
|
|
562
565
|
28: string;
|
|
563
566
|
32: string;
|
|
567
|
+
36: string;
|
|
564
568
|
};
|
|
565
569
|
radii: {
|
|
566
570
|
xs: string;
|
|
@@ -722,6 +726,7 @@ export declare const ProgressIcon: import("@stitches/react/types/styled-componen
|
|
|
722
726
|
24: string;
|
|
723
727
|
28: string;
|
|
724
728
|
32: string;
|
|
729
|
+
36: string;
|
|
725
730
|
};
|
|
726
731
|
radii: {
|
|
727
732
|
xs: string;
|
|
@@ -881,6 +886,7 @@ export declare const InProgressTransactionBadgeContainer: import("@stitches/reac
|
|
|
881
886
|
24: string;
|
|
882
887
|
28: string;
|
|
883
888
|
32: string;
|
|
889
|
+
36: string;
|
|
884
890
|
};
|
|
885
891
|
radii: {
|
|
886
892
|
xs: string;
|
|
@@ -1040,6 +1046,7 @@ export declare const rowStyles: import("@stitches/react/types/styled-component")
|
|
|
1040
1046
|
24: string;
|
|
1041
1047
|
28: string;
|
|
1042
1048
|
32: string;
|
|
1049
|
+
36: string;
|
|
1043
1050
|
};
|
|
1044
1051
|
radii: {
|
|
1045
1052
|
xs: string;
|
|
@@ -1199,6 +1206,7 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
1199
1206
|
24: string;
|
|
1200
1207
|
28: string;
|
|
1201
1208
|
32: string;
|
|
1209
|
+
36: string;
|
|
1202
1210
|
};
|
|
1203
1211
|
radii: {
|
|
1204
1212
|
xs: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderButtons.styles.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"HeaderButtons.styles.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWvB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWxB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAO1B,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAoBtC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUvB,CAAC;AAEH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM9C,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAS/B,CAAC"}
|
|
@@ -79,6 +79,7 @@ export declare const groupStyles: import("@stitches/react/types/styled-component
|
|
|
79
79
|
24: string;
|
|
80
80
|
28: string;
|
|
81
81
|
32: string;
|
|
82
|
+
36: string;
|
|
82
83
|
};
|
|
83
84
|
radii: {
|
|
84
85
|
xs: string;
|
|
@@ -238,6 +239,7 @@ export declare const SwapItemContainer: import("@stitches/react/types/styled-com
|
|
|
238
239
|
24: string;
|
|
239
240
|
28: string;
|
|
240
241
|
32: string;
|
|
242
|
+
36: string;
|
|
241
243
|
};
|
|
242
244
|
radii: {
|
|
243
245
|
xs: string;
|
|
@@ -397,6 +399,7 @@ export declare const Group: import("@stitches/react/types/styled-component").Sty
|
|
|
397
399
|
24: string;
|
|
398
400
|
28: string;
|
|
399
401
|
32: string;
|
|
402
|
+
36: string;
|
|
400
403
|
};
|
|
401
404
|
radii: {
|
|
402
405
|
xs: string;
|
|
@@ -556,6 +559,7 @@ export declare const Time: import("@stitches/react/types/styled-component").Styl
|
|
|
556
559
|
24: string;
|
|
557
560
|
28: string;
|
|
558
561
|
32: string;
|
|
562
|
+
36: string;
|
|
559
563
|
};
|
|
560
564
|
radii: {
|
|
561
565
|
xs: string;
|
|
@@ -715,6 +719,7 @@ export declare const SwapList: import("@stitches/react/types/styled-component").
|
|
|
715
719
|
24: string;
|
|
716
720
|
28: string;
|
|
717
721
|
32: string;
|
|
722
|
+
36: string;
|
|
718
723
|
};
|
|
719
724
|
radii: {
|
|
720
725
|
xs: string;
|
|
@@ -874,6 +879,7 @@ export declare const NotFoundContainer: import("@stitches/react/types/styled-com
|
|
|
874
879
|
24: string;
|
|
875
880
|
28: string;
|
|
876
881
|
32: string;
|
|
882
|
+
36: string;
|
|
877
883
|
};
|
|
878
884
|
radii: {
|
|
879
885
|
xs: string;
|