@dynamic-labs/sdk-react-core 4.3.2 → 4.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +11 -11
- package/src/index.cjs +14 -12
- package/src/index.d.ts +2 -1
- package/src/index.js +5 -4
- package/src/lib/Main.cjs +1 -1
- package/src/lib/Main.js +1 -1
- package/src/lib/components/Accordion/components/AccordionItem/AccordionItem.cjs +2 -1
- package/src/lib/components/Accordion/components/AccordionItem/AccordionItem.js +2 -1
- package/src/lib/components/Alert/Alert.cjs +1 -5
- package/src/lib/components/Alert/Alert.d.ts +10 -2
- package/src/lib/components/Alert/Alert.js +1 -5
- package/src/lib/components/Alert/index.d.ts +1 -1
- package/src/lib/components/AnimatePresence/AnimatePresence.cjs +2 -1
- package/src/lib/components/AnimatePresence/AnimatePresence.js +2 -1
- package/src/lib/components/AuthProviderIcon/AuthProviderIcon.cjs +2 -1
- package/src/lib/components/AuthProviderIcon/AuthProviderIcon.js +2 -1
- package/src/lib/components/Button/Button.cjs +4 -16
- package/src/lib/components/Button/Button.d.ts +5 -3
- package/src/lib/components/Button/Button.js +4 -17
- package/src/lib/components/Button/index.d.ts +1 -1
- package/src/lib/components/Captcha/Captcha.cjs +2 -1
- package/src/lib/components/Captcha/Captcha.js +2 -1
- package/src/lib/components/Divider/Divider.cjs +2 -1
- package/src/lib/components/Divider/Divider.js +2 -1
- package/src/lib/components/DynamicConnectButton/DynamicConnectButton.cjs +2 -1
- package/src/lib/components/DynamicConnectButton/DynamicConnectButton.js +2 -1
- package/src/lib/components/EmailForm/EmailForm.cjs +2 -1
- package/src/lib/components/EmailForm/EmailForm.js +2 -1
- package/src/lib/components/LogoutButton/LogoutButton.cjs +2 -1
- package/src/lib/components/LogoutButton/LogoutButton.js +2 -1
- package/src/lib/components/Modal/Modal.cjs +2 -1
- package/src/lib/components/Modal/Modal.js +2 -1
- package/src/lib/components/NeedHelpSection/NeedHelpSection.cjs +2 -1
- package/src/lib/components/NeedHelpSection/NeedHelpSection.js +2 -1
- package/src/lib/components/NetworkPicker/NetworkPicker.cjs +2 -1
- package/src/lib/components/NetworkPicker/NetworkPicker.js +2 -1
- package/src/lib/components/NetworkPicker/components/EvmNetworkControl/EvmNetworkControl.cjs +2 -1
- package/src/lib/components/NetworkPicker/components/EvmNetworkControl/EvmNetworkControl.js +2 -1
- package/src/lib/components/NetworkPicker/components/Network/Network.cjs +2 -1
- package/src/lib/components/NetworkPicker/components/Network/Network.js +2 -1
- package/src/lib/components/NetworkPicker/components/NetworkControlSkeleton/NetworkControlSkeleton.cjs +2 -1
- package/src/lib/components/NetworkPicker/components/NetworkControlSkeleton/NetworkControlSkeleton.js +2 -1
- package/src/lib/components/NetworkPicker/components/NonNetworkSwitchingSupportedControl/NonNetworkSwitchingSupportedControl.cjs +2 -1
- package/src/lib/components/NetworkPicker/components/NonNetworkSwitchingSupportedControl/NonNetworkSwitchingSupportedControl.js +2 -1
- package/src/lib/components/OverlayCardBase/OverlayCardBase.cjs +2 -1
- package/src/lib/components/OverlayCardBase/OverlayCardBase.js +2 -1
- package/src/lib/components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.cjs +2 -1
- package/src/lib/components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.js +2 -1
- package/src/lib/components/PhoneNumberField/PhoneNumberField.cjs +2 -1
- package/src/lib/components/PhoneNumberField/PhoneNumberField.js +2 -1
- package/src/lib/components/Portal/Portal.cjs +2 -1
- package/src/lib/components/Portal/Portal.js +2 -1
- package/src/lib/components/PoweredByDynamic/PoweredByDynamic.cjs +2 -1
- package/src/lib/components/PoweredByDynamic/PoweredByDynamic.js +2 -1
- package/src/lib/components/QRCode/QRCode.cjs +5 -3
- package/src/lib/components/QRCode/QRCode.d.ts +3 -2
- package/src/lib/components/QRCode/QRCode.js +5 -3
- package/src/lib/components/QrCodeWrapper/QrCodeContainer/QrCodeContainer.cjs +3 -2
- package/src/lib/components/QrCodeWrapper/QrCodeContainer/QrCodeContainer.js +3 -2
- package/src/lib/components/QrCodeWrapper/QrCodeWrapper.cjs +2 -1
- package/src/lib/components/QrCodeWrapper/QrCodeWrapper.js +2 -1
- package/src/lib/components/RenderView/RenderView.cjs +2 -1
- package/src/lib/components/RenderView/RenderView.js +2 -1
- package/src/lib/components/RetrySendVerificationCodeSection/RetrySendVerificationCodeSection.cjs +2 -1
- package/src/lib/components/RetrySendVerificationCodeSection/RetrySendVerificationCodeSection.js +2 -1
- package/src/lib/components/SandboxIndicatorWrapper/SandboxIndicatorWrapper.cjs +2 -1
- package/src/lib/components/SandboxIndicatorWrapper/SandboxIndicatorWrapper.js +2 -1
- package/src/lib/components/SecureEmbeddedWalletCard/SecureEmbeddedWalletCard.cjs +2 -1
- package/src/lib/components/SecureEmbeddedWalletCard/SecureEmbeddedWalletCard.js +2 -1
- package/src/lib/components/SendBalanceForm/SendBalanceForm.cjs +2 -1
- package/src/lib/components/SendBalanceForm/SendBalanceForm.js +2 -1
- package/src/lib/components/SendBalancePageLayout/SendBalancePageLayout.cjs +2 -1
- package/src/lib/components/SendBalancePageLayout/SendBalancePageLayout.js +2 -1
- package/src/lib/components/SendBalancePageLayout/components/TokensBalanceDropdown/TokensBalanceDropdown.cjs +2 -1
- package/src/lib/components/SendBalancePageLayout/components/TokensBalanceDropdown/TokensBalanceDropdown.js +2 -1
- package/src/lib/components/ShadowDOM/ShadowDOM.cjs +2 -1
- package/src/lib/components/ShadowDOM/ShadowDOM.js +2 -1
- package/src/lib/components/SocialSignIn/SocialSignIn.cjs +2 -1
- package/src/lib/components/SocialSignIn/SocialSignIn.js +2 -1
- package/src/lib/components/SyncAuthFlow/SyncAuthFlow.cjs +2 -1
- package/src/lib/components/SyncAuthFlow/SyncAuthFlow.js +2 -1
- package/src/lib/components/ToggleVisibilityButton/ToggleVisibilityButton.cjs +2 -1
- package/src/lib/components/ToggleVisibilityButton/ToggleVisibilityButton.js +2 -1
- package/src/lib/components/Toolkit/Toolkit.cjs +2 -1
- package/src/lib/components/Toolkit/Toolkit.js +2 -1
- package/src/lib/components/Toolkit/components/LoginWithEmailSwitch.cjs +2 -1
- package/src/lib/components/Toolkit/components/LoginWithEmailSwitch.js +2 -1
- package/src/lib/components/Toolkit/components/LoginWithEmailViewDisplayPriorityOrderSwitch.cjs +2 -1
- package/src/lib/components/Toolkit/components/LoginWithEmailViewDisplayPriorityOrderSwitch.js +2 -1
- package/src/lib/components/Tooltip/Tooltip.cjs +2 -1
- package/src/lib/components/Tooltip/Tooltip.js +2 -1
- package/src/lib/components/TosAndPp/TosAndPp.cjs +2 -1
- package/src/lib/components/TosAndPp/TosAndPp.js +2 -1
- package/src/lib/components/TransactionCard/SendBalanceTransactionCard.cjs +2 -1
- package/src/lib/components/TransactionCard/SendBalanceTransactionCard.js +2 -1
- package/src/lib/components/TransactionCard/TransactionCard.cjs +2 -1
- package/src/lib/components/TransactionCard/TransactionCard.js +2 -1
- package/src/lib/components/TransactionConfirmationPageLayout/TransactionConfirmationPageLayout.cjs +2 -1
- package/src/lib/components/TransactionConfirmationPageLayout/TransactionConfirmationPageLayout.js +2 -1
- package/src/lib/components/TransactionStatusLayout/TransactionStatusLayout.cjs +2 -1
- package/src/lib/components/TransactionStatusLayout/TransactionStatusLayout.js +2 -1
- package/src/lib/components/Transition/VerticalDrawerTransition/VerticalDrawerTransition.cjs +2 -1
- package/src/lib/components/Transition/VerticalDrawerTransition/VerticalDrawerTransition.js +2 -1
- package/src/lib/components/Typography/Typography.cjs +1 -0
- package/src/lib/components/Typography/Typography.js +1 -0
- package/src/lib/components/Typography/Typography.types.d.ts +1 -1
- package/src/lib/components/TypographyButton/TypographyButton.cjs +21 -5
- package/src/lib/components/TypographyButton/TypographyButton.d.ts +3 -1
- package/src/lib/components/TypographyButton/TypographyButton.js +22 -6
- package/src/lib/components/UserAddress/UserAddress.cjs +2 -1
- package/src/lib/components/UserAddress/UserAddress.js +2 -1
- package/src/lib/components/UserProfile/UserProfile.cjs +2 -1
- package/src/lib/components/UserProfile/UserProfile.js +2 -1
- package/src/lib/components/UserProfile/parts/EditProfileButton/EditProfileButton.cjs +2 -1
- package/src/lib/components/UserProfile/parts/EditProfileButton/EditProfileButton.js +2 -1
- package/src/lib/components/UserProfile/parts/UserProfileField/UserProfileField.cjs +2 -1
- package/src/lib/components/UserProfile/parts/UserProfileField/UserProfileField.js +2 -1
- package/src/lib/components/UserProfile/parts/UserProfileSection/UserProfileSection.cjs +2 -1
- package/src/lib/components/UserProfile/parts/UserProfileSection/UserProfileSection.js +2 -1
- package/src/lib/components/UserProfile/parts/UserProfileSocialAccount/UserProfileSocialAccount.cjs +2 -1
- package/src/lib/components/UserProfile/parts/UserProfileSocialAccount/UserProfileSocialAccount.js +2 -1
- package/src/lib/components/UserProfileForm/UserProfileForm.cjs +2 -1
- package/src/lib/components/UserProfileForm/UserProfileForm.js +2 -1
- package/src/lib/components/WalletConnectorEvents/WalletConnectorEvents.cjs +2 -1
- package/src/lib/components/WalletConnectorEvents/WalletConnectorEvents.js +2 -1
- package/src/lib/context/ConnectWithOtpContext/ConnectWithOtpProvider.cjs +2 -1
- package/src/lib/context/ConnectWithOtpContext/ConnectWithOtpProvider.js +2 -1
- package/src/lib/context/DynamicContext/DynamicContext.cjs +3 -3
- package/src/lib/context/DynamicContext/DynamicContext.js +3 -3
- package/src/lib/context/DynamicContext/hooks/useHandleLogout/useHandleLogout.cjs +2 -1
- package/src/lib/context/DynamicContext/hooks/useHandleLogout/useHandleLogout.js +2 -1
- package/src/lib/context/DynamicContext/hooks/useTieCallbacksToEvents/useTieCallbacksToEvents.cjs +2 -1
- package/src/lib/context/DynamicContext/hooks/useTieCallbacksToEvents/useTieCallbacksToEvents.js +2 -1
- package/src/lib/context/DynamicContext/useDynamicContext/useOverrides/useOverrides.cjs +2 -1
- package/src/lib/context/DynamicContext/useDynamicContext/useOverrides/useOverrides.js +2 -1
- package/src/lib/context/LoadingContext/LoadingContext.cjs +2 -1
- package/src/lib/context/LoadingContext/LoadingContext.js +2 -1
- package/src/lib/context/{FundingContext/FundingContext.cjs → OnrampContext/OnrampContext.cjs} +66 -112
- package/src/lib/context/OnrampContext/OnrampContext.d.ts +18 -0
- package/src/lib/context/{FundingContext/FundingContext.js → OnrampContext/OnrampContext.js} +65 -111
- package/src/lib/context/OnrampContext/index.d.ts +1 -0
- package/src/lib/context/OnrampContext/useEnabledOnrampProviders/index.d.ts +1 -0
- package/src/lib/context/OnrampContext/useEnabledOnrampProviders/useEnabledOnrampProviders.cjs +45 -0
- package/src/lib/context/OnrampContext/useEnabledOnrampProviders/useEnabledOnrampProviders.d.ts +15 -0
- package/src/lib/context/OnrampContext/useEnabledOnrampProviders/useEnabledOnrampProviders.js +41 -0
- package/src/lib/context/PasskeyContext/PasskeyContext.cjs +2 -1
- package/src/lib/context/PasskeyContext/PasskeyContext.js +2 -1
- package/src/lib/context/PhantomRedirectContext/PhantomRedirectContext.cjs +2 -1
- package/src/lib/context/PhantomRedirectContext/PhantomRedirectContext.js +2 -1
- package/src/lib/context/PhantomRedirectContext/useResponseHandlers.cjs +2 -1
- package/src/lib/context/PhantomRedirectContext/useResponseHandlers.js +2 -1
- package/src/lib/context/SendBalanceContext/SendBalanceContext.cjs +2 -1
- package/src/lib/context/SendBalanceContext/SendBalanceContext.js +2 -1
- package/src/lib/context/SocialRedirectContext/SocialRedirectContext.cjs +2 -1
- package/src/lib/context/SocialRedirectContext/SocialRedirectContext.js +2 -1
- package/src/lib/context/SocialRedirectContext/hooks/useRedirectSocialHandler/useRedirectSocialHandler.cjs +2 -1
- package/src/lib/context/SocialRedirectContext/hooks/useRedirectSocialHandler/useRedirectSocialHandler.js +2 -1
- package/src/lib/context/UserFieldEditorContext/UserFieldEditorContext.cjs +2 -1
- package/src/lib/context/UserFieldEditorContext/UserFieldEditorContext.js +2 -1
- package/src/lib/context/ViewContext/types/index.d.ts +2 -4
- package/src/lib/data/api/onramp/onramp.cjs +1 -4
- package/src/lib/data/api/onramp/onramp.js +1 -4
- package/src/lib/layout/DynamicAuthLayout/DynamicAuthLayout.cjs +2 -1
- package/src/lib/layout/DynamicAuthLayout/DynamicAuthLayout.js +2 -1
- package/src/lib/layout/DynamicAuthLayout/Header/header.cjs +2 -1
- package/src/lib/layout/DynamicAuthLayout/Header/header.js +2 -1
- package/src/lib/layout/DynamicAuthLayout/HelpContent/HelpContent.cjs +2 -1
- package/src/lib/layout/DynamicAuthLayout/HelpContent/HelpContent.js +2 -1
- package/src/lib/layout/DynamicAuthLayout/HelpContent/HelpHeader/HelpHeader.cjs +2 -1
- package/src/lib/layout/DynamicAuthLayout/HelpContent/HelpHeader/HelpHeader.js +2 -1
- package/src/lib/layout/DynamicAuthLayout/HelpContent/PasskeyInfoHelper/PasskeyInfoHelper.cjs +2 -1
- package/src/lib/layout/DynamicAuthLayout/HelpContent/PasskeyInfoHelper/PasskeyInfoHelper.js +2 -1
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletListHelpContent/Item/Item.cjs +2 -1
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletListHelpContent/Item/Item.js +2 -1
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletListHelpContent/WalletExtensionOrAppContinueButton/WalletExtensionOrAppContinueButton.cjs +3 -2
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletListHelpContent/WalletExtensionOrAppContinueButton/WalletExtensionOrAppContinueButton.js +3 -2
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletListHelpContent/WalletListHelpContent.cjs +2 -1
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletListHelpContent/WalletListHelpContent.js +2 -1
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletMoreInfoContent/WalletMoreInfoContent.cjs +2 -1
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletMoreInfoContent/WalletMoreInfoContent.js +2 -1
- package/src/lib/layout/DynamicAuthLayout/ToSFooter/ToSFooter.cjs +2 -1
- package/src/lib/layout/DynamicAuthLayout/ToSFooter/ToSFooter.js +2 -1
- package/src/lib/layout/DynamicAuthLayout/WalletProgressStepper/WalletProgressStepper.cjs +2 -1
- package/src/lib/layout/DynamicAuthLayout/WalletProgressStepper/WalletProgressStepper.js +2 -1
- package/src/lib/layout/DynamicUserProfileLayout/DynamicUserProfileLayout.cjs +6 -1
- package/src/lib/layout/DynamicUserProfileLayout/DynamicUserProfileLayout.js +6 -1
- package/src/lib/layouts/BridgeNextWalletToConnectLayout/BridgeNextWalletToConnectLayout.cjs +2 -1
- package/src/lib/layouts/BridgeNextWalletToConnectLayout/BridgeNextWalletToConnectLayout.js +2 -1
- package/src/lib/layouts/BridgeWelcomeLayout/BridgeWelcomeLayout.cjs +2 -1
- package/src/lib/layouts/BridgeWelcomeLayout/BridgeWelcomeLayout.js +2 -1
- package/src/lib/layouts/ConnectedWalletsListLayout/ConnectedWalletsListLayout.cjs +2 -1
- package/src/lib/layouts/ConnectedWalletsListLayout/ConnectedWalletsListLayout.js +2 -1
- package/src/lib/locale/en/translation.cjs +73 -33
- package/src/lib/locale/en/translation.d.ts +76 -36
- package/src/lib/locale/en/translation.js +73 -33
- package/src/lib/modals/AddNetworkModal/AddNetworkModal.cjs +2 -1
- package/src/lib/modals/AddNetworkModal/AddNetworkModal.js +2 -1
- package/src/lib/modals/ConfirmationModal/ConfirmationModal.cjs +2 -1
- package/src/lib/modals/ConfirmationModal/ConfirmationModal.js +2 -1
- package/src/lib/modals/CreatePasswordModal/CreatePasswordModal.cjs +2 -1
- package/src/lib/modals/CreatePasswordModal/CreatePasswordModal.js +2 -1
- package/src/lib/modals/DynamicAuthModal/DynamicAuthModal.cjs +3 -2
- package/src/lib/modals/DynamicAuthModal/DynamicAuthModal.js +3 -2
- package/src/lib/modals/EnterPasswordModal/EnterPasswordModal.cjs +2 -1
- package/src/lib/modals/EnterPasswordModal/EnterPasswordModal.js +2 -1
- package/src/lib/modals/SendBalanceModal/SendBalanceModal.cjs +2 -1
- package/src/lib/modals/SendBalanceModal/SendBalanceModal.js +2 -1
- package/src/lib/modals/SignMessageConfirmationModal/SignMessageConfirmationModal.cjs +2 -1
- package/src/lib/modals/SignMessageConfirmationModal/SignMessageConfirmationModal.js +2 -1
- package/src/lib/modals/SyncWalletPromptModal/SyncWalletPromptModal.cjs +2 -1
- package/src/lib/modals/SyncWalletPromptModal/SyncWalletPromptModal.js +2 -1
- package/src/lib/modals/TransactionConfirmationModal/TransactionConfirmationModal.cjs +2 -1
- package/src/lib/modals/TransactionConfirmationModal/TransactionConfirmationModal.js +2 -1
- package/src/lib/modals/UserFieldEditorModal/UserFieldEditorModal.cjs +2 -1
- package/src/lib/modals/UserFieldEditorModal/UserFieldEditorModal.js +2 -1
- package/src/lib/shared/assets/add-thick.cjs +54 -0
- package/src/lib/shared/assets/add-thick.js +30 -0
- package/src/lib/shared/assets/chevron-right.cjs +54 -0
- package/src/lib/shared/assets/chevron-right.js +30 -0
- package/src/lib/shared/assets/globe.cjs +54 -0
- package/src/lib/shared/assets/globe.js +30 -0
- package/src/lib/shared/assets/index.d.ts +4 -0
- package/src/lib/shared/assets/qr-code.cjs +54 -0
- package/src/lib/shared/assets/qr-code.js +30 -0
- package/src/lib/shared/utils/hooks/useOnClickOutside/index.cjs +6 -3
- package/src/lib/shared/utils/hooks/useOnClickOutside/index.d.ts +1 -1
- package/src/lib/shared/utils/hooks/useOnClickOutside/index.js +6 -3
- package/src/lib/store/state/nonce/nonce.cjs +2 -1
- package/src/lib/store/state/nonce/nonce.js +2 -1
- package/src/lib/store/state/projectSettings/projectSettings.cjs +2 -1
- package/src/lib/store/state/projectSettings/projectSettings.js +2 -1
- package/src/lib/styles/index.shadow.cjs +1 -1
- package/src/lib/styles/index.shadow.js +1 -1
- package/src/lib/utils/functions/index.d.ts +1 -0
- package/src/lib/utils/functions/overrideNetworkRpcUrl/index.d.ts +1 -0
- package/src/lib/utils/functions/overrideNetworkRpcUrl/overrideNetworkRpcUrl.cjs +32 -0
- package/src/lib/utils/functions/overrideNetworkRpcUrl/overrideNetworkRpcUrl.d.ts +15 -0
- package/src/lib/utils/functions/overrideNetworkRpcUrl/overrideNetworkRpcUrl.js +28 -0
- package/src/lib/utils/hooks/authenticationHooks/useConnectAndSign/useConnectAndSign.cjs +3 -2
- package/src/lib/utils/hooks/authenticationHooks/useConnectAndSign/useConnectAndSign.d.ts +2 -3
- package/src/lib/utils/hooks/authenticationHooks/useConnectAndSign/useConnectAndSign.js +3 -2
- package/src/lib/utils/hooks/authenticationHooks/useConnectAndSignSplitSteps/useConnectAndSignSplitSteps.cjs +2 -1
- package/src/lib/utils/hooks/authenticationHooks/useConnectAndSignSplitSteps/useConnectAndSignSplitSteps.d.ts +1 -2
- package/src/lib/utils/hooks/authenticationHooks/useConnectAndSignSplitSteps/useConnectAndSignSplitSteps.js +2 -1
- package/src/lib/utils/hooks/authenticationHooks/useOtpVerificationRequest/useOtpVerificationRequest.cjs +2 -1
- package/src/lib/utils/hooks/authenticationHooks/useOtpVerificationRequest/useOtpVerificationRequest.js +2 -1
- package/src/lib/utils/hooks/authenticationHooks/useSignConnectOnlyUser/useSignConnectOnlyUser.cjs +2 -1
- package/src/lib/utils/hooks/authenticationHooks/useSignConnectOnlyUser/useSignConnectOnlyUser.js +2 -1
- package/src/lib/utils/hooks/multiWallet/useVerifyOnAwaitingSignature/useVerifyOnAwaitingSignature.cjs +2 -1
- package/src/lib/utils/hooks/multiWallet/useVerifyOnAwaitingSignature/useVerifyOnAwaitingSignature.js +2 -1
- package/src/lib/utils/hooks/useAuthLayoutChecks/useAuthLayoutChecks.cjs +5 -5
- package/src/lib/utils/hooks/useAuthLayoutChecks/useAuthLayoutChecks.js +5 -5
- package/src/lib/utils/hooks/useAuthenticateConnectedUser/useAuthenticateConnectedUser.cjs +2 -1
- package/src/lib/utils/hooks/useAuthenticateConnectedUser/useAuthenticateConnectedUser.js +2 -1
- package/src/lib/utils/hooks/useConnectedWalletsNetworkValidation/useConnectedWalletsNetworkValidation.cjs +2 -1
- package/src/lib/utils/hooks/useConnectedWalletsNetworkValidation/useConnectedWalletsNetworkValidation.js +2 -1
- package/src/lib/utils/hooks/useCreateDynamicEmbeddedWalletMutation/useCreateDynamicEmbeddedWalletMutation.cjs +2 -1
- package/src/lib/utils/hooks/useCreateDynamicEmbeddedWalletMutation/useCreateDynamicEmbeddedWalletMutation.js +2 -1
- package/src/lib/utils/hooks/useDynamicLayoutData/useDynamicLayoutData.cjs +6 -5
- package/src/lib/utils/hooks/useDynamicLayoutData/useDynamicLayoutData.js +6 -5
- package/src/lib/utils/hooks/useDynamicModals/useDynamicModals.cjs +2 -1
- package/src/lib/utils/hooks/useDynamicModals/useDynamicModals.js +2 -1
- package/src/lib/utils/hooks/useDynamicScopes/useDynamicScopes.cjs +2 -1
- package/src/lib/utils/hooks/useDynamicScopes/useDynamicScopes.js +2 -1
- package/src/lib/utils/hooks/useEmailProvider/useEmailProvider.cjs +2 -1
- package/src/lib/utils/hooks/useEmailProvider/useEmailProvider.js +2 -1
- package/src/lib/utils/hooks/useEmbeddedReveal/useEmbeddedReveal.cjs +2 -1
- package/src/lib/utils/hooks/useEmbeddedReveal/useEmbeddedReveal.js +2 -1
- package/src/lib/utils/hooks/useEmbeddedWallet/useEmbeddedWallet.cjs +2 -1
- package/src/lib/utils/hooks/useEmbeddedWallet/useEmbeddedWallet.js +2 -1
- package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/useCoinbaseMPC/useCoinbaseMPC.cjs +2 -1
- package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/useCoinbaseMPC/useCoinbaseMPC.js +2 -1
- package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/useMPCEmbeddedWallet.cjs +2 -1
- package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/useMPCEmbeddedWallet.js +2 -1
- package/src/lib/utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/useSecureEnclaveEmbeddedWallet.cjs +2 -1
- package/src/lib/utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/useSecureEnclaveEmbeddedWallet.js +2 -1
- package/src/lib/utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/useTurnkey/useTurnkey.cjs +2 -1
- package/src/lib/utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/useTurnkey/useTurnkey.js +2 -1
- package/src/lib/utils/hooks/useEmbeddedWalletAuthenticator/useEmbeddedWalletAuthenticator.cjs +2 -1
- package/src/lib/utils/hooks/useEmbeddedWalletAuthenticator/useEmbeddedWalletAuthenticator.js +2 -1
- package/src/lib/utils/hooks/useEmbeddedWalletPassword/useEmbeddedWalletPassword.cjs +2 -1
- package/src/lib/utils/hooks/useEmbeddedWalletPassword/useEmbeddedWalletPassword.js +2 -1
- package/src/lib/utils/hooks/useExternalAuth/useExternalAuth.cjs +2 -1
- package/src/lib/utils/hooks/useExternalAuth/useExternalAuth.js +2 -1
- package/src/lib/utils/hooks/useFunding/useConnectWalletForFunding/index.d.ts +1 -0
- package/src/lib/utils/hooks/useFunding/useConnectWalletForFunding/useConnectWalletForFunding.cjs +204 -0
- package/src/lib/utils/hooks/useFunding/useConnectWalletForFunding/useConnectWalletForFunding.d.ts +9 -0
- package/src/lib/utils/hooks/useFunding/useConnectWalletForFunding/useConnectWalletForFunding.js +198 -0
- package/src/lib/utils/hooks/useFunding/useFunding.cjs +182 -0
- package/src/lib/utils/hooks/useFunding/useFunding.d.ts +47 -0
- package/src/lib/utils/hooks/useFunding/useFunding.js +178 -0
- package/src/lib/utils/hooks/useHandleAuthenticatedUser/useHandleAuthenticatedUser.cjs +2 -1
- package/src/lib/utils/hooks/useHandleAuthenticatedUser/useHandleAuthenticatedUser.js +2 -1
- package/src/lib/utils/hooks/useHandleVerificationRequired/useHandleVerificationRequired.cjs +2 -1
- package/src/lib/utils/hooks/useHandleVerificationRequired/useHandleVerificationRequired.js +2 -1
- package/src/lib/utils/hooks/useHandleWalletsToConnect/useHandleWalletsToConnect.cjs +2 -1
- package/src/lib/utils/hooks/useHandleWalletsToConnect/useHandleWalletsToConnect.js +2 -1
- package/src/lib/utils/hooks/useInitEmbeddedWalletAuthMethod/useInitEmbeddedWalletAuthMethod.cjs +2 -1
- package/src/lib/utils/hooks/useInitEmbeddedWalletAuthMethod/useInitEmbeddedWalletAuthMethod.js +2 -1
- package/src/lib/utils/hooks/useIsLoggedIn/useIsLoggedIn.cjs +2 -1
- package/src/lib/utils/hooks/useIsLoggedIn/useIsLoggedIn.js +2 -1
- package/src/lib/utils/hooks/useIsTurnkeyWallet/useIsTurnkeyWallet.cjs +2 -1
- package/src/lib/utils/hooks/useIsTurnkeyWallet/useIsTurnkeyWallet.js +2 -1
- package/src/lib/utils/hooks/useKYCFlag/useKYCFlag.cjs +2 -1
- package/src/lib/utils/hooks/useKYCFlag/useKYCFlag.js +2 -1
- package/src/lib/utils/hooks/useMergeUserAccounts/useMergeUserAccounts.cjs +2 -1
- package/src/lib/utils/hooks/useMergeUserAccounts/useMergeUserAccounts.js +2 -1
- package/src/lib/utils/hooks/useMfa/useMfa.cjs +2 -1
- package/src/lib/utils/hooks/useMfa/useMfa.js +2 -1
- package/src/lib/utils/hooks/useMfaModals/useMfaModals.cjs +2 -1
- package/src/lib/utils/hooks/useMfaModals/useMfaModals.js +2 -1
- package/src/lib/utils/hooks/useNetworkDataFromWallet/useNetworkDataFromWallet.cjs +2 -1
- package/src/lib/utils/hooks/useNetworkDataFromWallet/useNetworkDataFromWallet.js +2 -1
- package/src/lib/utils/hooks/useNetworkNotSupported/useNetworkNotSupported.cjs +2 -1
- package/src/lib/utils/hooks/useNetworkNotSupported/useNetworkNotSupported.js +2 -1
- package/src/lib/utils/hooks/useOnlyConnectedMode/useOnlyConnectedMode.cjs +2 -1
- package/src/lib/utils/hooks/useOnlyConnectedMode/useOnlyConnectedMode.js +2 -1
- package/src/lib/utils/hooks/usePasskeyRecovery/usePasskeyRecovery.cjs +2 -1
- package/src/lib/utils/hooks/usePasskeyRecovery/usePasskeyRecovery.js +2 -1
- package/src/lib/utils/hooks/useRefreshUser/useRefreshUser.cjs +2 -1
- package/src/lib/utils/hooks/useRefreshUser/useRefreshUser.js +2 -1
- package/src/lib/utils/hooks/useRpcProviders/useRpcProviders.cjs +2 -1
- package/src/lib/utils/hooks/useRpcProviders/useRpcProviders.js +2 -1
- package/src/lib/utils/hooks/useSetWalletConnectorFetchers/useSetWalletConnectorFetchers.cjs +2 -1
- package/src/lib/utils/hooks/useSetWalletConnectorFetchers/useSetWalletConnectorFetchers.js +2 -1
- package/src/lib/utils/hooks/useSmartWallets/useSmartWallets.cjs +2 -1
- package/src/lib/utils/hooks/useSmartWallets/useSmartWallets.js +2 -1
- package/src/lib/utils/hooks/useSocialAccounts/useSocialAccounts.cjs +2 -1
- package/src/lib/utils/hooks/useSocialAccounts/useSocialAccounts.js +2 -1
- package/src/lib/utils/hooks/useSocialAuth/useSocialAuth.cjs +2 -1
- package/src/lib/utils/hooks/useSocialAuth/useSocialAuth.js +2 -1
- package/src/lib/utils/hooks/useSubdomainCheck/useSubdomainCheck.cjs +2 -1
- package/src/lib/utils/hooks/useSubdomainCheck/useSubdomainCheck.js +2 -1
- package/src/lib/utils/hooks/useSwitchWallet/useSwitchWallet.cjs +2 -1
- package/src/lib/utils/hooks/useSwitchWallet/useSwitchWallet.js +2 -1
- package/src/lib/utils/hooks/useSyncEmbeddedWalletFlow/useSyncEmbeddedWalletFlow.cjs +2 -1
- package/src/lib/utils/hooks/useSyncEmbeddedWalletFlow/useSyncEmbeddedWalletFlow.js +2 -1
- package/src/lib/utils/hooks/useSyncMfaFlow/useSyncMfaFlow.cjs +2 -1
- package/src/lib/utils/hooks/useSyncMfaFlow/useSyncMfaFlow.js +2 -1
- package/src/lib/utils/hooks/useSyncOnboardingFlow/useSyncOnboardingFlow.cjs +2 -1
- package/src/lib/utils/hooks/useSyncOnboardingFlow/useSyncOnboardingFlow.js +2 -1
- package/src/lib/utils/hooks/useTelegramLogin/useTelegramLogin.cjs +2 -1
- package/src/lib/utils/hooks/useTelegramLogin/useTelegramLogin.js +2 -1
- package/src/lib/utils/hooks/useTokenBalances/useTokenBalances.cjs +2 -1
- package/src/lib/utils/hooks/useTokenBalances/useTokenBalances.js +2 -1
- package/src/lib/utils/hooks/useTransferWallet/useTransferWallet.cjs +2 -1
- package/src/lib/utils/hooks/useTransferWallet/useTransferWallet.js +2 -1
- package/src/lib/utils/hooks/useUpgradeEmbeddedWallet/useUpgradeEmbeddedWallet.cjs +2 -1
- package/src/lib/utils/hooks/useUpgradeEmbeddedWallet/useUpgradeEmbeddedWallet.js +2 -1
- package/src/lib/utils/hooks/useUserAuth/useUserAuth.cjs +2 -1
- package/src/lib/utils/hooks/useUserAuth/useUserAuth.js +2 -1
- package/src/lib/utils/hooks/useUserUpdateRequest/useUpdateUser/useUpdateUser.cjs +2 -1
- package/src/lib/utils/hooks/useUserUpdateRequest/useUpdateUser/useUpdateUser.js +2 -1
- package/src/lib/utils/hooks/useUserUpdateRequest/useUpdateUserWithModal/useUpdateUserWithModal.cjs +2 -1
- package/src/lib/utils/hooks/useUserUpdateRequest/useUpdateUserWithModal/useUpdateUserWithModal.js +2 -1
- package/src/lib/utils/hooks/useVerifyWallet/useVerifyWallet.cjs +2 -1
- package/src/lib/utils/hooks/useVerifyWallet/useVerifyWallet.js +2 -1
- package/src/lib/utils/hooks/useViewSettings/useViewSettings.cjs +2 -1
- package/src/lib/utils/hooks/useViewSettings/useViewSettings.js +2 -1
- package/src/lib/utils/hooks/useWalletItemActions/useHandleWalletItem/index.d.ts +1 -0
- package/src/lib/utils/hooks/useWalletItemActions/useHandleWalletItem/useHandleWalletItem.cjs +277 -0
- package/src/lib/utils/hooks/useWalletItemActions/useHandleWalletItem/useHandleWalletItem.d.ts +27 -0
- package/src/lib/utils/hooks/useWalletItemActions/useHandleWalletItem/useHandleWalletItem.js +273 -0
- package/src/lib/utils/hooks/useWalletItemActions/useWalletItemActions.cjs +30 -192
- package/src/lib/utils/hooks/useWalletItemActions/useWalletItemActions.d.ts +7 -10
- package/src/lib/utils/hooks/useWalletItemActions/useWalletItemActions.js +30 -192
- package/src/lib/utils/hooks/useWalletList/index.d.ts +1 -0
- package/src/lib/utils/hooks/useWalletList/useWalletList.cjs +132 -0
- package/src/lib/utils/hooks/useWalletList/useWalletList.d.ts +12 -0
- package/src/lib/utils/hooks/useWalletList/useWalletList.js +128 -0
- package/src/lib/{views/WalletList/utils → utils/hooks/useWalletList/utils/getEffectiveRecommendedWallets}/getEffectiveRecommendedWallets.d.ts +1 -1
- package/src/lib/utils/hooks/useWalletList/utils/getEffectiveRecommendedWallets/index.d.ts +1 -0
- package/src/lib/{views/WalletList/utils → utils/hooks/useWalletList/utils/getEffectiveWalletFilter}/getEffectiveWalletFilter.d.ts +1 -1
- package/src/lib/utils/hooks/useWalletList/utils/getEffectiveWalletFilter/index.d.ts +1 -0
- package/src/lib/utils/hooks/useWalletOptions/useWalletOptions.cjs +2 -1
- package/src/lib/utils/hooks/useWalletOptions/useWalletOptions.js +2 -1
- package/src/lib/utils/hooks/useWalletUiUtils/useWalletUiUtils.cjs +2 -1
- package/src/lib/utils/hooks/useWalletUiUtils/useWalletUiUtils.js +2 -1
- package/src/lib/views/AccessBlockedView/AccessBlockedView.cjs +2 -1
- package/src/lib/views/AccessBlockedView/AccessBlockedView.js +2 -1
- package/src/lib/views/AccountExistsView/AccountExistsView.cjs +2 -1
- package/src/lib/views/AccountExistsView/AccountExistsView.js +2 -1
- package/src/lib/views/AddNetworkView/AddNetworkView.cjs +2 -1
- package/src/lib/views/AddNetworkView/AddNetworkView.js +2 -1
- package/src/lib/views/BridgeNextWalletConnectionView/BridgeNextWalletConnectionView.cjs +2 -1
- package/src/lib/views/BridgeNextWalletConnectionView/BridgeNextWalletConnectionView.js +2 -1
- package/src/lib/views/BridgeSummaryView/BridgeSummaryView.cjs +2 -1
- package/src/lib/views/BridgeSummaryView/BridgeSummaryView.js +2 -1
- package/src/lib/views/BridgeWelcomeView/BridgeWelcomeView.cjs +2 -1
- package/src/lib/views/BridgeWelcomeView/BridgeWelcomeView.js +2 -1
- package/src/lib/views/CaptchaVerifyUser/CaptchaVerifyUser.cjs +2 -1
- package/src/lib/views/CaptchaVerifyUser/CaptchaVerifyUser.js +2 -1
- package/src/lib/views/CoinbaseMPCClaimIntro/CoinbaseMPCClaimIntro.cjs +2 -1
- package/src/lib/views/CoinbaseMPCClaimIntro/CoinbaseMPCClaimIntro.js +2 -1
- package/src/lib/views/CollectUserDataView/CollectUserDataView.cjs +3 -2
- package/src/lib/views/CollectUserDataView/CollectUserDataView.js +3 -2
- package/src/lib/views/CollectUserDataView/OnboardingUserDataForm/OnboardingUserDataForm.cjs +2 -1
- package/src/lib/views/CollectUserDataView/OnboardingUserDataForm/OnboardingUserDataForm.js +2 -1
- package/src/lib/views/CollectUserDataView/UserDataFields/UserField/UserField.cjs +2 -1
- package/src/lib/views/CollectUserDataView/UserDataFields/UserField/UserField.js +2 -1
- package/src/lib/views/CollectUserDataView/UserDataFields/UserPhoneField/UserPhoneField.cjs +2 -1
- package/src/lib/views/CollectUserDataView/UserDataFields/UserPhoneField/UserPhoneField.js +2 -1
- package/src/lib/views/CollectUserDataViewNoWallet/CollectUserDataViewNoWallet.cjs +3 -2
- package/src/lib/views/CollectUserDataViewNoWallet/CollectUserDataViewNoWallet.js +3 -2
- package/src/lib/views/CreatePasswordView/CreatePasswordStep/CreatePasswordStep.cjs +3 -2
- package/src/lib/views/CreatePasswordView/CreatePasswordStep/CreatePasswordStep.js +3 -2
- package/src/lib/views/CreatePasswordView/CreatePasswordView.cjs +2 -1
- package/src/lib/views/CreatePasswordView/CreatePasswordView.js +2 -1
- package/src/lib/views/CreatePasswordView/SavePasswordStep/SavePasswordStep.cjs +3 -2
- package/src/lib/views/CreatePasswordView/SavePasswordStep/SavePasswordStep.js +3 -2
- package/src/lib/views/EmailConfirmationWaitingView/EmailConfirmationWaitingView.cjs +2 -1
- package/src/lib/views/EmailConfirmationWaitingView/EmailConfirmationWaitingView.js +2 -1
- package/src/lib/views/EmailVerification/EmailVerification.cjs +3 -2
- package/src/lib/views/EmailVerification/EmailVerification.js +3 -2
- package/src/lib/views/EmailWalletOTPVerificationView/EmailWalletOTPVerificationView.cjs +2 -1
- package/src/lib/views/EmailWalletOTPVerificationView/EmailWalletOTPVerificationView.js +2 -1
- package/src/lib/views/EmbeddedDeleteView/EmbeddedDeleteView.cjs +2 -1
- package/src/lib/views/EmbeddedDeleteView/EmbeddedDeleteView.js +2 -1
- package/src/lib/views/EmbeddedReveal/EmbeddedRevealView/EmbeddedRevealView.cjs +2 -1
- package/src/lib/views/EmbeddedReveal/EmbeddedRevealView/EmbeddedRevealView.js +2 -1
- package/src/lib/views/EnterPasswordView/EnterPasswordView.cjs +2 -1
- package/src/lib/views/EnterPasswordView/EnterPasswordView.js +2 -1
- package/src/lib/views/FarcasterConnectView/FarcasterConnectView.cjs +2 -1
- package/src/lib/views/FarcasterConnectView/FarcasterConnectView.js +2 -1
- package/src/lib/views/GlobalWalletConfirmView/GlobalWalletConfirmView.cjs +2 -1
- package/src/lib/views/GlobalWalletConfirmView/GlobalWalletConfirmView.js +2 -1
- package/src/lib/views/GlobalWalletMaliciousView/GlobalWalletMaliciousView.cjs +2 -1
- package/src/lib/views/GlobalWalletMaliciousView/GlobalWalletMaliciousView.js +2 -1
- package/src/lib/views/LoginView/LoginView.cjs +1 -1
- package/src/lib/views/LoginView/LoginView.js +1 -1
- package/src/lib/views/LoginView/LoginViewSection/LoginViewSection.cjs +2 -1
- package/src/lib/views/LoginView/LoginViewSection/LoginViewSection.js +2 -1
- package/src/lib/views/LoginView/sections/EmailSignInSection/LoginEmailForm.cjs +2 -1
- package/src/lib/views/LoginView/sections/EmailSignInSection/LoginEmailForm.js +2 -1
- package/src/lib/views/LoginView/sections/PhoneNumberSignInSection/PhoneNumberSignInSection.cjs +2 -1
- package/src/lib/views/LoginView/sections/PhoneNumberSignInSection/PhoneNumberSignInSection.js +2 -1
- package/src/lib/views/LoginView/sections/PhoneNumberSignInSection/useSubmitPhoneNumber/useSubmitPhoneNumber.cjs +2 -1
- package/src/lib/views/LoginView/sections/PhoneNumberSignInSection/useSubmitPhoneNumber/useSubmitPhoneNumber.js +2 -1
- package/src/lib/views/LoginView/sections/SocialSignInSection/DynamicSocialSignIn/DynamicSocialSignIn.cjs +2 -1
- package/src/lib/views/LoginView/sections/SocialSignInSection/DynamicSocialSignIn/DynamicSocialSignIn.js +2 -1
- package/src/lib/views/LoginView/sections/SocialSignInSection/MagicSocialSignIn/MagicSocialSignIn.cjs +2 -1
- package/src/lib/views/LoginView/sections/SocialSignInSection/MagicSocialSignIn/MagicSocialSignIn.js +2 -1
- package/src/lib/views/LoginView/sections/SocialSignInSection/SocialSignInSection.cjs +2 -1
- package/src/lib/views/LoginView/sections/SocialSignInSection/SocialSignInSection.js +2 -1
- package/src/lib/views/LoginView/sections/ToggleableSection/ToggleableSection.cjs +2 -1
- package/src/lib/views/LoginView/sections/ToggleableSection/ToggleableSection.js +2 -1
- package/src/lib/views/LoginView/sections/WalletSignInSection/ListItemButton/ListItemButton.cjs +2 -1
- package/src/lib/views/LoginView/sections/WalletSignInSection/ListItemButton/ListItemButton.js +2 -1
- package/src/lib/views/LoginView/sections/WalletSignInSection/WalletSignInSection.cjs +2 -1
- package/src/lib/views/LoginView/sections/WalletSignInSection/WalletSignInSection.js +2 -1
- package/src/lib/views/LoginView/sections/WalletSignInSection/WalletSimpleSignIn/WalletSimpleSignIn.cjs +2 -1
- package/src/lib/views/LoginView/sections/WalletSignInSection/WalletSimpleSignIn/WalletSimpleSignIn.js +2 -1
- package/src/lib/views/LoginView/useLoginView/useLoginView.cjs +2 -1
- package/src/lib/views/LoginView/useLoginView/useLoginView.js +2 -1
- package/src/lib/views/MergeUserAccountsConflictsView/MergeUserAccountsConflictsView.cjs +2 -1
- package/src/lib/views/MergeUserAccountsConflictsView/MergeUserAccountsConflictsView.js +2 -1
- package/src/lib/views/MergeUserAccountsView/MergeUserAccountsView.cjs +2 -1
- package/src/lib/views/MergeUserAccountsView/MergeUserAccountsView.js +2 -1
- package/src/lib/views/MergeUserAccountsWithSameEmailView/MergeUserAccountsWithSameEmailView.cjs +2 -1
- package/src/lib/views/MergeUserAccountsWithSameEmailView/MergeUserAccountsWithSameEmailView.js +2 -1
- package/src/lib/views/MfaChooseDeviceView/MfaChooseDeviceView.cjs +3 -2
- package/src/lib/views/MfaChooseDeviceView/MfaChooseDeviceView.js +3 -2
- package/src/lib/views/MfaDisplayBackupCodesView/MfaDisplayBackupCodesView.cjs +3 -2
- package/src/lib/views/MfaDisplayBackupCodesView/MfaDisplayBackupCodesView.js +3 -2
- package/src/lib/views/MfaRecoveryView/MfaRecoveryView.cjs +2 -1
- package/src/lib/views/MfaRecoveryView/MfaRecoveryView.js +2 -1
- package/src/lib/views/MfaSecureDeviceHelpView/MfaSecureDeviceHelpView.cjs +3 -2
- package/src/lib/views/MfaSecureDeviceHelpView/MfaSecureDeviceHelpView.js +3 -2
- package/src/lib/views/MfaSecureDeviceView/MfaSecureDeviceView.cjs +3 -2
- package/src/lib/views/MfaSecureDeviceView/MfaSecureDeviceView.js +3 -2
- package/src/lib/views/MfaVerificationView/MfaVerificationView.cjs +2 -1
- package/src/lib/views/MfaVerificationView/MfaVerificationView.js +2 -1
- package/src/lib/views/MobileWalletRedirectView/MobileWalletRedirectView.cjs +2 -1
- package/src/lib/views/MobileWalletRedirectView/MobileWalletRedirectView.js +2 -1
- package/src/lib/views/NetworkNotSupported/NetworkNotSupported.cjs +2 -1
- package/src/lib/views/NetworkNotSupported/NetworkNotSupported.js +2 -1
- package/src/lib/views/NetworkNotSupportedSwitchManual/NetworkNotSupportedSwitchManual.cjs +2 -1
- package/src/lib/views/NetworkNotSupportedSwitchManual/NetworkNotSupportedSwitchManual.js +2 -1
- package/src/lib/views/NoAccess/NoAccess.cjs +2 -1
- package/src/lib/views/NoAccess/NoAccess.js +2 -1
- package/src/lib/views/NoAccess/useNoAccessText.cjs +2 -1
- package/src/lib/views/NoAccess/useNoAccessText.js +2 -1
- package/src/lib/views/NoQrNotInstalledView/NoQrNotInstalledView.cjs +2 -1
- package/src/lib/views/NoQrNotInstalledView/NoQrNotInstalledView.js +2 -1
- package/src/lib/views/NoQrNotInstalledView/WalletHelpLink.cjs +2 -1
- package/src/lib/views/NoQrNotInstalledView/WalletHelpLink.js +2 -1
- package/src/lib/views/Passkey/EmbeddedAuthChoice/AuthChoiceInfo/AuthChoiceInfo.cjs +2 -1
- package/src/lib/views/Passkey/EmbeddedAuthChoice/AuthChoiceInfo/AuthChoiceInfo.js +2 -1
- package/src/lib/views/Passkey/EmbeddedAuthChoice/EmbeddedAuthChoice.cjs +3 -2
- package/src/lib/views/Passkey/EmbeddedAuthChoice/EmbeddedAuthChoice.js +3 -2
- package/src/lib/views/Passkey/EmbeddedAuthChoiceCards/ActionCard/ActionCard.cjs +2 -1
- package/src/lib/views/Passkey/EmbeddedAuthChoiceCards/ActionCard/ActionCard.js +2 -1
- package/src/lib/views/Passkey/EmbeddedAuthChoiceCards/EmbeddedAuthChoiceCards.cjs +2 -1
- package/src/lib/views/Passkey/EmbeddedAuthChoiceCards/EmbeddedAuthChoiceCards.js +2 -1
- package/src/lib/views/Passkey/PasskeyDeviceIcon/PasskeyDeviceIcon.cjs +2 -1
- package/src/lib/views/Passkey/PasskeyDeviceIcon/PasskeyDeviceIcon.js +2 -1
- package/src/lib/views/Passkey/PasskeyIntroView/PasskeyIntroView.cjs +2 -1
- package/src/lib/views/Passkey/PasskeyIntroView/PasskeyIntroView.js +2 -1
- package/src/lib/views/Passkey/PasskeyNewDomainDetectedView/PasskeyNewDomainDetectedView.cjs +2 -1
- package/src/lib/views/Passkey/PasskeyNewDomainDetectedView/PasskeyNewDomainDetectedView.js +2 -1
- package/src/lib/views/Passkey/PasskeyRecovery/AddRecoveryEmail/AddRecoveryEmail.cjs +2 -1
- package/src/lib/views/Passkey/PasskeyRecovery/AddRecoveryEmail/AddRecoveryEmail.js +2 -1
- package/src/lib/views/Passkey/PasskeyRecovery/BundleValidation/PasskeyBundleRecovery.cjs +2 -1
- package/src/lib/views/Passkey/PasskeyRecovery/BundleValidation/PasskeyBundleRecovery.js +2 -1
- package/src/lib/views/Passkey/PasskeyRecovery/CompleteRecovery/PasskeyCompleteRecovery.cjs +2 -1
- package/src/lib/views/Passkey/PasskeyRecovery/CompleteRecovery/PasskeyCompleteRecovery.js +2 -1
- package/src/lib/views/Passkey/PasskeyRecovery/InitRecovery/PasskeyInitRecovery.cjs +2 -1
- package/src/lib/views/Passkey/PasskeyRecovery/InitRecovery/PasskeyInitRecovery.js +2 -1
- package/src/lib/views/Passkey/RenamePasskeyView/RenamePasskeyView.cjs +2 -1
- package/src/lib/views/Passkey/RenamePasskeyView/RenamePasskeyView.js +2 -1
- package/src/lib/views/PendingConnectView/PendingConnectView.cjs +2 -1
- package/src/lib/views/PendingConnectView/PendingConnectView.js +2 -1
- package/src/lib/views/PendingSignatureView/PendingSignatureView.cjs +2 -1
- package/src/lib/views/PendingSignatureView/PendingSignatureView.js +2 -1
- package/src/lib/views/QrCodeView/QrCodeView.cjs +2 -1
- package/src/lib/views/QrCodeView/QrCodeView.js +2 -1
- package/src/lib/views/SandboxMaximumThresholdReached/SandboxMaximumThresholdReached.cjs +2 -1
- package/src/lib/views/SandboxMaximumThresholdReached/SandboxMaximumThresholdReached.js +2 -1
- package/src/lib/views/SelectHardwareWalletView/SelectHardwareWalletView.cjs +2 -1
- package/src/lib/views/SelectHardwareWalletView/SelectHardwareWalletView.js +2 -1
- package/src/lib/views/SelectWalletInWalletGroupView/components/WalletGroupItem/WalletGroupItem.cjs +2 -1
- package/src/lib/views/SelectWalletInWalletGroupView/components/WalletGroupItem/WalletGroupItem.js +2 -1
- package/src/lib/views/SendBalanceView/SendBalanceView.cjs +2 -1
- package/src/lib/views/SendBalanceView/SendBalanceView.js +2 -1
- package/src/lib/views/SmsVerification/SmsVerification.cjs +3 -2
- package/src/lib/views/SmsVerification/SmsVerification.js +3 -2
- package/src/lib/views/SmsVerification/useSmsVerification/useSmsVerification.cjs +2 -1
- package/src/lib/views/SmsVerification/useSmsVerification/useSmsVerification.js +2 -1
- package/src/lib/views/SocialRedirectView/SocialRedirectView.cjs +2 -1
- package/src/lib/views/SocialRedirectView/SocialRedirectView.js +2 -1
- package/src/lib/views/SocialWrongAccountView/SocialWrongAccountView.cjs +2 -1
- package/src/lib/views/SocialWrongAccountView/SocialWrongAccountView.js +2 -1
- package/src/lib/views/SubdomainField/SubdomainField.cjs +2 -1
- package/src/lib/views/SubdomainField/SubdomainField.js +2 -1
- package/src/lib/views/SyncWalletView/AutoReconnectingView/AutoReconnectingView.cjs +2 -1
- package/src/lib/views/SyncWalletView/AutoReconnectingView/AutoReconnectingView.js +2 -1
- package/src/lib/views/SyncWalletView/ReconnectWithQrCodeView/ReconnectWithQrCodeView.cjs +2 -1
- package/src/lib/views/SyncWalletView/ReconnectWithQrCodeView/ReconnectWithQrCodeView.js +2 -1
- package/src/lib/views/SyncWalletView/SwitchWalletView/SwitchWalletView.cjs +2 -1
- package/src/lib/views/SyncWalletView/SwitchWalletView/SwitchWalletView.js +2 -1
- package/src/lib/views/SyncWalletView/SyncWalletView.cjs +2 -1
- package/src/lib/views/SyncWalletView/SyncWalletView.js +2 -1
- package/src/lib/views/TransactionConfirmationView/TransactionConfirmationView.cjs +2 -1
- package/src/lib/views/TransactionConfirmationView/TransactionConfirmationView.js +2 -1
- package/src/lib/views/UserFieldEditorView/UserFieldEditorView.cjs +2 -1
- package/src/lib/views/UserFieldEditorView/UserFieldEditorView.js +2 -1
- package/src/lib/views/UserFieldEditorView/useAssignDefaultValues/useAssignDefaultValues.cjs +2 -1
- package/src/lib/views/UserFieldEditorView/useAssignDefaultValues/useAssignDefaultValues.js +2 -1
- package/src/lib/views/WalletAlreadyExistsView/WalletAlreadyExistsView.cjs +2 -1
- package/src/lib/views/WalletAlreadyExistsView/WalletAlreadyExistsView.js +2 -1
- package/src/lib/views/WalletCannotBeTransferredView/WalletCannotBeTransferredView.cjs +2 -1
- package/src/lib/views/WalletCannotBeTransferredView/WalletCannotBeTransferredView.js +2 -1
- package/src/lib/views/WalletGroupView/components/WalletGroupItem/WalletGroupItem.cjs +2 -1
- package/src/lib/views/WalletGroupView/components/WalletGroupItem/WalletGroupItem.js +2 -1
- package/src/lib/views/WalletList/SearchNotFoundMessage/SearchNotFoundMessage.cjs +2 -1
- package/src/lib/views/WalletList/SearchNotFoundMessage/SearchNotFoundMessage.js +2 -1
- package/src/lib/views/WalletList/WalletList.cjs +13 -36
- package/src/lib/views/WalletList/WalletList.d.ts +3 -1
- package/src/lib/views/WalletList/WalletList.js +14 -37
- package/src/lib/views/WalletList/WalletListForDefaultConnection/WalletListForDefaultConnection.cjs +3 -1
- package/src/lib/views/WalletList/WalletListForDefaultConnection/WalletListForDefaultConnection.js +3 -1
- package/src/lib/views/WalletList/WalletListGridTabs/WalletListGridTabs.cjs +2 -1
- package/src/lib/views/WalletList/WalletListGridTabs/WalletListGridTabs.js +2 -1
- package/src/lib/views/WalletList/WalletListItem/WalletListItem.cjs +2 -1
- package/src/lib/views/WalletList/WalletListItem/WalletListItem.js +2 -1
- package/src/lib/views/WalletLockedView/WalletLockedView.cjs +3 -2
- package/src/lib/views/WalletLockedView/WalletLockedView.js +3 -2
- package/src/lib/views/WalletRedirectView/WalletRedirectView.cjs +2 -1
- package/src/lib/views/WalletRedirectView/WalletRedirectView.js +2 -1
- package/src/lib/views/WalletSignSpinnerView/WalletSignSpinnerView.cjs +2 -1
- package/src/lib/views/WalletSignSpinnerView/WalletSignSpinnerView.js +2 -1
- package/src/lib/views/WalletUsedView/WalletUsedView.cjs +2 -1
- package/src/lib/views/WalletUsedView/WalletUsedView.js +2 -1
- package/src/lib/views/viewToComponentMap.cjs +3 -4
- package/src/lib/views/viewToComponentMap.d.ts +1 -2
- package/src/lib/views/viewToComponentMap.js +3 -4
- package/src/lib/widgets/DynamicBridgeWidget/DynamicBridgeWidget.cjs +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/DynamicBridgeWidget.js +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeUserProfile/DynamicBridgeUserProfile.cjs +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeUserProfile/DynamicBridgeUserProfile.js +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeWalletCard/DynamicBridgeWalletCard.cjs +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeWalletCard/DynamicBridgeWalletCard.js +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeWalletCardBody/DynamicBridgeWalletCardBody.cjs +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeWalletCardBody/DynamicBridgeWalletCardBody.js +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeWidgetEmptyCard/DynamicBridgeWidgetEmptyCard.cjs +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeWidgetEmptyCard/DynamicBridgeWidgetEmptyCard.js +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/views/EditProfileView/EditProfileView.cjs +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/views/EditProfileView/EditProfileView.js +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/views/ProfileView/ProfileView.cjs +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/views/ProfileView/ProfileView.js +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/views/WalletsView/WalletsView.cjs +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/views/WalletsView/WalletsView.js +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.cjs +2 -1
- package/src/lib/widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.js +2 -1
- package/src/lib/widgets/DynamicEmbeddedWidget/DynamicEmbeddedAuthFlow/DynamicEmbeddedAuthFlow.cjs +3 -2
- package/src/lib/widgets/DynamicEmbeddedWidget/DynamicEmbeddedAuthFlow/DynamicEmbeddedAuthFlow.js +3 -2
- package/src/lib/widgets/DynamicMultiWalletPromptsWidget/DynamicMultiWalletPromptsWidget.cjs +2 -1
- package/src/lib/widgets/DynamicMultiWalletPromptsWidget/DynamicMultiWalletPromptsWidget.js +2 -1
- package/src/lib/widgets/DynamicWidget/DynamicWidget.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/DynamicWidget.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/AccountControl/AccountControl.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/AccountControl/AccountControl.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveBitcoinWalletAddresses/ActiveBitcoinWalletAddresses.cjs +3 -2
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveBitcoinWalletAddresses/ActiveBitcoinWalletAddresses.js +3 -2
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveWalletAddress/ActiveWalletAddress.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveWalletAddress/ActiveWalletAddress.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveWalletInformation.cjs +4 -3
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveWalletInformation.js +4 -3
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/TokenBalanceItem/TokenBalanceItem.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/TokenBalanceItem/TokenBalanceItem.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/TokenBalanceList/TokenBalanceList.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/TokenBalanceList/TokenBalanceList.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/Balance/Balance.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/Balance/Balance.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/BottomNavBar/BottomNavBar.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/BottomNavBar/BottomNavBar.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/DotsMenuDropdown/DotsMenuDropdown.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/DotsMenuDropdown/DotsMenuDropdown.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/DynamicNav/DynamicNav.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/DynamicNav/DynamicNav.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetHeader/DynamicWidgetHeader.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetHeader/DynamicWidgetHeader.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetHeader/DynamicWidgetWalletHeader/DynamicWidgetWalletHeader.cjs +4 -13
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetHeader/DynamicWidgetWalletHeader/DynamicWidgetWalletHeader.js +4 -13
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetVariants/variants/DynamicWidgetDropdown/DynamicWidgetDropdown.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetVariants/variants/DynamicWidgetDropdown/DynamicWidgetDropdown.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetVariants/variants/DynamicWidgetModal/DynamicWidgetModal.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetVariants/variants/DynamicWidgetModal/DynamicWidgetModal.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetViews/DynamicWidgetViews.cjs +3 -120
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetViews/DynamicWidgetViews.d.ts +1 -3
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetViews/DynamicWidgetViews.js +3 -119
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetViews/index.d.ts +1 -0
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetViews/mapViewToComponent.cjs +34 -0
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetViews/mapViewToComponent.d.ts +15 -0
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetViews/mapViewToComponent.js +30 -0
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetWallets/DynamicWidgetWallets.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetWallets/DynamicWidgetWallets.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/EmailConnectorPendingSignModalContent/EmailConnectorPendingSignModalContent.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/EmailConnectorPendingSignModalContent/EmailConnectorPendingSignModalContent.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/EmailOTPConnectorPendingSignModalContent/EmailOTPConnectorPendingSignModalContent.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/EmailOTPConnectorPendingSignModalContent/EmailOTPConnectorPendingSignModalContent.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/EmptyWallets/EmptyWallets.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/EmptyWallets/EmptyWallets.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/PromptModal/PromptModal.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/PromptModal/PromptModal.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/SingleWalletButtons/SingleWalletButtons.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/SingleWalletButtons/SingleWalletButtons.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/Wallet/Wallet.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/Wallet/Wallet.js +2 -1
- package/src/lib/widgets/DynamicWidget/components/WalletDetailsCard/WalletDetailsCard.cjs +3 -2
- package/src/lib/widgets/DynamicWidget/components/WalletDetailsCard/WalletDetailsCard.js +3 -2
- package/src/lib/widgets/DynamicWidget/components/WidgetPortal/WidgetPortal.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/components/WidgetPortal/WidgetPortal.js +2 -1
- package/src/lib/widgets/DynamicWidget/context/DynamicWidgetContext.cjs +24 -3
- package/src/lib/widgets/DynamicWidget/context/DynamicWidgetContext.js +24 -3
- package/src/lib/widgets/DynamicWidget/context/DynamicWidgetContext.types.d.ts +17 -7
- package/src/lib/widgets/DynamicWidget/hooks/useCloseMultiWalletPrompt/useCloseMultiWalletPrompt.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/hooks/useCloseMultiWalletPrompt/useCloseMultiWalletPrompt.js +2 -1
- package/src/lib/widgets/DynamicWidget/hooks/useFetchBalance/useFetchBalance.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/hooks/useFetchBalance/useFetchBalance.js +2 -1
- package/src/lib/widgets/DynamicWidget/hooks/useFetchChain/useFetchChain.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/hooks/useFetchChain/useFetchChain.js +2 -1
- package/src/lib/widgets/DynamicWidget/hooks/useFetchCurrency/useFetchCurrency.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/hooks/useFetchCurrency/useFetchCurrency.js +2 -1
- package/src/lib/widgets/DynamicWidget/hooks/useFetchNameService/useFetchNameService.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/hooks/useFetchNameService/useFetchNameService.js +2 -1
- package/src/lib/widgets/DynamicWidget/hooks/useMultiWalletPromptState/useMultiWalletPromptState.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/hooks/useMultiWalletPromptState/useMultiWalletPromptState.js +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/AwaitingConnectionModal/AwaitingConnectionModal.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/AwaitingConnectionModal/AwaitingConnectionModal.js +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/DefaultPromptModal/DefaultPromptModal.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/DefaultPromptModal/DefaultPromptModal.js +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/DetectedNewWalletModal/DetectedNewWalletModal.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/DetectedNewWalletModal/DetectedNewWalletModal.js +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/NoQrNotInstalledModalView/NoQrNotInstalledModalView.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/NoQrNotInstalledModalView/NoQrNotInstalledModalView.js +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchModal/PendingAccountSwitchModal.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchModal/PendingAccountSwitchModal.js +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchModal/SwitchAccountView/SwitchAccountView.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchModal/SwitchAccountView/SwitchAccountView.js +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchModal/SwitchOrUseActiveAccountView/SwitchOrUseActiveAccountView.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchModal/SwitchOrUseActiveAccountView/SwitchOrUseActiveAccountView.js +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchToLinkModal/PendingAccountSwitchToLinkModal.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchToLinkModal/PendingAccountSwitchToLinkModal.js +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PendingConnectionModal/PendingConnectionModal.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PendingConnectionModal/PendingConnectionModal.js +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PendingSignModal/DefaultPendingSignModalContent/DefaultPendingSignModalContent.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PendingSignModal/DefaultPendingSignModalContent/DefaultPendingSignModalContent.js +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PendingSignModal/PendingSignModal.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PendingSignModal/PendingSignModal.js +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PrimaryNotConnectedModal/PrimaryNotConnectedModal.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/PrimaryNotConnectedModal/PrimaryNotConnectedModal.js +2 -1
- package/src/lib/widgets/DynamicWidget/prompts/QrCodeModalView/QrCodeModalView.cjs +3 -2
- package/src/lib/widgets/DynamicWidget/prompts/QrCodeModalView/QrCodeModalView.js +3 -2
- package/src/lib/widgets/DynamicWidget/prompts/UnlinkWalletPopUp/UnlinkWalletPopUp.cjs +3 -2
- package/src/lib/widgets/DynamicWidget/prompts/UnlinkWalletPopUp/UnlinkWalletPopUp.js +3 -2
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/ChooseWalletFundingMethod.cjs +32 -0
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/ChooseWalletFundingMethod.d.ts +2 -0
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/ChooseWalletFundingMethod.js +28 -0
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/MakeTrailing/MakeTrailing.cjs +20 -0
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/MakeTrailing/MakeTrailing.d.ts +7 -0
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/MakeTrailing/MakeTrailing.js +16 -0
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/MakeTrailing/index.d.ts +1 -0
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/index.d.ts +1 -0
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/useFundingMethods/index.d.ts +1 -0
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/useFundingMethods/useFundingMethods.cjs +159 -0
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/useFundingMethods/useFundingMethods.d.ts +10 -0
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/useFundingMethods/useFundingMethods.js +155 -0
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/useFundingMethods/useStartExternalWalletFunding/index.d.ts +1 -0
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/useFundingMethods/useStartExternalWalletFunding/useStartExternalWalletFunding.cjs +64 -0
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/useFundingMethods/useStartExternalWalletFunding/useStartExternalWalletFunding.d.ts +1 -0
- package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/useFundingMethods/useStartExternalWalletFunding/useStartExternalWalletFunding.js +60 -0
- package/src/lib/widgets/DynamicWidget/views/ConnectedAppsView/ConnectedAppsView.cjs +3 -2
- package/src/lib/widgets/DynamicWidget/views/ConnectedAppsView/ConnectedAppsView.d.ts +2 -2
- package/src/lib/widgets/DynamicWidget/views/ConnectedAppsView/ConnectedAppsView.js +3 -2
- package/src/lib/widgets/DynamicWidget/views/ConnectedAppsView/index.d.ts +1 -0
- package/src/lib/widgets/DynamicWidget/views/DepositView/DepositView.cjs +119 -0
- package/src/lib/widgets/DynamicWidget/views/DepositView/DepositView.js +115 -0
- package/src/lib/widgets/DynamicWidget/views/EditProfileView/EditProfileView.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/views/EditProfileView/EditProfileView.js +2 -1
- package/src/lib/widgets/DynamicWidget/views/GlobalWalletView/GlobalWalletView.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/views/GlobalWalletView/GlobalWalletView.js +2 -1
- package/src/lib/widgets/DynamicWidget/views/GlobalWalletView/index.d.ts +2 -0
- package/src/lib/widgets/DynamicWidget/views/ManageMfaWidgetView/ManageMfaWidgetView.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/views/ManageMfaWidgetView/ManageMfaWidgetView.js +2 -1
- package/src/lib/widgets/DynamicWidget/views/ManagePasskeysWidgetView/ManagePasskeysWidgetView.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/views/ManagePasskeysWidgetView/ManagePasskeysWidgetView.js +2 -1
- package/src/lib/widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js +2 -1
- package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs +22 -17
- package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js +23 -18
- package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/TokenSelectScreen/TokenOption/TokenOption.cjs +3 -2
- package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/TokenSelectScreen/TokenOption/TokenOption.js +3 -2
- package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/TokenSelectScreen/TokenSelectScreen.cjs +3 -2
- package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/TokenSelectScreen/TokenSelectScreen.js +3 -2
- package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/types.d.ts +4 -0
- package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/utils/useSubmitExternalWalletFunding/index.d.ts +1 -0
- package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/utils/useSubmitExternalWalletFunding/useSubmitExternalWalletFunding.cjs +44 -0
- package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/utils/useSubmitExternalWalletFunding/useSubmitExternalWalletFunding.d.ts +9 -0
- package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/utils/useSubmitExternalWalletFunding/useSubmitExternalWalletFunding.js +40 -0
- package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/utils/useTokensForFunding/useTokensForFunding.cjs +27 -12
- package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/utils/useTokensForFunding/useTokensForFunding.js +27 -12
- package/src/lib/widgets/DynamicWidget/views/SettingsView/SettingsView.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/views/SettingsView/SettingsView.js +2 -1
- package/src/lib/widgets/DynamicWidget/views/WalletsView/WalletsView.cjs +2 -1
- package/src/lib/widgets/DynamicWidget/views/WalletsView/WalletsView.js +2 -1
- package/src/lib/widgets/FundingWidget/views/FundWalletView/FundWalletView.cjs +8 -20
- package/src/lib/widgets/FundingWidget/views/FundWalletView/FundWalletView.d.ts +0 -3
- package/src/lib/widgets/FundingWidget/views/FundWalletView/FundWalletView.js +9 -20
- package/src/lib/components/Alert/Alert.types.d.ts +0 -10
- package/src/lib/context/FundingContext/FundingContext.d.ts +0 -20
- package/src/lib/context/FundingContext/index.d.ts +0 -2
- package/src/lib/context/FundingContext/useFunding/useFunding.cjs +0 -203
- package/src/lib/context/FundingContext/useFunding/useFunding.d.ts +0 -18
- package/src/lib/context/FundingContext/useFunding/useFunding.js +0 -199
- package/src/lib/views/DepositView/DepositView.cjs +0 -128
- package/src/lib/views/DepositView/DepositView.js +0 -124
- /package/src/lib/{context/FundingContext → utils/hooks}/useFunding/index.d.ts +0 -0
- /package/src/lib/{views/WalletList/utils → utils/hooks/useWalletList/utils/getEffectiveRecommendedWallets}/getEffectiveRecommendedWallets.cjs +0 -0
- /package/src/lib/{views/WalletList/utils → utils/hooks/useWalletList/utils/getEffectiveRecommendedWallets}/getEffectiveRecommendedWallets.js +0 -0
- /package/src/lib/{views/WalletList/utils → utils/hooks/useWalletList/utils/getEffectiveWalletFilter}/getEffectiveWalletFilter.cjs +0 -0
- /package/src/lib/{views/WalletList/utils → utils/hooks/useWalletList/utils/getEffectiveWalletFilter}/getEffectiveWalletFilter.js +0 -0
- /package/src/lib/{views → widgets/DynamicWidget/views}/DepositView/DepositView.d.ts +0 -0
- /package/src/lib/{views → widgets/DynamicWidget/views}/DepositView/index.d.ts +0 -0
|
@@ -74,19 +74,20 @@ require('react-focus-lock');
|
|
|
74
74
|
require('qrcode');
|
|
75
75
|
require('formik');
|
|
76
76
|
require('../../../../../../utils/hooks/useSubdomainCheck/useSubdomainCheck.cjs');
|
|
77
|
-
require('../../../../../../context/FooterAnimationContext/index.cjs');
|
|
78
77
|
require('../../../../../../context/WalletGroupContext/WalletGroupContext.cjs');
|
|
79
78
|
require('../../../../../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
80
79
|
require('../../../../../../context/ConnectWithOtpContext/ConnectWithOtpContext.cjs');
|
|
81
80
|
require('../../../../../../context/ConnectWithOtpContext/constants.cjs');
|
|
82
81
|
require('@hcaptcha/react-hcaptcha');
|
|
83
82
|
require('../../../../../DynamicWidget/context/DynamicWidgetContext.cjs');
|
|
83
|
+
require('../../../../../../context/FooterAnimationContext/index.cjs');
|
|
84
84
|
require('../../../../../../context/PasskeyContext/PasskeyContext.cjs');
|
|
85
85
|
require('../../../../../../store/state/sendBalances.cjs');
|
|
86
86
|
require('../../../../../../components/OverlayCardBase/OverlayCardTarget/OverlayCardTarget.cjs');
|
|
87
87
|
require('../../../../../DynamicWidget/components/DynamicWidgetHeader/DynamicWidgetHeader.cjs');
|
|
88
88
|
require('../../../../../../views/TransactionConfirmationView/TransactionConfirmationView.cjs');
|
|
89
89
|
require('../../../../../DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
90
|
+
require('../../../../../../context/OnrampContext/OnrampContext.cjs');
|
|
90
91
|
require('../../../../../DynamicWidget/views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs');
|
|
91
92
|
require('../../../../../../../index.cjs');
|
|
92
93
|
require('../../../../../../store/state/tokenBalances.cjs');
|
|
@@ -70,19 +70,20 @@ import 'react-focus-lock';
|
|
|
70
70
|
import 'qrcode';
|
|
71
71
|
import 'formik';
|
|
72
72
|
import '../../../../../../utils/hooks/useSubdomainCheck/useSubdomainCheck.js';
|
|
73
|
-
import '../../../../../../context/FooterAnimationContext/index.js';
|
|
74
73
|
import '../../../../../../context/WalletGroupContext/WalletGroupContext.js';
|
|
75
74
|
import '../../../../../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
76
75
|
import '../../../../../../context/ConnectWithOtpContext/ConnectWithOtpContext.js';
|
|
77
76
|
import '../../../../../../context/ConnectWithOtpContext/constants.js';
|
|
78
77
|
import '@hcaptcha/react-hcaptcha';
|
|
79
78
|
import '../../../../../DynamicWidget/context/DynamicWidgetContext.js';
|
|
79
|
+
import '../../../../../../context/FooterAnimationContext/index.js';
|
|
80
80
|
import '../../../../../../context/PasskeyContext/PasskeyContext.js';
|
|
81
81
|
import '../../../../../../store/state/sendBalances.js';
|
|
82
82
|
import '../../../../../../components/OverlayCardBase/OverlayCardTarget/OverlayCardTarget.js';
|
|
83
83
|
import '../../../../../DynamicWidget/components/DynamicWidgetHeader/DynamicWidgetHeader.js';
|
|
84
84
|
import '../../../../../../views/TransactionConfirmationView/TransactionConfirmationView.js';
|
|
85
85
|
import '../../../../../DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
86
|
+
import '../../../../../../context/OnrampContext/OnrampContext.js';
|
|
86
87
|
import '../../../../../DynamicWidget/views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js';
|
|
87
88
|
import '../../../../../../../index.js';
|
|
88
89
|
import '../../../../../../store/state/tokenBalances.js';
|
package/src/lib/widgets/DynamicEmbeddedWidget/DynamicEmbeddedAuthFlow/DynamicEmbeddedAuthFlow.cjs
CHANGED
|
@@ -75,10 +75,12 @@ require('../../../components/OverlayCard/OverlayCard.cjs');
|
|
|
75
75
|
require('../../../views/TransactionConfirmationView/TransactionConfirmationView.cjs');
|
|
76
76
|
require('../../../context/PasskeyContext/PasskeyContext.cjs');
|
|
77
77
|
require('../../DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
78
|
+
require('../../../context/OnrampContext/OnrampContext.cjs');
|
|
79
|
+
require('../../../context/WalletGroupContext/WalletGroupContext.cjs');
|
|
80
|
+
require('qrcode');
|
|
78
81
|
require('../../DynamicWidget/views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs');
|
|
79
82
|
var index = require('../../../context/FooterAnimationContext/index.cjs');
|
|
80
83
|
require('../../../../index.cjs');
|
|
81
|
-
require('../../../context/WalletGroupContext/WalletGroupContext.cjs');
|
|
82
84
|
require('../../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
83
85
|
require('../../../context/ConnectWithOtpContext/ConnectWithOtpContext.cjs');
|
|
84
86
|
require('../../../context/ConnectWithOtpContext/constants.cjs');
|
|
@@ -91,7 +93,6 @@ require('../../../components/InlineWidget/InlineWidget.cjs');
|
|
|
91
93
|
require('../../../components/IsBrowser/IsBrowser.cjs');
|
|
92
94
|
require('../../../components/Popper/Popper/Popper.cjs');
|
|
93
95
|
var PopperContext = require('../../../components/Popper/PopperContext/PopperContext.cjs');
|
|
94
|
-
require('qrcode');
|
|
95
96
|
var RenderView = require('../../../components/RenderView/RenderView.cjs');
|
|
96
97
|
var SandboxIndicatorWrapper = require('../../../components/SandboxIndicatorWrapper/SandboxIndicatorWrapper.cjs');
|
|
97
98
|
|
package/src/lib/widgets/DynamicEmbeddedWidget/DynamicEmbeddedAuthFlow/DynamicEmbeddedAuthFlow.js
CHANGED
|
@@ -71,10 +71,12 @@ import '../../../components/OverlayCard/OverlayCard.js';
|
|
|
71
71
|
import '../../../views/TransactionConfirmationView/TransactionConfirmationView.js';
|
|
72
72
|
import '../../../context/PasskeyContext/PasskeyContext.js';
|
|
73
73
|
import '../../DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
74
|
+
import '../../../context/OnrampContext/OnrampContext.js';
|
|
75
|
+
import '../../../context/WalletGroupContext/WalletGroupContext.js';
|
|
76
|
+
import 'qrcode';
|
|
74
77
|
import '../../DynamicWidget/views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js';
|
|
75
78
|
import { FooterAnimationContextProvider } from '../../../context/FooterAnimationContext/index.js';
|
|
76
79
|
import '../../../../index.js';
|
|
77
|
-
import '../../../context/WalletGroupContext/WalletGroupContext.js';
|
|
78
80
|
import '../../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
79
81
|
import '../../../context/ConnectWithOtpContext/ConnectWithOtpContext.js';
|
|
80
82
|
import '../../../context/ConnectWithOtpContext/constants.js';
|
|
@@ -87,7 +89,6 @@ import '../../../components/InlineWidget/InlineWidget.js';
|
|
|
87
89
|
import '../../../components/IsBrowser/IsBrowser.js';
|
|
88
90
|
import '../../../components/Popper/Popper/Popper.js';
|
|
89
91
|
import { PopperProvider } from '../../../components/Popper/PopperContext/PopperContext.js';
|
|
90
|
-
import 'qrcode';
|
|
91
92
|
import { RenderView } from '../../../components/RenderView/RenderView.js';
|
|
92
93
|
import { SandboxIndicatorWrapper } from '../../../components/SandboxIndicatorWrapper/SandboxIndicatorWrapper.js';
|
|
93
94
|
|
|
@@ -81,7 +81,6 @@ require('react-focus-lock');
|
|
|
81
81
|
require('qrcode');
|
|
82
82
|
require('formik');
|
|
83
83
|
require('../../utils/hooks/useSubdomainCheck/useSubdomainCheck.cjs');
|
|
84
|
-
require('../../context/FooterAnimationContext/index.cjs');
|
|
85
84
|
require('../../context/WalletGroupContext/WalletGroupContext.cjs');
|
|
86
85
|
require('../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
87
86
|
require('../../context/ConnectWithOtpContext/ConnectWithOtpContext.cjs');
|
|
@@ -89,12 +88,14 @@ require('../../context/ConnectWithOtpContext/constants.cjs');
|
|
|
89
88
|
require('../DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.cjs');
|
|
90
89
|
require('@hcaptcha/react-hcaptcha');
|
|
91
90
|
require('../DynamicWidget/context/DynamicWidgetContext.cjs');
|
|
91
|
+
require('../../context/FooterAnimationContext/index.cjs');
|
|
92
92
|
require('../../context/PasskeyContext/PasskeyContext.cjs');
|
|
93
93
|
require('../../store/state/sendBalances.cjs');
|
|
94
94
|
require('../../components/OverlayCardBase/OverlayCardTarget/OverlayCardTarget.cjs');
|
|
95
95
|
require('../DynamicWidget/components/DynamicWidgetHeader/DynamicWidgetHeader.cjs');
|
|
96
96
|
require('../../views/TransactionConfirmationView/TransactionConfirmationView.cjs');
|
|
97
97
|
require('../DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
98
|
+
require('../../context/OnrampContext/OnrampContext.cjs');
|
|
98
99
|
require('../DynamicWidget/views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs');
|
|
99
100
|
require('../../../index.cjs');
|
|
100
101
|
require('../../store/state/tokenBalances.cjs');
|
|
@@ -77,7 +77,6 @@ import 'react-focus-lock';
|
|
|
77
77
|
import 'qrcode';
|
|
78
78
|
import 'formik';
|
|
79
79
|
import '../../utils/hooks/useSubdomainCheck/useSubdomainCheck.js';
|
|
80
|
-
import '../../context/FooterAnimationContext/index.js';
|
|
81
80
|
import '../../context/WalletGroupContext/WalletGroupContext.js';
|
|
82
81
|
import '../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
83
82
|
import '../../context/ConnectWithOtpContext/ConnectWithOtpContext.js';
|
|
@@ -85,12 +84,14 @@ import '../../context/ConnectWithOtpContext/constants.js';
|
|
|
85
84
|
import '../DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.js';
|
|
86
85
|
import '@hcaptcha/react-hcaptcha';
|
|
87
86
|
import '../DynamicWidget/context/DynamicWidgetContext.js';
|
|
87
|
+
import '../../context/FooterAnimationContext/index.js';
|
|
88
88
|
import '../../context/PasskeyContext/PasskeyContext.js';
|
|
89
89
|
import '../../store/state/sendBalances.js';
|
|
90
90
|
import '../../components/OverlayCardBase/OverlayCardTarget/OverlayCardTarget.js';
|
|
91
91
|
import '../DynamicWidget/components/DynamicWidgetHeader/DynamicWidgetHeader.js';
|
|
92
92
|
import '../../views/TransactionConfirmationView/TransactionConfirmationView.js';
|
|
93
93
|
import '../DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
94
|
+
import '../../context/OnrampContext/OnrampContext.js';
|
|
94
95
|
import '../DynamicWidget/views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js';
|
|
95
96
|
import '../../../index.js';
|
|
96
97
|
import '../../store/state/tokenBalances.js';
|
|
@@ -76,6 +76,8 @@ require('../../components/OverlayCard/OverlayCard.cjs');
|
|
|
76
76
|
require('../../views/TransactionConfirmationView/TransactionConfirmationView.cjs');
|
|
77
77
|
require('../../context/PasskeyContext/PasskeyContext.cjs');
|
|
78
78
|
require('./views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
79
|
+
require('../../context/OnrampContext/OnrampContext.cjs');
|
|
80
|
+
require('qrcode');
|
|
79
81
|
require('./views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs');
|
|
80
82
|
require('../../../index.cjs');
|
|
81
83
|
require('../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
@@ -91,7 +93,6 @@ require('../../components/InlineWidget/InlineWidget.cjs');
|
|
|
91
93
|
require('../../components/IsBrowser/IsBrowser.cjs');
|
|
92
94
|
require('../../components/Popper/Popper/Popper.cjs');
|
|
93
95
|
require('../../components/Popper/PopperContext/PopperContext.cjs');
|
|
94
|
-
require('qrcode');
|
|
95
96
|
var DynamicNav = require('./components/DynamicNav/DynamicNav.cjs');
|
|
96
97
|
var DynamicUserProfile = require('./components/DynamicUserProfile/DynamicUserProfile.cjs');
|
|
97
98
|
|
|
@@ -72,6 +72,8 @@ import '../../components/OverlayCard/OverlayCard.js';
|
|
|
72
72
|
import '../../views/TransactionConfirmationView/TransactionConfirmationView.js';
|
|
73
73
|
import '../../context/PasskeyContext/PasskeyContext.js';
|
|
74
74
|
import './views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
75
|
+
import '../../context/OnrampContext/OnrampContext.js';
|
|
76
|
+
import 'qrcode';
|
|
75
77
|
import './views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js';
|
|
76
78
|
import '../../../index.js';
|
|
77
79
|
import '../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
@@ -87,7 +89,6 @@ import '../../components/InlineWidget/InlineWidget.js';
|
|
|
87
89
|
import '../../components/IsBrowser/IsBrowser.js';
|
|
88
90
|
import '../../components/Popper/Popper/Popper.js';
|
|
89
91
|
import '../../components/Popper/PopperContext/PopperContext.js';
|
|
90
|
-
import 'qrcode';
|
|
91
92
|
import { DynamicNav } from './components/DynamicNav/DynamicNav.js';
|
|
92
93
|
import { DynamicUserProfile } from './components/DynamicUserProfile/DynamicUserProfile.js';
|
|
93
94
|
|
|
@@ -81,6 +81,8 @@ require('../../../../components/OverlayCard/OverlayCard.cjs');
|
|
|
81
81
|
require('../../../../views/TransactionConfirmationView/TransactionConfirmationView.cjs');
|
|
82
82
|
require('../../../../context/PasskeyContext/PasskeyContext.cjs');
|
|
83
83
|
require('../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
84
|
+
require('../../../../context/OnrampContext/OnrampContext.cjs');
|
|
85
|
+
require('qrcode');
|
|
84
86
|
require('../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs');
|
|
85
87
|
require('../../../../../index.cjs');
|
|
86
88
|
var useFetchNameService = require('../../hooks/useFetchNameService/useFetchNameService.cjs');
|
|
@@ -97,7 +99,6 @@ require('../../../../components/InlineWidget/InlineWidget.cjs');
|
|
|
97
99
|
require('../../../../components/IsBrowser/IsBrowser.cjs');
|
|
98
100
|
require('../../../../components/Popper/Popper/Popper.cjs');
|
|
99
101
|
require('../../../../components/Popper/PopperContext/PopperContext.cjs');
|
|
100
|
-
require('qrcode');
|
|
101
102
|
|
|
102
103
|
const AccountControl = ({ className }) => {
|
|
103
104
|
const { primaryWallet, user } = useInternalDynamicContext.useInternalDynamicContext();
|
|
@@ -77,6 +77,8 @@ import '../../../../components/OverlayCard/OverlayCard.js';
|
|
|
77
77
|
import '../../../../views/TransactionConfirmationView/TransactionConfirmationView.js';
|
|
78
78
|
import '../../../../context/PasskeyContext/PasskeyContext.js';
|
|
79
79
|
import '../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
80
|
+
import '../../../../context/OnrampContext/OnrampContext.js';
|
|
81
|
+
import 'qrcode';
|
|
80
82
|
import '../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js';
|
|
81
83
|
import '../../../../../index.js';
|
|
82
84
|
import { useFetchNameService } from '../../hooks/useFetchNameService/useFetchNameService.js';
|
|
@@ -93,7 +95,6 @@ import '../../../../components/InlineWidget/InlineWidget.js';
|
|
|
93
95
|
import '../../../../components/IsBrowser/IsBrowser.js';
|
|
94
96
|
import '../../../../components/Popper/Popper/Popper.js';
|
|
95
97
|
import '../../../../components/Popper/PopperContext/PopperContext.js';
|
|
96
|
-
import 'qrcode';
|
|
97
98
|
|
|
98
99
|
const AccountControl = ({ className }) => {
|
|
99
100
|
const { primaryWallet, user } = useInternalDynamicContext();
|
|
@@ -79,6 +79,9 @@ require('../../../../../components/MenuList/Dropdown/Dropdown.cjs');
|
|
|
79
79
|
require('../../../../../views/TransactionConfirmationView/TransactionConfirmationView.cjs');
|
|
80
80
|
require('../../../../../context/PasskeyContext/PasskeyContext.cjs');
|
|
81
81
|
require('../../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
82
|
+
require('../../../../../context/OnrampContext/OnrampContext.cjs');
|
|
83
|
+
var CopyButton = require('../../../../../components/CopyButton/CopyButton.cjs');
|
|
84
|
+
require('qrcode');
|
|
82
85
|
require('../../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs');
|
|
83
86
|
require('../../../../../../index.cjs');
|
|
84
87
|
require('../../../../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
@@ -89,12 +92,10 @@ require('@hcaptcha/react-hcaptcha');
|
|
|
89
92
|
require('../../../../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.cjs');
|
|
90
93
|
require('../../../../../store/state/tokenBalances.cjs');
|
|
91
94
|
require('../../../../../shared/utils/functions/getInitialUrl/getInitialUrl.cjs');
|
|
92
|
-
var CopyButton = require('../../../../../components/CopyButton/CopyButton.cjs');
|
|
93
95
|
require('../../../../../components/InlineWidget/InlineWidget.cjs');
|
|
94
96
|
require('../../../../../components/IsBrowser/IsBrowser.cjs');
|
|
95
97
|
require('../../../../../components/Popper/Popper/Popper.cjs');
|
|
96
98
|
require('../../../../../components/Popper/PopperContext/PopperContext.cjs');
|
|
97
|
-
require('qrcode');
|
|
98
99
|
|
|
99
100
|
const ActiveBitcoinWalletAddresses = ({ menuOption, wallet }) => {
|
|
100
101
|
var _a, _b;
|
|
@@ -75,6 +75,9 @@ import '../../../../../components/MenuList/Dropdown/Dropdown.js';
|
|
|
75
75
|
import '../../../../../views/TransactionConfirmationView/TransactionConfirmationView.js';
|
|
76
76
|
import '../../../../../context/PasskeyContext/PasskeyContext.js';
|
|
77
77
|
import '../../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
78
|
+
import '../../../../../context/OnrampContext/OnrampContext.js';
|
|
79
|
+
import { CopyButton } from '../../../../../components/CopyButton/CopyButton.js';
|
|
80
|
+
import 'qrcode';
|
|
78
81
|
import '../../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js';
|
|
79
82
|
import '../../../../../../index.js';
|
|
80
83
|
import '../../../../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
@@ -85,12 +88,10 @@ import '@hcaptcha/react-hcaptcha';
|
|
|
85
88
|
import '../../../../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.js';
|
|
86
89
|
import '../../../../../store/state/tokenBalances.js';
|
|
87
90
|
import '../../../../../shared/utils/functions/getInitialUrl/getInitialUrl.js';
|
|
88
|
-
import { CopyButton } from '../../../../../components/CopyButton/CopyButton.js';
|
|
89
91
|
import '../../../../../components/InlineWidget/InlineWidget.js';
|
|
90
92
|
import '../../../../../components/IsBrowser/IsBrowser.js';
|
|
91
93
|
import '../../../../../components/Popper/Popper/Popper.js';
|
|
92
94
|
import '../../../../../components/Popper/PopperContext/PopperContext.js';
|
|
93
|
-
import 'qrcode';
|
|
94
95
|
|
|
95
96
|
const ActiveBitcoinWalletAddresses = ({ menuOption, wallet }) => {
|
|
96
97
|
var _a, _b;
|
|
@@ -78,6 +78,8 @@ require('../../../../../components/MenuList/Dropdown/Dropdown.cjs');
|
|
|
78
78
|
require('../../../../../views/TransactionConfirmationView/TransactionConfirmationView.cjs');
|
|
79
79
|
var PasskeyContext = require('../../../../../context/PasskeyContext/PasskeyContext.cjs');
|
|
80
80
|
require('../../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
81
|
+
require('../../../../../context/OnrampContext/OnrampContext.cjs');
|
|
82
|
+
require('qrcode');
|
|
81
83
|
require('../../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs');
|
|
82
84
|
require('../../../../../../index.cjs');
|
|
83
85
|
var IconWithStatus = require('../../../../../components/IconWithStatus/IconWithStatus.cjs');
|
|
@@ -93,7 +95,6 @@ require('../../../../../components/InlineWidget/InlineWidget.cjs');
|
|
|
93
95
|
require('../../../../../components/IsBrowser/IsBrowser.cjs');
|
|
94
96
|
require('../../../../../components/Popper/Popper/Popper.cjs');
|
|
95
97
|
require('../../../../../components/Popper/PopperContext/PopperContext.cjs');
|
|
96
|
-
require('qrcode');
|
|
97
98
|
|
|
98
99
|
/**
|
|
99
100
|
* If the wallet has no icon, returns its key, nicely formatted.
|
|
@@ -74,6 +74,8 @@ import '../../../../../components/MenuList/Dropdown/Dropdown.js';
|
|
|
74
74
|
import '../../../../../views/TransactionConfirmationView/TransactionConfirmationView.js';
|
|
75
75
|
import { usePasskeyContext } from '../../../../../context/PasskeyContext/PasskeyContext.js';
|
|
76
76
|
import '../../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
77
|
+
import '../../../../../context/OnrampContext/OnrampContext.js';
|
|
78
|
+
import 'qrcode';
|
|
77
79
|
import '../../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js';
|
|
78
80
|
import '../../../../../../index.js';
|
|
79
81
|
import { IconWithStatus } from '../../../../../components/IconWithStatus/IconWithStatus.js';
|
|
@@ -89,7 +91,6 @@ import '../../../../../components/InlineWidget/InlineWidget.js';
|
|
|
89
91
|
import '../../../../../components/IsBrowser/IsBrowser.js';
|
|
90
92
|
import '../../../../../components/Popper/Popper/Popper.js';
|
|
91
93
|
import '../../../../../components/Popper/PopperContext/PopperContext.js';
|
|
92
|
-
import 'qrcode';
|
|
93
94
|
|
|
94
95
|
/**
|
|
95
96
|
* If the wallet has no icon, returns its key, nicely formatted.
|
package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveWalletInformation.cjs
CHANGED
|
@@ -87,6 +87,8 @@ require('../../../../components/OverlayCard/OverlayCard.cjs');
|
|
|
87
87
|
require('../../../../views/TransactionConfirmationView/TransactionConfirmationView.cjs');
|
|
88
88
|
var PasskeyContext = require('../../../../context/PasskeyContext/PasskeyContext.cjs');
|
|
89
89
|
require('../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
90
|
+
require('../../../../context/OnrampContext/OnrampContext.cjs');
|
|
91
|
+
require('qrcode');
|
|
90
92
|
require('../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs');
|
|
91
93
|
require('../../../../../index.cjs');
|
|
92
94
|
var NetworkPicker = require('../../../../components/NetworkPicker/NetworkPicker.cjs');
|
|
@@ -105,7 +107,6 @@ require('../../../../components/InlineWidget/InlineWidget.cjs');
|
|
|
105
107
|
require('../../../../components/IsBrowser/IsBrowser.cjs');
|
|
106
108
|
require('../../../../components/Popper/Popper/Popper.cjs');
|
|
107
109
|
require('../../../../components/Popper/PopperContext/PopperContext.cjs');
|
|
108
|
-
require('qrcode');
|
|
109
110
|
var isMultiAssetSupportedNetwork = require('../../../../utils/functions/isMultiAssetSupportedNetwork/isMultiAssetSupportedNetwork.cjs');
|
|
110
111
|
var WalletDetailsCard = require('../WalletDetailsCard/WalletDetailsCard.cjs');
|
|
111
112
|
var ActiveBitcoinWalletAddresses = require('./ActiveBitcoinWalletAddresses/ActiveBitcoinWalletAddresses.cjs');
|
|
@@ -123,7 +124,7 @@ const ActiveWalletInformation = ({ isLoading = false, }) => {
|
|
|
123
124
|
const [detailsCardOpen, setDetailsCardOpen] = React.useState(false);
|
|
124
125
|
const contentRef = React.useRef(null);
|
|
125
126
|
const { primaryWallet, network, projectSettings, user, authMode, showFiat, multiAsset, } = useInternalDynamicContext.useInternalDynamicContext();
|
|
126
|
-
const { setDynamicWidgetView } = DynamicWidgetContext.useWidgetContext();
|
|
127
|
+
const { setDynamicWidgetView, headerAlert } = DynamicWidgetContext.useWidgetContext();
|
|
127
128
|
const { isTurnkeyWalletWithoutAuthenticator } = useIsTurnkeyWallet.useIsTurnkeyWallet();
|
|
128
129
|
const { isLoading: isLoadingTokenBalances, tokenBalances, error: errorTokenBalances, } = useTokenBalances.useTokenBalances({
|
|
129
130
|
chainName: primaryWallet === null || primaryWallet === void 0 ? void 0 : primaryWallet.connector.connectedChain,
|
|
@@ -218,7 +219,7 @@ const ActiveWalletInformation = ({ isLoading = false, }) => {
|
|
|
218
219
|
}
|
|
219
220
|
return (jsxRuntime.jsxs("div", { className: 'active-wallet-information-container', "data-testid": 'active-wallet-information', children: [jsxRuntime.jsxs("div", { className: 'active-wallet-information', children: [jsxRuntime.jsxs("div", { className: 'active-wallet-information__header', children: [jsxRuntime.jsx("div", { className: 'active-wallet-information__avatar', children: (nameService === null || nameService === void 0 ? void 0 : nameService.avatar) ? (jsxRuntime.jsx("div", { className: 'active-wallet-information__avatar__name-service', children: jsxRuntime.jsx("img", { src: nameService === null || nameService === void 0 ? void 0 : nameService.avatar, alt: '' }) })) : (jsxRuntime.jsx("div", { className: 'active-wallet-information__wallet-img', children: jsxRuntime.jsx(AuthProviderIcon.AuthProviderIcon, { iconSize: ICON_SIZE }) })) }), jsxRuntime.jsxs("div", { className: 'active-wallet-information__details', children: [jsxRuntime.jsx("div", { className: classNames.classNames('active-wallet-information__addresses-container', {
|
|
220
221
|
'active-wallet-information__addresses-container--centered': !(nameService === null || nameService === void 0 ? void 0 : nameService.name),
|
|
221
|
-
}), children: activeWalletAddress() }), address && (jsxRuntime.jsx(WalletDetailsCard.WalletDetailsCard, { open: detailsCardOpen, address: address, onClose: () => setDetailsCardOpen(false) })), !shouldHideNetwork && (jsxRuntime.jsx(NetworkPicker.NetworkPicker, { currentNetwork: network, connector: primaryWallet === null || primaryWallet === void 0 ? void 0 : primaryWallet.connector, isNetworkPickerOpen: isNetworkPickerOpen, setIsNetworkPickerOpen: setIsNetworkPickerOpen, mainClassName: 'active-wallet-information__network-picker', buttonClassName: 'active-wallet-information__network-picker-button', evmNetworks: evmNetworks, showNetworkName: true, isLoading: isLoading }))] })] }), showTestnetAlert && (jsxRuntime.jsx(Alert.Alert, { variant: 'warning', copykey: 'dyn_active_wallet_info.testnet_warning', children: t('dyn_active_wallet_info.testnet_warning') }))] }), showMultiAsset ? (jsxRuntime.jsx("div", { className: 'multi-asset-balance-container', children: multiAssetHeader() })) : (jsxRuntime.jsxs("div", { className: 'balance-container', children: [jsxRuntime.jsx(Typography.Typography, { color: 'secondary', variant: 'body_small', children: t('dyn_active_wallet_info.balance') }), primaryWalletNativeBalance()] }))] }));
|
|
222
|
+
}), children: activeWalletAddress() }), address && (jsxRuntime.jsx(WalletDetailsCard.WalletDetailsCard, { open: detailsCardOpen, address: address, onClose: () => setDetailsCardOpen(false) })), !shouldHideNetwork && (jsxRuntime.jsx(NetworkPicker.NetworkPicker, { currentNetwork: network, connector: primaryWallet === null || primaryWallet === void 0 ? void 0 : primaryWallet.connector, isNetworkPickerOpen: isNetworkPickerOpen, setIsNetworkPickerOpen: setIsNetworkPickerOpen, mainClassName: 'active-wallet-information__network-picker', buttonClassName: 'active-wallet-information__network-picker-button', evmNetworks: evmNetworks, showNetworkName: true, isLoading: isLoading }))] })] }), headerAlert && (jsxRuntime.jsx(Alert.Alert, { variant: headerAlert.variant, copykey: headerAlert.copykey, children: t(headerAlert.copykey) })), showTestnetAlert && (jsxRuntime.jsx(Alert.Alert, { variant: 'warning', copykey: 'dyn_active_wallet_info.testnet_warning', children: t('dyn_active_wallet_info.testnet_warning') }))] }), showMultiAsset ? (jsxRuntime.jsx("div", { className: 'multi-asset-balance-container', children: multiAssetHeader() })) : (jsxRuntime.jsxs("div", { className: 'balance-container', children: [jsxRuntime.jsx(Typography.Typography, { color: 'secondary', variant: 'body_small', children: t('dyn_active_wallet_info.balance') }), primaryWalletNativeBalance()] }))] }));
|
|
222
223
|
};
|
|
223
224
|
|
|
224
225
|
exports.ActiveWalletInformation = ActiveWalletInformation;
|
package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveWalletInformation.js
CHANGED
|
@@ -83,6 +83,8 @@ import '../../../../components/OverlayCard/OverlayCard.js';
|
|
|
83
83
|
import '../../../../views/TransactionConfirmationView/TransactionConfirmationView.js';
|
|
84
84
|
import { usePasskeyContext } from '../../../../context/PasskeyContext/PasskeyContext.js';
|
|
85
85
|
import '../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
86
|
+
import '../../../../context/OnrampContext/OnrampContext.js';
|
|
87
|
+
import 'qrcode';
|
|
86
88
|
import '../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js';
|
|
87
89
|
import '../../../../../index.js';
|
|
88
90
|
import { NetworkPicker } from '../../../../components/NetworkPicker/NetworkPicker.js';
|
|
@@ -101,7 +103,6 @@ import '../../../../components/InlineWidget/InlineWidget.js';
|
|
|
101
103
|
import '../../../../components/IsBrowser/IsBrowser.js';
|
|
102
104
|
import '../../../../components/Popper/Popper/Popper.js';
|
|
103
105
|
import '../../../../components/Popper/PopperContext/PopperContext.js';
|
|
104
|
-
import 'qrcode';
|
|
105
106
|
import { isMultiAssetSupportedNetwork } from '../../../../utils/functions/isMultiAssetSupportedNetwork/isMultiAssetSupportedNetwork.js';
|
|
106
107
|
import { WalletDetailsCard } from '../WalletDetailsCard/WalletDetailsCard.js';
|
|
107
108
|
import { ActiveBitcoinWalletAddresses } from './ActiveBitcoinWalletAddresses/ActiveBitcoinWalletAddresses.js';
|
|
@@ -119,7 +120,7 @@ const ActiveWalletInformation = ({ isLoading = false, }) => {
|
|
|
119
120
|
const [detailsCardOpen, setDetailsCardOpen] = useState(false);
|
|
120
121
|
const contentRef = useRef(null);
|
|
121
122
|
const { primaryWallet, network, projectSettings, user, authMode, showFiat, multiAsset, } = useInternalDynamicContext();
|
|
122
|
-
const { setDynamicWidgetView } = useWidgetContext();
|
|
123
|
+
const { setDynamicWidgetView, headerAlert } = useWidgetContext();
|
|
123
124
|
const { isTurnkeyWalletWithoutAuthenticator } = useIsTurnkeyWallet();
|
|
124
125
|
const { isLoading: isLoadingTokenBalances, tokenBalances, error: errorTokenBalances, } = useTokenBalances({
|
|
125
126
|
chainName: primaryWallet === null || primaryWallet === void 0 ? void 0 : primaryWallet.connector.connectedChain,
|
|
@@ -214,7 +215,7 @@ const ActiveWalletInformation = ({ isLoading = false, }) => {
|
|
|
214
215
|
}
|
|
215
216
|
return (jsxs("div", { className: 'active-wallet-information-container', "data-testid": 'active-wallet-information', children: [jsxs("div", { className: 'active-wallet-information', children: [jsxs("div", { className: 'active-wallet-information__header', children: [jsx("div", { className: 'active-wallet-information__avatar', children: (nameService === null || nameService === void 0 ? void 0 : nameService.avatar) ? (jsx("div", { className: 'active-wallet-information__avatar__name-service', children: jsx("img", { src: nameService === null || nameService === void 0 ? void 0 : nameService.avatar, alt: '' }) })) : (jsx("div", { className: 'active-wallet-information__wallet-img', children: jsx(AuthProviderIcon, { iconSize: ICON_SIZE }) })) }), jsxs("div", { className: 'active-wallet-information__details', children: [jsx("div", { className: classNames('active-wallet-information__addresses-container', {
|
|
216
217
|
'active-wallet-information__addresses-container--centered': !(nameService === null || nameService === void 0 ? void 0 : nameService.name),
|
|
217
|
-
}), children: activeWalletAddress() }), address && (jsx(WalletDetailsCard, { open: detailsCardOpen, address: address, onClose: () => setDetailsCardOpen(false) })), !shouldHideNetwork && (jsx(NetworkPicker, { currentNetwork: network, connector: primaryWallet === null || primaryWallet === void 0 ? void 0 : primaryWallet.connector, isNetworkPickerOpen: isNetworkPickerOpen, setIsNetworkPickerOpen: setIsNetworkPickerOpen, mainClassName: 'active-wallet-information__network-picker', buttonClassName: 'active-wallet-information__network-picker-button', evmNetworks: evmNetworks, showNetworkName: true, isLoading: isLoading }))] })] }), showTestnetAlert && (jsx(Alert, { variant: 'warning', copykey: 'dyn_active_wallet_info.testnet_warning', children: t('dyn_active_wallet_info.testnet_warning') }))] }), showMultiAsset ? (jsx("div", { className: 'multi-asset-balance-container', children: multiAssetHeader() })) : (jsxs("div", { className: 'balance-container', children: [jsx(Typography, { color: 'secondary', variant: 'body_small', children: t('dyn_active_wallet_info.balance') }), primaryWalletNativeBalance()] }))] }));
|
|
218
|
+
}), children: activeWalletAddress() }), address && (jsx(WalletDetailsCard, { open: detailsCardOpen, address: address, onClose: () => setDetailsCardOpen(false) })), !shouldHideNetwork && (jsx(NetworkPicker, { currentNetwork: network, connector: primaryWallet === null || primaryWallet === void 0 ? void 0 : primaryWallet.connector, isNetworkPickerOpen: isNetworkPickerOpen, setIsNetworkPickerOpen: setIsNetworkPickerOpen, mainClassName: 'active-wallet-information__network-picker', buttonClassName: 'active-wallet-information__network-picker-button', evmNetworks: evmNetworks, showNetworkName: true, isLoading: isLoading }))] })] }), headerAlert && (jsx(Alert, { variant: headerAlert.variant, copykey: headerAlert.copykey, children: t(headerAlert.copykey) })), showTestnetAlert && (jsx(Alert, { variant: 'warning', copykey: 'dyn_active_wallet_info.testnet_warning', children: t('dyn_active_wallet_info.testnet_warning') }))] }), showMultiAsset ? (jsx("div", { className: 'multi-asset-balance-container', children: multiAssetHeader() })) : (jsxs("div", { className: 'balance-container', children: [jsx(Typography, { color: 'secondary', variant: 'body_small', children: t('dyn_active_wallet_info.balance') }), primaryWalletNativeBalance()] }))] }));
|
|
218
219
|
};
|
|
219
220
|
|
|
220
221
|
export { ActiveWalletInformation };
|
|
@@ -76,6 +76,8 @@ require('../../../../../components/OverlayCard/OverlayCard.cjs');
|
|
|
76
76
|
require('../../../../../views/TransactionConfirmationView/TransactionConfirmationView.cjs');
|
|
77
77
|
require('../../../../../context/PasskeyContext/PasskeyContext.cjs');
|
|
78
78
|
require('../../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
79
|
+
require('../../../../../context/OnrampContext/OnrampContext.cjs');
|
|
80
|
+
require('qrcode');
|
|
79
81
|
require('../../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs');
|
|
80
82
|
require('../../../../../../index.cjs');
|
|
81
83
|
require('../../../../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
@@ -90,7 +92,6 @@ require('../../../../../components/InlineWidget/InlineWidget.cjs');
|
|
|
90
92
|
require('../../../../../components/IsBrowser/IsBrowser.cjs');
|
|
91
93
|
require('../../../../../components/Popper/Popper/Popper.cjs');
|
|
92
94
|
require('../../../../../components/Popper/PopperContext/PopperContext.cjs');
|
|
93
|
-
require('qrcode');
|
|
94
95
|
|
|
95
96
|
const currencyFormatter = new Intl.NumberFormat('en-US', {
|
|
96
97
|
currency: 'USD',
|
|
@@ -72,6 +72,8 @@ import '../../../../../components/OverlayCard/OverlayCard.js';
|
|
|
72
72
|
import '../../../../../views/TransactionConfirmationView/TransactionConfirmationView.js';
|
|
73
73
|
import '../../../../../context/PasskeyContext/PasskeyContext.js';
|
|
74
74
|
import '../../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
75
|
+
import '../../../../../context/OnrampContext/OnrampContext.js';
|
|
76
|
+
import 'qrcode';
|
|
75
77
|
import '../../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js';
|
|
76
78
|
import '../../../../../../index.js';
|
|
77
79
|
import '../../../../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
@@ -86,7 +88,6 @@ import '../../../../../components/InlineWidget/InlineWidget.js';
|
|
|
86
88
|
import '../../../../../components/IsBrowser/IsBrowser.js';
|
|
87
89
|
import '../../../../../components/Popper/Popper/Popper.js';
|
|
88
90
|
import '../../../../../components/Popper/PopperContext/PopperContext.js';
|
|
89
|
-
import 'qrcode';
|
|
90
91
|
|
|
91
92
|
const currencyFormatter = new Intl.NumberFormat('en-US', {
|
|
92
93
|
currency: 'USD',
|
|
@@ -75,6 +75,8 @@ require('../../../../../components/OverlayCard/OverlayCard.cjs');
|
|
|
75
75
|
require('../../../../../views/TransactionConfirmationView/TransactionConfirmationView.cjs');
|
|
76
76
|
require('../../../../../context/PasskeyContext/PasskeyContext.cjs');
|
|
77
77
|
require('../../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
78
|
+
require('../../../../../context/OnrampContext/OnrampContext.cjs');
|
|
79
|
+
require('qrcode');
|
|
78
80
|
require('../../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs');
|
|
79
81
|
require('../../../../../../index.cjs');
|
|
80
82
|
require('../../../../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
@@ -89,7 +91,6 @@ require('../../../../../components/InlineWidget/InlineWidget.cjs');
|
|
|
89
91
|
require('../../../../../components/IsBrowser/IsBrowser.cjs');
|
|
90
92
|
require('../../../../../components/Popper/Popper/Popper.cjs');
|
|
91
93
|
require('../../../../../components/Popper/PopperContext/PopperContext.cjs');
|
|
92
|
-
require('qrcode');
|
|
93
94
|
var TokenBalanceItem = require('../TokenBalanceItem/TokenBalanceItem.cjs');
|
|
94
95
|
|
|
95
96
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -71,6 +71,8 @@ import '../../../../../components/OverlayCard/OverlayCard.js';
|
|
|
71
71
|
import '../../../../../views/TransactionConfirmationView/TransactionConfirmationView.js';
|
|
72
72
|
import '../../../../../context/PasskeyContext/PasskeyContext.js';
|
|
73
73
|
import '../../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
74
|
+
import '../../../../../context/OnrampContext/OnrampContext.js';
|
|
75
|
+
import 'qrcode';
|
|
74
76
|
import '../../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js';
|
|
75
77
|
import '../../../../../../index.js';
|
|
76
78
|
import '../../../../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
@@ -85,7 +87,6 @@ import '../../../../../components/InlineWidget/InlineWidget.js';
|
|
|
85
87
|
import '../../../../../components/IsBrowser/IsBrowser.js';
|
|
86
88
|
import '../../../../../components/Popper/Popper/Popper.js';
|
|
87
89
|
import '../../../../../components/Popper/PopperContext/PopperContext.js';
|
|
88
|
-
import 'qrcode';
|
|
89
90
|
import { TokenBalanceItem } from '../TokenBalanceItem/TokenBalanceItem.js';
|
|
90
91
|
|
|
91
92
|
const TokenBalanceList = ({ tokenBalances }) => {
|
|
@@ -78,6 +78,8 @@ require('../../../../components/OverlayCard/OverlayCard.cjs');
|
|
|
78
78
|
require('../../../../views/TransactionConfirmationView/TransactionConfirmationView.cjs');
|
|
79
79
|
require('../../../../context/PasskeyContext/PasskeyContext.cjs');
|
|
80
80
|
require('../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
81
|
+
require('../../../../context/OnrampContext/OnrampContext.cjs');
|
|
82
|
+
require('qrcode');
|
|
81
83
|
require('../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs');
|
|
82
84
|
require('../../../../../index.cjs');
|
|
83
85
|
require('../../../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
@@ -92,7 +94,6 @@ require('../../../../components/InlineWidget/InlineWidget.cjs');
|
|
|
92
94
|
require('../../../../components/IsBrowser/IsBrowser.cjs');
|
|
93
95
|
require('../../../../components/Popper/Popper/Popper.cjs');
|
|
94
96
|
require('../../../../components/Popper/PopperContext/PopperContext.cjs');
|
|
95
|
-
require('qrcode');
|
|
96
97
|
|
|
97
98
|
const Balance = ({ wallet, network, className }) => {
|
|
98
99
|
const { currency, isLoading: isLoadingCurrency } = useFetchCurrency.useFetchCurrency(wallet.connector, network);
|
|
@@ -74,6 +74,8 @@ import '../../../../components/OverlayCard/OverlayCard.js';
|
|
|
74
74
|
import '../../../../views/TransactionConfirmationView/TransactionConfirmationView.js';
|
|
75
75
|
import '../../../../context/PasskeyContext/PasskeyContext.js';
|
|
76
76
|
import '../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
77
|
+
import '../../../../context/OnrampContext/OnrampContext.js';
|
|
78
|
+
import 'qrcode';
|
|
77
79
|
import '../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js';
|
|
78
80
|
import '../../../../../index.js';
|
|
79
81
|
import '../../../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
@@ -88,7 +90,6 @@ import '../../../../components/InlineWidget/InlineWidget.js';
|
|
|
88
90
|
import '../../../../components/IsBrowser/IsBrowser.js';
|
|
89
91
|
import '../../../../components/Popper/Popper/Popper.js';
|
|
90
92
|
import '../../../../components/Popper/PopperContext/PopperContext.js';
|
|
91
|
-
import 'qrcode';
|
|
92
93
|
|
|
93
94
|
const Balance = ({ wallet, network, className }) => {
|
|
94
95
|
const { currency, isLoading: isLoadingCurrency } = useFetchCurrency(wallet.connector, network);
|
|
@@ -75,6 +75,8 @@ require('../../../../components/OverlayCard/OverlayCard.cjs');
|
|
|
75
75
|
require('../../../../views/TransactionConfirmationView/TransactionConfirmationView.cjs');
|
|
76
76
|
require('../../../../context/PasskeyContext/PasskeyContext.cjs');
|
|
77
77
|
require('../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
78
|
+
require('../../../../context/OnrampContext/OnrampContext.cjs');
|
|
79
|
+
require('qrcode');
|
|
78
80
|
require('../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs');
|
|
79
81
|
require('../../../../../index.cjs');
|
|
80
82
|
require('../../../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
@@ -89,7 +91,6 @@ require('../../../../components/InlineWidget/InlineWidget.cjs');
|
|
|
89
91
|
require('../../../../components/IsBrowser/IsBrowser.cjs');
|
|
90
92
|
require('../../../../components/Popper/Popper/Popper.cjs');
|
|
91
93
|
require('../../../../components/Popper/PopperContext/PopperContext.cjs');
|
|
92
|
-
require('qrcode');
|
|
93
94
|
|
|
94
95
|
const BottomNavBar = ({ value, onChange, options }) => {
|
|
95
96
|
const isActive = (_value) => _value === value;
|
|
@@ -71,6 +71,8 @@ import '../../../../components/OverlayCard/OverlayCard.js';
|
|
|
71
71
|
import '../../../../views/TransactionConfirmationView/TransactionConfirmationView.js';
|
|
72
72
|
import '../../../../context/PasskeyContext/PasskeyContext.js';
|
|
73
73
|
import '../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
74
|
+
import '../../../../context/OnrampContext/OnrampContext.js';
|
|
75
|
+
import 'qrcode';
|
|
74
76
|
import '../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js';
|
|
75
77
|
import '../../../../../index.js';
|
|
76
78
|
import '../../../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
@@ -85,7 +87,6 @@ import '../../../../components/InlineWidget/InlineWidget.js';
|
|
|
85
87
|
import '../../../../components/IsBrowser/IsBrowser.js';
|
|
86
88
|
import '../../../../components/Popper/Popper/Popper.js';
|
|
87
89
|
import '../../../../components/Popper/PopperContext/PopperContext.js';
|
|
88
|
-
import 'qrcode';
|
|
89
90
|
|
|
90
91
|
const BottomNavBar = ({ value, onChange, options }) => {
|
|
91
92
|
const isActive = (_value) => _value === value;
|
|
@@ -76,6 +76,8 @@ require('../../../../views/TransactionConfirmationView/TransactionConfirmationVi
|
|
|
76
76
|
require('../../../../context/PasskeyContext/PasskeyContext.cjs');
|
|
77
77
|
require('../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
78
78
|
var Badge = require('../../../../components/Badge/Badge.cjs');
|
|
79
|
+
require('../../../../context/OnrampContext/OnrampContext.cjs');
|
|
80
|
+
require('qrcode');
|
|
79
81
|
require('../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs');
|
|
80
82
|
require('../../../../../index.cjs');
|
|
81
83
|
require('../../../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
@@ -90,7 +92,6 @@ require('../../../../components/InlineWidget/InlineWidget.cjs');
|
|
|
90
92
|
require('../../../../components/IsBrowser/IsBrowser.cjs');
|
|
91
93
|
require('../../../../components/Popper/Popper/Popper.cjs');
|
|
92
94
|
require('../../../../components/Popper/PopperContext/PopperContext.cjs');
|
|
93
|
-
require('qrcode');
|
|
94
95
|
|
|
95
96
|
const DotsMenuDropdown = ({ options, setShowMenu, }) => (jsxRuntime.jsx("div", { className: 'dots-menu-dropdown__container', style: { zIndex: index.tooltipZIndex }, children: options.map((option) => option.hide ? null : (jsxRuntime.jsxs("div", { className: 'dots-menu-dropdown__item', onClick: () => {
|
|
96
97
|
option.callback();
|
|
@@ -72,6 +72,8 @@ import '../../../../views/TransactionConfirmationView/TransactionConfirmationVie
|
|
|
72
72
|
import '../../../../context/PasskeyContext/PasskeyContext.js';
|
|
73
73
|
import '../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
74
74
|
import { Badge } from '../../../../components/Badge/Badge.js';
|
|
75
|
+
import '../../../../context/OnrampContext/OnrampContext.js';
|
|
76
|
+
import 'qrcode';
|
|
75
77
|
import '../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js';
|
|
76
78
|
import '../../../../../index.js';
|
|
77
79
|
import '../../../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
@@ -86,7 +88,6 @@ import '../../../../components/InlineWidget/InlineWidget.js';
|
|
|
86
88
|
import '../../../../components/IsBrowser/IsBrowser.js';
|
|
87
89
|
import '../../../../components/Popper/Popper/Popper.js';
|
|
88
90
|
import '../../../../components/Popper/PopperContext/PopperContext.js';
|
|
89
|
-
import 'qrcode';
|
|
90
91
|
|
|
91
92
|
const DotsMenuDropdown = ({ options, setShowMenu, }) => (jsx("div", { className: 'dots-menu-dropdown__container', style: { zIndex: tooltipZIndex }, children: options.map((option) => option.hide ? null : (jsxs("div", { className: 'dots-menu-dropdown__item', onClick: () => {
|
|
92
93
|
option.callback();
|
|
@@ -72,7 +72,6 @@ require('qrcode');
|
|
|
72
72
|
var NetworkPicker = require('../../../../components/NetworkPicker/NetworkPicker.cjs');
|
|
73
73
|
require('formik');
|
|
74
74
|
require('../../../../utils/hooks/useSubdomainCheck/useSubdomainCheck.cjs');
|
|
75
|
-
require('../../../../context/FooterAnimationContext/index.cjs');
|
|
76
75
|
require('../../../../context/WalletGroupContext/WalletGroupContext.cjs');
|
|
77
76
|
require('../../../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
78
77
|
require('../../../../context/ConnectWithOtpContext/ConnectWithOtpContext.cjs');
|
|
@@ -80,12 +79,14 @@ require('../../../../context/ConnectWithOtpContext/constants.cjs');
|
|
|
80
79
|
require('../../../DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.cjs');
|
|
81
80
|
require('@hcaptcha/react-hcaptcha');
|
|
82
81
|
var DynamicWidgetContext = require('../../context/DynamicWidgetContext.cjs');
|
|
82
|
+
require('../../../../context/FooterAnimationContext/index.cjs');
|
|
83
83
|
require('../../../../context/PasskeyContext/PasskeyContext.cjs');
|
|
84
84
|
require('../../../../store/state/sendBalances.cjs');
|
|
85
85
|
require('../../../../components/OverlayCardBase/OverlayCardTarget/OverlayCardTarget.cjs');
|
|
86
86
|
require('../DynamicWidgetHeader/DynamicWidgetHeader.cjs');
|
|
87
87
|
require('../../../../views/TransactionConfirmationView/TransactionConfirmationView.cjs');
|
|
88
88
|
require('../../views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
89
|
+
require('../../../../context/OnrampContext/OnrampContext.cjs');
|
|
89
90
|
require('../../views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs');
|
|
90
91
|
require('../../../../../index.cjs');
|
|
91
92
|
require('../../../../store/state/tokenBalances.cjs');
|