@privy-io/react-auth 1.16.0-beta.10 → 1.16.0-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +51 -48
- package/dist/index.js +53 -50
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{useEffect as Rn,useState as J}from"react";import So from"axios";import Nn from"axios";var ee=class extends Error{constructor(o,r){super(o);r instanceof Error&&(this.cause=r)}toString(){return`${this.type}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},ze=class extends ee{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},g=class extends ee{constructor(o,r){super(o,r);this.type="client_error"}};var O=class extends ee{constructor(o,r){super(o,r);this.type="connector_error"}},M=t=>{if(t instanceof ee)return t;if(!Nn.isAxiosError(t))return X(t);if(!t.response)return new ze("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new ze(e||"ApiError",t.response.status,o||r,t)},X=t=>t instanceof ee?t:t instanceof Error?new g(t.message,t):new g(`Internal error: ${t}`);var yr="1.16.0-beta.
|
|
1
|
+
import{useEffect as Rn,useState as J}from"react";import So from"axios";import Nn from"axios";var ee=class extends Error{constructor(o,r){super(o);r instanceof Error&&(this.cause=r)}toString(){return`${this.type}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},ze=class extends ee{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},g=class extends ee{constructor(o,r){super(o,r);this.type="client_error"}};var O=class extends ee{constructor(o,r){super(o,r);this.type="connector_error"}},M=t=>{if(t instanceof ee)return t;if(!Nn.isAxiosError(t))return X(t);if(!t.response)return new ze("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new ze(e||"ApiError",t.response.status,o||r,t)},X=t=>t instanceof ee?t:t instanceof Error?new g(t.message,t):new g(`Internal error: ${t}`);var yr="1.16.0-beta.11";var wr="https://api.privy.io/v0",_o=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",mt="4df5e2316331463a9130964bd6078dfa",vr=1e4,ae=1400,ko=yr;var $e="privy:token",Ut="privy:refresh_token",Dt="privy:connectors",Cr="walletconnect";var Ft=class{constructor(e,o,r){this.appId=e,this.sdkVersion=ko,this.client=o,this.defaults=r}async get(e,o){try{return await So.get(e,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw M(r)}}async post(e,o,r){try{return await So.post(e,o,await this.buildConfig(r))}catch(i){throw M(i)}}async delete(e,o){try{return await So.delete(e,await this.buildConfig(o))}catch(r){throw M(r)}}async buildConfig(e){if(e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,!e.headers.authorization){let o=await this.client.getAccessToken();o!==null&&(e.headers.authorization=`Bearer ${o}`)}return{...this.defaults,...e}}};import*as br from"jose";var he=class{static parse(e){try{return new he(e)}catch{return null}}constructor(e){this.value=e,this._decoded=br.decodeJwt(e)}get subject(){return this._decoded.sub}get expiration(){return this._decoded.exp}get issuer(){return this._decoded.iss}get audience(){return this._decoded.aud}isExpired(e=0){let o=Date.now(),r=(this.expiration-e)*1e3;return o>=r}};var Ee=class{constructor(e){this.promise=null;this.fn=e}execute(e){return this.promise===null&&(this.promise=(async()=>{try{return await this.fn(e)}finally{this.promise=null}})()),this.promise}};var Po=class{constructor(){this._cache={}}get(e){return this._cache[e]}put(e,o){o!==void 0?this._cache[e]=o:this.del(e)}del(e){delete this._cache[e]}getKeys(){return Object.keys(this._cache)}},To=class{get(e){let o=localStorage.getItem(e);return o===null?void 0:JSON.parse(o)}put(e,o){o!==void 0?localStorage.setItem(e,JSON.stringify(o)):this.del(e)}del(e){localStorage.removeItem(e)}getKeys(){return Object.entries(localStorage).map(([e])=>e)}};function Un(){return typeof window<"u"&&window.localStorage?new To:new Po}var V=Un();import{ErrorCode as Dn}from"@ethersproject/logger";var je=class extends O{constructor(){super("Wallet timeout");this.type="wallet_error"}},Le=t=>{if(t instanceof O)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new Ze(t);return t.code===Dn.ACTION_REJECTED&&(e.details=Ie.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new Ze(t):new O("Unknown connector error",t)},Wo=class extends ee{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},Ze=class extends Wo{constructor(o){var n,s,a;let r=o;super(r.message,r.code,r.data);let i=Object.values(Ie).find(d=>d.eipCode===r.code);this.details=i||Ie.UNKNOWN_ERROR,r.code===-32002&&((n=r.message)!=null&&n.includes("already pending for origin")?(s=r.message)!=null&&s.includes("wallet_requestPermissions")?this.details=Ie.E32002_CONNECTION_ALREADY_PENDING:this.details=Ie.E32002_REQUEST_ALREADY_PENDING:(a=r.message)!=null&&a.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Ie.E32002_WALLET_LOCKED))}},Fn={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0}},Gn={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},Bn={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},Ie={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Bn,...Gn},qe={...Fn,...Ie};var Vn=12e4,Io=(t=new je,e=Vn)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),le=class{constructor(e){this.removeListener=(e,o)=>{if(this.walletProvider)return this.walletProvider.removeListener(e,o)};this.setProvider=e=>{this.walletProvider=e,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=e,this._subscriptions=[]}on(e,o){if(this.walletProvider)return this.walletProvider.on(e,o);this._subscriptions.push({eventName:e,listener:o})}async request(e){if(!this.walletProvider)throw new O(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),Io()]).catch(o=>{throw Le(o)})}},Re=class extends le{constructor(o){super(o)}},Gt=class extends le{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};import{getAddress as kr}from"@ethersproject/address";import{Web3Provider as jn}from"@ethersproject/providers";import{getAddress as Hn}from"@ethersproject/address";import{Web3Provider as zn}from"@ethersproject/providers";var me=class{constructor(e,o,r){this.createSiweMessage=(e,o,r,i,n,s,a)=>`${r} wants you to sign in with your Ethereum account:
|
|
2
2
|
${o}
|
|
3
3
|
|
|
4
4
|
${a}
|
|
@@ -9,7 +9,7 @@ Chain ID: ${e}
|
|
|
9
9
|
Nonce: ${s}
|
|
10
10
|
Issued At: ${n}
|
|
11
11
|
Resources:
|
|
12
|
-
- https://privy.io`;this.provider=o,this.walletType=e,this.address=r,this.chain=null,this.connected=!1}async fetchAddress(){if(!this.address){let e=await this.provider.request({method:"eth_accounts"});Array.isArray(e)&&e.length>0&&(this.address=Hn(e[0]))}return this.address}async fetchChainId(){if(!this.chain){let e=await this.provider.request({method:"eth_chainId"}),o=Number(e);this.chain=String(o)}return this.chain}async getConnectedWallet(){if(!this.walletType||!await this.isConnected())return null;let o=await this.fetchAddress(),r=await this.fetchChainId();return{address:o,chainId:r,chainType:"ethereum",walletClient:"unknown"}}async setActive(){return!0}async sign(e){return new zn(new Re(this.provider)).getSigner().signMessage(e)}prepareMessage(e,o,r){let i=window.location.host,n=window.location.origin,s="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",a=new Date().toISOString();return this.createSiweMessage(e,o,i,n,a,r,s)}};import{isPossiblePhoneNumber as $n}from"libphonenumber-js/min";var xr=t=>!!String(t).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),Er=t=>$n(String(t),"US"),Bt=t=>{var e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;t=t.replace(e,function(r,i,n,s){return i+i+n+n+s+s});var o=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return{r:parseInt((o==null?void 0:o[1])||"00",16),g:parseInt((o==null?void 0:o[2])||"00",16),b:parseInt((o==null?void 0:o[3])||"00",16)}},Lr=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r},Me=(t,e=3,o=4)=>{if(!t)return"";let r=2,i=3;if(e+o+r+i>=t.length)return t;let n=t.slice(0,r+e),s=t.slice(t.length-o,t.length);return`${n}...${s}`},Ro=t=>new Promise(e=>setTimeout(e,t)),Ar=(t,e={})=>{let o=e.delayMs||40,r=e.maxAttempts||1e3;return new Promise(async(i,n)=>{let s=!1,a=0;for(;!s&&a<r;)t().then(()=>{s=!0,i()},(...d)=>{s=!0,n(...d)}),a+=1,await Ro(o);s||n(new Error("Exceeded max attempts before resolving function"))})},_r=(...t)=>{let o=t.length-1;return t.map((i,n)=>(n===0&&(i.startsWith("//")||i.endsWith("://"))?i=i.replace(new RegExp("/$"),""):n!==o&&(i=i.replace(new RegExp("/+$"),"")),n!==0&&(i=i.replace(new RegExp("^/+"),"")),i)).join("/")};import{isMobile as Zn}from"react-device-detect";var Vt=class extends he{constructor(e,o){var r;super("metamask",e,o),this.provider.setProvider(window.ethereum),(r=window.ethereum.providers)==null||r.forEach(async i=>{i.isMetaMask&&this.provider.setProvider(i)}),this.subscribeListeners()}async connect(e){return e.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}async isConnected(){let e=await this.connectedMetamaskAddress();return this.address===e}async connectedMetamaskAddress(){let o=await new jn(this.provider).listAccounts();return o.length===0?null:kr(o[0])}disconnect(){console.warn("Metamask does not support programmetic disconnect.")}async promptConnection(){try{let e="";if(!Zn&&(await this.provider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&await this.isConnected()))throw new O("Selected the wrong wallet in MetaMask");let o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=kr(o[0])),!e||e==="")throw new O("Unable to retrieve address");this.connected=!0,this.address=e}catch(e){throw Le(e)}}async setActive(){if(await this.connectedMetamaskAddress()===this.address)return this.connected=!0,!0;for(;!this.connected;)await Ro(200);return!0}subscribeListeners(){this.provider.on("accountsChanged",e=>{var o;if(e.length>0){let r=e[0];this.connected=((o=this.address)==null?void 0:o.toLowerCase())===(r==null?void 0:r.toLowerCase())}}),this.provider.on("disconnect",()=>{this.connected=!1})}};import{getAddress as qn}from"@ethersproject/address";import Kn from"@coinbase/wallet-sdk";var Jn=t=>{let e=`https://mainnet.infura.io/v3/${ht}`,o=1;return t.makeWeb3Provider(e,o)},Ht,zt=class extends he{constructor(e,o){super("coinbase_wallet",e,o),Ht||(Ht=new Kn({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(e){return this.provider.setProvider(Jn(Ht)),(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}disconnect(){Ht.disconnect()}async isConnected(){return await this.fetchAddress()!==null}async promptConnection(){try{let e="",o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=qn(o[0])),!e||e==="")throw new O("Unable to retrieve address");this.connected=!0}catch(e){throw Le(e)}}};import Sr from"@walletconnect/web3-provider";var Mo=class extends he{constructor(o,r,i){super("wallet_connect",r,i);this._globalConnector=o,this._provider=this._globalConnector.getProviderForAddress(i)}async connect(o){return this.provider.setProvider(this._provider),(!await this.isConnected()||o.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.provider.walletProvider.connected}async promptConnection(){try{let o="";this.provider.setProvider(this._provider);let r=await Promise.race([this._provider.enable(),Io()]);if(r.length>0&&(o=r[0]),this._globalConnector.indexProvider(this._provider),!o||o==="")throw new O("Unable to retrieve address");this.connected=!0}catch(o){throw Le(o)}}disconnect(){}},$t=class{constructor(){this._storageIdToProvider={},this._addressToStorageId={},V.getKeys().forEach(e=>{if(e.startsWith("walletconnect")){let o=new Sr({infuraId:ht,storageId:e});o.enable(),this._storageIdToProvider[e]=o;for(let r of o.accounts)this._addressToStorageId[r]=e}})}build(e,o){return new Mo(this,e,o)}async disconnect(){Object.values(this._storageIdToProvider).forEach(async e=>{await e.disconnect()})}getProviderForAddress(e){let o=Cr,r=()=>`walletconnect:${Math.random().toString(36).slice(2)}`;e===null?o=r():o=this._addressToStorageId[e]||r();let i=new Sr({infuraId:ht,storageId:o});return this._storageIdToProvider[o]=i,i}indexProvider(e){this._storageIdToProvider[e.storageId]=e;for(let o of e.accounts)this._addressToStorageId[o]=e.storageId}};import{getAddress as Yn}from"@ethersproject/address";var No=()=>{if(!window.ethereum)return!1;if(window.ethereum.isMetaMask)return!0;if(window.ethereum.providers){for(let t of window.ethereum.providers)if(t.isMetaMask)return!0}return!1},jt=()=>{if(!window.ethereum)return!1;if(window.ethereum.isCoinbaseWallet)return!0;if(window.ethereum.providers){for(let t of window.ethereum.providers)if(t.isCoinbaseWallet)return!0}return!1},Oo=t=>{let e=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return e?!!(t==null?void 0:t.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Yn(e)).length):!1},Pr=()=>{var e;let t=V.get(Dt);return t?(e=t.find(o=>o.active))==null?void 0:e.address:null},mt=class{constructor(){this.getEthereumProvider=()=>{var e;return((e=this.activeWalletConnector)==null?void 0:e.provider)||new le};this.walletConnectors=[],this.walletConnectGlobalWalletConnector=new $t,this.initialized=!1}initialize(){this.initialized||(this.load(),this.activeWalletConnector&&this.activeWalletConnector.connect({showPrompt:!1}),this.initialized=!0)}initializeLinkedWallets(e){e.linkedAccounts.forEach(()=>{})}load(){(V.get(Dt)||[]).forEach(o=>{let r=this.createWalletConnector(o.walletType,o.address);this.addWalletConnector(r),o.active&&(this.activeWalletConnector=r)})}save(){let e=this.walletConnectors.map(o=>{var r;return{address:o.address,walletType:o.walletType,active:o.address===((r=this.activeWalletConnector)==null?void 0:r.address)}});V.put(Dt,e)}addWalletConnector(e){this.walletConnectors.find(r=>r.address===e.address&&r.walletType===e.walletType)||this.walletConnectors.push(e)}getConnectorByAddress(e){return this.walletConnectors.find(o=>{var r;return((r=o.address)==null?void 0:r.toLowerCase())===e.toLowerCase()})}async removeWallet(e){var r;if(this.walletConnectors=this.walletConnectors.filter(i=>i.address!==e),e===((r=this.activeWalletConnector)==null?void 0:r.address))if(this.walletConnectors.length>0){let i=this.walletConnectors[this.walletConnectors.length-1];await this.setActiveWallet(i.address)}else this.activeWalletConnector=void 0;this.save()}async activeWalletSign(e){if(!this.activeWalletConnector)throw new O("Cannot sign, no wallet is active. Is a wallet connected?");if(!await this.activeWalletConnector.connect({showPrompt:!1}))throw new O("Cannot sign - unable to connect to wallet.");return this.activeWalletConnector.sign(e)}async setActiveWallet(e){let o=this.walletConnectors.find(r=>r.address===e);return o?(await o.setActive(),this.activeWalletConnector=o,this.save(),!0):!1}createWalletConnector(e,o){switch(e){case"metamask":return new Vt(new le,o);case"coinbase_wallet":return new zt(new le,o);case"wallet_connect":return this.walletConnectGlobalWalletConnector.build(new le,o)}}};function Ae(t){return new Date(t*1e3)}function Xn(t){let e=[];for(let o of t){let r=o.type;switch(o.type){case"wallet":let i={address:o.address,type:o.type,verifiedAt:Ae(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client};e.push(i);break;case"email":let n={address:o.address,type:o.type,verifiedAt:Ae(o.verified_at)};e.push(n);break;case"phone":let s={number:o.phoneNumber,type:o.type,verifiedAt:Ae(o.verified_at)};e.push(s);break;case"google_oauth":let a={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Ae(o.verified_at)};e.push(a);break;case"twitter_oauth":let d={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:Ae(o.verified_at)};e.push(d);break;case"discord_oauth":let p={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Ae(o.verified_at)};e.push(p);break;case"github_oauth":let E={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Ae(o.verified_at)};e.push(E);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return e}function Ne(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function ft(t){let e=Pr();if(!e)return t.wallet&&console.warn("[Privy] User has linked wallets but no active wallet"),t;let o=t.linkedAccounts.find(i=>i.type==="wallet"&&i.address===e),r=Object.assign({},t);return r.wallet=o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient},r}var me=t=>t==null?void 0:t.linkedAccounts.find(e=>e.type==="wallet"&&e.walletClient==="privy");function fe(t){if(!t)return null;let e=Xn(t.linked_accounts),o=Ne(e,"wallet"),r=Ne(e,"email"),i=Ne(e,"phone"),n=Ne(e,"google_oauth"),s=Ne(e,"twitter_oauth"),a=Ne(e,"discord_oauth"),d=Ne(e,"github_oauth"),p={id:t.id,createdAt:Ae(t.created_at),linkedAccounts:e,email:r&&{address:r==null?void 0:r.address},phone:i&&{number:i==null?void 0:i.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient},google:n&&{subject:n.subject,email:n.email,name:n.name},twitter:s&&{subject:s.subject,username:s.username,name:s.name},discord:a&&{subject:a.subject,username:a.username,email:a.email},github:d&&{subject:d.subject,username:d.username,name:d.name,email:d.email}};return ft(p)}var Tr=()=>"/api/v1/sessions",Wr=()=>"/api/v1/sessions/logout",Ir=()=>"/api/v1/sessions/fork",Rr=()=>"/api/v1/siwe/init",Mr=()=>"/api/v1/siwe/authenticate",Nr=()=>"/api/v1/siwe/link",Or=()=>"/api/v1/passwordless/init",Ur=()=>"/api/v1/passwordless/authenticate",Dr=()=>"/api/v1/passwordless/link",Fr=()=>"/api/v1/passwordless_sms/init",Gr=()=>"/api/v1/passwordless_sms/authenticate",Br=()=>"/api/v1/passwordless_sms/link",Vr=()=>"/api/v1/oauth/init",Hr=()=>"/api/v1/oauth/authenticate",zr=()=>"/api/v1/oauth/link",$r=()=>"/api/v1/siwe/unlink",jr=()=>"/api/v1/passwordless/unlink",Zr=()=>"/api/v1/passwordless_sms/unlink",qr=()=>"/api/v1/oauth/unlink";var Qn=30,Zt=class{constructor(){this.authenticateOnce=new Ee(async e=>this._authenticate(e)),this.linkOnce=new Ee(async e=>this._link(e)),this.refreshOnce=new Ee(this._refresh.bind(this)),this.destroyOnce=new Ee(this._destroy.bind(this)),this.forkSessionOnce=new Ee(this._forkSession.bind(this))}get token(){try{let e=V.get($e);return typeof e=="string"?new ue(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=V.get(Ut);return typeof e=="string"?e:null}catch(e){return console.error(e),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasActiveToken(){let e=ue.parse(this.token);return e!==null&&!e.isExpired(Qn)}authenticate(e){return this.authenticateOnce.execute(e)}link(e){return this.linkOnce.execute(e)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(e){try{let{token:o,refresh_token:r,user:i,is_new_user:n}=await e.authenticate();return this.storeToken(o),this.storeRefreshToken(r),{user:fe(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),X(o)}}async _link(e){try{let o=await e.link();return fe(o)}catch(o){throw console.warn("Error linking account"),X(o)}}async _refresh(){if(!this.api)throw new g("Session has no API instance");if(!this.client)throw new g("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let e=this.token,o=this.refreshToken;if(!e||!o)return null;try{let r=await this.api.post(Tr(),{refresh_token:o},{headers:{authorization:`Bearer ${e}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),fe(r.data.user)}catch(r){if(r instanceof ze&&r.status===400&&r.message==="Invalid auth token")return this.destroyLocalState(),null;throw X(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Wr(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new g("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(Ir(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw X(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null)}storeToken(e){typeof e=="string"?V.put($e,e):V.del($e)}storeRefreshToken(e){typeof e=="string"?V.put(Ut,e):V.del(Ut)}};var Uo,gt=class{constructor(e){let o=e.apiURL||wr,r=e.timeout||vr;this.appId=e.appId,this.connectors=new mt,Uo||(Uo=new Zt),this.session=Uo,this.api=new Ft(e.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}authenticate(){if(!this.authFlow)throw new g("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new g("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(e){e.api=this.api,this.authFlow=e}async unlinkEmail(e){try{let o=await this.api.post(jr(),{address:e});return fe(o.data)}catch(o){throw X(o)}}async unlinkPhone(e){try{let o=await this.api.post(Zr(),{phoneNumber:e});return fe(o.data)}catch(o){throw X(o)}}async unlinkWallet(e){try{let o=await this.api.post($r(),{address:e});return this.connectors.removeWallet(e),fe(o.data)}catch(o){throw X(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(qr(),{provider:e,subject:o});return fe(r.data)}catch(r){throw X(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(e){var o;return this.session.hasActiveToken()?((o=ue.parse(this.session.token))==null?void 0:o.audience)!==this.appId?(await this.logout(),null):this.session.token:!(e!=null&&e.disableAutoRefresh)&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getAppSettings(){try{let e=await this.api.get(`/api/v1/apps/${this.appId}`);return{id:e.data.id,name:e.data.name,verificationKey:e.data.verification_key,logoUrl:e.data.logo_url||void 0,theme:e.data.theme,accentColor:e.data.accent_color||void 0,showWalletLoginFirst:e.data.show_wallet_login_first,allowlistConfig:{errorTitle:e.data.allowlist_config.error_title,errorDetail:e.data.allowlist_config.error_detail,errorCtaText:e.data.allowlist_config.cta_text,errorCtaLink:e.data.allowlist_config.cta_link},walletAuth:e.data.wallet_auth,emailAuth:e.data.email_auth,smsAuth:e.data.sms_auth,googleOAuth:e.data.google_oauth,twitterOAuth:e.data.twitter_oauth,discordOAuth:e.data.discord_oauth,githubOAuth:e.data.github_oauth,termsAndConditionsUrl:e.data.terms_and_conditions_url,privacyPolicyUrl:e.data.privacy_policy_url,createdAt:new Date(e.data.created_at*1e3),updatedAt:new Date(e.data.updated_at*1e3)}}catch(e){throw X(e)}}async setActiveWallet(e,o){if(!o.linkedAccounts.map(n=>n.type==="wallet"?n.address:null).includes(e))throw new g("Cannot set an unlinked address as active.");if(!await this.connectors.setActiveWallet(e))throw new g("Error setting the active wallet.");return ft(o)}async forkSession(){return await this.session.forkSession()}};import{Web3Provider as r1}from"@ethersproject/providers";import{createContext as es,useContext as ts}from"react";var v=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var Do=es({ready:!1,authenticated:!1,user:null,walletConnectors:null,login:v,linkEmail:v,linkPhone:v,linkWallet:v,linkGoogle:v,linkTwitter:v,linkDiscord:v,linkGithub:v,logout:v,getAccessToken:v,getEthereumProvider:v,getEthersProvider:v,getWeb3jsProvider:v,unlinkEmail:v,unlinkPhone:v,unlinkWallet:v,unlinkGoogle:v,unlinkTwitter:v,unlinkDiscord:v,unlinkGithub:v,setActiveWallet:v,forkSession:v,createWallet:v,signMessage:v}),D=()=>ts(Do);var yt=class{constructor(e,o){this.meta={walletType:o},this.connectors=e,this.walletConnector=this.connectors.createWalletConnector(o,null)}async authenticate(){if(!this.api)throw new g("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Mr(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),await this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),{user:r.data.user,token:r.data.token,refresh_token:r.data.refresh_token,is_new_user:r.data.is_new_user}}catch(e){throw M(e)}}async link(){if(!this.api)throw new g("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Nr(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),await this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),r.data}catch(e){throw M(e)}}async promptConnectAndSign(e){let o=await this.walletConnector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(Rr(),{address:r}),s=this.walletConnector.prepareMessage(i,r,n.data.nonce),a=await this.walletConnector.sign(s);return{message:s,signature:a}}};var wt=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new g("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new g("Email and email code must be set prior to calling authenticate.");try{let e=Ur(),o=await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(e){throw M(e)}}async link(){if(!this.api)throw new g("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new g("Email and email code must be set prior to calling authenticate.");try{let e=Dr();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw M(e)}}async sendCodeEmail(e){if(!this.api)throw new g("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new g("Email must be set when initialzing authentication.");try{let o=Or();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw M(o)}}};var vt=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new g("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new g("phone number and sms code must be set prior to calling authenticate.");try{let e=Gr(),o=await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(e){throw M(e)}}async link(){if(!this.api)throw new g("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new g("phone number and sms code must be set prior to calling authenticate.");try{let e=Br();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw M(e)}}async sendSmsCode(e){if(!this.api)throw new g("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new g("phone nNumber must be set when initialzing authentication.");try{let o=Fr();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw M(o)}}};var Ke=class{constructor(e,o,r){this.meta={provider:e},this.meta.authorizationCode=o,this.meta.stateCode=r}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new g("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new g("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new g("User denied confirmation during OAuth flow");try{let e=Hr(),o=await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(e){throw M(e)}}async link(){if(!this.api)throw new g("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new g("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new g("User denied confirmation during OAuth flow");try{let e=zr();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw M(e)}}async getAuthorizationUrl(){if(!this.api)throw new g("Auth flow has no API instance");if(!this.meta.provider)throw new g("Provider must be set when initialzing OAuth authentication.");try{let e=Vr();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw M(e)}}};import{useRef as os,useEffect as rs}from"react";var qt=class{constructor(){this.callbacks={}}enqueue(e,o){this.callbacks[e]=o}dequeue(e,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${e} event: no event found for id ${o}`);switch(delete this.callbacks[o],e){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:sign":return r;case"privy:wallet:recover":return r;default:throw new Error(`invalid wallet event type ${e}`)}}};import{jsx as as}from"react/jsx-runtime";var is=function(t){return()=>`id-${t++}`}(0);function ns(t){return typeof t.event=="string"&&/^privy:.+/.test(t.event)}function Kt(t){return t.error!==void 0}var Ct=new qt;function Jt(t,e,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((i,n)=>{let s=is();Ct.enqueue(s,{resolve:i,reject:n}),r.postMessage({id:s,event:t,data:e},"*")})}function ss(t){switch(t.event){case"privy:iframe:ready":let e=Ct.dequeue(t.event,t.id);return Kt(t)?e.reject(new Error(t.error.message)):e.resolve(t.data);case"privy:wallet:create":let o=Ct.dequeue(t.event,t.id);return Kt(t)?o.reject(new Error(t.error.message)):o.resolve(t.data);case"privy:wallet:sign":let r=Ct.dequeue(t.event,t.id);return Kt(t)?r.reject(new Error(t.error.message)):r.resolve(t.data);case"privy:wallet:recover":let i=Ct.dequeue(t.event,t.id);return Kt(t)?i.reject(new Error(t.error.message)):i.resolve(t.data)}}function Kr(t){let e=os(null);return rs(()=>{let o=e.current;if(!o)return;function r(a){a&&a.origin===t.origin&&ns(a.data)&&ss(a.data)}let i={create(a){return Jt("privy:wallet:create",a,o)},sign(a){return Jt("privy:wallet:sign",a,o)},recover(a){return Jt("privy:wallet:recover",a,o)}};window.addEventListener("message",r);let n=()=>t.onLoad(i),s=(...a)=>{console.error("privy iframe failed to load: ",...a),t.onLoadFailed()};return Ar(()=>Jt("privy:iframe:ready",{},o)).then(n,s),()=>window.removeEventListener("message",r)},[e.current]),as("iframe",{ref:e,width:"0",height:"0",style:{visibility:"hidden"},src:_r(t.origin,`/apps/${t.appId}/embedded-wallets`)})}import"wicg-inert";import Yl from"react-dom";import gr from"styled-components";import{createContext as cs,useContext as ds,useEffect as Fo,useState as Yr}from"react";import{jsx as ls}from"react/jsx-runtime";function Jr(t){return ls("link",{rel:"prefetch",href:t.src})}import{jsx as ps,jsxs as us}from"react/jsx-runtime";var ge="LANDING",Xr=cs({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1,github:!1},currentScreen:ge,lastScreen:ge,navigate:v,navigateBack:v}),Qr=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=Yr(t.initialScreen||ge),[s,a]=Yr(t.initialScreen||ge);Fo(()=>{o||n(ge)},[o]),Fo(()=>{r||(a(ge),n(ge))},[r]),Fo(()=>{t.initialScreen&&i===ge&&(n(t.initialScreen),a(t.initialScreen))},[t.initialScreen]);let d=t.initialScreen&&i===ge?t.initialScreen:i,p={ready:!!(e!=null&&e.id),app:e,options:t.options,data:t.data,currentScreen:d,lastScreen:s,navigate:E=>{a(i),n(E)},navigateBack:()=>{n(s)}};return us(Xr.Provider,{value:p,children:[e&&e.logoUrl&&ps(Jr,{src:e.logoUrl}),t.children]})},C=()=>ds(Xr);import{useState as na}from"react";import et from"styled-components";import fs from"styled-components";import{jsx as ei}from"react/jsx-runtime";var ti=({style:t,...e})=>ei("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:ei("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});import{jsx as oi}from"react/jsx-runtime";var ri=({style:t,...e})=>oi("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:oi("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{createContext as hs,useContext as ms}from"react";var Go=hs({isLinking:!1,linkingHint:null,activeStatus:null,getAuthMeta:v,getAuthFlow:v,closePrivyModal:v,initLoginWithWallet:v,loginWithWallet:v,loginWithCode:v,initLoginWithEmail:v,initLoginWithSms:v,resendEmailCode:v,resendSmsCode:v,initLoginWithOAuth:v,loginWithOAuth:v,refreshUser:v,walletProxy:null}),_=()=>ms(Go);import{jsx as ye,jsxs as Cs}from"react/jsx-runtime";var gs=()=>ye("div",{}),ys=({backFn:t})=>ye("div",{children:ye(ri,{onClick:t})}),ws=t=>ye("div",{children:ye("div",{children:ye(ti,{onClick:t.onClose})})});var L=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=_();return Cs(vs,{children:[t?ye(ys,{backFn:t}):ye(gs,{}),ye(ws,{onClose:e||(()=>o())})]})},vs=fs.div`
|
|
12
|
+
- https://privy.io`;this.provider=o,this.walletType=e,this.address=r,this.chain=null,this.connected=!1}async fetchAddress(){if(!this.address){let e=await this.provider.request({method:"eth_accounts"});Array.isArray(e)&&e.length>0&&(this.address=Hn(e[0]))}return this.address}async fetchChainId(){if(!this.chain){let e=await this.provider.request({method:"eth_chainId"}),o=Number(e);this.chain=String(o)}return this.chain}async getConnectedWallet(){if(!this.walletType||!await this.isConnected())return null;let o=await this.fetchAddress(),r=await this.fetchChainId();return{address:o,chainId:r,chainType:"ethereum",walletClient:"unknown"}}async setActive(){return!0}async sign(e){return new zn(new Re(this.provider)).getSigner().signMessage(e)}prepareMessage(e,o,r){let i=window.location.host,n=window.location.origin,s="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",a=new Date().toISOString();return this.createSiweMessage(e,o,i,n,a,r,s)}};import{isPossiblePhoneNumber as $n}from"libphonenumber-js/min";var xr=t=>!!String(t).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/),Er=t=>$n(String(t),"US"),Bt=t=>{var e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;t=t.replace(e,function(r,i,n,s){return i+i+n+n+s+s});var o=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return{r:parseInt((o==null?void 0:o[1])||"00",16),g:parseInt((o==null?void 0:o[2])||"00",16),b:parseInt((o==null?void 0:o[3])||"00",16)}},Lr=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r},Me=(t,e=3,o=4)=>{if(!t)return"";let r=2,i=3;if(e+o+r+i>=t.length)return t;let n=t.slice(0,r+e),s=t.slice(t.length-o,t.length);return`${n}...${s}`},Ro=t=>new Promise(e=>setTimeout(e,t)),Ar=(t,e={})=>{let o=e.delayMs||40,r=e.maxAttempts||1e3;return new Promise(async(i,n)=>{let s=!1,a=0;for(;!s&&a<r;)t().then(()=>{s=!0,i()},(...d)=>{s=!0,n(...d)}),a+=1,await Ro(o);s||n(new Error("Exceeded max attempts before resolving function"))})},_r=(...t)=>{let o=t.length-1;return t.map((i,n)=>(n===0&&(i.startsWith("//")||i.endsWith("://"))?i=i.replace(new RegExp("/$"),""):n!==o&&(i=i.replace(new RegExp("/+$"),"")),n!==0&&(i=i.replace(new RegExp("^/+"),"")),i)).join("/")};import{isMobile as Zn}from"react-device-detect";var Vt=class extends me{constructor(e,o){var r;super("metamask",e,o),this.provider.setProvider(window.ethereum),(r=window.ethereum.providers)==null||r.forEach(async i=>{i.isMetaMask&&this.provider.setProvider(i)}),this.subscribeListeners()}async connect(e){return e.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}async isConnected(){let e=await this.connectedMetamaskAddress();return this.address===e}async connectedMetamaskAddress(){let o=await new jn(this.provider).listAccounts();return o.length===0?null:kr(o[0])}disconnect(){console.warn("Metamask does not support programmetic disconnect.")}async promptConnection(){try{let e="";if(!Zn&&(await this.provider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&await this.isConnected()))throw new O("Selected the wrong wallet in MetaMask");let o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=kr(o[0])),!e||e==="")throw new O("Unable to retrieve address");this.connected=!0,this.address=e}catch(e){throw Le(e)}}async setActive(){if(await this.connectedMetamaskAddress()===this.address)return this.connected=!0,!0;for(;!this.connected;)await Ro(200);return!0}subscribeListeners(){this.provider.on("accountsChanged",e=>{var o;if(e.length>0){let r=e[0];this.connected=((o=this.address)==null?void 0:o.toLowerCase())===(r==null?void 0:r.toLowerCase())}}),this.provider.on("disconnect",()=>{this.connected=!1})}};import{getAddress as qn}from"@ethersproject/address";import Kn from"@coinbase/wallet-sdk";var Jn=t=>{let e=`https://mainnet.infura.io/v3/${mt}`,o=1;return t.makeWeb3Provider(e,o)},Ht,zt=class extends me{constructor(e,o){super("coinbase_wallet",e,o),Ht||(Ht=new Kn({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(e){return this.provider.setProvider(Jn(Ht)),(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}disconnect(){Ht.disconnect()}async isConnected(){return await this.fetchAddress()!==null}async promptConnection(){try{let e="",o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=qn(o[0])),!e||e==="")throw new O("Unable to retrieve address");this.connected=!0}catch(e){throw Le(e)}}};import Sr from"@walletconnect/web3-provider";var Mo=class extends me{constructor(o,r,i){super("wallet_connect",r,i);this._globalConnector=o,this._provider=this._globalConnector.getProviderForAddress(i)}async connect(o){return this.provider.setProvider(this._provider),(!await this.isConnected()||o.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.provider.walletProvider.connected}async promptConnection(){try{let o="";this.provider.setProvider(this._provider);let r=await Promise.race([this._provider.enable(),Io()]);if(r.length>0&&(o=r[0]),this._globalConnector.indexProvider(this._provider),!o||o==="")throw new O("Unable to retrieve address");this.connected=!0}catch(o){throw Le(o)}}disconnect(){}},$t=class{constructor(){this._storageIdToProvider={},this._addressToStorageId={},V.getKeys().forEach(e=>{if(e.startsWith("walletconnect")){let o=new Sr({infuraId:mt,storageId:e});o.enable(),this._storageIdToProvider[e]=o;for(let r of o.accounts)this._addressToStorageId[r]=e}})}build(e,o){return new Mo(this,e,o)}async disconnect(){Object.values(this._storageIdToProvider).forEach(async e=>{await e.disconnect()})}getProviderForAddress(e){let o=Cr,r=()=>`walletconnect:${Math.random().toString(36).slice(2)}`;e===null?o=r():o=this._addressToStorageId[e]||r();let i=new Sr({infuraId:mt,storageId:o});return this._storageIdToProvider[o]=i,i}indexProvider(e){this._storageIdToProvider[e.storageId]=e;for(let o of e.accounts)this._addressToStorageId[o]=e.storageId}};import{getAddress as Yn}from"@ethersproject/address";var No=()=>{if(!window.ethereum)return!1;if(window.ethereum.isMetaMask)return!0;if(window.ethereum.providers){for(let t of window.ethereum.providers)if(t.isMetaMask)return!0}return!1},jt=()=>{if(!window.ethereum)return!1;if(window.ethereum.isCoinbaseWallet)return!0;if(window.ethereum.providers){for(let t of window.ethereum.providers)if(t.isCoinbaseWallet)return!0}return!1},Oo=t=>{let e=localStorage.getItem("-walletlink:https://www.walletlink.org:Addresses");return e?!!(t==null?void 0:t.linkedAccounts.filter(r=>r.type=="wallet"&&r.address===Yn(e)).length):!1},Pr=()=>{var e;let t=V.get(Dt);return t?(e=t.find(o=>o.active))==null?void 0:e.address:null},ft=class{constructor(){this.getEthereumProvider=()=>{var e;return((e=this.activeWalletConnector)==null?void 0:e.provider)||new le};this.walletConnectors=[],this.walletConnectGlobalWalletConnector=new $t,this.initialized=!1}initialize(){this.initialized||(this.load(),this.activeWalletConnector&&this.activeWalletConnector.connect({showPrompt:!1}),this.initialized=!0)}initializeLinkedWallets(e){e.linkedAccounts.forEach(()=>{})}load(){(V.get(Dt)||[]).forEach(o=>{let r=this.createWalletConnector(o.walletType,o.address);this.addWalletConnector(r),o.active&&(this.activeWalletConnector=r)})}save(){let e=this.walletConnectors.map(o=>{var r;return{address:o.address,walletType:o.walletType,active:o.address===((r=this.activeWalletConnector)==null?void 0:r.address)}});V.put(Dt,e)}addWalletConnector(e){this.walletConnectors.find(r=>r.address===e.address&&r.walletType===e.walletType)||this.walletConnectors.push(e)}getConnectorByAddress(e){return this.walletConnectors.find(o=>{var r;return((r=o.address)==null?void 0:r.toLowerCase())===e.toLowerCase()})}async removeWallet(e){var r;if(this.walletConnectors=this.walletConnectors.filter(i=>i.address!==e),e===((r=this.activeWalletConnector)==null?void 0:r.address))if(this.walletConnectors.length>0){let i=this.walletConnectors[this.walletConnectors.length-1];await this.setActiveWallet(i.address)}else this.activeWalletConnector=void 0;this.save()}async activeWalletSign(e){if(!this.activeWalletConnector)throw new O("Cannot sign, no wallet is active. Is a wallet connected?");if(!await this.activeWalletConnector.connect({showPrompt:!1}))throw new O("Cannot sign - unable to connect to wallet.");return this.activeWalletConnector.sign(e)}async setActiveWallet(e){let o=this.walletConnectors.find(r=>r.address===e);return o?(await o.setActive(),this.activeWalletConnector=o,this.save(),!0):!1}createWalletConnector(e,o){switch(e){case"metamask":return new Vt(new le,o);case"coinbase_wallet":return new zt(new le,o);case"wallet_connect":return this.walletConnectGlobalWalletConnector.build(new le,o)}}};function Ae(t){return new Date(t*1e3)}function Xn(t){let e=[];for(let o of t){let r=o.type;switch(o.type){case"wallet":let i={address:o.address,type:o.type,verifiedAt:Ae(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client};e.push(i);break;case"email":let n={address:o.address,type:o.type,verifiedAt:Ae(o.verified_at)};e.push(n);break;case"phone":let s={number:o.phoneNumber,type:o.type,verifiedAt:Ae(o.verified_at)};e.push(s);break;case"google_oauth":let a={subject:o.subject,email:o.email,name:o.name,type:o.type,verifiedAt:Ae(o.verified_at)};e.push(a);break;case"twitter_oauth":let d={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:Ae(o.verified_at)};e.push(d);break;case"discord_oauth":let p={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Ae(o.verified_at)};e.push(p);break;case"github_oauth":let E={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Ae(o.verified_at)};e.push(E);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return e}function Ne(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function gt(t){let e=Pr();if(!e)return t.wallet&&console.warn("[Privy] User has linked wallets but no active wallet"),t;let o=t.linkedAccounts.find(i=>i.type==="wallet"&&i.address===e),r=Object.assign({},t);return r.wallet=o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient},r}var fe=t=>t==null?void 0:t.linkedAccounts.find(e=>e.type==="wallet"&&e.walletClient==="privy");function ge(t){if(!t)return null;let e=Xn(t.linked_accounts),o=Ne(e,"wallet"),r=Ne(e,"email"),i=Ne(e,"phone"),n=Ne(e,"google_oauth"),s=Ne(e,"twitter_oauth"),a=Ne(e,"discord_oauth"),d=Ne(e,"github_oauth"),p={id:t.id,createdAt:Ae(t.created_at),linkedAccounts:e,email:r&&{address:r==null?void 0:r.address},phone:i&&{number:i==null?void 0:i.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient},google:n&&{subject:n.subject,email:n.email,name:n.name},twitter:s&&{subject:s.subject,username:s.username,name:s.name},discord:a&&{subject:a.subject,username:a.username,email:a.email},github:d&&{subject:d.subject,username:d.username,name:d.name,email:d.email}};return gt(p)}var Tr=()=>"/api/v1/sessions",Wr=()=>"/api/v1/sessions/logout",Ir=()=>"/api/v1/sessions/fork",Rr=()=>"/api/v1/siwe/init",Mr=()=>"/api/v1/siwe/authenticate",Nr=()=>"/api/v1/siwe/link",Or=()=>"/api/v1/passwordless/init",Ur=()=>"/api/v1/passwordless/authenticate",Dr=()=>"/api/v1/passwordless/link",Fr=()=>"/api/v1/passwordless_sms/init",Gr=()=>"/api/v1/passwordless_sms/authenticate",Br=()=>"/api/v1/passwordless_sms/link",Vr=()=>"/api/v1/oauth/init",Hr=()=>"/api/v1/oauth/authenticate",zr=()=>"/api/v1/oauth/link",$r=()=>"/api/v1/siwe/unlink",jr=()=>"/api/v1/passwordless/unlink",Zr=()=>"/api/v1/passwordless_sms/unlink",qr=()=>"/api/v1/oauth/unlink";var Qn=30,Zt=class{constructor(){this.authenticateOnce=new Ee(async e=>this._authenticate(e)),this.linkOnce=new Ee(async e=>this._link(e)),this.refreshOnce=new Ee(this._refresh.bind(this)),this.destroyOnce=new Ee(this._destroy.bind(this)),this.forkSessionOnce=new Ee(this._forkSession.bind(this))}get token(){try{let e=V.get($e);return typeof e=="string"?new he(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=V.get(Ut);return typeof e=="string"?e:null}catch(e){return console.error(e),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasActiveToken(){let e=he.parse(this.token);return e!==null&&!e.isExpired(Qn)}authenticate(e){return this.authenticateOnce.execute(e)}link(e){return this.linkOnce.execute(e)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(e){try{let{token:o,refresh_token:r,user:i,is_new_user:n}=await e.authenticate();return this.storeToken(o),this.storeRefreshToken(r),{user:ge(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),X(o)}}async _link(e){try{let o=await e.link();return ge(o)}catch(o){throw console.warn("Error linking account"),X(o)}}async _refresh(){if(!this.api)throw new g("Session has no API instance");if(!this.client)throw new g("Session has no PrivyClient instance");await this.client.getAccessToken({disableAutoRefresh:!0});let e=this.token,o=this.refreshToken;if(!e||!o)return null;try{let r=await this.api.post(Tr(),{refresh_token:o},{headers:{authorization:`Bearer ${e}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),ge(r.data.user)}catch(r){if(r instanceof ze&&r.status===400&&r.message==="Invalid auth token")return this.destroyLocalState(),null;throw X(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Wr(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new g("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(Ir(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw X(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null)}storeToken(e){typeof e=="string"?V.put($e,e):V.del($e)}storeRefreshToken(e){typeof e=="string"?V.put(Ut,e):V.del(Ut)}};var Uo,yt=class{constructor(e){let o=e.apiURL||wr,r=e.timeout||vr;this.appId=e.appId,this.connectors=new ft,Uo||(Uo=new Zt),this.session=Uo,this.api=new Ft(e.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}authenticate(){if(!this.authFlow)throw new g("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new g("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.authFlow=void 0}startAuthFlow(e){e.api=this.api,this.authFlow=e}async unlinkEmail(e){try{let o=await this.api.post(jr(),{address:e});return ge(o.data)}catch(o){throw X(o)}}async unlinkPhone(e){try{let o=await this.api.post(Zr(),{phoneNumber:e});return ge(o.data)}catch(o){throw X(o)}}async unlinkWallet(e){try{let o=await this.api.post($r(),{address:e});return this.connectors.removeWallet(e),ge(o.data)}catch(o){throw X(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(qr(),{provider:e,subject:o});return ge(r.data)}catch(r){throw X(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(e){var o;return this.session.hasActiveToken()?((o=he.parse(this.session.token))==null?void 0:o.audience)!==this.appId?(await this.logout(),null):this.session.token:!(e!=null&&e.disableAutoRefresh)&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getAppSettings(){try{let e=await this.api.get(`/api/v1/apps/${this.appId}`);return{id:e.data.id,name:e.data.name,verificationKey:e.data.verification_key,logoUrl:e.data.logo_url||void 0,theme:e.data.theme,accentColor:e.data.accent_color||void 0,showWalletLoginFirst:e.data.show_wallet_login_first,allowlistConfig:{errorTitle:e.data.allowlist_config.error_title,errorDetail:e.data.allowlist_config.error_detail,errorCtaText:e.data.allowlist_config.cta_text,errorCtaLink:e.data.allowlist_config.cta_link},walletAuth:e.data.wallet_auth,emailAuth:e.data.email_auth,smsAuth:e.data.sms_auth,googleOAuth:e.data.google_oauth,twitterOAuth:e.data.twitter_oauth,discordOAuth:e.data.discord_oauth,githubOAuth:e.data.github_oauth,termsAndConditionsUrl:e.data.terms_and_conditions_url,privacyPolicyUrl:e.data.privacy_policy_url,createdAt:new Date(e.data.created_at*1e3),updatedAt:new Date(e.data.updated_at*1e3)}}catch(e){throw X(e)}}async setActiveWallet(e,o){if(!o.linkedAccounts.map(n=>n.type==="wallet"?n.address:null).includes(e))throw new g("Cannot set an unlinked address as active.");if(!await this.connectors.setActiveWallet(e))throw new g("Error setting the active wallet.");return gt(o)}async forkSession(){return await this.session.forkSession()}};import{Web3Provider as i1}from"@ethersproject/providers";import{createContext as es,useContext as ts}from"react";var v=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var Do=es({ready:!1,authenticated:!1,user:null,walletConnectors:null,login:v,linkEmail:v,linkPhone:v,linkWallet:v,linkGoogle:v,linkTwitter:v,linkDiscord:v,linkGithub:v,logout:v,getAccessToken:v,getEthereumProvider:v,getEthersProvider:v,getWeb3jsProvider:v,unlinkEmail:v,unlinkPhone:v,unlinkWallet:v,unlinkGoogle:v,unlinkTwitter:v,unlinkDiscord:v,unlinkGithub:v,setActiveWallet:v,forkSession:v,createWallet:v,signMessage:v}),D=()=>ts(Do);var wt=class{constructor(e,o){this.meta={walletType:o},this.connectors=e,this.walletConnector=this.connectors.createWalletConnector(o,null)}async authenticate(){if(!this.api)throw new g("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Mr(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),await this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),{user:r.data.user,token:r.data.token,refresh_token:r.data.refresh_token,is_new_user:r.data.is_new_user}}catch(e){throw M(e)}}async link(){if(!this.api)throw new g("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Nr(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),await this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),r.data}catch(e){throw M(e)}}async promptConnectAndSign(e){let o=await this.walletConnector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(Rr(),{address:r}),s=this.walletConnector.prepareMessage(i,r,n.data.nonce),a=await this.walletConnector.sign(s);return{message:s,signature:a}}};var vt=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new g("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new g("Email and email code must be set prior to calling authenticate.");try{let e=Ur(),o=await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(e){throw M(e)}}async link(){if(!this.api)throw new g("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new g("Email and email code must be set prior to calling authenticate.");try{let e=Dr();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw M(e)}}async sendCodeEmail(e){if(!this.api)throw new g("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new g("Email must be set when initialzing authentication.");try{let o=Or();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw M(o)}}};var Ct=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new g("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new g("phone number and sms code must be set prior to calling authenticate.");try{let e=Gr(),o=await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(e){throw M(e)}}async link(){if(!this.api)throw new g("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new g("phone number and sms code must be set prior to calling authenticate.");try{let e=Br();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw M(e)}}async sendSmsCode(e){if(!this.api)throw new g("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new g("phone nNumber must be set when initialzing authentication.");try{let o=Fr();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw M(o)}}};var Ke=class{constructor(e,o,r){this.meta={provider:e},this.meta.authorizationCode=o,this.meta.stateCode=r}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new g("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new g("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new g("User denied confirmation during OAuth flow");try{let e=Hr(),o=await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode});return{user:o.data.user,token:o.data.token,refresh_token:o.data.refresh_token,is_new_user:o.data.is_new_user}}catch(e){throw M(e)}}async link(){if(!this.api)throw new g("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new g("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new g("User denied confirmation during OAuth flow");try{let e=zr();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw M(e)}}async getAuthorizationUrl(){if(!this.api)throw new g("Auth flow has no API instance");if(!this.meta.provider)throw new g("Provider must be set when initialzing OAuth authentication.");try{let e=Vr();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw M(e)}}};import{useRef as os,useEffect as rs}from"react";var qt=class{constructor(){this.callbacks={}}enqueue(e,o){this.callbacks[e]=o}dequeue(e,o){let r=this.callbacks[o];if(!r)throw new Error(`cannot dequeue ${e} event: no event found for id ${o}`);switch(delete this.callbacks[o],e){case"privy:iframe:ready":return r;case"privy:wallet:create":return r;case"privy:wallet:sign":return r;case"privy:wallet:recover":return r;default:throw new Error(`invalid wallet event type ${e}`)}}};import{jsx as as}from"react/jsx-runtime";var is=function(t){return()=>`id-${t++}`}(0);function ns(t){return typeof t.event=="string"&&/^privy:.+/.test(t.event)}function Kt(t){return t.error!==void 0}var bt=new qt;function Jt(t,e,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((i,n)=>{let s=is();bt.enqueue(s,{resolve:i,reject:n}),r.postMessage({id:s,event:t,data:e},"*")})}function ss(t){switch(t.event){case"privy:iframe:ready":let e=bt.dequeue(t.event,t.id);return Kt(t)?e.reject(new Error(t.error.message)):e.resolve(t.data);case"privy:wallet:create":let o=bt.dequeue(t.event,t.id);return Kt(t)?o.reject(new Error(t.error.message)):o.resolve(t.data);case"privy:wallet:sign":let r=bt.dequeue(t.event,t.id);return Kt(t)?r.reject(new Error(t.error.message)):r.resolve(t.data);case"privy:wallet:recover":let i=bt.dequeue(t.event,t.id);return Kt(t)?i.reject(new Error(t.error.message)):i.resolve(t.data)}}function Kr(t){let e=os(null);return rs(()=>{let o=e.current;if(!o)return;function r(a){a&&a.origin===t.origin&&ns(a.data)&&ss(a.data)}let i={create(a){return Jt("privy:wallet:create",a,o)},sign(a){return Jt("privy:wallet:sign",a,o)},recover(a){return Jt("privy:wallet:recover",a,o)}};window.addEventListener("message",r);let n=()=>t.onLoad(i),s=(...a)=>{console.error("privy iframe failed to load: ",...a),t.onLoadFailed()};return Ar(()=>Jt("privy:iframe:ready",{},o)).then(n,s),()=>window.removeEventListener("message",r)},[e.current]),as("iframe",{ref:e,width:"0",height:"0",style:{visibility:"hidden"},src:_r(t.origin,`/apps/${t.appId}/embedded-wallets`)})}import"wicg-inert";import Xl from"react-dom";import gr from"styled-components";import{createContext as cs,useContext as ds,useEffect as Fo,useState as Yr}from"react";import{jsx as ls}from"react/jsx-runtime";function Jr(t){return ls("link",{rel:"prefetch",href:t.src})}import{jsx as ps,jsxs as us}from"react/jsx-runtime";var ye="LANDING",Xr=cs({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1,github:!1},currentScreen:ye,lastScreen:ye,navigate:v,navigateBack:v}),Qr=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=Yr(t.initialScreen||ye),[s,a]=Yr(t.initialScreen||ye);Fo(()=>{o||n(ye)},[o]),Fo(()=>{r||(a(ye),n(ye))},[r]),Fo(()=>{t.initialScreen&&i===ye&&(n(t.initialScreen),a(t.initialScreen))},[t.initialScreen]);let d=t.initialScreen&&i===ye?t.initialScreen:i,p={ready:!!(e!=null&&e.id),app:e,options:t.options,data:t.data,currentScreen:d,lastScreen:s,navigate:E=>{a(i),n(E)},navigateBack:()=>{n(s)}};return us(Xr.Provider,{value:p,children:[e&&e.logoUrl&&ps(Jr,{src:e.logoUrl}),t.children]})},C=()=>ds(Xr);import{useState as na}from"react";import et from"styled-components";import fs from"styled-components";import{jsx as ei}from"react/jsx-runtime";var ti=({style:t,...e})=>ei("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:ei("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});import{jsx as oi}from"react/jsx-runtime";var ri=({style:t,...e})=>oi("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:oi("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{createContext as hs,useContext as ms}from"react";var Go=hs({isLinking:!1,linkingHint:null,activeStatus:null,getAuthMeta:v,getAuthFlow:v,closePrivyModal:v,initLoginWithWallet:v,loginWithWallet:v,loginWithCode:v,initLoginWithEmail:v,initLoginWithSms:v,resendEmailCode:v,resendSmsCode:v,initLoginWithOAuth:v,loginWithOAuth:v,refreshUser:v,walletProxy:null}),_=()=>ms(Go);import{jsx as we,jsxs as Cs}from"react/jsx-runtime";var gs=()=>we("div",{}),ys=({backFn:t})=>we("div",{children:we(ri,{onClick:t})}),ws=t=>we("div",{children:we("div",{children:we(ti,{onClick:t.onClose})})});var L=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=_();return Cs(vs,{children:[t?we(ys,{backFn:t}):we(gs,{}),we(ws,{onClose:e||(()=>o())})]})},vs=fs.div`
|
|
13
13
|
height: 30px;
|
|
14
14
|
display: flex;
|
|
15
15
|
align-items: center;
|
|
@@ -70,7 +70,7 @@ Resources:
|
|
|
70
70
|
@media (max-width: 440px) {
|
|
71
71
|
display: none;
|
|
72
72
|
}
|
|
73
|
-
`;import{jsx as
|
|
73
|
+
`;import{jsx as ve,jsxs as xt}from"react/jsx-runtime";var Yt=()=>{let{navigate:t}=C(),{initLoginWithWallet:e,closePrivyModal:o}=_();return xt(ks,{children:[xt(Vo,{onClick:()=>{No()?(e("metamask"),t("AWAITING_CONNECTION")):si?(Bo("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[ve(ce,{}),ve("span",{children:"Metamask"}),ve("span",{children:No()?"Connect":"Install"})]}),xt(Vo,{onClick:()=>{jt()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):si?(Bo("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[ve(de,{}),xt("span",{children:["Coinbase",ve(ni,{children:" Wallet"})]}),ve("span",{children:"Connect"})]}),xt(Vo,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[ve(Ye,{}),ve("span",{children:"WalletConnect"}),ve("span",{children:"Connect"})]})]})},ks=ai.div`
|
|
74
74
|
display: flex;
|
|
75
75
|
flex-direction: column;
|
|
76
76
|
align-items: flex-start;
|
|
@@ -204,13 +204,13 @@ Resources:
|
|
|
204
204
|
justify-content: center;
|
|
205
205
|
height: 100%;
|
|
206
206
|
width: 100%;
|
|
207
|
-
`;import
|
|
207
|
+
`;import Lt from"styled-components";import{jsx as fi}from"react/jsx-runtime";var eo=({style:t,logoFill:e,...o})=>fi("svg",{width:"24",height:"20",viewBox:"0 0 24 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...t},...o,children:fi("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:e==="primary"?"#1da1f2":"white"})});import{jsx as Et,jsxs as Rs}from"react/jsx-runtime";var to=({logoFill:t,style:e,...o})=>Rs("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...o,children:[Et("g",{clipPath:"url(#clip0)",children:Et("path",{d:"M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z",fill:t==="primary"?"#5865f2":"white"})}),Et("defs",{children:Et("clipPath",{id:"clip0",children:Et("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as gi}from"react/jsx-runtime";var oo=({logoFill:t,style:e,...o})=>gi("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...o,children:gi("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:t==="primary"?"#2D333B":"white"})});import{jsx as ro,jsxs as Ms}from"react/jsx-runtime";var io=({style:t,...e})=>Ms("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...t},...e,children:[ro("path",{d:"M22.56 12.25C22.56 11.47 22.49 10.72 22.36 10H12V14.255H17.92C17.665 15.63 16.89 16.795 15.725 17.575V20.335H19.28C21.36 18.42 22.56 15.6 22.56 12.25Z",fill:"#4285F4"}),ro("path",{d:"M12 23C14.97 23 17.46 22.015 19.28 20.335L15.725 17.575C14.74 18.235 13.48 18.625 12 18.625C9.13504 18.625 6.71004 16.69 5.84504 14.09H2.17004V16.94C3.98004 20.535 7.70004 23 12 23Z",fill:"#34A853"}),ro("path",{d:"M5.845 14.09C5.625 13.43 5.5 12.725 5.5 12C5.5 11.275 5.625 10.57 5.845 9.91V7.06H2.17C1.4 8.59286 0.999321 10.2846 1 12C1 13.775 1.425 15.455 2.17 16.94L5.845 14.09Z",fill:"#FBBC05"}),ro("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});import{jsx as ke,jsxs as Gs}from"react/jsx-runtime";var yi=({showGoogle:t,showTwitter:e,showDiscord:o,showGithub:r,stacked:i})=>{let{initLoginWithOAuth:n}=_();return Gs(Ns,{stacked:i,children:[t&&ke(Fs,{onClick:()=>{n("google")},children:ke(io,{})}),e&&ke(Os,{onClick:()=>{n("twitter")},children:ke(eo,{})}),o&&ke(Us,{onClick:()=>{n("discord")},children:ke(to,{})}),r&&ke(Ds,{onClick:()=>{n("github")},children:ke(oo,{})})]})},Ns=Lt.div`
|
|
208
208
|
display: flex;
|
|
209
209
|
flex-direction: ${t=>t.stacked?"column":"row"};
|
|
210
210
|
justify-content: space-between;
|
|
211
211
|
width: 100%;
|
|
212
212
|
gap: 4px;
|
|
213
|
-
`,Os=
|
|
213
|
+
`,Os=Lt.button`
|
|
214
214
|
&& {
|
|
215
215
|
border-radius: var(--border-radius-sm);
|
|
216
216
|
cursor: pointer;
|
|
@@ -222,7 +222,7 @@ Resources:
|
|
|
222
222
|
justify-content: center;
|
|
223
223
|
align-items: center;
|
|
224
224
|
}
|
|
225
|
-
`,Us=
|
|
225
|
+
`,Us=Lt.button`
|
|
226
226
|
&& {
|
|
227
227
|
border-radius: var(--border-radius-sm);
|
|
228
228
|
cursor: pointer;
|
|
@@ -234,7 +234,7 @@ Resources:
|
|
|
234
234
|
justify-content: center;
|
|
235
235
|
align-items: center;
|
|
236
236
|
}
|
|
237
|
-
`,Ds=
|
|
237
|
+
`,Ds=Lt.button`
|
|
238
238
|
&& {
|
|
239
239
|
border-radius: var(--border-radius-sm);
|
|
240
240
|
cursor: pointer;
|
|
@@ -246,7 +246,7 @@ Resources:
|
|
|
246
246
|
justify-content: center;
|
|
247
247
|
align-items: center;
|
|
248
248
|
}
|
|
249
|
-
`,Fs=
|
|
249
|
+
`,Fs=Lt.button`
|
|
250
250
|
&& {
|
|
251
251
|
border-radius: var(--border-radius-sm);
|
|
252
252
|
cursor: pointer;
|
|
@@ -259,7 +259,7 @@ Resources:
|
|
|
259
259
|
align-items: center;
|
|
260
260
|
border: 1px solid var(--border-color-2);
|
|
261
261
|
}
|
|
262
|
-
`;import{useEffect as $s,useState as $o}from"react";import
|
|
262
|
+
`;import{useEffect as $s,useState as $o}from"react";import _t from"styled-components";import{jsx as wi}from"react/jsx-runtime";var no=({style:t,...e})=>wi("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:wi("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});import zo from"styled-components";import{Fragment as Hs,jsx as Ho,jsxs as zs}from"react/jsx-runtime";var Qe=({success:t,fail:e})=>zs(Hs,{children:[Ho(At,{className:t?"success":e?"fail":""}),Ho(Bs,{className:t?"success":e?"fail":""})]}),At=zo.span`
|
|
263
263
|
&& {
|
|
264
264
|
width: 82px;
|
|
265
265
|
height: 82px;
|
|
@@ -292,13 +292,13 @@ Resources:
|
|
|
292
292
|
border-color: var(--fail-light);
|
|
293
293
|
border-bottom-color: var(--fail-light);
|
|
294
294
|
}
|
|
295
|
-
`,Bs=zo(
|
|
295
|
+
`,Bs=zo(At)`
|
|
296
296
|
&& {
|
|
297
297
|
border-bottom-color: ${t=>t.color??"var(--primary-color)"};
|
|
298
298
|
animation: none;
|
|
299
299
|
opacity: 0.5;
|
|
300
300
|
}
|
|
301
|
-
`,Se=t=>Ho(Vs,{color:t.color||"var(--disabled-fg)"}),Vs=zo(
|
|
301
|
+
`,Se=t=>Ho(Vs,{color:t.color||"var(--disabled-fg)"}),Vs=zo(At)`
|
|
302
302
|
&& {
|
|
303
303
|
height: 0.9rem;
|
|
304
304
|
width: 0.9rem;
|
|
@@ -306,7 +306,7 @@ Resources:
|
|
|
306
306
|
|
|
307
307
|
transition: border-color 350ms ease;
|
|
308
308
|
}
|
|
309
|
-
`;import{Fragment as Ys,jsx as Oe,jsxs as jo}from"react/jsx-runtime";var so=t=>{let[e,o]=$o(""),[r,i]=$o(!1),[n,s]=$o(null),{isLinking:a,initLoginWithEmail:d}=_(),{navigate:p,options:E}=C(),k=E.wallet;$s(()=>{let c=document.querySelector("#email-input");c==null||c.focus()},[]);let w=xr(e),m=()=>{i(!0),d(e).then(()=>{p("AWAITING_PASSWORDLESS_CODE")}).catch(c=>{let S=(c==null?void 0:c.status)===401&&(c==null?void 0:c.message)==="User is not allowed to login to this app.";(c==null?void 0:c.status)===422?s(c.message):S?p("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting email"),i(!1)})},f="Get started without a wallet.";return n?f=n:a?f="Easily connect an email":k||(f="Get started quickly with email"),jo(Ys,{children:[jo(js,{stacked:t.stacked,children:[jo(Ks,{standalone:t.stacked,children:[Oe(no,{}),Oe("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:c=>o(c.target.value),onKeyUp:c=>{c.key==="Enter"&&m()},value:e,autoComplete:"email"})]}),t.stacked?null:Oe(Zs,{disabled:r||!w,onClick:m,children:r?Oe(Se,{}):"Submit"})]}),Oe(Js,{fail:!!n,children:f}),t.stacked?Oe(qs,{disabled:r||!w,onClick:m,children:r?Oe(Se,{}):"Submit"}):null]})},js=
|
|
309
|
+
`;import{Fragment as Ys,jsx as Oe,jsxs as jo}from"react/jsx-runtime";var so=t=>{let[e,o]=$o(""),[r,i]=$o(!1),[n,s]=$o(null),{isLinking:a,initLoginWithEmail:d}=_(),{navigate:p,options:E}=C(),k=E.wallet;$s(()=>{let c=document.querySelector("#email-input");c==null||c.focus()},[]);let w=xr(e),m=()=>{i(!0),d(e).then(()=>{p("AWAITING_PASSWORDLESS_CODE")}).catch(c=>{let S=(c==null?void 0:c.status)===401&&(c==null?void 0:c.message)==="User is not allowed to login to this app.";(c==null?void 0:c.status)===422?s(c.message):S?p("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting email"),i(!1)})},f="Get started without a wallet.";return n?f=n:a?f="Easily connect an email":k||(f="Get started quickly with email"),jo(Ys,{children:[jo(js,{stacked:t.stacked,children:[jo(Ks,{standalone:t.stacked,children:[Oe(no,{}),Oe("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:c=>o(c.target.value),onKeyUp:c=>{c.key==="Enter"&&m()},value:e,autoComplete:"email"})]}),t.stacked?null:Oe(Zs,{disabled:r||!w,onClick:m,children:r?Oe(Se,{}):"Submit"})]}),Oe(Js,{fail:!!n,children:f}),t.stacked?Oe(qs,{disabled:r||!w,onClick:m,children:r?Oe(Se,{}):"Submit"}):null]})},js=_t.div`
|
|
310
310
|
border: 1px solid var(--border-color-1);
|
|
311
311
|
width: 100%;
|
|
312
312
|
height: ${t=>t.stacked?"100%":"auto"};
|
|
@@ -319,7 +319,7 @@ Resources:
|
|
|
319
319
|
@media (max-width: 440px) {
|
|
320
320
|
margin-top: 20px;
|
|
321
321
|
}
|
|
322
|
-
`,Zs=
|
|
322
|
+
`,Zs=_t.button`
|
|
323
323
|
display: flex;
|
|
324
324
|
flex-direction: row;
|
|
325
325
|
align-items: center;
|
|
@@ -344,7 +344,7 @@ Resources:
|
|
|
344
344
|
color: var(--disabled-fg);
|
|
345
345
|
cursor: not-allowed;
|
|
346
346
|
}
|
|
347
|
-
`,qs=
|
|
347
|
+
`,qs=_t.button`
|
|
348
348
|
display: flex;
|
|
349
349
|
flex-direction: column;
|
|
350
350
|
align-items: center;
|
|
@@ -368,7 +368,7 @@ Resources:
|
|
|
368
368
|
color: var(--disabled-fg);
|
|
369
369
|
cursor: not-allowed;
|
|
370
370
|
}
|
|
371
|
-
`,Ks=
|
|
371
|
+
`,Ks=_t.label`
|
|
372
372
|
display: flex;
|
|
373
373
|
flex-direction: row;
|
|
374
374
|
align-items: center;
|
|
@@ -405,7 +405,7 @@ Resources:
|
|
|
405
405
|
line-height: 24px;
|
|
406
406
|
}
|
|
407
407
|
}
|
|
408
|
-
`,Js=
|
|
408
|
+
`,Js=_t.div`
|
|
409
409
|
line-height: 20px;
|
|
410
410
|
height: 20px;
|
|
411
411
|
font-size: 13px;
|
|
@@ -418,7 +418,7 @@ Resources:
|
|
|
418
418
|
> a {
|
|
419
419
|
text-decoration: underline;
|
|
420
420
|
}
|
|
421
|
-
`;import{useEffect as Xs,useState as Zo}from"react";import
|
|
421
|
+
`;import{useEffect as Xs,useState as Zo}from"react";import kt from"styled-components";import{jsx as vi}from"react/jsx-runtime";var ao=({style:t,...e})=>vi("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",strokeWidth:1.5,stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:vi("path",{d:"M2.5 4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H6.9C7.07483 2.50013 7.24519 2.55525 7.38696 2.65754C7.52874 2.75984 7.63475 2.90413 7.69 3.07L8.93833 6.81417C9.00158 7.00445 8.9941 7.21116 8.91726 7.39637C8.84042 7.58158 8.69938 7.73288 8.52 7.8225L6.63917 8.76417C7.5611 10.8046 9.19538 12.4389 11.2358 13.3608L12.1775 11.48C12.2671 11.3006 12.4184 11.1596 12.6036 11.0827C12.7888 11.0059 12.9956 10.9984 13.1858 11.0617L16.93 12.31C17.096 12.3653 17.2404 12.4714 17.3427 12.6134C17.445 12.7553 17.5 12.9259 17.5 13.1008V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H15C8.09667 17.5 2.5 11.9033 2.5 5V4.16667Z",strokeLinecap:"round",strokeLinejoin:"round"})});import{Fragment as ia,jsx as Ue,jsxs as qo}from"react/jsx-runtime";var lo=t=>{let[e,o]=Zo(""),[r,i]=Zo(!1),[n,s]=Zo(null),{isLinking:a,initLoginWithSms:d}=_(),{navigate:p,options:E}=C(),k=E.wallet;Xs(()=>{let c=document.querySelector("#phone-number-input");c==null||c.focus()},[]);let w=Er(e),m=()=>{i(!0),d(e).then(()=>{p("AWAITING_PASSWORDLESS_CODE")}).catch(c=>{let S=(c==null?void 0:c.status)===401&&(c==null?void 0:c.message)==="User is not allowed to login to this app.";(c==null?void 0:c.status)===422?s(c.message):S?p("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting phone number"),i(!1)})},f="Get started without a wallet.";return n?f=n:a?f="Easily connect a phone number":k||(f="Get started quickly with your phone"),qo(ia,{children:[qo(Qs,{stacked:t.stacked,children:[qo(oa,{standalone:t.stacked,children:[Ue(ao,{}),Ue("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:c=>{o(c.target.value)},onKeyUp:c=>{c.key==="Enter"&&m()},value:e,autoComplete:"tel"})]}),t.stacked?null:Ue(ea,{disabled:r||!w,onClick:m,children:r?Ue(Se,{}):"Submit"})]}),Ue(ra,{fail:!!n,children:f}),t.stacked?Ue(ta,{disabled:r||!w,onClick:m,children:r?Ue(Se,{}):"Submit"}):null]})},Qs=kt.div`
|
|
422
422
|
display: flex;
|
|
423
423
|
border: 1px solid var(--border-color-1);
|
|
424
424
|
width: 100%;
|
|
@@ -432,7 +432,7 @@ Resources:
|
|
|
432
432
|
@media (max-width: 440px) {
|
|
433
433
|
margin-top: 20px;
|
|
434
434
|
}
|
|
435
|
-
`,ea=
|
|
435
|
+
`,ea=kt.button`
|
|
436
436
|
display: flex;
|
|
437
437
|
flex-direction: row;
|
|
438
438
|
align-items: center;
|
|
@@ -457,7 +457,7 @@ Resources:
|
|
|
457
457
|
color: var(--disabled-fg);
|
|
458
458
|
cursor: not-allowed;
|
|
459
459
|
}
|
|
460
|
-
`,ta=
|
|
460
|
+
`,ta=kt.button`
|
|
461
461
|
display: flex;
|
|
462
462
|
flex-direction: column;
|
|
463
463
|
align-items: center;
|
|
@@ -481,7 +481,7 @@ Resources:
|
|
|
481
481
|
color: var(--disabled-fg);
|
|
482
482
|
cursor: not-allowed;
|
|
483
483
|
}
|
|
484
|
-
`,oa=
|
|
484
|
+
`,oa=kt.label`
|
|
485
485
|
display: flex;
|
|
486
486
|
flex-direction: row;
|
|
487
487
|
align-items: center;
|
|
@@ -518,7 +518,7 @@ Resources:
|
|
|
518
518
|
line-height: 24px;
|
|
519
519
|
}
|
|
520
520
|
}
|
|
521
|
-
`,ra=
|
|
521
|
+
`,ra=kt.div`
|
|
522
522
|
line-height: 20px;
|
|
523
523
|
height: 20px;
|
|
524
524
|
font-size: 13px;
|
|
@@ -594,7 +594,7 @@ Resources:
|
|
|
594
594
|
margin-bottom: ${t=>`${60+(t.hasOnlyOneSection?31:0)-(t.hasTerms?18:0)}px`};
|
|
595
595
|
`,pa=et(_e)`
|
|
596
596
|
flex-direction: ${t=>t.reverse?"column-reverse":"column"};
|
|
597
|
-
`;import{useEffect as Ti,useState as po}from"react";import
|
|
597
|
+
`;import{useEffect as Ti,useState as po}from"react";import St from"styled-components";import co from"styled-components";import{Fragment as ma,jsx as tt,jsxs as Pi}from"react/jsx-runtime";var Z=({title:t,description:e,children:o,...r})=>tt(Si,{...r,children:Pi(ma,{children:[tt("h3",{children:t}),typeof e=="string"?tt("p",{children:e}):e,o]})}),ki=co(Z)`
|
|
598
598
|
margin-bottom: 24px;
|
|
599
599
|
`,ot=({title:t,description:e,icon:o,children:r,...i})=>Pi(ua,{...i,children:[o?tt(ha,{children:o}):null,tt("h3",{children:t}),typeof e=="string"?tt("p",{children:e}):null,r]}),Si=co.div`
|
|
600
600
|
display: flex;
|
|
@@ -630,14 +630,14 @@ Resources:
|
|
|
630
630
|
border-color: var(--light-theme-bg-3);
|
|
631
631
|
border-width: 1px;
|
|
632
632
|
}
|
|
633
|
-
`;import{isMobile as fa}from"react-device-detect";import{Fragment as Jo,jsx as q,jsxs as Fe}from"react/jsx-runtime";var Yo=6,Wi=new Array(Yo).fill(""),ga=1400;var Ii=()=>{var $,ne,Q;let{app:t}=C(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=_(),{authenticated:s,user:a}=D(),[d,p]=po(Wi),[E,k]=po(!1),[w,m]=po(null),[f,c]=po(null),S=($=i())!=null&&$.email?0:1;Ti(()=>{if(s&&E){let A=setTimeout(e,ae);return()=>clearTimeout(A)}},[s,E,a]),Ti(()=>{if(w&&f===0){let A=setTimeout(()=>{p(Wi),m(null);let b=document.querySelector("input[name=code-0]");b==null||b.focus()},ga);return()=>clearTimeout(A)}},[w]);let N=A=>{var He;let b=A.currentTarget.value.replace(" ","");if(b==="")return;if(isNaN(Number(b))){m("Code should be numeric"),c(1);return}m(null),c(null);let z=Number((He=A.currentTarget.name)==null?void 0:He.charAt(5)),Ve=[...b||[""]].slice(0,Yo-z),
|
|
633
|
+
`;import{isMobile as fa}from"react-device-detect";import{Fragment as Jo,jsx as q,jsxs as Fe}from"react/jsx-runtime";var Yo=6,Wi=new Array(Yo).fill(""),ga=1400;var Ii=()=>{var $,ne,Q;let{app:t}=C(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=_(),{authenticated:s,user:a}=D(),[d,p]=po(Wi),[E,k]=po(!1),[w,m]=po(null),[f,c]=po(null),S=($=i())!=null&&$.email?0:1;Ti(()=>{if(s&&E){let A=setTimeout(e,ae);return()=>clearTimeout(A)}},[s,E,a]),Ti(()=>{if(w&&f===0){let A=setTimeout(()=>{p(Wi),m(null);let b=document.querySelector("input[name=code-0]");b==null||b.focus()},ga);return()=>clearTimeout(A)}},[w]);let N=A=>{var He;let b=A.currentTarget.value.replace(" ","");if(b==="")return;if(isNaN(Number(b))){m("Code should be numeric"),c(1);return}m(null),c(null);let z=Number((He=A.currentTarget.name)==null?void 0:He.charAt(5)),Ve=[...b||[""]].slice(0,Yo-z),ut=[...d.slice(0,z),...Ve,...d.slice(z+Ve.length)];p(ut);let se=Ve.length,Nt=Math.min(Math.max(z+se,0),Yo-1);if(!isNaN(Number(A.currentTarget.value))){let Y=document.querySelector(`input[name=code-${Nt}]`);Y==null||Y.focus()}if(ut.every(Y=>Y&&!isNaN(+Y))){let Y=document.querySelector(`input[name=code-${Nt}]`);Y==null||Y.blur(),n(ut.join("")).then(()=>k(!0)).catch(Ot=>{(Ot==null?void 0:Ot.status)===422?m("Invalid or expired verification code"):m("Issue verifying code"),c(0)})}A.preventDefault()},B=A=>{f===1&&(m(null),c(null));let b=[...d.slice(0,A),"",...d.slice(A+1)];if(p(b),A>0){let z=document.querySelector(`input[name=code-${A-1}]`);z==null||z.focus()}},P=`Verify your ${S==0?"email":"phone"}`,T=S==0?Fe("p",{children:["Please check ",q(ba,{children:(ne=i())==null?void 0:ne.email})," for an email from privy.io and enter your code below."]}):`Please check ${(Q=i())==null?void 0:Q.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return Fe(Jo,{children:[q(L,{},"header"),Fe(ya,{children:[q(Z,{title:P,description:T}),Fe(mi,{children:[Fe(wa,{children:[q(va,{fail:!!w,success:E,children:q("span",{children:w||(E?"Success!":"")})}),q("div",{children:d.map((A,b)=>q("input",{name:`code-${b}`,type:"text",value:d[b],onChange:N,onKeyUp:z=>{z.key==="Backspace"&&B(b)},inputMode:"numeric",autoFocus:b===0,pattern:"[0-9]",className:`${E?"success":""} ${w?"fail":""}`,autoComplete:fa?"one-time-code":"off"},b))})]}),q(Ca,{children:S==0?Fe(Jo,{children:[q("span",{children:"Didn't get an email?"}),q("button",{onClick:o,children:"Resend Code"})]}):Fe(Jo,{children:[q("span",{children:"Didn't get a message?"}),q("button",{onClick:r,children:"Resend Code"})]})})]})]}),q(F,{protectedByPrivy:!0})]})},ya=St.div`
|
|
634
634
|
display: flex;
|
|
635
635
|
flex-direction: column;
|
|
636
636
|
align-items: flex-start;
|
|
637
637
|
justify-content: flex-end;
|
|
638
638
|
margin: auto;
|
|
639
639
|
gap: 16px;
|
|
640
|
-
`,wa=
|
|
640
|
+
`,wa=St.div`
|
|
641
641
|
display: flex;
|
|
642
642
|
flex-direction: column;
|
|
643
643
|
width: 100%;
|
|
@@ -705,7 +705,7 @@ Resources:
|
|
|
705
705
|
transform: translate(1px, 0px);
|
|
706
706
|
}
|
|
707
707
|
}
|
|
708
|
-
`,va=
|
|
708
|
+
`,va=St.div`
|
|
709
709
|
line-height: 20px;
|
|
710
710
|
height: 20px;
|
|
711
711
|
font-size: 13px;
|
|
@@ -713,7 +713,7 @@ Resources:
|
|
|
713
713
|
display: flex;
|
|
714
714
|
justify-content: flex-end;
|
|
715
715
|
width: 100%;
|
|
716
|
-
`,Ca=
|
|
716
|
+
`,Ca=St.div`
|
|
717
717
|
font-size: 13px;
|
|
718
718
|
color: var(--light-theme-fg-3);
|
|
719
719
|
display: flex;
|
|
@@ -727,7 +727,7 @@ Resources:
|
|
|
727
727
|
> button {
|
|
728
728
|
text-decoration: underline;
|
|
729
729
|
}
|
|
730
|
-
`,ba=
|
|
730
|
+
`,ba=St.span`
|
|
731
731
|
word-break: break-all;
|
|
732
732
|
`;import ho from"styled-components";import xa from"styled-components";var Ri=xa.span`
|
|
733
733
|
&& {
|
|
@@ -816,7 +816,7 @@ Resources:
|
|
|
816
816
|
flex-direction: column;
|
|
817
817
|
justify-content: flex-start;
|
|
818
818
|
gap: 4px;
|
|
819
|
-
`,
|
|
819
|
+
`,Pt=er.div`
|
|
820
820
|
&&& {
|
|
821
821
|
margin-left: 7px; /* TODO: This is a total hack */
|
|
822
822
|
border-left: 2px solid var(--border-color-2);
|
|
@@ -872,12 +872,12 @@ Resources:
|
|
|
872
872
|
align-items: center;
|
|
873
873
|
gap: 8px;
|
|
874
874
|
}
|
|
875
|
-
`,
|
|
875
|
+
`,h2=rr($i)`
|
|
876
876
|
&& {
|
|
877
877
|
border: 1px solid var(--light-theme-bg-3);
|
|
878
878
|
color: var(--light-theme-fg-1);
|
|
879
879
|
}
|
|
880
|
-
`;import{Fragment as ir,jsx as y,jsxs as G}from"react/jsx-runtime";var nr=()=>{let{navigate:t}=C(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return Te.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),G(Ki,{children:[y(Z,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),y(Ji,{children:y(ce,{style:{width:"152px",height:"152px"}})}),G(tr,{children:[y(Ge,{children:G("div",{children:[y("span",{children:"Install the "}),y("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),y(
|
|
880
|
+
`;import{Fragment as ir,jsx as y,jsxs as G}from"react/jsx-runtime";var nr=()=>{let{navigate:t}=C(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return Te.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),G(Ki,{children:[y(Z,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),y(Ji,{children:y(ce,{style:{width:"152px",height:"152px"}})}),G(tr,{children:[y(Ge,{children:G("div",{children:[y("span",{children:"Install the "}),y("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),y(Pt,{}),y(Ge,{children:"Set up your first wallet"}),y(Pt,{}),y(Ge,{children:"Store your recovery phrase in a safe place!"})]}),y(Yi,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},sr=()=>{let{navigate:t}=C();return G(Ki,{children:[y(Z,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),y(Ji,{style:{marginTop:"-24px"},children:y(Bi,{size:200})}),G(tr,{children:[y(Ge,{children:"Scan the QR code with your camera"}),y(Pt,{}),y(Ge,{children:"Set up your first wallet"}),y(Pt,{}),y(Ge,{children:"Store your seed phrase in a safe place!"})]}),y(Yi,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},qi=()=>{let[t,e]=Ba("WHAT_IS_A_WALLET"),{navigateBack:o}=C();return G(ir,{children:[y(L,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),G(Va,{children:[t==="WHAT_IS_A_WALLET"&&G(ir,{children:[y(Za,{children:y(zi,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),G(ot,{title:"Get started with a new wallet",children:[y("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),y("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),y($a,{children:y(ja,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&y(ir,{children:G(Ha,{children:[y(Z,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),G(za,{children:[G(ji,{onClick:()=>{Te.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":Te.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[y(ce,{}),G(Zi,{children:[y("h4",{children:"MetaMask"}),y("p",{children:"Get a browser-based wallet"})]}),y("div",{children:y("span",{children:"Set up"})})]}),G(ji,{onClick:()=>{Te.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":Te.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[y(de,{}),G(Zi,{children:[y("h4",{children:"Coinbase Wallet"}),y("p",{children:"Get a mobile app wallet"})]}),y("div",{children:y("span",{children:"Set up"})})]})]})]})}),t==="CREATE_COINBASE_WALLET"&&y(sr,{}),t==="CREATE_METAMASK_WALLET"&&y(nr,{})]}),G(oe,{children:[y("span",{children:"Still not sure? "}),y("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},Va=re.div`
|
|
881
881
|
display: flex;
|
|
882
882
|
flex-direction: column;
|
|
883
883
|
height: 100%;
|
|
@@ -1002,7 +1002,7 @@ Resources:
|
|
|
1002
1002
|
`,Za=re.div`
|
|
1003
1003
|
display: flex;
|
|
1004
1004
|
justify-content: center;
|
|
1005
|
-
`;import{useEffect as Xi,useState as
|
|
1005
|
+
`;import{useEffect as Xi,useState as Tt}from"react";import go from"styled-components";import{Fragment as Ya,jsx as Ce,jsxs as fo}from"react/jsx-runtime";var ar=2,Qi={metamask:{name:"MetaMask",component:ce},coinbase_wallet:{name:"Coinbase Wallet",component:de},wallet_connect:{name:"WalletConnect",component:Ye}},en=()=>{var Q;let[t,e]=Tt(!1),[o,r]=Tt("metamask"),[i,n]=Tt(void 0),{navigate:s,navigateBack:a}=C(),{getAuthMeta:d,closePrivyModal:p,loginWithWallet:E}=_(),{walletConnectors:k}=D(),[w,m]=Tt(0),{user:f}=D(),[c,S]=Tt((f==null?void 0:f.linkedAccounts.length)||0);Xi(()=>{var A;r(((A=d())==null?void 0:A.walletType)||"metamask"),n(void 0),E().then(()=>e(!0)).catch(b=>{b instanceof ee?console.error(b.cause):console.error(b);let z=(b==null?void 0:b.status)===401&&(b==null?void 0:b.message)==="User is not allowed to login to this app.";(b==null?void 0:b.status)===422?n(qe.ERROR_USER_EXISTS):z?s("ALLOWLIST_REJECTION_SCREEN"):b instanceof Ze&&!b.details.default?n(b.details):b instanceof je?n(qe.ERROR_TIMED_OUT):n(qe.ERROR_WALLET_CONNECTION)})},[w]),Xi(()=>{if(t){let A=setTimeout(p,ae);return()=>clearTimeout(A)}},[f]);let N=Qi[o].name,B=Qi[o].component,P=t?`Successfully connected with ${N}`:i?i.message:`Waiting for ${N}`,T="";if(t){let A=(f==null?void 0:f.linkedAccounts.length)||0;c===A?T="Wallet was already linked.":T="You\u2019re good to go!"}else if(w>=ar&&i)T="Unable to connect wallet";else if(i)T=i.detail;else switch(T="Don\u2019t see your wallet modal? Check your other browser windows.",o){case"metamask":T="For the best experience, connect only one wallet at a time.";break;case"wallet_connect":T="Open your mobile wallet app to continue";break;case"coinbase_wallet":jt()||(Oo(f)?T="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":T="Open the Coinbase app on your phone to continue.");break}let $=(Q=k==null?void 0:k.walletConnectors)==null?void 0:Q.find(A=>A.walletType==="coinbase_wallet"),ne=o==="coinbase_wallet"&&(Oo(f)||i===qe.ERROR_USER_EXISTS);return fo(Ya,{children:[Ce(L,{backFn:a}),fo(qa,{children:[Ce(Ja,{children:fo("div",{children:[Ce(Qe,{success:t,fail:!!i}),Ce(B,{style:{width:"38px",height:"38px"}})]})}),fo(Ka,{children:[Ce("h3",{children:P}),Ce("p",{children:T})]}),ne?Ce(lr,{onClick:()=>$&&($==null?void 0:$.disconnect()),visible:!t,disabled:t,children:"Use a different wallet"}):i==qe.ERROR_USER_EXISTS?Ce(lr,{onClick:a,visible:!0,children:"Use a different wallet"}):Ce(lr,{onClick:()=>{m(w+1),n(void 0)},visible:!t&&(i==null?void 0:i.retryable)&&w<ar,disabled:!t&&(!(i!=null&&i.retryable)||w>=ar),children:"Retry"})]})]})},qa=go.div`
|
|
1006
1006
|
display: flex;
|
|
1007
1007
|
flex-direction: column;
|
|
1008
1008
|
align-items: center;
|
|
@@ -1087,19 +1087,19 @@ Resources:
|
|
|
1087
1087
|
left: -19px;
|
|
1088
1088
|
top: -19px;
|
|
1089
1089
|
}
|
|
1090
|
-
`;import{Fragment as rl,jsx as vo,jsxs as an}from"react/jsx-runtime";var ln=()=>{let{navigateBack:t}=C();return an(rl,{children:[vo(L,{backFn:t},"header"),vo(sr,{}),an(oe,{children:[vo("span",{children:"Still not sure? "}),vo("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import
|
|
1090
|
+
`;import{Fragment as rl,jsx as vo,jsxs as an}from"react/jsx-runtime";var ln=()=>{let{navigateBack:t}=C();return an(rl,{children:[vo(L,{backFn:t},"header"),vo(sr,{}),an(oe,{children:[vo("span",{children:"Still not sure? "}),vo("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import Wt,{css as il}from"styled-components";import{useEffect as nl,useState as dn}from"react";import{jsx as cn}from"react/jsx-runtime";var nt=({style:t,color:e,...o})=>cn("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:e||"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...o,children:cn("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{Fragment as pl,jsx as We,jsxs as Co}from"react/jsx-runtime";var pn=()=>{let{authenticated:t,getAccessToken:e,user:o}=D(),{walletProxy:r,closePrivyModal:i}=_(),{navigate:n,data:s}=C(),[a,d]=dn(!1),[p,E]=dn("");nl(()=>{t||(n("LANDING"),m(new Error("User must be authenticated before signing with a Privy wallet")))},[t]);let{message:k,onSuccess:w,onFailure:m,uiOptions:f}=s.signMessage,c=fe(o),S=!r,N={title:f.title||"Sign message",description:f.description||"Signing this message will not cost you any fees.",buttonText:f.buttonText||"Sign and continue"};return Co(pl,{children:[We(L,{onClose:()=>i({shouldCallAuthOnSuccess:!1})}),Co(sl,{children:[Co("div",{children:[We(Z,{title:N.title,description:N.description}),We(al,{children:k}),We(ll,{fail:!0,children:p})]}),We(dl,{success:a,loading:S,disabled:a,onClick:async()=>{let B=await e();if(B&&!S&&c)try{let{signature:P}=await r.sign({accessToken:B,address:c==null?void 0:c.address,message:k});E(""),w(P),d(!0),setTimeout(()=>{i({shouldCallAuthOnSuccess:!1})},ae)}catch(P){E("An error has occurred, please try again."),m(P)}},children:a?Co(cl,{children:[We(nt,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",We("span",{children:"Success"})]}):N.buttonText})]}),We(F,{protectedByPrivy:!0})]})},sl=Wt.div`
|
|
1091
1091
|
display: flex;
|
|
1092
1092
|
height: 100%;
|
|
1093
1093
|
flex-direction: column;
|
|
1094
1094
|
justify-content: space-between;
|
|
1095
|
-
`,al=
|
|
1095
|
+
`,al=Wt.div`
|
|
1096
1096
|
background-color: var(--light-theme-bg-2);
|
|
1097
1097
|
border-radius: 8px;
|
|
1098
1098
|
padding: 12px;
|
|
1099
1099
|
text-align: left;
|
|
1100
1100
|
max-height: 310px;
|
|
1101
1101
|
overflow: scroll;
|
|
1102
|
-
`,ll=
|
|
1102
|
+
`,ll=Wt.div`
|
|
1103
1103
|
line-height: 20px;
|
|
1104
1104
|
height: 20px;
|
|
1105
1105
|
font-size: 13px;
|
|
@@ -1108,11 +1108,11 @@ Resources:
|
|
|
1108
1108
|
justify-content: flex-start;
|
|
1109
1109
|
width: 100%;
|
|
1110
1110
|
margin-top: 4px;
|
|
1111
|
-
`,cl=
|
|
1111
|
+
`,cl=Wt.span`
|
|
1112
1112
|
display: flex;
|
|
1113
1113
|
align-items: center;
|
|
1114
1114
|
gap: 8px;
|
|
1115
|
-
`,dl=
|
|
1115
|
+
`,dl=Wt(Pe)`
|
|
1116
1116
|
transition: color 350ms ease, background-color 350ms ease;
|
|
1117
1117
|
|
|
1118
1118
|
${t=>t.success&&il`
|
|
@@ -1121,7 +1121,7 @@ Resources:
|
|
|
1121
1121
|
color: var(--light-theme-bg-1);
|
|
1122
1122
|
}
|
|
1123
1123
|
`}
|
|
1124
|
-
`;import ur from"styled-components";import{useEffect as ul,useState as
|
|
1124
|
+
`;import ur from"styled-components";import{useEffect as ul,useState as It}from"react";import{jsx as un}from"react/jsx-runtime";var hn=({style:t,...e})=>un("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:un("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99"})});import{Fragment as xl,jsx as st,jsxs as pr}from"react/jsx-runtime";var at=6,hl=new Array(at).fill("");function ml(t){return t.replace(/\s+/g,"")}function dr(t){return/^[a-zA-Z0-9]{1}$/.test(t)}function mn(t){return t.length===at&&t.every(dr)}function fl(t,e){return t.reduce((o,r)=>o+Number(e(r)),0)}function gl(){return crypto.getRandomValues(new Uint8Array(1))[0]}function yl(){let t="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",e=[];for(;e.length<at;){let o=gl();o>247||e.push(t.charAt(o%62))}return e.join("")}var fn=({onChange:t,disabled:e,readOnly:o,errorReasonOverride:r})=>{let[i,n]=It(hl),[s,a]=It(null),[d,p]=It(null),E=w=>{var A;let m=ml(w.currentTarget.value);if(m==="")return;let f=fl(i,dr),c=m.split(""),S=!c.every(dr),N=c.length+f>at;if(S){a("PIN can only be letters and numbers"),p(1);return}if(N){a("PIN must be exactly 6 letters and numbers"),p(1);return}a(null),p(null);let B=Number((A=w.currentTarget.name)==null?void 0:A.charAt(4)),P=[...m||[""]].slice(0,at-B),T=[...i.slice(0,B),...P,...i.slice(B+P.length)];n(T);let $=P.length,ne=Math.min(Math.max(B+$,0),at-1),Q=document.querySelector(`input[name=pin-${ne}]`);if(Q==null||Q.focus(),mn(T)){let b=document.querySelector(`input[name=pin-${ne}]`);b==null||b.blur(),t(T.join(""))}else t(null);w.preventDefault()},k=w=>{d===1&&(a(null),p(null));let m=[...i.slice(0,w),"",...i.slice(w+1)];if(n(m),w>0){let f=document.querySelector(`input[name=pin-${w-1}]`);f==null||f.focus()}mn(m)?t(m.join("")):t(null)};return pr(xl,{children:[pr(wl,{children:[st(vl,{fail:!!r||!!s,children:r||s||""}),st("div",{children:i.map((w,m)=>st("input",{name:`pin-${m}`,type:"text",value:i[m],onChange:E,onKeyUp:f=>{f.key==="Backspace"&&k(m)},inputMode:"text",autoFocus:m===0,pattern:"[a-zA-Z0-9]",className:s?"fail":"",autoComplete:"off",disabled:e||o},m))})]}),!o&&st(Cl,{disabled:e,onClick:()=>{let w=yl();n([...w]),t(w)}})]})},wl=ur.div`
|
|
1125
1125
|
display: flex;
|
|
1126
1126
|
flex-direction: column;
|
|
1127
1127
|
width: 100%;
|
|
@@ -1196,7 +1196,7 @@ Resources:
|
|
|
1196
1196
|
display: flex;
|
|
1197
1197
|
justify-content: flex-end;
|
|
1198
1198
|
width: 100%;
|
|
1199
|
-
`,Cl=({onClick:t,disabled:e,...o})=>{let[r,i]=
|
|
1199
|
+
`,Cl=({onClick:t,disabled:e,...o})=>{let[r,i]=It(!1),[n,s]=It();return ul(()=>{e&&n&&clearTimeout(n),s(void 0)},[e]),pr(bl,{onClick:a=>{n&&clearTimeout(n),i(!0),t==null||t(a),s(setTimeout(()=>i(!1),1e3))},justGenerated:r,disabled:e,...o,children:[r?st(nt,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):st(hn,{style:{height:"14px",width:"14px"}}),r?"Generated":"Generate"," PIN"]})},bl=ur.button`
|
|
1200
1200
|
display: flex;
|
|
1201
1201
|
align-items: center;
|
|
1202
1202
|
gap: 6px;
|
|
@@ -1272,7 +1272,7 @@ Resources:
|
|
|
1272
1272
|
width: 14px;
|
|
1273
1273
|
height: 14px;
|
|
1274
1274
|
}
|
|
1275
|
-
`;import{Fragment as Tl,jsx as
|
|
1275
|
+
`;import{Fragment as Tl,jsx as be,jsxs as xo}from"react/jsx-runtime";var vn=()=>{let{authenticated:t,getAccessToken:e,user:o}=D(),{walletProxy:r,refreshUser:i,closePrivyModal:n}=_(),{navigate:s,data:a}=C(),[d,p]=mr(null),[E,k]=mr(""),[w,m]=mr(!1),{onFailure:f}=a.createWallet;kl(()=>{t||(s("LANDING"),f(new Error("User must be authenticated before creating a Privy wallet")))},[t]);let c=()=>{f(new Error("User exited before creating a wallet")),n({shouldCallAuthOnSuccess:!1})},S=T=>{p(T)},N=fe(o),B=N?()=>{m(!0),setTimeout(()=>{m(!1),s("EMBEDDED_WALLET_CREATED_SCREEN")},350)}:async()=>{m(!0);let T=await e();if(T&&d!==null)try{await(r==null?void 0:r.create({accessToken:T,recoveryPin:d})),k(""),await i()}catch($){k("An error has occurred, please try again."),console.error($)}finally{m(!1)}},P=!!N;return xo(Tl,{children:[be(L,{onClose:c}),xo(Sl,{children:[xo("div",{children:[be(Z,{title:P?"Secure your PIN":"Set your PIN",description:P?"Don\u2019t lose this PIN. You\u2019ll need it to access your wallet across devices.":"To finish setting up your account, please set up a PIN."}),be(fn,{onChange:S,disabled:w,readOnly:P,errorReasonOverride:E}),P?be(bo,{text:d||""}):null]}),xo(Pl,{children:[be("h4",{children:"Why am I doing this?"}),P?be("p",{children:"This PIN allows you to access your wallet across devices. If you lose it, there is no way to recover your wallet."}):be("p",{children:"A digital wallet is being created on this device for your account. This PIN allows you to access it across devices."})]}),be(Pe,{loading:w||!r,disabled:!d,onClick:B,warn:P,children:P?"I have saved my PIN":"Create your wallet"})]}),be(F,{protectedByPrivy:!0})]})},Sl=wn.div`
|
|
1276
1276
|
display: flex;
|
|
1277
1277
|
height: 100%;
|
|
1278
1278
|
flex-direction: column;
|
|
@@ -1614,7 +1614,7 @@ Resources:
|
|
|
1614
1614
|
display: none;
|
|
1615
1615
|
}
|
|
1616
1616
|
}
|
|
1617
|
-
`;import{useEffect as
|
|
1617
|
+
`;import{useEffect as Ql}from"react";import{useEffect as bn,useState as xn}from"react";import Lo from"styled-components";import{Fragment as Fl,jsx as Be,jsxs as Eo}from"react/jsx-runtime";var En={google:{name:"Google",component:io},discord:{name:"Discord",component:to},github:{name:"Github",component:oo},twitter:{name:"Twitter",component:eo}},Ml=t=>t.charAt(0).toUpperCase()+t.slice(1),fr=()=>{let t=new URL(window.location.href);t.searchParams.delete("privy_oauth_code"),t.searchParams.delete("privy_oauth_provider"),t.searchParams.delete("privy_oauth_state"),window.history.pushState({},"",t)},Ln=()=>{var f;let[t,e]=xn(!1),[o,r]=xn(void 0),{getAuthMeta:i,initLoginWithOAuth:n,loginWithOAuth:s,closePrivyModal:a}=_(),{ready:d}=D(),p=((f=i())==null?void 0:f.provider)||"google",E=En[p].name,k=En[p].component;bn(()=>{!d||s().then(()=>{fr(),e(!0)}).catch(c=>{let S={retryable:!1,message:"Authentication failed."};c.message.includes("Another user has already linked this")?S.detail="This account has already been linked to another user.":c.message==="Invalid code during oauth flow."?(S.retryable=!0,S.detail="Something went wrong. Try again."):c.message==="User denied confirmation during OAuth flow"&&(S.detail=`Retry and check ${Ml(p)} to finish connecting your account.`,S.retryable=!0),fr(),r(S)})},[d]),bn(()=>{if(!t)return;let c=setTimeout(a,ae);return()=>clearTimeout(c)},[t]);let w=t?`Successfully connected with ${E}`:o?o.message:`Verifying connection to ${E}`,m="";return t?m="You\u2019re good to go!":o?m=o.detail:m="Just a few moments more",Eo(Fl,{children:[Be(L,{}),Eo(Nl,{children:[Be(Ul,{children:Eo("div",{children:[Be(Qe,{success:t,fail:!!o}),Be(k,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),Eo(Ol,{children:[Be("h3",{children:w}),Be("p",{children:m})]}),Be(Dl,{onClick:()=>{fr(),n(p),r(void 0)},visible:!t&&(o==null?void 0:o.retryable),disabled:!t&&!(o!=null&&o.retryable),children:"Retry"})]})]})},Nl=Lo.div`
|
|
1618
1618
|
display: flex;
|
|
1619
1619
|
flex-direction: column;
|
|
1620
1620
|
align-items: center;
|
|
@@ -1661,7 +1661,7 @@ Resources:
|
|
|
1661
1661
|
opacity: ${t=>t.visible?"1":"0"};
|
|
1662
1662
|
transition: opacity 200ms;
|
|
1663
1663
|
}
|
|
1664
|
-
`;import{Fragment as Gl,jsx as lt,jsxs as Bl}from"react/jsx-runtime";var An=()=>{let{app:t}=C();return Bl(Gl,{children:[lt(L,{},"header"),lt(ot,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:lt(no,{})}),lt(_e,{children:lt(so,{stacked:!0})}),lt(F,{protectedByPrivy:!0})]})};import{Fragment as Vl,jsx as ct,jsxs as Hl}from"react/jsx-runtime";var _n=()=>{let{app:t}=C();return Hl(Vl,{children:[ct(L,{},"header"),ct(ot,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:ct(ao,{})}),ct(_e,{children:ct(lo,{stacked:!0})}),ct(F,{protectedByPrivy:!0})]})};import{Fragment as zl,jsx as It,jsxs as kn}from"react/jsx-runtime";var Sn=()=>{let{linkingHint:t}=_(),{app:e}=C(),o=t?`Select the wallet with ${Me(t)} and follow the instructions to reconnect your wallet${e!=null&&e.name?` to ${e.name}.`:"."}`:`Link a wallet to your ${e==null?void 0:e.name} account`;return kn(zl,{children:[It(L,{},"header"),It(ki,{title:`${t?"Reconnect":"Connect"} your wallet`,description:o}),kn(_e,{children:[It(Yt,{}),It(Xt,{})]}),It(F,{protectedByPrivy:!0})]})};import Rt from"styled-components";import{jsx as h,jsxs as U}from"react/jsx-runtime";var Pn=()=>U("svg",{width:"332",height:"128",viewBox:"0 0 332 128",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[U("g",{clipPath:"url(#clip0_39_1593)",children:[h("g",{clipPath:"url(#clip1_39_1593)",children:U("g",{filter:"url(#filter0_b_39_1593)",children:[U("linearGradient",{id:"background-gradient",children:[h("stop",{offset:"0%",stopColor:"#fed8f4",children:h("animate",{attributeName:"stop-color",values:"#fed8f4; #ffe5d0; #fed8f4;",dur:"4.97s",repeatCount:"indefinite"})}),h("stop",{offset:"33%",stopColor:"#ffe5d0",children:h("animate",{attributeName:"stop-color",values:"#ffe5d0; #ffcdf3; #ffe5d0;",dur:"5.11s",repeatCount:"indefinite"})}),h("stop",{offset:"67%",stopColor:"#ffcdf3",children:h("animate",{attributeName:"stop-color",values:"#ffcdf3; #d0fcf5; #ffcdf3;",dur:"4.95s",repeatCount:"indefinite"})}),h("stop",{offset:"100%",stopColor:"#d0fcf5",children:h("animate",{attributeName:"stop-color",values:"#d0fcf5; #fed8f4; #d0fcf5;",dur:"5.03s",repeatCount:"indefinite"})})]}),h("rect",{width:301,height:112,transform:"translate(16 16)",fill:"url(#background-gradient)"})]})}),h("path",{d:"M183.83 53.8229L203.497 101.003C203.617 101.287 203.707 101.571 203.781 101.87C203.856 102.169 203.901 102.483 203.916 102.797C203.931 103.111 203.916 103.44 203.886 103.769C203.856 104.098 203.781 104.426 203.692 104.755C203.453 105.592 203.034 106.34 202.511 106.983C201.988 107.626 201.315 108.179 200.583 108.582C199.851 108.986 199.044 109.255 198.207 109.375C197.37 109.494 196.533 109.434 195.711 109.195C195.427 109.121 195.158 109.016 194.904 108.896C194.65 108.777 194.411 108.642 194.172 108.493C193.933 108.343 193.723 108.179 193.529 107.999C193.335 107.82 193.141 107.641 192.976 107.431L159.963 68.3985C160.187 68.6526 160.441 68.8918 160.725 69.1011C161.009 69.3104 161.353 69.4898 161.726 69.6542C162.1 69.8187 162.518 69.9383 162.967 70.028C163.415 70.1177 163.908 70.1775 164.446 70.2074C166.001 70.2821 167.719 70.028 169.483 69.5047C171.246 68.9815 173.099 68.1892 174.833 67.1726C176.567 66.1561 178.196 64.9751 179.6 63.6446C181.005 62.3141 182.141 60.9238 182.948 59.4737C183.262 58.9057 183.516 58.3525 183.71 57.8143C183.905 57.2762 184.024 56.7828 184.084 56.3045C184.144 55.8261 184.159 55.3776 184.114 54.959C184.069 54.5404 183.964 54.1518 183.815 53.793L183.83 53.8229Z",fill:"url(#paint0_linear_39_1593)"}),h("path",{d:"M161.158 60.2668C162.04 59.0559 163.116 57.9198 164.326 56.8733C165.537 55.8269 166.852 54.9 168.227 54.0927C169.602 53.2855 171.066 52.5978 172.531 52.0746C173.995 51.5514 175.505 51.1926 176.94 51.058C178.374 50.9235 179.689 51.0132 180.736 51.3122C181.782 51.6111 182.678 52.1643 183.261 52.8818C183.844 53.5994 184.173 54.5711 184.143 55.6624C184.113 56.7537 183.74 58.0992 182.947 59.5044C182.155 60.9097 180.99 62.3597 179.6 63.6753C178.21 64.9908 176.566 66.2017 174.832 67.2033C173.099 68.2049 171.275 68.9973 169.482 69.5354C167.689 70.0736 166 70.2978 164.446 70.238C162.891 70.1783 161.726 69.8045 160.844 69.2065C159.962 68.6086 159.424 67.8461 159.185 66.9043C158.946 65.9625 158.991 64.946 159.335 63.8098C159.678 62.6737 160.276 61.5076 161.173 60.2818L161.158 60.2668Z",fill:"url(#paint1_linear_39_1593)"}),h("path",{d:"M326.717 118.136L252.77 127.539L235.18 119.003L310.771 102.693L326.717 118.136Z",fill:"url(#paint2_linear_39_1593)"}),h("path",{d:"M310.771 102.694L235.18 119.003L242.069 98.9263L313.117 73.333L310.771 102.694Z",fill:"url(#paint3_linear_39_1593)"}),h("path",{d:"M327.241 91.1526L326.718 118.136L310.771 102.694L313.118 73.333L327.241 91.1526Z",fill:"url(#paint4_linear_39_1593)"}),h("path",{d:"M99.4197 23.8945L122.45 47.9331L64.1199 132.801L36.0684 110.093L99.4346 23.8945H99.4197Z",fill:"url(#paint5_linear_39_1593)"}),h("path",{d:"M36.0685 110.077L64.1201 132.785L27.789 117.612L6.0293 100.465L36.0834 110.062L36.0685 110.077Z",fill:"url(#paint6_linear_39_1593)"}),h("path",{d:"M55.7664 36.3772L99.4204 23.8945L36.0542 110.093L6 100.495L55.7515 36.3772H55.7664Z",fill:"url(#paint7_linear_39_1593)"}),h("path",{d:"M106.012 124.249C109.046 126.133 127.189 132.74 135.737 135.805C137.859 136.567 139.623 134.983 139.1 132.8C136.992 123.965 132.449 105.204 130.91 101.975C131.672 104.172 127.473 110.182 121.016 115.952C114.545 121.738 108.119 125.251 106.012 124.249V124.249Z",fill:"url(#paint8_linear_39_1593)"}),h("path",{d:"M105.638 123.981C105.638 123.981 105.698 124.041 105.743 124.071C105.788 124.101 105.833 124.146 105.877 124.175C105.922 124.205 105.967 124.235 106.027 124.265C108.134 125.267 114.56 121.769 121.032 115.968C127.488 110.183 131.687 104.188 130.925 101.991C130.91 101.931 130.88 101.871 130.85 101.841C130.82 101.796 130.791 101.736 130.761 101.692C130.731 101.647 130.716 101.617 130.686 101.587C129.117 99.8229 122.227 103.411 115.308 109.6C108.388 115.789 104.069 122.247 105.638 123.996V123.981Z",fill:"url(#paint9_linear_39_1593)"}),h("path",{d:"M290.057 16.9137C289.713 21.3537 287.89 25.5844 284.886 29.1573C277.817 37.6335 264.187 42.4323 248.167 37.7083C218.695 29.0227 200.313 19.799 183.963 17.138C179.779 16.4653 178.613 10.919 182.14 8.55705C200.238 -3.59678 237.466 -23.9578 268.013 -10.6529C284.527 -3.46224 290.789 7.22655 290.057 16.9137Z",fill:"url(#paint10_linear_39_1593)"})]}),U("defs",{children:[U("filter",{id:"filter0_b_39_1593",x:"-76",y:"-76",width:"485",height:"296",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[h("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),h("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:"46"}),h("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_39_1593"}),h("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_backgroundBlur_39_1593",result:"shape"})]}),U("linearGradient",{id:"paint0_linear_39_1593",x1:"187.753",y1:"56.8365",x2:"173.389",y2:"118.39",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#2D2068"}),h("stop",{offset:"1",stopColor:"#4F3D9A"})]}),U("linearGradient",{id:"paint1_linear_39_1593",x1:"162.8",y1:"69.9911",x2:"171.997",y2:"54.1167",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#4F3D9A"}),h("stop",{offset:"1",stopColor:"#160B45"})]}),U("linearGradient",{id:"paint2_linear_39_1593",x1:"248.905",y1:"127.208",x2:"254.292",y2:"100.947",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#4F3D9A"}),h("stop",{offset:"1",stopColor:"#160B45"})]}),U("linearGradient",{id:"paint3_linear_39_1593",x1:"246.866",y1:"118.395",x2:"265.49",y2:"76.3396",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#4F3D9A"}),h("stop",{offset:"1",stopColor:"#160B45"})]}),U("linearGradient",{id:"paint4_linear_39_1593",x1:"321.183",y1:"75.7837",x2:"300.239",y2:"117.543",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#2D2068"}),h("stop",{offset:"1",stopColor:"#4F3D9A"})]}),U("linearGradient",{id:"paint5_linear_39_1593",x1:"90.6771",y1:"29.8515",x2:"62.6626",y2:"150.379",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#2D2068"}),h("stop",{offset:"1",stopColor:"#4F3D9A"})]}),U("linearGradient",{id:"paint6_linear_39_1593",x1:"14.7397",y1:"132.355",x2:"27.4593",y2:"102.104",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#4F3D9A"}),h("stop",{offset:"1",stopColor:"#160B45"})]}),U("linearGradient",{id:"paint7_linear_39_1593",x1:"20.0079",y1:"108.945",x2:"64.5521",y2:"45.0635",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#4F3D9A"}),h("stop",{offset:"1",stopColor:"#160B45"})]}),U("linearGradient",{id:"paint8_linear_39_1593",x1:"126.988",y1:"103.836",x2:"119.744",y2:"142.156",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#2D2068"}),h("stop",{offset:"1",stopColor:"#4F3D9A"})]}),U("linearGradient",{id:"paint9_linear_39_1593",x1:"109.17",y1:"124.125",x2:"121.135",y2:"106.662",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#4F3D9A"}),h("stop",{offset:"1",stopColor:"#160B45"})]}),U("linearGradient",{id:"paint10_linear_39_1593",x1:"196.556",y1:"38.8404",x2:"216.303",y2:"-13.8631",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#4F3D9A"}),h("stop",{offset:"1",stopColor:"#160B45"})]}),h("clipPath",{id:"clip0_39_1593",children:h("rect",{width:"332",height:"128",fill:"white"})}),h("clipPath",{id:"clip1_39_1593",children:h("rect",{x:"16",y:"16",width:"301",height:"112",rx:"8",fill:"white"})})]})]});import{Fragment as Jl,jsx as be,jsxs as dt}from"react/jsx-runtime";var Tn=()=>{var E;let{user:t}=D(),{closePrivyModal:e}=_(),{data:o}=C(),r=me(t),{onSuccess:i,onFailure:n}=o.createWallet,s=()=>{r?(i(r),e({shouldCallAuthOnSuccess:!1})):n(new Error("Failed to create wallet"))},a="Your digital wallet",d="You\u2019re all set! This wallet is all yours and can only ever be accessed by you.",p=Me(r.address,7,9);return dt(Jl,{children:[be(L,{onClose:s}),dt($l,{children:[dt("div",{children:[be(Z,{title:a,description:d}),dt(jl,{children:[be(Pn,{}),dt(Zl,{children:[be("p",{children:((E=t==null?void 0:t.email)==null?void 0:E.address)||""}),dt(ql,{children:[be(Kl,{children:p})," ",be(Qt,{color:"var(--light-theme-bg-1)"})]})]})]}),be(bo,{text:r.address,itemName:"Address"})]}),be(Pe,{onClick:s,children:"I\u2019m all set"})]}),be(F,{protectedByPrivy:!0})]})},$l=Rt.div`
|
|
1664
|
+
`;import{Fragment as Gl,jsx as lt,jsxs as Bl}from"react/jsx-runtime";var An=()=>{let{app:t}=C();return Bl(Gl,{children:[lt(L,{},"header"),lt(ot,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:lt(no,{})}),lt(_e,{children:lt(so,{stacked:!0})}),lt(F,{protectedByPrivy:!0})]})};import{Fragment as Vl,jsx as ct,jsxs as Hl}from"react/jsx-runtime";var _n=()=>{let{app:t}=C();return Hl(Vl,{children:[ct(L,{},"header"),ct(ot,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:ct(ao,{})}),ct(_e,{children:ct(lo,{stacked:!0})}),ct(F,{protectedByPrivy:!0})]})};import{Fragment as zl,jsx as Rt,jsxs as kn}from"react/jsx-runtime";var Sn=()=>{let{linkingHint:t}=_(),{app:e}=C(),o=t?`Select the wallet with ${Me(t)} and follow the instructions to reconnect your wallet${e!=null&&e.name?` to ${e.name}.`:"."}`:`Link a wallet to your ${e==null?void 0:e.name} account`;return kn(zl,{children:[Rt(L,{},"header"),Rt(ki,{title:`${t?"Reconnect":"Connect"} your wallet`,description:o}),kn(_e,{children:[Rt(Yt,{}),Rt(Xt,{})]}),Rt(F,{protectedByPrivy:!0})]})};import pt from"styled-components";import{jsx as h,jsxs as U}from"react/jsx-runtime";var Pn=()=>U("svg",{width:"332",height:"128",viewBox:"0 0 332 128",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[U("g",{clipPath:"url(#clip0_39_1593)",children:[h("g",{clipPath:"url(#clip1_39_1593)",children:U("g",{filter:"url(#filter0_b_39_1593)",children:[U("linearGradient",{id:"background-gradient",children:[h("stop",{offset:"0%",stopColor:"#fed8f4",children:h("animate",{attributeName:"stop-color",values:"#fed8f4; #ffe5d0; #fed8f4;",dur:"4.97s",repeatCount:"indefinite"})}),h("stop",{offset:"33%",stopColor:"#ffe5d0",children:h("animate",{attributeName:"stop-color",values:"#ffe5d0; #ffcdf3; #ffe5d0;",dur:"5.11s",repeatCount:"indefinite"})}),h("stop",{offset:"67%",stopColor:"#ffcdf3",children:h("animate",{attributeName:"stop-color",values:"#ffcdf3; #d0fcf5; #ffcdf3;",dur:"4.95s",repeatCount:"indefinite"})}),h("stop",{offset:"100%",stopColor:"#d0fcf5",children:h("animate",{attributeName:"stop-color",values:"#d0fcf5; #fed8f4; #d0fcf5;",dur:"5.03s",repeatCount:"indefinite"})})]}),h("rect",{width:301,height:112,transform:"translate(16 16)",fill:"url(#background-gradient)"})]})}),h("path",{d:"M183.83 53.8229L203.497 101.003C203.617 101.287 203.707 101.571 203.781 101.87C203.856 102.169 203.901 102.483 203.916 102.797C203.931 103.111 203.916 103.44 203.886 103.769C203.856 104.098 203.781 104.426 203.692 104.755C203.453 105.592 203.034 106.34 202.511 106.983C201.988 107.626 201.315 108.179 200.583 108.582C199.851 108.986 199.044 109.255 198.207 109.375C197.37 109.494 196.533 109.434 195.711 109.195C195.427 109.121 195.158 109.016 194.904 108.896C194.65 108.777 194.411 108.642 194.172 108.493C193.933 108.343 193.723 108.179 193.529 107.999C193.335 107.82 193.141 107.641 192.976 107.431L159.963 68.3985C160.187 68.6526 160.441 68.8918 160.725 69.1011C161.009 69.3104 161.353 69.4898 161.726 69.6542C162.1 69.8187 162.518 69.9383 162.967 70.028C163.415 70.1177 163.908 70.1775 164.446 70.2074C166.001 70.2821 167.719 70.028 169.483 69.5047C171.246 68.9815 173.099 68.1892 174.833 67.1726C176.567 66.1561 178.196 64.9751 179.6 63.6446C181.005 62.3141 182.141 60.9238 182.948 59.4737C183.262 58.9057 183.516 58.3525 183.71 57.8143C183.905 57.2762 184.024 56.7828 184.084 56.3045C184.144 55.8261 184.159 55.3776 184.114 54.959C184.069 54.5404 183.964 54.1518 183.815 53.793L183.83 53.8229Z",fill:"url(#paint0_linear_39_1593)"}),h("path",{d:"M161.158 60.2668C162.04 59.0559 163.116 57.9198 164.326 56.8733C165.537 55.8269 166.852 54.9 168.227 54.0927C169.602 53.2855 171.066 52.5978 172.531 52.0746C173.995 51.5514 175.505 51.1926 176.94 51.058C178.374 50.9235 179.689 51.0132 180.736 51.3122C181.782 51.6111 182.678 52.1643 183.261 52.8818C183.844 53.5994 184.173 54.5711 184.143 55.6624C184.113 56.7537 183.74 58.0992 182.947 59.5044C182.155 60.9097 180.99 62.3597 179.6 63.6753C178.21 64.9908 176.566 66.2017 174.832 67.2033C173.099 68.2049 171.275 68.9973 169.482 69.5354C167.689 70.0736 166 70.2978 164.446 70.238C162.891 70.1783 161.726 69.8045 160.844 69.2065C159.962 68.6086 159.424 67.8461 159.185 66.9043C158.946 65.9625 158.991 64.946 159.335 63.8098C159.678 62.6737 160.276 61.5076 161.173 60.2818L161.158 60.2668Z",fill:"url(#paint1_linear_39_1593)"}),h("path",{d:"M326.717 118.136L252.77 127.539L235.18 119.003L310.771 102.693L326.717 118.136Z",fill:"url(#paint2_linear_39_1593)"}),h("path",{d:"M310.771 102.694L235.18 119.003L242.069 98.9263L313.117 73.333L310.771 102.694Z",fill:"url(#paint3_linear_39_1593)"}),h("path",{d:"M327.241 91.1526L326.718 118.136L310.771 102.694L313.118 73.333L327.241 91.1526Z",fill:"url(#paint4_linear_39_1593)"}),h("path",{d:"M99.4197 23.8945L122.45 47.9331L64.1199 132.801L36.0684 110.093L99.4346 23.8945H99.4197Z",fill:"url(#paint5_linear_39_1593)"}),h("path",{d:"M36.0685 110.077L64.1201 132.785L27.789 117.612L6.0293 100.465L36.0834 110.062L36.0685 110.077Z",fill:"url(#paint6_linear_39_1593)"}),h("path",{d:"M55.7664 36.3772L99.4204 23.8945L36.0542 110.093L6 100.495L55.7515 36.3772H55.7664Z",fill:"url(#paint7_linear_39_1593)"}),h("path",{d:"M106.012 124.249C109.046 126.133 127.189 132.74 135.737 135.805C137.859 136.567 139.623 134.983 139.1 132.8C136.992 123.965 132.449 105.204 130.91 101.975C131.672 104.172 127.473 110.182 121.016 115.952C114.545 121.738 108.119 125.251 106.012 124.249V124.249Z",fill:"url(#paint8_linear_39_1593)"}),h("path",{d:"M105.638 123.981C105.638 123.981 105.698 124.041 105.743 124.071C105.788 124.101 105.833 124.146 105.877 124.175C105.922 124.205 105.967 124.235 106.027 124.265C108.134 125.267 114.56 121.769 121.032 115.968C127.488 110.183 131.687 104.188 130.925 101.991C130.91 101.931 130.88 101.871 130.85 101.841C130.82 101.796 130.791 101.736 130.761 101.692C130.731 101.647 130.716 101.617 130.686 101.587C129.117 99.8229 122.227 103.411 115.308 109.6C108.388 115.789 104.069 122.247 105.638 123.996V123.981Z",fill:"url(#paint9_linear_39_1593)"}),h("path",{d:"M290.057 16.9137C289.713 21.3537 287.89 25.5844 284.886 29.1573C277.817 37.6335 264.187 42.4323 248.167 37.7083C218.695 29.0227 200.313 19.799 183.963 17.138C179.779 16.4653 178.613 10.919 182.14 8.55705C200.238 -3.59678 237.466 -23.9578 268.013 -10.6529C284.527 -3.46224 290.789 7.22655 290.057 16.9137Z",fill:"url(#paint10_linear_39_1593)"})]}),U("defs",{children:[U("filter",{id:"filter0_b_39_1593",x:"-76",y:"-76",width:"485",height:"296",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[h("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),h("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:"46"}),h("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_39_1593"}),h("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_backgroundBlur_39_1593",result:"shape"})]}),U("linearGradient",{id:"paint0_linear_39_1593",x1:"187.753",y1:"56.8365",x2:"173.389",y2:"118.39",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#2D2068"}),h("stop",{offset:"1",stopColor:"#4F3D9A"})]}),U("linearGradient",{id:"paint1_linear_39_1593",x1:"162.8",y1:"69.9911",x2:"171.997",y2:"54.1167",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#4F3D9A"}),h("stop",{offset:"1",stopColor:"#160B45"})]}),U("linearGradient",{id:"paint2_linear_39_1593",x1:"248.905",y1:"127.208",x2:"254.292",y2:"100.947",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#4F3D9A"}),h("stop",{offset:"1",stopColor:"#160B45"})]}),U("linearGradient",{id:"paint3_linear_39_1593",x1:"246.866",y1:"118.395",x2:"265.49",y2:"76.3396",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#4F3D9A"}),h("stop",{offset:"1",stopColor:"#160B45"})]}),U("linearGradient",{id:"paint4_linear_39_1593",x1:"321.183",y1:"75.7837",x2:"300.239",y2:"117.543",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#2D2068"}),h("stop",{offset:"1",stopColor:"#4F3D9A"})]}),U("linearGradient",{id:"paint5_linear_39_1593",x1:"90.6771",y1:"29.8515",x2:"62.6626",y2:"150.379",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#2D2068"}),h("stop",{offset:"1",stopColor:"#4F3D9A"})]}),U("linearGradient",{id:"paint6_linear_39_1593",x1:"14.7397",y1:"132.355",x2:"27.4593",y2:"102.104",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#4F3D9A"}),h("stop",{offset:"1",stopColor:"#160B45"})]}),U("linearGradient",{id:"paint7_linear_39_1593",x1:"20.0079",y1:"108.945",x2:"64.5521",y2:"45.0635",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#4F3D9A"}),h("stop",{offset:"1",stopColor:"#160B45"})]}),U("linearGradient",{id:"paint8_linear_39_1593",x1:"126.988",y1:"103.836",x2:"119.744",y2:"142.156",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#2D2068"}),h("stop",{offset:"1",stopColor:"#4F3D9A"})]}),U("linearGradient",{id:"paint9_linear_39_1593",x1:"109.17",y1:"124.125",x2:"121.135",y2:"106.662",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#4F3D9A"}),h("stop",{offset:"1",stopColor:"#160B45"})]}),U("linearGradient",{id:"paint10_linear_39_1593",x1:"196.556",y1:"38.8404",x2:"216.303",y2:"-13.8631",gradientUnits:"userSpaceOnUse",children:[h("stop",{stopColor:"#4F3D9A"}),h("stop",{offset:"1",stopColor:"#160B45"})]}),h("clipPath",{id:"clip0_39_1593",children:h("rect",{width:"332",height:"128",fill:"white"})}),h("clipPath",{id:"clip1_39_1593",children:h("rect",{x:"16",y:"16",width:"301",height:"112",rx:"8",fill:"white"})})]})]});import{Fragment as Yl,jsx as ue,jsxs as dt}from"react/jsx-runtime";var Tn=()=>{var E;let{user:t}=D(),{closePrivyModal:e}=_(),{data:o}=C(),r=fe(t),{onSuccess:i,onFailure:n}=o.createWallet,s=()=>{r?(i(r),e({shouldCallAuthOnSuccess:!1})):n(new Error("Failed to create wallet"))},a="Your digital wallet",d="You\u2019re all set! This wallet is all yours and can only ever be accessed by you.",p=Me(r.address);return dt(Yl,{children:[ue(L,{onClose:s}),dt($l,{children:[dt("div",{children:[ue(Z,{title:a,description:d}),dt(jl,{children:[ue(Pn,{}),dt(Zl,{children:[ue("p",{children:((E=t==null?void 0:t.email)==null?void 0:E.address)||""}),dt(ql,{children:[ue(Kl,{children:p})," ",ue(Qt,{color:"var(--light-theme-bg-1)"})]})]})]}),ue(Jl,{children:ue(bo,{text:r.address,itemName:"Address"})})]}),ue(Pe,{onClick:s,children:"I\u2019m all set"})]}),ue(F,{protectedByPrivy:!0})]})},$l=pt.div`
|
|
1665
1665
|
display: flex;
|
|
1666
1666
|
height: 100%;
|
|
1667
1667
|
flex-direction: column;
|
|
@@ -1670,7 +1670,7 @@ Resources:
|
|
|
1670
1670
|
@media (max-width: 440px) {
|
|
1671
1671
|
gap: 24px;
|
|
1672
1672
|
}
|
|
1673
|
-
`,jl=
|
|
1673
|
+
`,jl=pt.div`
|
|
1674
1674
|
width: 100%;
|
|
1675
1675
|
background-color: #160b45;
|
|
1676
1676
|
border-radius: 8px;
|
|
@@ -1679,7 +1679,7 @@ Resources:
|
|
|
1679
1679
|
width: 100%;
|
|
1680
1680
|
height: auto;
|
|
1681
1681
|
}
|
|
1682
|
-
`,Zl=
|
|
1682
|
+
`,Zl=pt.div`
|
|
1683
1683
|
display: flex;
|
|
1684
1684
|
text-align: left;
|
|
1685
1685
|
flex-direction: column;
|
|
@@ -1691,14 +1691,17 @@ Resources:
|
|
|
1691
1691
|
color: var(--light-theme-bg-1);
|
|
1692
1692
|
opacity: 0.65;
|
|
1693
1693
|
}
|
|
1694
|
-
`,ql=
|
|
1694
|
+
`,ql=pt.div`
|
|
1695
1695
|
display: flex;
|
|
1696
1696
|
justify-content: space-between;
|
|
1697
1697
|
width: 100%;
|
|
1698
|
-
`,Kl=
|
|
1698
|
+
`,Kl=pt.span`
|
|
1699
1699
|
font-size: 17px;
|
|
1700
1700
|
color: #fff;
|
|
1701
|
-
|
|
1701
|
+
`,Jl=pt.div`
|
|
1702
|
+
display: flex;
|
|
1703
|
+
justify-content: center;
|
|
1704
|
+
`;import{jsx as W,jsxs as Wn}from"react/jsx-runtime";var e1=()=>{let{ready:t}=D(),{isLinking:e}=_(),{ready:o,currentScreen:r,app:i}=C(),n=!!(i!=null&&i.walletAuth),s=!!((i==null?void 0:i.emailAuth)||(i==null?void 0:i.smsAuth)),a=n!==s,d;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN","ALLOWLIST_REJECTION_SCREEN","SETTING_ACTIVE_WALLET"].includes(r)||a&&r==="LANDING"?d="compact":"WALLET_EDUCATION"===r?d="full":e?d="medium":d="full",!t||!o?Wn(rt,{"data-height":d,children:[W(L,{}),W(r1,{children:W(At,{})}),W(oe,{})]}):Wn(rt,{"data-height":d,children:[r==="LANDING"&&W(Li,{}),r==="AWAITING_PASSWORDLESS_CODE"&&W(Ii,{}),r==="SETTING_ACTIVE_WALLET"&&W(sn,{}),r==="WALLET_EDUCATION"&&W(qi,{}),r==="AWAITING_CONNECTION"&&W(en,{}),r==="AWAITING_OAUTH_SCREEN"&&W(Ln,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&W(Ui,{}),r==="INSTALL_METAMASK_SCREEN"&&W(on,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&W(ln,{}),r==="LINK_EMAIL_SCREEN"&&W(An,{}),r==="LINK_PHONE_SCREEN"&&W(_n,{}),r==="LINK_WALLET_SCREEN"&&W(Sn,{}),r==="EMBEDDED_WALLET_SCREEN"&&W(vn,{}),r==="EMBEDDED_WALLET_CREATED_SCREEN"&&W(Tn,{}),r==="SIGN_REQUEST_SCREEN"&&W(pn,{})]})},In=()=>{let{app:t}=C();return Xl.createPortal(W(o1,{id:"privy-dialog",children:W(Cn,{accentColor:t==null?void 0:t.accentColor,children:W(e1,{})})}),document.body)},t1=({children:t,...e})=>(Ql(()=>{var r;(r=document==null?void 0:document.activeElement)==null||r.blur();let o=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));if(!!o)return o.setAttribute("inert","true"),()=>{let i=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));!i||i.removeAttribute("inert")}},[e.open,e.onClose]),W("dialog",{open:!0,role:"dialog",...e,children:t})),o1=gr(t1)`
|
|
1702
1705
|
position: fixed;
|
|
1703
1706
|
top: 0;
|
|
1704
1707
|
left: 0;
|
|
@@ -1750,10 +1753,10 @@ Resources:
|
|
|
1750
1753
|
min-height: 0;
|
|
1751
1754
|
}
|
|
1752
1755
|
}
|
|
1753
|
-
`,
|
|
1756
|
+
`,r1=gr.div`
|
|
1754
1757
|
display: flex;
|
|
1755
1758
|
flex-direction: column;
|
|
1756
1759
|
align-items: center;
|
|
1757
1760
|
justify-content: center;
|
|
1758
1761
|
height: 100%;
|
|
1759
|
-
`;import{jsx as Ao,jsxs as Mn}from"react/jsx-runtime";function
|
|
1762
|
+
`;import{jsx as Ao,jsxs as Mn}from"react/jsx-runtime";function n1(t){return typeof t=="string"&&t.length===25}var Mt;function s1(){if(!Mt){let t=V.get($e);return Promise.resolve(t||null)}return Mt.getAccessToken()}var a1=t=>{if(!n1(t.appId))throw new g("Cannot initialize the Privy provider with an invalid Privy app ID");return Mt||(Mt=new yt({appId:t.appId,apiURL:_o})),Ao(c1,{...t,client:Mt})},l1=t=>{let e=!!(t!=null&&t.emailAuth),o=!!(t!=null&&t.smsAuth);return e&&o&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),o=!1),{email:e,sms:o,wallet:!!(t!=null&&t.walletAuth),google:!!(t!=null&&t.googleOAuth),twitter:!!(t!=null&&t.twitterOAuth),discord:!!(t!=null&&t.discordOAuth),github:!!(t!=null&&t.githubOAuth)}},c1=t=>{let e=t.client,[o,r]=J(!1),[i,n]=J(!1),[s,a]=J(!1),[d,p]=J(null),[E,k]=J(!1),[w,m]=J(null),[f,c]=J(!1),[S,N]=J(null),[B,P]=J(null),[T,$]=J(null),[ne,Q]=J({accentColor:"#696ffd",theme:"System",showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[A,b]=J(!1),[z,Ve]=J({}),ut=l1(ne),se=l=>{l&&m(l),r(!0)};Rn(()=>{async function l(){let u=await e.getAppSettings();Q(u),e.connectors.initialize(),Nt();let I=await e.getAuthenticatedUser();a(!!I),p(I),n(!0)}l()},[e]);let Nt=()=>{let l=new URLSearchParams(window.location.search),u=l.get("privy_oauth_code"),I=l.get("privy_oauth_state"),xe=l.get("privy_oauth_provider");u&&I&&xe&&(e.startAuthFlow(new Ke(xe,u,I)),se("AWAITING_OAUTH_SCREEN"))};Rn(()=>{i&&s&&d===null&&e.getAuthenticatedUser().then(p)},[i,s,d,e]);let He=()=>{c(!0),se("LINK_WALLET_SCREEN")},Y={ready:i,authenticated:s,user:d,walletConnectors:e.connectors,linkWallet:He,linkEmail:()=>{c(!0),se("LINK_EMAIL_SCREEN")},linkPhone:()=>{c(!0),se("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await ht.initLoginWithOAuth("google")},linkTwitter:async()=>{await ht.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await ht.initLoginWithOAuth("discord")},linkGithub:async()=>{await ht.initLoginWithOAuth("github")},login:()=>{if(i&&s){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}se()},logout:async()=>{await e.logout(),p(null),a(!1),m(null),c(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connectors.getEthereumProvider(),getEthersProvider:()=>new i1(new Re(e.connectors.getEthereumProvider())),getWeb3jsProvider:()=>new Gt(e.connectors.getEthereumProvider()),unlinkWallet:async l=>{let u=await e.unlinkWallet(l);return p(u),u},unlinkEmail:async l=>{let u=await e.unlinkEmail(l);return p(u),u},unlinkPhone:async l=>{let u=await e.unlinkPhone(l);return p(u),u},unlinkGoogle:async l=>{let u=await e.unlinkOAuth("google",l);return p(u),u},unlinkTwitter:async l=>{let u=await e.unlinkOAuth("twitter",l);return p(u),u},unlinkDiscord:async l=>{let u=await e.unlinkOAuth("discord",l);return p(u),u},unlinkGithub:async l=>{let u=await e.unlinkOAuth("github",l);return p(u),u},setActiveWallet:async l=>{if(!d)return;let u=e.connectors.getConnectorByAddress(l);if(!u){P(l),He();return}N({address:l,walletType:u.walletType,success:!1}),se("SETTING_ACTIVE_WALLET"),e.setActiveWallet(l,d).then(I=>{p(I),N({address:l,walletType:u.walletType,success:!0})}).catch(I=>{I instanceof g&&I.message==="Error setting the active wallet."&&(P(l),He()),N({address:l,walletType:u.walletType,success:!1,error:I.message})})},forkSession:()=>e.forkSession(),createWallet:()=>new Promise((l,u)=>{if(!s||!d){u(new Error("User must be authenticated before creating a Privy wallet"));return}if(fe(d)){u(new Error("Only one Privy wallet per user is currently allowed"));return}b(!0),Ve({createWallet:{onSuccess:l,onFailure:u}}),se("EMBEDDED_WALLET_SCREEN")}),signMessage:(l,u)=>new Promise((I,xe)=>{if(!s||!d){xe(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!fe(d)){xe(new Error("Must have a Privy wallet before signing"));return}if(typeof l!="string"||l.length<1){xe(new Error("Message must be a non-empty string"));return}b(!0),Ve({signMessage:{message:l,onSuccess:I,onFailure:xe,uiOptions:u||{}}}),se("SIGN_REQUEST_SCREEN")})},ht=(()=>({isLinking:f,linkingHint:B,activeStatus:S,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var l;return(l=e.authFlow)==null?void 0:l.meta},closePrivyModal:(l={shouldCallAuthOnSuccess:!0})=>{var I;let u=i&&s&&d;l.shouldCallAuthOnSuccess&&u&&((I=t.onSuccess)==null||I.call(t,d,E)),e.authFlow=void 0,P(null),m(null),c(!1),N(null),k(!1),r(!1)},initLoginWithWallet:l=>{if(!e.connectors)throw new g("Connector not initialized");l||(l="metamask"),e.startAuthFlow(new wt(e.connectors,l))},loginWithWallet:async()=>{if(!(e.authFlow instanceof wt))throw new g("Must initialize SIWE flow first.");let l,u;f?(l=await e.link(),l&&(l=gt(l))):{user:l,isNewUser:u}=await e.authenticate(),p(l||d||null),k(u||!1),a(!0)},initLoginWithOAuth:async l=>{e.startAuthFlow(new Ke(l));let u=await e.authFlow.getAuthorizationUrl();u&&u.url&&window.location.assign(u.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof Ke))throw new g("Must initialize OAuth flow before calling loginWithOAuth");let l,u;i&&s?l=await e.link():{user:l,isNewUser:u}=await e.authenticate(),p(l),k(u||!1),a(!0)},initLoginWithEmail:async l=>{let u=new vt(l);e.startAuthFlow(u),await u.sendCodeEmail()},initLoginWithSms:async l=>{let u=new Ct(l);e.startAuthFlow(u),await u.sendSmsCode()},resendEmailCode:async()=>{var l;await((l=e.authFlow)==null?void 0:l.sendCodeEmail())},resendSmsCode:async()=>{var l;await((l=e.authFlow)==null?void 0:l.sendSmsCode())},loginWithCode:async l=>{if(e.authFlow instanceof vt)e.authFlow.meta.emailCode=l.trim();else if(e.authFlow instanceof Ct)e.authFlow.meta.smsCode=l.trim();else throw new g("Must initialize a passwordless code flow first");let u,I;f?u=await e.link():{user:u,isNewUser:I}=await e.authenticate(),p(u||d||null),k(I||!1),a(!0)},refreshUser:async()=>{let l=await e.getAuthenticatedUser();return p(l),l},walletProxy:T}))();return Mn(Do.Provider,{value:Y,children:[t.children,Mn(Go.Provider,{value:ht,children:[Ao(Qr,{appSettings:ne,options:ut,data:z,initialScreen:w,visible:o,authenticated:s,children:o&&Ao(In,{})}),A&&Ao(Kr,{appId:t.appId,origin:_o,onLoad:$,onLoadFailed:()=>{}})]})]})};export{Re as AsExternalProvider,ft as ConnectorManager,yt as PrivyClient,a1 as PrivyProvider,le as PrivyProxyProvider,ko as VERSION,me as WalletConnector,s1 as getAccessToken,D as usePrivy};
|