thirdweb 5.30.0-nightly-e7434891354f351d2a399daebdddae9cf1fc817b-20240623000619 → 5.30.0-nightly-3979ff0238ae9b3a0a216e6c2d562eb7206a9fe8-20240626085813
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/cjs/auth/verifySignature.js +15 -1
- package/dist/cjs/auth/verifySignature.js.map +1 -1
- package/dist/cjs/exports/extensions/erc1155.js +3 -1
- package/dist/cjs/exports/extensions/erc1155.js.map +1 -1
- package/dist/cjs/exports/transaction.js +3 -1
- package/dist/cjs/exports/transaction.js.map +1 -1
- package/dist/cjs/react/core/design-system/index.js +2 -0
- package/dist/cjs/react/core/design-system/index.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/ConnectButton.js +12 -24
- package/dist/cjs/react/web/ui/ConnectWallet/ConnectButton.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/AllWalletsUI.js +4 -6
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/AllWalletsUI.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/AnyWalletConnectUI.js +12 -14
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/AnyWalletConnectUI.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/ConnectEmbed.js +31 -28
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/ConnectEmbed.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/ConnectModal.js +7 -5
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/ConnectModal.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/ConnectModalContent.js +15 -17
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/ConnectModalContent.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/ConnectModalInline.js +11 -13
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/ConnectModalInline.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/DeepLinkConnectUI.js +1 -4
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/DeepLinkConnectUI.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/InjectedConnectUI.js +4 -6
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/InjectedConnectUI.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/SmartWalletConnectUI.js +8 -11
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/SmartWalletConnectUI.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/TOS.js +1 -3
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/TOS.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/screen.js +5 -9
- package/dist/cjs/react/web/ui/ConnectWallet/Modal/screen.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/NetworkSelector.js +2 -2
- package/dist/cjs/react/web/ui/ConnectWallet/NetworkSelector.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/WalletEntryButton.js +2 -4
- package/dist/cjs/react/web/ui/ConnectWallet/WalletEntryButton.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/WalletSelector.js +24 -30
- package/dist/cjs/react/web/ui/ConnectWallet/WalletSelector.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/BuyScreen.js +114 -86
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/BuyScreen.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/PayTokenIcon.js +25 -0
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/PayTokenIcon.js.map +1 -0
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/fiat/CurrencySelection.js +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/fiat/CurrencySelection.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatSteps.js +7 -3
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatSteps.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatTxDetailsTable.js +2 -2
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatTxDetailsTable.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/main/useBuyTxStates.js +4 -11
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/main/useBuyTxStates.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/main/useEnabledPaymentMethods.js +3 -16
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/main/useEnabledPaymentMethods.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/main/useUISelectionStates.js +0 -3
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/main/useUISelectionStates.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/swap/BuyTokenInput.js +4 -6
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/swap/BuyTokenInput.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/swap/ConfirmationScreen.js +2 -2
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/swap/ConfirmationScreen.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/swap/PayWithCrypto.js +2 -2
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/swap/PayWithCrypto.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/tx-history/BuyTxHistoryButton.js +2 -2
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/tx-history/BuyTxHistoryButton.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/tx-history/TokenInfoRow.js +2 -2
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/tx-history/TokenInfoRow.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/utils.js +7 -0
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/utils.js.map +1 -0
- package/dist/cjs/react/web/ui/ConnectWallet/screens/SignatureScreen.js +2 -4
- package/dist/cjs/react/web/ui/ConnectWallet/screens/SignatureScreen.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/StartScreen.js +7 -9
- package/dist/cjs/react/web/ui/ConnectWallet/screens/StartScreen.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/TokenSelector.js +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/TokenSelector.js.map +1 -1
- package/dist/cjs/react/web/ui/ConnectWallet/useConnectModal.js +23 -27
- package/dist/cjs/react/web/ui/ConnectWallet/useConnectModal.js.map +1 -1
- package/dist/cjs/react/web/ui/PayEmbed.js +1 -0
- package/dist/cjs/react/web/ui/PayEmbed.js.map +1 -1
- package/dist/cjs/react/web/ui/components/ChainName.js +12 -1
- package/dist/cjs/react/web/ui/components/ChainName.js.map +1 -1
- package/dist/cjs/react/web/ui/components/basic.js +1 -1
- package/dist/cjs/react/web/ui/components/basic.js.map +1 -1
- package/dist/cjs/react/web/ui/components/buttons.js +6 -0
- package/dist/cjs/react/web/ui/components/buttons.js.map +1 -1
- package/dist/cjs/react/web/wallets/ecosystem/EcosystemWalletConnectUI.js +6 -8
- package/dist/cjs/react/web/wallets/ecosystem/EcosystemWalletConnectUI.js.map +1 -1
- package/dist/cjs/react/web/wallets/ecosystem/EcosystemWalletFormUI.js +5 -7
- package/dist/cjs/react/web/wallets/ecosystem/EcosystemWalletFormUI.js.map +1 -1
- package/dist/cjs/react/web/wallets/in-app/InAppWalletConnectUI.js +6 -8
- package/dist/cjs/react/web/wallets/in-app/InAppWalletConnectUI.js.map +1 -1
- package/dist/cjs/react/web/wallets/in-app/InAppWalletFormUI.js +8 -11
- package/dist/cjs/react/web/wallets/in-app/InAppWalletFormUI.js.map +1 -1
- package/dist/cjs/react/web/wallets/in-app/InAppWalletSelectionUI.js +5 -7
- package/dist/cjs/react/web/wallets/in-app/InAppWalletSelectionUI.js.map +1 -1
- package/dist/cjs/react/web/wallets/in-app/useInAppWalletLocale.js +5 -5
- package/dist/cjs/react/web/wallets/in-app/useInAppWalletLocale.js.map +1 -1
- package/dist/cjs/react/web/wallets/shared/CoinbaseSDKConnection.js +4 -6
- package/dist/cjs/react/web/wallets/shared/CoinbaseSDKConnection.js.map +1 -1
- package/dist/cjs/react/web/wallets/shared/ConnectWalletSocialOptions.js +7 -9
- package/dist/cjs/react/web/wallets/shared/ConnectWalletSocialOptions.js.map +1 -1
- package/dist/cjs/react/web/wallets/shared/ConnectingScreen.js +3 -5
- package/dist/cjs/react/web/wallets/shared/ConnectingScreen.js.map +1 -1
- package/dist/cjs/react/web/wallets/shared/GetStartedScreen.js +4 -6
- package/dist/cjs/react/web/wallets/shared/GetStartedScreen.js.map +1 -1
- package/dist/cjs/react/web/wallets/shared/OTPLoginUI.js +8 -10
- package/dist/cjs/react/web/wallets/shared/OTPLoginUI.js.map +1 -1
- package/dist/cjs/react/web/wallets/shared/PassKeyLogin.js +2 -4
- package/dist/cjs/react/web/wallets/shared/PassKeyLogin.js.map +1 -1
- package/dist/cjs/react/web/wallets/shared/SocialLogin.js +3 -6
- package/dist/cjs/react/web/wallets/shared/SocialLogin.js.map +1 -1
- package/dist/cjs/react/web/wallets/shared/WalletConnectConnection.js +24 -27
- package/dist/cjs/react/web/wallets/shared/WalletConnectConnection.js.map +1 -1
- package/dist/cjs/react/web/wallets/shared/locale/en.js.map +1 -1
- package/dist/cjs/react/web/wallets/shared/locale/es.js.map +1 -1
- package/dist/cjs/react/web/wallets/shared/locale/getConnectLocale.js +2 -2
- package/dist/cjs/react/web/wallets/shared/locale/getConnectLocale.js.map +1 -1
- package/dist/cjs/react/web/wallets/shared/locale/ja.js.map +1 -1
- package/dist/cjs/react/web/wallets/shared/locale/tl.js.map +1 -1
- package/dist/cjs/react/web/wallets/walletConnect/locale.js +3 -3
- package/dist/cjs/react/web/wallets/walletConnect/locale.js.map +1 -1
- package/dist/cjs/transaction/actions/gasless/send-gasless-transaction.js +14 -4
- package/dist/cjs/transaction/actions/gasless/send-gasless-transaction.js.map +1 -1
- package/dist/cjs/transaction/actions/send-transaction.js +7 -0
- package/dist/cjs/transaction/actions/send-transaction.js.map +1 -1
- package/dist/cjs/transaction/transaction-store.js +33 -0
- package/dist/cjs/transaction/transaction-store.js.map +1 -0
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/wallets/in-app/web/utils/Storage/LocalStorage.js.map +1 -1
- package/dist/cjs/wallets/wallet-connect/controller.js +7 -3
- package/dist/cjs/wallets/wallet-connect/controller.js.map +1 -1
- package/dist/esm/auth/verifySignature.js +15 -1
- package/dist/esm/auth/verifySignature.js.map +1 -1
- package/dist/esm/exports/extensions/erc1155.js +1 -0
- package/dist/esm/exports/extensions/erc1155.js.map +1 -1
- package/dist/esm/exports/transaction.js +1 -0
- package/dist/esm/exports/transaction.js.map +1 -1
- package/dist/esm/react/core/design-system/index.js +2 -0
- package/dist/esm/react/core/design-system/index.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/ConnectButton.js +12 -24
- package/dist/esm/react/web/ui/ConnectWallet/ConnectButton.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/Modal/AllWalletsUI.js +4 -6
- package/dist/esm/react/web/ui/ConnectWallet/Modal/AllWalletsUI.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/Modal/AnyWalletConnectUI.js +12 -14
- package/dist/esm/react/web/ui/ConnectWallet/Modal/AnyWalletConnectUI.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/Modal/ConnectEmbed.js +31 -28
- package/dist/esm/react/web/ui/ConnectWallet/Modal/ConnectEmbed.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/Modal/ConnectModal.js +7 -5
- package/dist/esm/react/web/ui/ConnectWallet/Modal/ConnectModal.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/Modal/ConnectModalContent.js +16 -18
- package/dist/esm/react/web/ui/ConnectWallet/Modal/ConnectModalContent.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/Modal/ConnectModalInline.js +11 -13
- package/dist/esm/react/web/ui/ConnectWallet/Modal/ConnectModalInline.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/Modal/DeepLinkConnectUI.js +1 -4
- package/dist/esm/react/web/ui/ConnectWallet/Modal/DeepLinkConnectUI.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/Modal/InjectedConnectUI.js +4 -6
- package/dist/esm/react/web/ui/ConnectWallet/Modal/InjectedConnectUI.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/Modal/SmartWalletConnectUI.js +8 -11
- package/dist/esm/react/web/ui/ConnectWallet/Modal/SmartWalletConnectUI.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/Modal/TOS.js +1 -3
- package/dist/esm/react/web/ui/ConnectWallet/Modal/TOS.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/Modal/screen.js +5 -9
- package/dist/esm/react/web/ui/ConnectWallet/Modal/screen.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/NetworkSelector.js +2 -2
- package/dist/esm/react/web/ui/ConnectWallet/NetworkSelector.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/WalletEntryButton.js +2 -4
- package/dist/esm/react/web/ui/ConnectWallet/WalletEntryButton.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/WalletSelector.js +24 -30
- package/dist/esm/react/web/ui/ConnectWallet/WalletSelector.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/BuyScreen.js +115 -87
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/BuyScreen.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/PayTokenIcon.js +22 -0
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/PayTokenIcon.js.map +1 -0
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/fiat/CurrencySelection.js +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/fiat/CurrencySelection.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatSteps.js +7 -3
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatSteps.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatTxDetailsTable.js +2 -2
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatTxDetailsTable.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/main/useBuyTxStates.js +4 -11
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/main/useBuyTxStates.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/main/useEnabledPaymentMethods.js +3 -16
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/main/useEnabledPaymentMethods.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/main/useUISelectionStates.js +0 -3
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/main/useUISelectionStates.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/swap/BuyTokenInput.js +4 -6
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/swap/BuyTokenInput.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/swap/ConfirmationScreen.js +2 -2
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/swap/ConfirmationScreen.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/swap/PayWithCrypto.js +2 -2
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/swap/PayWithCrypto.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/tx-history/BuyTxHistoryButton.js +2 -2
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/tx-history/BuyTxHistoryButton.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/tx-history/TokenInfoRow.js +2 -2
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/tx-history/TokenInfoRow.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/utils.js +4 -0
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/utils.js.map +1 -0
- package/dist/esm/react/web/ui/ConnectWallet/screens/SignatureScreen.js +2 -4
- package/dist/esm/react/web/ui/ConnectWallet/screens/SignatureScreen.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/StartScreen.js +7 -9
- package/dist/esm/react/web/ui/ConnectWallet/screens/StartScreen.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/TokenSelector.js +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/TokenSelector.js.map +1 -1
- package/dist/esm/react/web/ui/ConnectWallet/useConnectModal.js +23 -27
- package/dist/esm/react/web/ui/ConnectWallet/useConnectModal.js.map +1 -1
- package/dist/esm/react/web/ui/PayEmbed.js +1 -0
- package/dist/esm/react/web/ui/PayEmbed.js.map +1 -1
- package/dist/esm/react/web/ui/components/ChainName.js +12 -1
- package/dist/esm/react/web/ui/components/ChainName.js.map +1 -1
- package/dist/esm/react/web/ui/components/basic.js +1 -1
- package/dist/esm/react/web/ui/components/basic.js.map +1 -1
- package/dist/esm/react/web/ui/components/buttons.js +6 -0
- package/dist/esm/react/web/ui/components/buttons.js.map +1 -1
- package/dist/esm/react/web/wallets/ecosystem/EcosystemWalletConnectUI.js +7 -9
- package/dist/esm/react/web/wallets/ecosystem/EcosystemWalletConnectUI.js.map +1 -1
- package/dist/esm/react/web/wallets/ecosystem/EcosystemWalletFormUI.js +5 -7
- package/dist/esm/react/web/wallets/ecosystem/EcosystemWalletFormUI.js.map +1 -1
- package/dist/esm/react/web/wallets/in-app/InAppWalletConnectUI.js +7 -9
- package/dist/esm/react/web/wallets/in-app/InAppWalletConnectUI.js.map +1 -1
- package/dist/esm/react/web/wallets/in-app/InAppWalletFormUI.js +8 -11
- package/dist/esm/react/web/wallets/in-app/InAppWalletFormUI.js.map +1 -1
- package/dist/esm/react/web/wallets/in-app/InAppWalletSelectionUI.js +6 -8
- package/dist/esm/react/web/wallets/in-app/InAppWalletSelectionUI.js.map +1 -1
- package/dist/esm/react/web/wallets/in-app/useInAppWalletLocale.js +5 -5
- package/dist/esm/react/web/wallets/in-app/useInAppWalletLocale.js.map +1 -1
- package/dist/esm/react/web/wallets/shared/CoinbaseSDKConnection.js +4 -6
- package/dist/esm/react/web/wallets/shared/CoinbaseSDKConnection.js.map +1 -1
- package/dist/esm/react/web/wallets/shared/ConnectWalletSocialOptions.js +7 -9
- package/dist/esm/react/web/wallets/shared/ConnectWalletSocialOptions.js.map +1 -1
- package/dist/esm/react/web/wallets/shared/ConnectingScreen.js +3 -5
- package/dist/esm/react/web/wallets/shared/ConnectingScreen.js.map +1 -1
- package/dist/esm/react/web/wallets/shared/GetStartedScreen.js +4 -6
- package/dist/esm/react/web/wallets/shared/GetStartedScreen.js.map +1 -1
- package/dist/esm/react/web/wallets/shared/OTPLoginUI.js +8 -10
- package/dist/esm/react/web/wallets/shared/OTPLoginUI.js.map +1 -1
- package/dist/esm/react/web/wallets/shared/PassKeyLogin.js +2 -4
- package/dist/esm/react/web/wallets/shared/PassKeyLogin.js.map +1 -1
- package/dist/esm/react/web/wallets/shared/SocialLogin.js +3 -6
- package/dist/esm/react/web/wallets/shared/SocialLogin.js.map +1 -1
- package/dist/esm/react/web/wallets/shared/WalletConnectConnection.js +24 -27
- package/dist/esm/react/web/wallets/shared/WalletConnectConnection.js.map +1 -1
- package/dist/esm/react/web/wallets/shared/locale/en.js.map +1 -1
- package/dist/esm/react/web/wallets/shared/locale/es.js.map +1 -1
- package/dist/esm/react/web/wallets/shared/locale/getConnectLocale.js +1 -1
- package/dist/esm/react/web/wallets/shared/locale/getConnectLocale.js.map +1 -1
- package/dist/esm/react/web/wallets/shared/locale/ja.js.map +1 -1
- package/dist/esm/react/web/wallets/shared/locale/tl.js.map +1 -1
- package/dist/esm/react/web/wallets/walletConnect/locale.js +3 -3
- package/dist/esm/react/web/wallets/walletConnect/locale.js.map +1 -1
- package/dist/esm/transaction/actions/gasless/send-gasless-transaction.js +14 -4
- package/dist/esm/transaction/actions/gasless/send-gasless-transaction.js.map +1 -1
- package/dist/esm/transaction/actions/send-transaction.js +7 -0
- package/dist/esm/transaction/actions/send-transaction.js.map +1 -1
- package/dist/esm/transaction/transaction-store.js +29 -0
- package/dist/esm/transaction/transaction-store.js.map +1 -0
- package/dist/esm/version.js +1 -1
- package/dist/esm/wallets/in-app/web/utils/Storage/LocalStorage.js.map +1 -1
- package/dist/esm/wallets/wallet-connect/controller.js +7 -3
- package/dist/esm/wallets/wallet-connect/controller.js.map +1 -1
- package/dist/types/auth/verifySignature.d.ts +0 -20
- package/dist/types/auth/verifySignature.d.ts.map +1 -1
- package/dist/types/exports/extensions/erc1155.d.ts +1 -0
- package/dist/types/exports/extensions/erc1155.d.ts.map +1 -1
- package/dist/types/exports/transaction.d.ts +1 -0
- package/dist/types/exports/transaction.d.ts.map +1 -1
- package/dist/types/react/core/design-system/index.d.ts +2 -0
- package/dist/types/react/core/design-system/index.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/ConnectButton.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/ConnectButtonProps.d.ts +2 -2
- package/dist/types/react/web/ui/ConnectWallet/Modal/AllWalletsUI.d.ts +7 -0
- package/dist/types/react/web/ui/ConnectWallet/Modal/AllWalletsUI.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/Modal/AnyWalletConnectUI.d.ts +20 -0
- package/dist/types/react/web/ui/ConnectWallet/Modal/AnyWalletConnectUI.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectEmbed.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModal.d.ts +32 -0
- package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModal.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalContent.d.ts +32 -0
- package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalContent.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalInline.d.ts +31 -2
- package/dist/types/react/web/ui/ConnectWallet/Modal/ConnectModalInline.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/Modal/DeepLinkConnectUI.d.ts +2 -0
- package/dist/types/react/web/ui/ConnectWallet/Modal/DeepLinkConnectUI.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/Modal/InjectedConnectUI.d.ts +5 -0
- package/dist/types/react/web/ui/ConnectWallet/Modal/InjectedConnectUI.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/Modal/SmartWalletConnectUI.d.ts +20 -0
- package/dist/types/react/web/ui/ConnectWallet/Modal/SmartWalletConnectUI.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/Modal/TOS.d.ts +2 -0
- package/dist/types/react/web/ui/ConnectWallet/Modal/TOS.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/Modal/screen.d.ts +6 -1
- package/dist/types/react/web/ui/ConnectWallet/Modal/screen.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/NetworkSelector.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/WalletEntryButton.d.ts +6 -0
- package/dist/types/react/web/ui/ConnectWallet/WalletEntryButton.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/WalletSelector.d.ts +25 -0
- package/dist/types/react/web/ui/ConnectWallet/WalletSelector.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/BuyScreen.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayTokenIcon.d.ts +14 -0
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PayTokenIcon.d.ts.map +1 -0
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatSteps.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/main/types.d.ts +9 -5
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/main/types.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/main/useBuyTxStates.d.ts +2 -3
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/main/useBuyTxStates.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/main/useEnabledPaymentMethods.d.ts +2 -2
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/main/useEnabledPaymentMethods.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/main/useUISelectionStates.d.ts +0 -2
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/main/useUISelectionStates.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/BuyTokenInput.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/ConfirmationScreen.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/swap/PayWithCrypto.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/utils.d.ts +2 -0
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/utils.d.ts.map +1 -0
- package/dist/types/react/web/ui/ConnectWallet/screens/SignatureScreen.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/screens/StartScreen.d.ts +13 -1
- package/dist/types/react/web/ui/ConnectWallet/screens/StartScreen.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/screens/TokenSelector.d.ts +1 -0
- package/dist/types/react/web/ui/ConnectWallet/screens/TokenSelector.d.ts.map +1 -1
- package/dist/types/react/web/ui/ConnectWallet/useConnectModal.d.ts.map +1 -1
- package/dist/types/react/web/ui/PayEmbed.d.ts +1 -0
- package/dist/types/react/web/ui/PayEmbed.d.ts.map +1 -1
- package/dist/types/react/web/ui/components/ChainName.d.ts +1 -0
- package/dist/types/react/web/ui/components/ChainName.d.ts.map +1 -1
- package/dist/types/react/web/ui/components/basic.d.ts +1 -0
- package/dist/types/react/web/ui/components/basic.d.ts.map +1 -1
- package/dist/types/react/web/ui/components/buttons.d.ts +2 -1
- package/dist/types/react/web/ui/components/buttons.d.ts.map +1 -1
- package/dist/types/react/web/wallets/ecosystem/EcosystemWalletConnectUI.d.ts +16 -0
- package/dist/types/react/web/wallets/ecosystem/EcosystemWalletConnectUI.d.ts.map +1 -1
- package/dist/types/react/web/wallets/ecosystem/EcosystemWalletFormUI.d.ts +16 -2
- package/dist/types/react/web/wallets/ecosystem/EcosystemWalletFormUI.d.ts.map +1 -1
- package/dist/types/react/web/wallets/in-app/InAppWalletConnectUI.d.ts +16 -0
- package/dist/types/react/web/wallets/in-app/InAppWalletConnectUI.d.ts.map +1 -1
- package/dist/types/react/web/wallets/in-app/InAppWalletFormUI.d.ts +16 -2
- package/dist/types/react/web/wallets/in-app/InAppWalletFormUI.d.ts.map +1 -1
- package/dist/types/react/web/wallets/in-app/InAppWalletSelectionUI.d.ts +10 -0
- package/dist/types/react/web/wallets/in-app/InAppWalletSelectionUI.d.ts.map +1 -1
- package/dist/types/react/web/wallets/in-app/useInAppWalletLocale.d.ts +3 -2
- package/dist/types/react/web/wallets/in-app/useInAppWalletLocale.d.ts.map +1 -1
- package/dist/types/react/web/wallets/shared/CoinbaseSDKConnection.d.ts +6 -1
- package/dist/types/react/web/wallets/shared/CoinbaseSDKConnection.d.ts.map +1 -1
- package/dist/types/react/web/wallets/shared/ConnectWalletSocialOptions.d.ts +7 -2
- package/dist/types/react/web/wallets/shared/ConnectWalletSocialOptions.d.ts.map +1 -1
- package/dist/types/react/web/wallets/shared/ConnectingScreen.d.ts +3 -0
- package/dist/types/react/web/wallets/shared/ConnectingScreen.d.ts.map +1 -1
- package/dist/types/react/web/wallets/shared/GetStartedScreen.d.ts +2 -0
- package/dist/types/react/web/wallets/shared/GetStartedScreen.d.ts.map +1 -1
- package/dist/types/react/web/wallets/shared/OTPLoginUI.d.ts +7 -2
- package/dist/types/react/web/wallets/shared/OTPLoginUI.d.ts.map +1 -1
- package/dist/types/react/web/wallets/shared/PassKeyLogin.d.ts +5 -0
- package/dist/types/react/web/wallets/shared/PassKeyLogin.d.ts.map +1 -1
- package/dist/types/react/web/wallets/shared/SocialLogin.d.ts +7 -2
- package/dist/types/react/web/wallets/shared/SocialLogin.d.ts.map +1 -1
- package/dist/types/react/web/wallets/shared/WalletConnectConnection.d.ts +16 -0
- package/dist/types/react/web/wallets/shared/WalletConnectConnection.d.ts.map +1 -1
- package/dist/types/react/web/wallets/shared/locale/en.d.ts.map +1 -1
- package/dist/types/react/web/wallets/shared/locale/es.d.ts.map +1 -1
- package/dist/types/react/web/wallets/shared/locale/getConnectLocale.d.ts +2 -2
- package/dist/types/react/web/wallets/shared/locale/getConnectLocale.d.ts.map +1 -1
- package/dist/types/react/web/wallets/shared/locale/ja.d.ts.map +1 -1
- package/dist/types/react/web/wallets/shared/locale/tl.d.ts.map +1 -1
- package/dist/types/react/web/wallets/shared/locale/types.d.ts +1 -1
- package/dist/types/react/web/wallets/shared/locale/types.d.ts.map +1 -1
- package/dist/types/transaction/actions/gasless/send-gasless-transaction.d.ts.map +1 -1
- package/dist/types/transaction/actions/send-transaction.d.ts.map +1 -1
- package/dist/types/transaction/actions/zksync/getEip721Domain.d.ts +3 -3
- package/dist/types/transaction/prepare-transaction.d.ts +3 -3
- package/dist/types/transaction/transaction-store.d.ts +22 -0
- package/dist/types/transaction/transaction-store.d.ts.map +1 -0
- package/dist/types/version.d.ts +1 -1
- package/dist/types/wallets/in-app/web/utils/Storage/LocalStorage.d.ts.map +1 -1
- package/package.json +4 -1
- package/src/auth/verifySignature.ts +16 -1
- package/src/exports/extensions/erc1155.ts +4 -0
- package/src/exports/transaction.ts +1 -0
- package/src/extensions/airdrop/write/airdropERC1155WithSignature.test.ts +8 -9
- package/src/extensions/airdrop/write/airdropERC20WithSignature.test.ts +9 -10
- package/src/extensions/airdrop/write/airdropERC721WithSignature.test.ts +5 -5
- package/src/extensions/airdrop/write/claimERC1155.test.ts +6 -6
- package/src/extensions/airdrop/write/claimERC20.test.ts +7 -7
- package/src/extensions/airdrop/write/claimERC721.test.ts +6 -6
- package/src/react/core/design-system/index.ts +2 -0
- package/src/react/web/ui/ConnectWallet/ConnectButton.tsx +35 -33
- package/src/react/web/ui/ConnectWallet/ConnectButtonProps.ts +2 -2
- package/src/react/web/ui/ConnectWallet/Modal/AllWalletsUI.tsx +13 -6
- package/src/react/web/ui/ConnectWallet/Modal/AnyWalletConnectUI.tsx +58 -4
- package/src/react/web/ui/ConnectWallet/Modal/ConnectEmbed.tsx +97 -38
- package/src/react/web/ui/ConnectWallet/Modal/ConnectModal.tsx +56 -4
- package/src/react/web/ui/ConnectWallet/Modal/ConnectModalContent.tsx +98 -30
- package/src/react/web/ui/ConnectWallet/Modal/ConnectModalInline.tsx +100 -15
- package/src/react/web/ui/ConnectWallet/Modal/DeepLinkConnectUI.tsx +3 -5
- package/src/react/web/ui/ConnectWallet/Modal/InjectedConnectUI.tsx +10 -5
- package/src/react/web/ui/ConnectWallet/Modal/SmartWalletConnectUI.tsx +43 -10
- package/src/react/web/ui/ConnectWallet/Modal/TOS.tsx +3 -3
- package/src/react/web/ui/ConnectWallet/Modal/screen.tsx +10 -12
- package/src/react/web/ui/ConnectWallet/NetworkSelector.tsx +2 -1
- package/src/react/web/ui/ConnectWallet/WalletEntryButton.tsx +14 -6
- package/src/react/web/ui/ConnectWallet/WalletSelector.tsx +112 -33
- package/src/react/web/ui/ConnectWallet/screens/Buy/BuyScreen.tsx +411 -204
- package/src/react/web/ui/ConnectWallet/screens/Buy/PayTokenIcon.tsx +45 -0
- package/src/react/web/ui/ConnectWallet/screens/Buy/fiat/CurrencySelection.tsx +1 -1
- package/src/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatSteps.tsx +7 -3
- package/src/react/web/ui/ConnectWallet/screens/Buy/fiat/FiatTxDetailsTable.tsx +12 -12
- package/src/react/web/ui/ConnectWallet/screens/Buy/main/types.ts +14 -5
- package/src/react/web/ui/ConnectWallet/screens/Buy/main/useBuyTxStates.ts +6 -15
- package/src/react/web/ui/ConnectWallet/screens/Buy/main/useEnabledPaymentMethods.ts +3 -28
- package/src/react/web/ui/ConnectWallet/screens/Buy/main/useUISelectionStates.ts +2 -3
- package/src/react/web/ui/ConnectWallet/screens/Buy/swap/BuyTokenInput.tsx +4 -6
- package/src/react/web/ui/ConnectWallet/screens/Buy/swap/ConfirmationScreen.tsx +2 -2
- package/src/react/web/ui/ConnectWallet/screens/Buy/swap/PayWithCrypto.tsx +2 -2
- package/src/react/web/ui/ConnectWallet/screens/Buy/tx-history/BuyTxHistoryButton.tsx +2 -2
- package/src/react/web/ui/ConnectWallet/screens/Buy/tx-history/TokenInfoRow.tsx +2 -2
- package/src/react/web/ui/ConnectWallet/screens/Buy/utils.ts +3 -0
- package/src/react/web/ui/ConnectWallet/screens/SignatureScreen.tsx +2 -3
- package/src/react/web/ui/ConnectWallet/screens/StartScreen.tsx +23 -14
- package/src/react/web/ui/ConnectWallet/screens/TokenSelector.tsx +5 -1
- package/src/react/web/ui/ConnectWallet/useConnectModal.tsx +44 -39
- package/src/react/web/ui/PayEmbed-disconnected.test.tsx +15 -0
- package/src/react/web/ui/PayEmbed.test.tsx +33 -6
- package/src/react/web/ui/PayEmbed.tsx +3 -0
- package/src/react/web/ui/components/ChainName.tsx +18 -1
- package/src/react/web/ui/components/basic.tsx +2 -1
- package/src/react/web/ui/components/buttons.tsx +8 -0
- package/src/react/web/wallets/ecosystem/EcosystemWalletConnectUI.tsx +33 -5
- package/src/react/web/wallets/ecosystem/EcosystemWalletFormUI.tsx +25 -12
- package/src/react/web/wallets/in-app/InAppWalletConnectUI.tsx +34 -6
- package/src/react/web/wallets/in-app/InAppWalletFormUI.tsx +44 -23
- package/src/react/web/wallets/in-app/InAppWalletSelectionUI.tsx +20 -6
- package/src/react/web/wallets/in-app/useInAppWalletLocale.ts +10 -7
- package/src/react/web/wallets/shared/CoinbaseSDKConnection.tsx +12 -9
- package/src/react/web/wallets/shared/ConnectWalletSocialOptions.tsx +14 -11
- package/src/react/web/wallets/shared/ConnectingScreen.tsx +7 -5
- package/src/react/web/wallets/shared/GetStartedScreen.tsx +7 -4
- package/src/react/web/wallets/shared/OTPLoginUI.tsx +15 -12
- package/src/react/web/wallets/shared/PassKeyLogin.tsx +5 -4
- package/src/react/web/wallets/shared/SocialLogin.tsx +11 -8
- package/src/react/web/wallets/shared/WalletConnectConnection.tsx +48 -27
- package/src/react/web/wallets/shared/locale/en.ts +2 -2
- package/src/react/web/wallets/shared/locale/es.ts +2 -2
- package/src/react/web/wallets/shared/locale/getConnectLocale.ts +3 -3
- package/src/react/web/wallets/shared/locale/ja.ts +2 -2
- package/src/react/web/wallets/shared/locale/tl.ts +2 -2
- package/src/react/web/wallets/shared/locale/types.ts +1 -1
- package/src/react/web/wallets/walletConnect/locale.ts +3 -3
- package/src/rpc/actions/eth_getLogs.test.ts +3 -2
- package/src/transaction/actions/gasless/send-gasless-transaction.ts +15 -4
- package/src/transaction/actions/send-transaction.test.ts +22 -1
- package/src/transaction/actions/send-transaction.ts +7 -0
- package/src/transaction/actions/zksync/getEip721Domain.ts +4 -4
- package/src/transaction/prepare-transaction.ts +3 -3
- package/src/transaction/transaction-store.test.ts +51 -0
- package/src/transaction/transaction-store.ts +46 -0
- package/src/version.ts +1 -1
- package/src/wallets/in-app/web/utils/Storage/LocalStorage.ts +4 -1
- package/src/wallets/wallet-connect/controller.ts +8 -3
- package/dist/cjs/react/core/hooks/others/useWalletConnectionCtx.js +0 -16
- package/dist/cjs/react/core/hooks/others/useWalletConnectionCtx.js.map +0 -1
- package/dist/cjs/react/core/providers/wallet-connection.js +0 -7
- package/dist/cjs/react/core/providers/wallet-connection.js.map +0 -1
- package/dist/cjs/react/web/ui/ConnectWallet/icons/CryptoIcon.js +0 -12
- package/dist/cjs/react/web/ui/ConnectWallet/icons/CryptoIcon.js.map +0 -1
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/PaymentSelection.js +0 -44
- package/dist/cjs/react/web/ui/ConnectWallet/screens/Buy/PaymentSelection.js.map +0 -1
- package/dist/esm/react/core/hooks/others/useWalletConnectionCtx.js +0 -13
- package/dist/esm/react/core/hooks/others/useWalletConnectionCtx.js.map +0 -1
- package/dist/esm/react/core/providers/wallet-connection.js +0 -4
- package/dist/esm/react/core/providers/wallet-connection.js.map +0 -1
- package/dist/esm/react/web/ui/ConnectWallet/icons/CryptoIcon.js +0 -8
- package/dist/esm/react/web/ui/ConnectWallet/icons/CryptoIcon.js.map +0 -1
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/PaymentSelection.js +0 -41
- package/dist/esm/react/web/ui/ConnectWallet/screens/Buy/PaymentSelection.js.map +0 -1
- package/dist/types/react/core/hooks/others/useWalletConnectionCtx.d.ts +0 -29
- package/dist/types/react/core/hooks/others/useWalletConnectionCtx.d.ts.map +0 -1
- package/dist/types/react/core/providers/wallet-connection.d.ts +0 -35
- package/dist/types/react/core/providers/wallet-connection.d.ts.map +0 -1
- package/dist/types/react/web/ui/ConnectWallet/icons/CryptoIcon.d.ts +0 -6
- package/dist/types/react/web/ui/ConnectWallet/icons/CryptoIcon.d.ts.map +0 -1
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PaymentSelection.d.ts +0 -8
- package/dist/types/react/web/ui/ConnectWallet/screens/Buy/PaymentSelection.d.ts.map +0 -1
- package/src/react/core/hooks/others/useWalletConnectionCtx.ts +0 -15
- package/src/react/core/providers/wallet-connection.tsx +0 -37
- package/src/react/web/ui/ConnectWallet/icons/CryptoIcon.tsx +0 -50
- package/src/react/web/ui/ConnectWallet/screens/Buy/PaymentSelection.tsx +0 -72
@@ -6,8 +6,6 @@ import { createWallet } from "../../../../wallets/create-wallet.js";
|
|
6
6
|
import { getInstalledWalletProviders } from "../../../../wallets/injected/mipdStore.js";
|
7
7
|
import { useCustomTheme } from "../../../core/design-system/CustomThemeProvider.js";
|
8
8
|
import { fontSize, iconSize, radius, spacing, } from "../../../core/design-system/index.js";
|
9
|
-
// import { localWalletMetadata } from "../../../../wallets/local/index._ts";
|
10
|
-
import { useConnectUI } from "../../../core/hooks/others/useWalletConnectionCtx.js";
|
11
9
|
import { sortWallets } from "../../utils/sortWallets.js";
|
12
10
|
import { LoadingScreen } from "../../wallets/shared/LoadingScreen.js";
|
13
11
|
import { Img } from "../components/Img.js";
|
@@ -33,13 +31,12 @@ const inAppWalletId = "inApp";
|
|
33
31
|
* @internal
|
34
32
|
*/
|
35
33
|
export function WalletSelector(props) {
|
36
|
-
const { accountAbstraction } = useConnectUI();
|
37
34
|
const [personalWallet, setPersonalWallet] = useState(null);
|
38
|
-
if (!accountAbstraction) {
|
35
|
+
if (!props.accountAbstraction) {
|
39
36
|
return _jsx(WalletSelectorInner, { ...props });
|
40
37
|
}
|
41
38
|
if (personalWallet) {
|
42
|
-
return (_jsx(SmartConnectUI, { accountAbstraction: accountAbstraction, done: props.done, personalWallet: personalWallet, setModalVisibility: props.setModalVisibility, onBack: props.goBack }));
|
39
|
+
return (_jsx(SmartConnectUI, { accountAbstraction: props.accountAbstraction, done: props.done, personalWallet: personalWallet, setModalVisibility: props.setModalVisibility, onBack: props.goBack, meta: props.meta, size: props.size, localeId: props.localeId, chain: props.chain, chains: props.chains, client: props.client, walletConnect: props.walletConnect, connectLocale: props.connectLocale }));
|
43
40
|
}
|
44
41
|
return (_jsx(WalletSelectorInner, { ...props, done: (w) => {
|
45
42
|
setPersonalWallet(w);
|
@@ -49,8 +46,7 @@ export function WalletSelector(props) {
|
|
49
46
|
* @internal
|
50
47
|
*/
|
51
48
|
const WalletSelectorInner = (props) => {
|
52
|
-
const
|
53
|
-
const isCompact = connectModal.size === "compact";
|
49
|
+
const isCompact = props.size === "compact";
|
54
50
|
const [isWalletGroupExpanded, setIsWalletGroupExpanded] = useState(false);
|
55
51
|
const installedWallets = getInstalledWallets();
|
56
52
|
const propsWallets = props.wallets;
|
@@ -60,11 +56,10 @@ const WalletSelectorInner = (props) => {
|
|
60
56
|
_wallets.push(iW);
|
61
57
|
}
|
62
58
|
}
|
63
|
-
const { connectLocale: locale, recommendedWallets } = useConnectUI();
|
64
59
|
const localWalletConfig = false; // _wallets.find((w) => w.id === localWalletId);
|
65
60
|
const nonLocalWalletConfigs = _wallets; // _wallets.filter((w) => w.id !== localWalletId);
|
66
61
|
const socialWallets = nonLocalWalletConfigs.filter((w) => w.id === inAppWalletId);
|
67
|
-
const eoaWallets = sortWallets(nonLocalWalletConfigs.filter((w) => w.id !== inAppWalletId), recommendedWallets);
|
62
|
+
const eoaWallets = sortWallets(nonLocalWalletConfigs.filter((w) => w.id !== inAppWalletId), props.recommendedWallets);
|
68
63
|
const continueAsGuest = localWalletConfig && (_jsx(Button, { fullWidth: true, variant: isCompact ? "outline" : "link", style: !isCompact
|
69
64
|
? {
|
70
65
|
textAlign: "left",
|
@@ -72,7 +67,7 @@ const WalletSelectorInner = (props) => {
|
|
72
67
|
}
|
73
68
|
: undefined, onClick: () => {
|
74
69
|
props.selectWallet(localWalletConfig);
|
75
|
-
}, "data-test": "continue-as-guest-button", children:
|
70
|
+
}, "data-test": "continue-as-guest-button", children: props.connectLocale.continueAsGuest }));
|
76
71
|
// prevent accidental clicks on the TW icon when clicking on back icon from previous screen
|
77
72
|
const enableTWIconLink = useRef(false);
|
78
73
|
useEffect(() => {
|
@@ -80,25 +75,25 @@ const WalletSelectorInner = (props) => {
|
|
80
75
|
enableTWIconLink.current = true;
|
81
76
|
}, 1000);
|
82
77
|
}, []);
|
83
|
-
const twTitle = (_jsxs(Container, { gap: "xxs", center: "y", flex: "row", children: [!
|
78
|
+
const twTitle = (_jsxs(Container, { gap: "xxs", center: "y", flex: "row", children: [!props.meta.titleIconUrl ? null : (_jsx(Img, { src: props.meta.titleIconUrl, width: iconSize.md, height: iconSize.md, client: props.client })), _jsxs(ModalTitle, { children: [" ", props.title, " "] })] }));
|
84
79
|
const handleSelect = async (wallet) => {
|
85
80
|
// if (connectionStatus !== "disconnected") {
|
86
81
|
// await disconnect();
|
87
82
|
// }
|
88
83
|
props.selectWallet(wallet);
|
89
84
|
};
|
90
|
-
const connectAWallet = (_jsx(WalletTypeRowButton, { client: client, icon: genericWalletIcon, onClick: () => {
|
85
|
+
const connectAWallet = (_jsx(WalletTypeRowButton, { client: props.client, icon: genericWalletIcon, onClick: () => {
|
91
86
|
setIsWalletGroupExpanded(true);
|
92
|
-
}, title:
|
87
|
+
}, title: props.connectLocale.connectAWallet }));
|
93
88
|
const newToWallets = (_jsxs(Container, { flex: "row", style: {
|
94
89
|
justifyContent: "space-between",
|
95
|
-
}, children: [_jsx(Text, { color: "secondaryText", size: "sm", weight: 500, children:
|
96
|
-
const tos =
|
90
|
+
}, children: [_jsx(Text, { color: "secondaryText", size: "sm", weight: 500, children: props.connectLocale.newToWallets }), _jsx(Link, { weight: 500, size: "sm", target: "_blank", href: "https://blog.thirdweb.com/web3-wallet/", children: props.connectLocale.getStarted })] }));
|
91
|
+
const tos = props.meta.termsOfServiceUrl || props.meta.privacyPolicyUrl ? (_jsx(TOS, { termsOfServiceUrl: props.meta.termsOfServiceUrl, privacyPolicyUrl: props.meta.privacyPolicyUrl, locale: props.connectLocale.agreement })) : undefined;
|
97
92
|
let topSection;
|
98
93
|
let bottomSection;
|
99
94
|
// wide modal
|
100
95
|
if (!isCompact) {
|
101
|
-
topSection = (_jsx(WalletSelection, { wallets: nonLocalWalletConfigs, selectWallet: handleSelect, done: props.done, goBack: props.goBack, onShowAll: props.onShowAll }));
|
96
|
+
topSection = (_jsx(WalletSelection, { wallets: nonLocalWalletConfigs, selectWallet: handleSelect, done: props.done, goBack: props.goBack, onShowAll: props.onShowAll, client: props.client, connectLocale: props.connectLocale, size: props.size, recommendedWallets: props.recommendedWallets, chain: props.chain, showAllWallets: props.showAllWallets, localeId: props.localeId }));
|
102
97
|
if (continueAsGuest) {
|
103
98
|
bottomSection = (_jsx(ScreenBottomContainer, { children: continueAsGuest }));
|
104
99
|
}
|
@@ -107,7 +102,7 @@ const WalletSelectorInner = (props) => {
|
|
107
102
|
else {
|
108
103
|
// no social logins
|
109
104
|
if (socialWallets.length === 0) {
|
110
|
-
topSection = (_jsx(WalletSelection, { wallets: nonLocalWalletConfigs, selectWallet: handleSelect, done: props.done, goBack: props.goBack, onShowAll: props.onShowAll }));
|
105
|
+
topSection = (_jsx(WalletSelection, { wallets: nonLocalWalletConfigs, selectWallet: handleSelect, done: props.done, goBack: props.goBack, onShowAll: props.onShowAll, client: props.client, connectLocale: props.connectLocale, size: props.size, recommendedWallets: props.recommendedWallets, chain: props.chain, showAllWallets: props.showAllWallets, localeId: props.localeId }));
|
111
106
|
bottomSection = (_jsxs(_Fragment, { children: [_jsx(Line, {}), _jsxs(Container, { flex: "column", p: "md", gap: "md", children: [newToWallets, continueAsGuest] }), !continueAsGuest && _jsx(Line, {}), tos && (_jsx(Container, { px: "md", style: {
|
112
107
|
paddingBottom: spacing.md,
|
113
108
|
paddingTop: continueAsGuest ? 0 : spacing.md,
|
@@ -117,7 +112,7 @@ const WalletSelectorInner = (props) => {
|
|
117
112
|
else {
|
118
113
|
// not expanded state
|
119
114
|
if (!isWalletGroupExpanded) {
|
120
|
-
topSection = (_jsxs(Container, { px: "xs", children: [_jsx(WalletSelection, { wallets: socialWallets, selectWallet: handleSelect, done: props.done, goBack: props.goBack }), eoaWallets.length > 0 && (_jsxs(_Fragment, { children: [_jsx(TextDivider, { text:
|
115
|
+
topSection = (_jsxs(Container, { px: "xs", children: [_jsx(WalletSelection, { wallets: socialWallets, selectWallet: handleSelect, done: props.done, goBack: props.goBack, client: props.client, connectLocale: props.connectLocale, size: props.size, recommendedWallets: props.recommendedWallets, chain: props.chain, showAllWallets: props.showAllWallets, localeId: props.localeId }), eoaWallets.length > 0 && (_jsxs(_Fragment, { children: [_jsx(TextDivider, { text: props.connectLocale.or }), _jsx(Spacer, { y: "lg" })] }))] }));
|
121
116
|
// only social login - no eoa wallets
|
122
117
|
if (eoaWallets.length === 0) {
|
123
118
|
bottomSection =
|
@@ -131,28 +126,28 @@ const WalletSelectorInner = (props) => {
|
|
131
126
|
}
|
132
127
|
// social login + single eoa wallet
|
133
128
|
else {
|
134
|
-
bottomSection = (_jsxs(_Fragment, { children: [_jsx(Container, { px: "lg", children: _jsx(WalletSelection, { wallets: eoaWallets, selectWallet: handleSelect, done: props.done, goBack: props.goBack, onShowAll: props.onShowAll }) }), continueAsGuest && (_jsx(Container, { flex: "column", px: "lg", gap: "lg", children: continueAsGuest })), tos ? (_jsxs(_Fragment, { children: [continueAsGuest ? _jsx(Spacer, { y: "md" }) : _jsx(Line, {}), _jsxs(Container, { p: "md", children: [" ", tos, " "] })] })) : (_jsx(_Fragment, { children: continueAsGuest && _jsx(Spacer, { y: "xl" }) }))] }));
|
129
|
+
bottomSection = (_jsxs(_Fragment, { children: [_jsx(Container, { px: "lg", children: _jsx(WalletSelection, { wallets: eoaWallets, selectWallet: handleSelect, done: props.done, goBack: props.goBack, onShowAll: props.onShowAll, client: props.client, connectLocale: props.connectLocale, size: props.size, recommendedWallets: props.recommendedWallets, chain: props.chain, showAllWallets: props.showAllWallets, localeId: props.localeId }) }), continueAsGuest && (_jsx(Container, { flex: "column", px: "lg", gap: "lg", children: continueAsGuest })), tos ? (_jsxs(_Fragment, { children: [continueAsGuest ? _jsx(Spacer, { y: "md" }) : _jsx(Line, {}), _jsxs(Container, { p: "md", children: [" ", tos, " "] })] })) : (_jsx(_Fragment, { children: continueAsGuest && _jsx(Spacer, { y: "xl" }) }))] }));
|
135
130
|
}
|
136
131
|
}
|
137
132
|
}
|
138
133
|
// expanded state
|
139
134
|
else {
|
140
|
-
topSection = (_jsx(WalletSelection, { wallets: eoaWallets, selectWallet: handleSelect, done: props.done, goBack: props.goBack, onShowAll: props.onShowAll }));
|
135
|
+
topSection = (_jsx(WalletSelection, { wallets: eoaWallets, selectWallet: handleSelect, done: props.done, goBack: props.goBack, onShowAll: props.onShowAll, client: props.client, connectLocale: props.connectLocale, size: props.size, recommendedWallets: props.recommendedWallets, chain: props.chain, showAllWallets: props.showAllWallets, localeId: props.localeId }));
|
141
136
|
bottomSection = (_jsx(ScreenBottomContainer, { children: newToWallets }));
|
142
137
|
}
|
143
138
|
}
|
144
139
|
}
|
145
140
|
return (_jsxs(Container, { scrollY: true, flex: "column", animate: "fadein", fullHeight: true, style: {
|
146
|
-
maxHeight:
|
147
|
-
}, children: [!isEmbed && (_jsx(Container, { p: "lg", children: isWalletGroupExpanded ? (_jsx(ModalHeader, { title: twTitle, onBack: () => {
|
141
|
+
maxHeight: props.size === "compact" ? compactModalMaxHeight : undefined,
|
142
|
+
}, children: [!props.isEmbed && (_jsx(Container, { p: "lg", children: isWalletGroupExpanded ? (_jsx(ModalHeader, { title: twTitle, onBack: () => {
|
148
143
|
setIsWalletGroupExpanded(false);
|
149
|
-
} })) : (twTitle) })), _jsxs(Container, { expand: true, scrollY: true, px: "md", style: isEmbed
|
144
|
+
} })) : (twTitle) })), _jsxs(Container, { expand: true, scrollY: true, px: "md", style: props.isEmbed
|
150
145
|
? {
|
151
146
|
paddingTop: spacing.lg,
|
152
147
|
}
|
153
148
|
: {
|
154
149
|
paddingTop: "2px",
|
155
|
-
}, children: [isEmbed && isWalletGroupExpanded && (_jsx(Container, { flex: "row", center: "y", style: {
|
150
|
+
}, children: [props.isEmbed && isWalletGroupExpanded && (_jsx(Container, { flex: "row", center: "y", style: {
|
156
151
|
padding: spacing.sm,
|
157
152
|
paddingTop: 0,
|
158
153
|
}, children: _jsxs(IconButton, { onClick: () => {
|
@@ -162,7 +157,7 @@ const WalletSelectorInner = (props) => {
|
|
162
157
|
transform: `translateX(-${spacing.xs})`,
|
163
158
|
paddingBlock: spacing.xxs,
|
164
159
|
paddingRight: spacing.xs,
|
165
|
-
}, children: [_jsx(ChevronLeftIcon, { width: iconSize.sm, height: iconSize.sm }),
|
160
|
+
}, children: [_jsx(ChevronLeftIcon, { width: iconSize.sm, height: iconSize.sm }), props.connectLocale.goBackButton] }) })), topSection] }), bottomSection, isCompact && props.meta.showThirdwebBranding !== false && (_jsx(Container, { py: "md", children: _jsx(PoweredByThirdweb, {}) }))] }));
|
166
161
|
};
|
167
162
|
let _installedWallets = [];
|
168
163
|
function getInstalledWallets() {
|
@@ -177,15 +172,14 @@ function getInstalledWallets() {
|
|
177
172
|
* @internal
|
178
173
|
*/
|
179
174
|
const WalletSelection = (props) => {
|
180
|
-
const
|
181
|
-
const wallets = sortWallets(props.wallets, recommendedWallets);
|
175
|
+
const wallets = sortWallets(props.wallets, props.recommendedWallets);
|
182
176
|
return (_jsxs(WalletList, { style: {
|
183
177
|
minHeight: "100%",
|
184
178
|
}, children: [wallets.map((wallet) => {
|
185
|
-
return (_jsx("li", { children: wallet.id === "inApp" &&
|
179
|
+
return (_jsx("li", { children: wallet.id === "inApp" && props.size === "compact" ? (_jsx(Suspense, { fallback: _jsx(LoadingScreen, { height: "195px" }), children: _jsx(InAppWalletSelectionUI, { done: () => props.done(wallet), select: () => props.selectWallet(wallet), wallet: wallet, goBack: props.goBack, client: props.client, connectLocale: props.connectLocale, size: props.size, recommendedWallets: props.recommendedWallets, chain: props.chain, localeId: props.localeId }) })) : (_jsx(WalletEntryButton, { walletId: wallet.id, selectWallet: () => {
|
186
180
|
props.selectWallet(wallet);
|
187
|
-
} })) }, wallet.id));
|
188
|
-
}), props.onShowAll && showAllWallets !== false && (_jsx(ButtonContainer, { children: _jsxs(WalletButton, { onClick: props.onShowAll, children: [_jsxs(ShowAllWalletsIcon, { children: [_jsx("div", { "data-dot": true }), _jsx("div", { "data-dot": true }), _jsx("div", { "data-dot": true }), _jsx("div", { "data-dot": true })] }), _jsxs(Container, { flex: "row", gap: "xs", children: [_jsx(Text, { color: "primaryText", children: "All Wallets" }), _jsx(BadgeText, { children: " 350+ " })] })] }) }))] }));
|
181
|
+
}, connectLocale: props.connectLocale, client: props.client, recommendedWallets: props.recommendedWallets })) }, wallet.id));
|
182
|
+
}), props.onShowAll && props.showAllWallets !== false && (_jsx(ButtonContainer, { children: _jsxs(WalletButton, { onClick: props.onShowAll, children: [_jsxs(ShowAllWalletsIcon, { children: [_jsx("div", { "data-dot": true }), _jsx("div", { "data-dot": true }), _jsx("div", { "data-dot": true }), _jsx("div", { "data-dot": true })] }), _jsxs(Container, { flex: "row", gap: "xs", children: [_jsx(Text, { color: "primaryText", children: "All Wallets" }), _jsx(BadgeText, { children: " 350+ " })] })] }) }))] }));
|
189
183
|
};
|
190
184
|
const BadgeText = /* @__PURE__ */ StyledDiv(() => {
|
191
185
|
const theme = useCustomTheme();
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WalletSelector.js","sourceRoot":"","sources":["../../../../../../src/react/web/ui/ConnectWallet/WalletSelector.tsx"],"names":[],"mappings":"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"}
|
1
|
+
{"version":3,"file":"WalletSelector.js","sourceRoot":"","sources":["../../../../../../src/react/web/ui/ConnectWallet/WalletSelector.tsx"],"names":[],"mappings":"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"}
|