@dynamic-labs/sdk-react-core 4.0.0-alpha.0 → 4.0.0-alpha.10
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 +132 -0
- package/package.cjs +2 -2
- package/package.js +2 -2
- package/package.json +13 -21
- package/src/index.cjs +47 -44
- package/src/index.d.ts +1 -0
- package/src/index.js +29 -24
- package/src/lib/Main.cjs +21 -36
- package/src/lib/Main.js +21 -36
- package/src/lib/components/Accordion/components/AccordionItem/AccordionItem.cjs +2 -11
- package/src/lib/components/Accordion/components/AccordionItem/AccordionItem.js +2 -11
- package/src/lib/components/AnimatePresence/AnimatePresence.cjs +2 -11
- package/src/lib/components/AnimatePresence/AnimatePresence.js +2 -11
- package/src/lib/components/AuthProviderIcon/AuthProviderIcon.cjs +2 -11
- package/src/lib/components/AuthProviderIcon/AuthProviderIcon.js +2 -11
- package/src/lib/components/Captcha/Captcha.cjs +2 -11
- package/src/lib/components/Captcha/Captcha.js +2 -11
- package/src/lib/components/Divider/Divider.cjs +6 -15
- package/src/lib/components/Divider/Divider.js +6 -15
- package/src/lib/components/DynamicConnectButton/DynamicConnectButton.cjs +2 -11
- package/src/lib/components/DynamicConnectButton/DynamicConnectButton.js +2 -11
- package/src/lib/components/EmailForm/EmailForm.cjs +7 -16
- package/src/lib/components/EmailForm/EmailForm.js +7 -16
- package/src/lib/components/LogoutButton/LogoutButton.cjs +2 -11
- package/src/lib/components/LogoutButton/LogoutButton.js +2 -11
- package/src/lib/components/Modal/Modal.cjs +2 -11
- package/src/lib/components/Modal/Modal.js +2 -11
- package/src/lib/components/NeedHelpSection/NeedHelpSection.cjs +2 -11
- package/src/lib/components/NeedHelpSection/NeedHelpSection.js +2 -11
- package/src/lib/components/NetworkPicker/NetworkPicker.cjs +2 -11
- package/src/lib/components/NetworkPicker/NetworkPicker.js +2 -11
- package/src/lib/components/NetworkPicker/components/EvmNetworkControl/EvmNetworkControl.cjs +8 -17
- package/src/lib/components/NetworkPicker/components/EvmNetworkControl/EvmNetworkControl.js +8 -17
- package/src/lib/components/NetworkPicker/components/Network/Network.cjs +6 -15
- package/src/lib/components/NetworkPicker/components/Network/Network.js +6 -15
- package/src/lib/components/NetworkPicker/components/NetworkControlSkeleton/NetworkControlSkeleton.cjs +6 -15
- package/src/lib/components/NetworkPicker/components/NetworkControlSkeleton/NetworkControlSkeleton.js +6 -15
- package/src/lib/components/NetworkPicker/components/NonNetworkSwitchingSupportedControl/NonNetworkSwitchingSupportedControl.cjs +7 -16
- package/src/lib/components/NetworkPicker/components/NonNetworkSwitchingSupportedControl/NonNetworkSwitchingSupportedControl.js +7 -16
- package/src/lib/components/OverlayCard/OverlayCard.cjs +2 -11
- package/src/lib/components/OverlayCard/OverlayCard.js +2 -11
- package/src/lib/components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.cjs +2 -11
- package/src/lib/components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.js +2 -11
- package/src/lib/components/PhoneNumberField/PhoneNumberField.cjs +7 -16
- package/src/lib/components/PhoneNumberField/PhoneNumberField.js +7 -16
- package/src/lib/components/Portal/Portal.cjs +2 -11
- package/src/lib/components/Portal/Portal.js +2 -11
- package/src/lib/components/PoweredByDynamic/PoweredByDynamic.cjs +2 -11
- package/src/lib/components/PoweredByDynamic/PoweredByDynamic.js +2 -11
- package/src/lib/components/QRCode/QRCode.cjs +4 -13
- package/src/lib/components/QRCode/QRCode.js +4 -13
- package/src/lib/components/QrCodeWrapper/QrCodeContainer/QrCodeContainer.cjs +8 -17
- package/src/lib/components/QrCodeWrapper/QrCodeContainer/QrCodeContainer.js +8 -17
- package/src/lib/components/QrCodeWrapper/QrCodeWrapper.cjs +7 -16
- package/src/lib/components/QrCodeWrapper/QrCodeWrapper.js +7 -16
- package/src/lib/components/RenderView/RenderView.cjs +5 -14
- package/src/lib/components/RenderView/RenderView.js +5 -14
- package/src/lib/components/RetrySendVerificationCodeSection/RetrySendVerificationCodeSection.cjs +3 -12
- package/src/lib/components/RetrySendVerificationCodeSection/RetrySendVerificationCodeSection.js +3 -12
- package/src/lib/components/SandboxIndicatorWrapper/SandboxIndicatorWrapper.cjs +2 -11
- package/src/lib/components/SandboxIndicatorWrapper/SandboxIndicatorWrapper.js +2 -11
- package/src/lib/components/SecureEmbeddedWalletCard/SecureEmbeddedWalletCard.cjs +2 -11
- package/src/lib/components/SecureEmbeddedWalletCard/SecureEmbeddedWalletCard.js +2 -11
- package/src/lib/components/SendBalanceForm/SendBalanceForm.cjs +7 -12
- package/src/lib/components/SendBalanceForm/SendBalanceForm.js +7 -12
- package/src/lib/components/SendBalancePageLayout/SendBalancePageLayout.cjs +26 -15
- package/src/lib/components/SendBalancePageLayout/SendBalancePageLayout.js +26 -15
- package/src/lib/components/SendBalancePageLayout/components/TokensBalanceDropdown/TokensBalanceDropdown.cjs +6 -15
- package/src/lib/components/SendBalancePageLayout/components/TokensBalanceDropdown/TokensBalanceDropdown.js +6 -15
- package/src/lib/components/ShadowDOM/ShadowDOM.cjs +2 -11
- package/src/lib/components/ShadowDOM/ShadowDOM.js +2 -11
- package/src/lib/components/SocialSignIn/SocialSignIn.cjs +2 -11
- package/src/lib/components/SocialSignIn/SocialSignIn.js +2 -11
- package/src/lib/components/SyncAuthFlow/SyncAuthFlow.cjs +3 -12
- package/src/lib/components/SyncAuthFlow/SyncAuthFlow.js +3 -12
- package/src/lib/components/ToggleVisibilityButton/ToggleVisibilityButton.cjs +6 -15
- package/src/lib/components/ToggleVisibilityButton/ToggleVisibilityButton.js +6 -15
- package/src/lib/components/Toolkit/Toolkit.cjs +2 -11
- package/src/lib/components/Toolkit/Toolkit.js +2 -11
- package/src/lib/components/Toolkit/components/LoginWithEmailSwitch.cjs +2 -11
- package/src/lib/components/Toolkit/components/LoginWithEmailSwitch.js +2 -11
- package/src/lib/components/Toolkit/components/LoginWithEmailViewDisplayPriorityOrderSwitch.cjs +2 -11
- package/src/lib/components/Toolkit/components/LoginWithEmailViewDisplayPriorityOrderSwitch.js +2 -11
- package/src/lib/components/Tooltip/Tooltip.cjs +2 -11
- package/src/lib/components/Tooltip/Tooltip.js +2 -11
- package/src/lib/components/TosAndPp/TosAndPp.cjs +2 -11
- package/src/lib/components/TosAndPp/TosAndPp.js +2 -11
- package/src/lib/components/TransactionConfirmationPageLayout/TransactionConfirmationPageLayout.cjs +2 -11
- package/src/lib/components/TransactionConfirmationPageLayout/TransactionConfirmationPageLayout.js +2 -11
- package/src/lib/components/TransactionConfirmationPageLayout/utils.cjs +5 -6
- package/src/lib/components/TransactionConfirmationPageLayout/utils.js +5 -6
- package/src/lib/components/TransactionStatusLayout/TransactionStatusLayout.cjs +6 -15
- package/src/lib/components/TransactionStatusLayout/TransactionStatusLayout.js +6 -15
- package/src/lib/components/Transition/VerticalDrawerTransition/VerticalDrawerTransition.cjs +2 -11
- package/src/lib/components/Transition/VerticalDrawerTransition/VerticalDrawerTransition.js +2 -11
- package/src/lib/components/UserAddress/UserAddress.cjs +2 -11
- package/src/lib/components/UserAddress/UserAddress.js +2 -11
- package/src/lib/components/UserProfile/UserProfile.cjs +7 -16
- package/src/lib/components/UserProfile/UserProfile.js +7 -16
- package/src/lib/components/UserProfile/parts/EditProfileButton/EditProfileButton.cjs +2 -11
- package/src/lib/components/UserProfile/parts/EditProfileButton/EditProfileButton.js +2 -11
- package/src/lib/components/UserProfile/parts/UserProfileField/UserProfileField.cjs +6 -15
- package/src/lib/components/UserProfile/parts/UserProfileField/UserProfileField.js +6 -15
- package/src/lib/components/UserProfile/parts/UserProfileSection/UserProfileSection.cjs +6 -15
- package/src/lib/components/UserProfile/parts/UserProfileSection/UserProfileSection.js +6 -15
- package/src/lib/components/UserProfile/parts/UserProfileSocialAccount/UserProfileSocialAccount.cjs +7 -16
- package/src/lib/components/UserProfile/parts/UserProfileSocialAccount/UserProfileSocialAccount.js +7 -16
- package/src/lib/components/UserProfileForm/UserProfileForm.cjs +2 -11
- package/src/lib/components/UserProfileForm/UserProfileForm.js +2 -11
- package/src/lib/components/WalletInformationCard/WalletInformationCard.cjs +1 -1
- package/src/lib/components/WalletInformationCard/WalletInformationCard.js +1 -1
- package/src/lib/components/index.d.ts +0 -1
- package/src/lib/context/ConnectWithOtpContext/ConnectWithOtpProvider.cjs +10 -24
- package/src/lib/context/ConnectWithOtpContext/ConnectWithOtpProvider.js +10 -24
- package/src/lib/context/ConnectWithOtpContext/constants.cjs +0 -1
- package/src/lib/context/ConnectWithOtpContext/constants.js +0 -1
- package/src/lib/context/ConnectWithOtpContext/types.d.ts +1 -1
- package/src/lib/context/ConnectWithOtpContext/utils/createEmailHandler.cjs +11 -1
- package/src/lib/context/ConnectWithOtpContext/utils/createEmailHandler.js +12 -2
- package/src/lib/context/ConnectWithOtpContext/utils/createSmsHandler.cjs +1 -70
- package/src/lib/context/ConnectWithOtpContext/utils/createSmsHandler.d.ts +2 -1
- package/src/lib/context/ConnectWithOtpContext/utils/createSmsHandler.js +1 -70
- package/src/lib/context/DynamicContext/DynamicContext.cjs +25 -22
- package/src/lib/context/DynamicContext/DynamicContext.js +25 -22
- package/src/lib/context/DynamicContext/hooks/useHandleLogout/useHandleLogout.cjs +2 -11
- package/src/lib/context/DynamicContext/hooks/useHandleLogout/useHandleLogout.js +2 -11
- package/src/lib/context/DynamicContext/hooks/useRegisterStorageService/useRegisterStorageService.cjs +2 -0
- package/src/lib/context/DynamicContext/hooks/useRegisterStorageService/useRegisterStorageService.js +3 -1
- package/src/lib/context/DynamicContext/hooks/useTieCallbacksToEvents/useTieCallbacksToEvents.cjs +2 -11
- package/src/lib/context/DynamicContext/hooks/useTieCallbacksToEvents/useTieCallbacksToEvents.js +2 -11
- package/src/lib/context/DynamicContext/types/DynamicContextProps.d.ts +1 -0
- package/src/lib/context/DynamicContext/useDynamicContext/useOverrides/useOverrides.cjs +2 -11
- package/src/lib/context/DynamicContext/useDynamicContext/useOverrides/useOverrides.js +2 -11
- package/src/lib/context/FundingContext/FundingContext.cjs +2 -10
- package/src/lib/context/FundingContext/FundingContext.js +2 -10
- package/src/lib/context/LoadingContext/LoadingContext.cjs +2 -11
- package/src/lib/context/LoadingContext/LoadingContext.js +2 -11
- package/src/lib/context/MockContext/MockContext.cjs +9 -20
- package/src/lib/context/MockContext/MockContext.js +9 -20
- package/src/lib/context/PasskeyContext/PasskeyContext.cjs +2 -11
- package/src/lib/context/PasskeyContext/PasskeyContext.js +2 -11
- package/src/lib/context/PhantomRedirectContext/PhantomRedirectContext.cjs +2 -11
- package/src/lib/context/PhantomRedirectContext/PhantomRedirectContext.js +2 -11
- package/src/lib/context/PhantomRedirectContext/useResponseHandlers.cjs +3 -12
- package/src/lib/context/PhantomRedirectContext/useResponseHandlers.js +3 -12
- package/src/lib/context/SendBalanceContext/SendBalanceContext.cjs +2 -10
- package/src/lib/context/SendBalanceContext/SendBalanceContext.js +2 -10
- package/src/lib/context/SocialRedirectContext/SocialRedirectContext.cjs +3 -12
- package/src/lib/context/SocialRedirectContext/SocialRedirectContext.js +3 -12
- package/src/lib/context/SocialRedirectContext/hooks/useRedirectSocialHandler/useRedirectSocialHandler.cjs +17 -19
- package/src/lib/context/SocialRedirectContext/hooks/useRedirectSocialHandler/useRedirectSocialHandler.js +17 -19
- package/src/lib/context/UserFieldEditorContext/UserFieldEditorContext.cjs +3 -12
- package/src/lib/context/UserFieldEditorContext/UserFieldEditorContext.js +3 -12
- package/src/lib/context/ViewContext/types/index.d.ts +1 -1
- package/src/lib/data/api/embeddedWallets/embeddedWallets.cjs +12 -5
- package/src/lib/data/api/embeddedWallets/embeddedWallets.d.ts +4 -3
- package/src/lib/data/api/embeddedWallets/embeddedWallets.js +14 -7
- package/src/lib/data/api/oauth/oauth.cjs +17 -2
- package/src/lib/data/api/oauth/oauth.d.ts +1 -0
- package/src/lib/data/api/oauth/oauth.js +17 -3
- package/src/lib/data/api/transactions/blockaid.cjs +23 -0
- package/src/lib/data/api/transactions/blockaid.js +19 -0
- package/src/lib/events/auth.d.ts +1 -22
- package/src/lib/layout/DynamicAuthLayout/DynamicAuthLayout.cjs +6 -15
- package/src/lib/layout/DynamicAuthLayout/DynamicAuthLayout.js +6 -15
- package/src/lib/layout/DynamicAuthLayout/Header/header.cjs +6 -15
- package/src/lib/layout/DynamicAuthLayout/Header/header.js +6 -15
- package/src/lib/layout/DynamicAuthLayout/HelpContent/HelpContent.cjs +2 -11
- package/src/lib/layout/DynamicAuthLayout/HelpContent/HelpContent.js +2 -11
- package/src/lib/layout/DynamicAuthLayout/HelpContent/HelpHeader/HelpHeader.cjs +6 -15
- package/src/lib/layout/DynamicAuthLayout/HelpContent/HelpHeader/HelpHeader.js +6 -15
- package/src/lib/layout/DynamicAuthLayout/HelpContent/PasskeyInfoHelper/PasskeyInfoHelper.cjs +7 -16
- package/src/lib/layout/DynamicAuthLayout/HelpContent/PasskeyInfoHelper/PasskeyInfoHelper.js +7 -16
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletListHelpContent/Item/Item.cjs +6 -15
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletListHelpContent/Item/Item.js +6 -15
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletListHelpContent/WalletExtensionOrAppContinueButton/WalletExtensionOrAppContinueButton.cjs +7 -16
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletListHelpContent/WalletExtensionOrAppContinueButton/WalletExtensionOrAppContinueButton.js +7 -16
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletListHelpContent/WalletListHelpContent.cjs +2 -11
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletListHelpContent/WalletListHelpContent.js +2 -11
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletMoreInfoContent/WalletMoreInfoContent.cjs +8 -17
- package/src/lib/layout/DynamicAuthLayout/HelpContent/WalletMoreInfoContent/WalletMoreInfoContent.js +8 -17
- package/src/lib/layout/DynamicAuthLayout/ToSFooter/ToSFooter.cjs +6 -15
- package/src/lib/layout/DynamicAuthLayout/ToSFooter/ToSFooter.js +6 -15
- package/src/lib/layout/DynamicAuthLayout/WalletProgressStepper/WalletProgressStepper.cjs +6 -15
- package/src/lib/layout/DynamicAuthLayout/WalletProgressStepper/WalletProgressStepper.js +6 -15
- package/src/lib/layout/DynamicUserProfileLayout/DynamicUserProfileLayout.cjs +2 -11
- package/src/lib/layout/DynamicUserProfileLayout/DynamicUserProfileLayout.js +2 -11
- package/src/lib/layouts/BridgeNextWalletToConnectLayout/BridgeNextWalletToConnectLayout.cjs +6 -15
- package/src/lib/layouts/BridgeNextWalletToConnectLayout/BridgeNextWalletToConnectLayout.js +6 -15
- package/src/lib/layouts/BridgeWelcomeLayout/BridgeWelcomeLayout.cjs +6 -15
- package/src/lib/layouts/BridgeWelcomeLayout/BridgeWelcomeLayout.js +6 -15
- package/src/lib/layouts/ConnectedWalletsListLayout/ConnectedWalletsListLayout.cjs +6 -15
- package/src/lib/layouts/ConnectedWalletsListLayout/ConnectedWalletsListLayout.js +6 -15
- package/src/lib/locale/en/translation.cjs +80 -27
- package/src/lib/locale/en/translation.d.ts +78 -25
- package/src/lib/locale/en/translation.js +80 -27
- package/src/lib/modals/ConfirmationModal/ConfirmationModal.cjs +6 -15
- package/src/lib/modals/ConfirmationModal/ConfirmationModal.js +6 -15
- package/src/lib/modals/CreatePasswordModal/CreatePasswordModal.cjs +2 -11
- package/src/lib/modals/CreatePasswordModal/CreatePasswordModal.js +2 -11
- package/src/lib/modals/DynamicAuthModal/DynamicAuthModal.cjs +7 -17
- package/src/lib/modals/DynamicAuthModal/DynamicAuthModal.js +7 -17
- package/src/lib/modals/EnterPasswordModal/EnterPasswordModal.cjs +2 -11
- package/src/lib/modals/EnterPasswordModal/EnterPasswordModal.js +2 -11
- package/src/lib/modals/SendBalanceModal/SendBalanceModal.cjs +14 -23
- package/src/lib/modals/SendBalanceModal/SendBalanceModal.js +14 -23
- package/src/lib/modals/SignMessageConfirmationModal/SignMessageConfirmationModal.cjs +7 -16
- package/src/lib/modals/SignMessageConfirmationModal/SignMessageConfirmationModal.js +7 -16
- package/src/lib/modals/SyncWalletPromptModal/SyncWalletPromptModal.cjs +1 -0
- package/src/lib/modals/SyncWalletPromptModal/SyncWalletPromptModal.js +1 -0
- package/src/lib/modals/TransactionConfirmationModal/TransactionConfirmationModal.cjs +6 -15
- package/src/lib/modals/TransactionConfirmationModal/TransactionConfirmationModal.js +6 -15
- package/src/lib/modals/UserFieldEditorModal/UserFieldEditorModal.cjs +7 -16
- package/src/lib/modals/UserFieldEditorModal/UserFieldEditorModal.js +7 -16
- package/src/lib/shared/assets/caution-triangle.cjs +54 -0
- package/src/lib/shared/assets/caution-triangle.js +30 -0
- package/src/lib/shared/assets/connected-apps.cjs +64 -0
- package/src/lib/shared/assets/connected-apps.js +40 -0
- package/src/lib/shared/assets/embedded-wallet-icon.cjs +11 -10
- package/src/lib/shared/assets/embedded-wallet-icon.js +11 -10
- package/src/lib/shared/assets/exclamation-circle.cjs +54 -0
- package/src/lib/shared/assets/exclamation-circle.js +30 -0
- package/src/lib/shared/assets/exclamation.cjs +52 -0
- package/src/lib/shared/assets/exclamation.js +28 -0
- package/src/lib/shared/assets/index.d.ts +6 -0
- package/src/lib/shared/assets/warning-orange.cjs +54 -0
- package/src/lib/shared/assets/warning-orange.js +30 -0
- package/src/lib/shared/assets/warning-red.cjs +54 -0
- package/src/lib/shared/assets/warning-red.js +30 -0
- package/src/lib/shared/types/dynamicEventsCallbacks.d.ts +1 -2
- package/src/lib/shared/types/dynamicHandlers.d.ts +3 -0
- package/src/lib/shared/utils/functions/getInitialUrl/getInitialUrl.cjs +16 -0
- package/src/lib/shared/utils/functions/getInitialUrl/getInitialUrl.d.ts +1 -0
- package/src/lib/shared/utils/functions/getInitialUrl/getInitialUrl.js +12 -0
- package/src/lib/shared/utils/functions/getInitialUrl/index.d.ts +1 -0
- package/src/lib/store/internalImplementation/utils/clearExpiredData/clearExpiredData.cjs +1 -6
- package/src/lib/store/internalImplementation/utils/clearExpiredData/clearExpiredData.js +1 -6
- package/src/lib/store/state/projectSettings/projectSettings.cjs +2 -11
- package/src/lib/store/state/projectSettings/projectSettings.js +2 -11
- package/src/lib/store/stateConfig.cjs +0 -5
- package/src/lib/store/stateConfig.js +0 -5
- package/src/lib/store/types.d.ts +1 -6
- package/src/lib/styles/index.shadow.cjs +1 -1
- package/src/lib/styles/index.shadow.js +1 -1
- package/src/lib/utils/constants/localStorage.cjs +6 -0
- package/src/lib/utils/constants/localStorage.d.ts +3 -0
- package/src/lib/utils/constants/localStorage.js +5 -1
- package/src/lib/utils/functions/getNewVerifiedCredentialsFromDiff/getNewVerifiedCredentialsFromDiff.cjs +11 -0
- package/src/lib/utils/functions/getNewVerifiedCredentialsFromDiff/getNewVerifiedCredentialsFromDiff.d.ts +2 -0
- package/src/lib/utils/functions/getNewVerifiedCredentialsFromDiff/getNewVerifiedCredentialsFromDiff.js +7 -0
- package/src/lib/utils/functions/getNewVerifiedCredentialsFromDiff/index.d.ts +1 -0
- package/src/lib/utils/functions/getOauthLoginUrl/getOauthLoginUrl.cjs +22 -63
- package/src/lib/utils/functions/getOauthLoginUrl/getOauthLoginUrl.js +22 -63
- package/src/lib/utils/functions/getWalletConnectorForWallet/getWalletConnectorForWallet.cjs +24 -0
- package/src/lib/utils/functions/getWalletConnectorForWallet/getWalletConnectorForWallet.js +20 -0
- package/src/lib/utils/functions/networksAndChains/networksAndChains.cjs +8 -22
- package/src/lib/utils/functions/networksAndChains/networksAndChains.d.ts +10 -3
- package/src/lib/utils/functions/networksAndChains/networksAndChains.js +8 -22
- package/src/lib/utils/functions/socialStorage/socialStorage.d.ts +3 -0
- package/src/lib/utils/functions/walletListBuilder/walletListBuilder.cjs +1 -1
- package/src/lib/utils/functions/walletListBuilder/walletListBuilder.js +1 -1
- package/src/lib/utils/hooks/authenticationHooks/helpers/showPendingConnectView.cjs +1 -1
- package/src/lib/utils/hooks/authenticationHooks/helpers/showPendingConnectView.js +1 -1
- package/src/lib/utils/hooks/authenticationHooks/useConnectAndSign/useConnectAndSign.cjs +3 -12
- package/src/lib/utils/hooks/authenticationHooks/useConnectAndSign/useConnectAndSign.js +3 -12
- package/src/lib/utils/hooks/authenticationHooks/useConnectAndSignSplitSteps/useConnectAndSignSplitSteps.cjs +3 -12
- package/src/lib/utils/hooks/authenticationHooks/useConnectAndSignSplitSteps/useConnectAndSignSplitSteps.js +3 -12
- package/src/lib/utils/hooks/authenticationHooks/useOtpVerificationRequest/useOtpVerificationRequest.cjs +2 -11
- package/src/lib/utils/hooks/authenticationHooks/useOtpVerificationRequest/useOtpVerificationRequest.js +2 -11
- package/src/lib/utils/hooks/authenticationHooks/useSignConnectOnlyUser/useSignConnectOnlyUser.cjs +3 -12
- package/src/lib/utils/hooks/authenticationHooks/useSignConnectOnlyUser/useSignConnectOnlyUser.js +3 -12
- package/src/lib/utils/hooks/events/types.d.ts +1 -2
- package/src/lib/utils/hooks/index.d.ts +1 -0
- package/src/lib/utils/hooks/multiWallet/useVerifyOnAwaitingSignature/useVerifyOnAwaitingSignature.cjs +2 -11
- package/src/lib/utils/hooks/multiWallet/useVerifyOnAwaitingSignature/useVerifyOnAwaitingSignature.js +2 -11
- package/src/lib/utils/hooks/useAuthLayoutChecks/useAuthLayoutChecks.cjs +3 -11
- package/src/lib/utils/hooks/useAuthLayoutChecks/useAuthLayoutChecks.js +3 -11
- package/src/lib/utils/hooks/useAuthenticateConnectedUser/useAuthenticateConnectedUser.cjs +2 -11
- package/src/lib/utils/hooks/useAuthenticateConnectedUser/useAuthenticateConnectedUser.js +2 -11
- package/src/lib/utils/hooks/useConnectWallet/useConnectWallet.cjs +5 -3
- package/src/lib/utils/hooks/useConnectWallet/useConnectWallet.js +5 -3
- package/src/lib/utils/hooks/useConnectedWalletsNetworkValidation/useConnectedWalletsNetworkValidation.cjs +11 -11
- package/src/lib/utils/hooks/useConnectedWalletsNetworkValidation/useConnectedWalletsNetworkValidation.js +12 -12
- package/src/lib/utils/hooks/useCreateDynamicEmbeddedWalletMutation/useCreateDynamicEmbeddedWalletMutation.cjs +2 -11
- package/src/lib/utils/hooks/useCreateDynamicEmbeddedWalletMutation/useCreateDynamicEmbeddedWalletMutation.js +2 -11
- package/src/lib/utils/hooks/useDynamicModals/useDynamicModals.cjs +2 -11
- package/src/lib/utils/hooks/useDynamicModals/useDynamicModals.js +2 -11
- package/src/lib/utils/hooks/useDynamicScopes/useDynamicScopes.cjs +2 -11
- package/src/lib/utils/hooks/useDynamicScopes/useDynamicScopes.js +2 -11
- package/src/lib/utils/hooks/useEmailProvider/useEmailProvider.cjs +2 -11
- package/src/lib/utils/hooks/useEmailProvider/useEmailProvider.js +2 -11
- package/src/lib/utils/hooks/useEmbeddedReveal/useEmbeddedReveal.cjs +2 -11
- package/src/lib/utils/hooks/useEmbeddedReveal/useEmbeddedReveal.js +2 -11
- package/src/lib/utils/hooks/useEmbeddedWallet/useEmbeddedWallet.cjs +2 -11
- package/src/lib/utils/hooks/useEmbeddedWallet/useEmbeddedWallet.js +2 -11
- package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/useCoinbaseMPC/useCoinbaseMPC.cjs +2 -11
- package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/useCoinbaseMPC/useCoinbaseMPC.js +2 -11
- package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/useMPCEmbeddedWallet.cjs +2 -11
- package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/useMPCEmbeddedWallet.js +2 -11
- package/src/lib/utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/useSecureEnclaveEmbeddedWallet.cjs +11 -13
- package/src/lib/utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/useSecureEnclaveEmbeddedWallet.js +11 -13
- package/src/lib/utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/useTurnkey/useTurnkey.cjs +2 -11
- package/src/lib/utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/useTurnkey/useTurnkey.js +2 -11
- package/src/lib/utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/utils.cjs +15 -2
- package/src/lib/utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/utils.d.ts +3 -1
- package/src/lib/utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/utils.js +15 -3
- package/src/lib/utils/hooks/useEmbeddedWalletAuthenticator/useEmbeddedWalletAuthenticator.cjs +2 -11
- package/src/lib/utils/hooks/useEmbeddedWalletAuthenticator/useEmbeddedWalletAuthenticator.js +2 -11
- package/src/lib/utils/hooks/useEmbeddedWalletPassword/useEmbeddedWalletPassword.cjs +2 -11
- package/src/lib/utils/hooks/useEmbeddedWalletPassword/useEmbeddedWalletPassword.js +2 -11
- package/src/lib/utils/hooks/useEmbeddedWalletSessionKeys/useEmbeddedWalletSessionKeys.cjs +82 -26
- package/src/lib/utils/hooks/useEmbeddedWalletSessionKeys/useEmbeddedWalletSessionKeys.d.ts +19 -2
- package/src/lib/utils/hooks/useEmbeddedWalletSessionKeys/useEmbeddedWalletSessionKeys.js +82 -26
- package/src/lib/utils/hooks/useEndUserWarning/index.d.ts +1 -0
- package/src/lib/utils/hooks/useEndUserWarning/useEndUserWarning.cjs +39 -0
- package/src/lib/utils/hooks/useEndUserWarning/useEndUserWarning.d.ts +6 -0
- package/src/lib/utils/hooks/useEndUserWarning/useEndUserWarning.js +35 -0
- package/src/lib/utils/hooks/useExternalAuth/useExternalAuth.cjs +7 -13
- package/src/lib/utils/hooks/useExternalAuth/useExternalAuth.js +7 -13
- package/src/lib/utils/hooks/useHandleAuthenticatedUser/useHandleAuthenticatedUser.cjs +2 -11
- package/src/lib/utils/hooks/useHandleAuthenticatedUser/useHandleAuthenticatedUser.js +2 -11
- package/src/lib/utils/hooks/useHandleVerificationRequired/useHandleVerificationRequired.cjs +2 -11
- package/src/lib/utils/hooks/useHandleVerificationRequired/useHandleVerificationRequired.js +2 -11
- package/src/lib/utils/hooks/useHandleWalletsToConnect/useHandleWalletsToConnect.cjs +2 -11
- package/src/lib/utils/hooks/useHandleWalletsToConnect/useHandleWalletsToConnect.js +2 -11
- package/src/lib/utils/hooks/useInitEmbeddedWalletAuthMethod/useInitEmbeddedWalletAuthMethod.cjs +2 -11
- package/src/lib/utils/hooks/useInitEmbeddedWalletAuthMethod/useInitEmbeddedWalletAuthMethod.js +2 -11
- package/src/lib/utils/hooks/useIsLoggedIn/useIsLoggedIn.cjs +2 -11
- package/src/lib/utils/hooks/useIsLoggedIn/useIsLoggedIn.js +2 -11
- package/src/lib/utils/hooks/useIsTurnkeyWallet/useIsTurnkeyWallet.cjs +2 -11
- package/src/lib/utils/hooks/useIsTurnkeyWallet/useIsTurnkeyWallet.js +2 -11
- package/src/lib/utils/hooks/useKYCFlag/useKYCFlag.cjs +2 -11
- package/src/lib/utils/hooks/useKYCFlag/useKYCFlag.js +2 -11
- package/src/lib/utils/hooks/useMergeUserAccounts/useMergeUserAccounts.cjs +2 -11
- package/src/lib/utils/hooks/useMergeUserAccounts/useMergeUserAccounts.js +2 -11
- package/src/lib/utils/hooks/useMfa/useMfa.cjs +2 -11
- package/src/lib/utils/hooks/useMfa/useMfa.js +2 -11
- package/src/lib/utils/hooks/useMfaModals/useMfaModals.cjs +2 -11
- package/src/lib/utils/hooks/useMfaModals/useMfaModals.js +2 -11
- package/src/lib/utils/hooks/useNetworkConfigurationsFromProjectSettings/index.d.ts +1 -0
- package/src/lib/utils/hooks/useNetworkConfigurationsFromProjectSettings/useNetworkConfigurationsFromProjectSettings.cjs +63 -0
- package/src/lib/utils/hooks/useNetworkConfigurationsFromProjectSettings/useNetworkConfigurationsFromProjectSettings.d.ts +9 -0
- package/src/lib/utils/hooks/useNetworkConfigurationsFromProjectSettings/useNetworkConfigurationsFromProjectSettings.js +59 -0
- package/src/lib/utils/hooks/useNetworkDataFromWallet/useNetworkDataFromWallet.cjs +2 -11
- package/src/lib/utils/hooks/useNetworkDataFromWallet/useNetworkDataFromWallet.js +2 -11
- package/src/lib/utils/hooks/useNetworkNotSupported/useNetworkNotSupported.cjs +2 -11
- package/src/lib/utils/hooks/useNetworkNotSupported/useNetworkNotSupported.js +2 -11
- package/src/lib/utils/hooks/useOnlyConnectedMode/useOnlyConnectedMode.cjs +2 -11
- package/src/lib/utils/hooks/useOnlyConnectedMode/useOnlyConnectedMode.js +2 -11
- package/src/lib/utils/hooks/usePasskeyRecovery/usePasskeyRecovery.cjs +2 -11
- package/src/lib/utils/hooks/usePasskeyRecovery/usePasskeyRecovery.js +2 -11
- package/src/lib/utils/hooks/useRefreshUser/useRefreshUser.cjs +2 -11
- package/src/lib/utils/hooks/useRefreshUser/useRefreshUser.js +2 -11
- package/src/lib/utils/hooks/useResetCookieLocalStorage/useResetCookieLocalStorage.cjs +8 -1
- package/src/lib/utils/hooks/useResetCookieLocalStorage/useResetCookieLocalStorage.js +8 -1
- package/src/lib/utils/hooks/useRpcProviders/useRpcProviders.cjs +2 -11
- package/src/lib/utils/hooks/useRpcProviders/useRpcProviders.js +2 -11
- package/src/lib/utils/hooks/useSetWalletConnectorFetchers/useSetWalletConnectorFetchers.cjs +4 -13
- package/src/lib/utils/hooks/useSetWalletConnectorFetchers/useSetWalletConnectorFetchers.d.ts +2 -1
- package/src/lib/utils/hooks/useSetWalletConnectorFetchers/useSetWalletConnectorFetchers.js +4 -13
- package/src/lib/utils/hooks/useSmartWallets/useSmartWallets.cjs +2 -11
- package/src/lib/utils/hooks/useSmartWallets/useSmartWallets.js +2 -11
- package/src/lib/utils/hooks/useSocialAccounts/useSocialAccounts.cjs +2 -11
- package/src/lib/utils/hooks/useSocialAccounts/useSocialAccounts.js +2 -11
- package/src/lib/utils/hooks/useSocialAuth/useSocialAuth.cjs +157 -127
- package/src/lib/utils/hooks/useSocialAuth/useSocialAuth.d.ts +2 -1
- package/src/lib/utils/hooks/useSocialAuth/useSocialAuth.js +160 -130
- package/src/lib/utils/hooks/useSwitchWallet/useSwitchWallet.cjs +2 -11
- package/src/lib/utils/hooks/useSwitchWallet/useSwitchWallet.js +2 -11
- package/src/lib/utils/hooks/useSyncEmbeddedWalletFlow/useSyncEmbeddedWalletFlow.cjs +2 -11
- package/src/lib/utils/hooks/useSyncEmbeddedWalletFlow/useSyncEmbeddedWalletFlow.js +2 -11
- package/src/lib/utils/hooks/useSyncMfaFlow/useSyncMfaFlow.cjs +2 -11
- package/src/lib/utils/hooks/useSyncMfaFlow/useSyncMfaFlow.js +2 -11
- package/src/lib/utils/hooks/useSyncOnboardingFlow/useSyncOnboardingFlow.cjs +2 -11
- package/src/lib/utils/hooks/useSyncOnboardingFlow/useSyncOnboardingFlow.js +2 -11
- package/src/lib/utils/hooks/useTelegramLogin/useTelegramLogin.cjs +43 -37
- package/src/lib/utils/hooks/useTelegramLogin/useTelegramLogin.d.ts +8 -1
- package/src/lib/utils/hooks/useTelegramLogin/useTelegramLogin.js +43 -37
- package/src/lib/utils/hooks/useTokenBalances/useTokenBalances.cjs +2 -11
- package/src/lib/utils/hooks/useTokenBalances/useTokenBalances.js +2 -11
- package/src/lib/utils/hooks/useTransferWallet/useTransferWallet.cjs +2 -11
- package/src/lib/utils/hooks/useTransferWallet/useTransferWallet.js +2 -11
- package/src/lib/utils/hooks/useUserAuth/useUserAuth.cjs +2 -11
- package/src/lib/utils/hooks/useUserAuth/useUserAuth.js +2 -11
- package/src/lib/utils/hooks/useUserUpdateRequest/useUpdateUser/useUpdateUser.cjs +2 -11
- package/src/lib/utils/hooks/useUserUpdateRequest/useUpdateUser/useUpdateUser.js +2 -11
- package/src/lib/utils/hooks/useUserUpdateRequest/useUpdateUserWithModal/useUpdateUserWithModal.cjs +2 -11
- package/src/lib/utils/hooks/useUserUpdateRequest/useUpdateUserWithModal/useUpdateUserWithModal.js +2 -11
- package/src/lib/utils/hooks/useVerifyWallet/useVerifyWallet.cjs +6 -12
- package/src/lib/utils/hooks/useVerifyWallet/useVerifyWallet.js +6 -12
- package/src/lib/utils/hooks/useViewSettings/useViewSettings.cjs +2 -11
- package/src/lib/utils/hooks/useViewSettings/useViewSettings.js +2 -11
- package/src/lib/utils/hooks/useWalletConnectors/utils/createLinkedWalletsFromWalletOptions/createLinkedWalletsFromWalletOptions.cjs +9 -2
- package/src/lib/utils/hooks/useWalletConnectors/utils/createLinkedWalletsFromWalletOptions/createLinkedWalletsFromWalletOptions.js +10 -3
- package/src/lib/utils/hooks/useWalletEventListeners/useWalletEventListeners.cjs +0 -14
- package/src/lib/utils/hooks/useWalletEventListeners/useWalletEventListeners.js +0 -14
- package/src/lib/utils/hooks/useWalletItemActions/useWalletItemActions.cjs +2 -11
- package/src/lib/utils/hooks/useWalletItemActions/useWalletItemActions.js +2 -11
- package/src/lib/utils/hooks/useWalletOptions/useWalletOptions.cjs +3 -11
- package/src/lib/utils/hooks/useWalletOptions/useWalletOptions.d.ts +1 -0
- package/src/lib/utils/hooks/useWalletOptions/useWalletOptions.js +3 -11
- package/src/lib/utils/hooks/useWalletUiUtils/useWalletUiUtils.cjs +1 -0
- package/src/lib/utils/hooks/useWalletUiUtils/useWalletUiUtils.js +1 -0
- package/src/lib/views/AccessBlockedView/AccessBlockedView.cjs +6 -15
- package/src/lib/views/AccessBlockedView/AccessBlockedView.js +6 -15
- package/src/lib/views/AccountExistsView/AccountExistsView.cjs +7 -16
- package/src/lib/views/AccountExistsView/AccountExistsView.js +7 -16
- package/src/lib/views/BridgeNextWalletConnectionView/BridgeNextWalletConnectionView.cjs +2 -11
- package/src/lib/views/BridgeNextWalletConnectionView/BridgeNextWalletConnectionView.js +2 -11
- package/src/lib/views/BridgeSummaryView/BridgeSummaryView.cjs +2 -11
- package/src/lib/views/BridgeSummaryView/BridgeSummaryView.js +2 -11
- package/src/lib/views/BridgeWelcomeView/BridgeWelcomeView.cjs +2 -11
- package/src/lib/views/BridgeWelcomeView/BridgeWelcomeView.js +2 -11
- package/src/lib/views/CaptchaVerifyUser/CaptchaVerifyUser.cjs +6 -15
- package/src/lib/views/CaptchaVerifyUser/CaptchaVerifyUser.js +6 -15
- package/src/lib/views/CoinbaseMPCClaimIntro/CoinbaseMPCClaimIntro.cjs +6 -15
- package/src/lib/views/CoinbaseMPCClaimIntro/CoinbaseMPCClaimIntro.js +6 -15
- package/src/lib/views/CollectUserDataView/CollectUserDataView.cjs +9 -18
- package/src/lib/views/CollectUserDataView/CollectUserDataView.js +9 -18
- package/src/lib/views/CollectUserDataView/OnboardingUserDataForm/OnboardingUserDataForm.cjs +6 -15
- package/src/lib/views/CollectUserDataView/OnboardingUserDataForm/OnboardingUserDataForm.js +6 -15
- package/src/lib/views/CollectUserDataView/UserDataFields/UserField/UserField.cjs +7 -16
- package/src/lib/views/CollectUserDataView/UserDataFields/UserField/UserField.js +7 -16
- package/src/lib/views/CollectUserDataView/UserDataFields/UserPhoneField/UserPhoneField.cjs +7 -16
- package/src/lib/views/CollectUserDataView/UserDataFields/UserPhoneField/UserPhoneField.js +7 -16
- package/src/lib/views/CollectUserDataViewNoWallet/CollectUserDataViewNoWallet.cjs +8 -17
- package/src/lib/views/CollectUserDataViewNoWallet/CollectUserDataViewNoWallet.js +8 -17
- package/src/lib/views/CreatePasswordView/CreatePasswordStep/CreatePasswordStep.cjs +8 -17
- package/src/lib/views/CreatePasswordView/CreatePasswordStep/CreatePasswordStep.js +8 -17
- package/src/lib/views/CreatePasswordView/CreatePasswordView.cjs +2 -11
- package/src/lib/views/CreatePasswordView/CreatePasswordView.js +2 -11
- package/src/lib/views/CreatePasswordView/SavePasswordStep/SavePasswordStep.cjs +8 -17
- package/src/lib/views/CreatePasswordView/SavePasswordStep/SavePasswordStep.js +8 -17
- package/src/lib/views/EmailConfirmationWaitingView/EmailConfirmationWaitingView.cjs +6 -15
- package/src/lib/views/EmailConfirmationWaitingView/EmailConfirmationWaitingView.js +6 -15
- package/src/lib/views/EmailVerification/EmailVerification.cjs +14 -20
- package/src/lib/views/EmailVerification/EmailVerification.js +14 -20
- package/src/lib/views/EmailWalletOTPVerificationView/EmailWalletOTPVerificationView.cjs +8 -17
- package/src/lib/views/EmailWalletOTPVerificationView/EmailWalletOTPVerificationView.js +8 -17
- package/src/lib/views/EmbeddedReveal/EmbeddedRevealView/EmbeddedRevealView.cjs +2 -11
- package/src/lib/views/EmbeddedReveal/EmbeddedRevealView/EmbeddedRevealView.js +2 -11
- package/src/lib/views/EnterPasswordView/EnterPasswordView.cjs +6 -15
- package/src/lib/views/EnterPasswordView/EnterPasswordView.js +6 -15
- package/src/lib/views/FarcasterConnectView/FarcasterConnectView.cjs +7 -16
- package/src/lib/views/FarcasterConnectView/FarcasterConnectView.js +7 -16
- package/src/lib/views/GlobalWalletConfirmView/GlobalWalletConfirmView.cjs +6 -15
- package/src/lib/views/GlobalWalletConfirmView/GlobalWalletConfirmView.js +6 -15
- package/src/lib/views/GlobalWalletMaliciousView/GlobalWalletMaliciousView.cjs +130 -0
- package/src/lib/views/GlobalWalletMaliciousView/GlobalWalletMaliciousView.d.ts +11 -0
- package/src/lib/views/GlobalWalletMaliciousView/GlobalWalletMaliciousView.js +125 -0
- package/src/lib/views/LoginView/LoginViewSection/LoginViewSection.cjs +6 -15
- package/src/lib/views/LoginView/LoginViewSection/LoginViewSection.js +6 -15
- package/src/lib/views/LoginView/sections/EmailSignInSection/LoginEmailForm.cjs +6 -15
- package/src/lib/views/LoginView/sections/EmailSignInSection/LoginEmailForm.js +6 -15
- package/src/lib/views/LoginView/sections/PhoneNumberSignInSection/PhoneNumberSignInSection.cjs +8 -17
- package/src/lib/views/LoginView/sections/PhoneNumberSignInSection/PhoneNumberSignInSection.js +8 -17
- package/src/lib/views/LoginView/sections/PhoneNumberSignInSection/useSubmitPhoneNumber/useSubmitPhoneNumber.cjs +2 -11
- package/src/lib/views/LoginView/sections/PhoneNumberSignInSection/useSubmitPhoneNumber/useSubmitPhoneNumber.js +2 -11
- package/src/lib/views/LoginView/sections/SocialSignInSection/DynamicSocialSignIn/DynamicSocialSignIn.cjs +6 -15
- package/src/lib/views/LoginView/sections/SocialSignInSection/DynamicSocialSignIn/DynamicSocialSignIn.js +6 -15
- package/src/lib/views/LoginView/sections/SocialSignInSection/MagicSocialSignIn/MagicSocialSignIn.cjs +6 -15
- package/src/lib/views/LoginView/sections/SocialSignInSection/MagicSocialSignIn/MagicSocialSignIn.js +6 -15
- package/src/lib/views/LoginView/sections/SocialSignInSection/SocialSignInSection.cjs +2 -11
- package/src/lib/views/LoginView/sections/SocialSignInSection/SocialSignInSection.js +2 -11
- package/src/lib/views/LoginView/sections/ToggleableSection/ToggleableSection.cjs +6 -15
- package/src/lib/views/LoginView/sections/ToggleableSection/ToggleableSection.js +6 -15
- package/src/lib/views/LoginView/sections/WalletSignInSection/ListItemButton/ListItemButton.cjs +6 -15
- package/src/lib/views/LoginView/sections/WalletSignInSection/ListItemButton/ListItemButton.js +6 -15
- package/src/lib/views/LoginView/sections/WalletSignInSection/WalletSignInSection.cjs +7 -16
- package/src/lib/views/LoginView/sections/WalletSignInSection/WalletSignInSection.js +7 -16
- package/src/lib/views/LoginView/sections/WalletSignInSection/WalletSimpleSignIn/WalletSimpleSignIn.cjs +2 -11
- package/src/lib/views/LoginView/sections/WalletSignInSection/WalletSimpleSignIn/WalletSimpleSignIn.js +2 -11
- package/src/lib/views/LoginView/useLoginView/useLoginView.cjs +2 -11
- package/src/lib/views/LoginView/useLoginView/useLoginView.js +2 -11
- package/src/lib/views/MergeUserAccountsConflictsView/MergeUserAccountsConflictsView.cjs +8 -17
- package/src/lib/views/MergeUserAccountsConflictsView/MergeUserAccountsConflictsView.js +8 -17
- package/src/lib/views/MergeUserAccountsView/MergeUserAccountsView.cjs +2 -11
- package/src/lib/views/MergeUserAccountsView/MergeUserAccountsView.js +2 -11
- package/src/lib/views/MergeUserAccountsWithSameEmailView/MergeUserAccountsWithSameEmailView.cjs +6 -15
- package/src/lib/views/MergeUserAccountsWithSameEmailView/MergeUserAccountsWithSameEmailView.js +6 -15
- package/src/lib/views/MfaChooseDeviceView/MfaChooseDeviceView.cjs +8 -17
- package/src/lib/views/MfaChooseDeviceView/MfaChooseDeviceView.js +8 -17
- package/src/lib/views/MfaDisplayBackupCodesView/MfaDisplayBackupCodesView.cjs +9 -18
- package/src/lib/views/MfaDisplayBackupCodesView/MfaDisplayBackupCodesView.js +9 -18
- package/src/lib/views/MfaRecoveryView/MfaRecoveryView.cjs +8 -17
- package/src/lib/views/MfaRecoveryView/MfaRecoveryView.js +8 -17
- package/src/lib/views/MfaSecureDeviceHelpView/MfaSecureDeviceHelpView.cjs +8 -17
- package/src/lib/views/MfaSecureDeviceHelpView/MfaSecureDeviceHelpView.js +8 -17
- package/src/lib/views/MfaSecureDeviceView/MfaSecureDeviceView.cjs +8 -17
- package/src/lib/views/MfaSecureDeviceView/MfaSecureDeviceView.js +8 -17
- package/src/lib/views/MfaVerificationView/MfaVerificationView.cjs +2 -11
- package/src/lib/views/MfaVerificationView/MfaVerificationView.js +2 -11
- package/src/lib/views/NetworkNotSupported/NetworkNotSupported.cjs +8 -17
- package/src/lib/views/NetworkNotSupported/NetworkNotSupported.js +8 -17
- package/src/lib/views/NetworkNotSupportedSwitchManual/NetworkNotSupportedSwitchManual.cjs +7 -16
- package/src/lib/views/NetworkNotSupportedSwitchManual/NetworkNotSupportedSwitchManual.js +7 -16
- package/src/lib/views/NoAccess/NoAccess.cjs +11 -17
- package/src/lib/views/NoAccess/NoAccess.js +11 -17
- package/src/lib/views/NoAccess/useNoAccessText.cjs +2 -11
- package/src/lib/views/NoAccess/useNoAccessText.js +2 -11
- package/src/lib/views/NoQrNotInstalledView/NoQrNotInstalledView.cjs +6 -15
- package/src/lib/views/NoQrNotInstalledView/NoQrNotInstalledView.js +6 -15
- package/src/lib/views/NoQrNotInstalledView/WalletHelpLink.cjs +6 -15
- package/src/lib/views/NoQrNotInstalledView/WalletHelpLink.js +6 -15
- package/src/lib/views/Passkey/EmbeddedAuthChoice/AuthChoiceInfo/AuthChoiceInfo.cjs +6 -15
- package/src/lib/views/Passkey/EmbeddedAuthChoice/AuthChoiceInfo/AuthChoiceInfo.js +6 -15
- package/src/lib/views/Passkey/EmbeddedAuthChoice/EmbeddedAuthChoice.cjs +2 -11
- package/src/lib/views/Passkey/EmbeddedAuthChoice/EmbeddedAuthChoice.js +2 -11
- package/src/lib/views/Passkey/EmbeddedAuthChoiceCards/ActionCard/ActionCard.cjs +6 -15
- package/src/lib/views/Passkey/EmbeddedAuthChoiceCards/ActionCard/ActionCard.js +6 -15
- package/src/lib/views/Passkey/EmbeddedAuthChoiceCards/EmbeddedAuthChoiceCards.cjs +6 -15
- package/src/lib/views/Passkey/EmbeddedAuthChoiceCards/EmbeddedAuthChoiceCards.js +6 -15
- package/src/lib/views/Passkey/PasskeyDeviceIcon/PasskeyDeviceIcon.cjs +6 -15
- package/src/lib/views/Passkey/PasskeyDeviceIcon/PasskeyDeviceIcon.js +6 -15
- package/src/lib/views/Passkey/PasskeyIntroView/PasskeyIntroView.cjs +2 -11
- package/src/lib/views/Passkey/PasskeyIntroView/PasskeyIntroView.js +2 -11
- package/src/lib/views/Passkey/PasskeyNewDomainDetectedView/PasskeyNewDomainDetectedView.cjs +7 -16
- package/src/lib/views/Passkey/PasskeyNewDomainDetectedView/PasskeyNewDomainDetectedView.js +7 -16
- package/src/lib/views/Passkey/PasskeyRecovery/AddRecoveryEmail/AddRecoveryEmail.cjs +2 -11
- package/src/lib/views/Passkey/PasskeyRecovery/AddRecoveryEmail/AddRecoveryEmail.js +2 -11
- package/src/lib/views/Passkey/PasskeyRecovery/BundleValidation/PasskeyBundleRecovery.cjs +2 -11
- package/src/lib/views/Passkey/PasskeyRecovery/BundleValidation/PasskeyBundleRecovery.js +2 -11
- package/src/lib/views/Passkey/PasskeyRecovery/CompleteRecovery/PasskeyCompleteRecovery.cjs +2 -11
- package/src/lib/views/Passkey/PasskeyRecovery/CompleteRecovery/PasskeyCompleteRecovery.js +2 -11
- package/src/lib/views/Passkey/PasskeyRecovery/InitRecovery/PasskeyInitRecovery.cjs +7 -16
- package/src/lib/views/Passkey/PasskeyRecovery/InitRecovery/PasskeyInitRecovery.js +7 -16
- package/src/lib/views/Passkey/RenamePasskeyView/RenamePasskeyView.cjs +6 -15
- package/src/lib/views/Passkey/RenamePasskeyView/RenamePasskeyView.js +6 -15
- package/src/lib/views/PendingConnectView/PendingConnectView.cjs +6 -15
- package/src/lib/views/PendingConnectView/PendingConnectView.js +6 -15
- package/src/lib/views/PendingSignatureView/PendingSignatureView.cjs +6 -15
- package/src/lib/views/PendingSignatureView/PendingSignatureView.js +6 -15
- package/src/lib/views/QrCodeView/QrCodeView.cjs +2 -11
- package/src/lib/views/QrCodeView/QrCodeView.js +2 -11
- package/src/lib/views/SandboxMaximumThresholdReached/SandboxMaximumThresholdReached.cjs +6 -15
- package/src/lib/views/SandboxMaximumThresholdReached/SandboxMaximumThresholdReached.js +6 -15
- package/src/lib/views/SelectHardwareWalletView/SelectHardwareWalletView.cjs +6 -15
- package/src/lib/views/SelectHardwareWalletView/SelectHardwareWalletView.js +6 -15
- package/src/lib/views/SelectWalletInWalletGroupView/SelectWalletInWalletGroupView.cjs +2 -11
- package/src/lib/views/SelectWalletInWalletGroupView/SelectWalletInWalletGroupView.js +2 -11
- package/src/lib/views/SelectWalletInWalletGroupView/components/WalletGroupItem/WalletGroupItem.cjs +6 -15
- package/src/lib/views/SelectWalletInWalletGroupView/components/WalletGroupItem/WalletGroupItem.js +6 -15
- package/src/lib/views/SendBalanceView/SendBalanceView.cjs +2 -11
- package/src/lib/views/SendBalanceView/SendBalanceView.js +2 -11
- package/src/lib/views/SmsVerification/SmsVerification.cjs +7 -16
- package/src/lib/views/SmsVerification/SmsVerification.js +7 -16
- package/src/lib/views/SmsVerification/useSmsVerification/useSmsVerification.cjs +7 -13
- package/src/lib/views/SmsVerification/useSmsVerification/useSmsVerification.js +7 -13
- package/src/lib/views/SocialRedirectView/SocialRedirectView.cjs +6 -15
- package/src/lib/views/SocialRedirectView/SocialRedirectView.js +6 -15
- package/src/lib/views/SocialWrongAccountView/SocialWrongAccountView.cjs +6 -15
- package/src/lib/views/SocialWrongAccountView/SocialWrongAccountView.js +6 -15
- package/src/lib/views/SyncWalletView/AutoReconnectingView/AutoReconnectingView.cjs +7 -16
- package/src/lib/views/SyncWalletView/AutoReconnectingView/AutoReconnectingView.js +7 -16
- package/src/lib/views/SyncWalletView/ReconnectWithQrCodeView/ReconnectWithQrCodeView.cjs +7 -16
- package/src/lib/views/SyncWalletView/ReconnectWithQrCodeView/ReconnectWithQrCodeView.js +7 -16
- package/src/lib/views/SyncWalletView/SwitchWalletView/SwitchWalletView.cjs +6 -15
- package/src/lib/views/SyncWalletView/SwitchWalletView/SwitchWalletView.js +6 -15
- package/src/lib/views/SyncWalletView/SyncWalletView.cjs +8 -17
- package/src/lib/views/SyncWalletView/SyncWalletView.js +8 -17
- package/src/lib/views/TransactionConfirmationView/TransactionConfirmationView.cjs +2 -11
- package/src/lib/views/TransactionConfirmationView/TransactionConfirmationView.js +2 -11
- package/src/lib/views/UserFieldEditorView/UserFieldEditorView.cjs +8 -17
- package/src/lib/views/UserFieldEditorView/UserFieldEditorView.js +8 -17
- package/src/lib/views/UserFieldEditorView/useAssignDefaultValues/useAssignDefaultValues.cjs +2 -11
- package/src/lib/views/UserFieldEditorView/useAssignDefaultValues/useAssignDefaultValues.js +2 -11
- package/src/lib/views/WalletCannotBeTransferredView/WalletCannotBeTransferredView.cjs +6 -15
- package/src/lib/views/WalletCannotBeTransferredView/WalletCannotBeTransferredView.js +6 -15
- package/src/lib/views/WalletGroupView/WalletGroupView.cjs +2 -11
- package/src/lib/views/WalletGroupView/WalletGroupView.js +2 -11
- package/src/lib/views/WalletGroupView/components/WalletGroupItem/WalletGroupItem.cjs +6 -15
- package/src/lib/views/WalletGroupView/components/WalletGroupItem/WalletGroupItem.js +6 -15
- package/src/lib/views/WalletList/SearchNotFoundMessage/SearchNotFoundMessage.cjs +6 -15
- package/src/lib/views/WalletList/SearchNotFoundMessage/SearchNotFoundMessage.js +6 -15
- package/src/lib/views/WalletList/WalletList.cjs +2 -11
- package/src/lib/views/WalletList/WalletList.js +2 -11
- package/src/lib/views/WalletList/WalletListGridTabs/WalletListGridTabs.cjs +6 -15
- package/src/lib/views/WalletList/WalletListGridTabs/WalletListGridTabs.js +6 -15
- package/src/lib/views/WalletList/WalletListItem/WalletListItem.cjs +6 -15
- package/src/lib/views/WalletList/WalletListItem/WalletListItem.js +6 -15
- package/src/lib/views/WalletList/data.cjs +6 -1
- package/src/lib/views/WalletList/data.js +6 -1
- package/src/lib/views/WalletLockedView/WalletLockedView.cjs +7 -16
- package/src/lib/views/WalletLockedView/WalletLockedView.js +7 -16
- package/src/lib/views/WalletRedirectView/WalletRedirectView.cjs +6 -15
- package/src/lib/views/WalletRedirectView/WalletRedirectView.js +6 -15
- package/src/lib/views/WalletSignSpinnerView/WalletSignSpinnerView.cjs +2 -11
- package/src/lib/views/WalletSignSpinnerView/WalletSignSpinnerView.js +2 -11
- package/src/lib/views/WalletUsedView/WalletUsedView.cjs +7 -16
- package/src/lib/views/WalletUsedView/WalletUsedView.js +7 -16
- package/src/lib/views/viewToComponentMap.cjs +8 -15
- package/src/lib/views/viewToComponentMap.d.ts +1 -0
- package/src/lib/views/viewToComponentMap.js +8 -15
- package/src/lib/widgets/DynamicBridgeWidget/DynamicBridgeWidget.cjs +12 -20
- package/src/lib/widgets/DynamicBridgeWidget/DynamicBridgeWidget.d.ts +1 -0
- package/src/lib/widgets/DynamicBridgeWidget/DynamicBridgeWidget.js +12 -20
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeUserProfile/DynamicBridgeUserProfile.cjs +6 -13
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeUserProfile/DynamicBridgeUserProfile.js +6 -13
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeWalletCard/DynamicBridgeWalletCard.cjs +6 -15
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeWalletCard/DynamicBridgeWalletCard.js +6 -15
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeWalletCardBody/DynamicBridgeWalletCardBody.cjs +7 -16
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeWalletCardBody/DynamicBridgeWalletCardBody.js +7 -16
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeWidgetEmptyCard/DynamicBridgeWidgetEmptyCard.cjs +2 -11
- package/src/lib/widgets/DynamicBridgeWidget/components/DynamicBridgeWidgetEmptyCard/DynamicBridgeWidgetEmptyCard.js +2 -11
- package/src/lib/widgets/DynamicBridgeWidget/views/EditProfileView/EditProfileView.cjs +2 -10
- package/src/lib/widgets/DynamicBridgeWidget/views/EditProfileView/EditProfileView.js +2 -10
- package/src/lib/widgets/DynamicBridgeWidget/views/ProfileView/ProfileView.cjs +7 -15
- package/src/lib/widgets/DynamicBridgeWidget/views/ProfileView/ProfileView.js +7 -15
- package/src/lib/widgets/DynamicBridgeWidget/views/WalletsView/WalletsView.cjs +11 -20
- package/src/lib/widgets/DynamicBridgeWidget/views/WalletsView/WalletsView.js +11 -20
- package/src/lib/widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.cjs +3 -12
- package/src/lib/widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.js +3 -12
- package/src/lib/widgets/DynamicEmbeddedWidget/DynamicEmbeddedAuthFlow/DynamicEmbeddedAuthFlow.cjs +6 -19
- package/src/lib/widgets/DynamicEmbeddedWidget/DynamicEmbeddedAuthFlow/DynamicEmbeddedAuthFlow.js +6 -19
- package/src/lib/widgets/DynamicEmbeddedWidget/DynamicEmbeddedUserProfile/DynamicEmbeddedUserProfile.cjs +8 -17
- package/src/lib/widgets/DynamicEmbeddedWidget/DynamicEmbeddedUserProfile/DynamicEmbeddedUserProfile.js +8 -17
- package/src/lib/widgets/DynamicMultiWalletPromptsWidget/DynamicMultiWalletPromptsWidget.cjs +3 -11
- package/src/lib/widgets/DynamicMultiWalletPromptsWidget/DynamicMultiWalletPromptsWidget.js +3 -11
- package/src/lib/widgets/DynamicWidget/DynamicWidget.cjs +10 -19
- package/src/lib/widgets/DynamicWidget/DynamicWidget.js +10 -19
- package/src/lib/widgets/DynamicWidget/components/AccountControl/AccountControl.cjs +8 -17
- package/src/lib/widgets/DynamicWidget/components/AccountControl/AccountControl.js +8 -17
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveBitcoinWalletAddresses/ActiveBitcoinWalletAddresses.cjs +7 -16
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveBitcoinWalletAddresses/ActiveBitcoinWalletAddresses.js +7 -16
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveWalletAddress/ActiveWalletAddress.cjs +7 -16
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveWalletAddress/ActiveWalletAddress.js +7 -16
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveWalletInformation.cjs +10 -19
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveWalletInformation.js +10 -19
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/TokenBalanceItem/TokenBalanceItem.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/TokenBalanceItem/TokenBalanceItem.js +6 -15
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/TokenBalanceList/TokenBalanceList.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/TokenBalanceList/TokenBalanceList.js +6 -15
- package/src/lib/widgets/DynamicWidget/components/Balance/Balance.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/components/Balance/Balance.js +6 -15
- package/src/lib/widgets/DynamicWidget/components/BottomNavBar/BottomNavBar.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/components/BottomNavBar/BottomNavBar.js +6 -15
- package/src/lib/widgets/DynamicWidget/components/DotsMenuDropdown/DotsMenuDropdown.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/components/DotsMenuDropdown/DotsMenuDropdown.js +6 -15
- package/src/lib/widgets/DynamicWidget/components/DynamicNav/DynamicNav.cjs +2 -11
- package/src/lib/widgets/DynamicWidget/components/DynamicNav/DynamicNav.js +2 -11
- package/src/lib/widgets/DynamicWidget/components/DynamicUserProfile/DynamicUserProfile.cjs +10 -17
- package/src/lib/widgets/DynamicWidget/components/DynamicUserProfile/DynamicUserProfile.js +10 -17
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetHeader/DynamicWidgetHeader.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetHeader/DynamicWidgetHeader.js +6 -15
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetHeader/DynamicWidgetWalletHeader/DynamicWidgetWalletHeader.cjs +9 -16
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetHeader/DynamicWidgetWalletHeader/DynamicWidgetWalletHeader.js +9 -16
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetVariants/variants/DynamicWidgetDropdown/DynamicWidgetDropdown.cjs +2 -11
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetVariants/variants/DynamicWidgetDropdown/DynamicWidgetDropdown.js +2 -11
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetVariants/variants/DynamicWidgetModal/DynamicWidgetModal.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetVariants/variants/DynamicWidgetModal/DynamicWidgetModal.js +6 -15
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetViews/DynamicWidgetViews.cjs +4 -2
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetViews/DynamicWidgetViews.js +4 -2
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetWallets/DynamicWidgetWallets.cjs +7 -16
- package/src/lib/widgets/DynamicWidget/components/DynamicWidgetWallets/DynamicWidgetWallets.js +7 -16
- package/src/lib/widgets/DynamicWidget/components/EmailConnectorPendingSignModalContent/EmailConnectorPendingSignModalContent.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/components/EmailConnectorPendingSignModalContent/EmailConnectorPendingSignModalContent.js +6 -15
- package/src/lib/widgets/DynamicWidget/components/EmailOTPConnectorPendingSignModalContent/EmailOTPConnectorPendingSignModalContent.cjs +8 -17
- package/src/lib/widgets/DynamicWidget/components/EmailOTPConnectorPendingSignModalContent/EmailOTPConnectorPendingSignModalContent.js +8 -17
- package/src/lib/widgets/DynamicWidget/components/EmptyWallets/EmptyWallets.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/components/EmptyWallets/EmptyWallets.js +6 -15
- package/src/lib/widgets/DynamicWidget/components/PromptModal/PromptModal.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/components/PromptModal/PromptModal.js +6 -15
- package/src/lib/widgets/DynamicWidget/components/SingleWalletButtons/SingleWalletButtons.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/components/SingleWalletButtons/SingleWalletButtons.js +6 -15
- package/src/lib/widgets/DynamicWidget/components/UnknownWalletInformation/UnknownWalletInformation.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/components/UnknownWalletInformation/UnknownWalletInformation.js +6 -15
- package/src/lib/widgets/DynamicWidget/components/Wallet/Wallet.cjs +2 -11
- package/src/lib/widgets/DynamicWidget/components/Wallet/Wallet.js +2 -11
- package/src/lib/widgets/DynamicWidget/components/WidgetPortal/WidgetPortal.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/components/WidgetPortal/WidgetPortal.js +6 -15
- package/src/lib/widgets/DynamicWidget/context/DynamicWidgetContext.cjs +10 -12
- package/src/lib/widgets/DynamicWidget/context/DynamicWidgetContext.js +11 -13
- package/src/lib/widgets/DynamicWidget/context/DynamicWidgetContext.types.cjs +4 -1
- package/src/lib/widgets/DynamicWidget/context/DynamicWidgetContext.types.d.ts +19 -14
- package/src/lib/widgets/DynamicWidget/context/DynamicWidgetContext.types.js +4 -1
- package/src/lib/widgets/DynamicWidget/hooks/useCloseMultiWalletPrompt/useCloseMultiWalletPrompt.cjs +2 -11
- package/src/lib/widgets/DynamicWidget/hooks/useCloseMultiWalletPrompt/useCloseMultiWalletPrompt.js +2 -11
- package/src/lib/widgets/DynamicWidget/hooks/useFetchBalance/useFetchBalance.cjs +2 -11
- package/src/lib/widgets/DynamicWidget/hooks/useFetchBalance/useFetchBalance.js +2 -11
- package/src/lib/widgets/DynamicWidget/hooks/useFetchChain/index.d.ts +1 -0
- package/src/lib/widgets/DynamicWidget/hooks/useFetchChain/useFetchChain.cjs +2 -11
- package/src/lib/widgets/DynamicWidget/hooks/useFetchChain/useFetchChain.js +2 -11
- package/src/lib/widgets/DynamicWidget/hooks/useFetchCurrency/useFetchCurrency.cjs +2 -11
- package/src/lib/widgets/DynamicWidget/hooks/useFetchCurrency/useFetchCurrency.js +2 -11
- package/src/lib/widgets/DynamicWidget/hooks/useFetchNameService/useFetchNameService.cjs +2 -11
- package/src/lib/widgets/DynamicWidget/hooks/useFetchNameService/useFetchNameService.js +2 -11
- package/src/lib/widgets/DynamicWidget/hooks/useMultiWalletPromptState/useMultiWalletPromptState.cjs +2 -11
- package/src/lib/widgets/DynamicWidget/hooks/useMultiWalletPromptState/useMultiWalletPromptState.js +2 -11
- package/src/lib/widgets/DynamicWidget/prompts/AwaitingConnectionModal/AwaitingConnectionModal.cjs +2 -11
- package/src/lib/widgets/DynamicWidget/prompts/AwaitingConnectionModal/AwaitingConnectionModal.js +2 -11
- package/src/lib/widgets/DynamicWidget/prompts/DefaultPromptModal/DefaultPromptModal.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/prompts/DefaultPromptModal/DefaultPromptModal.js +6 -15
- package/src/lib/widgets/DynamicWidget/prompts/DetectedNewWalletModal/DetectedNewWalletModal.cjs +7 -16
- package/src/lib/widgets/DynamicWidget/prompts/DetectedNewWalletModal/DetectedNewWalletModal.js +7 -16
- package/src/lib/widgets/DynamicWidget/prompts/NoQrNotInstalledModalView/NoQrNotInstalledModalView.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/prompts/NoQrNotInstalledModalView/NoQrNotInstalledModalView.js +6 -15
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchModal/PendingAccountSwitchModal.cjs +2 -11
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchModal/PendingAccountSwitchModal.js +2 -11
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchModal/SwitchAccountView/SwitchAccountView.cjs +7 -16
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchModal/SwitchAccountView/SwitchAccountView.js +7 -16
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchModal/SwitchOrUseActiveAccountView/SwitchOrUseActiveAccountView.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchModal/SwitchOrUseActiveAccountView/SwitchOrUseActiveAccountView.js +6 -15
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchToLinkModal/PendingAccountSwitchToLinkModal.cjs +7 -16
- package/src/lib/widgets/DynamicWidget/prompts/PendingAccountSwitchToLinkModal/PendingAccountSwitchToLinkModal.js +7 -16
- package/src/lib/widgets/DynamicWidget/prompts/PendingConnectionModal/PendingConnectionModal.cjs +7 -16
- package/src/lib/widgets/DynamicWidget/prompts/PendingConnectionModal/PendingConnectionModal.js +7 -16
- package/src/lib/widgets/DynamicWidget/prompts/PendingSignModal/DefaultPendingSignModalContent/DefaultPendingSignModalContent.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/prompts/PendingSignModal/DefaultPendingSignModalContent/DefaultPendingSignModalContent.js +6 -15
- package/src/lib/widgets/DynamicWidget/prompts/PendingSignModal/PendingSignModal.cjs +2 -11
- package/src/lib/widgets/DynamicWidget/prompts/PendingSignModal/PendingSignModal.js +2 -11
- package/src/lib/widgets/DynamicWidget/prompts/PrimaryNotConnectedModal/PrimaryNotConnectedModal.cjs +8 -17
- package/src/lib/widgets/DynamicWidget/prompts/PrimaryNotConnectedModal/PrimaryNotConnectedModal.js +8 -17
- package/src/lib/widgets/DynamicWidget/prompts/QrCodeModalView/QrCodeModalView.cjs +8 -17
- package/src/lib/widgets/DynamicWidget/prompts/QrCodeModalView/QrCodeModalView.js +8 -17
- package/src/lib/widgets/DynamicWidget/prompts/UnlinkWalletPopUp/UnlinkWalletPopUp.cjs +2 -11
- package/src/lib/widgets/DynamicWidget/prompts/UnlinkWalletPopUp/UnlinkWalletPopUp.js +2 -11
- package/src/lib/widgets/DynamicWidget/views/ConnectedAppsView/ConnectedAppsView.cjs +171 -0
- package/src/lib/widgets/DynamicWidget/views/ConnectedAppsView/ConnectedAppsView.d.ts +12 -0
- package/src/lib/widgets/DynamicWidget/views/ConnectedAppsView/ConnectedAppsView.js +166 -0
- package/src/lib/widgets/DynamicWidget/views/EditProfileView/EditProfileView.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/views/EditProfileView/EditProfileView.js +6 -15
- package/src/lib/widgets/DynamicWidget/views/GlobalWalletView/GlobalWalletView.cjs +41 -30
- package/src/lib/widgets/DynamicWidget/views/GlobalWalletView/GlobalWalletView.js +41 -30
- package/src/lib/widgets/DynamicWidget/views/ManageMfaWidgetView/ManageMfaWidgetView.cjs +8 -17
- package/src/lib/widgets/DynamicWidget/views/ManageMfaWidgetView/ManageMfaWidgetView.js +8 -17
- package/src/lib/widgets/DynamicWidget/views/ManagePasskeysWidgetView/ManagePasskeysWidgetView.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/views/ManagePasskeysWidgetView/ManagePasskeysWidgetView.js +6 -15
- package/src/lib/widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js +6 -15
- package/src/lib/widgets/DynamicWidget/views/SettingsView/SettingsView.cjs +19 -19
- package/src/lib/widgets/DynamicWidget/views/SettingsView/SettingsView.js +19 -19
- package/src/lib/widgets/DynamicWidget/views/WalletsView/WalletsView.cjs +6 -15
- package/src/lib/widgets/DynamicWidget/views/WalletsView/WalletsView.js +6 -15
- package/src/lib/widgets/FundingWidget/views/FundWalletView/FundWalletView.cjs +7 -15
- package/src/lib/widgets/FundingWidget/views/FundWalletView/FundWalletView.js +7 -15
- package/src/lib/components/TelegramAutoLogin/TelegramAutoLogin.cjs +0 -99
- package/src/lib/components/TelegramAutoLogin/TelegramAutoLogin.d.ts +0 -1
- package/src/lib/components/TelegramAutoLogin/TelegramAutoLogin.js +0 -95
- package/src/lib/components/TelegramAutoLogin/index.d.ts +0 -1
- package/src/lib/context/ConnectWithOtpContext/utils/createMagicHandler.cjs +0 -26
- package/src/lib/context/ConnectWithOtpContext/utils/createMagicHandler.js +0 -22
- package/src/lib/store/state/networkConfigurations/index.d.ts +0 -1
- package/src/lib/store/state/networkConfigurations/networkConfigurations.cjs +0 -169
- package/src/lib/store/state/networkConfigurations/networkConfigurations.d.ts +0 -10
- package/src/lib/store/state/networkConfigurations/networkConfigurations.js +0 -161
- package/src/lib/utils/constants/sessionStorage.cjs +0 -12
- package/src/lib/utils/constants/sessionStorage.js +0 -7
|
@@ -70,30 +70,20 @@ require('../../context/PasskeyContext/PasskeyContext.cjs');
|
|
|
70
70
|
require('../../widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
71
71
|
var WalletProgressStepper = require('../../layout/DynamicAuthLayout/WalletProgressStepper/WalletProgressStepper.cjs');
|
|
72
72
|
var useAuthLayoutChecks = require('../../utils/hooks/useAuthLayoutChecks/useAuthLayoutChecks.cjs');
|
|
73
|
-
require('../../../
|
|
74
|
-
require('../../
|
|
75
|
-
require('../../context/
|
|
76
|
-
require('../../
|
|
77
|
-
require('../../
|
|
78
|
-
require('../../context/FooterAnimationContext/index.cjs');
|
|
73
|
+
require('../../../index.cjs');
|
|
74
|
+
require('../../store/state/tokenBalances.cjs');
|
|
75
|
+
require('../../context/WalletGroupContext/WalletGroupContext.cjs');
|
|
76
|
+
require('../../shared/utils/functions/getInitialUrl/getInitialUrl.cjs');
|
|
77
|
+
require('../../components/InlineWidget/InlineWidget.cjs');
|
|
79
78
|
require('../../components/IsBrowser/IsBrowser.cjs');
|
|
80
|
-
require('../../
|
|
81
|
-
require('../../context/FundingContext/FundingContext.cjs');
|
|
79
|
+
require('../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.cjs');
|
|
82
80
|
require('../../components/Popper/Popper/Popper.cjs');
|
|
83
81
|
require('../../components/Popper/PopperContext/PopperContext.cjs');
|
|
84
|
-
require('
|
|
82
|
+
require('qrcode');
|
|
85
83
|
require('../../context/SocialRedirectContext/SocialRedirectContext.cjs');
|
|
86
84
|
require('../../widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.cjs');
|
|
87
85
|
require('@hcaptcha/react-hcaptcha');
|
|
88
86
|
require('../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
89
|
-
require('../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.cjs');
|
|
90
|
-
require('../../context/SendBalanceContext/SendBalanceContext.cjs');
|
|
91
|
-
require('../../context/ConnectWithOtpContext/ConnectWithOtpContext.cjs');
|
|
92
|
-
require('../../context/ConnectWithOtpContext/constants.cjs');
|
|
93
|
-
require('../../context/ReinitializeContext/ReinitializeContextProvider.cjs');
|
|
94
|
-
require('../../store/state/tokenBalances.cjs');
|
|
95
|
-
require('../../components/InlineWidget/InlineWidget.cjs');
|
|
96
|
-
require('qrcode');
|
|
97
87
|
var SandboxIndicatorWrapper = require('../../components/SandboxIndicatorWrapper/SandboxIndicatorWrapper.cjs');
|
|
98
88
|
|
|
99
89
|
const DynamicAuthModal = ({ children, onClose, transitionProps, projectSettings, className, }) => {
|
|
@@ -66,30 +66,20 @@ import '../../context/PasskeyContext/PasskeyContext.js';
|
|
|
66
66
|
import '../../widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
67
67
|
import { WalletProgressStepper } from '../../layout/DynamicAuthLayout/WalletProgressStepper/WalletProgressStepper.js';
|
|
68
68
|
import { useAuthLayoutChecks } from '../../utils/hooks/useAuthLayoutChecks/useAuthLayoutChecks.js';
|
|
69
|
-
import '../../../
|
|
70
|
-
import '../../
|
|
71
|
-
import '../../context/
|
|
72
|
-
import '../../
|
|
73
|
-
import '../../
|
|
74
|
-
import '../../context/FooterAnimationContext/index.js';
|
|
69
|
+
import '../../../index.js';
|
|
70
|
+
import '../../store/state/tokenBalances.js';
|
|
71
|
+
import '../../context/WalletGroupContext/WalletGroupContext.js';
|
|
72
|
+
import '../../shared/utils/functions/getInitialUrl/getInitialUrl.js';
|
|
73
|
+
import '../../components/InlineWidget/InlineWidget.js';
|
|
75
74
|
import '../../components/IsBrowser/IsBrowser.js';
|
|
76
|
-
import '../../
|
|
77
|
-
import '../../context/FundingContext/FundingContext.js';
|
|
75
|
+
import '../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.js';
|
|
78
76
|
import '../../components/Popper/Popper/Popper.js';
|
|
79
77
|
import '../../components/Popper/PopperContext/PopperContext.js';
|
|
80
|
-
import '
|
|
78
|
+
import 'qrcode';
|
|
81
79
|
import '../../context/SocialRedirectContext/SocialRedirectContext.js';
|
|
82
80
|
import '../../widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.js';
|
|
83
81
|
import '@hcaptcha/react-hcaptcha';
|
|
84
82
|
import '../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
85
|
-
import '../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.js';
|
|
86
|
-
import '../../context/SendBalanceContext/SendBalanceContext.js';
|
|
87
|
-
import '../../context/ConnectWithOtpContext/ConnectWithOtpContext.js';
|
|
88
|
-
import '../../context/ConnectWithOtpContext/constants.js';
|
|
89
|
-
import '../../context/ReinitializeContext/ReinitializeContextProvider.js';
|
|
90
|
-
import '../../store/state/tokenBalances.js';
|
|
91
|
-
import '../../components/InlineWidget/InlineWidget.js';
|
|
92
|
-
import 'qrcode';
|
|
93
83
|
import { SandboxIndicatorWrapper } from '../../components/SandboxIndicatorWrapper/SandboxIndicatorWrapper.js';
|
|
94
84
|
|
|
95
85
|
const DynamicAuthModal = ({ children, onClose, transitionProps, projectSettings, className, }) => {
|
|
@@ -51,6 +51,7 @@ require('../../store/state/environmentId.cjs');
|
|
|
51
51
|
require('../../store/state/walletConnectorOptions.cjs');
|
|
52
52
|
require('../../store/state/tokenBalances.cjs');
|
|
53
53
|
require('../../context/WalletGroupContext/WalletGroupContext.cjs');
|
|
54
|
+
require('../../shared/utils/functions/getInitialUrl/getInitialUrl.cjs');
|
|
54
55
|
require('../../components/Accordion/components/AccordionItem/AccordionItem.cjs');
|
|
55
56
|
require('../../components/Alert/Alert.cjs');
|
|
56
57
|
require('../../components/ShadowDOM/ShadowDOM.cjs');
|
|
@@ -81,17 +82,7 @@ var useConfirmationPortal = require('../../utils/hooks/useConfirmationPortal/use
|
|
|
81
82
|
require('../../widgets/DynamicWidget/components/DynamicWidgetHeader/DynamicWidgetHeader.cjs');
|
|
82
83
|
require('../../views/TransactionConfirmationView/helpers/transactionErrorMessage.cjs');
|
|
83
84
|
require('../../widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
84
|
-
require('../../../
|
|
85
|
-
require('../../context/ErrorBoundary/ErrorBoundaryBase.cjs');
|
|
86
|
-
require('../../context/ErrorBoundary/ErrorBoundaryContext.cjs');
|
|
87
|
-
require('../../widgets/DynamicBridgeWidget/context/DynamicBridgeWidgetContext/DynamicBridgeWidgetContext.cjs');
|
|
88
|
-
require('../../widgets/DynamicWidget/components/DynamicWidgetCard/DynamicWidgetCard.cjs');
|
|
89
|
-
require('../../context/WidgetRegistry/WidgetRegistryContextProvider.cjs');
|
|
90
|
-
require('../../context/FundingContext/FundingContext.cjs');
|
|
91
|
-
require('../../context/SendBalanceContext/SendBalanceContext.cjs');
|
|
92
|
-
require('../../context/ConnectWithOtpContext/ConnectWithOtpContext.cjs');
|
|
93
|
-
require('../../context/ConnectWithOtpContext/constants.cjs');
|
|
94
|
-
require('../../context/ReinitializeContext/ReinitializeContextProvider.cjs');
|
|
85
|
+
require('../../../index.cjs');
|
|
95
86
|
|
|
96
87
|
const EnterPasswordModal = ({ handler, onResolve, onReject, closeView, }) => {
|
|
97
88
|
const { onSuccess, onError, show, handleOnModalUnmount, closeModal } = useConfirmationPortal.useConfirmationPortal({
|
|
@@ -47,6 +47,7 @@ import '../../store/state/environmentId.js';
|
|
|
47
47
|
import '../../store/state/walletConnectorOptions.js';
|
|
48
48
|
import '../../store/state/tokenBalances.js';
|
|
49
49
|
import '../../context/WalletGroupContext/WalletGroupContext.js';
|
|
50
|
+
import '../../shared/utils/functions/getInitialUrl/getInitialUrl.js';
|
|
50
51
|
import '../../components/Accordion/components/AccordionItem/AccordionItem.js';
|
|
51
52
|
import '../../components/Alert/Alert.js';
|
|
52
53
|
import '../../components/ShadowDOM/ShadowDOM.js';
|
|
@@ -77,17 +78,7 @@ import { useConfirmationPortal } from '../../utils/hooks/useConfirmationPortal/u
|
|
|
77
78
|
import '../../widgets/DynamicWidget/components/DynamicWidgetHeader/DynamicWidgetHeader.js';
|
|
78
79
|
import '../../views/TransactionConfirmationView/helpers/transactionErrorMessage.js';
|
|
79
80
|
import '../../widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
80
|
-
import '../../../
|
|
81
|
-
import '../../context/ErrorBoundary/ErrorBoundaryBase.js';
|
|
82
|
-
import '../../context/ErrorBoundary/ErrorBoundaryContext.js';
|
|
83
|
-
import '../../widgets/DynamicBridgeWidget/context/DynamicBridgeWidgetContext/DynamicBridgeWidgetContext.js';
|
|
84
|
-
import '../../widgets/DynamicWidget/components/DynamicWidgetCard/DynamicWidgetCard.js';
|
|
85
|
-
import '../../context/WidgetRegistry/WidgetRegistryContextProvider.js';
|
|
86
|
-
import '../../context/FundingContext/FundingContext.js';
|
|
87
|
-
import '../../context/SendBalanceContext/SendBalanceContext.js';
|
|
88
|
-
import '../../context/ConnectWithOtpContext/ConnectWithOtpContext.js';
|
|
89
|
-
import '../../context/ConnectWithOtpContext/constants.js';
|
|
90
|
-
import '../../context/ReinitializeContext/ReinitializeContextProvider.js';
|
|
81
|
+
import '../../../index.js';
|
|
91
82
|
|
|
92
83
|
const EnterPasswordModal = ({ handler, onResolve, onReject, closeView, }) => {
|
|
93
84
|
const { onSuccess, onError, show, handleOnModalUnmount, closeModal } = useConfirmationPortal({
|
|
@@ -70,30 +70,21 @@ require('formik');
|
|
|
70
70
|
var SendBalanceView = require('../../views/SendBalanceView/SendBalanceView.cjs');
|
|
71
71
|
require('../../context/PasskeyContext/PasskeyContext.cjs');
|
|
72
72
|
require('../../widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
73
|
-
require('../../../
|
|
74
|
-
require('../../context/ErrorBoundary/ErrorBoundaryBase.cjs');
|
|
75
|
-
require('../../context/ErrorBoundary/ErrorBoundaryContext.cjs');
|
|
76
|
-
require('../../widgets/DynamicBridgeWidget/context/DynamicBridgeWidgetContext/DynamicBridgeWidgetContext.cjs');
|
|
77
|
-
require('../../widgets/DynamicWidget/components/DynamicWidgetCard/DynamicWidgetCard.cjs');
|
|
78
|
-
require('../../components/IsBrowser/IsBrowser.cjs');
|
|
79
|
-
require('../../context/WidgetRegistry/WidgetRegistryContextProvider.cjs');
|
|
80
|
-
require('../../context/FundingContext/FundingContext.cjs');
|
|
81
|
-
require('../../components/Popper/Popper/Popper.cjs');
|
|
82
|
-
require('../../components/Popper/PopperContext/PopperContext.cjs');
|
|
83
|
-
require('../../widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.cjs');
|
|
84
|
-
require('@hcaptcha/react-hcaptcha');
|
|
85
|
-
require('../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
86
|
-
require('../../components/Input/Input.cjs');
|
|
87
|
-
require('../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.cjs');
|
|
88
|
-
require('../../context/SendBalanceContext/SendBalanceContext.cjs');
|
|
89
|
-
require('../../context/ConnectWithOtpContext/ConnectWithOtpContext.cjs');
|
|
90
|
-
require('../../context/ConnectWithOtpContext/constants.cjs');
|
|
91
|
-
require('../../context/ReinitializeContext/ReinitializeContextProvider.cjs');
|
|
73
|
+
require('../../../index.cjs');
|
|
92
74
|
require('../../store/state/sendBalances.cjs');
|
|
93
75
|
require('../../views/TransactionConfirmationView/helpers/transactionErrorMessage.cjs');
|
|
94
76
|
require('../../store/state/tokenBalances.cjs');
|
|
77
|
+
require('../../shared/utils/functions/getInitialUrl/getInitialUrl.cjs');
|
|
95
78
|
require('../../components/InlineWidget/InlineWidget.cjs');
|
|
79
|
+
require('../../components/Input/Input.cjs');
|
|
80
|
+
require('../../components/IsBrowser/IsBrowser.cjs');
|
|
81
|
+
require('../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.cjs');
|
|
82
|
+
require('../../components/Popper/Popper/Popper.cjs');
|
|
83
|
+
var PopperContext = require('../../components/Popper/PopperContext/PopperContext.cjs');
|
|
96
84
|
require('qrcode');
|
|
85
|
+
require('../../widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.cjs');
|
|
86
|
+
require('@hcaptcha/react-hcaptcha');
|
|
87
|
+
require('../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
97
88
|
|
|
98
89
|
const SendBalanceModal = ({ initialRecipientAddress, initialValue, onReject, onSuccess, }) => {
|
|
99
90
|
usePreventPageScroll.usePreventPageScroll(true);
|
|
@@ -112,10 +103,10 @@ const SendBalanceModal = ({ initialRecipientAddress, initialValue, onReject, onS
|
|
|
112
103
|
};
|
|
113
104
|
return (jsxRuntime.jsx(Portal.Portal, { handleClose: closeModal, isShown: show, zIndex: index.authModalZIndex, withBackdrop: true, elementId: 'dynamic-send-balance', transitionEvents: {
|
|
114
105
|
onUnmount: handleOnModalUnmount,
|
|
115
|
-
}, children: jsxRuntime.jsx(Modal.Modal, { children: jsxRuntime.jsx(ModalCard.ModalCard, { children: jsxRuntime.jsx(VerticalDrawerTransition.VerticalDrawerTransition, { isShown: true, children: jsxRuntime.jsx(SendBalanceView.SendBalanceView, { initialRecipientAddress: initialRecipientAddress, initialValue: initialValue, onError: (error) => (errorRef.current = error), onClickClose: closeModal, onDone: closeModal, displayPoweredByDynamicFooter: true, onSuccess: (receipt) => {
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
106
|
+
}, children: jsxRuntime.jsx(Modal.Modal, { children: jsxRuntime.jsx(ModalCard.ModalCard, { children: jsxRuntime.jsx(VerticalDrawerTransition.VerticalDrawerTransition, { isShown: true, children: jsxRuntime.jsx(PopperContext.PopperProvider, { children: jsxRuntime.jsx(SendBalanceView.SendBalanceView, { initialRecipientAddress: initialRecipientAddress, initialValue: initialValue, onError: (error) => (errorRef.current = error), onClickClose: closeModal, onDone: closeModal, displayPoweredByDynamicFooter: true, onSuccess: (receipt) => {
|
|
107
|
+
errorRef.current = null;
|
|
108
|
+
receiptRef.current = receipt;
|
|
109
|
+
} }) }) }) }) }) }));
|
|
119
110
|
};
|
|
120
111
|
|
|
121
112
|
exports.SendBalanceModal = SendBalanceModal;
|
|
@@ -66,30 +66,21 @@ import 'formik';
|
|
|
66
66
|
import { SendBalanceView } from '../../views/SendBalanceView/SendBalanceView.js';
|
|
67
67
|
import '../../context/PasskeyContext/PasskeyContext.js';
|
|
68
68
|
import '../../widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
69
|
-
import '../../../
|
|
70
|
-
import '../../context/ErrorBoundary/ErrorBoundaryBase.js';
|
|
71
|
-
import '../../context/ErrorBoundary/ErrorBoundaryContext.js';
|
|
72
|
-
import '../../widgets/DynamicBridgeWidget/context/DynamicBridgeWidgetContext/DynamicBridgeWidgetContext.js';
|
|
73
|
-
import '../../widgets/DynamicWidget/components/DynamicWidgetCard/DynamicWidgetCard.js';
|
|
74
|
-
import '../../components/IsBrowser/IsBrowser.js';
|
|
75
|
-
import '../../context/WidgetRegistry/WidgetRegistryContextProvider.js';
|
|
76
|
-
import '../../context/FundingContext/FundingContext.js';
|
|
77
|
-
import '../../components/Popper/Popper/Popper.js';
|
|
78
|
-
import '../../components/Popper/PopperContext/PopperContext.js';
|
|
79
|
-
import '../../widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.js';
|
|
80
|
-
import '@hcaptcha/react-hcaptcha';
|
|
81
|
-
import '../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
82
|
-
import '../../components/Input/Input.js';
|
|
83
|
-
import '../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.js';
|
|
84
|
-
import '../../context/SendBalanceContext/SendBalanceContext.js';
|
|
85
|
-
import '../../context/ConnectWithOtpContext/ConnectWithOtpContext.js';
|
|
86
|
-
import '../../context/ConnectWithOtpContext/constants.js';
|
|
87
|
-
import '../../context/ReinitializeContext/ReinitializeContextProvider.js';
|
|
69
|
+
import '../../../index.js';
|
|
88
70
|
import '../../store/state/sendBalances.js';
|
|
89
71
|
import '../../views/TransactionConfirmationView/helpers/transactionErrorMessage.js';
|
|
90
72
|
import '../../store/state/tokenBalances.js';
|
|
73
|
+
import '../../shared/utils/functions/getInitialUrl/getInitialUrl.js';
|
|
91
74
|
import '../../components/InlineWidget/InlineWidget.js';
|
|
75
|
+
import '../../components/Input/Input.js';
|
|
76
|
+
import '../../components/IsBrowser/IsBrowser.js';
|
|
77
|
+
import '../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.js';
|
|
78
|
+
import '../../components/Popper/Popper/Popper.js';
|
|
79
|
+
import { PopperProvider } from '../../components/Popper/PopperContext/PopperContext.js';
|
|
92
80
|
import 'qrcode';
|
|
81
|
+
import '../../widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.js';
|
|
82
|
+
import '@hcaptcha/react-hcaptcha';
|
|
83
|
+
import '../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
93
84
|
|
|
94
85
|
const SendBalanceModal = ({ initialRecipientAddress, initialValue, onReject, onSuccess, }) => {
|
|
95
86
|
usePreventPageScroll(true);
|
|
@@ -108,10 +99,10 @@ const SendBalanceModal = ({ initialRecipientAddress, initialValue, onReject, onS
|
|
|
108
99
|
};
|
|
109
100
|
return (jsx(Portal, { handleClose: closeModal, isShown: show, zIndex: authModalZIndex, withBackdrop: true, elementId: 'dynamic-send-balance', transitionEvents: {
|
|
110
101
|
onUnmount: handleOnModalUnmount,
|
|
111
|
-
}, children: jsx(Modal, { children: jsx(ModalCard, { children: jsx(VerticalDrawerTransition, { isShown: true, children: jsx(SendBalanceView, { initialRecipientAddress: initialRecipientAddress, initialValue: initialValue, onError: (error) => (errorRef.current = error), onClickClose: closeModal, onDone: closeModal, displayPoweredByDynamicFooter: true, onSuccess: (receipt) => {
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
102
|
+
}, children: jsx(Modal, { children: jsx(ModalCard, { children: jsx(VerticalDrawerTransition, { isShown: true, children: jsx(PopperProvider, { children: jsx(SendBalanceView, { initialRecipientAddress: initialRecipientAddress, initialValue: initialValue, onError: (error) => (errorRef.current = error), onClickClose: closeModal, onDone: closeModal, displayPoweredByDynamicFooter: true, onSuccess: (receipt) => {
|
|
103
|
+
errorRef.current = null;
|
|
104
|
+
receiptRef.current = receipt;
|
|
105
|
+
} }) }) }) }) }) }));
|
|
115
106
|
};
|
|
116
107
|
|
|
117
108
|
export { SendBalanceModal };
|
|
@@ -90,28 +90,19 @@ require('../../views/TransactionConfirmationView/helpers/transactionErrorMessage
|
|
|
90
90
|
var PasskeyContext = require('../../context/PasskeyContext/PasskeyContext.cjs');
|
|
91
91
|
require('../../widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
92
92
|
var getProperErrorMessage = require('./getProperErrorMessage.cjs');
|
|
93
|
-
require('../../../
|
|
94
|
-
require('../../
|
|
95
|
-
require('../../
|
|
96
|
-
require('../../
|
|
97
|
-
require('../../widgets/DynamicWidget/components/DynamicWidgetCard/DynamicWidgetCard.cjs');
|
|
93
|
+
require('../../../index.cjs');
|
|
94
|
+
require('../../store/state/tokenBalances.cjs');
|
|
95
|
+
require('../../shared/utils/functions/getInitialUrl/getInitialUrl.cjs');
|
|
96
|
+
require('../../components/InlineWidget/InlineWidget.cjs');
|
|
98
97
|
require('../../components/IsBrowser/IsBrowser.cjs');
|
|
99
|
-
require('../../
|
|
100
|
-
require('../../
|
|
98
|
+
var NeedHelpSection = require('../../components/NeedHelpSection/NeedHelpSection.cjs');
|
|
99
|
+
var PasskeyCreatedSuccessBanner = require('../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.cjs');
|
|
101
100
|
require('../../components/Popper/Popper/Popper.cjs');
|
|
102
101
|
require('../../components/Popper/PopperContext/PopperContext.cjs');
|
|
102
|
+
require('qrcode');
|
|
103
103
|
require('../../widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.cjs');
|
|
104
104
|
require('@hcaptcha/react-hcaptcha');
|
|
105
105
|
require('../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
106
|
-
var NeedHelpSection = require('../../components/NeedHelpSection/NeedHelpSection.cjs');
|
|
107
|
-
var PasskeyCreatedSuccessBanner = require('../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.cjs');
|
|
108
|
-
require('../../context/SendBalanceContext/SendBalanceContext.cjs');
|
|
109
|
-
require('../../context/ConnectWithOtpContext/ConnectWithOtpContext.cjs');
|
|
110
|
-
require('../../context/ConnectWithOtpContext/constants.cjs');
|
|
111
|
-
require('../../context/ReinitializeContext/ReinitializeContextProvider.cjs');
|
|
112
|
-
require('../../store/state/tokenBalances.cjs');
|
|
113
|
-
require('../../components/InlineWidget/InlineWidget.cjs');
|
|
114
|
-
require('qrcode');
|
|
115
106
|
var SignMessagePreview = require('../../components/SignMessagePreview/SignMessagePreview.cjs');
|
|
116
107
|
|
|
117
108
|
const SignMessageConfirmationModal = ({ appLogoUrl, appName, message, handler, onReject, onSignMessage, hideModal, }) => {
|
|
@@ -86,28 +86,19 @@ import '../../views/TransactionConfirmationView/helpers/transactionErrorMessage.
|
|
|
86
86
|
import { usePasskeyContext } from '../../context/PasskeyContext/PasskeyContext.js';
|
|
87
87
|
import '../../widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
88
88
|
import { getProperErrorMessage } from './getProperErrorMessage.js';
|
|
89
|
-
import '../../../
|
|
90
|
-
import '../../
|
|
91
|
-
import '../../
|
|
92
|
-
import '../../
|
|
93
|
-
import '../../widgets/DynamicWidget/components/DynamicWidgetCard/DynamicWidgetCard.js';
|
|
89
|
+
import '../../../index.js';
|
|
90
|
+
import '../../store/state/tokenBalances.js';
|
|
91
|
+
import '../../shared/utils/functions/getInitialUrl/getInitialUrl.js';
|
|
92
|
+
import '../../components/InlineWidget/InlineWidget.js';
|
|
94
93
|
import '../../components/IsBrowser/IsBrowser.js';
|
|
95
|
-
import '../../
|
|
96
|
-
import '../../
|
|
94
|
+
import { NeedHelpSection } from '../../components/NeedHelpSection/NeedHelpSection.js';
|
|
95
|
+
import { PasskeyCreatedSuccessBanner } from '../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.js';
|
|
97
96
|
import '../../components/Popper/Popper/Popper.js';
|
|
98
97
|
import '../../components/Popper/PopperContext/PopperContext.js';
|
|
98
|
+
import 'qrcode';
|
|
99
99
|
import '../../widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.js';
|
|
100
100
|
import '@hcaptcha/react-hcaptcha';
|
|
101
101
|
import '../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
102
|
-
import { NeedHelpSection } from '../../components/NeedHelpSection/NeedHelpSection.js';
|
|
103
|
-
import { PasskeyCreatedSuccessBanner } from '../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.js';
|
|
104
|
-
import '../../context/SendBalanceContext/SendBalanceContext.js';
|
|
105
|
-
import '../../context/ConnectWithOtpContext/ConnectWithOtpContext.js';
|
|
106
|
-
import '../../context/ConnectWithOtpContext/constants.js';
|
|
107
|
-
import '../../context/ReinitializeContext/ReinitializeContextProvider.js';
|
|
108
|
-
import '../../store/state/tokenBalances.js';
|
|
109
|
-
import '../../components/InlineWidget/InlineWidget.js';
|
|
110
|
-
import 'qrcode';
|
|
111
102
|
import { SignMessagePreview } from '../../components/SignMessagePreview/SignMessagePreview.js';
|
|
112
103
|
|
|
113
104
|
const SignMessageConfirmationModal = ({ appLogoUrl, appName, message, handler, onReject, onSignMessage, hideModal, }) => {
|
|
@@ -50,6 +50,7 @@ require('../../store/state/environmentId.cjs');
|
|
|
50
50
|
require('../../store/state/walletConnectorOptions.cjs');
|
|
51
51
|
require('../../store/state/tokenBalances.cjs');
|
|
52
52
|
require('../../context/WalletGroupContext/WalletGroupContext.cjs');
|
|
53
|
+
require('../../shared/utils/functions/getInitialUrl/getInitialUrl.cjs');
|
|
53
54
|
require('../../components/Accordion/components/AccordionItem/AccordionItem.cjs');
|
|
54
55
|
require('../../components/Alert/Alert.cjs');
|
|
55
56
|
require('../../components/ShadowDOM/ShadowDOM.cjs');
|
|
@@ -46,6 +46,7 @@ import '../../store/state/environmentId.js';
|
|
|
46
46
|
import '../../store/state/walletConnectorOptions.js';
|
|
47
47
|
import '../../store/state/tokenBalances.js';
|
|
48
48
|
import '../../context/WalletGroupContext/WalletGroupContext.js';
|
|
49
|
+
import '../../shared/utils/functions/getInitialUrl/getInitialUrl.js';
|
|
49
50
|
import '../../components/Accordion/components/AccordionItem/AccordionItem.js';
|
|
50
51
|
import '../../components/Alert/Alert.js';
|
|
51
52
|
import '../../components/ShadowDOM/ShadowDOM.js';
|
|
@@ -71,27 +71,18 @@ require('../../components/Input/Input.cjs');
|
|
|
71
71
|
var TransactionConfirmationView = require('../../views/TransactionConfirmationView/TransactionConfirmationView.cjs');
|
|
72
72
|
require('../../context/PasskeyContext/PasskeyContext.cjs');
|
|
73
73
|
require('../../widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
74
|
-
require('../../../
|
|
75
|
-
require('../../
|
|
76
|
-
require('../../
|
|
77
|
-
require('../../
|
|
78
|
-
require('../../widgets/DynamicWidget/components/DynamicWidgetCard/DynamicWidgetCard.cjs');
|
|
74
|
+
require('../../../index.cjs');
|
|
75
|
+
require('../../store/state/tokenBalances.cjs');
|
|
76
|
+
require('../../shared/utils/functions/getInitialUrl/getInitialUrl.cjs');
|
|
77
|
+
require('../../components/InlineWidget/InlineWidget.cjs');
|
|
79
78
|
require('../../components/IsBrowser/IsBrowser.cjs');
|
|
80
|
-
require('../../
|
|
81
|
-
require('../../context/FundingContext/FundingContext.cjs');
|
|
79
|
+
require('../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.cjs');
|
|
82
80
|
require('../../components/Popper/Popper/Popper.cjs');
|
|
83
81
|
require('../../components/Popper/PopperContext/PopperContext.cjs');
|
|
82
|
+
require('qrcode');
|
|
84
83
|
require('../../widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.cjs');
|
|
85
84
|
require('@hcaptcha/react-hcaptcha');
|
|
86
85
|
require('../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
87
|
-
require('../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.cjs');
|
|
88
|
-
require('../../context/SendBalanceContext/SendBalanceContext.cjs');
|
|
89
|
-
require('../../context/ConnectWithOtpContext/ConnectWithOtpContext.cjs');
|
|
90
|
-
require('../../context/ConnectWithOtpContext/constants.cjs');
|
|
91
|
-
require('../../context/ReinitializeContext/ReinitializeContextProvider.cjs');
|
|
92
|
-
require('../../store/state/tokenBalances.cjs');
|
|
93
|
-
require('../../components/InlineWidget/InlineWidget.cjs');
|
|
94
|
-
require('qrcode');
|
|
95
86
|
|
|
96
87
|
const TransactionConfirmationModal = ({ title, onReject, onTransactionResponseSuccess, transaction, copykey, walletConnector, hideModal, isNativeToken, currentToken, }) => {
|
|
97
88
|
usePreventPageScroll.usePreventPageScroll(true);
|
|
@@ -67,27 +67,18 @@ import '../../components/Input/Input.js';
|
|
|
67
67
|
import { TransactionConfirmationView } from '../../views/TransactionConfirmationView/TransactionConfirmationView.js';
|
|
68
68
|
import '../../context/PasskeyContext/PasskeyContext.js';
|
|
69
69
|
import '../../widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
70
|
-
import '../../../
|
|
71
|
-
import '../../
|
|
72
|
-
import '../../
|
|
73
|
-
import '../../
|
|
74
|
-
import '../../widgets/DynamicWidget/components/DynamicWidgetCard/DynamicWidgetCard.js';
|
|
70
|
+
import '../../../index.js';
|
|
71
|
+
import '../../store/state/tokenBalances.js';
|
|
72
|
+
import '../../shared/utils/functions/getInitialUrl/getInitialUrl.js';
|
|
73
|
+
import '../../components/InlineWidget/InlineWidget.js';
|
|
75
74
|
import '../../components/IsBrowser/IsBrowser.js';
|
|
76
|
-
import '../../
|
|
77
|
-
import '../../context/FundingContext/FundingContext.js';
|
|
75
|
+
import '../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.js';
|
|
78
76
|
import '../../components/Popper/Popper/Popper.js';
|
|
79
77
|
import '../../components/Popper/PopperContext/PopperContext.js';
|
|
78
|
+
import 'qrcode';
|
|
80
79
|
import '../../widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.js';
|
|
81
80
|
import '@hcaptcha/react-hcaptcha';
|
|
82
81
|
import '../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
83
|
-
import '../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.js';
|
|
84
|
-
import '../../context/SendBalanceContext/SendBalanceContext.js';
|
|
85
|
-
import '../../context/ConnectWithOtpContext/ConnectWithOtpContext.js';
|
|
86
|
-
import '../../context/ConnectWithOtpContext/constants.js';
|
|
87
|
-
import '../../context/ReinitializeContext/ReinitializeContextProvider.js';
|
|
88
|
-
import '../../store/state/tokenBalances.js';
|
|
89
|
-
import '../../components/InlineWidget/InlineWidget.js';
|
|
90
|
-
import 'qrcode';
|
|
91
82
|
|
|
92
83
|
const TransactionConfirmationModal = ({ title, onReject, onTransactionResponseSuccess, transaction, copykey, walletConnector, hideModal, isNativeToken, currentToken, }) => {
|
|
93
84
|
usePreventPageScroll(true);
|
|
@@ -70,28 +70,19 @@ require('../../components/Input/Input.cjs');
|
|
|
70
70
|
require('../../views/TransactionConfirmationView/helpers/transactionErrorMessage.cjs');
|
|
71
71
|
require('../../context/PasskeyContext/PasskeyContext.cjs');
|
|
72
72
|
require('../../widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs');
|
|
73
|
-
require('../../../
|
|
74
|
-
require('../../
|
|
75
|
-
require('../../
|
|
76
|
-
require('../../
|
|
77
|
-
require('../../
|
|
73
|
+
require('../../../index.cjs');
|
|
74
|
+
var UserFieldEditorView = require('../../views/UserFieldEditorView/UserFieldEditorView.cjs');
|
|
75
|
+
require('../../store/state/tokenBalances.cjs');
|
|
76
|
+
require('../../shared/utils/functions/getInitialUrl/getInitialUrl.cjs');
|
|
77
|
+
require('../../components/InlineWidget/InlineWidget.cjs');
|
|
78
78
|
require('../../components/IsBrowser/IsBrowser.cjs');
|
|
79
|
-
require('../../
|
|
80
|
-
require('../../context/FundingContext/FundingContext.cjs');
|
|
79
|
+
require('../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.cjs');
|
|
81
80
|
require('../../components/Popper/Popper/Popper.cjs');
|
|
82
81
|
require('../../components/Popper/PopperContext/PopperContext.cjs');
|
|
82
|
+
require('qrcode');
|
|
83
83
|
require('../../widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.cjs');
|
|
84
84
|
require('@hcaptcha/react-hcaptcha');
|
|
85
85
|
require('../../context/IpConfigurationContext/IpConfigurationContext.cjs');
|
|
86
|
-
require('../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.cjs');
|
|
87
|
-
require('../../context/SendBalanceContext/SendBalanceContext.cjs');
|
|
88
|
-
require('../../context/ConnectWithOtpContext/ConnectWithOtpContext.cjs');
|
|
89
|
-
require('../../context/ConnectWithOtpContext/constants.cjs');
|
|
90
|
-
require('../../context/ReinitializeContext/ReinitializeContextProvider.cjs');
|
|
91
|
-
var UserFieldEditorView = require('../../views/UserFieldEditorView/UserFieldEditorView.cjs');
|
|
92
|
-
require('../../store/state/tokenBalances.cjs');
|
|
93
|
-
require('../../components/InlineWidget/InlineWidget.cjs');
|
|
94
|
-
require('qrcode');
|
|
95
86
|
|
|
96
87
|
const UserFieldEditorModal = (_a) => {
|
|
97
88
|
var { onCancel, onSubmit, fields } = _a, textOptions = _tslib.__rest(_a, ["onCancel", "onSubmit", "fields"]);
|
|
@@ -66,28 +66,19 @@ import '../../components/Input/Input.js';
|
|
|
66
66
|
import '../../views/TransactionConfirmationView/helpers/transactionErrorMessage.js';
|
|
67
67
|
import '../../context/PasskeyContext/PasskeyContext.js';
|
|
68
68
|
import '../../widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
|
|
69
|
-
import '../../../
|
|
70
|
-
import '../../
|
|
71
|
-
import '../../
|
|
72
|
-
import '../../
|
|
73
|
-
import '../../
|
|
69
|
+
import '../../../index.js';
|
|
70
|
+
import { UserFieldEditorView } from '../../views/UserFieldEditorView/UserFieldEditorView.js';
|
|
71
|
+
import '../../store/state/tokenBalances.js';
|
|
72
|
+
import '../../shared/utils/functions/getInitialUrl/getInitialUrl.js';
|
|
73
|
+
import '../../components/InlineWidget/InlineWidget.js';
|
|
74
74
|
import '../../components/IsBrowser/IsBrowser.js';
|
|
75
|
-
import '../../
|
|
76
|
-
import '../../context/FundingContext/FundingContext.js';
|
|
75
|
+
import '../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.js';
|
|
77
76
|
import '../../components/Popper/Popper/Popper.js';
|
|
78
77
|
import '../../components/Popper/PopperContext/PopperContext.js';
|
|
78
|
+
import 'qrcode';
|
|
79
79
|
import '../../widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.js';
|
|
80
80
|
import '@hcaptcha/react-hcaptcha';
|
|
81
81
|
import '../../context/IpConfigurationContext/IpConfigurationContext.js';
|
|
82
|
-
import '../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.js';
|
|
83
|
-
import '../../context/SendBalanceContext/SendBalanceContext.js';
|
|
84
|
-
import '../../context/ConnectWithOtpContext/ConnectWithOtpContext.js';
|
|
85
|
-
import '../../context/ConnectWithOtpContext/constants.js';
|
|
86
|
-
import '../../context/ReinitializeContext/ReinitializeContextProvider.js';
|
|
87
|
-
import { UserFieldEditorView } from '../../views/UserFieldEditorView/UserFieldEditorView.js';
|
|
88
|
-
import '../../store/state/tokenBalances.js';
|
|
89
|
-
import '../../components/InlineWidget/InlineWidget.js';
|
|
90
|
-
import 'qrcode';
|
|
91
82
|
|
|
92
83
|
const UserFieldEditorModal = (_a) => {
|
|
93
84
|
var { onCancel, onSubmit, fields } = _a, textOptions = __rest(_a, ["onCancel", "onSubmit", "fields"]);
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
|
+
|
|
6
|
+
var React = require('react');
|
|
7
|
+
|
|
8
|
+
function _interopNamespace(e) {
|
|
9
|
+
if (e && e.__esModule) return e;
|
|
10
|
+
var n = Object.create(null);
|
|
11
|
+
if (e) {
|
|
12
|
+
Object.keys(e).forEach(function (k) {
|
|
13
|
+
if (k !== 'default') {
|
|
14
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
15
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return e[k]; }
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n["default"] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
var _path;
|
|
29
|
+
var _excluded = ["title", "titleId"];
|
|
30
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
31
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
32
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
33
|
+
var SvgCautionTriangle = function SvgCautionTriangle(_ref) {
|
|
34
|
+
var title = _ref.title,
|
|
35
|
+
titleId = _ref.titleId,
|
|
36
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
37
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
38
|
+
width: 17,
|
|
39
|
+
height: 16,
|
|
40
|
+
viewBox: "0 0 17 16",
|
|
41
|
+
fill: "none",
|
|
42
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
43
|
+
"aria-labelledby": titleId
|
|
44
|
+
}, props), title ? /*#__PURE__*/React__namespace.createElement("title", {
|
|
45
|
+
id: titleId
|
|
46
|
+
}, title) : null, _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
|
|
47
|
+
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
49
|
+
d: "M6.335 1.917c.962-1.667 3.368-1.667 4.33 0l5.774 10c.962 1.666-.241 3.75-2.166 3.75H2.726c-1.924 0-3.127-2.084-2.165-3.75l5.774-10Zm2.887.833a.833.833 0 0 0-1.444 0l-5.773 10A.833.833 0 0 0 2.726 14h11.547a.833.833 0 0 0 .722-1.25l-5.773-10ZM8.5 5.667c.46 0 .833.373.833.833v1.667a.833.833 0 0 1-1.666 0V6.5c0-.46.373-.833.833-.833ZM7.667 11.5c0-.46.373-.833.833-.833h.008a.833.833 0 1 1 0 1.666H8.5a.833.833 0 0 1-.833-.833Z",
|
|
50
|
+
fill: "#DD8500"
|
|
51
|
+
})));
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
exports.ReactComponent = SvgCautionTriangle;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
var _path;
|
|
5
|
+
var _excluded = ["title", "titleId"];
|
|
6
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
7
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
8
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
9
|
+
var SvgCautionTriangle = function SvgCautionTriangle(_ref) {
|
|
10
|
+
var title = _ref.title,
|
|
11
|
+
titleId = _ref.titleId,
|
|
12
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
13
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
14
|
+
width: 17,
|
|
15
|
+
height: 16,
|
|
16
|
+
viewBox: "0 0 17 16",
|
|
17
|
+
fill: "none",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
"aria-labelledby": titleId
|
|
20
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
21
|
+
id: titleId
|
|
22
|
+
}, title) : null, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M6.335 1.917c.962-1.667 3.368-1.667 4.33 0l5.774 10c.962 1.666-.241 3.75-2.166 3.75H2.726c-1.924 0-3.127-2.084-2.165-3.75l5.774-10Zm2.887.833a.833.833 0 0 0-1.444 0l-5.773 10A.833.833 0 0 0 2.726 14h11.547a.833.833 0 0 0 .722-1.25l-5.773-10ZM8.5 5.667c.46 0 .833.373.833.833v1.667a.833.833 0 0 1-1.666 0V6.5c0-.46.373-.833.833-.833ZM7.667 11.5c0-.46.373-.833.833-.833h.008a.833.833 0 1 1 0 1.666H8.5a.833.833 0 0 1-.833-.833Z",
|
|
26
|
+
fill: "#DD8500"
|
|
27
|
+
})));
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { SvgCautionTriangle as ReactComponent };
|