@privy-io/react-auth 2.0.4 → 2.0.5

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.
Files changed (89) hide show
  1. package/dist/cjs/actions/importWallet.js +1 -1
  2. package/dist/cjs/client.js +1 -1
  3. package/dist/cjs/components/LoginModal.js +1 -1
  4. package/dist/cjs/config.js +1 -1
  5. package/dist/cjs/connectors/embeddedProvider.js +1 -1
  6. package/dist/cjs/connectors/index.js +1 -1
  7. package/dist/cjs/connectors/solana/toSolanaWalletConnectors.js +1 -1
  8. package/dist/cjs/constants.js +1 -1
  9. package/dist/cjs/embedded-wallets/EmbeddedWalletIframe.js +1 -1
  10. package/dist/cjs/embedded-wallets/eventCallbacksQueue.js +1 -1
  11. package/dist/cjs/embedded-wallets/solana/provider.js +1 -1
  12. package/dist/cjs/hooks/internal-context.js +1 -1
  13. package/dist/cjs/hooks/privy-provider.js +1 -1
  14. package/dist/cjs/hooks/useEmbeddedWalletCreate.js +1 -1
  15. package/dist/cjs/hooks/useImportSolanaWallet.js +1 -1
  16. package/dist/cjs/hooks/useImportWallet.js +1 -1
  17. package/dist/cjs/hooks/useUser.js +1 -0
  18. package/dist/cjs/index.js +1 -1
  19. package/dist/cjs/lib/abstract-smart-wallets.js +1 -1
  20. package/dist/cjs/lib/funding/index.js +1 -1
  21. package/dist/cjs/lib/funding/moonpay/index.js +1 -1
  22. package/dist/cjs/lib/funding/moonpay/triggerMoonpayFlow.js +1 -1
  23. package/dist/cjs/lib/funding/prepareFundingMethods.js +1 -1
  24. package/dist/cjs/lib/funding/prepareFundingModalData.js +1 -1
  25. package/dist/cjs/paths.js +1 -1
  26. package/dist/cjs/privy-provider-BJZXBWyw.js +3 -0
  27. package/dist/cjs/screens/EmbeddedWalletPasswordUpdateScreen.js +1 -1
  28. package/dist/cjs/screens/Funding/FundingMethodSelectionScreen.js +1 -1
  29. package/dist/cjs/screens/LandingScreen/ConnectOrCreateScreen.js +1 -1
  30. package/dist/cjs/screens/LandingScreen/CustomLandingScreenView.js +1 -1
  31. package/dist/cjs/screens/LandingScreen/LandingScreen.js +1 -1
  32. package/dist/cjs/screens/LandingScreen/LandingScreenView.js +1 -1
  33. package/dist/cjs/screens/LandingScreen/PasskeyLink.js +1 -1
  34. package/dist/cjs/screens/Recovery/SetAutomaticRecoveryScreen.js +1 -1
  35. package/dist/cjs/session.js +1 -1
  36. package/dist/dts/farcaster.d.mts +1 -1
  37. package/dist/dts/farcaster.d.ts +1 -1
  38. package/dist/dts/index.d.mts +28 -6
  39. package/dist/dts/index.d.ts +28 -6
  40. package/dist/dts/smart-wallets.d.mts +1 -1
  41. package/dist/dts/smart-wallets.d.ts +1 -1
  42. package/dist/dts/solana.d.mts +4 -4
  43. package/dist/dts/solana.d.ts +4 -4
  44. package/dist/dts/{types-CyPM8Lj_.d.mts → types-DQ7QKE2m.d.mts} +9 -0
  45. package/dist/dts/{types-CyPM8Lj_.d.ts → types-DQ7QKE2m.d.ts} +9 -0
  46. package/dist/dts/ui.d.mts +1 -1
  47. package/dist/dts/ui.d.ts +1 -1
  48. package/dist/dts/{useSolanaWallets-lHWYp_2Q.d.mts → useSolanaWallets-C61-2PbZ.d.mts} +1 -1
  49. package/dist/dts/{useSolanaWallets-lHWYp_2Q.d.ts → useSolanaWallets-C61-2PbZ.d.ts} +1 -1
  50. package/dist/esm/actions/importWallet.mjs +1 -1
  51. package/dist/esm/client.mjs +1 -1
  52. package/dist/esm/components/LoginModal.mjs +1 -1
  53. package/dist/esm/config.mjs +1 -1
  54. package/dist/esm/connectors/embeddedProvider.mjs +1 -1
  55. package/dist/esm/connectors/index.mjs +1 -1
  56. package/dist/esm/connectors/solana/toSolanaWalletConnectors.mjs +1 -1
  57. package/dist/esm/constants.mjs +1 -1
  58. package/dist/esm/embedded-wallets/EmbeddedWalletIframe.mjs +2 -2
  59. package/dist/esm/embedded-wallets/eventCallbacksQueue.mjs +1 -1
  60. package/dist/esm/embedded-wallets/solana/provider.mjs +1 -1
  61. package/dist/esm/hooks/internal-context.mjs +1 -1
  62. package/dist/esm/hooks/privy-provider.mjs +1 -1
  63. package/dist/esm/hooks/useEmbeddedWalletCreate.mjs +1 -1
  64. package/dist/esm/hooks/useImportSolanaWallet.mjs +1 -1
  65. package/dist/esm/hooks/useImportWallet.mjs +1 -1
  66. package/dist/esm/hooks/useUser.mjs +1 -0
  67. package/dist/esm/index.mjs +1 -1
  68. package/dist/esm/lib/abstract-smart-wallets.mjs +1 -1
  69. package/dist/esm/lib/funding/index.mjs +1 -1
  70. package/dist/esm/lib/funding/moonpay/index.mjs +1 -1
  71. package/dist/esm/lib/funding/moonpay/triggerMoonpayFlow.mjs +1 -1
  72. package/dist/esm/lib/funding/prepareFundingMethods.mjs +1 -1
  73. package/dist/esm/lib/funding/prepareFundingModalData.mjs +1 -1
  74. package/dist/esm/paths.mjs +1 -1
  75. package/dist/esm/privy-provider-SxHxPcTS.mjs +3 -0
  76. package/dist/esm/screens/EmbeddedWalletPasswordUpdateScreen.mjs +1 -1
  77. package/dist/esm/screens/Funding/FundingMethodSelectionScreen.mjs +1 -1
  78. package/dist/esm/screens/LandingScreen/ConnectOrCreateScreen.mjs +1 -1
  79. package/dist/esm/screens/LandingScreen/CustomLandingScreenView.mjs +1 -1
  80. package/dist/esm/screens/LandingScreen/LandingScreen.mjs +1 -1
  81. package/dist/esm/screens/LandingScreen/LandingScreenView.mjs +1 -1
  82. package/dist/esm/screens/LandingScreen/PasskeyLink.mjs +1 -1
  83. package/dist/esm/screens/Recovery/SetAutomaticRecoveryScreen.mjs +1 -1
  84. package/dist/esm/session.mjs +1 -1
  85. package/package.json +3 -3
  86. package/dist/cjs/lib/funding/coinbase/isSupportedChainIdForCoinbaseOnramp.js +0 -1
  87. package/dist/cjs/privy-provider-CQFl2tPf.js +0 -3
  88. package/dist/esm/lib/funding/coinbase/isSupportedChainIdForCoinbaseOnramp.mjs +0 -1
  89. package/dist/esm/privy-provider-DOccla45.mjs +0 -3
@@ -1 +1 @@
1
- import"uuid";import"./accessToken.mjs";import"./client/user.mjs";export{a as PrivyClient}from"./privy-provider-DOccla45.mjs";import"./constants.mjs";import"./errors.mjs";import"./http.mjs";import"./lib/smart-wallet-helpers.mjs";import"./passkeys/transformOptionsToCamelCase.mjs";import"./paths.mjs";import"./session.mjs";import"./storage.mjs";import"./token.mjs";import"jose";import"viem/utils";import"react/jsx-runtime";import"mipd";import"react";import"react-device-detect";import"./auth-flows/custom-jwt-account.mjs";import"ofetch";import"./auth-flows/email.mjs";import"./auth-flows/getUiHeader.mjs";import"./auth-flows/farcaster.mjs";import"./connectors/walletconnect-registry.mjs";import"./utils/index.mjs";import"./connectors/get-legacy-injected-providers.mjs";import"./connectors/is-wallet-installed.mjs";import"./utils/eth/getPublicClient.mjs";import"viem";import"./effect.mjs";import"./auth-flows/guest.mjs";import"./crypto.mjs";import"./auth-flows/passkey.mjs";import"./auth-flows/siwe.mjs";import"./lib/siwe.mjs";import"./auth-flows/siws.mjs";import"./lib/siws.mjs";import"./auth-flows/sms.mjs";import"./auth-flows/telegram.mjs";import"./hooks/captcha-context.mjs";import"./hooks/index.mjs";import"eventemitter3";import"./connectors/coinbase.mjs";import"@coinbase/wallet-sdk";import"./svg/coinbase-wallet.mjs";import"./connectors/chains/index.mjs";import"./connectors/chains/arbitrum.mjs";import"./connectors/chains/arbitrumSepolia.mjs";import"./connectors/chains/avalanche.mjs";import"./connectors/chains/avalancheFuji.mjs";import"./connectors/chains/base.mjs";import"./connectors/chains/baseSepolia.mjs";import"./connectors/chains/berachainArtio.mjs";import"./connectors/chains/celo.mjs";import"./connectors/chains/celoAlfajores.mjs";import"./connectors/chains/filecoin.mjs";import"./connectors/chains/filecoinCalibration.mjs";import"./connectors/chains/garnetHolesky.mjs";import"./connectors/chains/holesky.mjs";import"./connectors/chains/linea.mjs";import"./connectors/chains/lineaTestnet.mjs";import"./connectors/chains/lukso.mjs";import"./connectors/chains/mainnet.mjs";import"./connectors/chains/optimism.mjs";import"./connectors/chains/optimismSepolia.mjs";import"./connectors/chains/polygon.mjs";import"./connectors/chains/polygonAmoy.mjs";import"./connectors/chains/redstone.mjs";import"./connectors/chains/sepolia.mjs";import"./connectors/chains/zora.mjs";import"./connectors/chains/zoraSepolia.mjs";import"./connectors/chains/zoraTestnet.mjs";import"./connectors/errors.mjs";import"@privy-io/js-sdk-core";import"./connectors/ethereum/index.mjs";import"./connectors/areWalletArraysEqual.mjs";import"./connectors/isBaseConnectedEthereumWallet.mjs";import"./connectors/base.mjs";import"./connectors/getRpcTimeout.mjs";import"./connectors/privyProxyProvider.mjs";import"./connectors/embedded.mjs";import"./svg/blobby.mjs";import"./embedded-wallets/rpc/types.mjs";import"./components/Captcha.mjs";import"@marsidev/react-turnstile";import"./components/LoginModal.mjs";import"styled-components";import"./configuration/context.mjs";import"./config.mjs";import"./configuration/defaultClientConfig.mjs";import"./configuration/login-methods.mjs";import"./configuration/wallets.mjs";import"./connectors/chains/utils.mjs";import"./lib/solana/index.mjs";import"./theme.mjs";import"tinycolor2";import"./lib/cybr53.mjs";import"./hooks/internal-context.mjs";import"./hooks/modal-context.mjs";import"./components/PrefetchedImage.mjs";import"./screens/index.mjs";import"./hooks/privy-context.mjs";import"./hooks/useElementHeight.mjs";import"./hooks/useRegisterMfaListener.mjs";import"./hooks/events-context.mjs";import"./screens/AccountNotFoundScreen.mjs";import"@heroicons/react/24/outline/QuestionMarkCircleIcon";import"./components/Button.mjs";import"./components/Loader.mjs";import"./components/CircleBackground.mjs";import"./components/ModalHeader.mjs";import"@heroicons/react/24/outline/ArrowLeftIcon";import"@heroicons/react/24/outline/ArrowRightIcon";import"@heroicons/react/24/outline/XMarkIcon";import"./components/layout/StackedContainer.mjs";import"./screens/LandingScreen/styles.mjs";import"./screens/AccountTransferScreen/LinkConflictScreen.mjs";import"@heroicons/react/24/outline/ExclamationTriangleIcon";import"@heroicons/react/24/outline/WalletIcon";import"./components/CircleBorder.mjs";import"./components/ModalFooter.mjs";import"./svg/protected-by-privy.mjs";import"./components/ui/wallet/Address.mjs";import"@heroicons/react/24/outline/CheckIcon";import"@heroicons/react/24/outline/Square2StackIcon";import"./lib/capitalizeFirstLetter.mjs";import"./svg/circle-alert.mjs";import"./screens/AccountTransferScreen/AccountTransferButton.mjs";import"./screens/AccountTransferScreen/EmbeddedWalletInfoView.mjs";import"./screens/AccountTransferScreen/styled.mjs";import"@heroicons/react/24/outline/ExclamationCircleIcon";import"./screens/AffirmativeConsentScreen.mjs";import"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import"@heroicons/react/24/solid/DocumentCheckIcon";import"./screens/MfaScreens/StyledComponents.mjs";import"./screens/AllowlistRejectionScreen.mjs";import"./svg/lock-closed.mjs";import"./screens/AwaitingPasswordlessCodeScreen.mjs";import"@heroicons/react/20/solid/CheckIcon";import"@heroicons/react/24/outline/EnvelopeIcon";import"@heroicons/react/24/outline/PhoneIcon";import"./components/Layouts.mjs";import"./components/ScreenHeader.mjs";import"./screens/CaptchaScreen.mjs";import"@heroicons/react/24/solid/CheckCircleIcon";import"@heroicons/react/24/solid/XCircleIcon";import"./components/WrappedLoader.mjs";import"./screens/ConnectOnlyAuthenticatedScreen.mjs";import"./screens/LandingScreen/WalletButtonList.mjs";import"./screens/LandingScreen/EmptyWalletView.mjs";import"./screens/LandingScreen/WalletButton.mjs";import"./components/external-wallets/InjectedWalletIcon.mjs";import"./components/ui/chips/Chip.mjs";import"./components/ui/animation/LoadingSkeleton.mjs";import"./lib/external-wallets/displayHelpers.mjs";import"./svg/brave-browser-icon.mjs";import"./svg/bybit.mjs";import"./svg/cryptocom.mjs";import"./svg/metamask.mjs";import"./svg/phantom.mjs";import"./svg/rabby.mjs";import"./svg/rainbow.mjs";import"./svg/safe.mjs";import"./svg/uniswap.mjs";import"./svg/universal-profile.mjs";import"./svg/wallet-connect.mjs";import"./svg/zerion.mjs";import"./lib/isEmbeddedWebview.mjs";import"./recent-login/context.mjs";import"./screens/ConnectOnlyLandingScreen.mjs";import"./screens/ConnectOnlyStatusScreen.mjs";import"./svg/browser-extension-wallet-icon.mjs";import"./screens/ConnectionStatusScreen.mjs";import"./connectors/userAlreadyHasConnectedCoinbaseWallet.mjs";import"./connectors/walletconnect-v2.mjs";import"@walletconnect/ethereum-provider";import"./hook-utils/useInterval.mjs";import"./lib/useHasTabbedAway.mjs";import"./screens/CrossAppAuthScreen.mjs";import"./components/ProviderAppLogo.mjs";import"./hooks/useLogout.mjs";import"./screens/DelegatedActionsConsentScreen.mjs";import"@heroicons/react/24/outline/CheckCircleIcon";import"@heroicons/react/24/outline/CloudArrowUpIcon";import"./components/ui/wallet/WalletInfoCard.mjs";import"./components/ui/layout/Column.mjs";import"./components/ui/typography/ErrorMessage.mjs";import"./components/ui/typography/LabelXs.mjs";import"./components/ui/wallet/shared.mjs";import"./screens/DelegatedActionsRevokeScreen.mjs";import"@heroicons/react/24/outline/NoSymbolIcon";import"./screens/EmbeddedWalletConnectingScreen.mjs";import"./components/primitives/LoadingSpinner/index.mjs";import"./embedded-wallets/errors.mjs";import"./embedded-wallets/types.mjs";import"./lib/embeddedWalletRecovery.mjs";import"./lib/pkce.mjs";import"./screens/EmbeddedWalletCreatedScreen.mjs";import"./screens/EmbeddedWalletKeyExportScreen.mjs";import"./components/ui/banners/WarningBanner.mjs";import"./components/ui/typography/Subtitle.mjs";import"./components/ui/typography/Title.mjs";import"./screens/EmbeddedWalletOnAccountCreateScreen.mjs";import"./hooks/useEmbeddedWalletCreate.mjs";import"./screens/EmbeddedWalletPasswordUpdateScreen.mjs";import"./password.mjs";import"fast-password-entropy";import"secure-password-utilities";import"secure-password-utilities/wordlists";import"./components/embedded-wallets/SetWalletPasswordForm/SetWalletPasswordForm.mjs";import"./components/embedded-wallets/SetWalletPasswordForm/ConfimWalletPasswordForm.mjs";import"./components/embedded-wallets/SetWalletPasswordForm/shared.mjs";import"@heroicons/react/24/outline/ArrowPathIcon";import"@heroicons/react/24/outline/EyeIcon";import"@heroicons/react/24/outline/EyeSlashIcon";import"./components/embedded-wallets/SetWalletPasswordForm/ConfimWalletPasswordSaved.mjs";import"./components/Checkbox.mjs";import"./components/embedded-wallets/SetWalletPasswordForm/CreateWalletPassword.mjs";import"@heroicons/react/24/outline/KeyIcon";import"./components/embedded-wallets/SetWalletPasswordForm/SaveWalletPassword.mjs";import"@heroicons/react/24/outline/ArrowDownTrayIcon";import"@heroicons/react/24/outline/ClipboardDocumentCheckIcon";import"@heroicons/react/24/outline/DocumentDuplicateIcon";import"./components/embedded-wallets/SetWalletPasswordForm/SetWalletPasswordComplete.mjs";import"./components/embedded-wallets/SetWalletPasswordForm/setWalletPassword.hooks.mjs";import"./screens/EmbeddedWalletPasswordUpdateSplashScreen.mjs";import"@heroicons/react/24/outline/UserCircleIcon";import"@heroicons/react/24/solid/LockClosedIcon";import"./screens/ErrorScreen.mjs";import"./screens/FarcasterConnectStatusScreen.mjs";import"./components/CopyToClipboard.mjs";import"./svg/checkmark.mjs";import"./svg/copy.mjs";import"./components/OpenLink.mjs";import"./components/QrCode.mjs";import"qrcode";import"./svg/black-rounded-square.mjs";import"./svg/farcaster.mjs";import"./screens/FarcasterSignerStatusScreen.mjs";import"./screens/Funding/AwaitingEvmToSolBridgingScreen.mjs";import"./components/embedded-wallets/FundWalletMethodHeader.mjs";import"./components/primitives/NeutralSpinner/index.mjs";import"./hooks/useGetTokenPrice.mjs";import"./hooks/useGetSolPrice.mjs";import"./hooks/useWallets.mjs";import"./lib/funding/analytics.mjs";import"./lib/funding/reservoir.mjs";import"./lib/solana/transaction.mjs";import"./utils/buffer/readBigInt64LE.mjs";import"./lib/wallets/actions/getBalanceForChains.mjs";import"./plugins/context/PrivyPluginContext.mjs";import"./plugins/solana-funding/id.mjs";import"./screens/Funding/BridgeNetworkSelectionView.mjs";import"./components/ui/layout/Row.mjs";import"./components/ui/typography/LabelSm.mjs";import"./components/ui/wallet/NetworkBalanceCard.mjs";import"./components/ui/typography/Value.mjs";import"./components/ui/wallet/NetworkIcon.mjs";import"@heroicons/react/24/outline/GlobeAltIcon";import"./components/ui/icons/Arbitum.mjs";import"./components/ui/icons/Avalanche.mjs";import"./components/ui/icons/Base.mjs";import"./components/ui/icons/Celo.mjs";import"./components/ui/icons/Linea.mjs";import"./components/ui/icons/Mainnnet.mjs";import"./components/ui/icons/Optimism.mjs";import"./components/ui/icons/Polygon.mjs";import"./components/ui/icons/Solana.mjs";import"./components/ui/icons/Zora.mjs";import"./components/ui/wallet/NetworkSelectorPanel.mjs";import"@headlessui/react";import"@heroicons/react/24/outline/ChevronDownIcon";import"./lib/ethers.mjs";import"./screens/Funding/styles.mjs";import"./screens/LinkPasskeyScreen.mjs";import"@heroicons/react/24/outline/ClockIcon";import"@heroicons/react/24/outline/TrashIcon";import"@heroicons/react/24/solid/CheckBadgeIcon";import"./svg/face-id.mjs";import"./svg/fingerprint.mjs";import"./screens/Funding/TransferOrBridgeLoadingScreen.mjs";import"./screens/Funding/AwaitingExternalSolanaTransferScreen.mjs";import"./hooks/solana/useSolanaWallets.mjs";import"./screens/Funding/AwaitingExternalTransferScreen.mjs";import"./lib/erc20/actions/abis/transfer.mjs";import"./lib/erc20/formatErc20TokenAmount.mjs";import"./lib/wallets/actions/getErc20Balance.mjs";import"./screens/Funding/AwaitingSolToEvmBridgingScreen.mjs";import"./screens/Funding/CoinbaseOnrampStatusScreen.mjs";import"@heroicons/react/24/solid/ArrowsRightLeftIcon";import"./screens/Funding/FundingEditAmountScreen.mjs";import"./screens/Funding/FundingMethodSelectionScreen.mjs";import"@heroicons/react/24/outline/CreditCardIcon";import"@heroicons/react/24/outline/QrCodeIcon";import"./components/ui/banners/ErrorBanner.mjs";import"./components/ui/banners/InfoBanner.mjs";import"@heroicons/react/24/outline/InformationCircleIcon";import"./components/ui/icons/ApplePay.mjs";import"./components/ui/icons/GooglePay.mjs";import"./hook-utils/useAsyncValue.mjs";import"./icons/WalletCards.mjs";import"./lib/erc20/actions/getErc20TokenInfo.mjs";import"./lib/funding/prepareFundingMethods.mjs";import"./lib/funding/coinbase/isSupportedChainIdForCoinbaseOnramp.mjs";import"./lib/funding/coinbase/triggerCoinbaseFlow.mjs";import"./lib/popup/triggerPopup.mjs";import"./lib/funding/coinbase/toCoinbaseBlockchainFromChainId.mjs";import"./lib/funding/moonpay/index.mjs";import"./lib/funding/moonpay/triggerMoonpayFlow.mjs";import"./payment-request/isPaymentRequestAvailable.mjs";import"./screens/Funding/ManualTransferScreen.mjs";import"./hooks/useWalletBalance.mjs";import"./screens/Funding/MoonpayStatusScreen.mjs";import"./svg/moonpay.mjs";import"./screens/Funding/TransferFromWalletScreen.mjs";import"./screens/LandingScreen/WalletOverflowButton.mjs";import"@heroicons/react/24/outline/ChevronRightIcon";import"./screens/InAppBrowserLoginNotPossible.mjs";import"./screens/InstallPhantomScreen.mjs";import"./components/TodoList.mjs";import"./svg/check-badge.mjs";import"./screens/LandingScreen/ConnectOrCreateScreen.mjs";import"./screens/LandingScreen/CustomLandingScreenView.mjs";import"./lib/toDisplayFromAccountType.mjs";import"./screens/LandingScreen/AppLogoHeader.mjs";import"./components/AppLogo.mjs";import"./screens/LandingScreen/CrossAppButton.mjs";import"./screens/LandingScreen/EmailButton.mjs";import"./components/ConnectEmailForm.mjs";import"./components/ui/forms/EmailInputForm.mjs";import"./screens/LandingScreen/FarcasterButton.mjs";import"./screens/LandingScreen/PasskeyLink.mjs";import"./screens/LandingScreen/SmsButton.mjs";import"./components/ConnectPhoneForm.mjs";import"./components/PhoneCountryDropdown.mjs";import"./screens/LandingScreen/SocialButton.mjs";import"./svg/apple.mjs";import"./svg/discord.mjs";import"./svg/github.mjs";import"./svg/google.mjs";import"./svg/instagram.mjs";import"./svg/linkedin.mjs";import"./svg/spotify.mjs";import"./svg/tiktok.mjs";import"./svg/twitter.mjs";import"./screens/LandingScreen/TelegramButton.mjs";import"./svg/telegram.mjs";import"./screens/LandingScreen/Web2OverflowButton.mjs";import"./screens/LandingScreen/LandingScreenView.mjs";import"./svg/email-or-phone.mjs";import"./screens/LandingScreen/LandingScreen.mjs";import"./screens/LinkEmailScreen.mjs";import"./screens/LinkPhoneScreen.mjs";import"./screens/LinkWalletScreen.mjs";import"./screens/LoginFailedScreen.mjs";import"./svg/error-circle.mjs";import"./screens/MfaScreens/MfaEnrollmentFlowScreen.mjs";import"@heroicons/react/24/outline/ShieldCheckIcon";import"@heroicons/react/24/solid/IdentificationIcon";import"./hooks/useMfa.mjs";import"./hooks/useMfaEnrollment.mjs";import"./svg/mfa-shield.mjs";import"./screens/MfaScreens/EnrollLandingScreen.mjs";import"@heroicons/react/24/outline/DevicePhoneMobileIcon";import"@heroicons/react/24/outline/FingerPrintIcon";import"@heroicons/react/24/outline/MinusCircleIcon";import"./screens/MfaScreens/EnrollPasskey.mjs";import"@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon";import"./screens/MfaScreens/EnrollSms.mjs";import"./components/PinInput.mjs";import"./screens/MfaScreens/EnrollTotp.mjs";import"./svg/qr-codes.mjs";import"@heroicons/react/24/solid/ShieldCheckIcon";import"./screens/MfaScreens/MfaVerifyFlowScreen.mjs";import"./components/embedded-wallets/TransactionDetailsWrapper.mjs";import"./lib/viem/prepareTransactionRequest.mjs";import"./lib/viem/toViemTransactionSerializable.mjs";import"./components/embedded-wallets/TransactionDetails.mjs";import"./components/embedded-wallets/DisplayInfoItem.mjs";import"./components/embedded-wallets/PriceDisplay.mjs";import"./components/embedded-wallets/TransactionTotal.mjs";import"./components/primitives/Accordion/index.mjs";import"./components/primitives/Accordion/AccordionContext.mjs";import"./components/embedded-wallets/WalletLink.mjs";import"./screens/MfaScreens/VerifyWithPasskey.mjs";import"@heroicons/react/24/outline/CalendarIcon";import"./screens/OAuthStatusScreen.mjs";import"./auth-flows/oauth/getDisplayForProvider.mjs";import"./svg/globe.mjs";import"./auth-flows/oauth/getOAuthErrorMessage.mjs";import"./auth-flows/oauth/stripUrlOAuthParamsAndRemoveStateCode.mjs";import"./screens/PasskeySelectSignupOrLogin.mjs";import"./screens/PasskeyStatusScreen.mjs";import"./screens/PhantomInterstitialScreen.mjs";import"./connectors/phantom-redirect.mjs";import"./screens/Recovery/PasswordRecoveryScreen.mjs";import"./screens/Recovery/RecoveryOAuthStatusScreen.mjs";import"./svg/apple-icloud.mjs";import"./svg/google-drive.mjs";import"./screens/Recovery/styles.mjs";import"./screens/Recovery/RecoveryPasswordCreateScreen.mjs";import"./screens/Recovery/RecoverySelectionScreen.mjs";import"@heroicons/react/24/outline/LockClosedIcon";import"@heroicons/react/24/outline/PencilSquareIcon";import"./screens/Recovery/SetAutomaticRecoveryScreen.mjs";import"./components/ui/icons/WithCircleBorder.mjs";import"./screens/SendSolanaTransactionScreen/SendSolanaTransactionScreen.mjs";import"./embedded-wallets/solana/transaction.mjs";import"./screens/SendTransactionScreen/SendTransactionScreenView.mjs";import"@heroicons/react/24/outline";import"./screens/SendTransactionScreen/TransactionDetail.mjs";import"./screens/SendTransactionScreen/useTransactionDetails.mjs";import"./screens/SendTransactionScreen/TransactionErrorView.mjs";import"@heroicons/react/24/outline/ClipboardDocumentIcon";import"./screens/SendSolanaTransactionScreen/SolanaTransactionReceiptView.mjs";import"./components/embedded-wallets/SolanaTransactionDetails.mjs";import"./screens/SendTransactionScreen/SendTransactionScreen.mjs";import"./embedded-wallets/rpc/index.mjs";import"./screens/SendTransactionScreen/TransactionReceiptView.mjs";import"./screens/SendTransactionScreen/getStaticTransactionMetadata.mjs";import"./lib/deployAccount/actions/abis/deployAccount.mjs";import"./lib/erc20/actions/abis/approve.mjs";import"./lib/erc721/actions/abis/mint.mjs";import"./lib/erc721/actions/abis/safeTransferFrom.mjs";import"./lib/erc721/actions/abis/setApprovalForAll.mjs";import"./lib/erc721/actions/abis/transferFrom.mjs";import"./lib/erc1155/actions/abis/safeBatchTransferFrom.mjs";import"./lib/erc1155/actions/abis/safeTransferFrom.mjs";import"./screens/SendTransactionScreen/usePrepareTransaction.mjs";import"./screens/SignRequestScreen.mjs";import"./components/embedded-wallets/StyledLogo.mjs";import"./screens/TelegramAuthScreen.mjs";import"./screens/UpdateEmailScreen.mjs";import"./components/UpdateEmailForm.mjs";import"./screens/UpdatePhoneScreen.mjs";import"./screens/UserLimitReachedScreen.mjs";import"./svg/alert-circle.mjs";import"./styles.mjs";import"./cssNormalize.mjs";import"./components/Dialog.mjs";import"./components/TelegramLoginButton.mjs";import"./connectors/solana/index.mjs";import"./types.mjs";import"./embedded-wallets/EmbeddedWalletIframe.mjs";import"./embedded-wallets/eventCallbacksQueue.mjs";import"./embedded-wallets/invokeWithMfa.mjs";import"./embedded-wallets/delegated-actions.mjs";import"./lib/caip2.mjs";import"./lib/cross-app/index.mjs";import"./lib/cross-app/authFlow.mjs";import"./auth-flows/cross-app.mjs";import"./lib/cross-app/popupCrossAppAuthFlow.mjs";import"./lib/cross-app/sendCrossAppRequest.mjs";import"./lib/funding/index.mjs";import"./lib/funding/prepareFundingModalData.mjs";import"./lib/funding/filterSupportedOptions.mjs";import"./lib/funding/usdc.mjs";import"./lib/funding/isFundingEnabled.mjs";import"./lib/popupOAuthFlow.mjs";import"./passkeys/transformResponseToSnakeCase.mjs";import"./auth-flows/oauth/detectCompletingOAuthFlow.mjs";import"./auth-flows/oauth/getIsHeadlessOAuthFlowInProgress.mjs";import"./auth-flows/oauth/OAuthFlow.mjs";import"./connectors/providerTypes.mjs";import"./connectors/injected.mjs";import"./connectors/metamask.mjs";import"./connectors/phantom.mjs";import"./connectors/ethereum/EthereumNullConnector.mjs";import"./connectors/phantom-solana.mjs";import"./connectors/solana/SolanaNullConnector.mjs";import"js-cookie";import"./auth-flows/authFlowToAuthenticateMethod.mjs";import"./cookies.mjs";import"./hooks/useIdentityToken.mjs";import"zustand";
1
+ import"uuid";import"./accessToken.mjs";import"./client/user.mjs";export{a as PrivyClient}from"./privy-provider-SxHxPcTS.mjs";import"./constants.mjs";import"./errors.mjs";import"./http.mjs";import"./lib/smart-wallet-helpers.mjs";import"./passkeys/transformOptionsToCamelCase.mjs";import"./paths.mjs";import"./session.mjs";import"./storage.mjs";import"./token.mjs";import"jose";import"viem/utils";import"react/jsx-runtime";import"mipd";import"react";import"react-device-detect";import"./auth-flows/custom-jwt-account.mjs";import"ofetch";import"./auth-flows/email.mjs";import"./auth-flows/getUiHeader.mjs";import"./auth-flows/farcaster.mjs";import"./connectors/walletconnect-registry.mjs";import"./utils/index.mjs";import"./connectors/get-legacy-injected-providers.mjs";import"./connectors/is-wallet-installed.mjs";import"./utils/eth/getPublicClient.mjs";import"viem";import"./effect.mjs";import"./auth-flows/guest.mjs";import"./crypto.mjs";import"./auth-flows/passkey.mjs";import"./auth-flows/siwe.mjs";import"./lib/siwe.mjs";import"./auth-flows/siws.mjs";import"./lib/siws.mjs";import"./auth-flows/sms.mjs";import"./auth-flows/telegram.mjs";import"./hooks/captcha-context.mjs";import"./hooks/index.mjs";import"eventemitter3";import"./connectors/coinbase.mjs";import"@coinbase/wallet-sdk";import"./svg/coinbase-wallet.mjs";import"./connectors/chains/index.mjs";import"./connectors/chains/arbitrum.mjs";import"./connectors/chains/arbitrumSepolia.mjs";import"./connectors/chains/avalanche.mjs";import"./connectors/chains/avalancheFuji.mjs";import"./connectors/chains/base.mjs";import"./connectors/chains/baseSepolia.mjs";import"./connectors/chains/berachainArtio.mjs";import"./connectors/chains/celo.mjs";import"./connectors/chains/celoAlfajores.mjs";import"./connectors/chains/filecoin.mjs";import"./connectors/chains/filecoinCalibration.mjs";import"./connectors/chains/garnetHolesky.mjs";import"./connectors/chains/holesky.mjs";import"./connectors/chains/linea.mjs";import"./connectors/chains/lineaTestnet.mjs";import"./connectors/chains/lukso.mjs";import"./connectors/chains/mainnet.mjs";import"./connectors/chains/optimism.mjs";import"./connectors/chains/optimismSepolia.mjs";import"./connectors/chains/polygon.mjs";import"./connectors/chains/polygonAmoy.mjs";import"./connectors/chains/redstone.mjs";import"./connectors/chains/sepolia.mjs";import"./connectors/chains/zora.mjs";import"./connectors/chains/zoraSepolia.mjs";import"./connectors/chains/zoraTestnet.mjs";import"./connectors/errors.mjs";import"@privy-io/js-sdk-core";import"./connectors/ethereum/index.mjs";import"./connectors/areWalletArraysEqual.mjs";import"./connectors/isBaseConnectedEthereumWallet.mjs";import"./connectors/base.mjs";import"./connectors/getRpcTimeout.mjs";import"./connectors/privyProxyProvider.mjs";import"./connectors/embedded.mjs";import"./svg/blobby.mjs";import"./embedded-wallets/rpc/types.mjs";import"./components/Captcha.mjs";import"@marsidev/react-turnstile";import"./components/LoginModal.mjs";import"styled-components";import"./configuration/context.mjs";import"./config.mjs";import"./configuration/defaultClientConfig.mjs";import"./configuration/login-methods.mjs";import"./configuration/wallets.mjs";import"./connectors/chains/utils.mjs";import"./lib/solana/index.mjs";import"./theme.mjs";import"tinycolor2";import"./lib/cybr53.mjs";import"./hooks/internal-context.mjs";import"./hooks/modal-context.mjs";import"./components/PrefetchedImage.mjs";import"./screens/index.mjs";import"./hooks/privy-context.mjs";import"./hooks/useElementHeight.mjs";import"./hooks/useRegisterMfaListener.mjs";import"./hooks/events-context.mjs";import"./screens/AccountNotFoundScreen.mjs";import"@heroicons/react/24/outline/QuestionMarkCircleIcon";import"./components/Button.mjs";import"./components/Loader.mjs";import"./components/CircleBackground.mjs";import"./components/ModalHeader.mjs";import"@heroicons/react/24/outline/ArrowLeftIcon";import"@heroicons/react/24/outline/ArrowRightIcon";import"@heroicons/react/24/outline/XMarkIcon";import"./components/layout/StackedContainer.mjs";import"./screens/LandingScreen/styles.mjs";import"./screens/AccountTransferScreen/LinkConflictScreen.mjs";import"@heroicons/react/24/outline/ExclamationTriangleIcon";import"@heroicons/react/24/outline/WalletIcon";import"./components/CircleBorder.mjs";import"./components/ModalFooter.mjs";import"./svg/protected-by-privy.mjs";import"./components/ui/wallet/Address.mjs";import"@heroicons/react/24/outline/CheckIcon";import"@heroicons/react/24/outline/Square2StackIcon";import"./lib/capitalizeFirstLetter.mjs";import"./svg/circle-alert.mjs";import"./screens/AccountTransferScreen/AccountTransferButton.mjs";import"./screens/AccountTransferScreen/EmbeddedWalletInfoView.mjs";import"./screens/AccountTransferScreen/styled.mjs";import"@heroicons/react/24/outline/ExclamationCircleIcon";import"./screens/AffirmativeConsentScreen.mjs";import"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import"@heroicons/react/24/solid/DocumentCheckIcon";import"./screens/MfaScreens/StyledComponents.mjs";import"./screens/AllowlistRejectionScreen.mjs";import"./svg/lock-closed.mjs";import"./screens/AwaitingPasswordlessCodeScreen.mjs";import"@heroicons/react/20/solid/CheckIcon";import"@heroicons/react/24/outline/EnvelopeIcon";import"@heroicons/react/24/outline/PhoneIcon";import"./components/Layouts.mjs";import"./components/ScreenHeader.mjs";import"./screens/CaptchaScreen.mjs";import"@heroicons/react/24/solid/CheckCircleIcon";import"@heroicons/react/24/solid/XCircleIcon";import"./components/WrappedLoader.mjs";import"./screens/ConnectOnlyAuthenticatedScreen.mjs";import"./screens/LandingScreen/WalletButtonList.mjs";import"./screens/LandingScreen/EmptyWalletView.mjs";import"./screens/LandingScreen/WalletButton.mjs";import"./components/external-wallets/InjectedWalletIcon.mjs";import"./components/ui/chips/Chip.mjs";import"./components/ui/animation/LoadingSkeleton.mjs";import"./lib/external-wallets/displayHelpers.mjs";import"./svg/brave-browser-icon.mjs";import"./svg/bybit.mjs";import"./svg/cryptocom.mjs";import"./svg/metamask.mjs";import"./svg/phantom.mjs";import"./svg/rabby.mjs";import"./svg/rainbow.mjs";import"./svg/safe.mjs";import"./svg/uniswap.mjs";import"./svg/universal-profile.mjs";import"./svg/wallet-connect.mjs";import"./svg/zerion.mjs";import"./lib/isEmbeddedWebview.mjs";import"./recent-login/context.mjs";import"./screens/ConnectOnlyLandingScreen.mjs";import"./screens/ConnectOnlyStatusScreen.mjs";import"./svg/browser-extension-wallet-icon.mjs";import"./screens/ConnectionStatusScreen.mjs";import"./connectors/userAlreadyHasConnectedCoinbaseWallet.mjs";import"./connectors/walletconnect-v2.mjs";import"@walletconnect/ethereum-provider";import"./hook-utils/useInterval.mjs";import"./lib/useHasTabbedAway.mjs";import"./screens/CrossAppAuthScreen.mjs";import"./components/ProviderAppLogo.mjs";import"./hooks/useLogout.mjs";import"./screens/DelegatedActionsConsentScreen.mjs";import"@heroicons/react/24/outline/CheckCircleIcon";import"@heroicons/react/24/outline/CloudArrowUpIcon";import"./components/ui/wallet/WalletInfoCard.mjs";import"./components/ui/layout/Column.mjs";import"./components/ui/typography/ErrorMessage.mjs";import"./components/ui/typography/LabelXs.mjs";import"./components/ui/wallet/shared.mjs";import"./screens/DelegatedActionsRevokeScreen.mjs";import"@heroicons/react/24/outline/NoSymbolIcon";import"./screens/EmbeddedWalletConnectingScreen.mjs";import"./components/primitives/LoadingSpinner/index.mjs";import"./embedded-wallets/errors.mjs";import"./embedded-wallets/types.mjs";import"./lib/embeddedWalletRecovery.mjs";import"./lib/pkce.mjs";import"./screens/EmbeddedWalletCreatedScreen.mjs";import"./screens/EmbeddedWalletKeyExportScreen.mjs";import"./components/ui/banners/WarningBanner.mjs";import"./components/ui/typography/Subtitle.mjs";import"./components/ui/typography/Title.mjs";import"./screens/EmbeddedWalletOnAccountCreateScreen.mjs";import"./hooks/useEmbeddedWalletCreate.mjs";import"./screens/EmbeddedWalletPasswordUpdateScreen.mjs";import"./password.mjs";import"fast-password-entropy";import"secure-password-utilities";import"secure-password-utilities/wordlists";import"./components/embedded-wallets/SetWalletPasswordForm/SetWalletPasswordForm.mjs";import"./components/embedded-wallets/SetWalletPasswordForm/ConfimWalletPasswordForm.mjs";import"./components/embedded-wallets/SetWalletPasswordForm/shared.mjs";import"@heroicons/react/24/outline/ArrowPathIcon";import"@heroicons/react/24/outline/EyeIcon";import"@heroicons/react/24/outline/EyeSlashIcon";import"./components/embedded-wallets/SetWalletPasswordForm/ConfimWalletPasswordSaved.mjs";import"./components/Checkbox.mjs";import"./components/embedded-wallets/SetWalletPasswordForm/CreateWalletPassword.mjs";import"@heroicons/react/24/outline/KeyIcon";import"./components/embedded-wallets/SetWalletPasswordForm/SaveWalletPassword.mjs";import"@heroicons/react/24/outline/ArrowDownTrayIcon";import"@heroicons/react/24/outline/ClipboardDocumentCheckIcon";import"@heroicons/react/24/outline/DocumentDuplicateIcon";import"./components/embedded-wallets/SetWalletPasswordForm/SetWalletPasswordComplete.mjs";import"./components/embedded-wallets/SetWalletPasswordForm/setWalletPassword.hooks.mjs";import"./screens/EmbeddedWalletPasswordUpdateSplashScreen.mjs";import"@heroicons/react/24/outline/UserCircleIcon";import"@heroicons/react/24/solid/LockClosedIcon";import"./screens/ErrorScreen.mjs";import"./screens/FarcasterConnectStatusScreen.mjs";import"./components/CopyToClipboard.mjs";import"./svg/checkmark.mjs";import"./svg/copy.mjs";import"./components/OpenLink.mjs";import"./components/QrCode.mjs";import"qrcode";import"./svg/black-rounded-square.mjs";import"./svg/farcaster.mjs";import"./screens/FarcasterSignerStatusScreen.mjs";import"./screens/Funding/AwaitingEvmToSolBridgingScreen.mjs";import"./components/embedded-wallets/FundWalletMethodHeader.mjs";import"./components/primitives/NeutralSpinner/index.mjs";import"./hooks/useGetTokenPrice.mjs";import"./hooks/useGetSolPrice.mjs";import"./hooks/useWallets.mjs";import"./lib/funding/analytics.mjs";import"./lib/funding/reservoir.mjs";import"./lib/solana/transaction.mjs";import"./utils/buffer/readBigInt64LE.mjs";import"./lib/wallets/actions/getBalanceForChains.mjs";import"./plugins/context/PrivyPluginContext.mjs";import"./plugins/solana-funding/id.mjs";import"./screens/Funding/BridgeNetworkSelectionView.mjs";import"./components/ui/layout/Row.mjs";import"./components/ui/typography/LabelSm.mjs";import"./components/ui/wallet/NetworkBalanceCard.mjs";import"./components/ui/typography/Value.mjs";import"./components/ui/wallet/NetworkIcon.mjs";import"@heroicons/react/24/outline/GlobeAltIcon";import"./components/ui/icons/Arbitum.mjs";import"./components/ui/icons/Avalanche.mjs";import"./components/ui/icons/Base.mjs";import"./components/ui/icons/Celo.mjs";import"./components/ui/icons/Linea.mjs";import"./components/ui/icons/Mainnnet.mjs";import"./components/ui/icons/Optimism.mjs";import"./components/ui/icons/Polygon.mjs";import"./components/ui/icons/Solana.mjs";import"./components/ui/icons/Zora.mjs";import"./components/ui/wallet/NetworkSelectorPanel.mjs";import"@headlessui/react";import"@heroicons/react/24/outline/ChevronDownIcon";import"./lib/ethers.mjs";import"./screens/Funding/styles.mjs";import"./screens/LinkPasskeyScreen.mjs";import"@heroicons/react/24/outline/ClockIcon";import"@heroicons/react/24/outline/TrashIcon";import"@heroicons/react/24/solid/CheckBadgeIcon";import"./svg/face-id.mjs";import"./svg/fingerprint.mjs";import"./screens/Funding/TransferOrBridgeLoadingScreen.mjs";import"./screens/Funding/AwaitingExternalSolanaTransferScreen.mjs";import"./hooks/solana/useSolanaWallets.mjs";import"./screens/Funding/AwaitingExternalTransferScreen.mjs";import"./lib/erc20/actions/abis/transfer.mjs";import"./lib/erc20/formatErc20TokenAmount.mjs";import"./lib/wallets/actions/getErc20Balance.mjs";import"./screens/Funding/AwaitingSolToEvmBridgingScreen.mjs";import"./screens/Funding/CoinbaseOnrampStatusScreen.mjs";import"@heroicons/react/24/solid/ArrowsRightLeftIcon";import"./screens/Funding/FundingEditAmountScreen.mjs";import"./screens/Funding/FundingMethodSelectionScreen.mjs";import"@heroicons/react/24/outline/CreditCardIcon";import"@heroicons/react/24/outline/QrCodeIcon";import"./components/ui/banners/ErrorBanner.mjs";import"./components/ui/banners/InfoBanner.mjs";import"@heroicons/react/24/outline/InformationCircleIcon";import"./components/ui/icons/ApplePay.mjs";import"./components/ui/icons/GooglePay.mjs";import"./hook-utils/useAsyncValue.mjs";import"./icons/WalletCards.mjs";import"./lib/erc20/actions/getErc20TokenInfo.mjs";import"./lib/funding/prepareFundingMethods.mjs";import"./lib/funding/coinbase/triggerCoinbaseFlow.mjs";import"./lib/popup/triggerPopup.mjs";import"./lib/funding/coinbase/toCoinbaseBlockchainFromChainId.mjs";import"./lib/funding/moonpay/triggerMoonpayFlow.mjs";import"./lib/funding/moonpay/index.mjs";import"./payment-request/isPaymentRequestAvailable.mjs";import"./screens/Funding/ManualTransferScreen.mjs";import"./hooks/useWalletBalance.mjs";import"./screens/Funding/MoonpayStatusScreen.mjs";import"./svg/moonpay.mjs";import"./screens/Funding/TransferFromWalletScreen.mjs";import"./screens/LandingScreen/WalletOverflowButton.mjs";import"@heroicons/react/24/outline/ChevronRightIcon";import"./screens/InAppBrowserLoginNotPossible.mjs";import"./screens/InstallPhantomScreen.mjs";import"./components/TodoList.mjs";import"./svg/check-badge.mjs";import"./screens/LandingScreen/ConnectOrCreateScreen.mjs";import"./screens/LandingScreen/CustomLandingScreenView.mjs";import"./lib/toDisplayFromAccountType.mjs";import"./screens/LandingScreen/AppLogoHeader.mjs";import"./components/AppLogo.mjs";import"./screens/LandingScreen/CrossAppButton.mjs";import"./screens/LandingScreen/EmailButton.mjs";import"./components/ConnectEmailForm.mjs";import"./components/ui/forms/EmailInputForm.mjs";import"./screens/LandingScreen/FarcasterButton.mjs";import"./screens/LandingScreen/PasskeyLink.mjs";import"@heroicons/react/24/outline/FingerPrintIcon";import"./screens/LandingScreen/SmsButton.mjs";import"./components/ConnectPhoneForm.mjs";import"./components/PhoneCountryDropdown.mjs";import"./screens/LandingScreen/SocialButton.mjs";import"./svg/apple.mjs";import"./svg/discord.mjs";import"./svg/github.mjs";import"./svg/google.mjs";import"./svg/instagram.mjs";import"./svg/linkedin.mjs";import"./svg/spotify.mjs";import"./svg/tiktok.mjs";import"./svg/twitter.mjs";import"./screens/LandingScreen/TelegramButton.mjs";import"./svg/telegram.mjs";import"./screens/LandingScreen/Web2OverflowButton.mjs";import"./screens/LandingScreen/LandingScreenView.mjs";import"./svg/email-or-phone.mjs";import"./screens/LandingScreen/LandingScreen.mjs";import"./screens/LinkEmailScreen.mjs";import"./screens/LinkPhoneScreen.mjs";import"./screens/LinkWalletScreen.mjs";import"./screens/LoginFailedScreen.mjs";import"./svg/error-circle.mjs";import"./screens/MfaScreens/MfaEnrollmentFlowScreen.mjs";import"@heroicons/react/24/outline/ShieldCheckIcon";import"@heroicons/react/24/solid/IdentificationIcon";import"./hooks/useMfa.mjs";import"./hooks/useMfaEnrollment.mjs";import"./svg/mfa-shield.mjs";import"./screens/MfaScreens/EnrollLandingScreen.mjs";import"@heroicons/react/24/outline/DevicePhoneMobileIcon";import"@heroicons/react/24/outline/MinusCircleIcon";import"./screens/MfaScreens/EnrollPasskey.mjs";import"@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon";import"./screens/MfaScreens/EnrollSms.mjs";import"./components/PinInput.mjs";import"./screens/MfaScreens/EnrollTotp.mjs";import"./svg/qr-codes.mjs";import"@heroicons/react/24/solid/ShieldCheckIcon";import"./screens/MfaScreens/MfaVerifyFlowScreen.mjs";import"./components/embedded-wallets/TransactionDetailsWrapper.mjs";import"./lib/viem/prepareTransactionRequest.mjs";import"./lib/viem/toViemTransactionSerializable.mjs";import"./components/embedded-wallets/TransactionDetails.mjs";import"./components/embedded-wallets/DisplayInfoItem.mjs";import"./components/embedded-wallets/PriceDisplay.mjs";import"./components/embedded-wallets/TransactionTotal.mjs";import"./components/primitives/Accordion/index.mjs";import"./components/primitives/Accordion/AccordionContext.mjs";import"./components/embedded-wallets/WalletLink.mjs";import"./screens/MfaScreens/VerifyWithPasskey.mjs";import"@heroicons/react/24/outline/CalendarIcon";import"./screens/OAuthStatusScreen.mjs";import"./auth-flows/oauth/getDisplayForProvider.mjs";import"./svg/globe.mjs";import"./auth-flows/oauth/getOAuthErrorMessage.mjs";import"./auth-flows/oauth/stripUrlOAuthParamsAndRemoveStateCode.mjs";import"./screens/PasskeySelectSignupOrLogin.mjs";import"./screens/PasskeyStatusScreen.mjs";import"./screens/PhantomInterstitialScreen.mjs";import"./connectors/phantom-redirect.mjs";import"./screens/Recovery/PasswordRecoveryScreen.mjs";import"./screens/Recovery/RecoveryOAuthStatusScreen.mjs";import"./svg/apple-icloud.mjs";import"./svg/google-drive.mjs";import"./screens/Recovery/styles.mjs";import"./screens/Recovery/RecoveryPasswordCreateScreen.mjs";import"./screens/Recovery/RecoverySelectionScreen.mjs";import"@heroicons/react/24/outline/LockClosedIcon";import"@heroicons/react/24/outline/PencilSquareIcon";import"./screens/Recovery/SetAutomaticRecoveryScreen.mjs";import"./components/ui/icons/WithCircleBorder.mjs";import"./screens/SendSolanaTransactionScreen/SendSolanaTransactionScreen.mjs";import"./embedded-wallets/solana/transaction.mjs";import"./screens/SendTransactionScreen/SendTransactionScreenView.mjs";import"@heroicons/react/24/outline";import"./screens/SendTransactionScreen/TransactionDetail.mjs";import"./screens/SendTransactionScreen/useTransactionDetails.mjs";import"./screens/SendTransactionScreen/TransactionErrorView.mjs";import"@heroicons/react/24/outline/ClipboardDocumentIcon";import"./screens/SendSolanaTransactionScreen/SolanaTransactionReceiptView.mjs";import"./components/embedded-wallets/SolanaTransactionDetails.mjs";import"./screens/SendTransactionScreen/SendTransactionScreen.mjs";import"./embedded-wallets/rpc/index.mjs";import"./screens/SendTransactionScreen/TransactionReceiptView.mjs";import"./screens/SendTransactionScreen/getStaticTransactionMetadata.mjs";import"./lib/deployAccount/actions/abis/deployAccount.mjs";import"./lib/erc20/actions/abis/approve.mjs";import"./lib/erc721/actions/abis/mint.mjs";import"./lib/erc721/actions/abis/safeTransferFrom.mjs";import"./lib/erc721/actions/abis/setApprovalForAll.mjs";import"./lib/erc721/actions/abis/transferFrom.mjs";import"./lib/erc1155/actions/abis/safeBatchTransferFrom.mjs";import"./lib/erc1155/actions/abis/safeTransferFrom.mjs";import"./screens/SendTransactionScreen/usePrepareTransaction.mjs";import"./screens/SignRequestScreen.mjs";import"./components/embedded-wallets/StyledLogo.mjs";import"./screens/TelegramAuthScreen.mjs";import"./screens/UpdateEmailScreen.mjs";import"./components/UpdateEmailForm.mjs";import"./screens/UpdatePhoneScreen.mjs";import"./screens/UserLimitReachedScreen.mjs";import"./svg/alert-circle.mjs";import"./styles.mjs";import"./cssNormalize.mjs";import"./components/Dialog.mjs";import"./components/TelegramLoginButton.mjs";import"./connectors/solana/index.mjs";import"./types.mjs";import"./embedded-wallets/EmbeddedWalletIframe.mjs";import"./embedded-wallets/eventCallbacksQueue.mjs";import"./embedded-wallets/invokeWithMfa.mjs";import"./embedded-wallets/delegated-actions.mjs";import"./lib/caip2.mjs";import"./lib/cross-app/index.mjs";import"./lib/cross-app/authFlow.mjs";import"./auth-flows/cross-app.mjs";import"./lib/cross-app/popupCrossAppAuthFlow.mjs";import"./lib/cross-app/sendCrossAppRequest.mjs";import"./lib/funding/index.mjs";import"./lib/funding/prepareFundingModalData.mjs";import"./lib/funding/filterSupportedOptions.mjs";import"./lib/funding/usdc.mjs";import"./lib/funding/isFundingEnabled.mjs";import"./lib/popupOAuthFlow.mjs";import"./passkeys/transformResponseToSnakeCase.mjs";import"./auth-flows/oauth/detectCompletingOAuthFlow.mjs";import"./auth-flows/oauth/getIsHeadlessOAuthFlowInProgress.mjs";import"./auth-flows/oauth/OAuthFlow.mjs";import"./connectors/providerTypes.mjs";import"./connectors/injected.mjs";import"./connectors/metamask.mjs";import"./connectors/phantom.mjs";import"./connectors/ethereum/EthereumNullConnector.mjs";import"./connectors/phantom-solana.mjs";import"./connectors/solana/SolanaNullConnector.mjs";import"js-cookie";import"./auth-flows/authFlowToAuthenticateMethod.mjs";import"./cookies.mjs";import"./hooks/useIdentityToken.mjs";import"zustand";
@@ -1 +1 @@
1
- import{jsx as e,jsxs as o,Fragment as r}from"react/jsx-runtime";import{useState as s,useEffect as i,useRef as t,useCallback as n}from"react";import{styled as m}from"styled-components";import{useAppConfig as c}from"../configuration/context.mjs";import{useCaptcha as a}from"../hooks/captcha-context.mjs";import{usePrivyInternal as p}from"../hooks/internal-context.mjs";import{usePrivyModal as l}from"../hooks/modal-context.mjs";import{usePrivyContext as d}from"../hooks/privy-context.mjs";import{useElementHeight as j}from"../hooks/useElementHeight.mjs";import{useRegisterMfaListener as E}from"../hooks/useRegisterMfaListener.mjs";import{ModalScreen as S}from"../screens/index.mjs";import{AccountNotFoundScreen as u}from"../screens/AccountNotFoundScreen.mjs";import{LinkConflictScreen as h}from"../screens/AccountTransferScreen/LinkConflictScreen.mjs";import{AffirmativeConsentScreen as g}from"../screens/AffirmativeConsentScreen.mjs";import{AllowlistRejectionScreen as C}from"../screens/AllowlistRejectionScreen.mjs";import{AwaitingPasswordlessCodeScreen as f}from"../screens/AwaitingPasswordlessCodeScreen.mjs";import{CaptchaScreen as A}from"../screens/CaptchaScreen.mjs";import{ConnectOnlyAuthenticatedScreen as _}from"../screens/ConnectOnlyAuthenticatedScreen.mjs";import{ConnectOnlyLandingScreen as N}from"../screens/ConnectOnlyLandingScreen.mjs";import{ConnectOnlyStatusScreen as T}from"../screens/ConnectOnlyStatusScreen.mjs";import{ConnectionStatusScreen as I}from"../screens/ConnectionStatusScreen.mjs";import{CrossAppAuthScreen as b}from"../screens/CrossAppAuthScreen.mjs";import{DelegatedActionsConsentScreen as L}from"../screens/DelegatedActionsConsentScreen.mjs";import{DelegatedActionsRevokeScreen as R}from"../screens/DelegatedActionsRevokeScreen.mjs";import{EmbeddedWalletConnectingScreen as y}from"../screens/EmbeddedWalletConnectingScreen.mjs";import{EmbeddedWalletCreatedScreen as w}from"../screens/EmbeddedWalletCreatedScreen.mjs";import{EmbeddedWalletKeyExportScreen as v}from"../screens/EmbeddedWalletKeyExportScreen.mjs";import{EmbeddedWalletOnAccountCreateScreen as D}from"../screens/EmbeddedWalletOnAccountCreateScreen.mjs";import{EmbeddedWalletPasswordUpdateScreen as O}from"../screens/EmbeddedWalletPasswordUpdateScreen.mjs";import{EmbeddedWalletPasswordUpdateSplashScreen as P}from"../screens/EmbeddedWalletPasswordUpdateSplashScreen.mjs";import{ErrorScreen as W}from"../screens/ErrorScreen.mjs";import{FarcasterConnectStatusScreen as M}from"../screens/FarcasterConnectStatusScreen.mjs";import{FarcasterSignerStatusScreen as k}from"../screens/FarcasterSignerStatusScreen.mjs";import{AwaitingEvmToSolBridgingScreen as F}from"../screens/Funding/AwaitingEvmToSolBridgingScreen.mjs";import{AwaitingExternalSolanaTransferScreen as B}from"../screens/Funding/AwaitingExternalSolanaTransferScreen.mjs";import{AwaitingExternalTransferScreen as x}from"../screens/Funding/AwaitingExternalTransferScreen.mjs";import{AwaitingSolToEvmBridgingScreen as G}from"../screens/Funding/AwaitingSolToEvmBridgingScreen.mjs";import{CoinbaseOnrampStatusScreen as U}from"../screens/Funding/CoinbaseOnrampStatusScreen.mjs";import{FundingAmountEditScreen as V}from"../screens/Funding/FundingEditAmountScreen.mjs";import{FundingMethodSelectionScreen as H}from"../screens/Funding/FundingMethodSelectionScreen.mjs";import{ManualTransferScreen as q}from"../screens/Funding/ManualTransferScreen.mjs";import{MoonpayStatusScreen as K}from"../screens/Funding/MoonpayStatusScreen.mjs";import{TransferFromWalletScreen as Y}from"../screens/Funding/TransferFromWalletScreen.mjs";import{InAppBrowserLoginNotPossible as z}from"../screens/InAppBrowserLoginNotPossible.mjs";import{InstallPhantomScreen as X}from"../screens/InstallPhantomScreen.mjs";import{ConnectOrCreateScreen as Q}from"../screens/LandingScreen/ConnectOrCreateScreen.mjs";import{LandingScreen as $}from"../screens/LandingScreen/LandingScreen.mjs";import{Hide as J}from"../screens/LandingScreen/styles.mjs";import{LinkEmailScreen as Z}from"../screens/LinkEmailScreen.mjs";import{LinkPasskeyScreen as ee}from"../screens/LinkPasskeyScreen.mjs";import{LinkPhoneScreen as oe}from"../screens/LinkPhoneScreen.mjs";import{LinkWalletScreen as re}from"../screens/LinkWalletScreen.mjs";import{LoginFailedScreen as se}from"../screens/LoginFailedScreen.mjs";import{MfaEnrollmentFlowScreen as ie}from"../screens/MfaScreens/MfaEnrollmentFlowScreen.mjs";import{MfaVerifyFlowScreen as te}from"../screens/MfaScreens/MfaVerifyFlowScreen.mjs";import{OAuthStatusScreen as ne}from"../screens/OAuthStatusScreen.mjs";import{PasskeySelectSignupOrLogin as me}from"../screens/PasskeySelectSignupOrLogin.mjs";import{PasskeyStatusScreen as ce}from"../screens/PasskeyStatusScreen.mjs";import{PhantomInterstitialScreen as ae}from"../screens/PhantomInterstitialScreen.mjs";import{PasswordRecoveryScreen as pe}from"../screens/Recovery/PasswordRecoveryScreen.mjs";import{RecoveryOAuthScreen as le}from"../screens/Recovery/RecoveryOAuthStatusScreen.mjs";import{EmbeddedWalletPasswordCreateScreen as de}from"../screens/Recovery/RecoveryPasswordCreateScreen.mjs";import{RecoverySelectionScreen as je}from"../screens/Recovery/RecoverySelectionScreen.mjs";import{SetAutomaticRecoveryScreen as Ee}from"../screens/Recovery/SetAutomaticRecoveryScreen.mjs";import{SendSolanaTransactionScreen as Se}from"../screens/SendSolanaTransactionScreen/SendSolanaTransactionScreen.mjs";import{SendTransactionScreen as ue}from"../screens/SendTransactionScreen/SendTransactionScreen.mjs";import{SignRequestScreen as he}from"../screens/SignRequestScreen.mjs";import{TelegramAuthScreen as ge}from"../screens/TelegramAuthScreen.mjs";import{UpdateEmailScreen as Ce}from"../screens/UpdateEmailScreen.mjs";import{UpdatePhoneScreen as fe}from"../screens/UpdatePhoneScreen.mjs";import{UserLimitReachedScreen as Ae}from"../screens/UserLimitReachedScreen.mjs";import{StylesWrapper as _e}from"../styles.mjs";import{Dialog as Ne,CenterItem as Te}from"./Dialog.mjs";import{RefactorSpacerTop as Ie,RefactorSpacerBottom as be}from"./Layouts.mjs";import{Loader as Le}from"./Loader.mjs";import{ModalFooter as Re}from"./ModalFooter.mjs";import{ModalHeader as ye}from"./ModalHeader.mjs";import"../config.mjs";import"../configuration/defaultClientConfig.mjs";import"../constants.mjs";import"../configuration/login-methods.mjs";import"../configuration/wallets.mjs";import"../connectors/chains/index.mjs";import"../connectors/chains/arbitrum.mjs";import"../connectors/chains/arbitrumSepolia.mjs";import"../connectors/chains/avalanche.mjs";import"../connectors/chains/avalancheFuji.mjs";import"../connectors/chains/base.mjs";import"../connectors/chains/baseSepolia.mjs";import"../connectors/chains/berachainArtio.mjs";import"../connectors/chains/celo.mjs";import"../connectors/chains/celoAlfajores.mjs";import"../connectors/chains/filecoin.mjs";import"../connectors/chains/filecoinCalibration.mjs";import"../connectors/chains/garnetHolesky.mjs";import"../connectors/chains/holesky.mjs";import"../connectors/chains/linea.mjs";import"../connectors/chains/lineaTestnet.mjs";import"../connectors/chains/lukso.mjs";import"../connectors/chains/mainnet.mjs";import"../connectors/chains/optimism.mjs";import"../connectors/chains/optimismSepolia.mjs";import"../connectors/chains/polygon.mjs";import"../connectors/chains/polygonAmoy.mjs";import"../connectors/chains/redstone.mjs";import"../connectors/chains/sepolia.mjs";import"../connectors/chains/zora.mjs";import"../connectors/chains/zoraSepolia.mjs";import"../connectors/chains/zoraTestnet.mjs";import"../connectors/chains/utils.mjs";import"../lib/solana/index.mjs";import"../theme.mjs";import"tinycolor2";import"../lib/cybr53.mjs";import"../hooks/index.mjs";import"../errors.mjs";import"ofetch";import"../utils/index.mjs";import"../connectors/get-legacy-injected-providers.mjs";import"../connectors/is-wallet-installed.mjs";import"../utils/eth/getPublicClient.mjs";import"viem";import"./PrefetchedImage.mjs";import"../hooks/events-context.mjs";import"@heroicons/react/24/outline/QuestionMarkCircleIcon";import"./Button.mjs";import"./CircleBackground.mjs";import"./layout/StackedContainer.mjs";import"@heroicons/react/24/outline/ExclamationTriangleIcon";import"@heroicons/react/24/outline/WalletIcon";import"./CircleBorder.mjs";import"./ui/wallet/Address.mjs";import"@heroicons/react/24/outline/CheckIcon";import"@heroicons/react/24/outline/Square2StackIcon";import"../lib/capitalizeFirstLetter.mjs";import"../svg/circle-alert.mjs";import"../screens/AccountTransferScreen/AccountTransferButton.mjs";import"../screens/AccountTransferScreen/EmbeddedWalletInfoView.mjs";import"../screens/AccountTransferScreen/styled.mjs";import"@heroicons/react/24/outline/ExclamationCircleIcon";import"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import"@heroicons/react/24/solid/DocumentCheckIcon";import"../client/user.mjs";import"viem/utils";import"../screens/MfaScreens/StyledComponents.mjs";import"../svg/lock-closed.mjs";import"@heroicons/react/20/solid/CheckIcon";import"@heroicons/react/24/outline/EnvelopeIcon";import"@heroicons/react/24/outline/PhoneIcon";import"react-device-detect";import"./ScreenHeader.mjs";import"@heroicons/react/24/solid/CheckCircleIcon";import"@heroicons/react/24/solid/XCircleIcon";import"./WrappedLoader.mjs";import"../screens/LandingScreen/WalletButtonList.mjs";import"../screens/LandingScreen/EmptyWalletView.mjs";import"../screens/LandingScreen/WalletButton.mjs";import"./external-wallets/InjectedWalletIcon.mjs";import"./ui/chips/Chip.mjs";import"./ui/animation/LoadingSkeleton.mjs";import"../lib/external-wallets/displayHelpers.mjs";import"../svg/brave-browser-icon.mjs";import"../svg/bybit.mjs";import"../svg/coinbase-wallet.mjs";import"../svg/cryptocom.mjs";import"../svg/metamask.mjs";import"../svg/phantom.mjs";import"../svg/rabby.mjs";import"../svg/rainbow.mjs";import"../svg/safe.mjs";import"../svg/uniswap.mjs";import"../svg/universal-profile.mjs";import"../svg/wallet-connect.mjs";import"../svg/zerion.mjs";import"../lib/isEmbeddedWebview.mjs";import"../recent-login/context.mjs";import"../storage.mjs";import"../connectors/errors.mjs";import"@privy-io/js-sdk-core";import"../svg/browser-extension-wallet-icon.mjs";import"../auth-flows/siwe.mjs";import"../effect.mjs";import"../lib/siwe.mjs";import"../auth-flows/siws.mjs";import"../lib/siws.mjs";import"../connectors/userAlreadyHasConnectedCoinbaseWallet.mjs";import"../connectors/walletconnect-v2.mjs";import"@walletconnect/ethereum-provider";import"../connectors/ethereum/index.mjs";import"../connectors/areWalletArraysEqual.mjs";import"../connectors/isBaseConnectedEthereumWallet.mjs";import"../connectors/base.mjs";import"eventemitter3";import"../connectors/getRpcTimeout.mjs";import"../connectors/privyProxyProvider.mjs";import"../connectors/walletconnect-registry.mjs";import"../hook-utils/useInterval.mjs";import"../lib/useHasTabbedAway.mjs";import"../svg/protected-by-privy.mjs";import"@heroicons/react/24/outline/ArrowLeftIcon";import"@heroicons/react/24/outline/ArrowRightIcon";import"@heroicons/react/24/outline/XMarkIcon";import"./ProviderAppLogo.mjs";import"../hooks/useLogout.mjs";import"@heroicons/react/24/outline/CheckCircleIcon";import"@heroicons/react/24/outline/CloudArrowUpIcon";import"./ui/wallet/WalletInfoCard.mjs";import"./ui/layout/Column.mjs";import"./ui/typography/ErrorMessage.mjs";import"./ui/typography/LabelXs.mjs";import"./ui/wallet/shared.mjs";import"@heroicons/react/24/outline/NoSymbolIcon";import"./primitives/LoadingSpinner/index.mjs";import"../embedded-wallets/errors.mjs";import"../embedded-wallets/types.mjs";import"../lib/embeddedWalletRecovery.mjs";import"../paths.mjs";import"../lib/pkce.mjs";import"jose";import"../crypto.mjs";import"./ui/banners/WarningBanner.mjs";import"./ui/typography/Subtitle.mjs";import"./ui/typography/Title.mjs";import"../hooks/useEmbeddedWalletCreate.mjs";import"../password.mjs";import"fast-password-entropy";import"secure-password-utilities";import"secure-password-utilities/wordlists";import"./embedded-wallets/SetWalletPasswordForm/SetWalletPasswordForm.mjs";import"./embedded-wallets/SetWalletPasswordForm/ConfimWalletPasswordForm.mjs";import"./embedded-wallets/SetWalletPasswordForm/shared.mjs";import"@heroicons/react/24/outline/ArrowPathIcon";import"@heroicons/react/24/outline/EyeIcon";import"@heroicons/react/24/outline/EyeSlashIcon";import"./embedded-wallets/SetWalletPasswordForm/ConfimWalletPasswordSaved.mjs";import"./Checkbox.mjs";import"./embedded-wallets/SetWalletPasswordForm/CreateWalletPassword.mjs";import"@heroicons/react/24/outline/KeyIcon";import"./embedded-wallets/SetWalletPasswordForm/SaveWalletPassword.mjs";import"@heroicons/react/24/outline/ArrowDownTrayIcon";import"@heroicons/react/24/outline/ClipboardDocumentCheckIcon";import"@heroicons/react/24/outline/DocumentDuplicateIcon";import"./embedded-wallets/SetWalletPasswordForm/SetWalletPasswordComplete.mjs";import"./embedded-wallets/SetWalletPasswordForm/setWalletPassword.hooks.mjs";import"@heroicons/react/24/outline/UserCircleIcon";import"@heroicons/react/24/solid/LockClosedIcon";import"./CopyToClipboard.mjs";import"../svg/checkmark.mjs";import"../svg/copy.mjs";import"./OpenLink.mjs";import"./QrCode.mjs";import"qrcode";import"../svg/black-rounded-square.mjs";import"../svg/farcaster.mjs";import"./embedded-wallets/FundWalletMethodHeader.mjs";import"./primitives/NeutralSpinner/index.mjs";import"../hooks/useGetTokenPrice.mjs";import"../hooks/useGetSolPrice.mjs";import"../hooks/useWallets.mjs";import"../lib/funding/analytics.mjs";import"../lib/funding/reservoir.mjs";import"../lib/solana/transaction.mjs";import"../utils/buffer/readBigInt64LE.mjs";import"../lib/wallets/actions/getBalanceForChains.mjs";import"../plugins/context/PrivyPluginContext.mjs";import"../plugins/solana-funding/id.mjs";import"../screens/Funding/BridgeNetworkSelectionView.mjs";import"./ui/layout/Row.mjs";import"./ui/typography/LabelSm.mjs";import"./ui/wallet/NetworkBalanceCard.mjs";import"./ui/typography/Value.mjs";import"./ui/wallet/NetworkIcon.mjs";import"@heroicons/react/24/outline/GlobeAltIcon";import"./ui/icons/Arbitum.mjs";import"./ui/icons/Avalanche.mjs";import"./ui/icons/Base.mjs";import"./ui/icons/Celo.mjs";import"./ui/icons/Linea.mjs";import"./ui/icons/Mainnnet.mjs";import"./ui/icons/Optimism.mjs";import"./ui/icons/Polygon.mjs";import"./ui/icons/Solana.mjs";import"./ui/icons/Zora.mjs";import"./ui/wallet/NetworkSelectorPanel.mjs";import"@headlessui/react";import"@heroicons/react/24/outline/ChevronDownIcon";import"../lib/ethers.mjs";import"../screens/Funding/styles.mjs";import"../screens/Funding/TransferOrBridgeLoadingScreen.mjs";import"../hooks/solana/useSolanaWallets.mjs";import"../lib/erc20/actions/abis/transfer.mjs";import"../lib/erc20/formatErc20TokenAmount.mjs";import"../lib/wallets/actions/getErc20Balance.mjs";import"@heroicons/react/24/solid/ArrowsRightLeftIcon";import"@heroicons/react/24/outline/CreditCardIcon";import"@heroicons/react/24/outline/QrCodeIcon";import"./ui/banners/ErrorBanner.mjs";import"./ui/banners/InfoBanner.mjs";import"@heroicons/react/24/outline/InformationCircleIcon";import"./ui/icons/ApplePay.mjs";import"./ui/icons/GooglePay.mjs";import"../hook-utils/useAsyncValue.mjs";import"../icons/WalletCards.mjs";import"../lib/erc20/actions/getErc20TokenInfo.mjs";import"../lib/funding/prepareFundingMethods.mjs";import"../lib/funding/coinbase/isSupportedChainIdForCoinbaseOnramp.mjs";import"../lib/funding/coinbase/triggerCoinbaseFlow.mjs";import"../lib/popup/triggerPopup.mjs";import"../lib/funding/coinbase/toCoinbaseBlockchainFromChainId.mjs";import"../lib/funding/moonpay/index.mjs";import"../lib/funding/moonpay/triggerMoonpayFlow.mjs";import"../payment-request/isPaymentRequestAvailable.mjs";import"../hooks/useWalletBalance.mjs";import"../svg/blobby.mjs";import"../svg/moonpay.mjs";import"../screens/LandingScreen/WalletOverflowButton.mjs";import"@heroicons/react/24/outline/ChevronRightIcon";import"./TodoList.mjs";import"../svg/check-badge.mjs";import"../screens/LandingScreen/CustomLandingScreenView.mjs";import"../lib/toDisplayFromAccountType.mjs";import"../screens/LandingScreen/AppLogoHeader.mjs";import"./AppLogo.mjs";import"../screens/LandingScreen/CrossAppButton.mjs";import"../screens/LandingScreen/EmailButton.mjs";import"./ConnectEmailForm.mjs";import"./ui/forms/EmailInputForm.mjs";import"../screens/LandingScreen/FarcasterButton.mjs";import"../screens/LandingScreen/PasskeyLink.mjs";import"../screens/LandingScreen/SmsButton.mjs";import"./ConnectPhoneForm.mjs";import"./PhoneCountryDropdown.mjs";import"../screens/LandingScreen/SocialButton.mjs";import"../svg/apple.mjs";import"../svg/discord.mjs";import"../svg/github.mjs";import"../svg/google.mjs";import"../svg/instagram.mjs";import"../svg/linkedin.mjs";import"../svg/spotify.mjs";import"../svg/tiktok.mjs";import"../svg/twitter.mjs";import"../screens/LandingScreen/TelegramButton.mjs";import"../svg/telegram.mjs";import"../screens/LandingScreen/Web2OverflowButton.mjs";import"../screens/LandingScreen/LandingScreenView.mjs";import"../svg/email-or-phone.mjs";import"@heroicons/react/24/outline/ClockIcon";import"@heroicons/react/24/outline/TrashIcon";import"@heroicons/react/24/solid/CheckBadgeIcon";import"../svg/face-id.mjs";import"../svg/fingerprint.mjs";import"../svg/error-circle.mjs";import"@heroicons/react/24/outline/ShieldCheckIcon";import"@heroicons/react/24/solid/IdentificationIcon";import"../hooks/useMfa.mjs";import"../hooks/useMfaEnrollment.mjs";import"../svg/mfa-shield.mjs";import"../screens/MfaScreens/EnrollLandingScreen.mjs";import"@heroicons/react/24/outline/DevicePhoneMobileIcon";import"@heroicons/react/24/outline/FingerPrintIcon";import"@heroicons/react/24/outline/MinusCircleIcon";import"../screens/MfaScreens/EnrollPasskey.mjs";import"@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon";import"../screens/MfaScreens/EnrollSms.mjs";import"./PinInput.mjs";import"../screens/MfaScreens/EnrollTotp.mjs";import"../svg/qr-codes.mjs";import"@heroicons/react/24/solid/ShieldCheckIcon";import"./embedded-wallets/TransactionDetailsWrapper.mjs";import"../lib/viem/prepareTransactionRequest.mjs";import"../lib/viem/toViemTransactionSerializable.mjs";import"./embedded-wallets/TransactionDetails.mjs";import"./embedded-wallets/DisplayInfoItem.mjs";import"./embedded-wallets/PriceDisplay.mjs";import"./embedded-wallets/TransactionTotal.mjs";import"./primitives/Accordion/index.mjs";import"./primitives/Accordion/AccordionContext.mjs";import"./embedded-wallets/WalletLink.mjs";import"../screens/MfaScreens/VerifyWithPasskey.mjs";import"@heroicons/react/24/outline/CalendarIcon";import"../auth-flows/oauth/getDisplayForProvider.mjs";import"../svg/globe.mjs";import"../auth-flows/oauth/getOAuthErrorMessage.mjs";import"../auth-flows/oauth/stripUrlOAuthParamsAndRemoveStateCode.mjs";import"../connectors/phantom-redirect.mjs";import"../svg/apple-icloud.mjs";import"../svg/google-drive.mjs";import"../screens/Recovery/styles.mjs";import"@heroicons/react/24/outline/LockClosedIcon";import"@heroicons/react/24/outline/PencilSquareIcon";import"./ui/icons/WithCircleBorder.mjs";import"../embedded-wallets/solana/transaction.mjs";import"../screens/SendTransactionScreen/SendTransactionScreenView.mjs";import"@heroicons/react/24/outline";import"../screens/SendTransactionScreen/TransactionDetail.mjs";import"../screens/SendTransactionScreen/useTransactionDetails.mjs";import"../screens/SendTransactionScreen/TransactionErrorView.mjs";import"@heroicons/react/24/outline/ClipboardDocumentIcon";import"../screens/SendSolanaTransactionScreen/SolanaTransactionReceiptView.mjs";import"./embedded-wallets/SolanaTransactionDetails.mjs";import"../embedded-wallets/rpc/index.mjs";import"../screens/SendTransactionScreen/TransactionReceiptView.mjs";import"../screens/SendTransactionScreen/getStaticTransactionMetadata.mjs";import"../lib/deployAccount/actions/abis/deployAccount.mjs";import"../lib/erc20/actions/abis/approve.mjs";import"../lib/erc721/actions/abis/mint.mjs";import"../lib/erc721/actions/abis/safeTransferFrom.mjs";import"../lib/erc721/actions/abis/setApprovalForAll.mjs";import"../lib/erc721/actions/abis/transferFrom.mjs";import"../lib/erc1155/actions/abis/safeBatchTransferFrom.mjs";import"../lib/erc1155/actions/abis/safeTransferFrom.mjs";import"../screens/SendTransactionScreen/usePrepareTransaction.mjs";import"./embedded-wallets/StyledLogo.mjs";import"../auth-flows/telegram.mjs";import"./UpdateEmailForm.mjs";import"../svg/alert-circle.mjs";import"../cssNormalize.mjs";let we={[S.LANDING]:$,[S.CONNECT_OR_CREATE]:Q,[S.AWAITING_PASSWORDLESS_CODE]:f,[S.AWAITING_CONNECTION]:I,[S.AWAITING_CONNECT_ONLY_CONNECTION]:T,[S.AWAITING_FARCASTER_CONNECTION]:M,[S.AWAITING_FARCASTER_SIGNER]:k,[S.SELECT_PASSKEY_SIGNUP_OR_LOGIN]:me,[S.AWAITING_PASSKEY_SYSTEM_DIALOGUE]:ce,[S.PHANTOM_INTERSTITIAL_SCREEN]:ae,[S.LOGIN_FAILED_SCREEN]:se,[S.AWAITING_OAUTH_SCREEN]:ne,[S.CROSS_APP_AUTH_SCREEN]:b,[S.ALLOWLIST_REJECTION_SCREEN]:C,[S.ACCOUNT_NOT_FOUND_SCREEN]:u,[S.USER_LIMIT_REACHED_SCREEN]:Ae,[S.INSTALL_PHANTOM_SCREEN]:X,[S.LINK_EMAIL_SCREEN]:Z,[S.LINK_PHONE_SCREEN]:oe,[S.LINK_WALLET_SCREEN]:re,[S.LINK_PASSKEY_SCREEN]:ee,[S.UPDATE_EMAIL_SCREEN]:Ce,[S.UPDATE_PHONE_SCREEN]:fe,[S.CONNECT_ONLY_LANDING_SCREEN]:N,[S.CONNECT_ONLY_AUTHENTICATED_SCREEN]:_,[S.EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN]:D,[S.EMBEDDED_WALLET_CREATED_SCREEN]:w,[S.EMBEDDED_WALLET_CONNECTING_SCREEN]:y,[S.EMBEDDED_WALLET_PASSWORD_RECOVERY_SCREEN]:pe,[S.EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN]:je,[S.EMBEDDED_WALLET_SET_AUTOMATIC_RECOVERY_SCREEN]:Ee,[S.EMBEDDED_WALLET_RECOVERY_OAUTH_SCREEN]:le,[S.EMBEDDED_WALLET_KEY_EXPORT_SCREEN]:v,[S.EMBEDDED_WALLET_SIGN_REQUEST_SCREEN]:he,[S.EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN]:ue,[S.EMBEDDED_WALLET_SEND_SOLANA_TRANSACTION_SCREEN]:Se,[S.EMBEDDED_WALLET_DELEGATED_ACTIONS_CONSENT_SCREEN]:L,[S.EMBEDDED_WALLET_DELEGATED_ACTIONS_REVOKE_SCREEN]:R,[S.FUNDING_METHOD_SELECTION_SCREEN]:H,[S.MOONPAY_STATUS_SCREEN]:K,[S.COINBASE_ONRAMP_STATUS_SCREEN]:U,[S.FUNDING_TRANSFER_FROM_WALLET_SCREEN]:Y,[S.FUNDING_EDIT_AMOUNT_SCREEN]:V,[S.FUNDING_AWAITING_TRANSFER_FROM_EXTERNAL_WALLET_SCREEN]:x,[S.FUNDING_AWAITING_TRANSFER_FROM_EXTERNAL_SOLANA_WALLET_SCREEN]:B,[S.FUNDING_AWAITING_EVM_TO_SOL_BRIDGING_SCREEN]:F,[S.FUNDING_AWAITING_SOL_TO_EVM_BRIDGING_SCREEN]:G,[S.FUNDING_MANUAL_TRANSFER_SCREEN]:q,[S.EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN]:P,[S.EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN]:O,[S.EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN]:de,[S.MFA_ENROLLMENT_FLOW_SCREEN]:ie,[S.CAPTCHA_SCREEN]:A,[S.ERROR_SCREEN]:W,[S.IN_APP_BROWSER_LOGIN_NOT_POSSIBLE]:z,[S.AFFIRMATIVE_CONSENT_SCREEN]:g,[S.TELEGRAM_AUTH_SCREEN]:ge,[S.LINK_CONFLICT_SCREEN]:h},ve=[S.LANDING,S.AWAITING_CONNECTION],De=({isMfaVerifying:s,onMfaVerificationComplete:t})=>{let{ready:n,isModalOpen:m}=d(),{headless:p}=c(),{ready:j,currentScreen:E}=l(),{status:u,execute:h,reset:g,enabled:C}=a(),f=m&&E&&ve.includes(E)&&!p&&"ready"===u;return i((()=>{f&&h()}),[f]),i((()=>{!m&&C&&g()}),[m,C]),n&&j||E===S.AWAITING_OAUTH_SCREEN||E===S.CROSS_APP_AUTH_SCREEN||E===S.TELEGRAM_AUTH_SCREEN?!E&&s?/*#__PURE__*/e(te,{open:s,onClose:t}):E?/*#__PURE__*/o(r,{children:[/*#__PURE__*/e(J,{$if:!!s,children:/*#__PURE__*/e(we[E],{})}),/*#__PURE__*/e(J,{$if:!s,children:/*#__PURE__*/e(te,{open:s,onClose:t})})]}):null:/*#__PURE__*/o(r,{children:[/*#__PURE__*/e(ye,{}),/*#__PURE__*/e(Ie,{}),/*#__PURE__*/e(Te,{children:/*#__PURE__*/e(Le,{})}),/*#__PURE__*/e(be,{}),/*#__PURE__*/e(Re,{})]})},Oe=({isMfaVerifying:o,onMfaVerificationComplete:r})=>{let s=t(null);/*#__PURE__*/return e(Me,{style:{height:j(s)},id:"privy-modal-content",children:/*#__PURE__*/e("div",{ref:s,children:/*#__PURE__*/e(De,{isMfaVerifying:o,onMfaVerificationComplete:r})})})};const Pe=({open:o})=>{let{app:r}=l(),{gracefulClosePrivyModal:i}=(()=>{let{closePrivyModal:e}=p(),{onUserCloseViaDialogOrKeybindRef:o}=l();return{gracefulClosePrivyModal:n((()=>{if(!o?.current)return e({shouldCallAuthOnSuccess:!1});o.current()}),[e])}})(),[t,m]=s(!1);E({onMfaRequired:()=>{r?.mfa.noPromptOnMfaRequired||m(!0)}});let c=o||t;return r.render.standalone?/*#__PURE__*/e(_e,{children:/*#__PURE__*/e(We,{id:"privy-modal-content",children:/*#__PURE__*/e(De,{isMfaVerifying:t,onMfaVerificationComplete:()=>m(!1)})})}):/*#__PURE__*/e(Ne,{open:c,id:"privy-dialog","aria-label":"log in or sign up","aria-labelledby":"privy-dialog-title",onClick:()=>i(),children:/*#__PURE__*/e(_e,{children:/*#__PURE__*/e(Oe,{isMfaVerifying:t,onMfaVerificationComplete:()=>m(!1)})})})};let We=/*#__PURE__*/m.div.withConfig({displayName:"ContentWrapper",componentId:"sc-5c971bfb-0"})(["display:flex;flex-direction:column;text-align:center;font-size:14px;line-height:20px;width:100%;background:var(--privy-color-background);padding:0 16px;"]),Me=/*#__PURE__*/m(We).withConfig({displayName:"BaseModal",componentId:"sc-5c971bfb-1"})(["transition:height 150ms ease-out;overflow:hidden;max-height:calc(100svh - 32px);border-radius:var(--privy-border-radius-lg) var(--privy-border-radius-lg) 0 0;box-shadow:0px 0px 36px rgba(55,65,81,0.15);@media (min-width:441px){box-shadow:0px 8px 36px rgba(55,65,81,0.15);border-radius:var(--privy-border-radius-lg);}"]);export{Pe as LoginModal};
1
+ import{jsx as e,jsxs as o,Fragment as r}from"react/jsx-runtime";import{useState as s,useEffect as i,useRef as t,useCallback as n}from"react";import{styled as m}from"styled-components";import{useAppConfig as c}from"../configuration/context.mjs";import{useCaptcha as a}from"../hooks/captcha-context.mjs";import{usePrivyInternal as p}from"../hooks/internal-context.mjs";import{usePrivyModal as l}from"../hooks/modal-context.mjs";import{usePrivyContext as d}from"../hooks/privy-context.mjs";import{useElementHeight as j}from"../hooks/useElementHeight.mjs";import{useRegisterMfaListener as E}from"../hooks/useRegisterMfaListener.mjs";import{ModalScreen as S}from"../screens/index.mjs";import{AccountNotFoundScreen as u}from"../screens/AccountNotFoundScreen.mjs";import{LinkConflictScreen as h}from"../screens/AccountTransferScreen/LinkConflictScreen.mjs";import{AffirmativeConsentScreen as g}from"../screens/AffirmativeConsentScreen.mjs";import{AllowlistRejectionScreen as C}from"../screens/AllowlistRejectionScreen.mjs";import{AwaitingPasswordlessCodeScreen as f}from"../screens/AwaitingPasswordlessCodeScreen.mjs";import{CaptchaScreen as A}from"../screens/CaptchaScreen.mjs";import{ConnectOnlyAuthenticatedScreen as _}from"../screens/ConnectOnlyAuthenticatedScreen.mjs";import{ConnectOnlyLandingScreen as N}from"../screens/ConnectOnlyLandingScreen.mjs";import{ConnectOnlyStatusScreen as T}from"../screens/ConnectOnlyStatusScreen.mjs";import{ConnectionStatusScreen as I}from"../screens/ConnectionStatusScreen.mjs";import{CrossAppAuthScreen as b}from"../screens/CrossAppAuthScreen.mjs";import{DelegatedActionsConsentScreen as L}from"../screens/DelegatedActionsConsentScreen.mjs";import{DelegatedActionsRevokeScreen as R}from"../screens/DelegatedActionsRevokeScreen.mjs";import{EmbeddedWalletConnectingScreen as y}from"../screens/EmbeddedWalletConnectingScreen.mjs";import{EmbeddedWalletCreatedScreen as w}from"../screens/EmbeddedWalletCreatedScreen.mjs";import{EmbeddedWalletKeyExportScreen as v}from"../screens/EmbeddedWalletKeyExportScreen.mjs";import{EmbeddedWalletOnAccountCreateScreen as D}from"../screens/EmbeddedWalletOnAccountCreateScreen.mjs";import{EmbeddedWalletPasswordUpdateScreen as O}from"../screens/EmbeddedWalletPasswordUpdateScreen.mjs";import{EmbeddedWalletPasswordUpdateSplashScreen as P}from"../screens/EmbeddedWalletPasswordUpdateSplashScreen.mjs";import{ErrorScreen as W}from"../screens/ErrorScreen.mjs";import{FarcasterConnectStatusScreen as M}from"../screens/FarcasterConnectStatusScreen.mjs";import{FarcasterSignerStatusScreen as k}from"../screens/FarcasterSignerStatusScreen.mjs";import{AwaitingEvmToSolBridgingScreen as F}from"../screens/Funding/AwaitingEvmToSolBridgingScreen.mjs";import{AwaitingExternalSolanaTransferScreen as B}from"../screens/Funding/AwaitingExternalSolanaTransferScreen.mjs";import{AwaitingExternalTransferScreen as x}from"../screens/Funding/AwaitingExternalTransferScreen.mjs";import{AwaitingSolToEvmBridgingScreen as G}from"../screens/Funding/AwaitingSolToEvmBridgingScreen.mjs";import{CoinbaseOnrampStatusScreen as U}from"../screens/Funding/CoinbaseOnrampStatusScreen.mjs";import{FundingAmountEditScreen as V}from"../screens/Funding/FundingEditAmountScreen.mjs";import{FundingMethodSelectionScreen as H}from"../screens/Funding/FundingMethodSelectionScreen.mjs";import{ManualTransferScreen as q}from"../screens/Funding/ManualTransferScreen.mjs";import{MoonpayStatusScreen as K}from"../screens/Funding/MoonpayStatusScreen.mjs";import{TransferFromWalletScreen as Y}from"../screens/Funding/TransferFromWalletScreen.mjs";import{InAppBrowserLoginNotPossible as z}from"../screens/InAppBrowserLoginNotPossible.mjs";import{InstallPhantomScreen as X}from"../screens/InstallPhantomScreen.mjs";import{ConnectOrCreateScreen as Q}from"../screens/LandingScreen/ConnectOrCreateScreen.mjs";import{LandingScreen as $}from"../screens/LandingScreen/LandingScreen.mjs";import{Hide as J}from"../screens/LandingScreen/styles.mjs";import{LinkEmailScreen as Z}from"../screens/LinkEmailScreen.mjs";import{LinkPasskeyScreen as ee}from"../screens/LinkPasskeyScreen.mjs";import{LinkPhoneScreen as oe}from"../screens/LinkPhoneScreen.mjs";import{LinkWalletScreen as re}from"../screens/LinkWalletScreen.mjs";import{LoginFailedScreen as se}from"../screens/LoginFailedScreen.mjs";import{MfaEnrollmentFlowScreen as ie}from"../screens/MfaScreens/MfaEnrollmentFlowScreen.mjs";import{MfaVerifyFlowScreen as te}from"../screens/MfaScreens/MfaVerifyFlowScreen.mjs";import{OAuthStatusScreen as ne}from"../screens/OAuthStatusScreen.mjs";import{PasskeySelectSignupOrLogin as me}from"../screens/PasskeySelectSignupOrLogin.mjs";import{PasskeyStatusScreen as ce}from"../screens/PasskeyStatusScreen.mjs";import{PhantomInterstitialScreen as ae}from"../screens/PhantomInterstitialScreen.mjs";import{PasswordRecoveryScreen as pe}from"../screens/Recovery/PasswordRecoveryScreen.mjs";import{RecoveryOAuthScreen as le}from"../screens/Recovery/RecoveryOAuthStatusScreen.mjs";import{EmbeddedWalletPasswordCreateScreen as de}from"../screens/Recovery/RecoveryPasswordCreateScreen.mjs";import{RecoverySelectionScreen as je}from"../screens/Recovery/RecoverySelectionScreen.mjs";import{SetAutomaticRecoveryScreen as Ee}from"../screens/Recovery/SetAutomaticRecoveryScreen.mjs";import{SendSolanaTransactionScreen as Se}from"../screens/SendSolanaTransactionScreen/SendSolanaTransactionScreen.mjs";import{SendTransactionScreen as ue}from"../screens/SendTransactionScreen/SendTransactionScreen.mjs";import{SignRequestScreen as he}from"../screens/SignRequestScreen.mjs";import{TelegramAuthScreen as ge}from"../screens/TelegramAuthScreen.mjs";import{UpdateEmailScreen as Ce}from"../screens/UpdateEmailScreen.mjs";import{UpdatePhoneScreen as fe}from"../screens/UpdatePhoneScreen.mjs";import{UserLimitReachedScreen as Ae}from"../screens/UserLimitReachedScreen.mjs";import{StylesWrapper as _e}from"../styles.mjs";import{Dialog as Ne,CenterItem as Te}from"./Dialog.mjs";import{RefactorSpacerTop as Ie,RefactorSpacerBottom as be}from"./Layouts.mjs";import{Loader as Le}from"./Loader.mjs";import{ModalFooter as Re}from"./ModalFooter.mjs";import{ModalHeader as ye}from"./ModalHeader.mjs";import"../config.mjs";import"../configuration/defaultClientConfig.mjs";import"../constants.mjs";import"../configuration/login-methods.mjs";import"../configuration/wallets.mjs";import"../connectors/chains/index.mjs";import"../connectors/chains/arbitrum.mjs";import"../connectors/chains/arbitrumSepolia.mjs";import"../connectors/chains/avalanche.mjs";import"../connectors/chains/avalancheFuji.mjs";import"../connectors/chains/base.mjs";import"../connectors/chains/baseSepolia.mjs";import"../connectors/chains/berachainArtio.mjs";import"../connectors/chains/celo.mjs";import"../connectors/chains/celoAlfajores.mjs";import"../connectors/chains/filecoin.mjs";import"../connectors/chains/filecoinCalibration.mjs";import"../connectors/chains/garnetHolesky.mjs";import"../connectors/chains/holesky.mjs";import"../connectors/chains/linea.mjs";import"../connectors/chains/lineaTestnet.mjs";import"../connectors/chains/lukso.mjs";import"../connectors/chains/mainnet.mjs";import"../connectors/chains/optimism.mjs";import"../connectors/chains/optimismSepolia.mjs";import"../connectors/chains/polygon.mjs";import"../connectors/chains/polygonAmoy.mjs";import"../connectors/chains/redstone.mjs";import"../connectors/chains/sepolia.mjs";import"../connectors/chains/zora.mjs";import"../connectors/chains/zoraSepolia.mjs";import"../connectors/chains/zoraTestnet.mjs";import"../connectors/chains/utils.mjs";import"../lib/solana/index.mjs";import"../theme.mjs";import"tinycolor2";import"../lib/cybr53.mjs";import"../hooks/index.mjs";import"../errors.mjs";import"ofetch";import"../utils/index.mjs";import"../connectors/get-legacy-injected-providers.mjs";import"../connectors/is-wallet-installed.mjs";import"../utils/eth/getPublicClient.mjs";import"viem";import"./PrefetchedImage.mjs";import"../hooks/events-context.mjs";import"@heroicons/react/24/outline/QuestionMarkCircleIcon";import"./Button.mjs";import"./CircleBackground.mjs";import"./layout/StackedContainer.mjs";import"@heroicons/react/24/outline/ExclamationTriangleIcon";import"@heroicons/react/24/outline/WalletIcon";import"./CircleBorder.mjs";import"./ui/wallet/Address.mjs";import"@heroicons/react/24/outline/CheckIcon";import"@heroicons/react/24/outline/Square2StackIcon";import"../lib/capitalizeFirstLetter.mjs";import"../svg/circle-alert.mjs";import"../screens/AccountTransferScreen/AccountTransferButton.mjs";import"../screens/AccountTransferScreen/EmbeddedWalletInfoView.mjs";import"../screens/AccountTransferScreen/styled.mjs";import"@heroicons/react/24/outline/ExclamationCircleIcon";import"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import"@heroicons/react/24/solid/DocumentCheckIcon";import"../client/user.mjs";import"viem/utils";import"../screens/MfaScreens/StyledComponents.mjs";import"../svg/lock-closed.mjs";import"@heroicons/react/20/solid/CheckIcon";import"@heroicons/react/24/outline/EnvelopeIcon";import"@heroicons/react/24/outline/PhoneIcon";import"react-device-detect";import"./ScreenHeader.mjs";import"@heroicons/react/24/solid/CheckCircleIcon";import"@heroicons/react/24/solid/XCircleIcon";import"./WrappedLoader.mjs";import"../screens/LandingScreen/WalletButtonList.mjs";import"../screens/LandingScreen/EmptyWalletView.mjs";import"../screens/LandingScreen/WalletButton.mjs";import"./external-wallets/InjectedWalletIcon.mjs";import"./ui/chips/Chip.mjs";import"./ui/animation/LoadingSkeleton.mjs";import"../lib/external-wallets/displayHelpers.mjs";import"../svg/brave-browser-icon.mjs";import"../svg/bybit.mjs";import"../svg/coinbase-wallet.mjs";import"../svg/cryptocom.mjs";import"../svg/metamask.mjs";import"../svg/phantom.mjs";import"../svg/rabby.mjs";import"../svg/rainbow.mjs";import"../svg/safe.mjs";import"../svg/uniswap.mjs";import"../svg/universal-profile.mjs";import"../svg/wallet-connect.mjs";import"../svg/zerion.mjs";import"../lib/isEmbeddedWebview.mjs";import"../recent-login/context.mjs";import"../storage.mjs";import"../connectors/errors.mjs";import"@privy-io/js-sdk-core";import"../svg/browser-extension-wallet-icon.mjs";import"../auth-flows/siwe.mjs";import"../effect.mjs";import"../lib/siwe.mjs";import"../auth-flows/siws.mjs";import"../lib/siws.mjs";import"../connectors/userAlreadyHasConnectedCoinbaseWallet.mjs";import"../connectors/walletconnect-v2.mjs";import"@walletconnect/ethereum-provider";import"../connectors/ethereum/index.mjs";import"../connectors/areWalletArraysEqual.mjs";import"../connectors/isBaseConnectedEthereumWallet.mjs";import"../connectors/base.mjs";import"eventemitter3";import"../connectors/getRpcTimeout.mjs";import"../connectors/privyProxyProvider.mjs";import"../connectors/walletconnect-registry.mjs";import"../hook-utils/useInterval.mjs";import"../lib/useHasTabbedAway.mjs";import"../svg/protected-by-privy.mjs";import"@heroicons/react/24/outline/ArrowLeftIcon";import"@heroicons/react/24/outline/ArrowRightIcon";import"@heroicons/react/24/outline/XMarkIcon";import"./ProviderAppLogo.mjs";import"../hooks/useLogout.mjs";import"@heroicons/react/24/outline/CheckCircleIcon";import"@heroicons/react/24/outline/CloudArrowUpIcon";import"./ui/wallet/WalletInfoCard.mjs";import"./ui/layout/Column.mjs";import"./ui/typography/ErrorMessage.mjs";import"./ui/typography/LabelXs.mjs";import"./ui/wallet/shared.mjs";import"@heroicons/react/24/outline/NoSymbolIcon";import"./primitives/LoadingSpinner/index.mjs";import"../embedded-wallets/errors.mjs";import"../embedded-wallets/types.mjs";import"../lib/embeddedWalletRecovery.mjs";import"../paths.mjs";import"../lib/pkce.mjs";import"jose";import"../crypto.mjs";import"./ui/banners/WarningBanner.mjs";import"./ui/typography/Subtitle.mjs";import"./ui/typography/Title.mjs";import"../hooks/useEmbeddedWalletCreate.mjs";import"../password.mjs";import"fast-password-entropy";import"secure-password-utilities";import"secure-password-utilities/wordlists";import"./embedded-wallets/SetWalletPasswordForm/SetWalletPasswordForm.mjs";import"./embedded-wallets/SetWalletPasswordForm/ConfimWalletPasswordForm.mjs";import"./embedded-wallets/SetWalletPasswordForm/shared.mjs";import"@heroicons/react/24/outline/ArrowPathIcon";import"@heroicons/react/24/outline/EyeIcon";import"@heroicons/react/24/outline/EyeSlashIcon";import"./embedded-wallets/SetWalletPasswordForm/ConfimWalletPasswordSaved.mjs";import"./Checkbox.mjs";import"./embedded-wallets/SetWalletPasswordForm/CreateWalletPassword.mjs";import"@heroicons/react/24/outline/KeyIcon";import"./embedded-wallets/SetWalletPasswordForm/SaveWalletPassword.mjs";import"@heroicons/react/24/outline/ArrowDownTrayIcon";import"@heroicons/react/24/outline/ClipboardDocumentCheckIcon";import"@heroicons/react/24/outline/DocumentDuplicateIcon";import"./embedded-wallets/SetWalletPasswordForm/SetWalletPasswordComplete.mjs";import"./embedded-wallets/SetWalletPasswordForm/setWalletPassword.hooks.mjs";import"@heroicons/react/24/outline/UserCircleIcon";import"@heroicons/react/24/solid/LockClosedIcon";import"./CopyToClipboard.mjs";import"../svg/checkmark.mjs";import"../svg/copy.mjs";import"./OpenLink.mjs";import"./QrCode.mjs";import"qrcode";import"../svg/black-rounded-square.mjs";import"../svg/farcaster.mjs";import"./embedded-wallets/FundWalletMethodHeader.mjs";import"./primitives/NeutralSpinner/index.mjs";import"../hooks/useGetTokenPrice.mjs";import"../hooks/useGetSolPrice.mjs";import"../hooks/useWallets.mjs";import"../lib/funding/analytics.mjs";import"../lib/funding/reservoir.mjs";import"../lib/solana/transaction.mjs";import"../utils/buffer/readBigInt64LE.mjs";import"../lib/wallets/actions/getBalanceForChains.mjs";import"../plugins/context/PrivyPluginContext.mjs";import"../plugins/solana-funding/id.mjs";import"../screens/Funding/BridgeNetworkSelectionView.mjs";import"./ui/layout/Row.mjs";import"./ui/typography/LabelSm.mjs";import"./ui/wallet/NetworkBalanceCard.mjs";import"./ui/typography/Value.mjs";import"./ui/wallet/NetworkIcon.mjs";import"@heroicons/react/24/outline/GlobeAltIcon";import"./ui/icons/Arbitum.mjs";import"./ui/icons/Avalanche.mjs";import"./ui/icons/Base.mjs";import"./ui/icons/Celo.mjs";import"./ui/icons/Linea.mjs";import"./ui/icons/Mainnnet.mjs";import"./ui/icons/Optimism.mjs";import"./ui/icons/Polygon.mjs";import"./ui/icons/Solana.mjs";import"./ui/icons/Zora.mjs";import"./ui/wallet/NetworkSelectorPanel.mjs";import"@headlessui/react";import"@heroicons/react/24/outline/ChevronDownIcon";import"../lib/ethers.mjs";import"../screens/Funding/styles.mjs";import"../screens/Funding/TransferOrBridgeLoadingScreen.mjs";import"../hooks/solana/useSolanaWallets.mjs";import"../lib/erc20/actions/abis/transfer.mjs";import"../lib/erc20/formatErc20TokenAmount.mjs";import"../lib/wallets/actions/getErc20Balance.mjs";import"@heroicons/react/24/solid/ArrowsRightLeftIcon";import"@heroicons/react/24/outline/CreditCardIcon";import"@heroicons/react/24/outline/QrCodeIcon";import"./ui/banners/ErrorBanner.mjs";import"./ui/banners/InfoBanner.mjs";import"@heroicons/react/24/outline/InformationCircleIcon";import"./ui/icons/ApplePay.mjs";import"./ui/icons/GooglePay.mjs";import"../hook-utils/useAsyncValue.mjs";import"../icons/WalletCards.mjs";import"../lib/erc20/actions/getErc20TokenInfo.mjs";import"../lib/funding/prepareFundingMethods.mjs";import"../lib/funding/coinbase/triggerCoinbaseFlow.mjs";import"../lib/popup/triggerPopup.mjs";import"../lib/funding/coinbase/toCoinbaseBlockchainFromChainId.mjs";import"../lib/funding/moonpay/triggerMoonpayFlow.mjs";import"../lib/funding/moonpay/index.mjs";import"../payment-request/isPaymentRequestAvailable.mjs";import"../hooks/useWalletBalance.mjs";import"../svg/blobby.mjs";import"../svg/moonpay.mjs";import"../screens/LandingScreen/WalletOverflowButton.mjs";import"@heroicons/react/24/outline/ChevronRightIcon";import"./TodoList.mjs";import"../svg/check-badge.mjs";import"../screens/LandingScreen/CustomLandingScreenView.mjs";import"../lib/toDisplayFromAccountType.mjs";import"../screens/LandingScreen/AppLogoHeader.mjs";import"./AppLogo.mjs";import"../screens/LandingScreen/CrossAppButton.mjs";import"../screens/LandingScreen/EmailButton.mjs";import"./ConnectEmailForm.mjs";import"./ui/forms/EmailInputForm.mjs";import"../screens/LandingScreen/FarcasterButton.mjs";import"../screens/LandingScreen/PasskeyLink.mjs";import"@heroicons/react/24/outline/FingerPrintIcon";import"../screens/LandingScreen/SmsButton.mjs";import"./ConnectPhoneForm.mjs";import"./PhoneCountryDropdown.mjs";import"../screens/LandingScreen/SocialButton.mjs";import"../svg/apple.mjs";import"../svg/discord.mjs";import"../svg/github.mjs";import"../svg/google.mjs";import"../svg/instagram.mjs";import"../svg/linkedin.mjs";import"../svg/spotify.mjs";import"../svg/tiktok.mjs";import"../svg/twitter.mjs";import"../screens/LandingScreen/TelegramButton.mjs";import"../svg/telegram.mjs";import"../screens/LandingScreen/Web2OverflowButton.mjs";import"../screens/LandingScreen/LandingScreenView.mjs";import"../svg/email-or-phone.mjs";import"@heroicons/react/24/outline/ClockIcon";import"@heroicons/react/24/outline/TrashIcon";import"@heroicons/react/24/solid/CheckBadgeIcon";import"../svg/face-id.mjs";import"../svg/fingerprint.mjs";import"../svg/error-circle.mjs";import"@heroicons/react/24/outline/ShieldCheckIcon";import"@heroicons/react/24/solid/IdentificationIcon";import"../hooks/useMfa.mjs";import"../hooks/useMfaEnrollment.mjs";import"../svg/mfa-shield.mjs";import"../screens/MfaScreens/EnrollLandingScreen.mjs";import"@heroicons/react/24/outline/DevicePhoneMobileIcon";import"@heroicons/react/24/outline/MinusCircleIcon";import"../screens/MfaScreens/EnrollPasskey.mjs";import"@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon";import"../screens/MfaScreens/EnrollSms.mjs";import"./PinInput.mjs";import"../screens/MfaScreens/EnrollTotp.mjs";import"../svg/qr-codes.mjs";import"@heroicons/react/24/solid/ShieldCheckIcon";import"./embedded-wallets/TransactionDetailsWrapper.mjs";import"../lib/viem/prepareTransactionRequest.mjs";import"../lib/viem/toViemTransactionSerializable.mjs";import"./embedded-wallets/TransactionDetails.mjs";import"./embedded-wallets/DisplayInfoItem.mjs";import"./embedded-wallets/PriceDisplay.mjs";import"./embedded-wallets/TransactionTotal.mjs";import"./primitives/Accordion/index.mjs";import"./primitives/Accordion/AccordionContext.mjs";import"./embedded-wallets/WalletLink.mjs";import"../screens/MfaScreens/VerifyWithPasskey.mjs";import"@heroicons/react/24/outline/CalendarIcon";import"../auth-flows/oauth/getDisplayForProvider.mjs";import"../svg/globe.mjs";import"../auth-flows/oauth/getOAuthErrorMessage.mjs";import"../auth-flows/oauth/stripUrlOAuthParamsAndRemoveStateCode.mjs";import"../connectors/phantom-redirect.mjs";import"../svg/apple-icloud.mjs";import"../svg/google-drive.mjs";import"../screens/Recovery/styles.mjs";import"@heroicons/react/24/outline/LockClosedIcon";import"@heroicons/react/24/outline/PencilSquareIcon";import"./ui/icons/WithCircleBorder.mjs";import"../embedded-wallets/solana/transaction.mjs";import"../screens/SendTransactionScreen/SendTransactionScreenView.mjs";import"@heroicons/react/24/outline";import"../screens/SendTransactionScreen/TransactionDetail.mjs";import"../screens/SendTransactionScreen/useTransactionDetails.mjs";import"../screens/SendTransactionScreen/TransactionErrorView.mjs";import"@heroicons/react/24/outline/ClipboardDocumentIcon";import"../screens/SendSolanaTransactionScreen/SolanaTransactionReceiptView.mjs";import"./embedded-wallets/SolanaTransactionDetails.mjs";import"../embedded-wallets/rpc/index.mjs";import"../screens/SendTransactionScreen/TransactionReceiptView.mjs";import"../screens/SendTransactionScreen/getStaticTransactionMetadata.mjs";import"../lib/deployAccount/actions/abis/deployAccount.mjs";import"../lib/erc20/actions/abis/approve.mjs";import"../lib/erc721/actions/abis/mint.mjs";import"../lib/erc721/actions/abis/safeTransferFrom.mjs";import"../lib/erc721/actions/abis/setApprovalForAll.mjs";import"../lib/erc721/actions/abis/transferFrom.mjs";import"../lib/erc1155/actions/abis/safeBatchTransferFrom.mjs";import"../lib/erc1155/actions/abis/safeTransferFrom.mjs";import"../screens/SendTransactionScreen/usePrepareTransaction.mjs";import"./embedded-wallets/StyledLogo.mjs";import"../auth-flows/telegram.mjs";import"./UpdateEmailForm.mjs";import"../svg/alert-circle.mjs";import"../cssNormalize.mjs";let we={[S.LANDING]:$,[S.CONNECT_OR_CREATE]:Q,[S.AWAITING_PASSWORDLESS_CODE]:f,[S.AWAITING_CONNECTION]:I,[S.AWAITING_CONNECT_ONLY_CONNECTION]:T,[S.AWAITING_FARCASTER_CONNECTION]:M,[S.AWAITING_FARCASTER_SIGNER]:k,[S.SELECT_PASSKEY_SIGNUP_OR_LOGIN]:me,[S.AWAITING_PASSKEY_SYSTEM_DIALOGUE]:ce,[S.PHANTOM_INTERSTITIAL_SCREEN]:ae,[S.LOGIN_FAILED_SCREEN]:se,[S.AWAITING_OAUTH_SCREEN]:ne,[S.CROSS_APP_AUTH_SCREEN]:b,[S.ALLOWLIST_REJECTION_SCREEN]:C,[S.ACCOUNT_NOT_FOUND_SCREEN]:u,[S.USER_LIMIT_REACHED_SCREEN]:Ae,[S.INSTALL_PHANTOM_SCREEN]:X,[S.LINK_EMAIL_SCREEN]:Z,[S.LINK_PHONE_SCREEN]:oe,[S.LINK_WALLET_SCREEN]:re,[S.LINK_PASSKEY_SCREEN]:ee,[S.UPDATE_EMAIL_SCREEN]:Ce,[S.UPDATE_PHONE_SCREEN]:fe,[S.CONNECT_ONLY_LANDING_SCREEN]:N,[S.CONNECT_ONLY_AUTHENTICATED_SCREEN]:_,[S.EMBEDDED_WALLET_ON_ACCOUNT_CREATE_SCREEN]:D,[S.EMBEDDED_WALLET_CREATED_SCREEN]:w,[S.EMBEDDED_WALLET_CONNECTING_SCREEN]:y,[S.EMBEDDED_WALLET_PASSWORD_RECOVERY_SCREEN]:pe,[S.EMBEDDED_WALLET_RECOVERY_SELECTION_SCREEN]:je,[S.EMBEDDED_WALLET_SET_AUTOMATIC_RECOVERY_SCREEN]:Ee,[S.EMBEDDED_WALLET_RECOVERY_OAUTH_SCREEN]:le,[S.EMBEDDED_WALLET_KEY_EXPORT_SCREEN]:v,[S.EMBEDDED_WALLET_SIGN_REQUEST_SCREEN]:he,[S.EMBEDDED_WALLET_SEND_TRANSACTION_SCREEN]:ue,[S.EMBEDDED_WALLET_SEND_SOLANA_TRANSACTION_SCREEN]:Se,[S.EMBEDDED_WALLET_DELEGATED_ACTIONS_CONSENT_SCREEN]:L,[S.EMBEDDED_WALLET_DELEGATED_ACTIONS_REVOKE_SCREEN]:R,[S.FUNDING_METHOD_SELECTION_SCREEN]:H,[S.MOONPAY_STATUS_SCREEN]:K,[S.COINBASE_ONRAMP_STATUS_SCREEN]:U,[S.FUNDING_TRANSFER_FROM_WALLET_SCREEN]:Y,[S.FUNDING_EDIT_AMOUNT_SCREEN]:V,[S.FUNDING_AWAITING_TRANSFER_FROM_EXTERNAL_WALLET_SCREEN]:x,[S.FUNDING_AWAITING_TRANSFER_FROM_EXTERNAL_SOLANA_WALLET_SCREEN]:B,[S.FUNDING_AWAITING_EVM_TO_SOL_BRIDGING_SCREEN]:F,[S.FUNDING_AWAITING_SOL_TO_EVM_BRIDGING_SCREEN]:G,[S.FUNDING_MANUAL_TRANSFER_SCREEN]:q,[S.EMBEDDED_WALLET_PASSWORD_UPDATE_SPLASH_SCREEN]:P,[S.EMBEDDED_WALLET_PASSWORD_UPDATE_SCREEN]:O,[S.EMBEDDED_WALLET_PASSWORD_CREATE_SCREEN]:de,[S.MFA_ENROLLMENT_FLOW_SCREEN]:ie,[S.CAPTCHA_SCREEN]:A,[S.ERROR_SCREEN]:W,[S.IN_APP_BROWSER_LOGIN_NOT_POSSIBLE]:z,[S.AFFIRMATIVE_CONSENT_SCREEN]:g,[S.TELEGRAM_AUTH_SCREEN]:ge,[S.LINK_CONFLICT_SCREEN]:h},ve=[S.LANDING,S.AWAITING_CONNECTION],De=({isMfaVerifying:s,onMfaVerificationComplete:t})=>{let{ready:n,isModalOpen:m}=d(),{headless:p}=c(),{ready:j,currentScreen:E}=l(),{status:u,execute:h,reset:g,enabled:C}=a(),f=m&&E&&ve.includes(E)&&!p&&"ready"===u;return i((()=>{f&&h()}),[f]),i((()=>{!m&&C&&g()}),[m,C]),n&&j||E===S.AWAITING_OAUTH_SCREEN||E===S.CROSS_APP_AUTH_SCREEN||E===S.TELEGRAM_AUTH_SCREEN?!E&&s?/*#__PURE__*/e(te,{open:s,onClose:t}):E?/*#__PURE__*/o(r,{children:[/*#__PURE__*/e(J,{$if:!!s,children:/*#__PURE__*/e(we[E],{})}),/*#__PURE__*/e(J,{$if:!s,children:/*#__PURE__*/e(te,{open:s,onClose:t})})]}):null:/*#__PURE__*/o(r,{children:[/*#__PURE__*/e(ye,{}),/*#__PURE__*/e(Ie,{}),/*#__PURE__*/e(Te,{children:/*#__PURE__*/e(Le,{})}),/*#__PURE__*/e(be,{}),/*#__PURE__*/e(Re,{})]})},Oe=({isMfaVerifying:o,onMfaVerificationComplete:r})=>{let s=t(null);/*#__PURE__*/return e(Me,{style:{height:j(s)},id:"privy-modal-content",children:/*#__PURE__*/e("div",{ref:s,children:/*#__PURE__*/e(De,{isMfaVerifying:o,onMfaVerificationComplete:r})})})};const Pe=({open:o})=>{let{app:r}=l(),{gracefulClosePrivyModal:i}=(()=>{let{closePrivyModal:e}=p(),{onUserCloseViaDialogOrKeybindRef:o}=l();return{gracefulClosePrivyModal:n((()=>{if(!o?.current)return e({shouldCallAuthOnSuccess:!1});o.current()}),[e])}})(),[t,m]=s(!1);E({onMfaRequired:()=>{r?.mfa.noPromptOnMfaRequired||m(!0)}});let c=o||t;return r.render.standalone?/*#__PURE__*/e(_e,{children:/*#__PURE__*/e(We,{id:"privy-modal-content",children:/*#__PURE__*/e(De,{isMfaVerifying:t,onMfaVerificationComplete:()=>m(!1)})})}):/*#__PURE__*/e(Ne,{open:c,id:"privy-dialog","aria-label":"log in or sign up","aria-labelledby":"privy-dialog-title",onClick:()=>i(),children:/*#__PURE__*/e(_e,{children:/*#__PURE__*/e(Oe,{isMfaVerifying:t,onMfaVerificationComplete:()=>m(!1)})})})};let We=/*#__PURE__*/m.div.withConfig({displayName:"ContentWrapper",componentId:"sc-5c971bfb-0"})(["display:flex;flex-direction:column;text-align:center;font-size:14px;line-height:20px;width:100%;background:var(--privy-color-background);padding:0 16px;"]),Me=/*#__PURE__*/m(We).withConfig({displayName:"BaseModal",componentId:"sc-5c971bfb-1"})(["transition:height 150ms ease-out;overflow:hidden;max-height:calc(100svh - 32px);border-radius:var(--privy-border-radius-lg) var(--privy-border-radius-lg) 0 0;box-shadow:0px 0px 36px rgba(55,65,81,0.15);@media (min-width:441px){box-shadow:0px 8px 36px rgba(55,65,81,0.15);border-radius:var(--privy-border-radius-lg);}"]);export{Pe as LoginModal};
@@ -1 +1 @@
1
- import{defaultClientConfig as e}from"./configuration/defaultClientConfig.mjs";import{toCustomLoginMethodConfig as n}from"./configuration/login-methods.mjs";import{toWalletListConfig as o}from"./configuration/wallets.mjs";import{DEFAULT_SUPPORTED_CHAINS as t}from"./connectors/chains/index.mjs";import{mainnet as a}from"./connectors/chains/mainnet.mjs";import{addPrivyRpcToChain as l}from"./connectors/chains/utils.mjs";import{SOLANA_MAINNET_RPC_URL as i,SOLANA_TESTNET_RPC_URL as s,SOLANA_DEVNET_RPC_URL as r}from"./lib/solana/index.mjs";import{generatePalette as c}from"./theme.mjs";import"./constants.mjs";import"./connectors/chains/arbitrum.mjs";import"./connectors/chains/arbitrumSepolia.mjs";import"./connectors/chains/avalanche.mjs";import"./connectors/chains/avalancheFuji.mjs";import"./connectors/chains/base.mjs";import"./connectors/chains/baseSepolia.mjs";import"./connectors/chains/berachainArtio.mjs";import"./connectors/chains/celo.mjs";import"./connectors/chains/celoAlfajores.mjs";import"./connectors/chains/filecoin.mjs";import"./connectors/chains/filecoinCalibration.mjs";import"./connectors/chains/garnetHolesky.mjs";import"./connectors/chains/holesky.mjs";import"./connectors/chains/linea.mjs";import"./connectors/chains/lineaTestnet.mjs";import"./connectors/chains/lukso.mjs";import"./connectors/chains/optimism.mjs";import"./connectors/chains/optimismSepolia.mjs";import"./connectors/chains/polygon.mjs";import"./connectors/chains/polygonAmoy.mjs";import"./connectors/chains/redstone.mjs";import"./connectors/chains/sepolia.mjs";import"./connectors/chains/zora.mjs";import"./connectors/chains/zoraSepolia.mjs";import"./connectors/chains/zoraTestnet.mjs";import"tinycolor2";function d(t,a,l){let d,h,m,u,g,f,C,y,b,w,A,j,W,M,O,v=l?console.warn:()=>{};a?.loginMethods?(d=a.loginMethods.includes("email"),h=a.loginMethods.includes("sms"),u=a.loginMethods.includes("wallet"),g=a.loginMethods.includes("google"),f=a.loginMethods.includes("twitter"),C=a.loginMethods.includes("discord"),b=a.loginMethods.includes("spotify"),w=a.loginMethods.includes("instagram"),y=a.loginMethods.includes("tiktok"),j=a.loginMethods.includes("github"),A=a.loginMethods.includes("linkedin"),W=a.loginMethods.includes("apple"),M=a.loginMethods.includes("farcaster"),O=a.loginMethods.includes("telegram")):(d=t.emailAuth,h=t.smsAuth,u=t.walletAuth||t.solanaWalletAuth,g=t.googleOAuth,f=t.twitterOAuth,C=t.discordOAuth,j=t.githubOAuth,b=t.spotifyOAuth,w=t.instagramOAuth,y=t.tiktokOAuth,A=t.linkedinOAuth,W=t.appleOAuth,M=t.farcasterAuth,O=t.telegramAuth),"undefined"!=typeof window&&"function"!=typeof window.PublicKeyCredential?m=!1:t.passkeyAuth&&(m=!0);let U=[d,h].filter(Boolean),k=[g,f,C,j,b,w,y,A,W,M,O].filter(Boolean),x=[u].filter(Boolean);if(U.length+k.length+x.length===0)throw Error("You must enable at least one login method");let P=void 0!==a?.appearance?.showWalletLoginFirst?a?.appearance?.showWalletLoginFirst:t.showWalletLoginFirst;P&&0===x.length?(v("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),P=!1):P||k.length+U.length!==0||(v("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),P=!0);let S=a?.externalWallets?.walletConnect?.enabled??!0;a?.loginMethods&&a.loginMethodsAndOrder&&v("You should only configure one of `loginMethods` or `loginMethodsAndOrder`");let F=o({input:a?.appearance?.walletList,overrides:a?.loginMethodsAndOrder}),L=n({input:a?.loginMethodsAndOrder}),E=a?.intl?.defaultCountry??"US",{chains:T,defaultChain:I}=p({supportedChains:a?.supportedChains,defaultChainFromConfig:a?.defaultChain}),q=!!a?.defaultChain,D=a?.customAuth?.getCustomAccessToken&&!1!==a?.customAuth?.enabled,{requireUserPasswordOnCreate:R,...H}=a?.embeddedWallets??{},Y=a?.solanaClusters??[];return t.solanaWalletAuth&&!a?.externalWallets?.solana?.connectors&&console.warn("App configuration has Solana wallet login enabled, but no Solana wallet connectors have been passed to Privy. Make sure to pass Solana connectors to the `config.externalWallets.solana.connectors` field of the `PrivyProvider`"),{id:t.id,name:t.name,allowlistConfig:t.allowlistConfig,legacyWalletUiConfig:t.legacyWalletUiConfig,appearance:{logo:a?.appearance?.logo??t.logoUrl,landingHeader:a?.appearance?.landingHeader??e.appearance.landingHeader,loginMessage:"string"==typeof a?.appearance?.loginMessage?a?.appearance?.loginMessage.slice(0,100):a?.appearance?.loginMessage,footerLogo:a?.appearance?.footerLogo,palette:c({backgroundTheme:a?.appearance?.theme??e.appearance.theme,accentHex:a?.appearance?.accentColor??t.accentColor??e.appearance.accentColor}),loginGroupPriority:P?"web3-first":"web2-first",hideDirectWeb2Inputs:!!a?.appearance?.hideDirectWeb2Inputs,walletList:F,walletChainType:a?.appearance?.walletChainType??(({evmWalletAuth:e,solanaWalletAuth:n})=>e&&n?"ethereum-and-solana":e?"ethereum-only":n?"solana-only":"ethereum-only")({evmWalletAuth:t.walletAuth??!1,solanaWalletAuth:t.solanaWalletAuth??!1})},loginMethods:{wallet:u,email:d,sms:h,passkey:m,google:g,twitter:f,discord:C,github:j,spotify:b,instagram:w,tiktok:y,linkedin:A,apple:W,farcaster:M,telegram:O},disablePlusEmails:t.disablePlusEmails,loginMethodsAndOrder:L,legal:{termsAndConditionsUrl:a?.legal?.termsAndConditionsUrl??t.termsAndConditionsUrl,privacyPolicyUrl:a?.legal?.privacyPolicyUrl??t.privacyPolicyUrl,requireUsersAcceptTerms:t.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:a?.walletConnectCloudProjectId??t.walletConnectCloudProjectId??e.walletConnectCloudProjectId,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},chains:T,solanaClusters:{"mainnet-beta":Y.find((e=>"mainnet-beta"===e.name))?.rpcUrl||i,testnet:Y.find((e=>"testnet"===e.name))?.rpcUrl||s,devnet:Y.find((e=>"devnet"===e.name))?.rpcUrl||r},defaultChain:I,intl:{defaultCountry:E},shouldEnforceDefaultChainOnConnect:q,captchaEnabled:t.captchaEnabled??e.captchaEnabled,captchaSiteKey:t.captchaSiteKey,externalWallets:{coinbaseWallet:{connectionOptions:a?.externalWallets?.coinbaseWallet?.connectionOptions??e.externalWallets.coinbaseWallet.connectionOptions},walletConnect:{enabled:S},solana:{connectors:a?.externalWallets?.solana?.connectors}},embeddedWallets:{...t.embeddedWalletConfig,..."boolean"==typeof R?{requireUserOwnedRecoveryOnCreate:R}:{},...D?{createOnLogin:"all-users",requireUserOwnedRecoveryOnCreate:!1,userOwnedRecoveryOptions:["user-passcode"]}:{},priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...H,showWalletUIs:a?.embeddedWallets?.showWalletUIs??t.enforceWalletUis??!0,extendedCalldataDecoding:a?.embeddedWallets?.extendedCalldataDecoding},mfa:{methods:t.mfaMethods??[],noPromptOnMfaRequired:a?.mfa?.noPromptOnMfaRequired??!1},customAuth:D?{enabled:!0,...a.customAuth}:void 0,loginConfig:{telegramAuthConfiguration:t.telegramAuthConfiguration,passkeysForSignupEnabled:t.passkeysForSignupEnabled},headless:!!a?.headless,render:{standalone:a?._render?.standalone??e._render.standalone},fundingConfig:t.fundingConfig,fundingMethodConfig:{...a?.fundingMethodConfig??e.fundingMethodConfig,moonpay:{...a?.fundingMethodConfig?.moonpay??e.fundingMethodConfig.moonpay,useSandbox:a?.fundingMethodConfig?.moonpay.useSandbox??a?.fiatOnRamp?.useSandbox??e.fundingMethodConfig.moonpay.useSandbox}}}}function h(e){if(!e)return{};let{appearance:n,supportedChains:o,defaultChain:t,externalWallets:a,...l}=e;return{...l,...o?{supportedChains:o.map((e=>e.id))}:void 0,...t?{defaultChain:t.id}:void 0,...a?{walletConnect:a.walletConnect,coinbaseWallet:a.coinbaseWallet,solana:{connectors:a.solana?.connectors?.get().map((e=>e.walletClientType))}}:void 0}}function p({supportedChains:e,defaultChainFromConfig:n}){let o;if(e){if(0===e.length)throw Error("`supportedChains` must contain at least one chain");o=e.map((e=>{if(e.rpcUrls.privyWalletOverride)return e;let n=t.find((n=>n.id===e.id)),o=n?.rpcUrls.privy?.http[0];return o?l(e,o):e}))}else o=[...t];let i=e?o[0]:a,s=n??i;if(!o.find((e=>e.id===s.id)))throw Error("`defaultChain` must be included in `supportedChains`");return{chains:o,defaultChain:s}}export{p as buildChainsAndDefaultChain,d as generateAppConfig,h as generateClientConfigAnalyticsPayload};
1
+ import{defaultClientConfig as e}from"./configuration/defaultClientConfig.mjs";import{toCustomLoginMethodConfig as n}from"./configuration/login-methods.mjs";import{toWalletListConfig as o}from"./configuration/wallets.mjs";import{DEFAULT_SUPPORTED_CHAINS as t}from"./connectors/chains/index.mjs";import{mainnet as a}from"./connectors/chains/mainnet.mjs";import{addPrivyRpcToChain as l}from"./connectors/chains/utils.mjs";import{SOLANA_MAINNET_RPC_URL as i,SOLANA_TESTNET_RPC_URL as s,SOLANA_DEVNET_RPC_URL as r}from"./lib/solana/index.mjs";import{generatePalette as c}from"./theme.mjs";import"./constants.mjs";import"./connectors/chains/arbitrum.mjs";import"./connectors/chains/arbitrumSepolia.mjs";import"./connectors/chains/avalanche.mjs";import"./connectors/chains/avalancheFuji.mjs";import"./connectors/chains/base.mjs";import"./connectors/chains/baseSepolia.mjs";import"./connectors/chains/berachainArtio.mjs";import"./connectors/chains/celo.mjs";import"./connectors/chains/celoAlfajores.mjs";import"./connectors/chains/filecoin.mjs";import"./connectors/chains/filecoinCalibration.mjs";import"./connectors/chains/garnetHolesky.mjs";import"./connectors/chains/holesky.mjs";import"./connectors/chains/linea.mjs";import"./connectors/chains/lineaTestnet.mjs";import"./connectors/chains/lukso.mjs";import"./connectors/chains/optimism.mjs";import"./connectors/chains/optimismSepolia.mjs";import"./connectors/chains/polygon.mjs";import"./connectors/chains/polygonAmoy.mjs";import"./connectors/chains/redstone.mjs";import"./connectors/chains/sepolia.mjs";import"./connectors/chains/zora.mjs";import"./connectors/chains/zoraSepolia.mjs";import"./connectors/chains/zoraTestnet.mjs";import"tinycolor2";function d(t,a,l){let d,h,u,m,g,f,C,y,b,w,A,j,M,W,O,U=l?console.warn:()=>{};a?.loginMethods?(d=a.loginMethods.includes("email"),h=a.loginMethods.includes("sms"),m=a.loginMethods.includes("wallet"),g=a.loginMethods.includes("google"),f=a.loginMethods.includes("twitter"),C=a.loginMethods.includes("discord"),b=a.loginMethods.includes("spotify"),w=a.loginMethods.includes("instagram"),y=a.loginMethods.includes("tiktok"),j=a.loginMethods.includes("github"),A=a.loginMethods.includes("linkedin"),M=a.loginMethods.includes("apple"),W=a.loginMethods.includes("farcaster"),O=a.loginMethods.includes("telegram")):(d=t.emailAuth,h=t.smsAuth,m=t.walletAuth||t.solanaWalletAuth,g=t.googleOAuth,f=t.twitterOAuth,C=t.discordOAuth,j=t.githubOAuth,b=t.spotifyOAuth,w=t.instagramOAuth,y=t.tiktokOAuth,A=t.linkedinOAuth,M=t.appleOAuth,W=t.farcasterAuth,O=t.telegramAuth),"undefined"!=typeof window&&"function"!=typeof window.PublicKeyCredential?u=!1:t.passkeyAuth&&(u=!0);let v=[d,h].filter(Boolean),k=[g,f,C,j,b,w,y,A,M,W,O].filter(Boolean),x=[m].filter(Boolean),P=[u&&t.passkeysForSignupEnabled].filter(Boolean);if(v.length+k.length+x.length+P.length===0)throw Error("You must enable at least one login method");let S=void 0!==a?.appearance?.showWalletLoginFirst?a?.appearance?.showWalletLoginFirst:t.showWalletLoginFirst;S&&0===x.length?(U("You should only enable `showWalletLoginFirst` when `wallet` logins are also enabled. `showWalletLoginFirst` has been set to false"),S=!1):S||k.length+v.length!==0||(U("You should only disable `showWalletLoginFirst` when `email`, `sms`, or social logins are also enabled. `showWalletLoginFirst` has been set to true"),S=!0);let F=a?.externalWallets?.walletConnect?.enabled??!0;a?.loginMethods&&a.loginMethodsAndOrder&&U("You should only configure one of `loginMethods` or `loginMethodsAndOrder`");let E=o({input:a?.appearance?.walletList,overrides:a?.loginMethodsAndOrder}),L=n({input:a?.loginMethodsAndOrder}),T=a?.intl?.defaultCountry??"US",{chains:I,defaultChain:q}=p({supportedChains:a?.supportedChains,defaultChainFromConfig:a?.defaultChain}),D=!!a?.defaultChain,R=a?.customAuth?.getCustomAccessToken&&!1!==a?.customAuth?.enabled,{requireUserPasswordOnCreate:H,...B}=a?.embeddedWallets??{},Y=a?.solanaClusters??[];return t.solanaWalletAuth&&!a?.externalWallets?.solana?.connectors&&console.warn("App configuration has Solana wallet login enabled, but no Solana wallet connectors have been passed to Privy. Make sure to pass Solana connectors to the `config.externalWallets.solana.connectors` field of the `PrivyProvider`"),{id:t.id,name:t.name,allowlistConfig:t.allowlistConfig,legacyWalletUiConfig:t.legacyWalletUiConfig,appearance:{logo:a?.appearance?.logo??t.logoUrl,landingHeader:a?.appearance?.landingHeader??e.appearance.landingHeader,loginMessage:"string"==typeof a?.appearance?.loginMessage?a?.appearance?.loginMessage.slice(0,100):a?.appearance?.loginMessage,footerLogo:a?.appearance?.footerLogo,palette:c({backgroundTheme:a?.appearance?.theme??e.appearance.theme,accentHex:a?.appearance?.accentColor??t.accentColor??e.appearance.accentColor}),loginGroupPriority:S?"web3-first":"web2-first",hideDirectWeb2Inputs:!!a?.appearance?.hideDirectWeb2Inputs,walletList:E,walletChainType:a?.appearance?.walletChainType??(({evmWalletAuth:e,solanaWalletAuth:n})=>e&&n?"ethereum-and-solana":e?"ethereum-only":n?"solana-only":"ethereum-only")({evmWalletAuth:t.walletAuth??!1,solanaWalletAuth:t.solanaWalletAuth??!1})},loginMethods:{wallet:m,email:d,sms:h,passkey:u,google:g,twitter:f,discord:C,github:j,spotify:b,instagram:w,tiktok:y,linkedin:A,apple:M,farcaster:W,telegram:O},disablePlusEmails:t.disablePlusEmails,loginMethodsAndOrder:L,legal:{termsAndConditionsUrl:a?.legal?.termsAndConditionsUrl??t.termsAndConditionsUrl,privacyPolicyUrl:a?.legal?.privacyPolicyUrl??t.privacyPolicyUrl,requireUsersAcceptTerms:t.requireUsersAcceptTerms??!1},walletConnectCloudProjectId:a?.walletConnectCloudProjectId??t.walletConnectCloudProjectId??e.walletConnectCloudProjectId,rpcConfig:{rpcUrls:{},rpcTimeouts:{}},chains:I,solanaClusters:{"mainnet-beta":Y.find((e=>"mainnet-beta"===e.name))?.rpcUrl||i,testnet:Y.find((e=>"testnet"===e.name))?.rpcUrl||s,devnet:Y.find((e=>"devnet"===e.name))?.rpcUrl||r},defaultChain:q,intl:{defaultCountry:T},shouldEnforceDefaultChainOnConnect:D,captchaEnabled:t.captchaEnabled??e.captchaEnabled,captchaSiteKey:t.captchaSiteKey,externalWallets:{coinbaseWallet:{connectionOptions:a?.externalWallets?.coinbaseWallet?.connectionOptions??e.externalWallets.coinbaseWallet.connectionOptions},walletConnect:{enabled:F},solana:{connectors:a?.externalWallets?.solana?.connectors}},embeddedWallets:{...t.embeddedWalletConfig,..."boolean"==typeof H?{requireUserOwnedRecoveryOnCreate:H}:{},...R?{createOnLogin:"all-users",requireUserOwnedRecoveryOnCreate:!1,userOwnedRecoveryOptions:["user-passcode"]}:{},priceDisplay:{primary:"fiat-currency",secondary:"native-token"},...B,showWalletUIs:a?.embeddedWallets?.showWalletUIs??t.enforceWalletUis??!0,extendedCalldataDecoding:a?.embeddedWallets?.extendedCalldataDecoding},mfa:{methods:t.mfaMethods??[],noPromptOnMfaRequired:a?.mfa?.noPromptOnMfaRequired??!1},passkeys:{shouldUnenrollMfaOnUnlink:a?.passkeys?.shouldUnenrollMfaOnUnlink},customAuth:R?{enabled:!0,...a.customAuth}:void 0,loginConfig:{telegramAuthConfiguration:t.telegramAuthConfiguration,passkeysForSignupEnabled:t.passkeysForSignupEnabled},headless:!!a?.headless,render:{standalone:a?._render?.standalone??e._render.standalone},fundingConfig:t.fundingConfig,fundingMethodConfig:{...a?.fundingMethodConfig??e.fundingMethodConfig,moonpay:{...a?.fundingMethodConfig?.moonpay??e.fundingMethodConfig.moonpay,useSandbox:a?.fundingMethodConfig?.moonpay.useSandbox??a?.fiatOnRamp?.useSandbox??e.fundingMethodConfig.moonpay.useSandbox}}}}function h(e){if(!e)return{};let{appearance:n,supportedChains:o,defaultChain:t,externalWallets:a,...l}=e;return{...l,...o?{supportedChains:o.map((e=>e.id))}:void 0,...t?{defaultChain:t.id}:void 0,...a?{walletConnect:a.walletConnect,coinbaseWallet:a.coinbaseWallet,solana:{connectors:a.solana?.connectors?.get().map((e=>e.walletClientType))}}:void 0}}function p({supportedChains:e,defaultChainFromConfig:n}){let o;if(e){if(0===e.length)throw Error("`supportedChains` must contain at least one chain");o=e.map((e=>{if(e.rpcUrls.privyWalletOverride)return e;let n=t.find((n=>n.id===e.id)),o=n?.rpcUrls.privy?.http[0];return o?l(e,o):e}))}else o=[...t];let i=e?o[0]:a,s=n??i;if(!o.find((e=>e.id===s.id)))throw Error("`defaultChain` must be included in `supportedChains`");return{chains:o,defaultChain:s}}export{p as buildChainsAndDefaultChain,d as generateAppConfig,h as generateClientConfigAnalyticsPayload};
@@ -1 +1 @@
1
- import"eventemitter3";import"../embedded-wallets/rpc/types.mjs";export{E as Embedded1193Provider}from"../privy-provider-DOccla45.mjs";import"../lib/viem/toViemTransactionSerializable.mjs";import"../utils/index.mjs";import"../utils/eth/getPublicClient.mjs";import"./getRpcTimeout.mjs";import"./providerTypes.mjs";import"react/jsx-runtime";import"mipd";import"react";import"react-device-detect";import"viem/utils";import"../auth-flows/custom-jwt-account.mjs";import"../errors.mjs";import"ofetch";import"../paths.mjs";import"../auth-flows/email.mjs";import"../auth-flows/getUiHeader.mjs";import"../auth-flows/farcaster.mjs";import"./walletconnect-registry.mjs";import"../storage.mjs";import"./get-legacy-injected-providers.mjs";import"./is-wallet-installed.mjs";import"viem";import"../effect.mjs";import"../auth-flows/guest.mjs";import"jose";import"../constants.mjs";import"../crypto.mjs";import"../auth-flows/passkey.mjs";import"../auth-flows/siwe.mjs";import"../lib/siwe.mjs";import"../auth-flows/siws.mjs";import"../lib/siws.mjs";import"../auth-flows/sms.mjs";import"../auth-flows/telegram.mjs";import"../hooks/captcha-context.mjs";import"../hooks/index.mjs";import"uuid";import"../accessToken.mjs";import"../token.mjs";import"../client/user.mjs";import"./coinbase.mjs";import"@coinbase/wallet-sdk";import"../svg/coinbase-wallet.mjs";import"./chains/index.mjs";import"./chains/arbitrum.mjs";import"./chains/arbitrumSepolia.mjs";import"./chains/avalanche.mjs";import"./chains/avalancheFuji.mjs";import"./chains/base.mjs";import"./chains/baseSepolia.mjs";import"./chains/berachainArtio.mjs";import"./chains/celo.mjs";import"./chains/celoAlfajores.mjs";import"./chains/filecoin.mjs";import"./chains/filecoinCalibration.mjs";import"./chains/garnetHolesky.mjs";import"./chains/holesky.mjs";import"./chains/linea.mjs";import"./chains/lineaTestnet.mjs";import"./chains/lukso.mjs";import"./chains/mainnet.mjs";import"./chains/optimism.mjs";import"./chains/optimismSepolia.mjs";import"./chains/polygon.mjs";import"./chains/polygonAmoy.mjs";import"./chains/redstone.mjs";import"./chains/sepolia.mjs";import"./chains/zora.mjs";import"./chains/zoraSepolia.mjs";import"./chains/zoraTestnet.mjs";import"./errors.mjs";import"@privy-io/js-sdk-core";import"./ethereum/index.mjs";import"./areWalletArraysEqual.mjs";import"./isBaseConnectedEthereumWallet.mjs";import"./base.mjs";import"./privyProxyProvider.mjs";import"./embedded.mjs";import"../svg/blobby.mjs";import"../components/Captcha.mjs";import"@marsidev/react-turnstile";import"../components/LoginModal.mjs";import"styled-components";import"../configuration/context.mjs";import"../config.mjs";import"../configuration/defaultClientConfig.mjs";import"../configuration/login-methods.mjs";import"../configuration/wallets.mjs";import"./chains/utils.mjs";import"../lib/solana/index.mjs";import"../theme.mjs";import"tinycolor2";import"../lib/cybr53.mjs";import"../hooks/internal-context.mjs";import"../hooks/modal-context.mjs";import"../components/PrefetchedImage.mjs";import"../screens/index.mjs";import"../hooks/privy-context.mjs";import"../hooks/useElementHeight.mjs";import"../hooks/useRegisterMfaListener.mjs";import"../hooks/events-context.mjs";import"../screens/AccountNotFoundScreen.mjs";import"@heroicons/react/24/outline/QuestionMarkCircleIcon";import"../components/Button.mjs";import"../components/Loader.mjs";import"../components/CircleBackground.mjs";import"../components/ModalHeader.mjs";import"@heroicons/react/24/outline/ArrowLeftIcon";import"@heroicons/react/24/outline/ArrowRightIcon";import"@heroicons/react/24/outline/XMarkIcon";import"../components/layout/StackedContainer.mjs";import"../screens/LandingScreen/styles.mjs";import"../screens/AccountTransferScreen/LinkConflictScreen.mjs";import"@heroicons/react/24/outline/ExclamationTriangleIcon";import"@heroicons/react/24/outline/WalletIcon";import"../components/CircleBorder.mjs";import"../components/ModalFooter.mjs";import"../svg/protected-by-privy.mjs";import"../components/ui/wallet/Address.mjs";import"@heroicons/react/24/outline/CheckIcon";import"@heroicons/react/24/outline/Square2StackIcon";import"../lib/capitalizeFirstLetter.mjs";import"../svg/circle-alert.mjs";import"../screens/AccountTransferScreen/AccountTransferButton.mjs";import"../screens/AccountTransferScreen/EmbeddedWalletInfoView.mjs";import"../screens/AccountTransferScreen/styled.mjs";import"@heroicons/react/24/outline/ExclamationCircleIcon";import"../screens/AffirmativeConsentScreen.mjs";import"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import"@heroicons/react/24/solid/DocumentCheckIcon";import"../screens/MfaScreens/StyledComponents.mjs";import"../screens/AllowlistRejectionScreen.mjs";import"../svg/lock-closed.mjs";import"../screens/AwaitingPasswordlessCodeScreen.mjs";import"@heroicons/react/20/solid/CheckIcon";import"@heroicons/react/24/outline/EnvelopeIcon";import"@heroicons/react/24/outline/PhoneIcon";import"../components/Layouts.mjs";import"../components/ScreenHeader.mjs";import"../screens/CaptchaScreen.mjs";import"@heroicons/react/24/solid/CheckCircleIcon";import"@heroicons/react/24/solid/XCircleIcon";import"../components/WrappedLoader.mjs";import"../screens/ConnectOnlyAuthenticatedScreen.mjs";import"../screens/LandingScreen/WalletButtonList.mjs";import"../screens/LandingScreen/EmptyWalletView.mjs";import"../screens/LandingScreen/WalletButton.mjs";import"../components/external-wallets/InjectedWalletIcon.mjs";import"../components/ui/chips/Chip.mjs";import"../components/ui/animation/LoadingSkeleton.mjs";import"../lib/external-wallets/displayHelpers.mjs";import"../svg/brave-browser-icon.mjs";import"../svg/bybit.mjs";import"../svg/cryptocom.mjs";import"../svg/metamask.mjs";import"../svg/phantom.mjs";import"../svg/rabby.mjs";import"../svg/rainbow.mjs";import"../svg/safe.mjs";import"../svg/uniswap.mjs";import"../svg/universal-profile.mjs";import"../svg/wallet-connect.mjs";import"../svg/zerion.mjs";import"../lib/isEmbeddedWebview.mjs";import"../recent-login/context.mjs";import"../screens/ConnectOnlyLandingScreen.mjs";import"../screens/ConnectOnlyStatusScreen.mjs";import"../svg/browser-extension-wallet-icon.mjs";import"../screens/ConnectionStatusScreen.mjs";import"./userAlreadyHasConnectedCoinbaseWallet.mjs";import"./walletconnect-v2.mjs";import"@walletconnect/ethereum-provider";import"../hook-utils/useInterval.mjs";import"../lib/useHasTabbedAway.mjs";import"../screens/CrossAppAuthScreen.mjs";import"../components/ProviderAppLogo.mjs";import"../hooks/useLogout.mjs";import"../screens/DelegatedActionsConsentScreen.mjs";import"@heroicons/react/24/outline/CheckCircleIcon";import"@heroicons/react/24/outline/CloudArrowUpIcon";import"../components/ui/wallet/WalletInfoCard.mjs";import"../components/ui/layout/Column.mjs";import"../components/ui/typography/ErrorMessage.mjs";import"../components/ui/typography/LabelXs.mjs";import"../components/ui/wallet/shared.mjs";import"../screens/DelegatedActionsRevokeScreen.mjs";import"@heroicons/react/24/outline/NoSymbolIcon";import"../screens/EmbeddedWalletConnectingScreen.mjs";import"../components/primitives/LoadingSpinner/index.mjs";import"../embedded-wallets/errors.mjs";import"../embedded-wallets/types.mjs";import"../lib/embeddedWalletRecovery.mjs";import"../lib/pkce.mjs";import"../screens/EmbeddedWalletCreatedScreen.mjs";import"../screens/EmbeddedWalletKeyExportScreen.mjs";import"../components/ui/banners/WarningBanner.mjs";import"../components/ui/typography/Subtitle.mjs";import"../components/ui/typography/Title.mjs";import"../screens/EmbeddedWalletOnAccountCreateScreen.mjs";import"../hooks/useEmbeddedWalletCreate.mjs";import"../screens/EmbeddedWalletPasswordUpdateScreen.mjs";import"../password.mjs";import"fast-password-entropy";import"secure-password-utilities";import"secure-password-utilities/wordlists";import"../components/embedded-wallets/SetWalletPasswordForm/SetWalletPasswordForm.mjs";import"../components/embedded-wallets/SetWalletPasswordForm/ConfimWalletPasswordForm.mjs";import"../components/embedded-wallets/SetWalletPasswordForm/shared.mjs";import"@heroicons/react/24/outline/ArrowPathIcon";import"@heroicons/react/24/outline/EyeIcon";import"@heroicons/react/24/outline/EyeSlashIcon";import"../components/embedded-wallets/SetWalletPasswordForm/ConfimWalletPasswordSaved.mjs";import"../components/Checkbox.mjs";import"../components/embedded-wallets/SetWalletPasswordForm/CreateWalletPassword.mjs";import"@heroicons/react/24/outline/KeyIcon";import"../components/embedded-wallets/SetWalletPasswordForm/SaveWalletPassword.mjs";import"@heroicons/react/24/outline/ArrowDownTrayIcon";import"@heroicons/react/24/outline/ClipboardDocumentCheckIcon";import"@heroicons/react/24/outline/DocumentDuplicateIcon";import"../components/embedded-wallets/SetWalletPasswordForm/SetWalletPasswordComplete.mjs";import"../components/embedded-wallets/SetWalletPasswordForm/setWalletPassword.hooks.mjs";import"../screens/EmbeddedWalletPasswordUpdateSplashScreen.mjs";import"@heroicons/react/24/outline/UserCircleIcon";import"@heroicons/react/24/solid/LockClosedIcon";import"../screens/ErrorScreen.mjs";import"../screens/FarcasterConnectStatusScreen.mjs";import"../components/CopyToClipboard.mjs";import"../svg/checkmark.mjs";import"../svg/copy.mjs";import"../components/OpenLink.mjs";import"../components/QrCode.mjs";import"qrcode";import"../svg/black-rounded-square.mjs";import"../svg/farcaster.mjs";import"../screens/FarcasterSignerStatusScreen.mjs";import"../screens/Funding/AwaitingEvmToSolBridgingScreen.mjs";import"../components/embedded-wallets/FundWalletMethodHeader.mjs";import"../components/primitives/NeutralSpinner/index.mjs";import"../hooks/useGetTokenPrice.mjs";import"../hooks/useGetSolPrice.mjs";import"../hooks/useWallets.mjs";import"../lib/funding/analytics.mjs";import"../lib/funding/reservoir.mjs";import"../lib/solana/transaction.mjs";import"../utils/buffer/readBigInt64LE.mjs";import"../lib/wallets/actions/getBalanceForChains.mjs";import"../plugins/context/PrivyPluginContext.mjs";import"../plugins/solana-funding/id.mjs";import"../screens/Funding/BridgeNetworkSelectionView.mjs";import"../components/ui/layout/Row.mjs";import"../components/ui/typography/LabelSm.mjs";import"../components/ui/wallet/NetworkBalanceCard.mjs";import"../components/ui/typography/Value.mjs";import"../components/ui/wallet/NetworkIcon.mjs";import"@heroicons/react/24/outline/GlobeAltIcon";import"../components/ui/icons/Arbitum.mjs";import"../components/ui/icons/Avalanche.mjs";import"../components/ui/icons/Base.mjs";import"../components/ui/icons/Celo.mjs";import"../components/ui/icons/Linea.mjs";import"../components/ui/icons/Mainnnet.mjs";import"../components/ui/icons/Optimism.mjs";import"../components/ui/icons/Polygon.mjs";import"../components/ui/icons/Solana.mjs";import"../components/ui/icons/Zora.mjs";import"../components/ui/wallet/NetworkSelectorPanel.mjs";import"@headlessui/react";import"@heroicons/react/24/outline/ChevronDownIcon";import"../lib/ethers.mjs";import"../screens/Funding/styles.mjs";import"../screens/LinkPasskeyScreen.mjs";import"@heroicons/react/24/outline/ClockIcon";import"@heroicons/react/24/outline/TrashIcon";import"@heroicons/react/24/solid/CheckBadgeIcon";import"../svg/face-id.mjs";import"../svg/fingerprint.mjs";import"../screens/Funding/TransferOrBridgeLoadingScreen.mjs";import"../screens/Funding/AwaitingExternalSolanaTransferScreen.mjs";import"../hooks/solana/useSolanaWallets.mjs";import"../screens/Funding/AwaitingExternalTransferScreen.mjs";import"../lib/erc20/actions/abis/transfer.mjs";import"../lib/erc20/formatErc20TokenAmount.mjs";import"../lib/wallets/actions/getErc20Balance.mjs";import"../screens/Funding/AwaitingSolToEvmBridgingScreen.mjs";import"../screens/Funding/CoinbaseOnrampStatusScreen.mjs";import"@heroicons/react/24/solid/ArrowsRightLeftIcon";import"../screens/Funding/FundingEditAmountScreen.mjs";import"../screens/Funding/FundingMethodSelectionScreen.mjs";import"@heroicons/react/24/outline/CreditCardIcon";import"@heroicons/react/24/outline/QrCodeIcon";import"../components/ui/banners/ErrorBanner.mjs";import"../components/ui/banners/InfoBanner.mjs";import"@heroicons/react/24/outline/InformationCircleIcon";import"../components/ui/icons/ApplePay.mjs";import"../components/ui/icons/GooglePay.mjs";import"../hook-utils/useAsyncValue.mjs";import"../icons/WalletCards.mjs";import"../lib/erc20/actions/getErc20TokenInfo.mjs";import"../lib/funding/prepareFundingMethods.mjs";import"../lib/funding/coinbase/isSupportedChainIdForCoinbaseOnramp.mjs";import"../lib/funding/coinbase/triggerCoinbaseFlow.mjs";import"../lib/popup/triggerPopup.mjs";import"../lib/funding/coinbase/toCoinbaseBlockchainFromChainId.mjs";import"../lib/funding/moonpay/index.mjs";import"../lib/funding/moonpay/triggerMoonpayFlow.mjs";import"../payment-request/isPaymentRequestAvailable.mjs";import"../screens/Funding/ManualTransferScreen.mjs";import"../hooks/useWalletBalance.mjs";import"../screens/Funding/MoonpayStatusScreen.mjs";import"../svg/moonpay.mjs";import"../screens/Funding/TransferFromWalletScreen.mjs";import"../screens/LandingScreen/WalletOverflowButton.mjs";import"@heroicons/react/24/outline/ChevronRightIcon";import"../screens/InAppBrowserLoginNotPossible.mjs";import"../screens/InstallPhantomScreen.mjs";import"../components/TodoList.mjs";import"../svg/check-badge.mjs";import"../screens/LandingScreen/ConnectOrCreateScreen.mjs";import"../screens/LandingScreen/CustomLandingScreenView.mjs";import"../lib/toDisplayFromAccountType.mjs";import"../screens/LandingScreen/AppLogoHeader.mjs";import"../components/AppLogo.mjs";import"../screens/LandingScreen/CrossAppButton.mjs";import"../screens/LandingScreen/EmailButton.mjs";import"../components/ConnectEmailForm.mjs";import"../components/ui/forms/EmailInputForm.mjs";import"../screens/LandingScreen/FarcasterButton.mjs";import"../screens/LandingScreen/PasskeyLink.mjs";import"../screens/LandingScreen/SmsButton.mjs";import"../components/ConnectPhoneForm.mjs";import"../components/PhoneCountryDropdown.mjs";import"../screens/LandingScreen/SocialButton.mjs";import"../svg/apple.mjs";import"../svg/discord.mjs";import"../svg/github.mjs";import"../svg/google.mjs";import"../svg/instagram.mjs";import"../svg/linkedin.mjs";import"../svg/spotify.mjs";import"../svg/tiktok.mjs";import"../svg/twitter.mjs";import"../screens/LandingScreen/TelegramButton.mjs";import"../svg/telegram.mjs";import"../screens/LandingScreen/Web2OverflowButton.mjs";import"../screens/LandingScreen/LandingScreenView.mjs";import"../svg/email-or-phone.mjs";import"../screens/LandingScreen/LandingScreen.mjs";import"../screens/LinkEmailScreen.mjs";import"../screens/LinkPhoneScreen.mjs";import"../screens/LinkWalletScreen.mjs";import"../screens/LoginFailedScreen.mjs";import"../svg/error-circle.mjs";import"../screens/MfaScreens/MfaEnrollmentFlowScreen.mjs";import"@heroicons/react/24/outline/ShieldCheckIcon";import"@heroicons/react/24/solid/IdentificationIcon";import"../hooks/useMfa.mjs";import"../hooks/useMfaEnrollment.mjs";import"../svg/mfa-shield.mjs";import"../screens/MfaScreens/EnrollLandingScreen.mjs";import"@heroicons/react/24/outline/DevicePhoneMobileIcon";import"@heroicons/react/24/outline/FingerPrintIcon";import"@heroicons/react/24/outline/MinusCircleIcon";import"../screens/MfaScreens/EnrollPasskey.mjs";import"@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon";import"../screens/MfaScreens/EnrollSms.mjs";import"../components/PinInput.mjs";import"../screens/MfaScreens/EnrollTotp.mjs";import"../svg/qr-codes.mjs";import"@heroicons/react/24/solid/ShieldCheckIcon";import"../screens/MfaScreens/MfaVerifyFlowScreen.mjs";import"../components/embedded-wallets/TransactionDetailsWrapper.mjs";import"../lib/viem/prepareTransactionRequest.mjs";import"../components/embedded-wallets/TransactionDetails.mjs";import"../components/embedded-wallets/DisplayInfoItem.mjs";import"../components/embedded-wallets/PriceDisplay.mjs";import"../components/embedded-wallets/TransactionTotal.mjs";import"../components/primitives/Accordion/index.mjs";import"../components/primitives/Accordion/AccordionContext.mjs";import"../components/embedded-wallets/WalletLink.mjs";import"../screens/MfaScreens/VerifyWithPasskey.mjs";import"@heroicons/react/24/outline/CalendarIcon";import"../screens/OAuthStatusScreen.mjs";import"../auth-flows/oauth/getDisplayForProvider.mjs";import"../svg/globe.mjs";import"../auth-flows/oauth/getOAuthErrorMessage.mjs";import"../auth-flows/oauth/stripUrlOAuthParamsAndRemoveStateCode.mjs";import"../screens/PasskeySelectSignupOrLogin.mjs";import"../screens/PasskeyStatusScreen.mjs";import"../screens/PhantomInterstitialScreen.mjs";import"./phantom-redirect.mjs";import"../screens/Recovery/PasswordRecoveryScreen.mjs";import"../screens/Recovery/RecoveryOAuthStatusScreen.mjs";import"../svg/apple-icloud.mjs";import"../svg/google-drive.mjs";import"../screens/Recovery/styles.mjs";import"../screens/Recovery/RecoveryPasswordCreateScreen.mjs";import"../screens/Recovery/RecoverySelectionScreen.mjs";import"@heroicons/react/24/outline/LockClosedIcon";import"@heroicons/react/24/outline/PencilSquareIcon";import"../screens/Recovery/SetAutomaticRecoveryScreen.mjs";import"../components/ui/icons/WithCircleBorder.mjs";import"../screens/SendSolanaTransactionScreen/SendSolanaTransactionScreen.mjs";import"../embedded-wallets/solana/transaction.mjs";import"../screens/SendTransactionScreen/SendTransactionScreenView.mjs";import"@heroicons/react/24/outline";import"../screens/SendTransactionScreen/TransactionDetail.mjs";import"../screens/SendTransactionScreen/useTransactionDetails.mjs";import"../screens/SendTransactionScreen/TransactionErrorView.mjs";import"@heroicons/react/24/outline/ClipboardDocumentIcon";import"../screens/SendSolanaTransactionScreen/SolanaTransactionReceiptView.mjs";import"../components/embedded-wallets/SolanaTransactionDetails.mjs";import"../screens/SendTransactionScreen/SendTransactionScreen.mjs";import"../embedded-wallets/rpc/index.mjs";import"../screens/SendTransactionScreen/TransactionReceiptView.mjs";import"../screens/SendTransactionScreen/getStaticTransactionMetadata.mjs";import"../lib/deployAccount/actions/abis/deployAccount.mjs";import"../lib/erc20/actions/abis/approve.mjs";import"../lib/erc721/actions/abis/mint.mjs";import"../lib/erc721/actions/abis/safeTransferFrom.mjs";import"../lib/erc721/actions/abis/setApprovalForAll.mjs";import"../lib/erc721/actions/abis/transferFrom.mjs";import"../lib/erc1155/actions/abis/safeBatchTransferFrom.mjs";import"../lib/erc1155/actions/abis/safeTransferFrom.mjs";import"../screens/SendTransactionScreen/usePrepareTransaction.mjs";import"../screens/SignRequestScreen.mjs";import"../components/embedded-wallets/StyledLogo.mjs";import"../screens/TelegramAuthScreen.mjs";import"../screens/UpdateEmailScreen.mjs";import"../components/UpdateEmailForm.mjs";import"../screens/UpdatePhoneScreen.mjs";import"../screens/UserLimitReachedScreen.mjs";import"../svg/alert-circle.mjs";import"../styles.mjs";import"../cssNormalize.mjs";import"../components/Dialog.mjs";import"../components/TelegramLoginButton.mjs";import"./solana/index.mjs";import"../types.mjs";import"../embedded-wallets/EmbeddedWalletIframe.mjs";import"../embedded-wallets/eventCallbacksQueue.mjs";import"../embedded-wallets/invokeWithMfa.mjs";import"../embedded-wallets/delegated-actions.mjs";import"../lib/caip2.mjs";import"../lib/cross-app/index.mjs";import"../lib/cross-app/authFlow.mjs";import"../auth-flows/cross-app.mjs";import"../lib/cross-app/popupCrossAppAuthFlow.mjs";import"../lib/cross-app/sendCrossAppRequest.mjs";import"../lib/funding/index.mjs";import"../lib/funding/prepareFundingModalData.mjs";import"../lib/funding/filterSupportedOptions.mjs";import"../lib/funding/usdc.mjs";import"../lib/funding/isFundingEnabled.mjs";import"../lib/popupOAuthFlow.mjs";import"../passkeys/transformResponseToSnakeCase.mjs";import"../auth-flows/oauth/detectCompletingOAuthFlow.mjs";import"../auth-flows/oauth/getIsHeadlessOAuthFlowInProgress.mjs";import"../auth-flows/oauth/OAuthFlow.mjs";import"./injected.mjs";import"./metamask.mjs";import"./phantom.mjs";import"./ethereum/EthereumNullConnector.mjs";import"./phantom-solana.mjs";import"./solana/SolanaNullConnector.mjs";import"../http.mjs";import"../lib/smart-wallet-helpers.mjs";import"../passkeys/transformOptionsToCamelCase.mjs";import"../session.mjs";import"js-cookie";import"../auth-flows/authFlowToAuthenticateMethod.mjs";import"../cookies.mjs";import"../hooks/useIdentityToken.mjs";import"zustand";
1
+ import"eventemitter3";import"../embedded-wallets/rpc/types.mjs";export{E as Embedded1193Provider}from"../privy-provider-SxHxPcTS.mjs";import"../lib/viem/toViemTransactionSerializable.mjs";import"../utils/index.mjs";import"../utils/eth/getPublicClient.mjs";import"./getRpcTimeout.mjs";import"./providerTypes.mjs";import"react/jsx-runtime";import"mipd";import"react";import"react-device-detect";import"viem/utils";import"../auth-flows/custom-jwt-account.mjs";import"../errors.mjs";import"ofetch";import"../paths.mjs";import"../auth-flows/email.mjs";import"../auth-flows/getUiHeader.mjs";import"../auth-flows/farcaster.mjs";import"./walletconnect-registry.mjs";import"../storage.mjs";import"./get-legacy-injected-providers.mjs";import"./is-wallet-installed.mjs";import"viem";import"../effect.mjs";import"../auth-flows/guest.mjs";import"jose";import"../constants.mjs";import"../crypto.mjs";import"../auth-flows/passkey.mjs";import"../auth-flows/siwe.mjs";import"../lib/siwe.mjs";import"../auth-flows/siws.mjs";import"../lib/siws.mjs";import"../auth-flows/sms.mjs";import"../auth-flows/telegram.mjs";import"../hooks/captcha-context.mjs";import"../hooks/index.mjs";import"uuid";import"../accessToken.mjs";import"../token.mjs";import"../client/user.mjs";import"./coinbase.mjs";import"@coinbase/wallet-sdk";import"../svg/coinbase-wallet.mjs";import"./chains/index.mjs";import"./chains/arbitrum.mjs";import"./chains/arbitrumSepolia.mjs";import"./chains/avalanche.mjs";import"./chains/avalancheFuji.mjs";import"./chains/base.mjs";import"./chains/baseSepolia.mjs";import"./chains/berachainArtio.mjs";import"./chains/celo.mjs";import"./chains/celoAlfajores.mjs";import"./chains/filecoin.mjs";import"./chains/filecoinCalibration.mjs";import"./chains/garnetHolesky.mjs";import"./chains/holesky.mjs";import"./chains/linea.mjs";import"./chains/lineaTestnet.mjs";import"./chains/lukso.mjs";import"./chains/mainnet.mjs";import"./chains/optimism.mjs";import"./chains/optimismSepolia.mjs";import"./chains/polygon.mjs";import"./chains/polygonAmoy.mjs";import"./chains/redstone.mjs";import"./chains/sepolia.mjs";import"./chains/zora.mjs";import"./chains/zoraSepolia.mjs";import"./chains/zoraTestnet.mjs";import"./errors.mjs";import"@privy-io/js-sdk-core";import"./ethereum/index.mjs";import"./areWalletArraysEqual.mjs";import"./isBaseConnectedEthereumWallet.mjs";import"./base.mjs";import"./privyProxyProvider.mjs";import"./embedded.mjs";import"../svg/blobby.mjs";import"../components/Captcha.mjs";import"@marsidev/react-turnstile";import"../components/LoginModal.mjs";import"styled-components";import"../configuration/context.mjs";import"../config.mjs";import"../configuration/defaultClientConfig.mjs";import"../configuration/login-methods.mjs";import"../configuration/wallets.mjs";import"./chains/utils.mjs";import"../lib/solana/index.mjs";import"../theme.mjs";import"tinycolor2";import"../lib/cybr53.mjs";import"../hooks/internal-context.mjs";import"../hooks/modal-context.mjs";import"../components/PrefetchedImage.mjs";import"../screens/index.mjs";import"../hooks/privy-context.mjs";import"../hooks/useElementHeight.mjs";import"../hooks/useRegisterMfaListener.mjs";import"../hooks/events-context.mjs";import"../screens/AccountNotFoundScreen.mjs";import"@heroicons/react/24/outline/QuestionMarkCircleIcon";import"../components/Button.mjs";import"../components/Loader.mjs";import"../components/CircleBackground.mjs";import"../components/ModalHeader.mjs";import"@heroicons/react/24/outline/ArrowLeftIcon";import"@heroicons/react/24/outline/ArrowRightIcon";import"@heroicons/react/24/outline/XMarkIcon";import"../components/layout/StackedContainer.mjs";import"../screens/LandingScreen/styles.mjs";import"../screens/AccountTransferScreen/LinkConflictScreen.mjs";import"@heroicons/react/24/outline/ExclamationTriangleIcon";import"@heroicons/react/24/outline/WalletIcon";import"../components/CircleBorder.mjs";import"../components/ModalFooter.mjs";import"../svg/protected-by-privy.mjs";import"../components/ui/wallet/Address.mjs";import"@heroicons/react/24/outline/CheckIcon";import"@heroicons/react/24/outline/Square2StackIcon";import"../lib/capitalizeFirstLetter.mjs";import"../svg/circle-alert.mjs";import"../screens/AccountTransferScreen/AccountTransferButton.mjs";import"../screens/AccountTransferScreen/EmbeddedWalletInfoView.mjs";import"../screens/AccountTransferScreen/styled.mjs";import"@heroicons/react/24/outline/ExclamationCircleIcon";import"../screens/AffirmativeConsentScreen.mjs";import"@heroicons/react/24/outline/ArrowTopRightOnSquareIcon";import"@heroicons/react/24/solid/DocumentCheckIcon";import"../screens/MfaScreens/StyledComponents.mjs";import"../screens/AllowlistRejectionScreen.mjs";import"../svg/lock-closed.mjs";import"../screens/AwaitingPasswordlessCodeScreen.mjs";import"@heroicons/react/20/solid/CheckIcon";import"@heroicons/react/24/outline/EnvelopeIcon";import"@heroicons/react/24/outline/PhoneIcon";import"../components/Layouts.mjs";import"../components/ScreenHeader.mjs";import"../screens/CaptchaScreen.mjs";import"@heroicons/react/24/solid/CheckCircleIcon";import"@heroicons/react/24/solid/XCircleIcon";import"../components/WrappedLoader.mjs";import"../screens/ConnectOnlyAuthenticatedScreen.mjs";import"../screens/LandingScreen/WalletButtonList.mjs";import"../screens/LandingScreen/EmptyWalletView.mjs";import"../screens/LandingScreen/WalletButton.mjs";import"../components/external-wallets/InjectedWalletIcon.mjs";import"../components/ui/chips/Chip.mjs";import"../components/ui/animation/LoadingSkeleton.mjs";import"../lib/external-wallets/displayHelpers.mjs";import"../svg/brave-browser-icon.mjs";import"../svg/bybit.mjs";import"../svg/cryptocom.mjs";import"../svg/metamask.mjs";import"../svg/phantom.mjs";import"../svg/rabby.mjs";import"../svg/rainbow.mjs";import"../svg/safe.mjs";import"../svg/uniswap.mjs";import"../svg/universal-profile.mjs";import"../svg/wallet-connect.mjs";import"../svg/zerion.mjs";import"../lib/isEmbeddedWebview.mjs";import"../recent-login/context.mjs";import"../screens/ConnectOnlyLandingScreen.mjs";import"../screens/ConnectOnlyStatusScreen.mjs";import"../svg/browser-extension-wallet-icon.mjs";import"../screens/ConnectionStatusScreen.mjs";import"./userAlreadyHasConnectedCoinbaseWallet.mjs";import"./walletconnect-v2.mjs";import"@walletconnect/ethereum-provider";import"../hook-utils/useInterval.mjs";import"../lib/useHasTabbedAway.mjs";import"../screens/CrossAppAuthScreen.mjs";import"../components/ProviderAppLogo.mjs";import"../hooks/useLogout.mjs";import"../screens/DelegatedActionsConsentScreen.mjs";import"@heroicons/react/24/outline/CheckCircleIcon";import"@heroicons/react/24/outline/CloudArrowUpIcon";import"../components/ui/wallet/WalletInfoCard.mjs";import"../components/ui/layout/Column.mjs";import"../components/ui/typography/ErrorMessage.mjs";import"../components/ui/typography/LabelXs.mjs";import"../components/ui/wallet/shared.mjs";import"../screens/DelegatedActionsRevokeScreen.mjs";import"@heroicons/react/24/outline/NoSymbolIcon";import"../screens/EmbeddedWalletConnectingScreen.mjs";import"../components/primitives/LoadingSpinner/index.mjs";import"../embedded-wallets/errors.mjs";import"../embedded-wallets/types.mjs";import"../lib/embeddedWalletRecovery.mjs";import"../lib/pkce.mjs";import"../screens/EmbeddedWalletCreatedScreen.mjs";import"../screens/EmbeddedWalletKeyExportScreen.mjs";import"../components/ui/banners/WarningBanner.mjs";import"../components/ui/typography/Subtitle.mjs";import"../components/ui/typography/Title.mjs";import"../screens/EmbeddedWalletOnAccountCreateScreen.mjs";import"../hooks/useEmbeddedWalletCreate.mjs";import"../screens/EmbeddedWalletPasswordUpdateScreen.mjs";import"../password.mjs";import"fast-password-entropy";import"secure-password-utilities";import"secure-password-utilities/wordlists";import"../components/embedded-wallets/SetWalletPasswordForm/SetWalletPasswordForm.mjs";import"../components/embedded-wallets/SetWalletPasswordForm/ConfimWalletPasswordForm.mjs";import"../components/embedded-wallets/SetWalletPasswordForm/shared.mjs";import"@heroicons/react/24/outline/ArrowPathIcon";import"@heroicons/react/24/outline/EyeIcon";import"@heroicons/react/24/outline/EyeSlashIcon";import"../components/embedded-wallets/SetWalletPasswordForm/ConfimWalletPasswordSaved.mjs";import"../components/Checkbox.mjs";import"../components/embedded-wallets/SetWalletPasswordForm/CreateWalletPassword.mjs";import"@heroicons/react/24/outline/KeyIcon";import"../components/embedded-wallets/SetWalletPasswordForm/SaveWalletPassword.mjs";import"@heroicons/react/24/outline/ArrowDownTrayIcon";import"@heroicons/react/24/outline/ClipboardDocumentCheckIcon";import"@heroicons/react/24/outline/DocumentDuplicateIcon";import"../components/embedded-wallets/SetWalletPasswordForm/SetWalletPasswordComplete.mjs";import"../components/embedded-wallets/SetWalletPasswordForm/setWalletPassword.hooks.mjs";import"../screens/EmbeddedWalletPasswordUpdateSplashScreen.mjs";import"@heroicons/react/24/outline/UserCircleIcon";import"@heroicons/react/24/solid/LockClosedIcon";import"../screens/ErrorScreen.mjs";import"../screens/FarcasterConnectStatusScreen.mjs";import"../components/CopyToClipboard.mjs";import"../svg/checkmark.mjs";import"../svg/copy.mjs";import"../components/OpenLink.mjs";import"../components/QrCode.mjs";import"qrcode";import"../svg/black-rounded-square.mjs";import"../svg/farcaster.mjs";import"../screens/FarcasterSignerStatusScreen.mjs";import"../screens/Funding/AwaitingEvmToSolBridgingScreen.mjs";import"../components/embedded-wallets/FundWalletMethodHeader.mjs";import"../components/primitives/NeutralSpinner/index.mjs";import"../hooks/useGetTokenPrice.mjs";import"../hooks/useGetSolPrice.mjs";import"../hooks/useWallets.mjs";import"../lib/funding/analytics.mjs";import"../lib/funding/reservoir.mjs";import"../lib/solana/transaction.mjs";import"../utils/buffer/readBigInt64LE.mjs";import"../lib/wallets/actions/getBalanceForChains.mjs";import"../plugins/context/PrivyPluginContext.mjs";import"../plugins/solana-funding/id.mjs";import"../screens/Funding/BridgeNetworkSelectionView.mjs";import"../components/ui/layout/Row.mjs";import"../components/ui/typography/LabelSm.mjs";import"../components/ui/wallet/NetworkBalanceCard.mjs";import"../components/ui/typography/Value.mjs";import"../components/ui/wallet/NetworkIcon.mjs";import"@heroicons/react/24/outline/GlobeAltIcon";import"../components/ui/icons/Arbitum.mjs";import"../components/ui/icons/Avalanche.mjs";import"../components/ui/icons/Base.mjs";import"../components/ui/icons/Celo.mjs";import"../components/ui/icons/Linea.mjs";import"../components/ui/icons/Mainnnet.mjs";import"../components/ui/icons/Optimism.mjs";import"../components/ui/icons/Polygon.mjs";import"../components/ui/icons/Solana.mjs";import"../components/ui/icons/Zora.mjs";import"../components/ui/wallet/NetworkSelectorPanel.mjs";import"@headlessui/react";import"@heroicons/react/24/outline/ChevronDownIcon";import"../lib/ethers.mjs";import"../screens/Funding/styles.mjs";import"../screens/LinkPasskeyScreen.mjs";import"@heroicons/react/24/outline/ClockIcon";import"@heroicons/react/24/outline/TrashIcon";import"@heroicons/react/24/solid/CheckBadgeIcon";import"../svg/face-id.mjs";import"../svg/fingerprint.mjs";import"../screens/Funding/TransferOrBridgeLoadingScreen.mjs";import"../screens/Funding/AwaitingExternalSolanaTransferScreen.mjs";import"../hooks/solana/useSolanaWallets.mjs";import"../screens/Funding/AwaitingExternalTransferScreen.mjs";import"../lib/erc20/actions/abis/transfer.mjs";import"../lib/erc20/formatErc20TokenAmount.mjs";import"../lib/wallets/actions/getErc20Balance.mjs";import"../screens/Funding/AwaitingSolToEvmBridgingScreen.mjs";import"../screens/Funding/CoinbaseOnrampStatusScreen.mjs";import"@heroicons/react/24/solid/ArrowsRightLeftIcon";import"../screens/Funding/FundingEditAmountScreen.mjs";import"../screens/Funding/FundingMethodSelectionScreen.mjs";import"@heroicons/react/24/outline/CreditCardIcon";import"@heroicons/react/24/outline/QrCodeIcon";import"../components/ui/banners/ErrorBanner.mjs";import"../components/ui/banners/InfoBanner.mjs";import"@heroicons/react/24/outline/InformationCircleIcon";import"../components/ui/icons/ApplePay.mjs";import"../components/ui/icons/GooglePay.mjs";import"../hook-utils/useAsyncValue.mjs";import"../icons/WalletCards.mjs";import"../lib/erc20/actions/getErc20TokenInfo.mjs";import"../lib/funding/prepareFundingMethods.mjs";import"../lib/funding/coinbase/triggerCoinbaseFlow.mjs";import"../lib/popup/triggerPopup.mjs";import"../lib/funding/coinbase/toCoinbaseBlockchainFromChainId.mjs";import"../lib/funding/moonpay/triggerMoonpayFlow.mjs";import"../lib/funding/moonpay/index.mjs";import"../payment-request/isPaymentRequestAvailable.mjs";import"../screens/Funding/ManualTransferScreen.mjs";import"../hooks/useWalletBalance.mjs";import"../screens/Funding/MoonpayStatusScreen.mjs";import"../svg/moonpay.mjs";import"../screens/Funding/TransferFromWalletScreen.mjs";import"../screens/LandingScreen/WalletOverflowButton.mjs";import"@heroicons/react/24/outline/ChevronRightIcon";import"../screens/InAppBrowserLoginNotPossible.mjs";import"../screens/InstallPhantomScreen.mjs";import"../components/TodoList.mjs";import"../svg/check-badge.mjs";import"../screens/LandingScreen/ConnectOrCreateScreen.mjs";import"../screens/LandingScreen/CustomLandingScreenView.mjs";import"../lib/toDisplayFromAccountType.mjs";import"../screens/LandingScreen/AppLogoHeader.mjs";import"../components/AppLogo.mjs";import"../screens/LandingScreen/CrossAppButton.mjs";import"../screens/LandingScreen/EmailButton.mjs";import"../components/ConnectEmailForm.mjs";import"../components/ui/forms/EmailInputForm.mjs";import"../screens/LandingScreen/FarcasterButton.mjs";import"../screens/LandingScreen/PasskeyLink.mjs";import"@heroicons/react/24/outline/FingerPrintIcon";import"../screens/LandingScreen/SmsButton.mjs";import"../components/ConnectPhoneForm.mjs";import"../components/PhoneCountryDropdown.mjs";import"../screens/LandingScreen/SocialButton.mjs";import"../svg/apple.mjs";import"../svg/discord.mjs";import"../svg/github.mjs";import"../svg/google.mjs";import"../svg/instagram.mjs";import"../svg/linkedin.mjs";import"../svg/spotify.mjs";import"../svg/tiktok.mjs";import"../svg/twitter.mjs";import"../screens/LandingScreen/TelegramButton.mjs";import"../svg/telegram.mjs";import"../screens/LandingScreen/Web2OverflowButton.mjs";import"../screens/LandingScreen/LandingScreenView.mjs";import"../svg/email-or-phone.mjs";import"../screens/LandingScreen/LandingScreen.mjs";import"../screens/LinkEmailScreen.mjs";import"../screens/LinkPhoneScreen.mjs";import"../screens/LinkWalletScreen.mjs";import"../screens/LoginFailedScreen.mjs";import"../svg/error-circle.mjs";import"../screens/MfaScreens/MfaEnrollmentFlowScreen.mjs";import"@heroicons/react/24/outline/ShieldCheckIcon";import"@heroicons/react/24/solid/IdentificationIcon";import"../hooks/useMfa.mjs";import"../hooks/useMfaEnrollment.mjs";import"../svg/mfa-shield.mjs";import"../screens/MfaScreens/EnrollLandingScreen.mjs";import"@heroicons/react/24/outline/DevicePhoneMobileIcon";import"@heroicons/react/24/outline/MinusCircleIcon";import"../screens/MfaScreens/EnrollPasskey.mjs";import"@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon";import"../screens/MfaScreens/EnrollSms.mjs";import"../components/PinInput.mjs";import"../screens/MfaScreens/EnrollTotp.mjs";import"../svg/qr-codes.mjs";import"@heroicons/react/24/solid/ShieldCheckIcon";import"../screens/MfaScreens/MfaVerifyFlowScreen.mjs";import"../components/embedded-wallets/TransactionDetailsWrapper.mjs";import"../lib/viem/prepareTransactionRequest.mjs";import"../components/embedded-wallets/TransactionDetails.mjs";import"../components/embedded-wallets/DisplayInfoItem.mjs";import"../components/embedded-wallets/PriceDisplay.mjs";import"../components/embedded-wallets/TransactionTotal.mjs";import"../components/primitives/Accordion/index.mjs";import"../components/primitives/Accordion/AccordionContext.mjs";import"../components/embedded-wallets/WalletLink.mjs";import"../screens/MfaScreens/VerifyWithPasskey.mjs";import"@heroicons/react/24/outline/CalendarIcon";import"../screens/OAuthStatusScreen.mjs";import"../auth-flows/oauth/getDisplayForProvider.mjs";import"../svg/globe.mjs";import"../auth-flows/oauth/getOAuthErrorMessage.mjs";import"../auth-flows/oauth/stripUrlOAuthParamsAndRemoveStateCode.mjs";import"../screens/PasskeySelectSignupOrLogin.mjs";import"../screens/PasskeyStatusScreen.mjs";import"../screens/PhantomInterstitialScreen.mjs";import"./phantom-redirect.mjs";import"../screens/Recovery/PasswordRecoveryScreen.mjs";import"../screens/Recovery/RecoveryOAuthStatusScreen.mjs";import"../svg/apple-icloud.mjs";import"../svg/google-drive.mjs";import"../screens/Recovery/styles.mjs";import"../screens/Recovery/RecoveryPasswordCreateScreen.mjs";import"../screens/Recovery/RecoverySelectionScreen.mjs";import"@heroicons/react/24/outline/LockClosedIcon";import"@heroicons/react/24/outline/PencilSquareIcon";import"../screens/Recovery/SetAutomaticRecoveryScreen.mjs";import"../components/ui/icons/WithCircleBorder.mjs";import"../screens/SendSolanaTransactionScreen/SendSolanaTransactionScreen.mjs";import"../embedded-wallets/solana/transaction.mjs";import"../screens/SendTransactionScreen/SendTransactionScreenView.mjs";import"@heroicons/react/24/outline";import"../screens/SendTransactionScreen/TransactionDetail.mjs";import"../screens/SendTransactionScreen/useTransactionDetails.mjs";import"../screens/SendTransactionScreen/TransactionErrorView.mjs";import"@heroicons/react/24/outline/ClipboardDocumentIcon";import"../screens/SendSolanaTransactionScreen/SolanaTransactionReceiptView.mjs";import"../components/embedded-wallets/SolanaTransactionDetails.mjs";import"../screens/SendTransactionScreen/SendTransactionScreen.mjs";import"../embedded-wallets/rpc/index.mjs";import"../screens/SendTransactionScreen/TransactionReceiptView.mjs";import"../screens/SendTransactionScreen/getStaticTransactionMetadata.mjs";import"../lib/deployAccount/actions/abis/deployAccount.mjs";import"../lib/erc20/actions/abis/approve.mjs";import"../lib/erc721/actions/abis/mint.mjs";import"../lib/erc721/actions/abis/safeTransferFrom.mjs";import"../lib/erc721/actions/abis/setApprovalForAll.mjs";import"../lib/erc721/actions/abis/transferFrom.mjs";import"../lib/erc1155/actions/abis/safeBatchTransferFrom.mjs";import"../lib/erc1155/actions/abis/safeTransferFrom.mjs";import"../screens/SendTransactionScreen/usePrepareTransaction.mjs";import"../screens/SignRequestScreen.mjs";import"../components/embedded-wallets/StyledLogo.mjs";import"../screens/TelegramAuthScreen.mjs";import"../screens/UpdateEmailScreen.mjs";import"../components/UpdateEmailForm.mjs";import"../screens/UpdatePhoneScreen.mjs";import"../screens/UserLimitReachedScreen.mjs";import"../svg/alert-circle.mjs";import"../styles.mjs";import"../cssNormalize.mjs";import"../components/Dialog.mjs";import"../components/TelegramLoginButton.mjs";import"./solana/index.mjs";import"../types.mjs";import"../embedded-wallets/EmbeddedWalletIframe.mjs";import"../embedded-wallets/eventCallbacksQueue.mjs";import"../embedded-wallets/invokeWithMfa.mjs";import"../embedded-wallets/delegated-actions.mjs";import"../lib/caip2.mjs";import"../lib/cross-app/index.mjs";import"../lib/cross-app/authFlow.mjs";import"../auth-flows/cross-app.mjs";import"../lib/cross-app/popupCrossAppAuthFlow.mjs";import"../lib/cross-app/sendCrossAppRequest.mjs";import"../lib/funding/index.mjs";import"../lib/funding/prepareFundingModalData.mjs";import"../lib/funding/filterSupportedOptions.mjs";import"../lib/funding/usdc.mjs";import"../lib/funding/isFundingEnabled.mjs";import"../lib/popupOAuthFlow.mjs";import"../passkeys/transformResponseToSnakeCase.mjs";import"../auth-flows/oauth/detectCompletingOAuthFlow.mjs";import"../auth-flows/oauth/getIsHeadlessOAuthFlowInProgress.mjs";import"../auth-flows/oauth/OAuthFlow.mjs";import"./injected.mjs";import"./metamask.mjs";import"./phantom.mjs";import"./ethereum/EthereumNullConnector.mjs";import"./phantom-solana.mjs";import"./solana/SolanaNullConnector.mjs";import"../http.mjs";import"../lib/smart-wallet-helpers.mjs";import"../passkeys/transformOptionsToCamelCase.mjs";import"../session.mjs";import"js-cookie";import"../auth-flows/authFlowToAuthenticateMethod.mjs";import"../cookies.mjs";import"../hooks/useIdentityToken.mjs";import"zustand";