@privy-io/react-auth 1.16.1 → 1.17.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import{useEffect as Mi,useState as Y}from"react";import Po from"axios";import Oi 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,n,i){super(n,i);this.type=o;this.status=r}},g=class extends ee{constructor(o,r){super(o,r);this.type="client_error"}};var U=class extends ee{constructor(o,r){super(o,r);this.type="connector_error"}},M=t=>{if(t instanceof ee)return t;if(!Oi.isAxiosError(t))return Q(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)},Q=t=>t instanceof ee?t:t instanceof Error?new g(t.message,t):new g(`Internal error: ${t}`);var wr="1.16.1";var vr="https://api.privy.io/v0",_o=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",mt="4df5e2316331463a9130964bd6078dfa",Cr=1e4,ae=1400,ko=wr;var $e="privy:token",Ut="privy:refresh_token",Dt="privy:connectors",br="walletconnect",So=3e4;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 Po.get(e,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw M(r)}}async post(e,o,r){try{return await Po.post(e,o,await this.buildConfig(r))}catch(n){throw M(n)}}async delete(e,o){try{return await Po.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 xr from"jose";var he=class{static parse(e){try{return new he(e)}catch{return null}}constructor(e){this.value=e,this._decoded=xr.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 To=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)}},Wo=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 Di(){return typeof window<"u"&&window.localStorage?new Wo:new To}var H=Di();import{ErrorCode as Fi}from"@ethersproject/logger";var je=class extends U{constructor(){super("Wallet timeout");this.type="wallet_error"}},Le=t=>{if(t instanceof U)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new Ze(t);return t.code===Fi.ACTION_REJECTED&&(e.details=Ie.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new Ze(t):new U("Unknown connector error",t)},Io=class extends ee{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Ze=class extends Io{constructor(o){var i,s,a;let r=o;super(r.message,r.code,r.data);let n=Object.values(Ie).find(d=>d.eipCode===r.code);this.details=n||Ie.UNKNOWN_ERROR,r.code===-32002&&((i=r.message)!=null&&i.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))}},Gi={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}},Bi={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}},Vi={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},...Vi,...Bi},qe={...Gi,...Ie};var Hi=12e4,Ro=(t=new je,e=Hi)=>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 U(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),Ro()]).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 Sr}from"@ethersproject/address";import{Web3Provider as Zi}from"@ethersproject/providers";import{getAddress as zi}from"@ethersproject/address";import{Web3Provider as $i}from"@ethersproject/providers";var me=class{constructor(e,o,r){this.createSiweMessage=(e,o,r,n,i,s,a)=>`${r} wants you to sign in with your Ethereum account:
1
+ import{useEffect as Ni,useState as te}from"react";import To from"axios";import Ui from"axios";var ie=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}]`:""}`}},je=class extends ie{constructor(o,r,n,i){super(n,i);this.type=o;this.status=r}},y=class extends ie{constructor(o,r){super(o,r);this.type="client_error"}};var B=class extends ie{constructor(o,r){super(o,r);this.type="connector_error"}},U=t=>{if(t instanceof ie)return t;if(!Ui.isAxiosError(t))return re(t);if(!t.response)return new je("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new je(e||"ApiError",t.response.status,o||r,t)},re=t=>t instanceof ie?t:t instanceof Error?new y(t.message,t):new y(`Internal error: ${t}`);var vr="1.17.0-beta.1";var Cr="https://api.privy.io/v0",So=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",ft="4df5e2316331463a9130964bd6078dfa",br=1e4,ne=1400,Po=vr;var Ze="privy:token",Ut="privy:refresh_token",Dt="privy:connectors",xr="walletconnect",ko=3e4;var Ft=class{constructor(e,o,r){this.appId=e,this.sdkVersion=Po,this.client=o,this.defaults=r}async get(e,o){try{return await To.get(e,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw U(r)}}async post(e,o,r){try{return await To.post(e,o,await this.buildConfig(r))}catch(n){throw U(n)}}async delete(e,o){try{return await To.delete(e,await this.buildConfig(o))}catch(r){throw U(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 Er from"jose";var ge=class{static parse(e){try{return new ge(e)}catch{return null}}constructor(e){this.value=e,this._decoded=Er.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 _e=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 Wo=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)}},Io=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 Fi(){return typeof window<"u"&&window.localStorage?new Io:new Wo}var q=Fi();import{ErrorCode as Gi}from"@ethersproject/logger";var qe=class extends B{constructor(){super("Wallet timeout");this.type="wallet_error"}},Se=t=>{if(t instanceof B)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new Ke(t);return t.code===Gi.ACTION_REJECTED&&(e.details=Oe.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new Ke(t):new B("Unknown connector error",t)},Ro=class extends ie{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},Ke=class extends Ro{constructor(o){var i,s,a;let r=o;super(r.message,r.code,r.data);let n=Object.values(Oe).find(p=>p.eipCode===r.code);this.details=n||Oe.UNKNOWN_ERROR,r.code===-32002&&((i=r.message)!=null&&i.includes("already pending for origin")?(s=r.message)!=null&&s.includes("wallet_requestPermissions")?this.details=Oe.E32002_CONNECTION_ALREADY_PENDING:this.details=Oe.E32002_REQUEST_ALREADY_PENDING:(a=r.message)!=null&&a.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Oe.E32002_WALLET_LOCKED))}},Bi={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}},Vi={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}},Hi={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}},Oe={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Hi,...Vi},Je={...Bi,...Oe};var zi=12e4,Mo=(t=new qe,e=zi)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),pe=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 B(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),Mo()]).catch(o=>{throw Se(o)})}},Ue=class extends pe{constructor(o){super(o)}},Gt=class extends pe{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 qi}from"@ethersproject/providers";import{getAddress as $i}from"@ethersproject/address";import{Web3Provider as ji}from"@ethersproject/providers";var ye=class{constructor(e,o,r){this.createSiweMessage=(e,o,r,n,i,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: ${i}
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=zi(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 $i(new Re(this.provider)).getSigner().signMessage(e)}prepareMessage(e,o,r){let n=window.location.host,i=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,n,i,a,r,s)}};import{isPossiblePhoneNumber as ji}from"libphonenumber-js/min";var Er=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,}))$/),Lr=t=>ji(String(t),"US"),Bt=t=>{var e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;t=t.replace(e,function(r,n,i,s){return n+n+i+i+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)}},Ar=(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,n=3;if(e+o+r+n>=t.length)return t;let i=t.slice(0,r+e),s=t.slice(t.length-o,t.length);return`${i}...${s}`},Mo=t=>new Promise(e=>setTimeout(e,t)),_r=(t,e={})=>{let o=e.delayMs||40,r=e.maxAttempts||1e3;return new Promise(async(n,i)=>{let s=!1,a=0;for(;!s&&a<r;)t().then(()=>{s=!0,n()},(...d)=>{s=!0,i(...d)}),a+=1,await Mo(o);s||i(new Error("Exceeded max attempts before resolving function"))})},kr=(...t)=>{let o=t.length-1;return t.map((n,i)=>(i===0&&(n.startsWith("//")||n.endsWith("://"))?n=n.replace(new RegExp("/$"),""):i!==o&&(n=n.replace(new RegExp("/+$"),"")),i!==0&&(n=n.replace(new RegExp("^/+"),"")),n)).join("/")};import{isMobile as qi}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 n=>{n.isMetaMask&&this.provider.setProvider(n)}),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 Zi(this.provider).listAccounts();return o.length===0?null:Sr(o[0])}disconnect(){console.warn("Metamask does not support programmetic disconnect.")}async promptConnection(){try{let e="";if(!qi&&(await this.provider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&await this.isConnected()))throw new U("Selected the wrong wallet in MetaMask");let o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=Sr(o[0])),!e||e==="")throw new U("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 Mo(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 Ki}from"@ethersproject/address";import Ji from"@coinbase/wallet-sdk";var Yi=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 Ji({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(e){return this.provider.setProvider(Yi(Ht)),e.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}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=Ki(o[0])),!e||e==="")throw new U("Unable to retrieve address");this.connected=!0}catch(e){throw Le(e)}}};import Pr from"@walletconnect/web3-provider";var No=class extends me{constructor(o,r,n){super("wallet_connect",r,n);this._globalConnector=o,this._provider=this._globalConnector.getProviderForAddress(n)}async connect(o){return this.provider.setProvider(this._provider),o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}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(),Ro()]);if(r.length>0&&(o=r[0]),this._globalConnector.indexProvider(this._provider),!o||o==="")throw new U("Unable to retrieve address");this.connected=!0}catch(o){throw Le(o)}}disconnect(){}},$t=class{constructor(){this._storageIdToProvider={},this._addressToStorageId={},H.getKeys().forEach(e=>{if(e.startsWith("walletconnect")){let o=new Pr({infuraId:mt,storageId:e,pollingInterval:So});this._storageIdToProvider[e]=o;for(let r of o.accounts)this._addressToStorageId[r]=e}})}build(e,o){return new No(this,e,o)}async disconnect(){Object.values(this._storageIdToProvider).forEach(async e=>{await e.disconnect()})}getProviderForAddress(e){let o=br,r=()=>`walletconnect:${Math.random().toString(36).slice(2)}`;e===null?o=r():o=this._addressToStorageId[e]||r();let n=new Pr({infuraId:mt,storageId:o,pollingInterval:So});return this._storageIdToProvider[o]=n,n}indexProvider(e){this._storageIdToProvider[e.storageId]=e;for(let o of e.accounts)this._addressToStorageId[o]=e.storageId}};import{getAddress as Xi}from"@ethersproject/address";var Oo=()=>{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},Uo=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===Xi(e)).length):!1},Tr=()=>{var e;let t=H.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(){(H.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)}});H.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(n=>n.address!==e),e===((r=this.activeWalletConnector)==null?void 0:r.address))if(this.walletConnectors.length>0){let n=this.walletConnectors[this.walletConnectors.length-1];await this.setActiveWallet(n.address)}else this.activeWalletConnector=void 0;this.save()}async activeWalletSign(e){if(!this.activeWalletConnector)throw new U("Cannot sign, no wallet is active. Is a wallet connected?");if(!await this.activeWalletConnector.connect({showPrompt:!1}))throw new U("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 Qi(t){let e=[];for(let o of t){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:Ae(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client};e.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:Ae(o.verified_at)};e.push(i);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=Tr();if(!e)return t.wallet&&console.warn("[Privy] User has linked wallets but no active wallet"),t;let o=t.linkedAccounts.find(n=>n.type==="wallet"&&n.address===e);if(!o)return t;let 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=Qi(t.linked_accounts),o=Ne(e,"wallet"),r=Ne(e,"email"),n=Ne(e,"phone"),i=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:n&&{number:n==null?void 0:n.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient},google:i&&{subject:i.subject,email:i.email,name:i.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 Wr=()=>"/api/v1/sessions",Ir=()=>"/api/v1/sessions/logout",Rr=()=>"/api/v1/sessions/fork",Mr=()=>"/api/v1/siwe/init",Nr=()=>"/api/v1/siwe/authenticate",Or=()=>"/api/v1/siwe/link",Ur=()=>"/api/v1/passwordless/init",Dr=()=>"/api/v1/passwordless/authenticate",Fr=()=>"/api/v1/passwordless/link",Gr=()=>"/api/v1/passwordless_sms/init",Br=()=>"/api/v1/passwordless_sms/authenticate",Vr=()=>"/api/v1/passwordless_sms/link",Hr=()=>"/api/v1/oauth/init",zr=()=>"/api/v1/oauth/authenticate",$r=()=>"/api/v1/oauth/link",jr=()=>"/api/v1/siwe/unlink",Zr=()=>"/api/v1/passwordless/unlink",qr=()=>"/api/v1/passwordless_sms/unlink",Kr=()=>"/api/v1/oauth/unlink";var es=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=H.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=H.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(es)}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:n,is_new_user:i}=await e.authenticate();return this.storeToken(o),this.storeRefreshToken(r),{user:ge(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),Q(o)}}async _link(e){try{let o=await e.link();return ge(o)}catch(o){throw console.warn("Error linking account"),Q(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(Wr(),{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 Q(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Ir(),{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(Rr(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw Q(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null)}storeToken(e){typeof e=="string"?H.put($e,e):H.del($e)}storeRefreshToken(e){typeof e=="string"?H.put(Ut,e):H.del(Ut)}};var Do,yt=class{constructor(e){let o=e.apiURL||vr,r=e.timeout||Cr;this.appId=e.appId,this.connectors=new ft,Do||(Do=new Zt),this.session=Do,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(Zr(),{address:e});return ge(o.data)}catch(o){throw Q(o)}}async unlinkPhone(e){try{let o=await this.api.post(qr(),{phoneNumber:e});return ge(o.data)}catch(o){throw Q(o)}}async unlinkWallet(e){try{let o=await this.api.post(jr(),{address:e});return this.connectors.removeWallet(e),ge(o.data)}catch(o){throw Q(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(Kr(),{provider:e,subject:o});return ge(r.data)}catch(r){throw Q(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 Q(e)}}async setActiveWallet(e,o){if(!o.linkedAccounts.map(i=>i.type==="wallet"?i.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 d1}from"@ethersproject/providers";import{createContext as ts,useContext as os}from"react";var v=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var Fo=ts({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}),F=()=>os(Fo);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(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"),{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(Or(),{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,n=o.chainId,i=await e.post(Mr(),{address:r}),s=this.walletConnector.prepareMessage(n,r,i.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=Dr(),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=Fr();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=Ur();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=Br(),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=Vr();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=Gr();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=zr(),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=$r();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=Hr();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw M(e)}}};import{useRef as rs,useEffect as ns}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 ls}from"react/jsx-runtime";var is=function(t){return()=>`id-${t++}`}(0);function ss(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((n,i)=>{let s=is();bt.enqueue(s,{resolve:n,reject:i}),r.postMessage({id:s,event:t,data:e},"*")})}function as(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 n=bt.dequeue(t.event,t.id);return Kt(t)?n.reject(new Error(t.error.message)):n.resolve(t.data)}}function Jr(t){let e=rs(null);return ns(()=>{let o=e.current;if(!o)return;function r(a){a&&a.origin===t.origin&&ss(a.data)&&as(a.data)}let n={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 i=()=>t.onLoad(n),s=(...a)=>{console.error("privy iframe failed to load: ",...a),t.onLoadFailed()};return _r(()=>Jt("privy:iframe:ready",{},o)).then(i,s),()=>window.removeEventListener("message",r)},[e.current]),ls("iframe",{ref:e,width:"0",height:"0",style:{visibility:"hidden"},src:kr(t.origin,`/apps/${t.appId}/embedded-wallets`)})}import"wicg-inert";import{useRef as t1}from"react";import o1 from"react-dom";import yr from"styled-components";import{createContext as ds,useContext as ps,useEffect as Go,useState as Xr}from"react";import{jsx as cs}from"react/jsx-runtime";function Yr(t){return cs("link",{rel:"prefetch",href:t.src})}import{jsx as us,jsxs as hs}from"react/jsx-runtime";var ye="LANDING",Qr=ds({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}),en=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[n,i]=Xr(t.initialScreen||ye),[s,a]=Xr(t.initialScreen||ye);Go(()=>{o||i(ye)},[o]),Go(()=>{r||(a(ye),i(ye))},[r]),Go(()=>{t.initialScreen&&n===ye&&(i(t.initialScreen),a(t.initialScreen))},[t.initialScreen]);let d=t.initialScreen&&n===ye?t.initialScreen:n,p={ready:!!(e!=null&&e.id),app:e,options:t.options,data:t.data,currentScreen:d,lastScreen:s,navigate:E=>{a(n),i(E)},navigateBack:()=>{i(s)}};return hs(Qr.Provider,{value:p,children:[e&&e.logoUrl&&us(Yr,{src:e.logoUrl}),t.children]})},C=()=>ps(Qr);import{useState as sa}from"react";import et from"styled-components";import gs from"styled-components";import{jsx as tn}from"react/jsx-runtime";var on=({style:t,...e})=>tn("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:tn("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});import{jsx as rn}from"react/jsx-runtime";var nn=({style:t,...e})=>rn("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:rn("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{createContext as ms,useContext as fs}from"react";var Bo=ms({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}),_=()=>fs(Bo);import{jsx as we,jsxs as bs}from"react/jsx-runtime";var ys=()=>we("div",{}),ws=({backFn:t})=>we("div",{children:we(nn,{onClick:t})}),vs=t=>we("div",{children:we("div",{children:we(on,{onClick:t.onClose})})});var L=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=_();return bs(Cs,{children:[t?we(ws,{backFn:t}):we(ys,{}),we(vs,{onClose:e||(()=>o())})]})},Cs=gs.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=$i(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 ji(new Ue(this.provider)).getSigner().signMessage(e)}prepareMessage(e,o,r){let n=window.location.host,i=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,n,i,a,r,s)}};import{isPossiblePhoneNumber as Zi}from"libphonenumber-js/min";var Lr=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,}))$/),Ar=t=>Zi(String(t),"US"),Bt=t=>{var e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;t=t.replace(e,function(r,n,i,s){return n+n+i+i+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)}},_r=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r},De=(t,e=3,o=4)=>{if(!t)return"";let r=2,n=3;if(e+o+r+n>=t.length)return t;let i=t.slice(0,r+e),s=t.slice(t.length-o,t.length);return`${i}...${s}`},No=t=>new Promise(e=>setTimeout(e,t)),Sr=(t,e={})=>{let o=e.delayMs||40,r=e.maxAttempts||1e3;return new Promise(async(n,i)=>{let s=!1,a=0;for(;!s&&a<r;)t().then(()=>{s=!0,n()},(...p)=>{s=!0,i(...p)}),a+=1,await No(o);s||i(new Error("Exceeded max attempts before resolving function"))})},Pr=(...t)=>{let o=t.length-1;return t.map((n,i)=>(i===0&&(n.startsWith("//")||n.endsWith("://"))?n=n.replace(new RegExp("/$"),""):i!==o&&(n=n.replace(new RegExp("/+$"),"")),i!==0&&(n=n.replace(new RegExp("^/+"),"")),n)).join("/")};import{isMobile as Ki}from"react-device-detect";var Vt=class extends ye{constructor(e,o){var r;super("metamask",e,o),this.provider.setProvider(window.ethereum),(r=window.ethereum.providers)==null||r.forEach(async n=>{n.isMetaMask&&this.provider.setProvider(n)}),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 qi(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(!Ki&&(await this.provider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&await this.isConnected()))throw new B("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 B("Unable to retrieve address");this.connected=!0,this.address=e}catch(e){throw Se(e)}}async setActive(){if(await this.connectedMetamaskAddress()===this.address)return this.connected=!0,!0;for(;!this.connected;)await No(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 Ji}from"@ethersproject/address";import Yi from"@coinbase/wallet-sdk";var Xi=t=>{let e=`https://mainnet.infura.io/v3/${ft}`,o=1;return t.makeWeb3Provider(e,o)},Ht,zt=class extends ye{constructor(e,o){super("coinbase_wallet",e,o),Ht||(Ht=new Yi({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(e){return this.provider.setProvider(Xi(Ht)),e.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}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=Ji(o[0])),!e||e==="")throw new B("Unable to retrieve address");this.connected=!0}catch(e){throw Se(e)}}};import Tr from"@walletconnect/web3-provider";var Oo=class extends ye{constructor(o,r,n){super("wallet_connect",r,n);this._connectionManager=o,this._provider=this._connectionManager.getProviderForAddress(n)}async connect(o){return this.provider.setProvider(this._provider),o.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}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(),Mo()]);if(r.length>0&&(o=r[0]),this._connectionManager.indexProvider(this._provider),!o||o==="")throw new B("Unable to retrieve address");this.connected=!0}catch(o){throw Se(o)}}disconnect(){}},$t=class{constructor(){this._storageIdToProvider={},this._addressToStorageId={},q.getKeys().forEach(e=>{if(e.startsWith("walletconnect")){let o=new Tr({infuraId:ft,storageId:e,pollingInterval:ko});this._storageIdToProvider[e]=o;for(let r of o.accounts)this._addressToStorageId[r]=e}})}createConnector(e,o){return new Oo(this,e,o)}async disconnect(){Object.values(this._storageIdToProvider).forEach(async e=>{await e.disconnect()})}getProviderForAddress(e){let o=xr,r=()=>`walletconnect:${Math.random().toString(36).slice(2)}`;e===null?o=r():o=this._addressToStorageId[e]||r();let n=new Tr({infuraId:ft,storageId:o,pollingInterval:ko});return this._storageIdToProvider[o]=n,n}indexProvider(e){this._storageIdToProvider[e.storageId]=e;for(let o of e.accounts)this._addressToStorageId[o]=e.storageId}};import{getAddress as Qi}from"@ethersproject/address";var Uo=()=>{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},Do=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===Qi(e)).length):!1},Wr=()=>{var e;let t=q.get(Dt);return t?(e=t.find(o=>o.active))==null?void 0:e.address:null},gt=class{constructor(){this.getEthereumProvider=()=>{var e;return((e=this.activeWalletConnector)==null?void 0:e.provider)||new pe};this.walletConnectors=[],this.wcConnectionManager=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(){(q.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)}});q.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(n=>n.address!==e),e===((r=this.activeWalletConnector)==null?void 0:r.address))if(this.walletConnectors.length>0){let n=this.walletConnectors[this.walletConnectors.length-1];await this.setActiveWallet(n.address)}else this.activeWalletConnector=void 0;this.save()}async activeWalletSign(e){if(!this.activeWalletConnector)throw new B("Cannot sign, no wallet is active. Is a wallet connected?");if(!await this.activeWalletConnector.connect({showPrompt:!1}))throw new B("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 pe,o);case"coinbase_wallet":return new zt(new pe,o);case"wallet_connect":return this.wcConnectionManager.createConnector(new pe,o)}}};function Pe(t){return new Date(t*1e3)}function es(t){let e=[];for(let o of t){let r=o.type;switch(o.type){case"wallet":let n={address:o.address,type:o.type,verifiedAt:Pe(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client};e.push(n);break;case"email":let i={address:o.address,type:o.type,verifiedAt:Pe(o.verified_at)};e.push(i);break;case"phone":let s={number:o.phoneNumber,type:o.type,verifiedAt:Pe(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:Pe(o.verified_at)};e.push(a);break;case"twitter_oauth":let p={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:Pe(o.verified_at)};e.push(p);break;case"discord_oauth":let u={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:Pe(o.verified_at)};e.push(u);break;case"github_oauth":let b={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:Pe(o.verified_at)};e.push(b);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return e}function Fe(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function yt(t){let e=Wr();if(!e)return t.wallet&&console.warn("[Privy] User has linked wallets but no active wallet"),t;let o=t.linkedAccounts.find(n=>n.type==="wallet"&&n.address===e);if(!o)return t;let r=Object.assign({},t);return r.wallet=o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient},r}var we=t=>t==null?void 0:t.linkedAccounts.find(e=>e.type==="wallet"&&e.walletClient==="privy");function ve(t){if(!t)return null;let e=es(t.linked_accounts),o=Fe(e,"wallet"),r=Fe(e,"email"),n=Fe(e,"phone"),i=Fe(e,"google_oauth"),s=Fe(e,"twitter_oauth"),a=Fe(e,"discord_oauth"),p=Fe(e,"github_oauth"),u={id:t.id,createdAt:Pe(t.created_at),linkedAccounts:e,email:r&&{address:r==null?void 0:r.address},phone:n&&{number:n==null?void 0:n.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient},google:i&&{subject:i.subject,email:i.email,name:i.name},twitter:s&&{subject:s.subject,username:s.username,name:s.name},discord:a&&{subject:a.subject,username:a.username,email:a.email},github:p&&{subject:p.subject,username:p.username,name:p.name,email:p.email}};return yt(u)}var Ir=()=>"/api/v1/sessions",Rr=()=>"/api/v1/sessions/logout",Mr=()=>"/api/v1/sessions/fork",Nr=()=>"/api/v1/siwe/init",Or=()=>"/api/v1/siwe/authenticate",Ur=()=>"/api/v1/siwe/link",Dr=()=>"/api/v1/passwordless/init",Fr=()=>"/api/v1/passwordless/authenticate",Gr=()=>"/api/v1/passwordless/link",Br=()=>"/api/v1/passwordless_sms/init",Vr=()=>"/api/v1/passwordless_sms/authenticate",Hr=()=>"/api/v1/passwordless_sms/link",zr=()=>"/api/v1/oauth/init",$r=()=>"/api/v1/oauth/authenticate",jr=()=>"/api/v1/oauth/link",Zr=()=>"/api/v1/siwe/unlink",qr=()=>"/api/v1/passwordless/unlink",Kr=()=>"/api/v1/passwordless_sms/unlink",Jr=()=>"/api/v1/oauth/unlink";var ts=30,Zt=class{constructor(){this.authenticateOnce=new _e(async e=>this._authenticate(e)),this.linkOnce=new _e(async e=>this._link(e)),this.refreshOnce=new _e(this._refresh.bind(this)),this.destroyOnce=new _e(this._destroy.bind(this)),this.forkSessionOnce=new _e(this._forkSession.bind(this))}get token(){try{let e=q.get(Ze);return typeof e=="string"?new ge(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=q.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=ge.parse(this.token);return e!==null&&!e.isExpired(ts)}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:n,is_new_user:i}=await e.authenticate();return this.storeToken(o),this.storeRefreshToken(r),{user:ve(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),re(o)}}async _link(e){try{let o=await e.link();return ve(o)}catch(o){throw console.warn("Error linking account"),re(o)}}async _refresh(){if(!this.api)throw new y("Session has no API instance");if(!this.client)throw new y("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(Ir(),{refresh_token:o},{headers:{authorization:`Bearer ${e}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),ve(r.data.user)}catch(r){if(r instanceof je&&r.status===400&&r.message==="Invalid auth token")return this.destroyLocalState(),null;throw re(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Rr(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new y("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(Mr(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw re(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null)}storeToken(e){typeof e=="string"?q.put(Ze,e):q.del(Ze)}storeRefreshToken(e){typeof e=="string"?q.put(Ut,e):q.del(Ut)}};var Fo,wt=class{constructor(e){let o=e.apiURL||Cr,r=e.timeout||br;this.appId=e.appId,this.connectors=new gt,Fo||(Fo=new Zt),this.session=Fo,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 y("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new y("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(qr(),{address:e});return ve(o.data)}catch(o){throw re(o)}}async unlinkPhone(e){try{let o=await this.api.post(Kr(),{phoneNumber:e});return ve(o.data)}catch(o){throw re(o)}}async unlinkWallet(e){try{let o=await this.api.post(Zr(),{address:e});return this.connectors.removeWallet(e),ve(o.data)}catch(o){throw re(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(Jr(),{provider:e,subject:o});return ve(r.data)}catch(r){throw re(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(e){var o;return this.session.hasActiveToken()?((o=ge.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 re(e)}}async setActiveWallet(e,o){if(!o.linkedAccounts.map(i=>i.type==="wallet"?i.address:null).includes(e))throw new y("Cannot set an unlinked address as active.");if(!await this.connectors.setActiveWallet(e))throw new y("Error setting the active wallet.");return yt(o)}async forkSession(){return await this.session.forkSession()}};import{Web3Provider as p1}from"@ethersproject/providers";import{createContext as os,useContext as rs}from"react";var w=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var Go=os({ready:!1,authenticated:!1,user:null,walletConnectors:null,login:w,linkEmail:w,linkPhone:w,linkWallet:w,linkGoogle:w,linkTwitter:w,linkDiscord:w,linkGithub:w,logout:w,getAccessToken:w,getEthereumProvider:w,getEthersProvider:w,getWeb3jsProvider:w,unlinkEmail:w,unlinkPhone:w,unlinkWallet:w,unlinkGoogle:w,unlinkTwitter:w,unlinkDiscord:w,unlinkGithub:w,setActiveWallet:w,forkSession:w,createWallet:w,signMessage:w}),$=()=>rs(Go);var vt=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 y("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Or(),{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 U(e)}}async link(){if(!this.api)throw new y("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Ur(),{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 U(e)}}async promptConnectAndSign(e){let o=await this.walletConnector.connect({showPrompt:!0}),r=o.address,n=o.chainId,i=await e.post(Nr(),{address:r}),s=this.walletConnector.prepareMessage(n,r,i.data.nonce),a=await this.walletConnector.sign(s);return{message:s,signature:a}}};var Ct=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new y("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new y("Email and email code must be set prior to calling authenticate.");try{let e=Fr(),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 U(e)}}async link(){if(!this.api)throw new y("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new y("Email and email code must be set prior to calling authenticate.");try{let e=Gr();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw U(e)}}async sendCodeEmail(e){if(!this.api)throw new y("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new y("Email must be set when initialzing authentication.");try{let o=Dr();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw U(o)}}};var bt=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new y("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new y("phone number and sms code must be set prior to calling authenticate.");try{let e=Vr(),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 U(e)}}async link(){if(!this.api)throw new y("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new y("phone number and sms code must be set prior to calling authenticate.");try{let e=Hr();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw U(e)}}async sendSmsCode(e){if(!this.api)throw new y("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new y("phone nNumber must be set when initialzing authentication.");try{let o=Br();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw U(o)}}};var Ye=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 y("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new y("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new y("User denied confirmation during OAuth flow");try{let e=$r(),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 U(e)}}async link(){if(!this.api)throw new y("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new y("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new y("User denied confirmation during OAuth flow");try{let e=jr();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw U(e)}}async getAuthorizationUrl(){if(!this.api)throw new y("Auth flow has no API instance");if(!this.meta.provider)throw new y("Provider must be set when initialzing OAuth authentication.");try{let e=zr();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw U(e)}}};import{useRef as ns,useEffect as is}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 cs}from"react/jsx-runtime";var ss=function(t){return()=>`id-${t++}`}(0);function as(t){return typeof t.event=="string"&&/^privy:.+/.test(t.event)}function Kt(t){return t.error!==void 0}var xt=new qt;function Jt(t,e,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((n,i)=>{let s=ss();xt.enqueue(s,{resolve:n,reject:i}),r.postMessage({id:s,event:t,data:e},"*")})}function ls(t){switch(t.event){case"privy:iframe:ready":let e=xt.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=xt.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=xt.dequeue(t.event,t.id);return Kt(t)?r.reject(new Error(t.error.message)):r.resolve(t.data);case"privy:wallet:recover":let n=xt.dequeue(t.event,t.id);return Kt(t)?n.reject(new Error(t.error.message)):n.resolve(t.data)}}function Yr(t){let e=ns(null);return is(()=>{let o=e.current;if(!o)return;function r(a){a&&a.origin===t.origin&&as(a.data)&&ls(a.data)}let n={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 i=()=>t.onLoad(n),s=(...a)=>{console.error("privy iframe failed to load: ",...a),t.onLoadFailed()};return Sr(()=>Jt("privy:iframe:ready",{},o)).then(i,s),()=>window.removeEventListener("message",r)},[e.current]),cs("iframe",{ref:e,width:"0",height:"0",style:{visibility:"hidden"},src:Pr(t.origin,`/apps/${t.appId}/embedded-wallets`)})}import"wicg-inert";import{useRef as o1}from"react";import r1 from"react-dom";import wr from"styled-components";import{createContext as ps,useContext as us,useEffect as Bo,useState as Qr}from"react";import{jsx as ds}from"react/jsx-runtime";function Xr(t){return ds("link",{rel:"prefetch",href:t.src})}import{jsx as hs,jsxs as ms}from"react/jsx-runtime";var Ce="LANDING",en=ps({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1,github:!1},currentScreen:Ce,lastScreen:Ce,navigate:w,navigateBack:w,setModalData:w}),tn=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[n,i]=Qr(t.initialScreen||Ce),[s,a]=Qr(t.initialScreen||Ce);Bo(()=>{o||i(Ce)},[o]),Bo(()=>{r||(a(Ce),i(Ce))},[r]),Bo(()=>{t.initialScreen&&n===Ce&&(i(t.initialScreen),a(t.initialScreen))},[t.initialScreen]);let p=t.initialScreen&&n===Ce?t.initialScreen:n,u={ready:!!(e!=null&&e.id),app:e,options:t.options,data:t.data,setModalData:t.setModalData,currentScreen:p,lastScreen:s,navigate:b=>{a(n),i(b)},navigateBack:()=>{i(s)}};return ms(en.Provider,{value:u,children:[e&&e.logoUrl&&hs(Xr,{src:e.logoUrl}),t.children]})},v=()=>us(en);import{useState as aa}from"react";import ot from"styled-components";import ys from"styled-components";import{jsx as on}from"react/jsx-runtime";var rn=({style:t,...e})=>on("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:on("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});import{jsx as nn}from"react/jsx-runtime";var sn=({style:t,...e})=>nn("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:nn("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{createContext as fs,useContext as gs}from"react";var Vo=fs({isLinking:!1,linkingHint:null,activeStatus:null,getAuthMeta:w,getAuthFlow:w,closePrivyModal:w,initLoginWithWallet:w,loginWithWallet:w,loginWithCode:w,initLoginWithEmail:w,initLoginWithSms:w,resendEmailCode:w,resendSmsCode:w,initLoginWithOAuth:w,loginWithOAuth:w,refreshUser:w,walletProxy:null}),S=()=>gs(Vo);import{jsx as be,jsxs as xs}from"react/jsx-runtime";var ws=()=>be("div",{}),vs=({backFn:t})=>be("div",{children:be(sn,{onClick:t})}),Cs=t=>be("div",{children:be("div",{children:be(rn,{onClick:t.onClose})})});var L=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=S();return xs(bs,{children:[t?be(vs,{backFn:t}):be(ws,{}),be(Cs,{onClose:e||(()=>o())})]})},bs=ys.div`
13
13
  height: 30px;
14
14
  display: flex;
15
15
  align-items: center;
@@ -66,11 +66,11 @@ Resources:
66
66
  @media (max-width: 440px) {
67
67
  height: 30px;
68
68
  }
69
- `;import cn from"styled-components";import{jsx as Z,jsxs as xs}from"react/jsx-runtime";var ce=({style:t,...e})=>xs("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[Z("rect",{width:"28",height:"28",rx:"6",fill:"white"}),Z("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Z("path",{d:"M4.98753 5L12.7329 10.8299L11.3468 7.37954L4.98753 5ZM20.1987 18.4027L18.1166 21.5794L22.5723 22.8049L23.8454 18.4741L20.1987 18.4027ZM4.16064 18.4741L5.42775 22.8049L9.87153 21.5794L7.80133 18.4027L4.16064 18.4741Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Z("path",{d:"M9.6336 13.0369L8.39624 14.9049L12.7984 15.1071L12.6556 10.3659L9.6336 13.0429V13.0369ZM18.3665 13.0429L15.2969 10.3064L15.1958 15.1071L19.5979 14.9049L18.3665 13.0429ZM9.87155 21.5794L12.5426 20.2945L10.2463 18.5098L9.87155 21.5794ZM15.4635 20.2886L18.1166 21.5794L17.7597 18.5039L15.4635 20.2886Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Z("path",{d:"M18.1167 21.5794L15.4635 20.2944L15.6776 22.0196L15.6539 22.7513L18.1167 21.5794ZM9.87158 21.5794L12.3463 22.7513L12.3285 22.0196L12.5426 20.2944L9.87158 21.5794Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Z("path",{d:"M12.3878 17.3616L10.1868 16.7191L11.7454 16.0052L12.3938 17.3616H12.3878ZM15.6062 17.3616L16.2605 15.9993L17.8251 16.7131L15.6062 17.3675V17.3616Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Z("path",{d:"M9.87147 21.5794L10.2581 18.4027L7.80127 18.4741L9.87147 21.5794ZM17.7418 18.4027L18.1166 21.5794L20.1987 18.4741L17.7418 18.4027ZM19.6038 14.9048L15.2016 15.107L15.6061 17.3676L16.2605 15.9994L17.8251 16.7132L19.6038 14.9048ZM10.1868 16.7192L11.7454 16.0053L12.3938 17.3617L12.8042 15.1011L8.4021 14.9048L10.1868 16.7192Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Z("path",{d:"M8.4021 14.9048L10.2462 18.5038L10.1868 16.7192L8.4021 14.9048ZM17.8251 16.7192L17.7537 18.5038L19.5978 14.9048L17.8251 16.7192ZM12.8042 15.107L12.3878 17.3676L12.9113 20.0327L13.0303 16.5169L12.8042 15.107ZM15.1957 15.107L14.9815 16.511L15.0886 20.0327L15.6061 17.3617L15.1957 15.1011V15.107Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Z("path",{d:"M15.6062 17.3617L15.0887 20.0327L15.4635 20.2945L17.7538 18.5098L17.8252 16.7192L15.6062 17.3617ZM10.1869 16.7192L10.2463 18.5039L12.5426 20.2885L12.9114 20.0327L12.3939 17.3617L10.1809 16.7192H10.1869Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Z("path",{d:"M15.6598 22.7513L15.6776 22.0196L15.4754 21.853H12.5248L12.3285 22.0196L12.3463 22.7513L9.87158 21.5793L10.7401 22.2932L12.495 23.5008H15.4992L17.26 22.2873L18.1167 21.5793L15.6539 22.7513H15.6598Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Z("path",{d:"M15.4634 20.2885L15.0886 20.0327H12.9114L12.5425 20.2945L12.3284 22.0196L12.5247 21.8531H15.4753L15.6776 22.0196L15.4634 20.2945V20.2885Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Z("path",{d:"M23.3456 11.1571L24 7.97442L23.0125 5L15.4575 10.5919L18.3664 13.0369L22.4711 14.2326L23.3754 13.1797L22.9827 12.8941L23.6074 12.323L23.1315 11.9542L23.7561 11.4783L23.3397 11.1571H23.3456ZM4 7.96847L4.66627 11.1571L4.23795 11.4723L4.87448 11.9482L4.39857 12.323L5.01725 12.8941L4.62463 13.1797L5.52885 14.2326L9.63355 13.0428L12.5425 10.586L4.98751 5L4 7.96847Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Z("path",{d:"M22.4712 14.2325L18.3665 13.0428L19.6038 14.9048L17.7597 18.5038L20.1987 18.4741H23.8454L22.4712 14.2325ZM9.63358 13.0368L5.52888 14.2325L4.16064 18.4741H7.80728L10.2463 18.5038L8.40217 14.9048L9.63953 13.0368H9.63358ZM15.1957 15.107L15.4634 10.5859L16.6532 7.37354H11.3468L12.5366 10.5859L12.8043 15.107L12.9054 16.5229V20.0327H15.0887L15.1006 16.5229L15.1957 15.107Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as sn,jsxs as Es}from"react/jsx-runtime";var de=({style:t,...e})=>Es("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[sn("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),sn("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{jsx as Je,jsxs as Ls}from"react/jsx-runtime";var Ye=({style:t,...e})=>Ls("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[Je("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),Je("g",{clipPath:"url(#clip0_1765_9946)",children:Je("path",{d:"M8.09448 10.3941C11.3558 7.20196 16.6442 7.20196 19.9055 10.3941L20.2982 10.7782C20.3369 10.8157 20.3677 10.8606 20.3887 10.9102C20.4097 10.9599 20.4206 11.0132 20.4206 11.0671C20.4206 11.121 20.4097 11.1744 20.3887 11.224C20.3677 11.2737 20.3369 11.3186 20.2982 11.3561L18.9554 12.6702C18.9158 12.7086 18.8628 12.7301 18.8077 12.7301C18.7526 12.7301 18.6996 12.7086 18.66 12.6702L18.1198 12.1415C15.8448 9.91503 12.1557 9.91503 9.88015 12.1415L9.30167 12.7075C9.26207 12.7459 9.20909 12.7673 9.15395 12.7673C9.0988 12.7673 9.04582 12.7459 9.00622 12.7075L7.66346 11.3934C7.62475 11.3559 7.59397 11.3109 7.57295 11.2613C7.55193 11.2117 7.5411 11.1583 7.5411 11.1044C7.5411 11.0505 7.55193 10.9971 7.57295 10.9475C7.59397 10.8979 7.62475 10.8529 7.66346 10.8154L8.09448 10.3941ZM22.6829 13.1115L23.8776 14.2814C23.9163 14.319 23.9471 14.3639 23.9681 14.4135C23.9892 14.4632 24 14.5165 24 14.5704C24 14.6243 23.9892 14.6777 23.9681 14.7273C23.9471 14.777 23.9163 14.8219 23.8776 14.8594L18.4893 20.1332C18.4102 20.2101 18.3042 20.2531 18.1938 20.2531C18.0835 20.2531 17.9775 20.2101 17.8984 20.1332L14.0743 16.3901C14.0545 16.3708 14.0279 16.36 14.0003 16.36C13.9726 16.36 13.9461 16.3708 13.9263 16.3901L10.1021 20.1332C10.023 20.2101 9.91703 20.2531 9.8067 20.2531C9.69636 20.2531 9.59038 20.2101 9.51124 20.1332L4.12236 14.8594C4.08365 14.8219 4.05287 14.777 4.03185 14.7273C4.01083 14.6777 4 14.6243 4 14.5704C4 14.5165 4.01083 14.4632 4.03185 14.4135C4.05287 14.3639 4.08365 14.319 4.12236 14.2814L5.31767 13.1115C5.39678 13.0348 5.50265 12.9919 5.61285 12.9919C5.72305 12.9919 5.82892 13.0348 5.90803 13.1115L9.73216 16.8546C9.75194 16.874 9.7785 16.8848 9.80616 16.8848C9.83381 16.8848 9.86037 16.874 9.88015 16.8546L13.7043 13.1115C13.7834 13.0346 13.8894 12.9916 13.9997 12.9916C14.1101 12.9916 14.216 13.0346 14.2952 13.1115L18.1198 16.8546C18.1396 16.874 18.1662 16.8848 18.1938 16.8848C18.2215 16.8848 18.2481 16.874 18.2678 16.8546L22.092 13.1115C22.1711 13.0346 22.2771 12.9916 22.3874 12.9916C22.4977 12.9916 22.6037 13.0346 22.6829 13.1115Z",fill:"white"})}),Je("defs",{children:Je("clipPath",{id:"clip0_1765_9946",children:Je("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});import{isMobile as ln}from"react-device-detect";import{isIOS as As,isMobile as _s}from"react-device-detect";var Vo=t=>{let e=new URL(window.location.href);if(!window.ethereum&&_s){let o;switch(t){case"metamask":As?o="dapp://"+e.hostname+e.pathname:o="https://metamask.app.link/dapp/"+e.hostname+e.pathname;break;case"coinbase_wallet":o="https://go.cb-w.com/dapp?cb_url="+encodeURIComponent(e.href.replace(/\/$/g,""));break;case"wallet_connect":break;default:break}o&&window.location.assign(o)}};import ks from"styled-components";var an=ks.span`
69
+ `;import dn from"styled-components";import{jsx as Y,jsxs as Es}from"react/jsx-runtime";var ue=({style:t,...e})=>Es("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[Y("rect",{width:"28",height:"28",rx:"6",fill:"white"}),Y("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Y("path",{d:"M4.98753 5L12.7329 10.8299L11.3468 7.37954L4.98753 5ZM20.1987 18.4027L18.1166 21.5794L22.5723 22.8049L23.8454 18.4741L20.1987 18.4027ZM4.16064 18.4741L5.42775 22.8049L9.87153 21.5794L7.80133 18.4027L4.16064 18.4741Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Y("path",{d:"M9.6336 13.0369L8.39624 14.9049L12.7984 15.1071L12.6556 10.3659L9.6336 13.0429V13.0369ZM18.3665 13.0429L15.2969 10.3064L15.1958 15.1071L19.5979 14.9049L18.3665 13.0429ZM9.87155 21.5794L12.5426 20.2945L10.2463 18.5098L9.87155 21.5794ZM15.4635 20.2886L18.1166 21.5794L17.7597 18.5039L15.4635 20.2886Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Y("path",{d:"M18.1167 21.5794L15.4635 20.2944L15.6776 22.0196L15.6539 22.7513L18.1167 21.5794ZM9.87158 21.5794L12.3463 22.7513L12.3285 22.0196L12.5426 20.2944L9.87158 21.5794Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Y("path",{d:"M12.3878 17.3616L10.1868 16.7191L11.7454 16.0052L12.3938 17.3616H12.3878ZM15.6062 17.3616L16.2605 15.9993L17.8251 16.7131L15.6062 17.3675V17.3616Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Y("path",{d:"M9.87147 21.5794L10.2581 18.4027L7.80127 18.4741L9.87147 21.5794ZM17.7418 18.4027L18.1166 21.5794L20.1987 18.4741L17.7418 18.4027ZM19.6038 14.9048L15.2016 15.107L15.6061 17.3676L16.2605 15.9994L17.8251 16.7132L19.6038 14.9048ZM10.1868 16.7192L11.7454 16.0053L12.3938 17.3617L12.8042 15.1011L8.4021 14.9048L10.1868 16.7192Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Y("path",{d:"M8.4021 14.9048L10.2462 18.5038L10.1868 16.7192L8.4021 14.9048ZM17.8251 16.7192L17.7537 18.5038L19.5978 14.9048L17.8251 16.7192ZM12.8042 15.107L12.3878 17.3676L12.9113 20.0327L13.0303 16.5169L12.8042 15.107ZM15.1957 15.107L14.9815 16.511L15.0886 20.0327L15.6061 17.3617L15.1957 15.1011V15.107Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Y("path",{d:"M15.6062 17.3617L15.0887 20.0327L15.4635 20.2945L17.7538 18.5098L17.8252 16.7192L15.6062 17.3617ZM10.1869 16.7192L10.2463 18.5039L12.5426 20.2885L12.9114 20.0327L12.3939 17.3617L10.1809 16.7192H10.1869Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Y("path",{d:"M15.6598 22.7513L15.6776 22.0196L15.4754 21.853H12.5248L12.3285 22.0196L12.3463 22.7513L9.87158 21.5793L10.7401 22.2932L12.495 23.5008H15.4992L17.26 22.2873L18.1167 21.5793L15.6539 22.7513H15.6598Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Y("path",{d:"M15.4634 20.2885L15.0886 20.0327H12.9114L12.5425 20.2945L12.3284 22.0196L12.5247 21.8531H15.4753L15.6776 22.0196L15.4634 20.2945V20.2885Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Y("path",{d:"M23.3456 11.1571L24 7.97442L23.0125 5L15.4575 10.5919L18.3664 13.0369L22.4711 14.2326L23.3754 13.1797L22.9827 12.8941L23.6074 12.323L23.1315 11.9542L23.7561 11.4783L23.3397 11.1571H23.3456ZM4 7.96847L4.66627 11.1571L4.23795 11.4723L4.87448 11.9482L4.39857 12.323L5.01725 12.8941L4.62463 13.1797L5.52885 14.2326L9.63355 13.0428L12.5425 10.586L4.98751 5L4 7.96847Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),Y("path",{d:"M22.4712 14.2325L18.3665 13.0428L19.6038 14.9048L17.7597 18.5038L20.1987 18.4741H23.8454L22.4712 14.2325ZM9.63358 13.0368L5.52888 14.2325L4.16064 18.4741H7.80728L10.2463 18.5038L8.40217 14.9048L9.63953 13.0368H9.63358ZM15.1957 15.107L15.4634 10.5859L16.6532 7.37354H11.3468L12.5366 10.5859L12.8043 15.107L12.9054 16.5229V20.0327H15.0887L15.1006 16.5229L15.1957 15.107Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as an,jsxs as Ls}from"react/jsx-runtime";var he=({style:t,...e})=>Ls("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[an("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),an("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{jsx as Xe,jsxs as As}from"react/jsx-runtime";var Qe=({style:t,...e})=>As("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[Xe("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),Xe("g",{clipPath:"url(#clip0_1765_9946)",children:Xe("path",{d:"M8.09448 10.3941C11.3558 7.20196 16.6442 7.20196 19.9055 10.3941L20.2982 10.7782C20.3369 10.8157 20.3677 10.8606 20.3887 10.9102C20.4097 10.9599 20.4206 11.0132 20.4206 11.0671C20.4206 11.121 20.4097 11.1744 20.3887 11.224C20.3677 11.2737 20.3369 11.3186 20.2982 11.3561L18.9554 12.6702C18.9158 12.7086 18.8628 12.7301 18.8077 12.7301C18.7526 12.7301 18.6996 12.7086 18.66 12.6702L18.1198 12.1415C15.8448 9.91503 12.1557 9.91503 9.88015 12.1415L9.30167 12.7075C9.26207 12.7459 9.20909 12.7673 9.15395 12.7673C9.0988 12.7673 9.04582 12.7459 9.00622 12.7075L7.66346 11.3934C7.62475 11.3559 7.59397 11.3109 7.57295 11.2613C7.55193 11.2117 7.5411 11.1583 7.5411 11.1044C7.5411 11.0505 7.55193 10.9971 7.57295 10.9475C7.59397 10.8979 7.62475 10.8529 7.66346 10.8154L8.09448 10.3941ZM22.6829 13.1115L23.8776 14.2814C23.9163 14.319 23.9471 14.3639 23.9681 14.4135C23.9892 14.4632 24 14.5165 24 14.5704C24 14.6243 23.9892 14.6777 23.9681 14.7273C23.9471 14.777 23.9163 14.8219 23.8776 14.8594L18.4893 20.1332C18.4102 20.2101 18.3042 20.2531 18.1938 20.2531C18.0835 20.2531 17.9775 20.2101 17.8984 20.1332L14.0743 16.3901C14.0545 16.3708 14.0279 16.36 14.0003 16.36C13.9726 16.36 13.9461 16.3708 13.9263 16.3901L10.1021 20.1332C10.023 20.2101 9.91703 20.2531 9.8067 20.2531C9.69636 20.2531 9.59038 20.2101 9.51124 20.1332L4.12236 14.8594C4.08365 14.8219 4.05287 14.777 4.03185 14.7273C4.01083 14.6777 4 14.6243 4 14.5704C4 14.5165 4.01083 14.4632 4.03185 14.4135C4.05287 14.3639 4.08365 14.319 4.12236 14.2814L5.31767 13.1115C5.39678 13.0348 5.50265 12.9919 5.61285 12.9919C5.72305 12.9919 5.82892 13.0348 5.90803 13.1115L9.73216 16.8546C9.75194 16.874 9.7785 16.8848 9.80616 16.8848C9.83381 16.8848 9.86037 16.874 9.88015 16.8546L13.7043 13.1115C13.7834 13.0346 13.8894 12.9916 13.9997 12.9916C14.1101 12.9916 14.216 13.0346 14.2952 13.1115L18.1198 16.8546C18.1396 16.874 18.1662 16.8848 18.1938 16.8848C18.2215 16.8848 18.2481 16.874 18.2678 16.8546L22.092 13.1115C22.1711 13.0346 22.2771 12.9916 22.3874 12.9916C22.4977 12.9916 22.6037 13.0346 22.6829 13.1115Z",fill:"white"})}),Xe("defs",{children:Xe("clipPath",{id:"clip0_1765_9946",children:Xe("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});import{isMobile as cn}from"react-device-detect";import{isIOS as _s,isMobile as Ss}from"react-device-detect";var Ho=t=>{let e=new URL(window.location.href);if(!window.ethereum&&Ss){let o;switch(t){case"metamask":_s?o="dapp://"+e.hostname+e.pathname:o="https://metamask.app.link/dapp/"+e.hostname+e.pathname;break;case"coinbase_wallet":o="https://go.cb-w.com/dapp?cb_url="+encodeURIComponent(e.href.replace(/\/$/g,""));break;case"wallet_connect":break;default:break}o&&window.location.assign(o)}};import Ps from"styled-components";var ln=Ps.span`
70
70
  @media (max-width: 440px) {
71
71
  display: none;
72
72
  }
73
- `;import{jsx as ve,jsxs as xt}from"react/jsx-runtime";var Yt=()=>{let{navigate:t}=C(),{initLoginWithWallet:e,closePrivyModal:o}=_();return xt(Ss,{children:[xt(Ho,{onClick:()=>{Oo()?(e("metamask"),t("AWAITING_CONNECTION")):ln?(Vo("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[ve(ce,{}),ve("span",{children:"Metamask"}),ve("span",{children:Oo()?"Connect":"Install"})]}),xt(Ho,{onClick:()=>{jt()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):ln?(Vo("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[ve(de,{}),xt("span",{children:["Coinbase",ve(an,{children:" Wallet"})]}),ve("span",{children:"Connect"})]}),xt(Ho,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[ve(Ye,{}),ve("span",{children:"WalletConnect"}),ve("span",{children:"Connect"})]})]})},Ss=cn.div`
73
+ `;import{jsx as xe,jsxs as Et}from"react/jsx-runtime";var Yt=()=>{let{navigate:t}=v(),{initLoginWithWallet:e,closePrivyModal:o}=S();return Et(ks,{children:[Et(zo,{onClick:()=>{Uo()?(e("metamask"),t("AWAITING_CONNECTION")):cn?(Ho("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[xe(ue,{}),xe("span",{children:"Metamask"}),xe("span",{children:Uo()?"Connect":"Install"})]}),Et(zo,{onClick:()=>{jt()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):cn?(Ho("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[xe(he,{}),Et("span",{children:["Coinbase",xe(ln,{children:" Wallet"})]}),xe("span",{children:"Connect"})]}),Et(zo,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[xe(Qe,{}),xe("span",{children:"WalletConnect"}),xe("span",{children:"Connect"})]})]})},ks=dn.div`
74
74
  display: flex;
75
75
  flex-direction: column;
76
76
  align-items: flex-start;
@@ -80,7 +80,7 @@ Resources:
80
80
  @media (max-width: 440px) {
81
81
  flex-direction: row;
82
82
  }
83
- `,Ho=cn.button`
83
+ `,zo=dn.button`
84
84
  display: flex;
85
85
  flex-direction: row;
86
86
  align-items: center;
@@ -147,7 +147,7 @@ Resources:
147
147
  :hover > :last-child {
148
148
  opacity: 1;
149
149
  }
150
- `;import Ps from"styled-components";import{jsx as dn,jsxs as Ws}from"react/jsx-runtime";var Xt=()=>{let{navigate:t}=C();return Ws(Ts,{children:[dn("span",{children:"Don\u2019t have a wallet? "}),dn("button",{onClick:()=>{t("WALLET_EDUCATION")},children:"Create one now."})]})},Ts=Ps.div`
150
+ `;import Ts from"styled-components";import{jsx as pn,jsxs as Is}from"react/jsx-runtime";var Xt=()=>{let{navigate:t}=v();return Is(Ws,{children:[pn("span",{children:"Don\u2019t have a wallet? "}),pn("button",{onClick:()=>{t("WALLET_EDUCATION")},children:"Create one now."})]})},Ws=Ts.div`
151
151
  font-size: 13px;
152
152
  color: var(--light-theme-fg-3);
153
153
 
@@ -158,7 +158,7 @@ Resources:
158
158
  @media (max-width: 440px) {
159
159
  margin-top: 4px;
160
160
  }
161
- `;import un from"styled-components";import{jsx as pn}from"react/jsx-runtime";var Qt=({style:t,...e})=>pn("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:pn("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:e.color||"var(--primary-color)"})});import{Fragment as Rs,jsx as Xe,jsxs as mn}from"react/jsx-runtime";var Is=un.div`
161
+ `;import hn from"styled-components";import{jsx as un}from"react/jsx-runtime";var Qt=({style:t,...e})=>un("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:un("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:e.color||"var(--primary-color)"})});import{Fragment as Ms,jsx as et,jsxs as fn}from"react/jsx-runtime";var Rs=hn.div`
162
162
  margin-top: 16px;
163
163
  font-size: 12px;
164
164
  text-align: left;
@@ -167,7 +167,7 @@ Resources:
167
167
  && > a {
168
168
  color: var(--primary-color);
169
169
  }
170
- `;function hn(t){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=t.app,r=!!e,n=!!o,i=r&&n;return!r&&!n?null:mn(Is,{children:["By logging in I agree to the"," ",n&&Xe("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&Xe("a",{href:e,target:"_blank",children:"Privacy Policy"})]})}var G=({protectedByPrivy:t})=>Xe(oe,{hideOnMobile:t,children:t?mn(Rs,{children:[Xe(Qt,{}),Xe("span",{children:Xe("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),oe=un.div`
170
+ `;function mn(t){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=t.app,r=!!e,n=!!o,i=r&&n;return!r&&!n?null:fn(Rs,{children:["By logging in I agree to the"," ",n&&et("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&et("a",{href:e,target:"_blank",children:"Privacy Policy"})]})}var j=({protectedByPrivy:t})=>et(se,{hideOnMobile:t,children:t?fn(Ms,{children:[et(Qt,{}),et("span",{children:et("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),se=hn.div`
171
171
  height: 20px;
172
172
  font-size: 12px;
173
173
  display: flex;
@@ -189,7 +189,7 @@ Resources:
189
189
  @media (max-width: 440px) {
190
190
  display: ${t=>t.hideOnMobile?"none":"inherit"};
191
191
  }
192
- `;import fn from"styled-components";var _e=fn.div`
192
+ `;import gn from"styled-components";var ke=gn.div`
193
193
  display: flex;
194
194
  flex-direction: column;
195
195
  align-items: flex-start;
@@ -197,20 +197,20 @@ Resources:
197
197
  margin-top: auto;
198
198
  gap: 16px;
199
199
  flex-grow: 100;
200
- `,gn=fn.div`
200
+ `,yn=gn.div`
201
201
  display: flex;
202
202
  flex-direction: column;
203
203
  align-items: center;
204
204
  justify-content: center;
205
205
  height: 100%;
206
206
  width: 100%;
207
- `;import Lt from"styled-components";import{jsx as yn}from"react/jsx-runtime";var eo=({style:t,logoFill:e,...o})=>yn("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:yn("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 Ms}from"react/jsx-runtime";var to=({logoFill:t,style:e,...o})=>Ms("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 wn}from"react/jsx-runtime";var oo=({logoFill:t,style:e,...o})=>wn("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:wn("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 Ns}from"react/jsx-runtime";var no=({style:t,...e})=>Ns("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 Bs}from"react/jsx-runtime";var vn=({showGoogle:t,showTwitter:e,showDiscord:o,showGithub:r,stacked:n})=>{let{initLoginWithOAuth:i}=_();return Bs(Os,{stacked:n,children:[t&&ke(Gs,{onClick:()=>{i("google")},children:ke(no,{})}),e&&ke(Us,{onClick:()=>{i("twitter")},children:ke(eo,{})}),o&&ke(Ds,{onClick:()=>{i("discord")},children:ke(to,{})}),r&&ke(Fs,{onClick:()=>{i("github")},children:ke(oo,{})})]})},Os=Lt.div`
207
+ `;import At from"styled-components";import{jsx as wn}from"react/jsx-runtime";var eo=({style:t,logoFill:e,...o})=>wn("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:wn("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 Lt,jsxs as Ns}from"react/jsx-runtime";var to=({logoFill:t,style:e,...o})=>Ns("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:[Lt("g",{clipPath:"url(#clip0)",children:Lt("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"})}),Lt("defs",{children:Lt("clipPath",{id:"clip0",children:Lt("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as vn}from"react/jsx-runtime";var oo=({logoFill:t,style:e,...o})=>vn("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:vn("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 Os}from"react/jsx-runtime";var no=({style:t,...e})=>Os("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 Te,jsxs as Vs}from"react/jsx-runtime";var Cn=({showGoogle:t,showTwitter:e,showDiscord:o,showGithub:r,stacked:n})=>{let{initLoginWithOAuth:i}=S();return Vs(Us,{stacked:n,children:[t&&Te(Bs,{onClick:()=>{i("google")},children:Te(no,{})}),e&&Te(Ds,{onClick:()=>{i("twitter")},children:Te(eo,{})}),o&&Te(Fs,{onClick:()=>{i("discord")},children:Te(to,{})}),r&&Te(Gs,{onClick:()=>{i("github")},children:Te(oo,{})})]})},Us=At.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
- `,Us=Lt.button`
213
+ `,Ds=At.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
- `,Ds=Lt.button`
225
+ `,Fs=At.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
- `,Fs=Lt.button`
237
+ `,Gs=At.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
- `,Gs=Lt.button`
249
+ `,Bs=At.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 js,useState as jo}from"react";import _t from"styled-components";import{jsx as Cn}from"react/jsx-runtime";var io=({style:t,...e})=>Cn("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:Cn("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 $o from"styled-components";import{Fragment as zs,jsx as zo,jsxs as $s}from"react/jsx-runtime";var Qe=({success:t,fail:e})=>$s(zs,{children:[zo(At,{className:t?"success":e?"fail":""}),zo(Vs,{className:t?"success":e?"fail":""})]}),At=$o.span`
262
+ `;import{useEffect as Zs,useState as Zo}from"react";import St from"styled-components";import{jsx as bn}from"react/jsx-runtime";var io=({style:t,...e})=>bn("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:bn("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 jo from"styled-components";import{Fragment as $s,jsx as $o,jsxs as js}from"react/jsx-runtime";var tt=({success:t,fail:e})=>js($s,{children:[$o(_t,{className:t?"success":e?"fail":""}),$o(Hs,{className:t?"success":e?"fail":""})]}),_t=jo.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
- `,Vs=$o(At)`
295
+ `,Hs=jo(_t)`
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=>zo(Hs,{color:t.color||"var(--disabled-fg)"}),Hs=$o(At)`
301
+ `,We=t=>$o(zs,{color:t.color||"var(--disabled-fg)"}),zs=jo(_t)`
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 Xs,jsx as Oe,jsxs as Zo}from"react/jsx-runtime";var so=t=>{let[e,o]=jo(""),[r,n]=jo(!1),[i,s]=jo(null),{isLinking:a,initLoginWithEmail:d}=_(),{navigate:p,options:E}=C(),k=E.wallet;js(()=>{let c=document.querySelector("#email-input");c==null||c.focus()},[]);let w=Er(e),m=()=>{n(!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"),n(!1)})},f="Get started without a wallet.";return i?f=i:a?f="Easily connect an email":k||(f="Get started quickly with email"),Zo(Xs,{children:[Zo(Zs,{stacked:t.stacked,children:[Zo(Js,{standalone:t.stacked,children:[Oe(io,{}),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(qs,{disabled:r||!w,onClick:m,children:r?Oe(Se,{}):"Submit"})]}),Oe(Ys,{fail:!!i,children:f}),t.stacked?Oe(Ks,{disabled:r||!w,onClick:m,children:r?Oe(Se,{}):"Submit"}):null]})},Zs=_t.div`
309
+ `;import{Fragment as Qs,jsx as Ge,jsxs as qo}from"react/jsx-runtime";var so=t=>{let[e,o]=Zo(""),[r,n]=Zo(!1),[i,s]=Zo(null),{isLinking:a,initLoginWithEmail:p}=S(),{navigate:u,options:b}=v(),E=b.wallet;Zs(()=>{let c=document.querySelector("#email-input");c==null||c.focus()},[]);let m=Lr(e),g=()=>{n(!0),p(e).then(()=>{u("AWAITING_PASSWORDLESS_CODE")}).catch(c=>{let k=(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):k?u("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting email"),n(!1)})},f="Get started without a wallet.";return i?f=i:a?f="Easily connect an email":E||(f="Get started quickly with email"),qo(Qs,{children:[qo(qs,{stacked:t.stacked,children:[qo(Ys,{standalone:t.stacked,children:[Ge(io,{}),Ge("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:c=>o(c.target.value),onKeyUp:c=>{c.key==="Enter"&&g()},value:e,autoComplete:"email"})]}),t.stacked?null:Ge(Ks,{disabled:r||!m,onClick:g,children:r?Ge(We,{}):"Submit"})]}),Ge(Xs,{fail:!!i,children:f}),t.stacked?Ge(Js,{disabled:r||!m,onClick:g,children:r?Ge(We,{}):"Submit"}):null]})},qs=St.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
- `,qs=_t.button`
322
+ `,Ks=St.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
- `,Ks=_t.button`
347
+ `,Js=St.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
- `,Js=_t.label`
371
+ `,Ys=St.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
- `,Ys=_t.div`
408
+ `,Xs=St.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 Qs,useState as qo}from"react";import kt from"styled-components";import{jsx as bn}from"react/jsx-runtime";var ao=({style:t,...e})=>bn("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:bn("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 Ko}from"react/jsx-runtime";var lo=t=>{let[e,o]=qo(""),[r,n]=qo(!1),[i,s]=qo(null),{isLinking:a,initLoginWithSms:d}=_(),{navigate:p,options:E}=C(),k=E.wallet;Qs(()=>{let c=document.querySelector("#phone-number-input");c==null||c.focus()},[]);let w=Lr(e),m=()=>{n(!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"),n(!1)})},f="Get started without a wallet.";return i?f=i:a?f="Easily connect a phone number":k||(f="Get started quickly with your phone"),Ko(ia,{children:[Ko(ea,{stacked:t.stacked,children:[Ko(ra,{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(ta,{disabled:r||!w,onClick:m,children:r?Ue(Se,{}):"Submit"})]}),Ue(na,{fail:!!i,children:f}),t.stacked?Ue(oa,{disabled:r||!w,onClick:m,children:r?Ue(Se,{}):"Submit"}):null]})},ea=kt.div`
421
+ `;import{useEffect as ea,useState as Ko}from"react";import Pt from"styled-components";import{jsx as xn}from"react/jsx-runtime";var ao=({style:t,...e})=>xn("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:xn("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 sa,jsx as Be,jsxs as Jo}from"react/jsx-runtime";var lo=t=>{let[e,o]=Ko(""),[r,n]=Ko(!1),[i,s]=Ko(null),{isLinking:a,initLoginWithSms:p}=S(),{navigate:u,options:b}=v(),E=b.wallet;ea(()=>{let c=document.querySelector("#phone-number-input");c==null||c.focus()},[]);let m=Ar(e),g=()=>{n(!0),p(e).then(()=>{u("AWAITING_PASSWORDLESS_CODE")}).catch(c=>{let k=(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):k?u("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting phone number"),n(!1)})},f="Get started without a wallet.";return i?f=i:a?f="Easily connect a phone number":E||(f="Get started quickly with your phone"),Jo(sa,{children:[Jo(ta,{stacked:t.stacked,children:[Jo(na,{standalone:t.stacked,children:[Be(ao,{}),Be("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:c=>{o(c.target.value)},onKeyUp:c=>{c.key==="Enter"&&g()},value:e,autoComplete:"tel"})]}),t.stacked?null:Be(oa,{disabled:r||!m,onClick:g,children:r?Be(We,{}):"Submit"})]}),Be(ia,{fail:!!i,children:f}),t.stacked?Be(ra,{disabled:r||!m,onClick:g,children:r?Be(We,{}):"Submit"}):null]})},ta=Pt.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
- `,ta=kt.button`
435
+ `,oa=Pt.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
- `,oa=kt.button`
460
+ `,ra=Pt.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
- `,ra=kt.label`
484
+ `,na=Pt.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
- `,na=kt.div`
521
+ `,ia=Pt.div`
522
522
  line-height: 20px;
523
523
  height: 20px;
524
524
  font-size: 13px;
@@ -531,13 +531,13 @@ Resources:
531
531
  > a {
532
532
  text-decoration: underline;
533
533
  }
534
- `;import{jsx as xn}from"react/jsx-runtime";var En=()=>{let{app:t}=C();return t!=null&&t.logoUrl?xn("div",{children:xn("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};import{isMobile as Ln}from"react-device-detect";import{Fragment as Jo,jsx as R,jsxs as De}from"react/jsx-runtime";var _n=()=>{let{app:t,options:e}=C(),o=e.email,r=e.sms,n=e.wallet,i=e.google,s=e.twitter,a=e.discord,d=e.github,p=n&&(t==null?void 0:t.showWalletLoginFirst)?0:1,[E,k]=sa(p),w=E==0,m=E==1,f=n,c=o||r;return De(Jo,{children:[R(L,{},"header"),R(pa,{hasOnlyOneSection:f!==c,hasTerms:!!((t==null?void 0:t.privacyPolicyUrl)||(t==null?void 0:t.termsAndConditionsUrl)),children:R(En,{})}),De(ua,{reverse:!(t!=null&&t.showWalletLoginFirst),children:[f&&R(aa,{active:w,onClick:()=>k(0),isOnlySection:!c}),c&&R(la,{active:m,onClick:()=>k(1),email:o,sms:r,google:i,twitter:s,discord:a,github:d,isOnlySection:!f})]}),t&&R(hn,{app:t}),R(G,{protectedByPrivy:!0})]})};function aa(t){return De(Sn,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[R(kn,{active:t.active,children:R("h4",{children:"Connect Wallet"})}),t.active&&De(Jo,{children:[R(Yt,{}),R(Xt,{})]})]})}function la(t){let e=t.google||t.discord||t.github||t.twitter&&!Ln,o=t.email?"Email":"Phone";return De(Sn,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[t.isOnlySection?null:R(kn,{active:t.active,children:R("h4",{children:e?`${o} & Social`:o})}),t.active&&t.email&&R(so,{}),t.active&&t.sms&&!t.email&&R(lo,{}),t.active&&e&&R(ca,{google:t.google,twitter:t.twitter&&!Ln,discord:t.discord,github:t.github})]})}function ca(t){return De(Jo,{children:[De(da,{children:[R(An,{}),R("p",{children:" Or "}),R(An,{})]}),R(vn,{showGoogle:t.google,showDiscord:t.discord,showGithub:t.github,showTwitter:t.twitter})]})}var kn=et.div`
534
+ `;import{jsx as En}from"react/jsx-runtime";var Ln=()=>{let{app:t}=v();return t!=null&&t.logoUrl?En("div",{children:En("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};import{isMobile as An}from"react-device-detect";import{Fragment as Yo,jsx as O,jsxs as Ve}from"react/jsx-runtime";var Sn=()=>{let{app:t,options:e}=v(),o=e.email,r=e.sms,n=e.wallet,i=e.google,s=e.twitter,a=e.discord,p=e.github,u=n&&(t==null?void 0:t.showWalletLoginFirst)?0:1,[b,E]=aa(u),m=b==0,g=b==1,f=n,c=o||r;return Ve(Yo,{children:[O(L,{},"header"),O(ua,{hasOnlyOneSection:f!==c,hasTerms:!!((t==null?void 0:t.privacyPolicyUrl)||(t==null?void 0:t.termsAndConditionsUrl)),children:O(Ln,{})}),Ve(ha,{reverse:!(t!=null&&t.showWalletLoginFirst),children:[f&&O(la,{active:m,onClick:()=>E(0),isOnlySection:!c}),c&&O(ca,{active:g,onClick:()=>E(1),email:o,sms:r,google:i,twitter:s,discord:a,github:p,isOnlySection:!f})]}),t&&O(mn,{app:t}),O(j,{protectedByPrivy:!0})]})};function la(t){return Ve(kn,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[O(Pn,{active:t.active,children:O("h4",{children:"Connect Wallet"})}),t.active&&Ve(Yo,{children:[O(Yt,{}),O(Xt,{})]})]})}function ca(t){let e=t.google||t.discord||t.github||t.twitter&&!An,o=t.email?"Email":"Phone";return Ve(kn,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[t.isOnlySection?null:O(Pn,{active:t.active,children:O("h4",{children:e?`${o} & Social`:o})}),t.active&&t.email&&O(so,{}),t.active&&t.sms&&!t.email&&O(lo,{}),t.active&&e&&O(da,{google:t.google,twitter:t.twitter&&!An,discord:t.discord,github:t.github})]})}function da(t){return Ve(Yo,{children:[Ve(pa,{children:[O(_n,{}),O("p",{children:" Or "}),O(_n,{})]}),O(Cn,{showGoogle:t.google,showDiscord:t.discord,showGithub:t.github,showTwitter:t.twitter})]})}var Pn=ot.div`
535
535
  font-weight: ${t=>t.active?600:500};
536
536
  color: ${t=>t.active?"inherit":"var(--light-theme-fg-3)"};
537
537
  display: flex;
538
538
  justify-content: center;
539
539
  align-items: center;
540
- `,Sn=et.div`
540
+ `,kn=ot.div`
541
541
  display: flex;
542
542
  flex-direction: column;
543
543
  align-items: flex-start;
@@ -562,18 +562,18 @@ Resources:
562
562
  }
563
563
 
564
564
  cursor: ${t=>t.active?"inherit":"pointer"};
565
- `,da=et.div`
565
+ `,pa=ot.div`
566
566
  display: flex;
567
567
  justify-content: center;
568
568
  align-items: center;
569
569
  width: 100%;
570
- `,An=et.hr`
570
+ `,_n=ot.hr`
571
571
  width: 50%;
572
572
  && {
573
573
  border-top: 1px solid var(--border-color-1);
574
574
  margin: 0px 8px;
575
575
  }
576
- `,pa=et.div`
576
+ `,ua=ot.div`
577
577
  display: flex;
578
578
  flex-direction: column;
579
579
  align-items: center;
@@ -592,11 +592,11 @@ Resources:
592
592
  // the logo is close to the top (mobile or full wallet-open design)
593
593
  margin-top: ${t=>`${28+(t.hasOnlyOneSection?31:0)-(t.hasTerms?18:0)}px`};
594
594
  margin-bottom: ${t=>`${60+(t.hasOnlyOneSection?31:0)-(t.hasTerms?18:0)}px`};
595
- `,ua=et(_e)`
595
+ `,ha=ot(ke)`
596
596
  flex-direction: ${t=>t.reverse?"column-reverse":"column"};
597
- `;import{useEffect as In,useState as po}from"react";import St from"styled-components";import co from"styled-components";import{Fragment as fa,jsx as tt,jsxs as Wn}from"react/jsx-runtime";var q=({title:t,description:e,children:o,...r})=>tt(Tn,{...r,children:Wn(fa,{children:[tt("h3",{children:t}),typeof e=="string"?tt("p",{children:e}):e,o]})}),Pn=co(q)`
597
+ `;import{useEffect as Rn,useState as po}from"react";import kt from"styled-components";import co from"styled-components";import{Fragment as ga,jsx as rt,jsxs as In}from"react/jsx-runtime";var X=({title:t,description:e,children:o,...r})=>rt(Wn,{...r,children:In(ga,{children:[rt("h3",{children:t}),typeof e=="string"?rt("p",{children:e}):e,o]})}),Tn=co(X)`
598
598
  margin-bottom: 24px;
599
- `,ot=({title:t,description:e,icon:o,children:r,...n})=>Wn(ha,{...n,children:[o?tt(ma,{children:o}):null,tt("h3",{children:t}),typeof e=="string"?tt("p",{children:e}):null,r]}),Tn=co.div`
599
+ `,nt=({title:t,description:e,icon:o,children:r,...n})=>In(ma,{...n,children:[o?rt(fa,{children:o}):null,rt("h3",{children:t}),typeof e=="string"?rt("p",{children:e}):null,r]}),Wn=co.div`
600
600
  display: flex;
601
601
  flex-direction: column;
602
602
  justify-content: flex-start;
@@ -615,7 +615,7 @@ Resources:
615
615
  color: var(--light-theme-fg-2);
616
616
  font-size: 14px;
617
617
  }
618
- `,ha=co(Tn)`
618
+ `,ma=co(Wn)`
619
619
  align-items: center;
620
620
  text-align: center;
621
621
  gap: 16px;
@@ -623,21 +623,21 @@ Resources:
623
623
  h3 {
624
624
  margin-bottom: 24px;
625
625
  }
626
- `,ma=co.div`
626
+ `,fa=co.div`
627
627
  padding: 14px;
628
628
  border-radius: 50%;
629
629
  && {
630
630
  border-color: var(--light-theme-bg-3);
631
631
  border-width: 1px;
632
632
  }
633
- `;import{isMobile as ga}from"react-device-detect";import{Fragment as Yo,jsx as K,jsxs as Fe}from"react/jsx-runtime";var Xo=6,Rn=new Array(Xo).fill(""),ya=1400;var Mn=()=>{var $,ie,j;let{app:t}=C(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:n,loginWithCode:i}=_(),{authenticated:s,user:a}=F(),[d,p]=po(Rn),[E,k]=po(!1),[w,m]=po(null),[f,c]=po(null),S=($=n())!=null&&$.email?0:1;In(()=>{if(s&&E){let A=setTimeout(e,ae);return()=>clearTimeout(A)}},[s,E,a]),In(()=>{if(w&&f===0){let A=setTimeout(()=>{p(Rn),m(null);let b=document.querySelector("input[name=code-0]");b==null||b.focus()},ya);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 O=Number((He=A.currentTarget.name)==null?void 0:He.charAt(5)),Ve=[...b||[""]].slice(0,Xo-O),ut=[...d.slice(0,O),...Ve,...d.slice(O+Ve.length)];p(ut);let se=Ve.length,Nt=Math.min(Math.max(O+se,0),Xo-1);if(!isNaN(Number(A.currentTarget.value))){let X=document.querySelector(`input[name=code-${Nt}]`);X==null||X.focus()}if(ut.every(X=>X&&!isNaN(+X))){let X=document.querySelector(`input[name=code-${Nt}]`);X==null||X.blur(),i(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()},V=A=>{f===1&&(m(null),c(null));let b=[...d.slice(0,A),"",...d.slice(A+1)];if(p(b),A>0){let O=document.querySelector(`input[name=code-${A-1}]`);O==null||O.focus()}},P=`Verify your ${S==0?"email":"phone"}`,T=S==0?Fe("p",{children:["Please check ",K(xa,{children:(ie=n())==null?void 0:ie.email})," for an email from privy.io and enter your code below."]}):`Please check ${(j=n())==null?void 0:j.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return Fe(Yo,{children:[K(L,{},"header"),Fe(wa,{children:[K(q,{title:P,description:T}),Fe(gn,{children:[Fe(va,{children:[K(Ca,{fail:!!w,success:E,children:K("span",{children:w||(E?"Success!":"")})}),K("div",{children:d.map((A,b)=>K("input",{name:`code-${b}`,type:"text",value:d[b],onChange:N,onKeyUp:O=>{O.key==="Backspace"&&V(b)},inputMode:"numeric",autoFocus:b===0,pattern:"[0-9]",className:`${E?"success":""} ${w?"fail":""}`,autoComplete:ga?"one-time-code":"off"},b))})]}),K(ba,{children:S==0?Fe(Yo,{children:[K("span",{children:"Didn't get an email?"}),K("button",{onClick:o,children:"Resend Code"})]}):Fe(Yo,{children:[K("span",{children:"Didn't get a message?"}),K("button",{onClick:r,children:"Resend Code"})]})})]})]}),K(G,{protectedByPrivy:!0})]})},wa=St.div`
633
+ `;import{isMobile as ya}from"react-device-detect";import{Fragment as Xo,jsx as Q,jsxs as He}from"react/jsx-runtime";var Qo=6,Mn=new Array(Qo).fill(""),wa=1400;var Nn=()=>{var D,P,ce;let{app:t,data:e,navigate:o,setModalData:r}=v(),{closePrivyModal:n,resendEmailCode:i,resendSmsCode:s,getAuthMeta:a,loginWithCode:p}=S(),{authenticated:u,user:b}=$(),[E,m]=po(Mn),[g,f]=po(!1),[c,k]=po(null),[I,T]=po(null),A=(D=a())!=null&&D.email?0:1;Rn(()=>{var R;if(!(u&&g&&b))return;if(((R=e==null?void 0:e.login)==null?void 0:R.promptCreatePrivyWalletFlow)&&!b.wallet){let de=setTimeout(()=>{r({createWallet:{onSuccess:()=>n({shouldCallAuthOnSuccess:!0}),onFailure:Ne=>console.error(Ne)}}),o("EMBEDDED_WALLET_SCREEN")},ne-500);return()=>clearTimeout(de)}else{let de=setTimeout(n,ne);return()=>clearTimeout(de)}},[u,g,b]),Rn(()=>{if(c&&I===0){let F=setTimeout(()=>{m(Mn),k(null);let G=document.querySelector("input[name=code-0]");G==null||G.focus()},wa);return()=>clearTimeout(F)}},[c]);let _=F=>{var _o;let G=F.currentTarget.value.replace(" ","");if(G==="")return;if(isNaN(Number(G))){k("Code should be numeric"),T(1);return}k(null),T(null);let R=Number((_o=F.currentTarget.name)==null?void 0:_o.charAt(5)),de=[...G||[""]].slice(0,Qo-R),Ne=[...E.slice(0,R),...de,...E.slice(R+de.length)];m(Ne);let mt=de.length,Ot=Math.min(Math.max(R+mt,0),Qo-1);if(!isNaN(Number(F.currentTarget.value))){let z=document.querySelector(`input[name=code-${Ot}]`);z==null||z.focus()}if(Ne.every(z=>z&&!isNaN(+z))){let z=document.querySelector(`input[name=code-${Ot}]`);z==null||z.blur(),p(Ne.join("")).then(()=>f(!0)).catch(l=>{(l==null?void 0:l.status)===422?k("Invalid or expired verification code"):k("Issue verifying code"),T(0)})}F.preventDefault()},M=F=>{I===1&&(k(null),T(null));let G=[...E.slice(0,F),"",...E.slice(F+1)];if(m(G),F>0){let R=document.querySelector(`input[name=code-${F-1}]`);R==null||R.focus()}},oe=`Verify your ${A==0?"email":"phone"}`,H=A==0?He("p",{children:["Please check ",Q(Ea,{children:(P=a())==null?void 0:P.email})," for an email from privy.io and enter your code below."]}):`Please check ${(ce=a())==null?void 0:ce.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return He(Xo,{children:[Q(L,{},"header"),He(va,{children:[Q(X,{title:oe,description:H}),He(yn,{children:[He(Ca,{children:[Q(ba,{fail:!!c,success:g,children:Q("span",{children:c||(g?"Success!":"")})}),Q("div",{children:E.map((F,G)=>Q("input",{name:`code-${G}`,type:"text",value:E[G],onChange:_,onKeyUp:R=>{R.key==="Backspace"&&M(G)},inputMode:"numeric",autoFocus:G===0,pattern:"[0-9]",className:`${g?"success":""} ${c?"fail":""}`,autoComplete:ya?"one-time-code":"off"},G))})]}),Q(xa,{children:A==0?He(Xo,{children:[Q("span",{children:"Didn't get an email?"}),Q("button",{onClick:i,children:"Resend Code"})]}):He(Xo,{children:[Q("span",{children:"Didn't get a message?"}),Q("button",{onClick:s,children:"Resend Code"})]})})]})]}),Q(j,{protectedByPrivy:!0})]})},va=kt.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
- `,va=St.div`
640
+ `,Ca=kt.div`
641
641
  display: flex;
642
642
  flex-direction: column;
643
643
  width: 100%;
@@ -646,7 +646,7 @@ Resources:
646
646
  // center just this element.
647
647
  margin-top: 70px;
648
648
 
649
- ${rt}[data-height='medium'] & {
649
+ ${it}[data-height='medium'] & {
650
650
  /* Aligns this with the input field on the page before on shorter modals */
651
651
  margin-top: 22px;
652
652
  }
@@ -705,7 +705,7 @@ Resources:
705
705
  transform: translate(1px, 0px);
706
706
  }
707
707
  }
708
- `,Ca=St.div`
708
+ `,ba=kt.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
- `,ba=St.div`
716
+ `,xa=kt.div`
717
717
  font-size: 13px;
718
718
  color: var(--light-theme-fg-3);
719
719
  display: flex;
@@ -727,9 +727,9 @@ Resources:
727
727
  > button {
728
728
  text-decoration: underline;
729
729
  }
730
- `,xa=St.span`
730
+ `,Ea=kt.span`
731
731
  word-break: break-all;
732
- `;import ho from"styled-components";import Ea from"styled-components";var Nn=Ea.span`
732
+ `;import ho from"styled-components";import La from"styled-components";var On=La.span`
733
733
  && {
734
734
  width: 82px;
735
735
  height: 82px;
@@ -745,7 +745,7 @@ Resources:
745
745
  border-color: var(--primary-color);
746
746
  border-bottom-color: var(--primary-color);
747
747
  }
748
- `;import{jsx as On}from"react/jsx-runtime";var Un=({style:t,...e})=>On("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:On("path",{fillRule:"evenodd",d:"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z",clipRule:"evenodd"})});import{Fragment as Qo,jsx as pe,jsxs as uo}from"react/jsx-runtime";var Fn=()=>{let{navigate:t,app:e}=C(),o=(e==null?void 0:e.allowlistConfig.errorTitle)||"You don't have access to this app",r=(e==null?void 0:e.allowlistConfig.errorDetail)||"Have you been invited?",n=(e==null?void 0:e.allowlistConfig.errorCtaText)||"Try another account";return uo(Qo,{children:[pe(L,{}),uo(La,{children:[pe(_a,{children:uo("div",{children:[pe(Nn,{}),pe(Un,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--primary-color)",fill:"var(--primary-color)"}})]})}),uo(Aa,{children:[typeof o=="string"?pe("h3",{children:o}):pe(Qo,{children:o}),typeof r=="string"?pe("p",{children:r}):pe(Qo,{children:r})]}),e!=null&&e.allowlistConfig.errorCtaLink?pe(Dn,{as:"a",href:e.allowlistConfig.errorCtaLink,visible:!0,children:n}):pe(Dn,{onClick:()=>{t("LANDING")},visible:!0,children:n})]})]})},La=ho.div`
748
+ `;import{jsx as Un}from"react/jsx-runtime";var Dn=({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",{fillRule:"evenodd",d:"M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z",clipRule:"evenodd"})});import{Fragment as er,jsx as me,jsxs as uo}from"react/jsx-runtime";var Gn=()=>{let{navigate:t,app:e}=v(),o=(e==null?void 0:e.allowlistConfig.errorTitle)||"You don't have access to this app",r=(e==null?void 0:e.allowlistConfig.errorDetail)||"Have you been invited?",n=(e==null?void 0:e.allowlistConfig.errorCtaText)||"Try another account";return uo(er,{children:[me(L,{}),uo(Aa,{children:[me(Sa,{children:uo("div",{children:[me(On,{}),me(Dn,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--primary-color)",fill:"var(--primary-color)"}})]})}),uo(_a,{children:[typeof o=="string"?me("h3",{children:o}):me(er,{children:o}),typeof r=="string"?me("p",{children:r}):me(er,{children:r})]}),e!=null&&e.allowlistConfig.errorCtaLink?me(Fn,{as:"a",href:e.allowlistConfig.errorCtaLink,visible:!0,children:n}):me(Fn,{onClick:()=>{t("LANDING")},visible:!0,children:n})]})]})},Aa=ho.div`
749
749
  display: flex;
750
750
  flex-direction: column;
751
751
  align-items: center;
@@ -753,11 +753,11 @@ Resources:
753
753
  margin-left: 27px;
754
754
  margin-right: 27px;
755
755
  gap: 24px;
756
- `,Aa=ho.div`
756
+ `,_a=ho.div`
757
757
  display: flex;
758
758
  flex-direction: column;
759
759
  gap: 8px;
760
- `,_a=ho.div`
760
+ `,Sa=ho.div`
761
761
  display: flex;
762
762
  flex-direction: column;
763
763
  justify-content: center;
@@ -780,7 +780,7 @@ Resources:
780
780
  left: -19px;
781
781
  top: -19px;
782
782
  }
783
- `,Dn=ho.button`
783
+ `,Fn=ho.button`
784
784
  && {
785
785
  padding: 12px 16px;
786
786
  font-weight: 500;
@@ -796,7 +796,7 @@ Resources:
796
796
  background-color: var(--primary-color-bg-2);
797
797
  }
798
798
  }
799
- `;import{useState as Va}from"react";import re from"styled-components";import ka from"qrcode";import Sa from"styled-components";import{Fragment as nt,jsx as z,jsxs as Vn}from"react/jsx-runtime";var J=7,er=(t,e,o,r,n)=>{for(let i=e;i<e+r;i++)for(let s=o;s<o+n;s++){let a=t==null?void 0:t[s];a&&a[i]&&(a[i]=0)}return t},Pa=t=>{let e=ka.create(t,{errorCorrectionLevel:"high"}).modules,o=Ar(Array.from(e.data),e.size);return o=er(o,0,0,J,J),o=er(o,o.length-J,0,J,J),o=er(o,0,o.length-J,J,J),o},Ta=({x:t,y:e,cellSize:o,bgColor:r,fgColor:n})=>z(nt,{children:[0,1,2].map(i=>z("circle",{r:o*(J-i*2)/2,cx:t+o*J/2,cy:e+o*J/2,fill:i%2!==0?r:n},`finder-${t}-${e}-${i}`))}),Wa=({cellSize:t,matrixSize:e,bgColor:o,fgColor:r})=>{let n=[[0,0],[(e-J)*t,0],[0,(e-J)*t]];return z(nt,{children:n.map(([i,s])=>z(Ta,{x:i,y:s,cellSize:t,bgColor:o,fgColor:r}))})},Ia=({matrix:t,cellSize:e,color:o})=>z(nt,{children:t.map((r,n)=>r.map((i,s)=>i?z("circle",{r:e/2.5,cx:n*e+e/2,cy:s*e+e/2,fill:o},`circle-${n}-${s}`):z(nt,{})))}),Gn=(t,e)=>t-t%e,Ra=({outputSize:t,cellSize:e,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return z(nt,{});let s=r||40,a=n||4,d=o,p=t/2-s/2-a;return Vn(nt,{children:[z("rect",{x:Gn(p,e),y:Gn(p,e),width:s+a*2+(p%e?e+.5:.5),height:s+a*2+(p%e?e+.5:.5),fill:i}),z(d,{x:t/2-s/2,y:t/2-s/2,height:s,width:s})]})},Ma=t=>{var n;let e=t.outputSize,o=Pa(t.url),r=e/o.length;return Vn("svg",{height:t.outputSize,width:t.outputSize,viewBox:`0 0 ${t.outputSize} ${t.outputSize}`,style:{height:"100%",width:"100%"},children:[z(Ia,{matrix:o,cellSize:r,color:t.fgColor}),z(Wa,{cellSize:r,matrixSize:o.length,fgColor:t.fgColor,bgColor:t.bgColor}),z(Ra,{outputSize:t.outputSize,cellSize:r,element:(n=t.logo)==null?void 0:n.element,bgColor:t.bgColor})]})},Na=Sa.div`
799
+ `;import{useState as Ha}from"react";import ae from"styled-components";import Pa from"qrcode";import ka from"styled-components";import{Fragment as st,jsx as K,jsxs as Hn}from"react/jsx-runtime";var ee=7,tr=(t,e,o,r,n)=>{for(let i=e;i<e+r;i++)for(let s=o;s<o+n;s++){let a=t==null?void 0:t[s];a&&a[i]&&(a[i]=0)}return t},Ta=t=>{let e=Pa.create(t,{errorCorrectionLevel:"high"}).modules,o=_r(Array.from(e.data),e.size);return o=tr(o,0,0,ee,ee),o=tr(o,o.length-ee,0,ee,ee),o=tr(o,0,o.length-ee,ee,ee),o},Wa=({x:t,y:e,cellSize:o,bgColor:r,fgColor:n})=>K(st,{children:[0,1,2].map(i=>K("circle",{r:o*(ee-i*2)/2,cx:t+o*ee/2,cy:e+o*ee/2,fill:i%2!==0?r:n},`finder-${t}-${e}-${i}`))}),Ia=({cellSize:t,matrixSize:e,bgColor:o,fgColor:r})=>{let n=[[0,0],[(e-ee)*t,0],[0,(e-ee)*t]];return K(st,{children:n.map(([i,s])=>K(Wa,{x:i,y:s,cellSize:t,bgColor:o,fgColor:r}))})},Ra=({matrix:t,cellSize:e,color:o})=>K(st,{children:t.map((r,n)=>r.map((i,s)=>i?K("circle",{r:e/2.5,cx:n*e+e/2,cy:s*e+e/2,fill:o},`circle-${n}-${s}`):K(st,{})))}),Bn=(t,e)=>t-t%e,Ma=({outputSize:t,cellSize:e,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return K(st,{});let s=r||40,a=n||4,p=o,u=t/2-s/2-a;return Hn(st,{children:[K("rect",{x:Bn(u,e),y:Bn(u,e),width:s+a*2+(u%e?e+.5:.5),height:s+a*2+(u%e?e+.5:.5),fill:i}),K(p,{x:t/2-s/2,y:t/2-s/2,height:s,width:s})]})},Na=t=>{var n;let e=t.outputSize,o=Ta(t.url),r=e/o.length;return Hn("svg",{height:t.outputSize,width:t.outputSize,viewBox:`0 0 ${t.outputSize} ${t.outputSize}`,style:{height:"100%",width:"100%"},children:[K(Ra,{matrix:o,cellSize:r,color:t.fgColor}),K(Ia,{cellSize:r,matrixSize:o.length,fgColor:t.fgColor,bgColor:t.bgColor}),K(Ma,{outputSize:t.outputSize,cellSize:r,element:(n=t.logo)==null?void 0:n.element,bgColor:t.bgColor})]})},Oa=ka.div`
800
800
  display: flex;
801
801
  justify-content: center;
802
802
  align-items: center;
@@ -811,18 +811,18 @@ Resources:
811
811
  border-color: ${t=>t.fgColor};
812
812
  border-radius: 12px;
813
813
  }
814
- `,Bn=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return z(Na,{size:r,bgColor:e,fgColor:o,children:z(Ma,{url:t.url,logo:{element:t.squareLogoElement},outputSize:r,bgColor:e,fgColor:o})})};import{jsx as Oa}from"react/jsx-runtime";var Hn=({size:t})=>Oa(Bn,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:de,size:t,fgColor:"#1F1F1F"});import tr from"styled-components";import{jsx as zn}from"react/jsx-runtime";var $n=({style:t,...e})=>zn("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:zn("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--primary-color)"})});import{jsx as Da,jsxs as Fa}from"react/jsx-runtime";var or=tr.div`
814
+ `,Vn=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return K(Oa,{size:r,bgColor:e,fgColor:o,children:K(Na,{url:t.url,logo:{element:t.squareLogoElement},outputSize:r,bgColor:e,fgColor:o})})};import{jsx as Ua}from"react/jsx-runtime";var zn=({size:t})=>Ua(Vn,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:he,size:t,fgColor:"#1F1F1F"});import or from"styled-components";import{jsx as $n}from"react/jsx-runtime";var jn=({style:t,...e})=>$n("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:$n("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--primary-color)"})});import{jsx as Fa,jsxs as Ga}from"react/jsx-runtime";var rr=or.div`
815
815
  display: flex;
816
816
  flex-direction: column;
817
817
  justify-content: flex-start;
818
818
  gap: 4px;
819
- `,Pt=tr.div`
819
+ `,Tt=or.div`
820
820
  &&& {
821
821
  margin-left: 7px; /* TODO: This is a total hack */
822
822
  border-left: 2px solid var(--border-color-2);
823
823
  height: 12px;
824
824
  }
825
- `,Ge=({children:t})=>Fa(Ua,{children:[Da($n,{style:{width:"16px",height:"16px"}}),t]}),Ua=tr.div`
825
+ `,ze=({children:t})=>Ga(Da,{children:[Fa(jn,{style:{width:"16px",height:"16px"}}),t]}),Da=or.div`
826
826
  display: flex;
827
827
  justify-content: flex-start;
828
828
  justify-items: center;
@@ -840,7 +840,7 @@ Resources:
840
840
  margin-bottom: auto;
841
841
  }
842
842
  }
843
- `;import{jsx as x,jsxs as mo}from"react/jsx-runtime";var jn=({style:t,...e})=>mo("svg",{width:"286",height:"183",viewBox:"0 0 286 183",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:[x("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),x("path",{d:"M236.373 144.791L225.206 153.052L227.289 148.181L236.373 144.791Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M210.627 144.791L221.692 153.116L219.711 148.187L210.627 144.785V144.791ZM232.353 163.933L229.377 168.47L235.738 170.219L237.557 164.036L232.347 163.933H232.353ZM209.448 164.036L211.257 170.219L217.602 168.47L214.647 163.933L209.448 164.036Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M217.262 156.27L215.497 158.939L221.783 159.23L221.579 152.46L217.262 156.281V156.27V156.27ZM229.737 156.281L225.351 152.374L225.206 159.23L231.492 158.939L229.732 156.281H229.737ZM217.602 168.475L221.417 166.64L218.14 164.089L217.607 168.475H217.602ZM225.588 166.63L229.377 168.475L228.865 164.084L225.588 166.635V166.63Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M229.377 168.47L225.588 166.635L225.895 169.1L225.862 170.144L229.382 168.47H229.377ZM217.602 168.47L221.137 170.144L221.11 169.1L221.417 166.635L217.602 168.47V168.47Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M221.197 162.448L218.054 161.533L220.282 160.516L221.207 162.453H221.197V162.448ZM225.793 162.448L226.729 160.505L228.962 161.522L225.793 162.459V162.448Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M217.602 168.47L218.156 163.933L214.647 164.035L217.602 168.47V168.47ZM228.844 163.933L229.377 168.47L232.353 164.035L228.844 163.933V163.933ZM231.503 158.939L225.217 159.23L225.793 162.459L226.729 160.505L228.962 161.522L231.503 158.939V158.939ZM218.054 161.533L220.282 160.516L221.207 162.453L221.794 159.224L215.508 158.944L218.059 161.538L218.054 161.533Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M215.503 158.939L218.134 164.078L218.048 161.528L215.497 158.934L215.503 158.939ZM228.962 161.533L228.86 164.084L231.492 158.944L228.957 161.538L228.962 161.533ZM221.794 159.23L221.196 162.459L221.945 166.263L222.117 161.242L221.794 159.23ZM225.211 159.23L224.904 161.237L225.055 166.269L225.792 162.453L225.206 159.224V159.235L225.211 159.23Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M225.793 162.448L225.055 166.263L225.588 166.635L228.86 164.084L228.962 161.528L225.793 162.448V162.448ZM218.054 161.528L218.14 164.078L221.417 166.629L221.945 166.263L221.207 162.448L218.048 161.528H218.059H218.054Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M225.868 170.144L225.895 169.1L225.604 168.863H221.39L221.11 169.1L221.137 170.144L217.602 168.47L218.845 169.487L221.353 171.215H225.642L228.155 169.482L229.377 168.47L225.857 170.144H225.868V170.144Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M225.588 166.63L225.055 166.264H221.945L221.417 166.635L221.11 169.1L221.39 168.863H225.604L225.895 169.1L225.588 166.635V166.624V166.63Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M236.846 153.585L237.783 149.037L236.373 144.791L225.583 152.777L229.737 156.27L235.598 157.976L236.889 156.475L236.33 156.066L237.223 155.248L236.545 154.72L237.438 154.042L236.846 153.585H236.857H236.846ZM209.217 149.032L210.17 153.585L209.556 154.037L210.466 154.715L209.787 155.248L210.67 156.066L210.11 156.475L211.402 157.976L217.263 156.275L221.417 152.767L210.627 144.791L209.217 149.032V149.032Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M235.598 157.976L229.737 156.275L231.502 158.934L228.871 164.073L232.353 164.03H237.562L235.598 157.97V157.976ZM217.263 156.27L211.402 157.976L209.448 164.035H214.658L218.14 164.079L215.508 158.939L217.273 156.27H217.263V156.27ZM225.206 159.224L225.588 152.766L227.289 148.176H219.711L221.412 152.766L221.794 159.224L221.939 161.248V166.263H225.055L225.071 161.248L225.206 159.224V159.224Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),x("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M205 55C205 61.6274 210.373 67 217 67C223.627 67 229 61.6274 229 55C229 48.3726 223.627 43 217 43C210.373 43 205 48.3726 205 55ZM213.933 51.1333C213.491 51.1333 213.133 51.4915 213.133 51.9333V58.0667C213.133 58.5085 213.491 58.8667 213.933 58.8667H220.067C220.508 58.8667 220.867 58.5085 220.867 58.0667V51.9333C220.867 51.4915 220.508 51.1333 220.067 51.1333H213.933Z",fill:"white"}),x("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),x("path",{d:"M77.3677 42.8335H74.102C74.102 36.2519 68.6881 30.9167 62.0091 30.9167C55.4129 30.9167 50.0501 36.1213 49.9189 42.5901C49.7831 49.2769 56.1492 55.0834 62.9357 55.0834H63.7893C69.7724 55.0834 77.7916 50.468 79.0445 44.8444C79.2758 43.8079 78.445 42.8335 77.3677 42.8335ZM57.1562 43.1267C57.1562 44.0068 56.4257 44.7267 55.5325 44.7267C54.6394 44.7267 53.9089 44.0065 53.9089 43.1267V40.5383C53.9089 39.6582 54.6394 38.9383 55.5325 38.9383C56.4257 38.9383 57.1562 39.6582 57.1562 40.5383V43.1267ZM62.794 43.1267C62.794 44.0068 62.0636 44.7267 61.1705 44.7267C60.2773 44.7267 59.5468 44.0065 59.5468 43.1267V40.5383C59.5468 39.6582 60.2776 38.9383 61.1705 38.9383C62.0636 38.9383 62.794 39.6582 62.794 40.5383V43.1267Z",fill:"url(#paint1_linear_428_81)"}),x("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),x("g",{clipPath:"url(#clip0_428_81)",children:x("path",{d:"M62.1497 143.578C67.3134 138.585 75.6867 138.585 80.8505 143.578L81.4722 144.179C81.5335 144.238 81.5822 144.308 81.6155 144.386C81.6488 144.463 81.666 144.547 81.666 144.631C81.666 144.715 81.6488 144.799 81.6155 144.876C81.5822 144.954 81.5335 145.024 81.4722 145.083L79.3462 147.139C79.2835 147.199 79.1996 147.232 79.1123 147.232C79.025 147.232 78.9411 147.199 78.8784 147.139L78.0232 146.311C74.421 142.829 68.58 142.829 64.977 146.311L64.0611 147.197C63.9984 147.257 63.9145 147.29 63.8272 147.29C63.7399 147.29 63.656 147.257 63.5933 147.197L61.4672 145.141C61.4059 145.083 61.3572 145.012 61.3239 144.935C61.2906 144.857 61.2735 144.774 61.2735 144.689C61.2735 144.605 61.2906 144.521 61.3239 144.444C61.3572 144.366 61.4059 144.296 61.4672 144.237L62.1497 143.578ZM85.248 147.829L87.1397 149.659C87.201 149.718 87.2497 149.788 87.283 149.865C87.3163 149.943 87.3334 150.027 87.3334 150.111C87.3334 150.195 87.3163 150.279 87.283 150.356C87.2497 150.434 87.201 150.504 87.1397 150.563L78.6081 158.812C78.4828 158.933 78.315 159 78.1403 159C77.9656 159 77.7978 158.933 77.6725 158.812L71.6177 152.957C71.5864 152.927 71.5443 152.91 71.5005 152.91C71.4567 152.91 71.4147 152.927 71.3833 152.957L65.3285 158.812C65.2032 158.933 65.0354 159 64.8607 159C64.686 159 64.5182 158.933 64.3929 158.812L55.8605 150.563C55.7992 150.504 55.7505 150.434 55.7172 150.356C55.6839 150.279 55.6667 150.195 55.6667 150.111C55.6667 150.027 55.6839 149.943 55.7172 149.865C55.7505 149.788 55.7992 149.718 55.8605 149.659L57.7531 147.829C57.8783 147.709 58.0459 147.642 58.2204 147.642C58.3949 147.642 58.5625 147.709 58.6878 147.829L64.7427 153.684C64.774 153.714 64.816 153.731 64.8598 153.731C64.9036 153.731 64.9457 153.714 64.977 153.684L71.0319 147.829C71.1572 147.709 71.325 147.641 71.4997 147.641C71.6743 147.641 71.8422 147.709 71.9675 147.829L78.0232 153.684C78.0545 153.714 78.0965 153.731 78.1403 153.731C78.1841 153.731 78.2262 153.714 78.2575 153.684L84.3124 147.829C84.4377 147.709 84.6055 147.641 84.7802 147.641C84.9549 147.641 85.1227 147.709 85.248 147.829Z",fill:"white"})}),x("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"white"}),x("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M131.626 83.0058C128.674 83.3405 126.5 85.8652 126.5 88.8363V92.0779V103.277V105.099C126.5 108.098 128.713 110.636 131.695 110.952C134.982 111.301 139.216 111.667 142.5 111.667C147.147 111.667 153.695 110.934 156.773 110.555C157.765 110.433 158.5 109.588 158.5 108.589V92.0779C158.5 91.0782 157.765 90.2337 156.773 90.1115C153.705 89.7336 147.189 89.0046 142.545 88.9999L142.5 88.9999L142.46 88.9999C139.655 89.0025 136.165 89.2695 133.166 89.564C132.488 89.5642 131.907 89.0495 131.84 88.3608C131.768 87.6279 132.304 86.9755 133.037 86.9036C136.061 86.6067 139.621 86.3333 142.5 86.3333C145.707 86.3333 149.764 86.6728 152.989 87.007C154.039 87.1159 155.006 87.2247 155.833 87.3221V85.3898C155.833 84.3995 155.112 83.56 154.131 83.4288C151.262 83.0454 145.367 82.3333 141.167 82.3333C138.276 82.3333 134.583 82.6705 131.626 83.0058ZM153.833 102.333C154.938 102.333 155.833 101.438 155.833 100.333C155.833 99.2287 154.938 98.3333 153.833 98.3333C152.729 98.3333 151.833 99.2287 151.833 100.333C151.833 101.438 152.729 102.333 153.833 102.333Z",fill:"#696FFD"}),x("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),x("path",{d:"M269.405 111C278.27 111 285.457 103.837 285.457 95C285.457 86.1634 278.27 79 269.405 79C260.54 79 253.354 86.1634 253.354 95C253.354 103.837 260.54 111 269.405 111Z",fill:"#B9BBFE"}),x("path",{d:"M133.971 24C140.62 24 146.01 18.6274 146.01 12C146.01 5.37258 140.62 0 133.971 0C127.322 0 121.932 5.37258 121.932 12C121.932 18.6274 127.322 24 133.971 24Z",fill:"#B9BBFE"}),x("path",{d:"M15.5917 112C20.5782 112 24.6206 107.971 24.6206 103C24.6206 98.0294 20.5782 94 15.5917 94C10.6051 94 6.56274 98.0294 6.56274 103C6.56274 107.971 10.6051 112 15.5917 112Z",fill:"#B9BBFE"}),x("path",{d:"M152.029 177C157.57 177 162.061 172.523 162.061 167C162.061 161.477 157.57 157 152.029 157C146.488 157 141.997 161.477 141.997 167C141.997 172.523 146.488 177 152.029 177Z",fill:"#E9E9FF"}),x("path",{d:"M263.386 21C267.818 21 271.412 17.4183 271.412 13C271.412 8.58172 267.818 5 263.386 5C258.953 5 255.36 8.58172 255.36 13C255.36 17.4183 258.953 21 263.386 21Z",fill:"#E9E9FF"}),x("path",{d:"M7.06436 36C10.6658 36 13.5853 33.0899 13.5853 29.5C13.5853 25.9101 10.6658 23 7.06436 23C3.46296 23 0.543457 25.9101 0.543457 29.5C0.543457 33.0899 3.46296 36 7.06436 36Z",fill:"#E9E9FF"}),mo("defs",{children:[mo("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[x("stop",{stopColor:"#534BB1"}),x("stop",{offset:"1",stopColor:"#551BF9"})]}),mo("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[x("stop",{stopColor:"white"}),x("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),x("clipPath",{id:"clip0_428_81",children:x("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});import*as Te from"react-device-detect";import nr from"styled-components";import{jsx as rr,jsxs as Ba}from"react/jsx-runtime";var Zn=nr.button`
843
+ `;import{jsx as x,jsxs as mo}from"react/jsx-runtime";var Zn=({style:t,...e})=>mo("svg",{width:"286",height:"183",viewBox:"0 0 286 183",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:[x("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),x("path",{d:"M236.373 144.791L225.206 153.052L227.289 148.181L236.373 144.791Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M210.627 144.791L221.692 153.116L219.711 148.187L210.627 144.785V144.791ZM232.353 163.933L229.377 168.47L235.738 170.219L237.557 164.036L232.347 163.933H232.353ZM209.448 164.036L211.257 170.219L217.602 168.47L214.647 163.933L209.448 164.036Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M217.262 156.27L215.497 158.939L221.783 159.23L221.579 152.46L217.262 156.281V156.27V156.27ZM229.737 156.281L225.351 152.374L225.206 159.23L231.492 158.939L229.732 156.281H229.737ZM217.602 168.475L221.417 166.64L218.14 164.089L217.607 168.475H217.602ZM225.588 166.63L229.377 168.475L228.865 164.084L225.588 166.635V166.63Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M229.377 168.47L225.588 166.635L225.895 169.1L225.862 170.144L229.382 168.47H229.377ZM217.602 168.47L221.137 170.144L221.11 169.1L221.417 166.635L217.602 168.47V168.47Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M221.197 162.448L218.054 161.533L220.282 160.516L221.207 162.453H221.197V162.448ZM225.793 162.448L226.729 160.505L228.962 161.522L225.793 162.459V162.448Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M217.602 168.47L218.156 163.933L214.647 164.035L217.602 168.47V168.47ZM228.844 163.933L229.377 168.47L232.353 164.035L228.844 163.933V163.933ZM231.503 158.939L225.217 159.23L225.793 162.459L226.729 160.505L228.962 161.522L231.503 158.939V158.939ZM218.054 161.533L220.282 160.516L221.207 162.453L221.794 159.224L215.508 158.944L218.059 161.538L218.054 161.533Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M215.503 158.939L218.134 164.078L218.048 161.528L215.497 158.934L215.503 158.939ZM228.962 161.533L228.86 164.084L231.492 158.944L228.957 161.538L228.962 161.533ZM221.794 159.23L221.196 162.459L221.945 166.263L222.117 161.242L221.794 159.23ZM225.211 159.23L224.904 161.237L225.055 166.269L225.792 162.453L225.206 159.224V159.235L225.211 159.23Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M225.793 162.448L225.055 166.263L225.588 166.635L228.86 164.084L228.962 161.528L225.793 162.448V162.448ZM218.054 161.528L218.14 164.078L221.417 166.629L221.945 166.263L221.207 162.448L218.048 161.528H218.059H218.054Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M225.868 170.144L225.895 169.1L225.604 168.863H221.39L221.11 169.1L221.137 170.144L217.602 168.47L218.845 169.487L221.353 171.215H225.642L228.155 169.482L229.377 168.47L225.857 170.144H225.868V170.144Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M225.588 166.63L225.055 166.264H221.945L221.417 166.635L221.11 169.1L221.39 168.863H225.604L225.895 169.1L225.588 166.635V166.624V166.63Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M236.846 153.585L237.783 149.037L236.373 144.791L225.583 152.777L229.737 156.27L235.598 157.976L236.889 156.475L236.33 156.066L237.223 155.248L236.545 154.72L237.438 154.042L236.846 153.585H236.857H236.846ZM209.217 149.032L210.17 153.585L209.556 154.037L210.466 154.715L209.787 155.248L210.67 156.066L210.11 156.475L211.402 157.976L217.263 156.275L221.417 152.767L210.627 144.791L209.217 149.032V149.032Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("path",{d:"M235.598 157.976L229.737 156.275L231.502 158.934L228.871 164.073L232.353 164.03H237.562L235.598 157.97V157.976ZM217.263 156.27L211.402 157.976L209.448 164.035H214.658L218.14 164.079L215.508 158.939L217.273 156.27H217.263V156.27ZM225.206 159.224L225.588 152.766L227.289 148.176H219.711L221.412 152.766L221.794 159.224L221.939 161.248V166.263H225.055L225.071 161.248L225.206 159.224V159.224Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),x("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),x("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M205 55C205 61.6274 210.373 67 217 67C223.627 67 229 61.6274 229 55C229 48.3726 223.627 43 217 43C210.373 43 205 48.3726 205 55ZM213.933 51.1333C213.491 51.1333 213.133 51.4915 213.133 51.9333V58.0667C213.133 58.5085 213.491 58.8667 213.933 58.8667H220.067C220.508 58.8667 220.867 58.5085 220.867 58.0667V51.9333C220.867 51.4915 220.508 51.1333 220.067 51.1333H213.933Z",fill:"white"}),x("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),x("path",{d:"M77.3677 42.8335H74.102C74.102 36.2519 68.6881 30.9167 62.0091 30.9167C55.4129 30.9167 50.0501 36.1213 49.9189 42.5901C49.7831 49.2769 56.1492 55.0834 62.9357 55.0834H63.7893C69.7724 55.0834 77.7916 50.468 79.0445 44.8444C79.2758 43.8079 78.445 42.8335 77.3677 42.8335ZM57.1562 43.1267C57.1562 44.0068 56.4257 44.7267 55.5325 44.7267C54.6394 44.7267 53.9089 44.0065 53.9089 43.1267V40.5383C53.9089 39.6582 54.6394 38.9383 55.5325 38.9383C56.4257 38.9383 57.1562 39.6582 57.1562 40.5383V43.1267ZM62.794 43.1267C62.794 44.0068 62.0636 44.7267 61.1705 44.7267C60.2773 44.7267 59.5468 44.0065 59.5468 43.1267V40.5383C59.5468 39.6582 60.2776 38.9383 61.1705 38.9383C62.0636 38.9383 62.794 39.6582 62.794 40.5383V43.1267Z",fill:"url(#paint1_linear_428_81)"}),x("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),x("g",{clipPath:"url(#clip0_428_81)",children:x("path",{d:"M62.1497 143.578C67.3134 138.585 75.6867 138.585 80.8505 143.578L81.4722 144.179C81.5335 144.238 81.5822 144.308 81.6155 144.386C81.6488 144.463 81.666 144.547 81.666 144.631C81.666 144.715 81.6488 144.799 81.6155 144.876C81.5822 144.954 81.5335 145.024 81.4722 145.083L79.3462 147.139C79.2835 147.199 79.1996 147.232 79.1123 147.232C79.025 147.232 78.9411 147.199 78.8784 147.139L78.0232 146.311C74.421 142.829 68.58 142.829 64.977 146.311L64.0611 147.197C63.9984 147.257 63.9145 147.29 63.8272 147.29C63.7399 147.29 63.656 147.257 63.5933 147.197L61.4672 145.141C61.4059 145.083 61.3572 145.012 61.3239 144.935C61.2906 144.857 61.2735 144.774 61.2735 144.689C61.2735 144.605 61.2906 144.521 61.3239 144.444C61.3572 144.366 61.4059 144.296 61.4672 144.237L62.1497 143.578ZM85.248 147.829L87.1397 149.659C87.201 149.718 87.2497 149.788 87.283 149.865C87.3163 149.943 87.3334 150.027 87.3334 150.111C87.3334 150.195 87.3163 150.279 87.283 150.356C87.2497 150.434 87.201 150.504 87.1397 150.563L78.6081 158.812C78.4828 158.933 78.315 159 78.1403 159C77.9656 159 77.7978 158.933 77.6725 158.812L71.6177 152.957C71.5864 152.927 71.5443 152.91 71.5005 152.91C71.4567 152.91 71.4147 152.927 71.3833 152.957L65.3285 158.812C65.2032 158.933 65.0354 159 64.8607 159C64.686 159 64.5182 158.933 64.3929 158.812L55.8605 150.563C55.7992 150.504 55.7505 150.434 55.7172 150.356C55.6839 150.279 55.6667 150.195 55.6667 150.111C55.6667 150.027 55.6839 149.943 55.7172 149.865C55.7505 149.788 55.7992 149.718 55.8605 149.659L57.7531 147.829C57.8783 147.709 58.0459 147.642 58.2204 147.642C58.3949 147.642 58.5625 147.709 58.6878 147.829L64.7427 153.684C64.774 153.714 64.816 153.731 64.8598 153.731C64.9036 153.731 64.9457 153.714 64.977 153.684L71.0319 147.829C71.1572 147.709 71.325 147.641 71.4997 147.641C71.6743 147.641 71.8422 147.709 71.9675 147.829L78.0232 153.684C78.0545 153.714 78.0965 153.731 78.1403 153.731C78.1841 153.731 78.2262 153.714 78.2575 153.684L84.3124 147.829C84.4377 147.709 84.6055 147.641 84.7802 147.641C84.9549 147.641 85.1227 147.709 85.248 147.829Z",fill:"white"})}),x("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"white"}),x("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M131.626 83.0058C128.674 83.3405 126.5 85.8652 126.5 88.8363V92.0779V103.277V105.099C126.5 108.098 128.713 110.636 131.695 110.952C134.982 111.301 139.216 111.667 142.5 111.667C147.147 111.667 153.695 110.934 156.773 110.555C157.765 110.433 158.5 109.588 158.5 108.589V92.0779C158.5 91.0782 157.765 90.2337 156.773 90.1115C153.705 89.7336 147.189 89.0046 142.545 88.9999L142.5 88.9999L142.46 88.9999C139.655 89.0025 136.165 89.2695 133.166 89.564C132.488 89.5642 131.907 89.0495 131.84 88.3608C131.768 87.6279 132.304 86.9755 133.037 86.9036C136.061 86.6067 139.621 86.3333 142.5 86.3333C145.707 86.3333 149.764 86.6728 152.989 87.007C154.039 87.1159 155.006 87.2247 155.833 87.3221V85.3898C155.833 84.3995 155.112 83.56 154.131 83.4288C151.262 83.0454 145.367 82.3333 141.167 82.3333C138.276 82.3333 134.583 82.6705 131.626 83.0058ZM153.833 102.333C154.938 102.333 155.833 101.438 155.833 100.333C155.833 99.2287 154.938 98.3333 153.833 98.3333C152.729 98.3333 151.833 99.2287 151.833 100.333C151.833 101.438 152.729 102.333 153.833 102.333Z",fill:"#696FFD"}),x("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),x("path",{d:"M269.405 111C278.27 111 285.457 103.837 285.457 95C285.457 86.1634 278.27 79 269.405 79C260.54 79 253.354 86.1634 253.354 95C253.354 103.837 260.54 111 269.405 111Z",fill:"#B9BBFE"}),x("path",{d:"M133.971 24C140.62 24 146.01 18.6274 146.01 12C146.01 5.37258 140.62 0 133.971 0C127.322 0 121.932 5.37258 121.932 12C121.932 18.6274 127.322 24 133.971 24Z",fill:"#B9BBFE"}),x("path",{d:"M15.5917 112C20.5782 112 24.6206 107.971 24.6206 103C24.6206 98.0294 20.5782 94 15.5917 94C10.6051 94 6.56274 98.0294 6.56274 103C6.56274 107.971 10.6051 112 15.5917 112Z",fill:"#B9BBFE"}),x("path",{d:"M152.029 177C157.57 177 162.061 172.523 162.061 167C162.061 161.477 157.57 157 152.029 157C146.488 157 141.997 161.477 141.997 167C141.997 172.523 146.488 177 152.029 177Z",fill:"#E9E9FF"}),x("path",{d:"M263.386 21C267.818 21 271.412 17.4183 271.412 13C271.412 8.58172 267.818 5 263.386 5C258.953 5 255.36 8.58172 255.36 13C255.36 17.4183 258.953 21 263.386 21Z",fill:"#E9E9FF"}),x("path",{d:"M7.06436 36C10.6658 36 13.5853 33.0899 13.5853 29.5C13.5853 25.9101 10.6658 23 7.06436 23C3.46296 23 0.543457 25.9101 0.543457 29.5C0.543457 33.0899 3.46296 36 7.06436 36Z",fill:"#E9E9FF"}),mo("defs",{children:[mo("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[x("stop",{stopColor:"#534BB1"}),x("stop",{offset:"1",stopColor:"#551BF9"})]}),mo("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[x("stop",{stopColor:"white"}),x("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),x("clipPath",{id:"clip0_428_81",children:x("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});import*as Re from"react-device-detect";import ir from"styled-components";import{jsx as nr,jsxs as Va}from"react/jsx-runtime";var qn=ir.button`
844
844
  display: flex;
845
845
  flex-direction: row;
846
846
  align-items: center;
@@ -861,7 +861,7 @@ Resources:
861
861
  color: var(--disabled-fg);
862
862
  cursor: not-allowed;
863
863
  }
864
- `,Pe=({children:t,loading:e,disabled:o,warn:r,...n})=>rr(Ga,{disabled:o||e,warn:r,...n,children:e?Ba("span",{children:[rr(Se,{})," ",rr("span",{children:"Loading..."})]}):t}),Ga=nr(Zn)`
864
+ `,Ie=({children:t,loading:e,disabled:o,warn:r,...n})=>nr(Ba,{disabled:o||e,warn:r,...n,children:e?Va("span",{children:[nr(We,{})," ",nr("span",{children:"Loading..."})]}):t}),Ba=ir(qn)`
865
865
  && {
866
866
  background-color: ${t=>t.warn?"var(--fail-dark)":"var(--primary-color)"};
867
867
  color: var(--light-theme-bg-1);
@@ -872,12 +872,12 @@ Resources:
872
872
  align-items: center;
873
873
  gap: 8px;
874
874
  }
875
- `,v2=nr(Zn)`
875
+ `,b2=ir(qn)`
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 B}from"react/jsx-runtime";var sr=()=>{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/"),B(Yn,{children:[y(q,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),y(Xn,{children:y(ce,{style:{width:"152px",height:"152px"}})}),B(or,{children:[y(Ge,{children:B("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(Qn,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},ar=()=>{let{navigate:t}=C();return B(Yn,{children:[y(q,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),y(Xn,{style:{marginTop:"-24px"},children:y(Hn,{size:200})}),B(or,{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(Qn,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},Jn=()=>{let[t,e]=Va("WHAT_IS_A_WALLET"),{navigateBack:o}=C();return B(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"),B(Ha,{children:[t==="WHAT_IS_A_WALLET"&&B(ir,{children:[y(qa,{children:y(jn,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),B(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(ja,{children:y(Za,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&y(ir,{children:B(za,{children:[y(q,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),B($a,{children:[B(qn,{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,{}),B(Kn,{children:[y("h4",{children:"MetaMask"}),y("p",{children:"Get a browser-based wallet"})]}),y("div",{children:y("span",{children:"Set up"})})]}),B(qn,{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,{}),B(Kn,{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(ar,{}),t==="CREATE_METAMASK_WALLET"&&y(sr,{})]}),B(oe,{children:[y("span",{children:"Still not sure? "}),y("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},Ha=re.div`
880
+ `;import{Fragment as sr,jsx as C,jsxs as Z}from"react/jsx-runtime";var ar=()=>{let{navigate:t}=v(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return Re.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),Z(Xn,{children:[C(X,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),C(Qn,{children:C(ue,{style:{width:"152px",height:"152px"}})}),Z(rr,{children:[C(ze,{children:Z("div",{children:[C("span",{children:"Install the "}),C("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),C(Tt,{}),C(ze,{children:"Set up your first wallet"}),C(Tt,{}),C(ze,{children:"Store your recovery phrase in a safe place!"})]}),C(ei,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},lr=()=>{let{navigate:t}=v();return Z(Xn,{children:[C(X,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),C(Qn,{style:{marginTop:"-24px"},children:C(zn,{size:200})}),Z(rr,{children:[C(ze,{children:"Scan the QR code with your camera"}),C(Tt,{}),C(ze,{children:"Set up your first wallet"}),C(Tt,{}),C(ze,{children:"Store your seed phrase in a safe place!"})]}),C(ei,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},Yn=()=>{let[t,e]=Ha("WHAT_IS_A_WALLET"),{navigateBack:o}=v();return Z(sr,{children:[C(L,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),Z(za,{children:[t==="WHAT_IS_A_WALLET"&&Z(sr,{children:[C(Ka,{children:C(Zn,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),Z(nt,{title:"Get started with a new wallet",children:[C("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),C("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),C(Za,{children:C(qa,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&C(sr,{children:Z($a,{children:[C(X,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),Z(ja,{children:[Z(Kn,{onClick:()=>{Re.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":Re.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[C(ue,{}),Z(Jn,{children:[C("h4",{children:"MetaMask"}),C("p",{children:"Get a browser-based wallet"})]}),C("div",{children:C("span",{children:"Set up"})})]}),Z(Kn,{onClick:()=>{Re.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":Re.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[C(he,{}),Z(Jn,{children:[C("h4",{children:"Coinbase Wallet"}),C("p",{children:"Get a mobile app wallet"})]}),C("div",{children:C("span",{children:"Set up"})})]})]})]})}),t==="CREATE_COINBASE_WALLET"&&C(lr,{}),t==="CREATE_METAMASK_WALLET"&&C(ar,{})]}),Z(se,{children:[C("span",{children:"Still not sure? "}),C("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},za=ae.div`
881
881
  display: flex;
882
882
  flex-direction: column;
883
883
  height: 100%;
@@ -887,19 +887,19 @@ Resources:
887
887
  display: none;
888
888
  }
889
889
  }
890
- `,za=re.div`
890
+ `,$a=ae.div`
891
891
  display: flex;
892
892
  flex-direction: column;
893
893
  align-items: flex-start;
894
894
  justify-content: flex-start;
895
895
  text-align: left;
896
896
  gap: 20px;
897
- `,$a=re.div`
897
+ `,ja=ae.div`
898
898
  display: flex;
899
899
  flex-direction: column;
900
900
  width: 100%;
901
901
  gap: 8px;
902
- `,qn=re.button`
902
+ `,Kn=ae.button`
903
903
  display: flex;
904
904
  flex-direction: row;
905
905
  align-items: center;
@@ -956,24 +956,24 @@ Resources:
956
956
  border: 1px solid var(--border-color-2);
957
957
  }
958
958
  }
959
- `,Kn=re.div`
959
+ `,Jn=ae.div`
960
960
  text-align: left;
961
961
 
962
962
  p {
963
963
  font-style: italic;
964
964
  font-size: 12px;
965
965
  }
966
- `,ja=re.div`
966
+ `,Za=ae.div`
967
967
  margin-top: auto;
968
968
  display: flex;
969
969
  align-items: flex-end;
970
970
  flex-grow: 1;
971
971
  width: 100%;
972
- `,Za=re(Pe)`
972
+ `,qa=ae(Ie)`
973
973
  && {
974
974
  margin-top: 14px;
975
975
  }
976
- `,Yn=re.div`
976
+ `,Xn=ae.div`
977
977
  display: flex;
978
978
  flex-direction: column;
979
979
  align-items: center;
@@ -984,13 +984,13 @@ Resources:
984
984
  > :first-child > svg {
985
985
  margin-top: 20px;
986
986
  }
987
- `,Xn=re.div`
987
+ `,Qn=ae.div`
988
988
  display: flex;
989
989
  flex-direction: column;
990
990
  align-items: center;
991
991
  justify-content: center;
992
992
  width: 100%;
993
- `,Qn=re.button`
993
+ `,ei=ae.button`
994
994
  && {
995
995
  padding: 12px 16px;
996
996
  font-weight: 500;
@@ -999,10 +999,10 @@ Resources:
999
999
  background-color: var(--primary-color-bg-1);
1000
1000
  border-radius: var(--border-radius-sm);
1001
1001
  }
1002
- `,qa=re.div`
1002
+ `,Ka=ae.div`
1003
1003
  display: flex;
1004
1004
  justify-content: center;
1005
- `;import{useEffect as ei,useState as Tt}from"react";import go from"styled-components";import{Fragment as Xa,jsx as Ce,jsxs as fo}from"react/jsx-runtime";var lr=2,ti={metamask:{name:"MetaMask",component:ce},coinbase_wallet:{name:"Coinbase Wallet",component:de},wallet_connect:{name:"WalletConnect",component:Ye}},oi=()=>{var j;let[t,e]=Tt(!1),[o,r]=Tt("metamask"),[n,i]=Tt(void 0),{navigate:s,navigateBack:a}=C(),{getAuthMeta:d,closePrivyModal:p,loginWithWallet:E}=_(),{walletConnectors:k}=F(),[w,m]=Tt(0),{user:f}=F(),[c,S]=Tt((f==null?void 0:f.linkedAccounts.length)||0);ei(()=>{var A;r(((A=d())==null?void 0:A.walletType)||"metamask"),i(void 0),E().then(()=>e(!0)).catch(b=>{b instanceof ee?console.error(b.cause):console.error(b);let O=(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?i(qe.ERROR_USER_EXISTS):O?s("ALLOWLIST_REJECTION_SCREEN"):b instanceof Ze&&!b.details.default?i(b.details):b instanceof je?i(qe.ERROR_TIMED_OUT):i(qe.ERROR_WALLET_CONNECTION)})},[w]),ei(()=>{if(t){let A=setTimeout(p,ae);return()=>clearTimeout(A)}},[f]);let N=ti[o].name,V=ti[o].component,P=t?`Successfully connected with ${N}`:n?n.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>=lr&&n)T="Unable to connect wallet";else if(n)T=n.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()||(Uo(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 $=(j=k==null?void 0:k.walletConnectors)==null?void 0:j.find(A=>A.walletType==="coinbase_wallet"),ie=o==="coinbase_wallet"&&(Uo(f)||n===qe.ERROR_USER_EXISTS);return fo(Xa,{children:[Ce(L,{backFn:a}),fo(Ka,{children:[Ce(Ya,{children:fo("div",{children:[Ce(Qe,{success:t,fail:!!n}),Ce(V,{style:{width:"38px",height:"38px"}})]})}),fo(Ja,{children:[Ce("h3",{children:P}),Ce("p",{children:T})]}),ie?Ce(cr,{onClick:()=>$&&($==null?void 0:$.disconnect()),visible:!t,disabled:t,children:"Use a different wallet"}):n==qe.ERROR_USER_EXISTS?Ce(cr,{onClick:a,visible:!0,children:"Use a different wallet"}):Ce(cr,{onClick:()=>{m(w+1),i(void 0)},visible:!t&&(n==null?void 0:n.retryable)&&w<lr,disabled:!t&&(!(n!=null&&n.retryable)||w>=lr),children:"Retry"})]})]})},Ka=go.div`
1005
+ `;import{useEffect as ti,useState as Wt}from"react";import go from"styled-components";import{Fragment as Qa,jsx as Ee,jsxs as fo}from"react/jsx-runtime";var cr=2,oi={metamask:{name:"MetaMask",component:ue},coinbase_wallet:{name:"Coinbase Wallet",component:he},wallet_connect:{name:"WalletConnect",component:Qe}},ri=()=>{var H;let[t,e]=Wt(!1),[o,r]=Wt("metamask"),[n,i]=Wt(void 0),{navigate:s,navigateBack:a}=v(),{getAuthMeta:p,closePrivyModal:u,loginWithWallet:b}=S(),{walletConnectors:E}=$(),[m,g]=Wt(0),{user:f}=$(),[c,k]=Wt((f==null?void 0:f.linkedAccounts.length)||0);ti(()=>{var D;r(((D=p())==null?void 0:D.walletType)||"metamask"),i(void 0),b().then(()=>e(!0)).catch(P=>{P instanceof ie?console.error(P.cause):console.error(P);let ce=(P==null?void 0:P.status)===401&&(P==null?void 0:P.message)==="User is not allowed to login to this app.";(P==null?void 0:P.status)===422?i(Je.ERROR_USER_EXISTS):ce?s("ALLOWLIST_REJECTION_SCREEN"):P instanceof Ke&&!P.details.default?i(P.details):P instanceof qe?i(Je.ERROR_TIMED_OUT):i(Je.ERROR_WALLET_CONNECTION)})},[m]),ti(()=>{if(t){let D=setTimeout(u,ne);return()=>clearTimeout(D)}},[f]);let I=oi[o].name,T=oi[o].component,A=t?`Successfully connected with ${I}`:n?n.message:`Waiting for ${I}`,_="";if(t){let D=(f==null?void 0:f.linkedAccounts.length)||0;c===D?_="Wallet was already linked.":_="You\u2019re good to go!"}else if(m>=cr&&n)_="Unable to connect wallet";else if(n)_=n.detail;else switch(_="Don\u2019t see your wallet modal? Check your other browser windows.",o){case"metamask":_="For the best experience, connect only one wallet at a time.";break;case"wallet_connect":_="Open your mobile wallet app to continue";break;case"coinbase_wallet":jt()||(Do(f)?_="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":_="Open the Coinbase app on your phone to continue.");break}let M=(H=E==null?void 0:E.walletConnectors)==null?void 0:H.find(D=>D.walletType==="coinbase_wallet"),oe=o==="coinbase_wallet"&&(Do(f)||n===Je.ERROR_USER_EXISTS);return fo(Qa,{children:[Ee(L,{backFn:a}),fo(Ja,{children:[Ee(Xa,{children:fo("div",{children:[Ee(tt,{success:t,fail:!!n}),Ee(T,{style:{width:"38px",height:"38px"}})]})}),fo(Ya,{children:[Ee("h3",{children:A}),Ee("p",{children:_})]}),oe?Ee(dr,{onClick:()=>M&&(M==null?void 0:M.disconnect()),visible:!t,disabled:t,children:"Use a different wallet"}):n==Je.ERROR_USER_EXISTS?Ee(dr,{onClick:a,visible:!0,children:"Use a different wallet"}):Ee(dr,{onClick:()=>{g(m+1),i(void 0)},visible:!t&&(n==null?void 0:n.retryable)&&m<cr,disabled:!t&&(!(n!=null&&n.retryable)||m>=cr),children:"Retry"})]})]})},Ja=go.div`
1006
1006
  display: flex;
1007
1007
  flex-direction: column;
1008
1008
  align-items: center;
@@ -1010,14 +1010,14 @@ Resources:
1010
1010
  margin-left: 27px;
1011
1011
  margin-right: 27px;
1012
1012
  gap: 24px;
1013
- `,Ja=go.div`
1013
+ `,Ya=go.div`
1014
1014
  display: flex;
1015
1015
  flex-direction: column;
1016
1016
  gap: 8px;
1017
1017
  /* Very specifically chosen to be the height if 2 lines h3 and 1 line p.
1018
1018
  If we then switch to 1 line h3 and 2 lines p, we don't resize. */
1019
1019
  min-height: 76px;
1020
- `,Ya=go.div`
1020
+ `,Xa=go.div`
1021
1021
  display: flex;
1022
1022
  flex-direction: column;
1023
1023
  justify-content: center;
@@ -1040,7 +1040,7 @@ Resources:
1040
1040
  left: -19px;
1041
1041
  top: -19px;
1042
1042
  }
1043
- `,cr=go.button`
1043
+ `,dr=go.button`
1044
1044
  && {
1045
1045
  padding: 12px 16px;
1046
1046
  font-weight: 500;
@@ -1052,7 +1052,7 @@ Resources:
1052
1052
  opacity: ${t=>t.visible?"1":"0"};
1053
1053
  transition: opacity 200ms;
1054
1054
  }
1055
- `;import{Fragment as Qa,jsx as yo,jsxs as ri}from"react/jsx-runtime";var ni=()=>{let{navigateBack:t}=C();return ri(Qa,{children:[yo(L,{backFn:t},"header"),yo(sr,{}),ri(oe,{children:[yo("span",{children:"Still not sure? "}),yo("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import dr from"styled-components";import{useEffect as ii,useState as si}from"react";import{Fragment as rl,jsx as ne,jsxs as wo}from"react/jsx-runtime";var ai=()=>{let[t,e]=si(!1),[o,r]=si(""),{activeStatus:n,closePrivyModal:i}=_();ii(()=>{!n||(n.error?r(n.error):n.success&&e(!0))},[n]),ii(()=>{if(t){let p=setTimeout(i,ae);return()=>clearTimeout(p)}},[t]);let s=n!=null&&n.address?`Please connect and select the wallet ${Me(n.address)} in MetaMask.`:"Please connect and select the right wallet in MetaMask.",a=t?`${Me(n==null?void 0:n.address)} is now active.`:s;return wo(rl,{children:[ne(L,{},"header"),wo(el,{children:[ne(ol,{children:wo("div",{children:[ne(Qe,{success:t,fail:!!o}),(p=>{switch(p){case"metamask":return ne(ce,{style:{width:"38px",height:"38px"}});case"wallet_connect":return ne(Ye,{style:{width:"38px",height:"38px"}});case"coinbase_wallet":return ne(de,{style:{width:"38px",height:"38px"}});default:return ne(ce,{style:{width:"38px",height:"38px"}})}})((n==null?void 0:n.walletType)||"metamask")]})}),wo(tl,{children:[ne("h3",{children:t?"Wallet updated successfully":"Update your active wallet"}),ne("p",{children:a}),o&&ne("p",{children:o})]}),ne(oe,{})]})]})},el=dr.div`
1055
+ `;import{Fragment as el,jsx as yo,jsxs as ni}from"react/jsx-runtime";var ii=()=>{let{navigateBack:t}=v();return ni(el,{children:[yo(L,{backFn:t},"header"),yo(ar,{}),ni(se,{children:[yo("span",{children:"Still not sure? "}),yo("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import pr from"styled-components";import{useEffect as si,useState as ai}from"react";import{Fragment as nl,jsx as le,jsxs as wo}from"react/jsx-runtime";var li=()=>{let[t,e]=ai(!1),[o,r]=ai(""),{activeStatus:n,closePrivyModal:i}=S();si(()=>{!n||(n.error?r(n.error):n.success&&e(!0))},[n]),si(()=>{if(t){let u=setTimeout(i,ne);return()=>clearTimeout(u)}},[t]);let s=n!=null&&n.address?`Please connect and select the wallet ${De(n.address)} in MetaMask.`:"Please connect and select the right wallet in MetaMask.",a=t?`${De(n==null?void 0:n.address)} is now active.`:s;return wo(nl,{children:[le(L,{},"header"),wo(tl,{children:[le(rl,{children:wo("div",{children:[le(tt,{success:t,fail:!!o}),(u=>{switch(u){case"metamask":return le(ue,{style:{width:"38px",height:"38px"}});case"wallet_connect":return le(Qe,{style:{width:"38px",height:"38px"}});case"coinbase_wallet":return le(he,{style:{width:"38px",height:"38px"}});default:return le(ue,{style:{width:"38px",height:"38px"}})}})((n==null?void 0:n.walletType)||"metamask")]})}),wo(ol,{children:[le("h3",{children:t?"Wallet updated successfully":"Update your active wallet"}),le("p",{children:a}),o&&le("p",{children:o})]}),le(se,{})]})]})},tl=pr.div`
1056
1056
  display: flex;
1057
1057
  flex-direction: column;
1058
1058
  align-items: center;
@@ -1060,11 +1060,11 @@ Resources:
1060
1060
  margin-left: 27px;
1061
1061
  margin-right: 27px;
1062
1062
  gap: 24px;
1063
- `,tl=dr.div`
1063
+ `,ol=pr.div`
1064
1064
  display: flex;
1065
1065
  flex-direction: column;
1066
1066
  gap: 8px;
1067
- `,ol=dr.div`
1067
+ `,rl=pr.div`
1068
1068
  display: flex;
1069
1069
  flex-direction: column;
1070
1070
  justify-content: center;
@@ -1087,19 +1087,19 @@ Resources:
1087
1087
  left: -19px;
1088
1088
  top: -19px;
1089
1089
  }
1090
- `;import{Fragment as nl,jsx as vo,jsxs as li}from"react/jsx-runtime";var ci=()=>{let{navigateBack:t}=C();return li(nl,{children:[vo(L,{backFn:t},"header"),vo(ar,{}),li(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 sl,useState as pi}from"react";import{jsx as di}from"react/jsx-runtime";var it=({style:t,color:e,...o})=>di("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:di("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{Fragment as ul,jsx as We,jsxs as Co}from"react/jsx-runtime";var ui=()=>{let{authenticated:t,getAccessToken:e,user:o}=F(),{walletProxy:r,closePrivyModal:n}=_(),{navigate:i,data:s}=C(),[a,d]=pi(!1),[p,E]=pi("");sl(()=>{t||(i("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(ul,{children:[We(L,{onClose:()=>n({shouldCallAuthOnSuccess:!1})}),Co(al,{children:[Co("div",{children:[We(q,{title:N.title,description:N.description}),We(ll,{children:k}),We(cl,{fail:!0,children:p})]}),We(pl,{success:a,loading:S,disabled:a,onClick:async()=>{let V=await e();if(V&&!S&&c)try{let{signature:P}=await r.sign({accessToken:V,address:c==null?void 0:c.address,message:k});E(""),w(P),d(!0),setTimeout(()=>{n({shouldCallAuthOnSuccess:!1})},ae)}catch(P){E("An error has occurred, please try again."),m(P)}},children:a?Co(dl,{children:[We(it,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",We("span",{children:"Success"})]}):N.buttonText})]}),We(G,{protectedByPrivy:!0})]})},al=Wt.div`
1090
+ `;import{Fragment as il,jsx as vo,jsxs as ci}from"react/jsx-runtime";var di=()=>{let{navigateBack:t}=v();return ci(il,{children:[vo(L,{backFn:t},"header"),vo(lr,{}),ci(se,{children:[vo("span",{children:"Still not sure? "}),vo("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import It,{css as sl}from"styled-components";import{useEffect as al,useState as ui}from"react";import{jsx as pi}from"react/jsx-runtime";var at=({style:t,color:e,...o})=>pi("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:pi("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});import{Fragment as hl,jsx as Me,jsxs as Co}from"react/jsx-runtime";var hi=()=>{let{authenticated:t,getAccessToken:e,user:o}=$(),{walletProxy:r,closePrivyModal:n}=S(),{navigate:i,data:s}=v(),[a,p]=ui(!1),[u,b]=ui("");al(()=>{t||(i("LANDING"),g(new Error("User must be authenticated before signing with a Privy wallet")))},[t]);let{message:E,onSuccess:m,onFailure:g,uiOptions:f}=s.signMessage,c=we(o),k=!r,I={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(hl,{children:[Me(L,{onClose:()=>n({shouldCallAuthOnSuccess:!1})}),Co(ll,{children:[Co("div",{children:[Me(X,{title:I.title,description:I.description}),Me(cl,{children:E}),Me(dl,{fail:!0,children:u})]}),Me(ul,{success:a,loading:k,disabled:a,onClick:async()=>{let T=await e();if(T&&!k&&c)try{let{signature:A}=await r.sign({accessToken:T,address:c==null?void 0:c.address,message:E});b(""),m(A),p(!0),setTimeout(()=>{n({shouldCallAuthOnSuccess:!1})},ne)}catch(A){b("An error has occurred, please try again."),g(A)}},children:a?Co(pl,{children:[Me(at,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",Me("span",{children:"Success"})]}):I.buttonText})]}),Me(j,{protectedByPrivy:!0})]})},ll=It.div`
1091
1091
  display: flex;
1092
1092
  height: 100%;
1093
1093
  flex-direction: column;
1094
1094
  justify-content: space-between;
1095
- `,ll=Wt.div`
1095
+ `,cl=It.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
- `,cl=Wt.div`
1102
+ `,dl=It.div`
1103
1103
  line-height: 20px;
1104
1104
  height: 20px;
1105
1105
  font-size: 13px;
@@ -1108,26 +1108,26 @@ Resources:
1108
1108
  justify-content: flex-start;
1109
1109
  width: 100%;
1110
1110
  margin-top: 4px;
1111
- `,dl=Wt.span`
1111
+ `,pl=It.span`
1112
1112
  display: flex;
1113
1113
  align-items: center;
1114
1114
  gap: 8px;
1115
- `,pl=Wt(Pe)`
1115
+ `,ul=It(Ie)`
1116
1116
  transition: color 350ms ease, background-color 350ms ease;
1117
1117
 
1118
- ${t=>t.success&&il`
1118
+ ${t=>t.success&&sl`
1119
1119
  &&&& {
1120
1120
  background-color: var(--success-light);
1121
1121
  color: var(--light-theme-bg-1);
1122
1122
  }
1123
1123
  `}
1124
- `;import hr from"styled-components";import{useEffect as hl,useState as It}from"react";import{jsx as hi}from"react/jsx-runtime";var mi=({style:t,...e})=>hi("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:hi("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 Al,jsx as st,jsxs as ur}from"react/jsx-runtime";var at=6,ml=new Array(at).fill("");function fl(t){return t.replace(/\s+/g,"")}function pr(t){return/^[a-zA-Z0-9]{1}$/.test(t)}function gl(t){return/^[a-zA-Z]{1}$/.test(t)}function yl(t){return/^[a-z]{1}$/.test(t)}function fi(t){return t.length===at&&t.every(pr)}function wl(t,e){return t.reduce((o,r)=>o+Number(e(r)),0)}function vl(){return crypto.getRandomValues(new Uint8Array(1))[0]}function Cl(){let t="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",e=[];for(;e.length<at;){let o=vl();o>247||e.push(t.charAt(o%62))}return e.join("")}var gi=({onChange:t,disabled:e,readOnly:o,errorReasonOverride:r})=>{let[n,i]=It(ml),[s,a]=It(null),[d,p]=It(null),E=w=>{var b;let m=fl(w.currentTarget.value);if(m==="")return;let f=wl(n,pr),c=m.split(""),S=!c.every(pr),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 V=Number((b=w.currentTarget.name)==null?void 0:b.charAt(4)),P=[...m||[""]].slice(0,at-V),T=[...n.slice(0,V),...P,...n.slice(V+P.length)];i(T);let $=P.length,ie=Math.min(Math.max(V+$,0),at-1),j=document.querySelector(`input[name=pin-${ie}]`),A=P[P.length-1]||"";if(gl(A)&&(yl(A)?j.autocapitalize="none":j.autocapitalize="on"),j==null||j.focus(),fi(T)){let O=document.querySelector(`input[name=pin-${ie}]`);O==null||O.blur(),t(T.join(""))}else t(null);w.preventDefault()},k=w=>{d===1&&(a(null),p(null));let m=[...n.slice(0,w),"",...n.slice(w+1)];if(i(m),w>0){let f=document.querySelector(`input[name=pin-${w-1}]`);f==null||f.focus()}fi(m)?t(m.join("")):t(null)};return ur(Al,{children:[ur(bl,{children:[st(xl,{fail:!!r||!!s,children:r||s||"PIN can be letters and numbers"}),st("div",{children:n.map((w,m)=>st("input",{name:`pin-${m}`,type:"text",value:n[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,autoCapitalize:"none"},m))})]}),!o&&st(El,{disabled:e,onClick:()=>{let w=Cl();i([...w]),t(w)}})]})},bl=hr.div`
1124
+ `;import mr from"styled-components";import{useEffect as ml,useState as Rt}from"react";import{jsx as mi}from"react/jsx-runtime";var fi=({style:t,...e})=>mi("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:mi("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 _l,jsx as lt,jsxs as hr}from"react/jsx-runtime";var ct=6,fl=new Array(ct).fill("");function gl(t){return t.replace(/\s+/g,"")}function ur(t){return/^[a-zA-Z0-9]{1}$/.test(t)}function yl(t){return/^[a-zA-Z]{1}$/.test(t)}function wl(t){return/^[a-z]{1}$/.test(t)}function gi(t){return t.length===ct&&t.every(ur)}function vl(t,e){return t.reduce((o,r)=>o+Number(e(r)),0)}function Cl(){return crypto.getRandomValues(new Uint8Array(1))[0]}function bl(){let t="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",e=[];for(;e.length<ct;){let o=Cl();o>247||e.push(t.charAt(o%62))}return e.join("")}var yi=({onChange:t,disabled:e,readOnly:o,errorReasonOverride:r})=>{let[n,i]=Rt(fl),[s,a]=Rt(null),[p,u]=Rt(null),b=m=>{var P;let g=gl(m.currentTarget.value);if(g==="")return;let f=vl(n,ur),c=g.split(""),k=!c.every(ur),I=c.length+f>ct;if(k){a("PIN can only be letters and numbers"),u(1);return}if(I){a("PIN must be exactly 6 letters and numbers"),u(1);return}a(null),u(null);let T=Number((P=m.currentTarget.name)==null?void 0:P.charAt(4)),A=[...g||[""]].slice(0,ct-T),_=[...n.slice(0,T),...A,...n.slice(T+A.length)];i(_);let M=A.length,oe=Math.min(Math.max(T+M,0),ct-1),H=document.querySelector(`input[name=pin-${oe}]`),D=A[A.length-1]||"";if(yl(D)&&(wl(D)?H.autocapitalize="none":H.autocapitalize="on"),H==null||H.focus(),gi(_)){let ce=document.querySelector(`input[name=pin-${oe}]`);ce==null||ce.blur(),t(_.join(""))}else t(null);m.preventDefault()},E=m=>{p===1&&(a(null),u(null));let g=[...n.slice(0,m),"",...n.slice(m+1)];if(i(g),m>0){let f=document.querySelector(`input[name=pin-${m-1}]`);f==null||f.focus()}gi(g)?t(g.join("")):t(null)};return hr(_l,{children:[hr(xl,{children:[lt(El,{fail:!!r||!!s,children:r||s||"PIN can be letters and numbers"}),lt("div",{children:n.map((m,g)=>lt("input",{name:`pin-${g}`,type:"text",value:n[g],onChange:b,onKeyUp:f=>{f.key==="Backspace"&&E(g)},inputMode:"text",autoFocus:g===0,pattern:"[a-zA-Z0-9]",className:s?"fail":"",autoComplete:"off",disabled:e||o,autoCapitalize:"none"},g))})]}),!o&&lt(Ll,{disabled:e,onClick:()=>{let m=bl();i([...m]),t(m)}})]})},xl=mr.div`
1125
1125
  display: flex;
1126
1126
  flex-direction: column;
1127
1127
  width: 100%;
1128
1128
  gap: 8px;
1129
1129
 
1130
- ${rt}[data-height='medium'] & {
1130
+ ${it}[data-height='medium'] & {
1131
1131
  margin-top: 22px;
1132
1132
  }
1133
1133
 
@@ -1188,7 +1188,7 @@ Resources:
1188
1188
  transform: translate(1px, 0px);
1189
1189
  }
1190
1190
  }
1191
- `,xl=hr.div`
1191
+ `,El=mr.div`
1192
1192
  line-height: 20px;
1193
1193
  height: 20px;
1194
1194
  font-size: 13px;
@@ -1196,7 +1196,7 @@ Resources:
1196
1196
  display: flex;
1197
1197
  justify-content: flex-end;
1198
1198
  width: 100%;
1199
- `,El=({onClick:t,disabled:e,...o})=>{let[r,n]=It(!1),[i,s]=It();return hl(()=>{e&&i&&clearTimeout(i),s(void 0)},[e]),ur(Ll,{onClick:a=>{i&&clearTimeout(i),n(!0),t==null||t(a),s(setTimeout(()=>n(!1),1e3))},justGenerated:r,disabled:e,...o,children:[r?st(it,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):st(mi,{style:{height:"14px",width:"14px"}}),r?"Generated":"Generate"," PIN"]})},Ll=hr.button`
1199
+ `,Ll=({onClick:t,disabled:e,...o})=>{let[r,n]=Rt(!1),[i,s]=Rt();return ml(()=>{e&&i&&clearTimeout(i),s(void 0)},[e]),hr(Al,{onClick:a=>{i&&clearTimeout(i),n(!0),t==null||t(a),s(setTimeout(()=>n(!1),1e3))},justGenerated:r,disabled:e,...o,children:[r?lt(at,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):lt(fi,{style:{height:"14px",width:"14px"}}),r?"Generated":"Generate"," PIN"]})},Al=mr.button`
1200
1200
  display: flex;
1201
1201
  align-items: center;
1202
1202
  gap: 6px;
@@ -1234,7 +1234,7 @@ Resources:
1234
1234
  width: 14px;
1235
1235
  height: 14px;
1236
1236
  }
1237
- `;import{useEffect as Tl,useState as fr}from"react";import vi from"styled-components";import{useState as _l}from"react";import kl from"styled-components";import{jsx as mr}from"react/jsx-runtime";var yi=({color:t,...e})=>mr("svg",{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 115.77 122.88",xmlSpace:"preserve",...e,children:mr("g",{children:mr("path",{fill:t||"currentColor",className:"st0",d:"M89.62,13.96v7.73h12.19h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02v0.02 v73.27v0.01h-0.02c-0.01,3.84-1.57,7.33-4.1,9.86c-2.51,2.5-5.98,4.06-9.82,4.07v0.02h-0.02h-61.7H40.1v-0.02 c-3.84-0.01-7.34-1.57-9.86-4.1c-2.5-2.51-4.06-5.98-4.07-9.82h-0.02v-0.02V92.51H13.96h-0.01v-0.02c-3.84-0.01-7.34-1.57-9.86-4.1 c-2.5-2.51-4.06-5.98-4.07-9.82H0v-0.02V13.96v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07V0h0.02h61.7 h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02V13.96L89.62,13.96z M79.04,21.69v-7.73v-0.02h0.02 c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v64.59v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h12.19V35.65 v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07v-0.02h0.02H79.04L79.04,21.69z M105.18,108.92V35.65v-0.02 h0.02c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v73.27v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h61.7h0.02 v0.02c0.91,0,1.75-0.39,2.37-1.01c0.61-0.61,1-1.46,1-2.37h-0.02V108.92L105.18,108.92z"})})});import{jsx as wi,jsxs as Pl}from"react/jsx-runtime";var bo=t=>{let[e,o]=_l(!1);return Pl(Sl,{onClick:()=>{o(!0),navigator.clipboard.writeText(t.text),setTimeout(()=>o(!1),1500)},justCopied:e,children:[e?wi(it,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):wi(yi,{style:{height:"14px",width:"14px"}}),e?"Copied":"Copy"," ",t.itemName?t.itemName:"to Clipboard"]})},Sl=kl.button`
1237
+ `;import{useEffect as Wl,useState as gr}from"react";import Ci from"styled-components";import{useState as Sl}from"react";import Pl from"styled-components";import{jsx as fr}from"react/jsx-runtime";var wi=({color:t,...e})=>fr("svg",{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 115.77 122.88",xmlSpace:"preserve",...e,children:fr("g",{children:fr("path",{fill:t||"currentColor",className:"st0",d:"M89.62,13.96v7.73h12.19h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02v0.02 v73.27v0.01h-0.02c-0.01,3.84-1.57,7.33-4.1,9.86c-2.51,2.5-5.98,4.06-9.82,4.07v0.02h-0.02h-61.7H40.1v-0.02 c-3.84-0.01-7.34-1.57-9.86-4.1c-2.5-2.51-4.06-5.98-4.07-9.82h-0.02v-0.02V92.51H13.96h-0.01v-0.02c-3.84-0.01-7.34-1.57-9.86-4.1 c-2.5-2.51-4.06-5.98-4.07-9.82H0v-0.02V13.96v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07V0h0.02h61.7 h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02V13.96L89.62,13.96z M79.04,21.69v-7.73v-0.02h0.02 c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v64.59v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h12.19V35.65 v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07v-0.02h0.02H79.04L79.04,21.69z M105.18,108.92V35.65v-0.02 h0.02c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v73.27v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h61.7h0.02 v0.02c0.91,0,1.75-0.39,2.37-1.01c0.61-0.61,1-1.46,1-2.37h-0.02V108.92L105.18,108.92z"})})});import{jsx as vi,jsxs as Tl}from"react/jsx-runtime";var bo=t=>{let[e,o]=Sl(!1);return Tl(kl,{onClick:()=>{o(!0),navigator.clipboard.writeText(t.text),setTimeout(()=>o(!1),1500)},justCopied:e,children:[e?vi(at,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):vi(wi,{style:{height:"14px",width:"14px"}}),e?"Copied":"Copy"," ",t.itemName?t.itemName:"to Clipboard"]})},kl=Pl.button`
1238
1238
  display: flex;
1239
1239
  align-items: center;
1240
1240
  gap: 6px;
@@ -1272,12 +1272,12 @@ Resources:
1272
1272
  width: 14px;
1273
1273
  height: 14px;
1274
1274
  }
1275
- `;import{Fragment as Rl,jsx as be,jsxs as xo}from"react/jsx-runtime";var Ci=()=>{let{authenticated:t,getAccessToken:e,user:o}=F(),{walletProxy:r,refreshUser:n,closePrivyModal:i}=_(),{navigate:s,data:a}=C(),[d,p]=fr(null),[E,k]=fr(""),[w,m]=fr(!1),{onFailure:f}=a.createWallet;Tl(()=>{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")),i({shouldCallAuthOnSuccess:!1})},S=T=>{p(T)},N=fe(o),V=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 n()}catch($){k("An error has occurred, please try again."),console.error($)}finally{m(!1)}},P=!!N;return xo(Rl,{children:[be(L,{onClose:c}),xo(Wl,{children:[xo("div",{children:[be(q,{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(gi,{onChange:S,disabled:w,readOnly:P,errorReasonOverride:E}),P?be(bo,{text:d||""}):null]}),xo(Il,{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:V,warn:P,children:P?"I have saved my PIN":"Create your wallet"})]}),be(G,{protectedByPrivy:!0})]})},Wl=vi.div`
1275
+ `;import{Fragment as Ml,jsx as Le,jsxs as xo}from"react/jsx-runtime";var bi=()=>{let{authenticated:t,getAccessToken:e,user:o}=$(),{walletProxy:r,refreshUser:n,closePrivyModal:i}=S(),{navigate:s,data:a}=v(),[p,u]=gr(null),[b,E]=gr(""),[m,g]=gr(!1),{onFailure:f}=a.createWallet;Wl(()=>{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")),i({shouldCallAuthOnSuccess:!1})},k=_=>{u(_)},I=we(o),T=I?()=>{g(!0),setTimeout(()=>{g(!1),s("EMBEDDED_WALLET_CREATED_SCREEN")},350)}:async()=>{g(!0);let _=await e();if(_&&p!==null)try{await(r==null?void 0:r.create({accessToken:_,recoveryPin:p})),E(""),await n()}catch(M){E("An error has occurred, please try again."),console.error(M)}finally{g(!1)}},A=!!I;return xo(Ml,{children:[Le(L,{onClose:c}),xo(Il,{children:[xo("div",{children:[Le(X,{title:A?"Secure your PIN":"Set your PIN",description:A?"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."}),Le(yi,{onChange:k,disabled:m,readOnly:A,errorReasonOverride:b}),A?Le(bo,{text:p||""}):null]}),xo(Rl,{children:[Le("h4",{children:"Why am I doing this?"}),A?Le("p",{children:"This PIN allows you to access your wallet across devices. If you lose it, there is no way to recover your wallet."}):Le("p",{children:"A digital wallet is being created on this device for your account. This PIN allows you to access it across devices."})]}),Le(Ie,{loading:m||!r,disabled:!p,onClick:T,warn:A,children:A?"I have saved my PIN":"Create your wallet"})]}),Le(j,{protectedByPrivy:!0})]})},Il=Ci.div`
1276
1276
  display: flex;
1277
1277
  height: 100%;
1278
1278
  flex-direction: column;
1279
1279
  justify-content: space-between;
1280
- `,Il=vi.div`
1280
+ `,Rl=Ci.div`
1281
1281
  display: flex;
1282
1282
  flex-direction: column;
1283
1283
  justify-content: flex-start;
@@ -1302,7 +1302,7 @@ Resources:
1302
1302
  color: var(--light-theme-fg-3);
1303
1303
  font-size: 14px;
1304
1304
  }
1305
- `;import Ml from"styled-components";import{jsx as Ol}from"react/jsx-runtime";var bi=t=>{let e=t.accentColor||"#696ffd";return Ol(Nl,{accentColor:e,children:t.children})},Nl=Ml.div`
1305
+ `;import Nl from"styled-components";import{jsx as Ul}from"react/jsx-runtime";var xi=t=>{let e=t.accentColor||"#696ffd";return Ul(Ol,{accentColor:e,children:t.children})},Ol=Nl.div`
1306
1306
  /*! Modified from https://unpkg.com/tailwindcss@3.2.3/src/css/preflight.css */
1307
1307
 
1308
1308
  *,
@@ -1614,7 +1614,7 @@ Resources:
1614
1614
  display: none;
1615
1615
  }
1616
1616
  }
1617
- `;import{useEffect as r1}from"react";import{useEffect as xi,useState as Ei}from"react";import Lo from"styled-components";import{Fragment as Vl,jsx as Be,jsxs as Eo}from"react/jsx-runtime";var Li={google:{name:"Google",component:no},discord:{name:"Discord",component:to},github:{name:"Github",component:oo},twitter:{name:"Twitter",component:eo}},Ul=t=>t.charAt(0).toUpperCase()+t.slice(1),gr=()=>{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)},Ai=()=>{var f;let[t,e]=Ei(!1),[o,r]=Ei(void 0),{getAuthMeta:n,initLoginWithOAuth:i,loginWithOAuth:s,closePrivyModal:a}=_(),{ready:d}=F(),p=((f=n())==null?void 0:f.provider)||"google",E=Li[p].name,k=Li[p].component;xi(()=>{!d||s().then(()=>{gr(),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 ${Ul(p)} to finish connecting your account.`,S.retryable=!0),gr(),r(S)})},[d]),xi(()=>{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(Vl,{children:[Be(L,{}),Eo(Dl,{children:[Be(Gl,{children:Eo("div",{children:[Be(Qe,{success:t,fail:!!o}),Be(k,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),Eo(Fl,{children:[Be("h3",{children:w}),Be("p",{children:m})]}),Be(Bl,{onClick:()=>{gr(),i(p),r(void 0)},visible:!t&&(o==null?void 0:o.retryable),disabled:!t&&!(o!=null&&o.retryable),children:"Retry"})]})]})},Dl=Lo.div`
1617
+ `;import{useEffect as n1}from"react";import{useEffect as Ei,useState as Li}from"react";import Lo from"styled-components";import{Fragment as Hl,jsx as $e,jsxs as Eo}from"react/jsx-runtime";var Ai={google:{name:"Google",component:no},discord:{name:"Discord",component:to},github:{name:"Github",component:oo},twitter:{name:"Twitter",component:eo}},Dl=t=>t.charAt(0).toUpperCase()+t.slice(1),yr=()=>{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)},_i=()=>{var A;let{ready:t,user:e,authenticated:o}=$(),{data:r,setModalData:n,navigate:i}=v(),{getAuthMeta:s,initLoginWithOAuth:a,loginWithOAuth:p,closePrivyModal:u}=S(),[b,E]=Li(!1),[m,g]=Li(void 0),f=((A=s())==null?void 0:A.provider)||"google",c=Ai[f].name,k=Ai[f].component;Ei(()=>{!t||p().then(()=>{yr(),E(!0)}).catch(_=>{let M={retryable:!1,message:"Authentication failed."};_.message.includes("Another user has already linked this")?M.detail="This account has already been linked to another user.":_.message==="Invalid code during oauth flow."?(M.retryable=!0,M.detail="Something went wrong. Try again."):_.message==="User denied confirmation during OAuth flow"&&(M.detail=`Retry and check ${Dl(f)} to finish connecting your account.`,M.retryable=!0),yr(),g(M)})},[t]),Ei(()=>{var oe;if(!(o&&b&&e))return;if(((oe=r==null?void 0:r.login)==null?void 0:oe.promptCreatePrivyWalletFlow)&&!e.wallet){let H=setTimeout(()=>{n({createWallet:{onSuccess:()=>u({shouldCallAuthOnSuccess:!0}),onFailure:D=>console.error(D)}}),i("EMBEDDED_WALLET_SCREEN")},ne-500);return()=>clearTimeout(H)}else{let H=setTimeout(u,ne);return()=>clearTimeout(H)}},[b]);let I=b?`Successfully connected with ${c}`:m?m.message:`Verifying connection to ${c}`,T="";return b?T="You\u2019re good to go!":m?T=m.detail:T="Just a few moments more",Eo(Hl,{children:[$e(L,{}),Eo(Fl,{children:[$e(Bl,{children:Eo("div",{children:[$e(tt,{success:b,fail:!!m}),$e(k,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),Eo(Gl,{children:[$e("h3",{children:I}),$e("p",{children:T})]}),$e(Vl,{onClick:()=>{yr(),a(f),g(void 0)},visible:!b&&(m==null?void 0:m.retryable),disabled:!b&&!(m!=null&&m.retryable),children:"Retry"})]})]})},Fl=Lo.div`
1618
1618
  display: flex;
1619
1619
  flex-direction: column;
1620
1620
  align-items: center;
@@ -1622,11 +1622,11 @@ Resources:
1622
1622
  margin-left: 27px;
1623
1623
  margin-right: 27px;
1624
1624
  gap: 24px;
1625
- `,Fl=Lo.div`
1625
+ `,Gl=Lo.div`
1626
1626
  display: flex;
1627
1627
  flex-direction: column;
1628
1628
  gap: 8px;
1629
- `,Gl=Lo.div`
1629
+ `,Bl=Lo.div`
1630
1630
  display: flex;
1631
1631
  flex-direction: column;
1632
1632
  justify-content: center;
@@ -1649,7 +1649,7 @@ Resources:
1649
1649
  left: -19px;
1650
1650
  top: -19px;
1651
1651
  }
1652
- `,Bl=Lo.button`
1652
+ `,Vl=Lo.button`
1653
1653
  && {
1654
1654
  padding: 12px 16px;
1655
1655
  font-weight: 500;
@@ -1661,7 +1661,7 @@ Resources:
1661
1661
  opacity: ${t=>t.visible?"1":"0"};
1662
1662
  transition: opacity 200ms;
1663
1663
  }
1664
- `;import{Fragment as Hl,jsx as lt,jsxs as zl}from"react/jsx-runtime";var _i=()=>{let{app:t}=C();return zl(Hl,{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(io,{})}),lt(_e,{children:lt(so,{stacked:!0})}),lt(G,{protectedByPrivy:!0})]})};import{Fragment as $l,jsx as ct,jsxs as jl}from"react/jsx-runtime";var ki=()=>{let{app:t}=C();return jl($l,{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(G,{protectedByPrivy:!0})]})};import{Fragment as Zl,jsx as Rt,jsxs as Si}from"react/jsx-runtime";var Pi=()=>{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 Si(Zl,{children:[Rt(L,{},"header"),Rt(Pn,{title:`${t?"Reconnect":"Connect"} your wallet`,description:o}),Si(_e,{children:[Rt(Yt,{}),Rt(Xt,{})]}),Rt(G,{protectedByPrivy:!0})]})};import pt from"styled-components";import{jsx as h,jsxs as D}from"react/jsx-runtime";var Ti=()=>D("svg",{width:"332",height:"128",viewBox:"0 0 332 128",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[D("g",{clipPath:"url(#clip0_39_1593)",children:[h("g",{clipPath:"url(#clip1_39_1593)",children:D("g",{filter:"url(#filter0_b_39_1593)",children:[D("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)"})]}),D("defs",{children:[D("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"})]}),D("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"})]}),D("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"})]}),D("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"})]}),D("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"})]}),D("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"})]}),D("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"})]}),D("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"})]}),D("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"})]}),D("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"})]}),D("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"})]}),D("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 e1,jsx as ue,jsxs as dt}from"react/jsx-runtime";var Wi=()=>{var E;let{user:t}=F(),{closePrivyModal:e}=_(),{data:o}=C(),r=fe(t),{onSuccess:n,onFailure:i}=o.createWallet,s=()=>{r?(n(r),e({shouldCallAuthOnSuccess:!1})):i(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(e1,{children:[ue(L,{onClose:s}),dt(ql,{children:[dt("div",{children:[ue(q,{title:a,description:d}),dt(Kl,{children:[ue(Ti,{}),dt(Jl,{children:[ue("p",{children:((E=t==null?void 0:t.email)==null?void 0:E.address)||""}),dt(Yl,{children:[ue(Xl,{children:p})," ",ue(Qt,{color:"var(--light-theme-bg-1)"})]})]})]}),ue(Ql,{children:ue(bo,{text:r.address,itemName:"Address"})})]}),ue(Pe,{onClick:s,children:"I\u2019m all set"})]}),ue(G,{protectedByPrivy:!0})]})},ql=pt.div`
1664
+ `;import{Fragment as zl,jsx as dt,jsxs as $l}from"react/jsx-runtime";var Si=()=>{let{app:t}=v();return $l(zl,{children:[dt(L,{},"header"),dt(nt,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:dt(io,{})}),dt(ke,{children:dt(so,{stacked:!0})}),dt(j,{protectedByPrivy:!0})]})};import{Fragment as jl,jsx as pt,jsxs as Zl}from"react/jsx-runtime";var Pi=()=>{let{app:t}=v();return Zl(jl,{children:[pt(L,{},"header"),pt(nt,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:pt(ao,{})}),pt(ke,{children:pt(lo,{stacked:!0})}),pt(j,{protectedByPrivy:!0})]})};import{Fragment as ql,jsx as Mt,jsxs as ki}from"react/jsx-runtime";var Ti=()=>{let{linkingHint:t}=S(),{app:e}=v(),o=t?`Select the wallet with ${De(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 ki(ql,{children:[Mt(L,{},"header"),Mt(Tn,{title:`${t?"Reconnect":"Connect"} your wallet`,description:o}),ki(ke,{children:[Mt(Yt,{}),Mt(Xt,{})]}),Mt(j,{protectedByPrivy:!0})]})};import ht from"styled-components";import{jsx as h,jsxs as V}from"react/jsx-runtime";var Wi=()=>V("svg",{width:"332",height:"128",viewBox:"0 0 332 128",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[V("g",{clipPath:"url(#clip0_39_1593)",children:[h("g",{clipPath:"url(#clip1_39_1593)",children:V("g",{filter:"url(#filter0_b_39_1593)",children:[V("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)"})]}),V("defs",{children:[V("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"})]}),V("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"})]}),V("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"})]}),V("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"})]}),V("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"})]}),V("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"})]}),V("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"})]}),V("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"})]}),V("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"})]}),V("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"})]}),V("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"})]}),V("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 t1,jsx as fe,jsxs as ut}from"react/jsx-runtime";var Ii=()=>{var b;let{user:t}=$(),{closePrivyModal:e}=S(),{data:o}=v(),r=we(t),{onSuccess:n,onFailure:i}=o.createWallet,s=()=>{r?(n(r),e({shouldCallAuthOnSuccess:!1})):i(new Error("Failed to create wallet"))},a="Your digital wallet",p="You\u2019re all set! This wallet is all yours and can only ever be accessed by you.",u=De(r.address);return ut(t1,{children:[fe(L,{onClose:s}),ut(Kl,{children:[ut("div",{children:[fe(X,{title:a,description:p}),ut(Jl,{children:[fe(Wi,{}),ut(Yl,{children:[fe("p",{children:((b=t==null?void 0:t.email)==null?void 0:b.address)||""}),ut(Xl,{children:[fe(Ql,{children:u})," ",fe(Qt,{color:"var(--light-theme-bg-1)"})]})]})]}),fe(e1,{children:fe(bo,{text:r.address,itemName:"Address"})})]}),fe(Ie,{onClick:s,children:"I\u2019m all set"})]}),fe(j,{protectedByPrivy:!0})]})},Kl=ht.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
- `,Kl=pt.div`
1673
+ `,Jl=ht.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
- `,Jl=pt.div`
1682
+ `,Yl=ht.div`
1683
1683
  display: flex;
1684
1684
  text-align: left;
1685
1685
  flex-direction: column;
@@ -1691,17 +1691,17 @@ Resources:
1691
1691
  color: var(--light-theme-bg-1);
1692
1692
  opacity: 0.65;
1693
1693
  }
1694
- `,Yl=pt.div`
1694
+ `,Xl=ht.div`
1695
1695
  display: flex;
1696
1696
  justify-content: space-between;
1697
1697
  width: 100%;
1698
- `,Xl=pt.span`
1698
+ `,Ql=ht.span`
1699
1699
  font-size: 17px;
1700
1700
  color: #fff;
1701
- `,Ql=pt.div`
1701
+ `,e1=ht.div`
1702
1702
  display: flex;
1703
1703
  justify-content: center;
1704
- `;import{disableBodyScroll as n1,clearAllBodyScrollLocks as i1}from"body-scroll-lock";import{jsx as W,jsxs as Ii}from"react/jsx-runtime";var s1=()=>{let{ready:t}=F(),{isLinking:e}=_(),{ready:o,currentScreen:r,app:n}=C(),i=!!(n!=null&&n.walletAuth),s=!!((n==null?void 0:n.emailAuth)||(n==null?void 0:n.smsAuth)),a=i!==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?Ii(rt,{"data-height":d,children:[W(L,{}),W(c1,{children:W(At,{})}),W(oe,{})]}):Ii(rt,{"data-height":d,children:[r==="LANDING"&&W(_n,{}),r==="AWAITING_PASSWORDLESS_CODE"&&W(Mn,{}),r==="SETTING_ACTIVE_WALLET"&&W(ai,{}),r==="WALLET_EDUCATION"&&W(Jn,{}),r==="AWAITING_CONNECTION"&&W(oi,{}),r==="AWAITING_OAUTH_SCREEN"&&W(Ai,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&W(Fn,{}),r==="INSTALL_METAMASK_SCREEN"&&W(ni,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&W(ci,{}),r==="LINK_EMAIL_SCREEN"&&W(_i,{}),r==="LINK_PHONE_SCREEN"&&W(ki,{}),r==="LINK_WALLET_SCREEN"&&W(Pi,{}),r==="EMBEDDED_WALLET_SCREEN"&&W(Ci,{}),r==="EMBEDDED_WALLET_CREATED_SCREEN"&&W(Wi,{}),r==="SIGN_REQUEST_SCREEN"&&W(ui,{})]})},Ri=()=>{let{app:t}=C();return o1.createPortal(W(l1,{id:"privy-dialog",children:W(bi,{accentColor:t==null?void 0:t.accentColor,children:W(s1,{})})}),document.body)},a1=({children:t,...e})=>{let o=t1(null);return r1(()=>{var n;(n=document==null?void 0:document.activeElement)==null||n.blur();let r=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));if(!!r)return r.setAttribute("inert","true"),n1(o==null?void 0:o.current),()=>{let i=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));!i||(i.removeAttribute("inert"),i1())}},[e.open,e.onClose]),W("dialog",{open:!0,role:"dialog",...e,ref:o,children:t})},l1=yr(a1)`
1704
+ `;import{disableBodyScroll as i1,clearAllBodyScrollLocks as s1}from"body-scroll-lock";import{jsx as W,jsxs as Ri}from"react/jsx-runtime";var a1=()=>{let{ready:t}=$(),{isLinking:e}=S(),{ready:o,currentScreen:r,app:n}=v(),i=!!(n!=null&&n.walletAuth),s=!!((n==null?void 0:n.emailAuth)||(n==null?void 0:n.smsAuth)),a=i!==s,p;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN","ALLOWLIST_REJECTION_SCREEN","SETTING_ACTIVE_WALLET"].includes(r)||a&&r==="LANDING"?p="compact":"WALLET_EDUCATION"===r?p="full":e?p="medium":p="full",!t||!o?Ri(it,{"data-height":p,children:[W(L,{}),W(d1,{children:W(_t,{})}),W(se,{})]}):Ri(it,{"data-height":p,children:[r==="LANDING"&&W(Sn,{}),r==="AWAITING_PASSWORDLESS_CODE"&&W(Nn,{}),r==="SETTING_ACTIVE_WALLET"&&W(li,{}),r==="WALLET_EDUCATION"&&W(Yn,{}),r==="AWAITING_CONNECTION"&&W(ri,{}),r==="AWAITING_OAUTH_SCREEN"&&W(_i,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&W(Gn,{}),r==="INSTALL_METAMASK_SCREEN"&&W(ii,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&W(di,{}),r==="LINK_EMAIL_SCREEN"&&W(Si,{}),r==="LINK_PHONE_SCREEN"&&W(Pi,{}),r==="LINK_WALLET_SCREEN"&&W(Ti,{}),r==="EMBEDDED_WALLET_SCREEN"&&W(bi,{}),r==="EMBEDDED_WALLET_CREATED_SCREEN"&&W(Ii,{}),r==="SIGN_REQUEST_SCREEN"&&W(hi,{})]})},Mi=()=>{let{app:t}=v();return r1.createPortal(W(c1,{id:"privy-dialog",children:W(xi,{accentColor:t==null?void 0:t.accentColor,children:W(a1,{})})}),document.body)},l1=({children:t,...e})=>{let o=o1(null);return n1(()=>{var n;(n=document==null?void 0:document.activeElement)==null||n.blur();let r=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));if(!!r)return r.setAttribute("inert","true"),i1(o==null?void 0:o.current),()=>{let i=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));!i||(i.removeAttribute("inert"),s1())}},[e.open,e.onClose]),W("dialog",{open:!0,role:"dialog",...e,ref:o,children:t})},c1=wr(l1)`
1705
1705
  position: fixed;
1706
1706
  top: 0;
1707
1707
  left: 0;
@@ -1716,7 +1716,7 @@ Resources:
1716
1716
  z-index: 999999;
1717
1717
  -webkit-backdrop-filter: blur(3px);
1718
1718
  backdrop-filter: blur(3px);
1719
- `,rt=yr.div`
1719
+ `,it=wr.div`
1720
1720
  display: flex;
1721
1721
  flex-direction: column;
1722
1722
  text-align: center;
@@ -1753,10 +1753,10 @@ Resources:
1753
1753
  min-height: 0;
1754
1754
  }
1755
1755
  }
1756
- `,c1=yr.div`
1756
+ `,d1=wr.div`
1757
1757
  display: flex;
1758
1758
  flex-direction: column;
1759
1759
  align-items: center;
1760
1760
  justify-content: center;
1761
1761
  height: 100%;
1762
- `;import{jsx as Ao,jsxs as Ni}from"react/jsx-runtime";function p1(t){return typeof t=="string"&&t.length===25}var Mt;function u1(){if(!Mt){let t=H.get($e);return Promise.resolve(t||null)}return Mt.getAccessToken()}var h1=t=>{if(!p1(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(f1,{...t,client:Mt})},m1=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)}},f1=t=>{let e=t.client,[o,r]=Y(!1),[n,i]=Y(!1),[s,a]=Y(!1),[d,p]=Y(null),[E,k]=Y(!1),[w,m]=Y(null),[f,c]=Y(!1),[S,N]=Y(null),[V,P]=Y(null),[T,$]=Y(null),[ie,j]=Y({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]=Y(!1),[O,Ve]=Y({}),ut=m1(ie),se=l=>{l&&m(l),r(!0)};Mi(()=>{async function l(){let u=await e.getAppSettings();j(u),e.connectors.initialize(),Nt();let I=await e.getAuthenticatedUser();a(!!I),p(I),i(!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"))};Mi(()=>{n&&s&&d===null&&e.getAuthenticatedUser().then(p)},[n,s,d,e]);let He=()=>{c(!0),se("LINK_WALLET_SCREEN")},X={ready:n,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(n&&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 d1(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:V,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=n&&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;n&&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 Ni(Fo.Provider,{value:X,children:[t.children,Ni(Bo.Provider,{value:ht,children:[Ao(en,{appSettings:ie,options:ut,data:O,initialScreen:w,visible:o,authenticated:s,children:o&&Ao(Ri,{})}),A&&Ao(Jr,{appId:t.appId,origin:_o,onLoad:$,onLoadFailed:()=>{}})]})]})};export{Re as AsExternalProvider,ft as ConnectorManager,yt as PrivyClient,h1 as PrivyProvider,le as PrivyProxyProvider,ko as VERSION,me as WalletConnector,u1 as getAccessToken,F as usePrivy};
1762
+ `;import{jsx as Ao,jsxs as Oi}from"react/jsx-runtime";function u1(t){return typeof t=="string"&&t.length===25}var Nt;function h1(){if(!Nt){let t=q.get(Ze);return Promise.resolve(t||null)}return Nt.getAccessToken()}var m1=t=>{if(!u1(t.appId))throw new y("Cannot initialize the Privy provider with an invalid Privy app ID");return Nt||(Nt=new wt({appId:t.appId,apiURL:So})),Ao(g1,{...t,client:Nt})},f1=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)}},g1=t=>{let e=t.client,[o,r]=te(!1),[n,i]=te(!1),[s,a]=te(!1),[p,u]=te(null),[b,E]=te(!1),[m,g]=te(null),[f,c]=te(!1),[k,I]=te(null),[T,A]=te(null),[_,M]=te(null),[oe,H]=te({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}),[D,P]=te(!1),[ce,F]=te({}),G=f1(oe),R=l=>{l&&g(l),r(!0)},de=l=>{let d=t.createPrivyWalletOnLogin===!0;F({login:{promptCreatePrivyWalletFlow:d}}),d&&P(!0),R(l)};Ni(()=>{async function l(){let d=await e.getAppSettings();H(d),e.connectors.initialize(),Ne();let N=await e.getAuthenticatedUser();a(!!N),u(N),i(!0)}l()},[e]);let Ne=()=>{let l=new URLSearchParams(window.location.search),d=l.get("privy_oauth_code"),N=l.get("privy_oauth_state"),Ae=l.get("privy_oauth_provider");d&&N&&Ae&&(e.startAuthFlow(new Ye(Ae,d,N)),de("AWAITING_OAUTH_SCREEN"))};Ni(()=>{n&&s&&p===null&&e.getAuthenticatedUser().then(u)},[n,s,p,e]);let mt=()=>{c(!0),R("LINK_WALLET_SCREEN")},Ot={ready:n,authenticated:s,user:p,walletConnectors:e.connectors,linkWallet:mt,linkEmail:()=>{c(!0),R("LINK_EMAIL_SCREEN")},linkPhone:()=>{c(!0),R("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await z.initLoginWithOAuth("google")},linkTwitter:async()=>{await z.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await z.initLoginWithOAuth("discord")},linkGithub:async()=>{await z.initLoginWithOAuth("github")},login:()=>{if(n&&s){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}de()},logout:async()=>{await e.logout(),u(null),a(!1),g(null),c(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connectors.getEthereumProvider(),getEthersProvider:()=>new p1(new Ue(e.connectors.getEthereumProvider())),getWeb3jsProvider:()=>new Gt(e.connectors.getEthereumProvider()),unlinkWallet:async l=>{let d=await e.unlinkWallet(l);return u(d),d},unlinkEmail:async l=>{let d=await e.unlinkEmail(l);return u(d),d},unlinkPhone:async l=>{let d=await e.unlinkPhone(l);return u(d),d},unlinkGoogle:async l=>{let d=await e.unlinkOAuth("google",l);return u(d),d},unlinkTwitter:async l=>{let d=await e.unlinkOAuth("twitter",l);return u(d),d},unlinkDiscord:async l=>{let d=await e.unlinkOAuth("discord",l);return u(d),d},unlinkGithub:async l=>{let d=await e.unlinkOAuth("github",l);return u(d),d},setActiveWallet:async l=>{if(!p)return;let d=e.connectors.getConnectorByAddress(l);if(!d){A(l),mt();return}I({address:l,walletType:d.walletType,success:!1}),R("SETTING_ACTIVE_WALLET"),e.setActiveWallet(l,p).then(N=>{u(N),I({address:l,walletType:d.walletType,success:!0})}).catch(N=>{N instanceof y&&N.message==="Error setting the active wallet."&&(A(l),mt()),I({address:l,walletType:d.walletType,success:!1,error:N.message})})},forkSession:()=>e.forkSession(),createWallet:()=>new Promise((l,d)=>{if(!s||!p){d(new Error("User must be authenticated before creating a Privy wallet"));return}if(we(p)){d(new Error("Only one Privy wallet per user is currently allowed"));return}P(!0),F({createWallet:{onSuccess:l,onFailure:d}}),R("EMBEDDED_WALLET_SCREEN")}),signMessage:(l,d)=>new Promise((N,Ae)=>{if(!s||!p){Ae(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!we(p)){Ae(new Error("Must have a Privy wallet before signing"));return}if(typeof l!="string"||l.length<1){Ae(new Error("Message must be a non-empty string"));return}P(!0),F({signMessage:{message:l,onSuccess:N,onFailure:Ae,uiOptions:d||{}}}),R("SIGN_REQUEST_SCREEN")})},z=(()=>({isLinking:f,linkingHint:T,activeStatus:k,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var l;return(l=e.authFlow)==null?void 0:l.meta},closePrivyModal:(l={shouldCallAuthOnSuccess:!0})=>{var N;let d=n&&s&&p;l.shouldCallAuthOnSuccess&&d&&((N=t.onSuccess)==null||N.call(t,p,b)),e.authFlow=void 0,A(null),g(null),c(!1),I(null),E(!1),r(!1)},initLoginWithWallet:l=>{if(!e.connectors)throw new y("Connector not initialized");l||(l="metamask"),e.startAuthFlow(new vt(e.connectors,l))},loginWithWallet:async()=>{if(!(e.authFlow instanceof vt))throw new y("Must initialize SIWE flow first.");let l,d;f?(l=await e.link(),l&&(l=yt(l))):{user:l,isNewUser:d}=await e.authenticate(),u(l||p||null),E(d||!1),a(!0)},initLoginWithOAuth:async l=>{e.startAuthFlow(new Ye(l));let d=await e.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof Ye))throw new y("Must initialize OAuth flow before calling loginWithOAuth");let l,d;n&&s?l=await e.link():{user:l,isNewUser:d}=await e.authenticate(),u(l),E(d||!1),a(!0)},initLoginWithEmail:async l=>{let d=new Ct(l);e.startAuthFlow(d),await d.sendCodeEmail()},initLoginWithSms:async l=>{let d=new bt(l);e.startAuthFlow(d),await d.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 Ct)e.authFlow.meta.emailCode=l.trim();else if(e.authFlow instanceof bt)e.authFlow.meta.smsCode=l.trim();else throw new y("Must initialize a passwordless code flow first");let d,N;f?d=await e.link():{user:d,isNewUser:N}=await e.authenticate(),u(d||p||null),E(N||!1),a(!0)},refreshUser:async()=>{let l=await e.getAuthenticatedUser();return u(l),l},walletProxy:_}))();return Oi(Go.Provider,{value:Ot,children:[t.children,Oi(Vo.Provider,{value:z,children:[Ao(tn,{appSettings:oe,options:G,data:ce,setModalData:F,initialScreen:m,visible:o,authenticated:s,children:o&&Ao(Mi,{})}),D&&Ao(Yr,{appId:t.appId,origin:So,onLoad:M,onLoadFailed:()=>{}})]})]})};export{Ue as AsExternalProvider,gt as ConnectorManager,wt as PrivyClient,m1 as PrivyProvider,pe as PrivyProxyProvider,Po as VERSION,ye as WalletConnector,h1 as getAccessToken,$ as usePrivy};