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

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/index.js CHANGED
@@ -1,15 +1,31 @@
1
- "use strict";var zi=Object.create;var Xt=Object.defineProperty;var $i=Object.getOwnPropertyDescriptor;var ji=Object.getOwnPropertyNames;var Zi=Object.getPrototypeOf,qi=Object.prototype.hasOwnProperty;var Ki=(t,e)=>{for(var o in e)Xt(t,o,{get:e[o],enumerable:!0})},Rr=(t,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of ji(e))!qi.call(t,n)&&n!==o&&Xt(t,n,{get:()=>e[n],enumerable:!(r=$i(e,n))||r.enumerable});return t};var x=(t,e,o)=>(o=t!=null?zi(Zi(t)):{},Rr(e||!t||!t.__esModule?Xt(o,"default",{value:t,enumerable:!0}):o,t)),Ji=t=>Rr(Xt({},"__esModule",{value:!0}),t);var tl={};Ki(tl,{AsExternalProvider:()=>He,ConnectorManager:()=>mt,PrivyClient:()=>ft,PrivyProvider:()=>Hi,PrivyProxyProvider:()=>Ce,VERSION:()=>Qt,WalletConnector:()=>ke,getAccessToken:()=>Vi,usePrivy:()=>q});module.exports=Ji(tl);var Y=require("react");var oo=x(require("axios"));var Mr=x(require("axios")),ve=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}]`:""}`}},ct=class extends ve{constructor(o,r,n,i){super(n,i);this.type=o;this.status=r}},w=class extends ve{constructor(o,r){super(o,r);this.type="client_error"}};var Z=class extends ve{constructor(o,r){super(o,r);this.type="connector_error"}},V=t=>{if(t instanceof ve)return t;if(!Mr.default.isAxiosError(t))return he(t);if(!t.response)return new ct("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new ct(e||"ApiError",t.response.status,o||r,t)},he=t=>t instanceof ve?t:t instanceof Error?new w(t.message,t):new w(`Internal error: ${t}`);var Nr="1.17.0-beta.1";var Or="https://api.privy.io/v0",Ho=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",Mt="4df5e2316331463a9130964bd6078dfa",Ur=1e4,me=1400,Qt=Nr;var dt="privy:token",eo="privy:refresh_token",to="privy:connectors",Dr="walletconnect",zo=3e4;var ro=class{constructor(e,o,r){this.appId=e,this.sdkVersion=Qt,this.client=o,this.defaults=r}async get(e,o){try{return await oo.default.get(e,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw V(r)}}async post(e,o,r){try{return await oo.default.post(e,o,await this.buildConfig(r))}catch(n){throw V(n)}}async delete(e,o){try{return await oo.default.delete(e,await this.buildConfig(o))}catch(r){throw V(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}}};var Fr=x(require("jose")),Me=class{static parse(e){try{return new Me(e)}catch{return null}}constructor(e){this.value=e,this._decoded=Fr.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 Be=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 $o=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)}},jo=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 Xi(){return typeof window<"u"&&window.localStorage?new jo:new $o}var ne=Xi();var Gr=require("@ethersproject/logger");var pt=class extends Z{constructor(){super("Wallet timeout");this.type="wallet_error"}},Ve=t=>{if(t instanceof Z)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new ut(t);return t.code===Gr.ErrorCode.ACTION_REJECTED&&(e.details=ot.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new ut(t):new Z("Unknown connector error",t)},Zo=class extends ve{constructor(o,r,n){super(o);this.type="provider_error";this.code=r,this.data=n}},ut=class extends Zo{constructor(o){var i,s,a;let r=o;super(r.message,r.code,r.data);let n=Object.values(ot).find(h=>h.eipCode===r.code);this.details=n||ot.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=ot.E32002_CONNECTION_ALREADY_PENDING:this.details=ot.E32002_REQUEST_ALREADY_PENDING:(a=r.message)!=null&&a.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=ot.E32002_WALLET_LOCKED))}},Qi={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}},es={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}},ts={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}},ot={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...ts,...es},ht={...Qi,...ot};var os=12e4,qo=(t=new pt,e=os)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),Ce=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 Z(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),qo()]).catch(o=>{throw Ve(o)})}},He=class extends Ce{constructor(o){super(o)}},no=class extends Ce{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var Jo=require("@ethersproject/address"),Kr=require("@ethersproject/providers");var Br=require("@ethersproject/address");var Vr=require("@ethersproject/providers"),ke=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
+ "use strict";var $n=Object.create;var Xt=Object.defineProperty;var jn=Object.getOwnPropertyDescriptor;var Zn=Object.getOwnPropertyNames;var qn=Object.getPrototypeOf,Kn=Object.prototype.hasOwnProperty;var Jn=(t,e)=>{for(var o in e)Xt(t,o,{get:e[o],enumerable:!0})},Rr=(t,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Zn(e))!Kn.call(t,i)&&i!==o&&Xt(t,i,{get:()=>e[i],enumerable:!(r=jn(e,i))||r.enumerable});return t};var E=(t,e,o)=>(o=t!=null?$n(qn(t)):{},Rr(e||!t||!t.__esModule?Xt(o,"default",{value:t,enumerable:!0}):o,t)),Yn=t=>Rr(Xt({},"__esModule",{value:!0}),t);var ol={};Jn(ol,{AsExternalProvider:()=>Se,ConnectorManager:()=>ft,PrivyClient:()=>gt,PrivyProvider:()=>zn,PrivyProxyProvider:()=>Ce,VERSION:()=>Qt,WalletConnector:()=>ke,getAccessToken:()=>Hn,usePrivy:()=>q});module.exports=Yn(ol);var Vn=require("@ethersproject/providers"),Y=require("react");var Mr=E(require("axios")),ve=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}]`:""}`}},ct=class extends ve{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},w=class extends ve{constructor(o,r){super(o,r);this.type="client_error"}};var Z=class extends ve{constructor(o,r){super(o,r);this.type="connector_error"}},V=t=>{if(t instanceof ve)return t;if(!Mr.default.isAxiosError(t))return ue(t);if(!t.response)return new ct("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new ct(e||"ApiError",t.response.status,o||r,t)},ue=t=>t instanceof ve?t:t instanceof Error?new w(t.message,t):new w(`Internal error: ${t}`);var Nr=()=>"/api/v1/sessions",Or=()=>"/api/v1/sessions/logout",Ur=()=>"/api/v1/sessions/fork",Dr=()=>"/api/v1/siwe/init",Fr=()=>"/api/v1/siwe/authenticate",Gr=()=>"/api/v1/siwe/link",Br=()=>"/api/v1/passwordless/init",Vr=()=>"/api/v1/passwordless/authenticate",Hr=()=>"/api/v1/passwordless/link",zr=()=>"/api/v1/passwordless_sms/init",$r=()=>"/api/v1/passwordless_sms/authenticate",jr=()=>"/api/v1/passwordless_sms/link",Zr=()=>"/api/v1/oauth/init",qr=()=>"/api/v1/oauth/authenticate",Kr=()=>"/api/v1/oauth/link",Jr=()=>"/api/v1/siwe/unlink",Yr=()=>"/api/v1/passwordless/unlink",Xr=()=>"/api/v1/passwordless_sms/unlink",Qr=()=>"/api/v1/oauth/unlink";var Mt=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let e=Vr(),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 V(e)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let e=Hr();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw V(e)}}async sendCodeEmail(e){if(!this.api)throw new w("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new w("Email must be set when initialzing authentication.");try{let o=Br();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw V(o)}}};var dt=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 w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");try{let e=qr(),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 V(e)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");try{let e=Kr();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw V(e)}}async getAuthorizationUrl(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.provider)throw new w("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 V(e)}}};var Nt=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 w("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Fr(),{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 V(e)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Gr(),{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 V(e)}}async promptConnectAndSign(e){let o=await this.walletConnector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(Dr(),{address:r}),s=this.walletConnector.prepareMessage(i,r,n.data.nonce),a=await this.walletConnector.sign(s);return{message:s,signature:a}}};var Ot=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let e=$r(),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 V(e)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let e=jr();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw V(e)}}async sendSmsCode(e){if(!this.api)throw new w("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new w("phone nNumber must be set when initialzing authentication.");try{let o=zr();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw V(o)}}};var wi=require("@ethersproject/address");var ei="1.17.0";var ti="https://api.privy.io/v0",Ho=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",Ut="4df5e2316331463a9130964bd6078dfa",oi=1e4,he=1400,Qt=ei;var pt="privy:token",eo="privy:refresh_token",to="privy:connectors",ri="walletconnect",zo=3e4;var $o=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)}},jo=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 Qn(){return typeof window<"u"&&window.localStorage?new jo:new $o}var re=Qn();var ai=E(require("@coinbase/wallet-sdk")),li=require("@ethersproject/address");var ni=require("@ethersproject/address"),si=require("@ethersproject/providers");var ii=require("@ethersproject/logger");var ut=class extends Z{constructor(){super("Wallet timeout");this.type="wallet_error"}},Ve=t=>{if(t instanceof Z)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new ht(t);return t.code===ii.ErrorCode.ACTION_REJECTED&&(e.details=ot.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new ht(t):new Z("Unknown connector error",t)},Zo=class extends ve{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},ht=class extends Zo{constructor(o){var n,s,a;let r=o;super(r.message,r.code,r.data);let i=Object.values(ot).find(h=>h.eipCode===r.code);this.details=i||ot.UNKNOWN_ERROR,r.code===-32002&&((n=r.message)!=null&&n.includes("already pending for origin")?(s=r.message)!=null&&s.includes("wallet_requestPermissions")?this.details=ot.E32002_CONNECTION_ALREADY_PENDING:this.details=ot.E32002_REQUEST_ALREADY_PENDING:(a=r.message)!=null&&a.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=ot.E32002_WALLET_LOCKED))}},es={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}},ts={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}},os={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}},ot={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...os,...ts},mt={...es,...ot};var rs=12e4,qo=(t=new ut,e=rs)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),Ce=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 Z(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),qo()]).catch(o=>{throw Ve(o)})}},Se=class extends Ce{constructor(o){super(o)}},oo=class extends Ce{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var ke=class{constructor(e,o,r){this.createSiweMessage=(e,o,r,i,n,s,a)=>`${r} wants you to sign in with your Ethereum account:
2
2
  ${o}
3
3
 
4
4
  ${a}
5
5
 
6
- URI: ${n}
6
+ URI: ${i}
7
7
  Version: 1
8
8
  Chain ID: ${e}
9
9
  Nonce: ${s}
10
- Issued At: ${i}
10
+ Issued At: ${n}
11
11
  Resources:
12
- - https://privy.io`;this.provider=o,this.walletType=e,this.address=r,this.chain=null,this.connected=!1}async fetchAddress(){if(!this.address){let e=await this.provider.request({method:"eth_accounts"});Array.isArray(e)&&e.length>0&&(this.address=(0,Br.getAddress)(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 Vr.Web3Provider(new He(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)}};var Hr=require("libphonenumber-js/min");var zr=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,}))$/),$r=t=>(0,Hr.isPossiblePhoneNumber)(String(t),"US"),io=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)}},jr=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r},rt=(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}`},Ko=t=>new Promise(e=>setTimeout(e,t)),Zr=(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()},(...h)=>{s=!0,i(...h)}),a+=1,await Ko(o);s||i(new Error("Exceeded max attempts before resolving function"))})},qr=(...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("/")};var Jr=require("react-device-detect"),so=class extends ke{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 Kr.Web3Provider(this.provider).listAccounts();return o.length===0?null:(0,Jo.getAddress)(o[0])}disconnect(){console.warn("Metamask does not support programmetic disconnect.")}async promptConnection(){try{let e="";if(!Jr.isMobile&&(await this.provider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&await this.isConnected()))throw new Z("Selected the wrong wallet in MetaMask");let o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=(0,Jo.getAddress)(o[0])),!e||e==="")throw new Z("Unable to retrieve address");this.connected=!0,this.address=e}catch(e){throw Ve(e)}}async setActive(){if(await this.connectedMetamaskAddress()===this.address)return this.connected=!0,!0;for(;!this.connected;)await Ko(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})}};var Yr=require("@ethersproject/address");var Xr=x(require("@coinbase/wallet-sdk"));var rs=t=>{let e=`https://mainnet.infura.io/v3/${Mt}`,o=1;return t.makeWeb3Provider(e,o)},ao,lo=class extends ke{constructor(e,o){super("coinbase_wallet",e,o),ao||(ao=new Xr.default({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(e){return this.provider.setProvider(rs(ao)),e.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){ao.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=(0,Yr.getAddress)(o[0])),!e||e==="")throw new Z("Unable to retrieve address");this.connected=!0}catch(e){throw Ve(e)}}};var Yo=x(require("@walletconnect/web3-provider"));var Xo=class extends ke{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(),qo()]);if(r.length>0&&(o=r[0]),this._connectionManager.indexProvider(this._provider),!o||o==="")throw new Z("Unable to retrieve address");this.connected=!0}catch(o){throw Ve(o)}}disconnect(){}},co=class{constructor(){this._storageIdToProvider={},this._addressToStorageId={},ne.getKeys().forEach(e=>{if(e.startsWith("walletconnect")){let o=new Yo.default({infuraId:Mt,storageId:e,pollingInterval:zo});this._storageIdToProvider[e]=o;for(let r of o.accounts)this._addressToStorageId[r]=e}})}createConnector(e,o){return new Xo(this,e,o)}async disconnect(){Object.values(this._storageIdToProvider).forEach(async e=>{await e.disconnect()})}getProviderForAddress(e){let o=Dr,r=()=>`walletconnect:${Math.random().toString(36).slice(2)}`;e===null?o=r():o=this._addressToStorageId[e]||r();let n=new Yo.default({infuraId:Mt,storageId:o,pollingInterval:zo});return this._storageIdToProvider[o]=n,n}indexProvider(e){this._storageIdToProvider[e.storageId]=e;for(let o of e.accounts)this._addressToStorageId[o]=e.storageId}};var Qr=require("@ethersproject/address"),Qo=()=>{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},po=()=>{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},er=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===(0,Qr.getAddress)(e)).length):!1},en=()=>{var e;let t=ne.get(to);return t?(e=t.find(o=>o.active))==null?void 0:e.address:null},mt=class{constructor(){this.getEthereumProvider=()=>{var e;return((e=this.activeWalletConnector)==null?void 0:e.provider)||new Ce};this.walletConnectors=[],this.wcConnectionManager=new co,this.initialized=!1}initialize(){this.initialized||(this.load(),this.activeWalletConnector&&this.activeWalletConnector.connect({showPrompt:!1}),this.initialized=!0)}initializeLinkedWallets(e){e.linkedAccounts.forEach(()=>{})}load(){(ne.get(to)||[]).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)}});ne.put(to,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 Z("Cannot sign, no wallet is active. Is a wallet connected?");if(!await this.activeWalletConnector.connect({showPrompt:!1}))throw new Z("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 so(new Ce,o);case"coinbase_wallet":return new lo(new Ce,o);case"wallet_connect":return this.wcConnectionManager.createConnector(new Ce,o)}}};function ze(t){return new Date(t*1e3)}function ns(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:ze(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:ze(o.verified_at)};e.push(i);break;case"phone":let s={number:o.phoneNumber,type:o.type,verifiedAt:ze(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:ze(o.verified_at)};e.push(a);break;case"twitter_oauth":let h={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:ze(o.verified_at)};e.push(h);break;case"discord_oauth":let m={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:ze(o.verified_at)};e.push(m);break;case"github_oauth":let E={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:ze(o.verified_at)};e.push(E);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return e}function nt(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function Nt(t){let e=en();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 Ne=t=>t==null?void 0:t.linkedAccounts.find(e=>e.type==="wallet"&&e.walletClient==="privy");function Oe(t){if(!t)return null;let e=ns(t.linked_accounts),o=nt(e,"wallet"),r=nt(e,"email"),n=nt(e,"phone"),i=nt(e,"google_oauth"),s=nt(e,"twitter_oauth"),a=nt(e,"discord_oauth"),h=nt(e,"github_oauth"),m={id:t.id,createdAt:ze(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:h&&{subject:h.subject,username:h.username,name:h.name,email:h.email}};return Nt(m)}var tn=()=>"/api/v1/sessions",on=()=>"/api/v1/sessions/logout",rn=()=>"/api/v1/sessions/fork",nn=()=>"/api/v1/siwe/init",sn=()=>"/api/v1/siwe/authenticate",an=()=>"/api/v1/siwe/link",ln=()=>"/api/v1/passwordless/init",cn=()=>"/api/v1/passwordless/authenticate",dn=()=>"/api/v1/passwordless/link",pn=()=>"/api/v1/passwordless_sms/init",un=()=>"/api/v1/passwordless_sms/authenticate",hn=()=>"/api/v1/passwordless_sms/link",mn=()=>"/api/v1/oauth/init",fn=()=>"/api/v1/oauth/authenticate",gn=()=>"/api/v1/oauth/link",yn=()=>"/api/v1/siwe/unlink",wn=()=>"/api/v1/passwordless/unlink",vn=()=>"/api/v1/passwordless_sms/unlink",Cn=()=>"/api/v1/oauth/unlink";var is=30,uo=class{constructor(){this.authenticateOnce=new Be(async e=>this._authenticate(e)),this.linkOnce=new Be(async e=>this._link(e)),this.refreshOnce=new Be(this._refresh.bind(this)),this.destroyOnce=new Be(this._destroy.bind(this)),this.forkSessionOnce=new Be(this._forkSession.bind(this))}get token(){try{let e=ne.get(dt);return typeof e=="string"?new Me(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=ne.get(eo);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=Me.parse(this.token);return e!==null&&!e.isExpired(is)}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:Oe(n),isNewUser:i}}catch(o){throw console.warn("Error authenticating session"),he(o)}}async _link(e){try{let o=await e.link();return Oe(o)}catch(o){throw console.warn("Error linking account"),he(o)}}async _refresh(){if(!this.api)throw new w("Session has no API instance");if(!this.client)throw new w("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(tn(),{refresh_token:o},{headers:{authorization:`Bearer ${e}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),Oe(r.data.user)}catch(r){if(r instanceof ct&&r.status===400&&r.message==="Invalid auth token")return this.destroyLocalState(),null;throw he(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(on(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new w("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(rn(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw he(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null)}storeToken(e){typeof e=="string"?ne.put(dt,e):ne.del(dt)}storeRefreshToken(e){typeof e=="string"?ne.put(eo,e):ne.del(eo)}};var tr,ft=class{constructor(e){let o=e.apiURL||Or,r=e.timeout||Ur;this.appId=e.appId,this.connectors=new mt,tr||(tr=new uo),this.session=tr,this.api=new ro(e.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}authenticate(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new w("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(wn(),{address:e});return Oe(o.data)}catch(o){throw he(o)}}async unlinkPhone(e){try{let o=await this.api.post(vn(),{phoneNumber:e});return Oe(o.data)}catch(o){throw he(o)}}async unlinkWallet(e){try{let o=await this.api.post(yn(),{address:e});return this.connectors.removeWallet(e),Oe(o.data)}catch(o){throw he(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(Cn(),{provider:e,subject:o});return Oe(r.data)}catch(r){throw he(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(e){var o;return this.session.hasActiveToken()?((o=Me.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 he(e)}}async setActiveWallet(e,o){if(!o.linkedAccounts.map(i=>i.type==="wallet"?i.address:null).includes(e))throw new w("Cannot set an unlinked address as active.");if(!await this.connectors.setActiveWallet(e))throw new w("Error setting the active wallet.");return Nt(o)}async forkSession(){return await this.session.forkSession()}};var Bi=require("@ethersproject/providers");var ho=require("react");var v=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var or=(0,ho.createContext)({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}),q=()=>(0,ho.useContext)(or);var Ot=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 w("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(sn(),{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 V(e)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(an(),{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 V(e)}}async promptConnectAndSign(e){let o=await this.walletConnector.connect({showPrompt:!0}),r=o.address,n=o.chainId,i=await e.post(nn(),{address:r}),s=this.walletConnector.prepareMessage(n,r,i.data.nonce),a=await this.walletConnector.sign(s);return{message:s,signature:a}}};var Ut=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let e=cn(),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 V(e)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new w("Email and email code must be set prior to calling authenticate.");try{let e=dn();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw V(e)}}async sendCodeEmail(e){if(!this.api)throw new w("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new w("Email must be set when initialzing authentication.");try{let o=ln();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw V(o)}}};var Dt=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let e=un(),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 V(e)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new w("phone number and sms code must be set prior to calling authenticate.");try{let e=hn();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw V(e)}}async sendSmsCode(e){if(!this.api)throw new w("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new w("phone nNumber must be set when initialzing authentication.");try{let o=pn();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw V(o)}}};var gt=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 w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");try{let e=fn(),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 V(e)}}async link(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new w("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new w("User denied confirmation during OAuth flow");try{let e=gn();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw V(e)}}async getAuthorizationUrl(){if(!this.api)throw new w("Auth flow has no API instance");if(!this.meta.provider)throw new w("Provider must be set when initialzing OAuth authentication.");try{let e=mn();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw V(e)}}};var yo=require("react");var mo=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}`)}}};var xn=require("react/jsx-runtime"),ss=function(t){return()=>`id-${t++}`}(0);function as(t){return typeof t.event=="string"&&/^privy:.+/.test(t.event)}function fo(t){return t.error!==void 0}var Ft=new mo;function go(t,e,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((n,i)=>{let s=ss();Ft.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=Ft.dequeue(t.event,t.id);return fo(t)?e.reject(new Error(t.error.message)):e.resolve(t.data);case"privy:wallet:create":let o=Ft.dequeue(t.event,t.id);return fo(t)?o.reject(new Error(t.error.message)):o.resolve(t.data);case"privy:wallet:sign":let r=Ft.dequeue(t.event,t.id);return fo(t)?r.reject(new Error(t.error.message)):r.resolve(t.data);case"privy:wallet:recover":let n=Ft.dequeue(t.event,t.id);return fo(t)?n.reject(new Error(t.error.message)):n.resolve(t.data)}}function bn(t){let e=(0,yo.useRef)(null);return(0,yo.useEffect)(()=>{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 go("privy:wallet:create",a,o)},sign(a){return go("privy:wallet:sign",a,o)},recover(a){return go("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 Zr(()=>go("privy:iframe:ready",{},o)).then(i,s),()=>window.removeEventListener("message",r)},[e.current]),(0,xn.jsx)("iframe",{ref:e,width:"0",height:"0",style:{visibility:"hidden"},src:qr(t.origin,`/apps/${t.appId}/embedded-wallets`)})}var u2=require("wicg-inert"),Ui=require("react"),Di=x(require("react-dom")),Go=x(require("styled-components"));var be=require("react");var Ln=require("react/jsx-runtime");function En(t){return(0,Ln.jsx)("link",{rel:"prefetch",href:t.src})}var wo=require("react/jsx-runtime"),Ue="LANDING",An=(0,be.createContext)({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1,github:!1},currentScreen:Ue,lastScreen:Ue,navigate:v,navigateBack:v,setModalData:v}),_n=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[n,i]=(0,be.useState)(t.initialScreen||Ue),[s,a]=(0,be.useState)(t.initialScreen||Ue);(0,be.useEffect)(()=>{o||i(Ue)},[o]),(0,be.useEffect)(()=>{r||(a(Ue),i(Ue))},[r]),(0,be.useEffect)(()=>{t.initialScreen&&n===Ue&&(i(t.initialScreen),a(t.initialScreen))},[t.initialScreen]);let h=t.initialScreen&&n===Ue?t.initialScreen:n,m={ready:!!(e!=null&&e.id),app:e,options:t.options,data:t.data,setModalData:t.setModalData,currentScreen:h,lastScreen:s,navigate:E=>{a(n),i(E)},navigateBack:()=>{i(s)}};return(0,wo.jsxs)(An.Provider,{value:m,children:[e&&e.logoUrl&&(0,wo.jsx)(En,{src:e.logoUrl}),t.children]})},C=()=>(0,be.useContext)(An);var Dn=require("react"),st=x(require("styled-components"));var kn=x(require("styled-components"));var rr=require("react/jsx-runtime"),Sn=({style:t,...e})=>(0,rr.jsx)("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:(0,rr.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});var nr=require("react/jsx-runtime"),Pn=({style:t,...e})=>(0,nr.jsx)("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:(0,nr.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});var vo=require("react");var ir=(0,vo.createContext)({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}),k=()=>(0,vo.useContext)(ir);var fe=require("react/jsx-runtime"),cs=()=>(0,fe.jsx)("div",{}),ds=({backFn:t})=>(0,fe.jsx)("div",{children:(0,fe.jsx)(Pn,{onClick:t})}),ps=t=>(0,fe.jsx)("div",{children:(0,fe.jsx)("div",{children:(0,fe.jsx)(Sn,{onClick:t.onClose})})});var _=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=k();return(0,fe.jsxs)(us,{children:[t?(0,fe.jsx)(ds,{backFn:t}):(0,fe.jsx)(cs,{}),(0,fe.jsx)(ps,{onClose:e||(()=>o())})]})},us=kn.default.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=(0,ni.getAddress)(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 await this.connect({showPrompt:!1}),new si.Web3Provider(new Se(this.provider)).getSigner().signMessage(e)}prepareMessage(e,o,r){let i=window.location.host,n=window.location.origin,s="By signing, you are proving you own this wallet and logging in. This does not initiate a transaction or cost any fees.",a=new Date().toISOString();return this.createSiweMessage(e,o,i,n,a,r,s)}};var is=t=>{let e=`https://mainnet.infura.io/v3/${Ut}`,o=1;return t.makeWeb3Provider(e,o)},ro,io=class extends ke{constructor(e,o){super("coinbase_wallet",e,o),ro||(ro=new ai.default({appName:"Privy",darkMode:!1,headlessMode:!1}))}async connect(e){return this.provider.setProvider(is(ro)),e.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}disconnect(){ro.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=(0,li.getAddress)(o[0])),!e||e==="")throw new Z("Unable to retrieve address");this.connected=!0}catch(e){throw Ve(e)}}};var Jo=require("@ethersproject/address"),fi=require("@ethersproject/providers"),gi=require("react-device-detect");var ci=require("libphonenumber-js/min");var di=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,}))$/),pi=t=>(0,ci.isPossiblePhoneNumber)(String(t),"US"),no=t=>{let e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;t=t.replace(e,function(r,i,n,s){return i+i+n+n+s+s});let 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)}},ui=(t,e)=>{let o=t.slice(0),r=[];for(;o.length;)r.push(o.splice(0,e));return r},rt=(t,e=3,o=4)=>{if(!t)return"";let r=2,i=3;if(e+o+r+i>=t.length)return t;let n=t.slice(0,r+e),s=t.slice(t.length-o,t.length);return`${n}...${s}`},Ko=t=>new Promise(e=>setTimeout(e,t)),hi=(t,e={})=>{let o=e.delayMs||40,r=e.maxAttempts||1e3;return new Promise(async(i,n)=>{let s=!1,a=0;for(;!s&&a<r;)t().then(()=>{s=!0,i()},(...h)=>{s=!0,n(...h)}),a+=1,await Ko(o);s||n(new Error("Exceeded max attempts before resolving function"))})},mi=(...t)=>{let o=t.length-1;return t.map((i,n)=>(n===0&&(i.startsWith("//")||i.endsWith("://"))?i=i.replace(new RegExp("/$"),""):n!==o&&(i=i.replace(new RegExp("/+$"),"")),n!==0&&(i=i.replace(new RegExp("^/+"),"")),i)).join("/")};var so=class extends ke{constructor(e,o){var r;super("metamask",e,o),this.provider.setProvider(window.ethereum),(r=window.ethereum.providers)==null||r.forEach(async i=>{i.isMetaMask&&this.provider.setProvider(i)}),this.subscribeListeners()}async connect(e){return e.showPrompt&&await this.promptConnection(),await this.isConnected()?this.getConnectedWallet():null}async isConnected(){let e=await this.connectedMetamaskAddress();return this.address===e}async connectedMetamaskAddress(){let o=await new fi.Web3Provider(this.provider).listAccounts();return o.length===0?null:(0,Jo.getAddress)(o[0])}disconnect(){console.warn("Metamask does not support programmetic disconnect.")}async promptConnection(){try{let e="";if(!gi.isMobile&&(await this.provider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),this.address&&await this.isConnected()))throw new Z("Selected the wrong wallet in MetaMask");let o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=(0,Jo.getAddress)(o[0])),!e||e==="")throw new Z("Unable to retrieve address");this.connected=!0,this.address=e}catch(e){throw Ve(e)}}async setActive(){if(await this.connectedMetamaskAddress()===this.address)return this.connected=!0,!0;for(;!this.connected;)await Ko(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})}};var yi=require("@ethersproject/providers"),Yo=E(require("@walletconnect/web3-provider"));var Xo=class extends ke{constructor(o,r,i){super("wallet_connect",r,i);this._connectionManager=o,this._provider=this._connectionManager.getProviderForAddress(i)}async connect(o){return this.provider.setProvider(this._provider),o.showPrompt&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.provider.walletProvider.connected}async promptConnection(){try{let o="";this.provider.setProvider(this._provider);let r=await Promise.race([this._provider.enable(),qo()]);if(r.length>0&&(o=r[0]),this._connectionManager.indexProvider(this._provider),!o||o==="")throw new Z("Unable to retrieve address");this.connected=!0}catch(o){throw Ve(o)}}async sign(o){return await this._provider.enable(),new yi.Web3Provider(new Se(this.provider)).getSigner().signMessage(o)}disconnect(){}},ao=class{constructor(){this._storageIdToProvider={},this._addressToStorageId={},re.getKeys().forEach(e=>{if(e.startsWith("walletconnect")){let o=new Yo.default({infuraId:Ut,storageId:e,pollingInterval:zo});o.enable(),this._storageIdToProvider[e]=o;for(let r of o.accounts)this._addressToStorageId[r]=e}})}createConnector(e,o){return new Xo(this,e,o)}async disconnect(){Object.values(this._storageIdToProvider).forEach(async e=>{await e.disconnect()})}getProviderForAddress(e){let o=ri,r=()=>`walletconnect:${Math.random().toString(36).slice(2)}`;e===null?o=r():o=this._addressToStorageId[e]||r();let i=new Yo.default({infuraId:Ut,storageId:o,pollingInterval:zo});return this._storageIdToProvider[o]=i,i}indexProvider(e){this._storageIdToProvider[e.storageId]=e;for(let o of e.accounts)this._addressToStorageId[o]=e.storageId}};var Qo=()=>{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},lo=()=>{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},er=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===(0,wi.getAddress)(e)).length):!1},vi=()=>{var e;let t=re.get(to);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 Ce};this.walletConnectors=[],this.wcConnectionManager=new ao,this.initialized=!1}initialize(){this.initialized||(this.load(),this.activeWalletConnector&&this.activeWalletConnector.connect({showPrompt:!1}),this.initialized=!0)}initializeLinkedWallets(e){e.linkedAccounts.forEach(()=>null)}load(){(re.get(to)||[]).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)}});re.put(to,e)}addWalletConnector(e){this.walletConnectors.find(r=>r.address===e.address&&r.walletType===e.walletType)||this.walletConnectors.push(e)}getConnectorByAddress(e){return this.walletConnectors.find(o=>{var r;return((r=o.address)==null?void 0:r.toLowerCase())===e.toLowerCase()})}async removeWallet(e){var r;if(this.walletConnectors=this.walletConnectors.filter(i=>i.address!==e),e===((r=this.activeWalletConnector)==null?void 0:r.address))if(this.walletConnectors.length>0){let i=this.walletConnectors[this.walletConnectors.length-1];await this.setActiveWallet(i.address)}else this.activeWalletConnector=void 0;this.save()}async activeWalletSign(e){if(!this.activeWalletConnector)throw new Z("Cannot sign, no wallet is active. Is a wallet connected?");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 so(new Ce,o);case"coinbase_wallet":return new io(new Ce,o);case"wallet_connect":return this.wcConnectionManager.createConnector(new Ce,o)}}};function He(t){return new Date(t*1e3)}function ns(t){let e=[];for(let o of t){let r=o.type;switch(o.type){case"wallet":let i={address:o.address,type:o.type,verifiedAt:He(o.verified_at),chainType:o.chain_type,walletClient:o.wallet_client};e.push(i);break;case"email":let n={address:o.address,type:o.type,verifiedAt:He(o.verified_at)};e.push(n);break;case"phone":let s={number:o.phoneNumber,type:o.type,verifiedAt:He(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:He(o.verified_at)};e.push(a);break;case"twitter_oauth":let h={subject:o.subject,username:o.username,name:o.name,type:o.type,verifiedAt:He(o.verified_at)};e.push(h);break;case"discord_oauth":let m={subject:o.subject,username:o.username,email:o.email,type:o.type,verifiedAt:He(o.verified_at)};e.push(m);break;case"github_oauth":let L={subject:o.subject,username:o.username,name:o.name,email:o.email,type:o.type,verifiedAt:He(o.verified_at)};e.push(L);break;default:console.warn(`Unrecognized account type: ${r}. Please consider upgrading the Privy SDK.`)}}return e}function it(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function Dt(t){let e=vi();if(!e)return t.wallet&&console.warn("[Privy] User has linked wallets but no active wallet"),t;let o=t.linkedAccounts.find(i=>i.type==="wallet"&&i.address===e);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 Me=t=>t==null?void 0:t.linkedAccounts.find(e=>e.type==="wallet"&&e.walletClient==="privy");function Ne(t){if(!t)return null;let e=ns(t.linked_accounts),o=it(e,"wallet"),r=it(e,"email"),i=it(e,"phone"),n=it(e,"google_oauth"),s=it(e,"twitter_oauth"),a=it(e,"discord_oauth"),h=it(e,"github_oauth"),m={id:t.id,createdAt:He(t.created_at),linkedAccounts:e,email:r&&{address:r==null?void 0:r.address},phone:i&&{number:i==null?void 0:i.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletClient:o.walletClient},google:n&&{subject:n.subject,email:n.email,name:n.name},twitter:s&&{subject:s.subject,username:s.username,name:s.name},discord:a&&{subject:a.subject,username:a.username,email:a.email},github:h&&{subject:h.subject,username:h.username,name:h.name,email:h.email}};return Dt(m)}var co=E(require("axios"));var po=class{constructor(e,o,r){this.appId=e,this.sdkVersion=Qt,this.client=o,this.defaults=r}async get(e,o){try{return await co.default.get(e,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw V(r)}}async post(e,o,r){try{return await co.default.post(e,o,await this.buildConfig(r))}catch(i){throw V(i)}}async delete(e,o){try{return await co.default.delete(e,await this.buildConfig(o))}catch(r){throw V(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}}};var ze=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 Ci=E(require("jose")),Oe=class{static parse(e){try{return new Oe(e)}catch{return null}}constructor(e){this.value=e,this._decoded=Ci.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 ss=30,uo=class{constructor(){this.authenticateOnce=new ze(async e=>this._authenticate(e)),this.linkOnce=new ze(async e=>this._link(e)),this.refreshOnce=new ze(this._refresh.bind(this)),this.destroyOnce=new ze(this._destroy.bind(this)),this.forkSessionOnce=new ze(this._forkSession.bind(this))}get token(){try{let e=re.get(pt);return typeof e=="string"?new Oe(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=re.get(eo);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=Oe.parse(this.token);return e!==null&&!e.isExpired(ss)}authenticate(e){return this.authenticateOnce.execute(e)}link(e){return this.linkOnce.execute(e)}refresh(){return this.refreshOnce.execute()}forkSession(){return this.forkSessionOnce.execute()}destroy(){return this.destroyOnce.execute()}async _authenticate(e){try{let{token:o,refresh_token:r,user:i,is_new_user:n}=await e.authenticate();return this.storeToken(o),this.storeRefreshToken(r),{user:Ne(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),ue(o)}}async _link(e){try{let o=await e.link();return Ne(o)}catch(o){throw console.warn("Error linking account"),ue(o)}}async _refresh(){if(!this.api)throw new w("Session has no API instance");if(!this.client)throw new w("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(Nr(),{refresh_token:o},{headers:{authorization:`Bearer ${e}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),Ne(r.data.user)}catch(r){if(r instanceof ct&&r.status===400&&r.message==="Invalid auth token")return this.destroyLocalState(),null;throw ue(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Or(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new w("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(Ur(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw ue(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null)}storeToken(e){typeof e=="string"?re.put(pt,e):re.del(pt)}storeRefreshToken(e){typeof e=="string"?re.put(eo,e):re.del(eo)}};var tr,gt=class{constructor(e){let o=e.apiURL||ti,r=e.timeout||oi;this.appId=e.appId,this.connectors=new ft,tr||(tr=new uo),this.session=tr,this.api=new po(e.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}authenticate(){if(!this.authFlow)throw new w("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new w("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(Yr(),{address:e});return Ne(o.data)}catch(o){throw ue(o)}}async unlinkPhone(e){try{let o=await this.api.post(Xr(),{phoneNumber:e});return Ne(o.data)}catch(o){throw ue(o)}}async unlinkWallet(e){try{let o=await this.api.post(Jr(),{address:e});return this.connectors.removeWallet(e),Ne(o.data)}catch(o){throw ue(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(Qr(),{provider:e,subject:o});return Ne(r.data)}catch(r){throw ue(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(e){var o;return this.session.hasActiveToken()?((o=Oe.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 ue(e)}}async setActiveWallet(e,o){if(!o.linkedAccounts.map(n=>n.type==="wallet"?n.address:null).includes(e))throw new w("Cannot set an unlinked address as active.");if(!await this.connectors.setActiveWallet(e))throw new w("Error setting the active wallet.");return Dt(o)}async forkSession(){return await this.session.forkSession()}};var n2=require("wicg-inert"),Oo=require("body-scroll-lock"),On=require("react"),Un=require("react"),Dn=E(require("react-dom")),Uo=E(require("styled-components"));var ho=require("react");var v=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var or=(0,ho.createContext)({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}),S=()=>(0,ho.useContext)(or);var be=require("react");var xi=require("react/jsx-runtime");function bi(t){return(0,xi.jsx)("link",{rel:"prefetch",href:t.src})}var mo=require("react/jsx-runtime"),Ue="LANDING",Ei=(0,be.createContext)({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1,github:!1},currentScreen:Ue,lastScreen:Ue,navigate:v,navigateBack:v,setModalData:v}),Li=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=(0,be.useState)(t.initialScreen||Ue),[s,a]=(0,be.useState)(t.initialScreen||Ue);(0,be.useEffect)(()=>{o||n(Ue)},[o]),(0,be.useEffect)(()=>{r||(a(Ue),n(Ue))},[r]),(0,be.useEffect)(()=>{t.initialScreen&&i===Ue&&(n(t.initialScreen),a(t.initialScreen))},[t.initialScreen]);let h=t.initialScreen&&i===Ue?t.initialScreen:i,m={ready:!!(e!=null&&e.id),app:e,options:t.options,data:t.data,setModalData:t.setModalData,currentScreen:h,lastScreen:s,navigate:L=>{a(i),n(L)},navigateBack:()=>{n(s)}};return(0,mo.jsxs)(Ei.Provider,{value:m,children:[e&&e.logoUrl&&(0,mo.jsx)(bi,{src:e.logoUrl}),t.children]})},C=()=>(0,be.useContext)(Ei);var fo=require("react");var rr=(0,fo.createContext)({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}),q=()=>(0,fo.useContext)(rr);var Ft=E(require("styled-components"));var Ai=E(require("styled-components")),_i=Ai.default.span`
13
+ && {
14
+ width: 82px;
15
+ height: 82px;
16
+ border-width: 4px;
17
+ border-style: solid;
18
+ border-color: ${t=>t.color??"var(--primary-color)"};
19
+ border-bottom-color: transparent;
20
+ border-radius: 50%;
21
+ display: inline-block;
22
+ box-sizing: border-box;
23
+ animation: rotation 1.2s linear infinite;
24
+ transition: border-color 800ms;
25
+ border-color: var(--primary-color);
26
+ border-bottom-color: var(--primary-color);
27
+ }
28
+ `;var ki=E(require("styled-components"));var ir=require("react/jsx-runtime"),Pi=({style:t,...e})=>(0,ir.jsx)("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:(0,ir.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});var nr=require("react/jsx-runtime"),Si=({style:t,...e})=>(0,nr.jsx)("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:(0,nr.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});var me=require("react/jsx-runtime"),as=()=>(0,me.jsx)("div",{}),ls=({backFn:t})=>(0,me.jsx)("div",{children:(0,me.jsx)(Pi,{onClick:t})}),cs=t=>(0,me.jsx)("div",{children:(0,me.jsx)("div",{children:(0,me.jsx)(Si,{onClick:t.onClose})})});var P=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=S();return(0,me.jsxs)(ds,{children:[t?(0,me.jsx)(ls,{backFn:t}):(0,me.jsx)(as,{}),(0,me.jsx)(cs,{onClose:e||(()=>o())})]})},ds=ki.default.div`
13
29
  height: 30px;
14
30
  display: flex;
15
31
  align-items: center;
@@ -66,99 +82,73 @@ Resources:
66
82
  @media (max-width: 440px) {
67
83
  height: 30px;
68
84
  }
69
- `;var cr=x(require("styled-components"));var ee=require("react/jsx-runtime"),Te=({style:t,...e})=>(0,ee.jsxs)("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:[(0,ee.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"white"}),(0,ee.jsx)("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"})]});var Gt=require("react/jsx-runtime"),We=({style:t,...e})=>(0,Gt.jsxs)("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:[(0,Gt.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,Gt.jsx)("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"})]});var De=require("react/jsx-runtime"),yt=({style:t,...e})=>(0,De.jsxs)("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:[(0,De.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),(0,De.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,De.jsx)("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"})}),(0,De.jsx)("defs",{children:(0,De.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,De.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});var lr=require("react-device-detect");var Co=require("react-device-detect"),sr=t=>{let e=new URL(window.location.href);if(!window.ethereum&&Co.isMobile){let o;switch(t){case"metamask":Co.isIOS?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)}};var Tn=x(require("styled-components")),Wn=Tn.default.span`
70
- @media (max-width: 440px) {
71
- display: none;
72
- }
73
- `;var te=require("react/jsx-runtime"),bo=()=>{let{navigate:t}=C(),{initLoginWithWallet:e,closePrivyModal:o}=k();return(0,te.jsxs)(hs,{children:[(0,te.jsxs)(ar,{onClick:()=>{Qo()?(e("metamask"),t("AWAITING_CONNECTION")):lr.isMobile?(sr("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[(0,te.jsx)(Te,{}),(0,te.jsx)("span",{children:"Metamask"}),(0,te.jsx)("span",{children:Qo()?"Connect":"Install"})]}),(0,te.jsxs)(ar,{onClick:()=>{po()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):lr.isMobile?(sr("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[(0,te.jsx)(We,{}),(0,te.jsxs)("span",{children:["Coinbase",(0,te.jsx)(Wn,{children:" Wallet"})]}),(0,te.jsx)("span",{children:"Connect"})]}),(0,te.jsxs)(ar,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[(0,te.jsx)(yt,{}),(0,te.jsx)("span",{children:"WalletConnect"}),(0,te.jsx)("span",{children:"Connect"})]})]})},hs=cr.default.div`
85
+ `;var sr=require("react/jsx-runtime"),Ti=({style:t,...e})=>(0,sr.jsx)("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:(0,sr.jsx)("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"})});var G=require("react/jsx-runtime"),Ii=()=>{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?",i=(e==null?void 0:e.allowlistConfig.errorCtaText)||"Try another account";return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(P,{}),(0,G.jsxs)(ps,{children:[(0,G.jsx)(hs,{children:(0,G.jsxs)("div",{children:[(0,G.jsx)(_i,{}),(0,G.jsx)(Ti,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--primary-color)",fill:"var(--primary-color)"}})]})}),(0,G.jsxs)(us,{children:[typeof o=="string"?(0,G.jsx)("h3",{children:o}):(0,G.jsx)(G.Fragment,{children:o}),typeof r=="string"?(0,G.jsx)("p",{children:r}):(0,G.jsx)(G.Fragment,{children:r})]}),e!=null&&e.allowlistConfig.errorCtaLink?(0,G.jsx)(Wi,{as:"a",href:e.allowlistConfig.errorCtaLink,visible:!0,children:i}):(0,G.jsx)(Wi,{onClick:()=>{t("LANDING")},visible:!0,children:i})]})]})},ps=Ft.default.div`
86
+ display: flex;
87
+ flex-direction: column;
88
+ align-items: center;
89
+ justify-content: center;
90
+ margin-left: 27px;
91
+ margin-right: 27px;
92
+ gap: 24px;
93
+ `,us=Ft.default.div`
74
94
  display: flex;
75
95
  flex-direction: column;
76
- align-items: flex-start;
77
96
  gap: 8px;
78
- width: 100%;
79
-
80
- @media (max-width: 440px) {
81
- flex-direction: row;
82
- }
83
- `,ar=cr.default.button`
97
+ `,hs=Ft.default.div`
84
98
  display: flex;
85
- flex-direction: row;
99
+ flex-direction: column;
100
+ justify-content: center;
86
101
  align-items: center;
87
- gap: 12px;
88
102
  width: 100%;
89
- height: 44px;
90
-
91
- -webkit-user-select: none;
92
- -ms-user-select: none;
93
- user-select: none;
103
+ height: 82px;
94
104
 
95
- && {
96
- font-weight: 600;
97
- padding: 7px 11px;
98
- border: 1px solid var(--border-color-2);
99
- border-radius: var(--border-radius-sm);
105
+ > div {
106
+ position: relative;
100
107
  }
101
108
 
102
- @media (max-width: 440px) {
103
- width: auto;
104
- flex-direction: column;
105
- height: auto;
106
-
107
- && {
108
- font-weight: 500;
109
- padding: 11px 7px;
110
- font-size: 11px;
111
- line-height: 16px;
112
- flex-grow: 1;
113
- flex-basis: 0;
114
- }
109
+ > div > span {
110
+ position: absolute;
111
+ left: -41px;
112
+ top: -41px;
115
113
  }
116
114
 
117
- flex: none;
118
- order: 0;
119
- align-self: stretch;
120
- flex-grow: 0;
121
-
122
- > svg {
123
- border-radius: var(--border-radius-sm);
124
-
125
- @media (max-width: 440px) {
126
- height: 50px !important;
127
- width: 50px !important;
128
- }
115
+ > div > svg {
116
+ position: absolute;
117
+ left: -19px;
118
+ top: -19px;
129
119
  }
130
-
131
- /* Show "Connect" on hover */
132
- > :last-child {
120
+ `,Wi=Ft.default.button`
121
+ && {
122
+ padding: 12px 16px;
133
123
  font-weight: 500;
134
- text-align: right;
135
- flex: none;
136
- order: 2;
137
- flex-grow: 1;
124
+ text-align: center;
138
125
  color: var(--primary-color);
139
- opacity: 0;
140
- transition: opacity 0.1s ease-out;
126
+ background-color: var(--primary-color-bg-1);
127
+ border-radius: var(--border-radius-sm);
128
+ min-width: 144px;
129
+ opacity: ${t=>t.visible?"0.95":"0"};
130
+ transition: opacity 200ms, background-color 200ms;
141
131
 
142
- @media (max-width: 440px) {
143
- display: none;
132
+ :hover {
133
+ background-color: var(--primary-color-bg-2);
144
134
  }
145
135
  }
146
-
147
- :hover > :last-child {
148
- opacity: 1;
149
- }
150
- `;var In=x(require("styled-components"));var Bt=require("react/jsx-runtime"),xo=()=>{let{navigate:t}=C();return(0,Bt.jsxs)(ms,{children:[(0,Bt.jsx)("span",{children:"Don\u2019t have a wallet? "}),(0,Bt.jsx)("button",{onClick:()=>{t("WALLET_EDUCATION")},children:"Create one now."})]})},ms=In.default.div`
151
- font-size: 13px;
152
- color: var(--light-theme-fg-3);
153
-
154
- > button {
155
- text-decoration: underline;
156
- }
157
-
158
- @media (max-width: 440px) {
159
- margin-top: 4px;
160
- }
161
- `;var pr=x(require("styled-components"));var dr=require("react/jsx-runtime"),Eo=({style:t,...e})=>(0,dr.jsx)("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:(0,dr.jsx)("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)"})});var ge=require("react/jsx-runtime"),fs=pr.default.div`
136
+ `;var je=require("react"),Di=require("react-device-detect"),wt=E(require("styled-components"));var ar=E(require("styled-components")),$e=ar.default.div`
137
+ display: flex;
138
+ flex-direction: column;
139
+ align-items: flex-start;
140
+ justify-content: flex-end;
141
+ margin-top: auto;
142
+ gap: 16px;
143
+ flex-grow: 100;
144
+ `,Ri=ar.default.div`
145
+ display: flex;
146
+ flex-direction: column;
147
+ align-items: center;
148
+ justify-content: center;
149
+ height: 100%;
150
+ width: 100%;
151
+ `;var cr=E(require("styled-components"));var lr=require("react/jsx-runtime"),go=({style:t,...e})=>(0,lr.jsx)("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:(0,lr.jsx)("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)"})});var fe=require("react/jsx-runtime"),ms=cr.default.div`
162
152
  margin-top: 16px;
163
153
  font-size: 12px;
164
154
  text-align: left;
@@ -167,7 +157,7 @@ Resources:
167
157
  && > a {
168
158
  color: var(--primary-color);
169
159
  }
170
- `;function Rn(t){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=t.app,r=!!e,n=!!o,i=r&&n;return!r&&!n?null:(0,ge.jsxs)(fs,{children:["By logging in I agree to the"," ",n&&(0,ge.jsx)("a",{href:o,target:"_blank",children:i?"Terms":"Terms of Service"}),i&&" & ",r&&(0,ge.jsx)("a",{href:e,target:"_blank",children:"Privacy Policy"})]})}var oe=({protectedByPrivy:t})=>(0,ge.jsx)(xe,{hideOnMobile:t,children:t?(0,ge.jsxs)(ge.Fragment,{children:[(0,ge.jsx)(Eo,{}),(0,ge.jsx)("span",{children:(0,ge.jsx)("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),xe=pr.default.div`
160
+ `;function Mi(t){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=t.app,r=!!e,i=!!o,n=r&&i;return!r&&!i?null:(0,fe.jsxs)(ms,{children:["By logging in I agree to the"," ",i&&(0,fe.jsx)("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",r&&(0,fe.jsx)("a",{href:e,target:"_blank",children:"Privacy Policy"})]})}var Q=({protectedByPrivy:t})=>(0,fe.jsx)(xe,{hideOnMobile:t,children:t?(0,fe.jsxs)(fe.Fragment,{children:[(0,fe.jsx)(go,{}),(0,fe.jsx)("span",{children:(0,fe.jsx)("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),xe=cr.default.div`
171
161
  height: 20px;
172
162
  font-size: 12px;
173
163
  display: flex;
@@ -189,267 +179,252 @@ Resources:
189
179
  @media (max-width: 440px) {
190
180
  display: ${t=>t.hideOnMobile?"none":"inherit"};
191
181
  }
192
- `;var ur=x(require("styled-components")),$e=ur.default.div`
182
+ `;var Gt=E(require("styled-components")),ge=require("react/jsx-runtime"),ce=({title:t,description:e,children:o,...r})=>(0,ge.jsx)(Oi,{...r,children:(0,ge.jsxs)(ge.Fragment,{children:[(0,ge.jsx)("h3",{children:t}),typeof e=="string"?(0,ge.jsx)("p",{children:e}):e,o]})}),Ni=(0,Gt.default)(ce)`
183
+ margin-bottom: 24px;
184
+ `,yt=({title:t,description:e,icon:o,children:r,...i})=>(0,ge.jsxs)(fs,{...i,children:[o?(0,ge.jsx)(gs,{children:o}):null,(0,ge.jsx)("h3",{children:t}),typeof e=="string"?(0,ge.jsx)("p",{children:e}):null,r]}),Oi=Gt.default.div`
193
185
  display: flex;
194
186
  flex-direction: column;
187
+ justify-content: flex-start;
195
188
  align-items: flex-start;
196
- justify-content: flex-end;
197
- margin-top: auto;
198
- gap: 16px;
199
- flex-grow: 100;
200
- `,Mn=ur.default.div`
201
- display: flex;
202
- flex-direction: column;
203
- align-items: center;
204
- justify-content: center;
205
- height: 100%;
206
- width: 100%;
207
- `;var wt=x(require("styled-components"));var hr=require("react/jsx-runtime"),Lo=({style:t,logoFill:e,...o})=>(0,hr.jsx)("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:(0,hr.jsx)("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"})});var je=require("react/jsx-runtime"),Ao=({logoFill:t,style:e,...o})=>(0,je.jsxs)("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:[(0,je.jsx)("g",{clipPath:"url(#clip0)",children:(0,je.jsx)("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"})}),(0,je.jsx)("defs",{children:(0,je.jsx)("clipPath",{id:"clip0",children:(0,je.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var mr=require("react/jsx-runtime"),_o=({logoFill:t,style:e,...o})=>(0,mr.jsx)("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:(0,mr.jsx)("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"})});var it=require("react/jsx-runtime"),So=({style:t,...e})=>(0,it.jsxs)("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:[(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"}),(0,it.jsx)("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"})]});var Ee=require("react/jsx-runtime"),Nn=({showGoogle:t,showTwitter:e,showDiscord:o,showGithub:r,stacked:n})=>{let{initLoginWithOAuth:i}=k();return(0,Ee.jsxs)(gs,{stacked:n,children:[t&&(0,Ee.jsx)(Cs,{onClick:()=>{i("google")},children:(0,Ee.jsx)(So,{})}),e&&(0,Ee.jsx)(ys,{onClick:()=>{i("twitter")},children:(0,Ee.jsx)(Lo,{})}),o&&(0,Ee.jsx)(ws,{onClick:()=>{i("discord")},children:(0,Ee.jsx)(Ao,{})}),r&&(0,Ee.jsx)(vs,{onClick:()=>{i("github")},children:(0,Ee.jsx)(_o,{})})]})},gs=wt.default.div`
208
- display: flex;
209
- flex-direction: ${t=>t.stacked?"column":"row"};
210
- justify-content: space-between;
189
+ text-align: left;
190
+ gap: 8px;
211
191
  width: 100%;
212
- gap: 4px;
213
- `,ys=wt.default.button`
214
- && {
215
- border-radius: var(--border-radius-sm);
216
- cursor: pointer;
217
- height: 44px;
218
- flex: 1;
219
- background-color: #1da1f2;
220
- display: flex;
221
- flex-direction: column;
222
- justify-content: center;
223
- align-items: center;
224
- }
225
- `,ws=wt.default.button`
226
- && {
227
- border-radius: var(--border-radius-sm);
228
- cursor: pointer;
229
- height: 44px;
230
- flex: 1;
231
- background-color: #5865f2;
232
- display: flex;
233
- flex-direction: column;
234
- justify-content: center;
235
- align-items: center;
192
+ margin-bottom: 24px;
193
+
194
+ && h3 {
195
+ font-size: 17px;
236
196
  }
237
- `,vs=wt.default.button`
238
- && {
239
- border-radius: var(--border-radius-sm);
240
- cursor: pointer;
241
- height: 44px;
242
- flex: 1;
243
- background-color: #2d333b;
244
- display: flex;
245
- flex-direction: column;
246
- justify-content: center;
247
- align-items: center;
197
+
198
+ /* Sugar assuming children are paragraphs. Otherwise, handling styling on your own */
199
+ && p {
200
+ color: var(--light-theme-fg-2);
201
+ font-size: 14px;
248
202
  }
249
- `,Cs=wt.default.button`
250
- && {
251
- border-radius: var(--border-radius-sm);
252
- cursor: pointer;
253
- height: 44px;
254
- background-color: var(--light-theme-bg-1);
255
- flex: 1;
256
- display: flex;
257
- flex-direction: column;
258
- justify-content: center;
259
- align-items: center;
260
- border: 1px solid var(--border-color-2);
203
+ `,fs=(0,Gt.default)(Oi)`
204
+ align-items: center;
205
+ text-align: center;
206
+ gap: 16px;
207
+
208
+ h3 {
209
+ margin-bottom: 24px;
261
210
  }
262
- `;var Ct=require("react"),bt=x(require("styled-components"));var fr=require("react/jsx-runtime"),Po=({style:t,...e})=>(0,fr.jsx)("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:(0,fr.jsx)("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"})});var ko=x(require("styled-components")),Ze=require("react/jsx-runtime"),vt=({success:t,fail:e})=>(0,Ze.jsxs)(Ze.Fragment,{children:[(0,Ze.jsx)(Vt,{className:t?"success":e?"fail":""}),(0,Ze.jsx)(bs,{className:t?"success":e?"fail":""})]}),Vt=ko.default.span`
211
+ `,gs=Gt.default.div`
212
+ padding: 14px;
213
+ border-radius: 50%;
263
214
  && {
264
- width: 82px;
265
- height: 82px;
266
- border-width: 4px;
267
- border-style: solid;
268
- border-color: ${t=>t.color??"var(--primary-color)"};
269
- border-bottom-color: transparent;
270
- border-radius: 50%;
271
- display: inline-block;
272
- box-sizing: border-box;
273
- animation: rotation 1.2s linear infinite;
274
- transition: border-color 800ms;
215
+ border-color: var(--light-theme-bg-3);
216
+ border-width: 1px;
275
217
  }
218
+ `;var W=require("react/jsx-runtime"),dr=6,Ui=new Array(dr).fill(""),ys=1400;var Fi=()=>{var T,we,Ge;let{app:t,data:e,navigate:o,setModalData:r}=C(),{closePrivyModal:i,resendEmailCode:n,resendSmsCode:s,getAuthMeta:a,loginWithCode:h}=S(),{authenticated:m,user:L}=q(),[_,f]=(0,je.useState)(Ui),[y,g]=(0,je.useState)(!1),[d,R]=(0,je.useState)(null),[D,M]=(0,je.useState)(null),x=(T=a())!=null&&T.email?0:1;(0,je.useEffect)(()=>{var U;if(!(m&&y&&L))return;if(((U=e==null?void 0:e.login)==null?void 0:U.promptCreatePrivyWalletFlow)&&!L.wallet){let Pe=setTimeout(()=>{r({createWallet:{onSuccess:()=>i({shouldCallAuthOnSuccess:!0}),onFailure:tt=>console.error(tt)}}),o("EMBEDDED_WALLET_SCREEN")},he-500);return()=>clearTimeout(Pe)}else{let Pe=setTimeout(i,he);return()=>clearTimeout(Pe)}},[m,y,L]),(0,je.useEffect)(()=>{if(d&&D===0){let z=setTimeout(()=>{f(Ui),R(null);let $=document.querySelector("input[name=code-0]");$==null||$.focus()},ys);return()=>clearTimeout(z)}},[d]);let N=z=>{var Vo;let $=z.currentTarget.value.replace(" ","");if($==="")return;if(isNaN(Number($))){R("Code should be numeric"),M(1);return}R(null),M(null);let U=Number((Vo=z.currentTarget.name)==null?void 0:Vo.charAt(5)),Pe=[...$||[""]].slice(0,dr-U),tt=[..._.slice(0,U),...Pe,..._.slice(U+Pe.length)];f(tt);let Rt=Pe.length,Yt=Math.min(Math.max(U+Rt,0),dr-1);if(!isNaN(Number(z.currentTarget.value))){let X=document.querySelector(`input[name=code-${Yt}]`);X==null||X.focus()}if(tt.every(X=>X&&!isNaN(+X))){let X=document.querySelector(`input[name=code-${Yt}]`);X==null||X.blur(),h(tt.join("")).then(()=>g(!0)).catch(l=>{(l==null?void 0:l.status)===422?R("Invalid or expired verification code"):R("Issue verifying code"),M(0)})}z.preventDefault()},j=z=>{D===1&&(R(null),M(null));let $=[..._.slice(0,z),"",..._.slice(z+1)];if(f($),z>0){let U=document.querySelector(`input[name=code-${z-1}]`);U==null||U.focus()}},ae=`Verify your ${x==0?"email":"phone"}`,O=x==0?(0,W.jsxs)("p",{children:["Please check ",(0,W.jsx)(xs,{children:(we=a())==null?void 0:we.email})," for an email from privy.io and enter your code below."]}):`Please check ${(Ge=a())==null?void 0:Ge.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return(0,W.jsxs)(W.Fragment,{children:[(0,W.jsx)(P,{},"header"),(0,W.jsxs)(ws,{children:[(0,W.jsx)(ce,{title:ae,description:O}),(0,W.jsxs)(Ri,{children:[(0,W.jsxs)(vs,{children:[(0,W.jsx)(Cs,{fail:!!d,success:y,children:(0,W.jsx)("span",{children:d||(y?"Success!":"")})}),(0,W.jsx)("div",{children:_.map((z,$)=>(0,W.jsx)("input",{name:`code-${$}`,type:"text",value:_[$],onChange:N,onKeyUp:U=>{U.key==="Backspace"&&j($)},inputMode:"numeric",autoFocus:$===0,pattern:"[0-9]",className:`${y?"success":""} ${d?"fail":""}`,autoComplete:Di.isMobile?"one-time-code":"off"},$))})]}),(0,W.jsx)(bs,{children:x==0?(0,W.jsxs)(W.Fragment,{children:[(0,W.jsx)("span",{children:"Didn't get an email?"}),(0,W.jsx)("button",{onClick:n,children:"Resend Code"})]}):(0,W.jsxs)(W.Fragment,{children:[(0,W.jsx)("span",{children:"Didn't get a message?"}),(0,W.jsx)("button",{onClick:s,children:"Resend Code"})]})})]})]}),(0,W.jsx)(Q,{protectedByPrivy:!0})]})},ws=wt.default.div`
219
+ display: flex;
220
+ flex-direction: column;
221
+ align-items: flex-start;
222
+ justify-content: flex-end;
223
+ margin: auto;
224
+ gap: 16px;
225
+ `,vs=wt.default.div`
226
+ display: flex;
227
+ flex-direction: column;
228
+ width: 100%;
229
+ gap: 8px;
230
+ // This may seem goofy, but it's actually cleaner than trying to globally
231
+ // center just this element.
232
+ margin-top: 70px;
276
233
 
277
- @keyframes rotation {
278
- 0% {
279
- transform: rotate(0deg);
280
- }
281
- 100% {
282
- transform: rotate(360deg);
283
- }
234
+ ${vt}[data-height='medium'] & {
235
+ /* Aligns this with the input field on the page before on shorter modals */
236
+ margin-top: 22px;
284
237
  }
285
238
 
286
- &&&.success {
287
- border-color: var(--success-light);
288
- border-bottom-color: var(--success-light);
239
+ @media (max-width: 440px) {
240
+ margin-top: 20px;
289
241
  }
290
242
 
291
- &&&.fail {
292
- border-color: var(--fail-light);
293
- border-bottom-color: var(--fail-light);
294
- }
295
- `,bs=(0,ko.default)(Vt)`
296
- && {
297
- border-bottom-color: ${t=>t.color??"var(--primary-color)"};
298
- animation: none;
299
- opacity: 0.5;
300
- }
301
- `,qe=t=>(0,Ze.jsx)(xs,{color:t.color||"var(--disabled-fg)"}),xs=(0,ko.default)(Vt)`
302
- && {
303
- height: 0.9rem;
304
- width: 0.9rem;
305
- border-width: 1.5px;
243
+ > div:last-child {
244
+ display: flex;
245
+ justify-content: space-between;
246
+ width: 100%;
247
+ border-radius: 6px;
306
248
 
307
- transition: border-color 350ms ease;
308
- }
309
- `;var se=require("react/jsx-runtime"),To=t=>{let[e,o]=(0,Ct.useState)(""),[r,n]=(0,Ct.useState)(!1),[i,s]=(0,Ct.useState)(null),{isLinking:a,initLoginWithEmail:h}=k(),{navigate:m,options:E}=C(),A=E.wallet;(0,Ct.useEffect)(()=>{let d=document.querySelector("#email-input");d==null||d.focus()},[]);let f=zr(e),y=()=>{n(!0),h(e).then(()=>{m("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{let M=(d==null?void 0:d.status)===401&&(d==null?void 0:d.message)==="User is not allowed to login to this app.";(d==null?void 0:d.status)===422?s(d.message):M?m("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting email"),n(!1)})},g="Get started without a wallet.";return i?g=i:a?g="Easily connect an email":A||(g="Get started quickly with email"),(0,se.jsxs)(se.Fragment,{children:[(0,se.jsxs)(Es,{stacked:t.stacked,children:[(0,se.jsxs)(_s,{standalone:t.stacked,children:[(0,se.jsx)(Po,{}),(0,se.jsx)("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:d=>o(d.target.value),onKeyUp:d=>{d.key==="Enter"&&y()},value:e,autoComplete:"email"})]}),t.stacked?null:(0,se.jsx)(Ls,{disabled:r||!f,onClick:y,children:r?(0,se.jsx)(qe,{}):"Submit"})]}),(0,se.jsx)(Ss,{fail:!!i,children:g}),t.stacked?(0,se.jsx)(As,{disabled:r||!f,onClick:y,children:r?(0,se.jsx)(qe,{}):"Submit"}):null]})},Es=bt.default.div`
310
- border: 1px solid var(--border-color-1);
311
- width: 100%;
312
- height: ${t=>t.stacked?"100%":"auto"};
249
+ > input {
250
+ border: 1px solid var(--border-color-1);
251
+ background: var(--light-theme-bg-1);
252
+ border-radius: 6px;
253
+ padding: 8px 10px;
254
+ height: 58px;
255
+ width: 46px;
256
+ text-align: center;
257
+ font-size: 18px;
258
+ }
313
259
 
314
- display: flex;
315
- align-content: center;
316
- align-items: center;
317
- flex-grow: 1;
260
+ > input:focus {
261
+ border: 1px solid var(--primary-color);
262
+ }
318
263
 
319
- @media (max-width: 440px) {
320
- margin-top: 20px;
264
+ > input:invalid {
265
+ border: 1px solid var(--fail-dark);
266
+ }
267
+
268
+ > input.success {
269
+ border: 1px solid var(--success-dark);
270
+ }
271
+
272
+ > input.fail {
273
+ border: 1px solid var(--fail-dark);
274
+ animation: shake 180ms;
275
+ animation-iteration-count: 2;
276
+ }
321
277
  }
322
- `,Ls=bt.default.button`
323
- display: flex;
324
- flex-direction: row;
325
- align-items: center;
326
- justify-content: center;
327
- & {
328
- height: 44px;
329
- cursor: pointer;
330
- font-size: 14px;
331
- font-weight: 600;
332
- border-radius: 0px var(--border-radius-sm) var(--border-radius-sm) 0px;
278
+
279
+ @keyframes shake {
280
+ 0% {
281
+ transform: translate(1px, 0px);
282
+ }
283
+ 33% {
284
+ transform: translate(-1px, 0px);
285
+ }
286
+ 67% {
287
+ transform: translate(-1px, 0px);
288
+ }
289
+ 100% {
290
+ transform: translate(1px, 0px);
291
+ }
333
292
  }
293
+ `,Cs=wt.default.div`
294
+ line-height: 20px;
295
+ height: 20px;
296
+ font-size: 13px;
297
+ color: ${t=>t.success?"var(--success-dark)":t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
298
+ display: flex;
299
+ justify-content: flex-end;
300
+ width: 100%;
301
+ `,bs=wt.default.div`
302
+ font-size: 13px;
303
+ color: var(--light-theme-fg-3);
304
+ display: flex;
305
+ justify-content: space-between;
306
+ width: 100%;
307
+ margin-top: 16px;
308
+ // Equal opposing size buffer to account for auto margining when the
309
+ // success/fail text does not show up
310
+ padding-bottom: 32px;
334
311
 
312
+ > button {
313
+ text-decoration: underline;
314
+ }
315
+ `,xs=wt.default.span`
316
+ word-break: break-all;
317
+ `;var Fe=require("react"),Ht=E(require("styled-components"));var yo=E(require("styled-components")),Ze=require("react/jsx-runtime"),Ct=({success:t,fail:e})=>(0,Ze.jsxs)(Ze.Fragment,{children:[(0,Ze.jsx)(Bt,{className:t?"success":e?"fail":""}),(0,Ze.jsx)(Es,{className:t?"success":e?"fail":""})]}),Bt=yo.default.span`
335
318
  && {
336
- padding-left: 15px;
337
- padding-right: 15px;
338
- background-color: var(--primary-color);
339
- color: var(--light-theme-bg-1);
319
+ width: 82px;
320
+ height: 82px;
321
+ border-width: 4px;
322
+ border-style: solid;
323
+ border-color: ${t=>t.color??"var(--primary-color)"};
324
+ border-bottom-color: transparent;
325
+ border-radius: 50%;
326
+ display: inline-block;
327
+ box-sizing: border-box;
328
+ animation: rotation 1.2s linear infinite;
329
+ transition: border-color 800ms;
340
330
  }
341
331
 
342
- &&:disabled {
343
- background-color: var(--disabled-bg);
344
- color: var(--disabled-fg);
345
- cursor: not-allowed;
332
+ @keyframes rotation {
333
+ 0% {
334
+ transform: rotate(0deg);
335
+ }
336
+ 100% {
337
+ transform: rotate(360deg);
338
+ }
346
339
  }
347
- `,As=bt.default.button`
348
- display: flex;
349
- flex-direction: column;
350
- align-items: center;
351
- justify-content: center;
352
- & {
353
- height: 44px;
354
- width: 100%;
355
- cursor: pointer;
356
- font-size: 14px;
357
- font-weight: 600;
358
- border-radius: var(--border-radius-sm);
340
+
341
+ &&&.success {
342
+ border-color: var(--success-light);
343
+ border-bottom-color: var(--success-light);
359
344
  }
360
345
 
346
+ &&&.fail {
347
+ border-color: var(--fail-light);
348
+ border-bottom-color: var(--fail-light);
349
+ }
350
+ `,Es=(0,yo.default)(Bt)`
361
351
  && {
362
- background-color: var(--primary-color);
363
- color: var(--light-theme-bg-1);
352
+ border-bottom-color: ${t=>t.color??"var(--primary-color)"};
353
+ animation: none;
354
+ opacity: 0.5;
364
355
  }
356
+ `,qe=t=>(0,Ze.jsx)(Ls,{color:t.color||"var(--disabled-fg)"}),Ls=(0,yo.default)(Bt)`
357
+ && {
358
+ height: 0.9rem;
359
+ width: 0.9rem;
360
+ border-width: 1.5px;
365
361
 
366
- &&:disabled {
367
- background-color: var(--disabled-bg);
368
- color: var(--disabled-fg);
369
- cursor: not-allowed;
362
+ transition: border-color 350ms ease;
370
363
  }
371
- `,_s=bt.default.label`
364
+ `;var Vt=require("react/jsx-runtime"),Te=({style:t,...e})=>(0,Vt.jsxs)("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:[(0,Vt.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,Vt.jsx)("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"})]});var ee=require("react/jsx-runtime"),We=({style:t,...e})=>(0,ee.jsxs)("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:[(0,ee.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"white"}),(0,ee.jsx)("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"}),(0,ee.jsx)("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"})]});var De=require("react/jsx-runtime"),bt=({style:t,...e})=>(0,De.jsxs)("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:[(0,De.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),(0,De.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,De.jsx)("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"})}),(0,De.jsx)("defs",{children:(0,De.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,De.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});var K=require("react/jsx-runtime"),pr=2,Gi={metamask:{name:"MetaMask",component:We},coinbase_wallet:{name:"Coinbase Wallet",component:Te},wallet_connect:{name:"WalletConnect",component:bt}},Bi=()=>{var ae;let[t,e]=(0,Fe.useState)(!1),[o,r]=(0,Fe.useState)("metamask"),[i,n]=(0,Fe.useState)(void 0),{navigate:s,navigateBack:a}=C(),{getAuthMeta:h,closePrivyModal:m,loginWithWallet:L}=S(),{walletConnectors:_}=q(),[f,y]=(0,Fe.useState)(0),{user:g}=q(),[d]=(0,Fe.useState)((g==null?void 0:g.linkedAccounts.length)||0);(0,Fe.useEffect)(()=>{var O;r(((O=h())==null?void 0:O.walletType)||"metamask"),n(void 0),L().then(()=>e(!0)).catch(T=>{T instanceof ve?console.error(T.cause):console.error(T);let we=(T==null?void 0:T.status)===401&&(T==null?void 0:T.message)==="User is not allowed to login to this app.";(T==null?void 0:T.status)===422?n(mt.ERROR_USER_EXISTS):we?s("ALLOWLIST_REJECTION_SCREEN"):T instanceof ht&&!T.details.default?n(T.details):T instanceof ut?n(mt.ERROR_TIMED_OUT):n(mt.ERROR_WALLET_CONNECTION)})},[f]),(0,Fe.useEffect)(()=>{if(t){let O=setTimeout(m,he);return()=>clearTimeout(O)}},[g]);let R=Gi[o].name,D=Gi[o].component,M=t?`Successfully connected with ${R}`:i?i.message:`Waiting for ${R}`,x="";if(t){let O=(g==null?void 0:g.linkedAccounts.length)||0;d===O?x="Wallet was already linked.":x="You\u2019re good to go!"}else if(f>=pr&&i)x="Unable to connect wallet";else if(i)x=i.detail;else switch(x="Don\u2019t see your wallet modal? Check your other browser windows.",o){case"metamask":x="For the best experience, connect only one wallet at a time.";break;case"wallet_connect":x="Open your mobile wallet app to continue";break;case"coinbase_wallet":lo()||(er(g)?x="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":x="Open the Coinbase app on your phone to continue.");break}let N=(ae=_==null?void 0:_.walletConnectors)==null?void 0:ae.find(O=>O.walletType==="coinbase_wallet"),j=o==="coinbase_wallet"&&(er(g)||i===mt.ERROR_USER_EXISTS);return(0,K.jsxs)(K.Fragment,{children:[(0,K.jsx)(P,{backFn:a}),(0,K.jsxs)(As,{children:[(0,K.jsx)(Ps,{children:(0,K.jsxs)("div",{children:[(0,K.jsx)(Ct,{success:t,fail:!!i}),(0,K.jsx)(D,{style:{width:"38px",height:"38px"}})]})}),(0,K.jsxs)(_s,{children:[(0,K.jsx)("h3",{children:M}),(0,K.jsx)("p",{children:x})]}),j?(0,K.jsx)(ur,{onClick:()=>N&&(N==null?void 0:N.disconnect()),visible:!t,disabled:t,children:"Use a different wallet"}):i==mt.ERROR_USER_EXISTS?(0,K.jsx)(ur,{onClick:a,visible:!0,children:"Use a different wallet"}):(0,K.jsx)(ur,{onClick:()=>{y(f+1),n(void 0)},visible:!t&&(i==null?void 0:i.retryable)&&f<pr,disabled:!t&&(!(i!=null&&i.retryable)||f>=pr),children:"Retry"})]})]})},As=Ht.default.div`
372
365
  display: flex;
373
- flex-direction: row;
366
+ flex-direction: column;
367
+ align-items: center;
368
+ justify-content: center;
369
+ margin-left: 27px;
370
+ margin-right: 27px;
371
+ gap: 24px;
372
+ `,_s=Ht.default.div`
373
+ display: flex;
374
+ flex-direction: column;
375
+ gap: 8px;
376
+ /* Very specifically chosen to be the height if 2 lines h3 and 1 line p.
377
+ If we then switch to 1 line h3 and 2 lines p, we don't resize. */
378
+ min-height: 76px;
379
+ `,Ps=Ht.default.div`
380
+ display: flex;
381
+ flex-direction: column;
382
+ justify-content: center;
374
383
  align-items: center;
375
- position: relative;
376
384
  width: 100%;
377
- height: ${t=>t.standalone?"64px":"44px"};
378
- background: var(--light-theme-bg-1);
385
+ height: 82px;
379
386
 
380
- > svg {
381
- z-index: 2;
382
- margin-left: 8px;
383
- height: 20px !important;
384
- width: 20px !important;
385
- color: var(--light-theme-fg-3);
387
+ > div {
388
+ position: relative;
386
389
  }
387
390
 
388
- && > input {
391
+ > div > span {
389
392
  position: absolute;
390
- padding-left: 40px;
391
- line-height: 20px;
392
-
393
- /* Mirror parent to handle embedded logo on left */
394
- border-radius: ${t=>t.standalone?"var(--border-radius-sm)":"var(--border-radius-sm) 0px 0px var(--border-radius-sm)"};
395
- height: 100%;
396
- width: 100%;
397
- border: 1px solid var(--border-color-1);
398
- background: var(--light-theme-bg-1);
399
- }
400
-
401
- /* Mobile */
402
- @media (max-width: 440px) {
403
- && > input {
404
- font-size: 16px;
405
- line-height: 24px;
406
- }
393
+ left: -41px;
394
+ top: -41px;
407
395
  }
408
- `,Ss=bt.default.div`
409
- line-height: 20px;
410
- height: 20px;
411
- font-size: 13px;
412
- color: ${t=>t.success?"var(--success-dark)":t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
413
- display: flex;
414
- justify-content: space-between;
415
- width: 100%;
416
396
 
417
- > button,
418
- > a {
419
- text-decoration: underline;
397
+ > div > svg {
398
+ position: absolute;
399
+ left: -19px;
400
+ top: -19px;
420
401
  }
421
- `;var xt=require("react"),Et=x(require("styled-components"));var gr=require("react/jsx-runtime"),Wo=({style:t,...e})=>(0,gr.jsx)("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:(0,gr.jsx)("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"})});var ae=require("react/jsx-runtime"),Io=t=>{let[e,o]=(0,xt.useState)(""),[r,n]=(0,xt.useState)(!1),[i,s]=(0,xt.useState)(null),{isLinking:a,initLoginWithSms:h}=k(),{navigate:m,options:E}=C(),A=E.wallet;(0,xt.useEffect)(()=>{let d=document.querySelector("#phone-number-input");d==null||d.focus()},[]);let f=$r(e),y=()=>{n(!0),h(e).then(()=>{m("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{let M=(d==null?void 0:d.status)===401&&(d==null?void 0:d.message)==="User is not allowed to login to this app.";(d==null?void 0:d.status)===422?s(d.message):M?m("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting phone number"),n(!1)})},g="Get started without a wallet.";return i?g=i:a?g="Easily connect a phone number":A||(g="Get started quickly with your phone"),(0,ae.jsxs)(ae.Fragment,{children:[(0,ae.jsxs)(Ps,{stacked:t.stacked,children:[(0,ae.jsxs)(Ws,{standalone:t.stacked,children:[(0,ae.jsx)(Wo,{}),(0,ae.jsx)("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:d=>{o(d.target.value)},onKeyUp:d=>{d.key==="Enter"&&y()},value:e,autoComplete:"tel"})]}),t.stacked?null:(0,ae.jsx)(ks,{disabled:r||!f,onClick:y,children:r?(0,ae.jsx)(qe,{}):"Submit"})]}),(0,ae.jsx)(Is,{fail:!!i,children:g}),t.stacked?(0,ae.jsx)(Ts,{disabled:r||!f,onClick:y,children:r?(0,ae.jsx)(qe,{}):"Submit"}):null]})},Ps=Et.default.div`
422
- display: flex;
423
- border: 1px solid var(--border-color-1);
424
- width: 100%;
425
-
426
- height: ${t=>t.stacked?"100%":"auto"};
427
- display: flex;
428
- align-content: center;
429
- align-items: center;
430
- flex-grow: 1;
431
-
432
- @media (max-width: 440px) {
433
- margin-top: 20px;
402
+ `,ur=Ht.default.button`
403
+ && {
404
+ padding: 12px 16px;
405
+ font-weight: 500;
406
+ text-align: center;
407
+ color: var(--primary-color);
408
+ background-color: var(--primary-color-bg-1);
409
+ border-radius: var(--border-radius-sm);
410
+ min-width: 144px;
411
+ opacity: ${t=>t.visible?"1":"0"};
412
+ transition: opacity 200ms;
434
413
  }
435
- `,ks=Et.default.button`
414
+ `;var nt=E(require("styled-components"));var wo=E(require("styled-components"));var xt=require("react/jsx-runtime"),Vi=wo.default.button`
436
415
  display: flex;
437
416
  flex-direction: row;
438
417
  align-items: center;
439
418
  justify-content: center;
440
419
  & {
441
420
  height: 44px;
421
+ width: 100%;
422
+ /* Off by one because of internal border in designs and otherwise looks off */
423
+ padding: 7px 11px;
442
424
  cursor: pointer;
443
425
  font-size: 14px;
444
426
  font-weight: 600;
445
- border-radius: 0px var(--border-radius-sm) var(--border-radius-sm) 0px;
446
- }
447
-
448
- && {
449
- padding-left: 15px;
450
- padding-right: 15px;
451
- background-color: var(--primary-color);
452
- color: var(--light-theme-bg-1);
427
+ border-radius: var(--border-radius-md);
453
428
  }
454
429
 
455
430
  &&:disabled {
@@ -457,205 +432,116 @@ Resources:
457
432
  color: var(--disabled-fg);
458
433
  cursor: not-allowed;
459
434
  }
460
- `,Ts=Et.default.button`
461
- display: flex;
462
- flex-direction: column;
463
- align-items: center;
464
- justify-content: center;
465
- & {
466
- height: 44px;
467
- width: 100%;
468
- cursor: pointer;
469
- font-size: 14px;
470
- font-weight: 600;
471
- border-radius: var(--border-radius-sm);
472
- }
473
-
435
+ `,Ke=({children:t,loading:e,disabled:o,warn:r,...i})=>(0,xt.jsx)(Ss,{disabled:o||e,warn:r,...i,children:e?(0,xt.jsxs)("span",{children:[(0,xt.jsx)(qe,{})," ",(0,xt.jsx)("span",{children:"Loading..."})]}):t}),Ss=(0,wo.default)(Vi)`
474
436
  && {
475
- background-color: var(--primary-color);
437
+ background-color: ${t=>t.warn?"var(--fail-dark)":"var(--primary-color)"};
476
438
  color: var(--light-theme-bg-1);
477
439
  }
478
440
 
479
- &&:disabled {
480
- background-color: var(--disabled-bg);
481
- color: var(--disabled-fg);
482
- cursor: not-allowed;
441
+ > span {
442
+ display: flex;
443
+ align-items: center;
444
+ gap: 8px;
445
+ }
446
+ `,Oc=(0,wo.default)(Vi)`
447
+ && {
448
+ border: 1px solid var(--light-theme-bg-3);
449
+ color: var(--light-theme-fg-1);
483
450
  }
484
- `,Ws=Et.default.label`
451
+ `;var zi=require("react"),$i=E(require("styled-components"));var hr=require("react/jsx-runtime"),Et=({style:t,color:e,...o})=>(0,hr.jsx)("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:(0,hr.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});var vo=require("react/jsx-runtime"),Hi=({color:t,...e})=>(0,vo.jsx)("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:(0,vo.jsx)("g",{children:(0,vo.jsx)("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"})})});var zt=require("react/jsx-runtime"),Co=t=>{let[e,o]=(0,zi.useState)(!1);return(0,zt.jsxs)(ks,{onClick:()=>{o(!0),navigator.clipboard.writeText(t.text),setTimeout(()=>o(!1),1500)},justCopied:e,children:[e?(0,zt.jsx)(Et,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):(0,zt.jsx)(Hi,{style:{height:"14px",width:"14px"}}),e?"Copied":"Copy"," ",t.itemName?t.itemName:"to Clipboard"]})},ks=$i.default.button`
485
452
  display: flex;
486
- flex-direction: row;
487
453
  align-items: center;
488
- position: relative;
489
- width: 100%;
490
- height: ${t=>t.standalone?"64px":"44px"};
491
- background: var(--light-theme-bg-1);
454
+ gap: 6px;
492
455
 
493
- > svg {
494
- z-index: 2;
495
- margin-left: 8px;
496
- height: 20px !important;
497
- width: 20px !important;
498
- color: var(--light-theme-fg-3);
499
- }
456
+ && {
457
+ margin: 8px 2px;
458
+ font-size: 14px;
459
+ color: ${t=>t.justCopied?"var(--light-theme-fg-1)":"var(--light-theme-fg-3)"};
460
+ font-weight: ${t=>t.justCopied?"medium":"normal"};
461
+ transition: color 350ms ease;
500
462
 
501
- && > input {
502
- position: absolute;
503
- padding-left: 40px;
504
- line-height: 20px;
463
+ :focus,
464
+ :active {
465
+ background-color: transparent;
466
+ border: none;
467
+ outline: none;
468
+ box-shadow: none;
469
+ }
505
470
 
506
- /* Mirror parent to handle embedded logo on left */
507
- border-radius: ${t=>t.standalone?"var(--border-radius-sm)":"var(--border-radius-sm) 0px 0px var(--border-radius-sm)"};
508
- height: 100%;
509
- width: 100%;
510
- border: 1px solid var(--border-color-1);
511
- background: var(--light-theme-bg-1);
512
- }
471
+ :hover {
472
+ color: ${t=>t.justCopied?"var(--light-theme-fg-1)":"var(--light-theme-fg-2)"};
473
+ }
513
474
 
514
- /* Mobile */
515
- @media (max-width: 440px) {
516
- && > input {
517
- font-size: 16px;
518
- line-height: 24px;
475
+ :active {
476
+ color: var(--light-theme-fg-1);
477
+ font-weight: medium;
478
+ }
479
+
480
+ @media (max-width: 440px) {
481
+ margin: 12px 2px;
519
482
  }
520
483
  }
521
- `,Is=Et.default.div`
522
- line-height: 20px;
523
- height: 20px;
524
- font-size: 13px;
525
- color: ${t=>t.success?"var(--success-dark)":t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
526
- display: flex;
527
- justify-content: space-between;
528
- width: 100%;
529
484
 
530
- > button,
531
- > a {
532
- text-decoration: underline;
485
+ svg {
486
+ width: 14px;
487
+ height: 14px;
533
488
  }
534
- `;var yr=require("react/jsx-runtime"),On=()=>{let{app:t}=C();return t!=null&&t.logoUrl?(0,yr.jsx)("div",{children:(0,yr.jsx)("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};var wr=require("react-device-detect"),L=require("react/jsx-runtime");var Fn=()=>{let{app:t,options:e}=C(),o=e.email,r=e.sms,n=e.wallet,i=e.google,s=e.twitter,a=e.discord,h=e.github,m=n&&(t==null?void 0:t.showWalletLoginFirst)?0:1,[E,A]=(0,Dn.useState)(m),f=E==0,y=E==1,g=n,d=o||r;return(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(_,{},"header"),(0,L.jsx)(Us,{hasOnlyOneSection:g!==d,hasTerms:!!((t==null?void 0:t.privacyPolicyUrl)||(t==null?void 0:t.termsAndConditionsUrl)),children:(0,L.jsx)(On,{})}),(0,L.jsxs)(Ds,{reverse:!(t!=null&&t.showWalletLoginFirst),children:[g&&(0,L.jsx)(Rs,{active:f,onClick:()=>A(0),isOnlySection:!d}),d&&(0,L.jsx)(Ms,{active:y,onClick:()=>A(1),email:o,sms:r,google:i,twitter:s,discord:a,github:h,isOnlySection:!g})]}),t&&(0,L.jsx)(Rn,{app:t}),(0,L.jsx)(oe,{protectedByPrivy:!0})]})};function Rs(t){return(0,L.jsxs)(Bn,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[(0,L.jsx)(Gn,{active:t.active,children:(0,L.jsx)("h4",{children:"Connect Wallet"})}),t.active&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(bo,{}),(0,L.jsx)(xo,{})]})]})}function Ms(t){let e=t.google||t.discord||t.github||t.twitter&&!wr.isMobile,o=t.email?"Email":"Phone";return(0,L.jsxs)(Bn,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[t.isOnlySection?null:(0,L.jsx)(Gn,{active:t.active,children:(0,L.jsx)("h4",{children:e?`${o} & Social`:o})}),t.active&&t.email&&(0,L.jsx)(To,{}),t.active&&t.sms&&!t.email&&(0,L.jsx)(Io,{}),t.active&&e&&(0,L.jsx)(Ns,{google:t.google,twitter:t.twitter&&!wr.isMobile,discord:t.discord,github:t.github})]})}function Ns(t){return(0,L.jsxs)(L.Fragment,{children:[(0,L.jsxs)(Os,{children:[(0,L.jsx)(Un,{}),(0,L.jsx)("p",{children:" Or "}),(0,L.jsx)(Un,{})]}),(0,L.jsx)(Nn,{showGoogle:t.google,showDiscord:t.discord,showGithub:t.github,showTwitter:t.twitter})]})}var Gn=st.default.div`
535
- font-weight: ${t=>t.active?600:500};
536
- color: ${t=>t.active?"inherit":"var(--light-theme-fg-3)"};
537
- display: flex;
538
- justify-content: center;
539
- align-items: center;
540
- `,Bn=st.default.div`
489
+ `;var c=require("react/jsx-runtime"),ji=()=>(0,c.jsxs)("svg",{width:"332",height:"128",viewBox:"0 0 332 128",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsxs)("g",{clipPath:"url(#clip0_39_1593)",children:[(0,c.jsx)("g",{clipPath:"url(#clip1_39_1593)",children:(0,c.jsxs)("g",{filter:"url(#filter0_b_39_1593)",children:[(0,c.jsxs)("linearGradient",{id:"background-gradient",children:[(0,c.jsx)("stop",{offset:"0%",stopColor:"#fed8f4",children:(0,c.jsx)("animate",{attributeName:"stop-color",values:"#fed8f4; #ffe5d0; #fed8f4;",dur:"4.97s",repeatCount:"indefinite"})}),(0,c.jsx)("stop",{offset:"33%",stopColor:"#ffe5d0",children:(0,c.jsx)("animate",{attributeName:"stop-color",values:"#ffe5d0; #ffcdf3; #ffe5d0;",dur:"5.11s",repeatCount:"indefinite"})}),(0,c.jsx)("stop",{offset:"67%",stopColor:"#ffcdf3",children:(0,c.jsx)("animate",{attributeName:"stop-color",values:"#ffcdf3; #d0fcf5; #ffcdf3;",dur:"4.95s",repeatCount:"indefinite"})}),(0,c.jsx)("stop",{offset:"100%",stopColor:"#d0fcf5",children:(0,c.jsx)("animate",{attributeName:"stop-color",values:"#d0fcf5; #fed8f4; #d0fcf5;",dur:"5.03s",repeatCount:"indefinite"})})]}),(0,c.jsx)("rect",{width:301,height:112,transform:"translate(16 16)",fill:"url(#background-gradient)"})]})}),(0,c.jsx)("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)"}),(0,c.jsx)("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)"}),(0,c.jsx)("path",{d:"M326.717 118.136L252.77 127.539L235.18 119.003L310.771 102.693L326.717 118.136Z",fill:"url(#paint2_linear_39_1593)"}),(0,c.jsx)("path",{d:"M310.771 102.694L235.18 119.003L242.069 98.9263L313.117 73.333L310.771 102.694Z",fill:"url(#paint3_linear_39_1593)"}),(0,c.jsx)("path",{d:"M327.241 91.1526L326.718 118.136L310.771 102.694L313.118 73.333L327.241 91.1526Z",fill:"url(#paint4_linear_39_1593)"}),(0,c.jsx)("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)"}),(0,c.jsx)("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)"}),(0,c.jsx)("path",{d:"M55.7664 36.3772L99.4204 23.8945L36.0542 110.093L6 100.495L55.7515 36.3772H55.7664Z",fill:"url(#paint7_linear_39_1593)"}),(0,c.jsx)("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)"}),(0,c.jsx)("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)"}),(0,c.jsx)("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)"})]}),(0,c.jsxs)("defs",{children:[(0,c.jsxs)("filter",{id:"filter0_b_39_1593",x:"-76",y:"-76",width:"485",height:"296",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[(0,c.jsx)("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),(0,c.jsx)("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:"46"}),(0,c.jsx)("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_39_1593"}),(0,c.jsx)("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_backgroundBlur_39_1593",result:"shape"})]}),(0,c.jsxs)("linearGradient",{id:"paint0_linear_39_1593",x1:"187.753",y1:"56.8365",x2:"173.389",y2:"118.39",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#2D2068"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,c.jsxs)("linearGradient",{id:"paint1_linear_39_1593",x1:"162.8",y1:"69.9911",x2:"171.997",y2:"54.1167",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint2_linear_39_1593",x1:"248.905",y1:"127.208",x2:"254.292",y2:"100.947",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint3_linear_39_1593",x1:"246.866",y1:"118.395",x2:"265.49",y2:"76.3396",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint4_linear_39_1593",x1:"321.183",y1:"75.7837",x2:"300.239",y2:"117.543",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#2D2068"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,c.jsxs)("linearGradient",{id:"paint5_linear_39_1593",x1:"90.6771",y1:"29.8515",x2:"62.6626",y2:"150.379",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#2D2068"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,c.jsxs)("linearGradient",{id:"paint6_linear_39_1593",x1:"14.7397",y1:"132.355",x2:"27.4593",y2:"102.104",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint7_linear_39_1593",x1:"20.0079",y1:"108.945",x2:"64.5521",y2:"45.0635",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint8_linear_39_1593",x1:"126.988",y1:"103.836",x2:"119.744",y2:"142.156",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#2D2068"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,c.jsxs)("linearGradient",{id:"paint9_linear_39_1593",x1:"109.17",y1:"124.125",x2:"121.135",y2:"106.662",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint10_linear_39_1593",x1:"196.556",y1:"38.8404",x2:"216.303",y2:"-13.8631",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsx)("clipPath",{id:"clip0_39_1593",children:(0,c.jsx)("rect",{width:"332",height:"128",fill:"white"})}),(0,c.jsx)("clipPath",{id:"clip1_39_1593",children:(0,c.jsx)("rect",{x:"16",y:"16",width:"301",height:"112",rx:"8",fill:"white"})})]})]});var B=require("react/jsx-runtime"),Zi=()=>{var L;let{user:t}=q(),{closePrivyModal:e}=S(),{data:o}=C(),r=Me(t),{onSuccess:i,onFailure:n}=o.createWallet,s=()=>{r?(i(r),e({shouldCallAuthOnSuccess:!1})):n(new Error("Failed to create wallet"))},a="Your digital wallet",h="You\u2019re all set! This wallet is all yours and can only ever be accessed by you.",m=rt(r.address);return(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(P,{onClose:s}),(0,B.jsxs)(Ts,{children:[(0,B.jsxs)("div",{children:[(0,B.jsx)(ce,{title:a,description:h}),(0,B.jsxs)(Ws,{children:[(0,B.jsx)(ji,{}),(0,B.jsxs)(Is,{children:[(0,B.jsx)("p",{children:((L=t==null?void 0:t.email)==null?void 0:L.address)||""}),(0,B.jsxs)(Rs,{children:[(0,B.jsx)(Ms,{children:m})," ",(0,B.jsx)(go,{color:"var(--light-theme-bg-1)"})]})]})]}),(0,B.jsx)(Ns,{children:(0,B.jsx)(Co,{text:r.address,itemName:"Address"})})]}),(0,B.jsx)(Ke,{onClick:s,children:"I\u2019m all set"})]}),(0,B.jsx)(Q,{protectedByPrivy:!0})]})},Ts=nt.default.div`
541
490
  display: flex;
491
+ height: 100%;
542
492
  flex-direction: column;
543
- align-items: flex-start;
544
- /* 1px helps with the input ring getting hidden by padding, despite it being
545
- * annoying that it's not perfectly lined up
546
- */
547
- padding: ${t=>t.isOnlySection?"1px":"12px"};
548
- gap: 12px;
549
- width: 100%;
550
- max-height: ${t=>t.active?"400px":"52px"};
551
-
552
- transition-property: border-color, max-height;
553
- transition-duration: 0.25s;
554
- transition-timing-function: ease-in;
555
- overflow: hidden;
556
-
557
- && {
558
- background: var(--light-theme-bg-1);
493
+ justify-content: space-between;
559
494
 
560
- border: ${t=>t.isOnlySection?"none":t.active?"1px solid var(--border-color-active);":"1px solid var(--border-color-2);"};
561
- border-radius: ${t=>t.isOnlySection?"0":"10px"};
495
+ @media (max-width: 440px) {
496
+ gap: 24px;
562
497
  }
563
-
564
- cursor: ${t=>t.active?"inherit":"pointer"};
565
- `,Os=st.default.div`
566
- display: flex;
567
- justify-content: center;
568
- align-items: center;
498
+ `,Ws=nt.default.div`
569
499
  width: 100%;
570
- `,Un=st.default.hr`
571
- width: 50%;
572
- && {
573
- border-top: 1px solid var(--border-color-1);
574
- margin: 0px 8px;
500
+ background-color: #160b45;
501
+ border-radius: 8px;
502
+ margin-bottom: 8px;
503
+ svg {
504
+ width: 100%;
505
+ height: auto;
575
506
  }
576
- `,Us=st.default.div`
577
- display: flex;
578
- flex-direction: column;
579
- align-items: center;
580
-
581
- // This is a temp hack until we use a real accordion and JS to calculate
582
- // heights - real-life CSS height math is hard to do properly.
583
-
584
- // - Logo is 80px tall
585
- // - Top margin from cancel button is 24px and needs to be counteracted
586
- // - Some don't have social/email/sms. That adds 46px+16px gap
587
- // So...
588
- // - Wallet + other => 114px padding for logo, -24px on the top
589
- // - Only one section => Condensed, so just need a healthy amount of space
590
- // - Terms => 36px
591
- // Lastly, apply a 10px cheat upwards, which helps in particular for when
592
- // the logo is close to the top (mobile or full wallet-open design)
593
- margin-top: ${t=>`${28+(t.hasOnlyOneSection?31:0)-(t.hasTerms?18:0)}px`};
594
- margin-bottom: ${t=>`${60+(t.hasOnlyOneSection?31:0)-(t.hasTerms?18:0)}px`};
595
- `,Ds=(0,st.default)($e)`
596
- flex-direction: ${t=>t.reverse?"column-reverse":"column"};
597
- `;var Ke=require("react");var At=x(require("styled-components"));var Ht=x(require("styled-components")),ye=require("react/jsx-runtime"),ce=({title:t,description:e,children:o,...r})=>(0,ye.jsx)(Hn,{...r,children:(0,ye.jsxs)(ye.Fragment,{children:[(0,ye.jsx)("h3",{children:t}),typeof e=="string"?(0,ye.jsx)("p",{children:e}):e,o]})}),Vn=(0,Ht.default)(ce)`
598
- margin-bottom: 24px;
599
- `,Lt=({title:t,description:e,icon:o,children:r,...n})=>(0,ye.jsxs)(Fs,{...n,children:[o?(0,ye.jsx)(Gs,{children:o}):null,(0,ye.jsx)("h3",{children:t}),typeof e=="string"?(0,ye.jsx)("p",{children:e}):null,r]}),Hn=Ht.default.div`
507
+ `,Is=nt.default.div`
600
508
  display: flex;
601
- flex-direction: column;
602
- justify-content: flex-start;
603
- align-items: flex-start;
604
509
  text-align: left;
605
- gap: 8px;
510
+ flex-direction: column;
511
+ padding: 22px 16px 16px 16px;
606
512
  width: 100%;
607
- margin-bottom: 24px;
608
-
609
- && h3 {
610
- font-size: 17px;
611
- }
612
513
 
613
- /* Sugar assuming children are paragraphs. Otherwise, handling styling on your own */
614
- && p {
615
- color: var(--light-theme-fg-2);
514
+ > p {
616
515
  font-size: 14px;
516
+ color: var(--light-theme-bg-1);
517
+ opacity: 0.65;
617
518
  }
618
- `,Fs=(0,Ht.default)(Hn)`
619
- align-items: center;
620
- text-align: center;
621
- gap: 16px;
622
-
623
- h3 {
624
- margin-bottom: 24px;
625
- }
626
- `,Gs=Ht.default.div`
627
- padding: 14px;
628
- border-radius: 50%;
629
- && {
630
- border-color: var(--light-theme-bg-3);
631
- border-width: 1px;
632
- }
633
- `;var $n=require("react-device-detect");var I=require("react/jsx-runtime"),vr=6,zn=new Array(vr).fill(""),Bs=1400;var jn=()=>{var z,W,Se;let{app:t,data:e,navigate:o,setModalData:r}=C(),{closePrivyModal:n,resendEmailCode:i,resendSmsCode:s,getAuthMeta:a,loginWithCode:h}=k(),{authenticated:m,user:E}=q(),[A,f]=(0,Ke.useState)(zn),[y,g]=(0,Ke.useState)(!1),[d,M]=(0,Ke.useState)(null),[O,N]=(0,Ke.useState)(null),S=(z=a())!=null&&z.email?0:1;(0,Ke.useEffect)(()=>{var U;if(!(m&&y&&E))return;if(((U=e==null?void 0:e.login)==null?void 0:U.promptCreatePrivyWalletFlow)&&!E.wallet){let Pe=setTimeout(()=>{r({createWallet:{onSuccess:()=>n({shouldCallAuthOnSuccess:!0}),onFailure:tt=>console.error(tt)}}),o("EMBEDDED_WALLET_SCREEN")},me-500);return()=>clearTimeout(Pe)}else{let Pe=setTimeout(n,me);return()=>clearTimeout(Pe)}},[m,y,E]),(0,Ke.useEffect)(()=>{if(d&&O===0){let $=setTimeout(()=>{f(zn),M(null);let j=document.querySelector("input[name=code-0]");j==null||j.focus()},Bs);return()=>clearTimeout($)}},[d]);let P=$=>{var Vo;let j=$.currentTarget.value.replace(" ","");if(j==="")return;if(isNaN(Number(j))){M("Code should be numeric"),N(1);return}M(null),N(null);let U=Number((Vo=$.currentTarget.name)==null?void 0:Vo.charAt(5)),Pe=[...j||[""]].slice(0,vr-U),tt=[...A.slice(0,U),...Pe,...A.slice(U+Pe.length)];f(tt);let Rt=Pe.length,Yt=Math.min(Math.max(U+Rt,0),vr-1);if(!isNaN(Number($.currentTarget.value))){let Q=document.querySelector(`input[name=code-${Yt}]`);Q==null||Q.focus()}if(tt.every(Q=>Q&&!isNaN(+Q))){let Q=document.querySelector(`input[name=code-${Yt}]`);Q==null||Q.blur(),h(tt.join("")).then(()=>g(!0)).catch(l=>{(l==null?void 0:l.status)===422?M("Invalid or expired verification code"):M("Issue verifying code"),N(0)})}$.preventDefault()},D=$=>{O===1&&(M(null),N(null));let j=[...A.slice(0,$),"",...A.slice($+1)];if(f(j),$>0){let U=document.querySelector(`input[name=code-${$-1}]`);U==null||U.focus()}},ue=`Verify your ${S==0?"email":"phone"}`,X=S==0?(0,I.jsxs)("p",{children:["Please check ",(0,I.jsx)(js,{children:(W=a())==null?void 0:W.email})," for an email from privy.io and enter your code below."]}):`Please check ${(Se=a())==null?void 0:Se.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return(0,I.jsxs)(I.Fragment,{children:[(0,I.jsx)(_,{},"header"),(0,I.jsxs)(Vs,{children:[(0,I.jsx)(ce,{title:ue,description:X}),(0,I.jsxs)(Mn,{children:[(0,I.jsxs)(Hs,{children:[(0,I.jsx)(zs,{fail:!!d,success:y,children:(0,I.jsx)("span",{children:d||(y?"Success!":"")})}),(0,I.jsx)("div",{children:A.map(($,j)=>(0,I.jsx)("input",{name:`code-${j}`,type:"text",value:A[j],onChange:P,onKeyUp:U=>{U.key==="Backspace"&&D(j)},inputMode:"numeric",autoFocus:j===0,pattern:"[0-9]",className:`${y?"success":""} ${d?"fail":""}`,autoComplete:$n.isMobile?"one-time-code":"off"},j))})]}),(0,I.jsx)($s,{children:S==0?(0,I.jsxs)(I.Fragment,{children:[(0,I.jsx)("span",{children:"Didn't get an email?"}),(0,I.jsx)("button",{onClick:i,children:"Resend Code"})]}):(0,I.jsxs)(I.Fragment,{children:[(0,I.jsx)("span",{children:"Didn't get a message?"}),(0,I.jsx)("button",{onClick:s,children:"Resend Code"})]})})]})]}),(0,I.jsx)(oe,{protectedByPrivy:!0})]})},Vs=At.default.div`
519
+ `,Rs=nt.default.div`
634
520
  display: flex;
635
- flex-direction: column;
636
- align-items: flex-start;
637
- justify-content: flex-end;
638
- margin: auto;
639
- gap: 16px;
640
- `,Hs=At.default.div`
521
+ justify-content: space-between;
522
+ width: 100%;
523
+ `,Ms=nt.default.span`
524
+ font-size: 17px;
525
+ color: #fff;
526
+ `,Ns=nt.default.div`
527
+ display: flex;
528
+ justify-content: center;
529
+ `;var At=require("react"),gr=E(require("styled-components"));var Je=require("react"),bo=E(require("styled-components"));var mr=require("react/jsx-runtime"),qi=({style:t,...e})=>(0,mr.jsx)("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:(0,mr.jsx)("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"})});var de=require("react/jsx-runtime"),Lt=6,Os=new Array(Lt).fill("");function Us(t){return t.replace(/\s+/g,"")}function fr(t){return/^[a-zA-Z0-9]{1}$/.test(t)}function Ds(t){return/^[a-zA-Z]{1}$/.test(t)}function Fs(t){return/^[a-z]{1}$/.test(t)}function Ki(t){return t.length===Lt&&t.every(fr)}function Gs(t,e){return t.reduce((o,r)=>o+Number(e(r)),0)}function Bs(){return crypto.getRandomValues(new Uint8Array(1))[0]}function Vs(){let t="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",e=[];for(;e.length<Lt;){let o=Bs();o>247||e.push(t.charAt(o%62))}return e.join("")}var Ji=({onChange:t,disabled:e,readOnly:o,errorReasonOverride:r})=>{let[i,n]=(0,Je.useState)(Os),[s,a]=(0,Je.useState)(null),[h,m]=(0,Je.useState)(null),L=f=>{var we;let y=Us(f.currentTarget.value);if(y==="")return;let g=Gs(i,fr),d=y.split(""),R=!d.every(fr),D=d.length+g>Lt;if(R){a("PIN can only be letters and numbers"),m(1);return}if(D){a("PIN must be exactly 6 letters and numbers"),m(1);return}a(null),m(null);let M=Number((we=f.currentTarget.name)==null?void 0:we.charAt(4)),x=[...y||[""]].slice(0,Lt-M),N=[...i.slice(0,M),...x,...i.slice(M+x.length)];n(N);let j=x.length,ae=Math.min(Math.max(M+j,0),Lt-1),O=document.querySelector(`input[name=pin-${ae}]`),T=x[x.length-1]||"";if(Ds(T)&&(Fs(T)?O.autocapitalize="none":O.autocapitalize="on"),O==null||O.focus(),Ki(N)){let Ge=document.querySelector(`input[name=pin-${ae}]`);Ge==null||Ge.blur(),t(N.join(""))}else t(null);f.preventDefault()},_=f=>{h===1&&(a(null),m(null));let y=[...i.slice(0,f),"",...i.slice(f+1)];if(n(y),f>0){let g=document.querySelector(`input[name=pin-${f-1}]`);g==null||g.focus()}Ki(y)?t(y.join("")):t(null)};return(0,de.jsxs)(de.Fragment,{children:[(0,de.jsxs)(Hs,{children:[(0,de.jsx)(zs,{fail:!!r||!!s,children:r||s||"PIN can be letters and numbers"}),(0,de.jsx)("div",{children:i.map((f,y)=>(0,de.jsx)("input",{name:`pin-${y}`,type:"text",value:i[y],onChange:L,onKeyUp:g=>{g.key==="Backspace"&&_(y)},inputMode:"text",autoFocus:y===0,pattern:"[a-zA-Z0-9]",className:s?"fail":"",autoComplete:"off",disabled:e||o,autoCapitalize:"none"},y))})]}),!o&&(0,de.jsx)($s,{disabled:e,onClick:()=>{let f=Vs();n([...f]),t(f)}})]})},Hs=bo.default.div`
641
530
  display: flex;
642
531
  flex-direction: column;
643
532
  width: 100%;
644
533
  gap: 8px;
645
- // This may seem goofy, but it's actually cleaner than trying to globally
646
- // center just this element.
647
- margin-top: 70px;
648
534
 
649
- ${_t}[data-height='medium'] & {
650
- /* Aligns this with the input field on the page before on shorter modals */
535
+ ${vt}[data-height='medium'] & {
651
536
  margin-top: 22px;
652
537
  }
653
538
 
654
539
  @media (max-width: 440px) {
655
- margin-top: 20px;
540
+ margin-top: 8px;
541
+ margin-bottom: 8px;
656
542
  }
657
543
 
658
- > div:last-child {
544
+ > div:nth-child(2) {
659
545
  display: flex;
660
546
  justify-content: space-between;
661
547
  width: 100%;
@@ -672,6 +558,12 @@ Resources:
672
558
  font-size: 18px;
673
559
  }
674
560
 
561
+ > input:disabled {
562
+ /* Use --light-theme-bg-2 instead of disabled-bg for consistency with
563
+ the callout bubble */
564
+ background: var(--light-theme-bg-2);
565
+ }
566
+
675
567
  > input:focus {
676
568
  border: 1px solid var(--primary-color);
677
569
  }
@@ -680,10 +572,6 @@ Resources:
680
572
  border: 1px solid var(--fail-dark);
681
573
  }
682
574
 
683
- > input.success {
684
- border: 1px solid var(--success-dark);
685
- }
686
-
687
575
  > input.fail {
688
576
  border: 1px solid var(--fail-dark);
689
577
  animation: shake 180ms;
@@ -705,98 +593,112 @@ Resources:
705
593
  transform: translate(1px, 0px);
706
594
  }
707
595
  }
708
- `,zs=At.default.div`
596
+ `,zs=bo.default.div`
709
597
  line-height: 20px;
710
598
  height: 20px;
711
599
  font-size: 13px;
712
- color: ${t=>t.success?"var(--success-dark)":t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
600
+ color: ${t=>t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
713
601
  display: flex;
714
602
  justify-content: flex-end;
715
603
  width: 100%;
716
- `,$s=At.default.div`
717
- font-size: 13px;
718
- color: var(--light-theme-fg-3);
604
+ `,$s=({onClick:t,disabled:e,...o})=>{let[r,i]=(0,Je.useState)(!1),[n,s]=(0,Je.useState)();return(0,Je.useEffect)(()=>{e&&n&&clearTimeout(n),s(void 0)},[e]),(0,de.jsxs)(js,{onClick:a=>{n&&clearTimeout(n),i(!0),t==null||t(a),s(setTimeout(()=>i(!1),1e3))},justGenerated:r,disabled:e,...o,children:[r?(0,de.jsx)(Et,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):(0,de.jsx)(qi,{style:{height:"14px",width:"14px"}}),r?"Generated":"Generate"," PIN"]})},js=bo.default.button`
719
605
  display: flex;
720
- justify-content: space-between;
721
- width: 100%;
722
- margin-top: 16px;
723
- // Equal opposing size buffer to account for auto margining when the
724
- // success/fail text does not show up
725
- padding-bottom: 32px;
606
+ align-items: center;
607
+ gap: 6px;
726
608
 
727
- > button {
728
- text-decoration: underline;
729
- }
730
- `,js=At.default.span`
731
- word-break: break-all;
732
- `;var zt=x(require("styled-components"));var Zn=x(require("styled-components")),qn=Zn.default.span`
733
609
  && {
734
- width: 82px;
735
- height: 82px;
736
- border-width: 4px;
737
- border-style: solid;
738
- border-color: ${t=>t.color??"var(--primary-color)"};
739
- border-bottom-color: transparent;
740
- border-radius: 50%;
741
- display: inline-block;
742
- box-sizing: border-box;
743
- animation: rotation 1.2s linear infinite;
744
- transition: border-color 800ms;
745
- border-color: var(--primary-color);
746
- border-bottom-color: var(--primary-color);
747
- }
748
- `;var Cr=require("react/jsx-runtime"),Kn=({style:t,...e})=>(0,Cr.jsx)("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:(0,Cr.jsx)("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"})});var G=require("react/jsx-runtime"),Yn=()=>{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(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(_,{}),(0,G.jsxs)(Zs,{children:[(0,G.jsx)(Ks,{children:(0,G.jsxs)("div",{children:[(0,G.jsx)(qn,{}),(0,G.jsx)(Kn,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--primary-color)",fill:"var(--primary-color)"}})]})}),(0,G.jsxs)(qs,{children:[typeof o=="string"?(0,G.jsx)("h3",{children:o}):(0,G.jsx)(G.Fragment,{children:o}),typeof r=="string"?(0,G.jsx)("p",{children:r}):(0,G.jsx)(G.Fragment,{children:r})]}),e!=null&&e.allowlistConfig.errorCtaLink?(0,G.jsx)(Jn,{as:"a",href:e.allowlistConfig.errorCtaLink,visible:!0,children:n}):(0,G.jsx)(Jn,{onClick:()=>{t("LANDING")},visible:!0,children:n})]})]})},Zs=zt.default.div`
749
- display: flex;
750
- flex-direction: column;
751
- align-items: center;
752
- justify-content: center;
753
- margin-left: 27px;
754
- margin-right: 27px;
755
- gap: 24px;
756
- `,qs=zt.default.div`
757
- display: flex;
758
- flex-direction: column;
759
- gap: 8px;
760
- `,Ks=zt.default.div`
761
- display: flex;
762
- flex-direction: column;
763
- justify-content: center;
764
- align-items: center;
765
- width: 100%;
766
- height: 82px;
610
+ margin: 8px 2px;
611
+ font-size: 14px;
612
+ color: ${t=>t.justGenerated?"var(--light-theme-fg-1)":"var(--light-theme-fg-3)"};
613
+ font-weight: ${t=>t.justGenerated?"medium":"normal"};
614
+ transition: color 350ms ease;
767
615
 
768
- > div {
769
- position: relative;
616
+ :focus,
617
+ :active {
618
+ background-color: transparent;
619
+ border: none;
620
+ outline: none;
621
+ box-shadow: none;
622
+ }
623
+
624
+ :hover {
625
+ color: ${t=>t.justGenerated?"var(--light-theme-fg-1)":"var(--light-theme-fg-2)"};
626
+ }
627
+
628
+ :active {
629
+ color: var(--light-theme-fg-1);
630
+ font-weight: medium;
631
+ }
632
+
633
+ @media (max-width: 440px) {
634
+ margin: 12px 2px;
635
+ }
770
636
  }
771
637
 
772
- > div > span {
773
- position: absolute;
774
- left: -41px;
775
- top: -41px;
638
+ svg {
639
+ width: 14px;
640
+ height: 14px;
776
641
  }
642
+ `;var J=require("react/jsx-runtime"),Yi=()=>{let{authenticated:t,getAccessToken:e,user:o}=q(),{walletProxy:r,refreshUser:i,closePrivyModal:n}=S(),{navigate:s,data:a}=C(),[h,m]=(0,At.useState)(null),[L,_]=(0,At.useState)(""),[f,y]=(0,At.useState)(!1),{onFailure:g}=a.createWallet;(0,At.useEffect)(()=>{t||(s("LANDING"),g(new Error("User must be authenticated before creating a Privy wallet")))},[t]);let d=()=>{g(new Error("User exited before creating a wallet")),n({shouldCallAuthOnSuccess:!1})},R=N=>{m(N)},D=Me(o),M=D?()=>{y(!0),setTimeout(()=>{y(!1),s("EMBEDDED_WALLET_CREATED_SCREEN")},350)}:async()=>{y(!0);let N=await e();if(N&&h!==null)try{await(r==null?void 0:r.create({accessToken:N,recoveryPin:h})),_(""),await i()}catch(j){_("An error has occurred, please try again."),console.error(j)}finally{y(!1)}},x=!!D;return(0,J.jsxs)(J.Fragment,{children:[(0,J.jsx)(P,{onClose:d}),(0,J.jsxs)(Zs,{children:[(0,J.jsxs)("div",{children:[(0,J.jsx)(ce,{title:x?"Secure your PIN":"Set your PIN",description:x?"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."}),(0,J.jsx)(Ji,{onChange:R,disabled:f,readOnly:x,errorReasonOverride:L}),x?(0,J.jsx)(Co,{text:h||""}):null]}),(0,J.jsxs)(qs,{children:[(0,J.jsx)("h4",{children:"Why am I doing this?"}),x?(0,J.jsx)("p",{children:"This PIN allows you to access your wallet across devices. If you lose it, there is no way to recover your wallet."}):(0,J.jsx)("p",{children:"A digital wallet is being created on this device for your account. This PIN allows you to access it across devices."})]}),(0,J.jsx)(Ke,{loading:f||!r,disabled:!h,onClick:M,warn:x,children:x?"I have saved my PIN":"Create your wallet"})]}),(0,J.jsx)(Q,{protectedByPrivy:!0})]})},Zs=gr.default.div`
643
+ display: flex;
644
+ height: 100%;
645
+ flex-direction: column;
646
+ justify-content: space-between;
647
+ `,qs=gr.default.div`
648
+ display: flex;
649
+ flex-direction: column;
650
+ justify-content: flex-start;
651
+ align-items: flex-start;
652
+ text-align: left;
653
+ gap: 8px;
654
+ padding: 16px;
655
+ margin-top: 16px;
656
+ margin-bottom: 16px;
657
+ width: 100%;
658
+ background: var(--light-theme-bg-2);
659
+ border-radius: var(--border-radius-md);
777
660
 
778
- > div > svg {
779
- position: absolute;
780
- left: -19px;
781
- top: -19px;
661
+ && h4 {
662
+ color: var(--light-theme-fg-3);
663
+ font-size: 14px;
664
+ text-decoration: underline;
665
+ font-weight: medium;
666
+ }
667
+
668
+ && p {
669
+ color: var(--light-theme-fg-3);
670
+ font-size: 14px;
782
671
  }
783
- `,Jn=zt.default.button`
672
+ `;var cn=require("react"),Ye=E(require("react-device-detect")),ye=E(require("styled-components"));var xo=E(require("styled-components"));var yr=require("react/jsx-runtime"),Xi=({style:t,...e})=>(0,yr.jsx)("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:(0,yr.jsx)("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)"})});var Eo=require("react/jsx-runtime"),wr=xo.default.div`
673
+ display: flex;
674
+ flex-direction: column;
675
+ justify-content: flex-start;
676
+ gap: 4px;
677
+ `,$t=xo.default.div`
678
+ &&& {
679
+ margin-left: 7px; /* TODO: This is a total hack */
680
+ border-left: 2px solid var(--border-color-2);
681
+ height: 12px;
682
+ }
683
+ `,st=({children:t})=>(0,Eo.jsxs)(Ks,{children:[(0,Eo.jsx)(Xi,{style:{width:"16px",height:"16px"}}),t]}),Ks=xo.default.div`
684
+ display: flex;
685
+ justify-content: flex-start;
686
+ justify-items: center;
687
+ text-align: left;
688
+ gap: 8px;
689
+
784
690
  && {
785
- padding: 12px 16px;
786
- font-weight: 500;
787
- text-align: center;
788
- color: var(--primary-color);
789
- background-color: var(--primary-color-bg-1);
790
- border-radius: var(--border-radius-sm);
791
- min-width: 144px;
792
- opacity: ${t=>t.visible?"0.95":"0"};
793
- transition: opacity 200ms, background-color 200ms;
691
+ a {
692
+ text-decoration: underline;
693
+ color: var(--primary-color);
694
+ }
794
695
 
795
- :hover {
796
- background-color: var(--primary-color-bg-2);
696
+ svg {
697
+ margin-top: auto;
698
+ margin-bottom: auto;
797
699
  }
798
700
  }
799
- `;var ci=require("react"),we=x(require("styled-components"));var Qn=x(require("qrcode")),ei=x(require("styled-components"));var R=require("react/jsx-runtime"),de=7,br=(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},Js=t=>{let e=Qn.default.create(t,{errorCorrectionLevel:"high"}).modules,o=jr(Array.from(e.data),e.size);return o=br(o,0,0,de,de),o=br(o,o.length-de,0,de,de),o=br(o,0,o.length-de,de,de),o},Ys=({x:t,y:e,cellSize:o,bgColor:r,fgColor:n})=>(0,R.jsx)(R.Fragment,{children:[0,1,2].map(i=>(0,R.jsx)("circle",{r:o*(de-i*2)/2,cx:t+o*de/2,cy:e+o*de/2,fill:i%2!==0?r:n},`finder-${t}-${e}-${i}`))}),Xs=({cellSize:t,matrixSize:e,bgColor:o,fgColor:r})=>{let n=[[0,0],[(e-de)*t,0],[0,(e-de)*t]];return(0,R.jsx)(R.Fragment,{children:n.map(([i,s])=>(0,R.jsx)(Ys,{x:i,y:s,cellSize:t,bgColor:o,fgColor:r}))})},Qs=({matrix:t,cellSize:e,color:o})=>(0,R.jsx)(R.Fragment,{children:t.map((r,n)=>r.map((i,s)=>i?(0,R.jsx)("circle",{r:e/2.5,cx:n*e+e/2,cy:s*e+e/2,fill:o},`circle-${n}-${s}`):(0,R.jsx)(R.Fragment,{})))}),Xn=(t,e)=>t-t%e,ea=({outputSize:t,cellSize:e,element:o,size:r,padding:n,bgColor:i})=>{if(!o)return(0,R.jsx)(R.Fragment,{});let s=r||40,a=n||4,h=o,m=t/2-s/2-a;return(0,R.jsxs)(R.Fragment,{children:[(0,R.jsx)("rect",{x:Xn(m,e),y:Xn(m,e),width:s+a*2+(m%e?e+.5:.5),height:s+a*2+(m%e?e+.5:.5),fill:i}),(0,R.jsx)(h,{x:t/2-s/2,y:t/2-s/2,height:s,width:s})]})},ta=t=>{var n;let e=t.outputSize,o=Js(t.url),r=e/o.length;return(0,R.jsxs)("svg",{height:t.outputSize,width:t.outputSize,viewBox:`0 0 ${t.outputSize} ${t.outputSize}`,style:{height:"100%",width:"100%"},children:[(0,R.jsx)(Qs,{matrix:o,cellSize:r,color:t.fgColor}),(0,R.jsx)(Xs,{cellSize:r,matrixSize:o.length,fgColor:t.fgColor,bgColor:t.bgColor}),(0,R.jsx)(ea,{outputSize:t.outputSize,cellSize:r,element:(n=t.logo)==null?void 0:n.element,bgColor:t.bgColor})]})},oa=ei.default.div`
701
+ `;var en=E(require("qrcode")),tn=E(require("styled-components"));var I=require("react/jsx-runtime"),pe=7,vr=(t,e,o,r,i)=>{for(let n=e;n<e+r;n++)for(let s=o;s<o+i;s++){let a=t==null?void 0:t[s];a&&a[n]&&(a[n]=0)}return t},Js=t=>{let e=en.default.create(t,{errorCorrectionLevel:"high"}).modules,o=ui(Array.from(e.data),e.size);return o=vr(o,0,0,pe,pe),o=vr(o,o.length-pe,0,pe,pe),o=vr(o,0,o.length-pe,pe,pe),o},Ys=({x:t,y:e,cellSize:o,bgColor:r,fgColor:i})=>(0,I.jsx)(I.Fragment,{children:[0,1,2].map(n=>(0,I.jsx)("circle",{r:o*(pe-n*2)/2,cx:t+o*pe/2,cy:e+o*pe/2,fill:n%2!==0?r:i},`finder-${t}-${e}-${n}`))}),Xs=({cellSize:t,matrixSize:e,bgColor:o,fgColor:r})=>{let i=[[0,0],[(e-pe)*t,0],[0,(e-pe)*t]];return(0,I.jsx)(I.Fragment,{children:i.map(([n,s])=>(0,I.jsx)(Ys,{x:n,y:s,cellSize:t,bgColor:o,fgColor:r}))})},Qs=({matrix:t,cellSize:e,color:o})=>(0,I.jsx)(I.Fragment,{children:t.map((r,i)=>r.map((n,s)=>n?(0,I.jsx)("circle",{r:e/2.5,cx:i*e+e/2,cy:s*e+e/2,fill:o},`circle-${i}-${s}`):(0,I.jsx)(I.Fragment,{})))}),Qi=(t,e)=>t-t%e,ea=({outputSize:t,cellSize:e,element:o,size:r,padding:i,bgColor:n})=>{if(!o)return(0,I.jsx)(I.Fragment,{});let s=r||40,a=i||4,h=o,m=t/2-s/2-a;return(0,I.jsxs)(I.Fragment,{children:[(0,I.jsx)("rect",{x:Qi(m,e),y:Qi(m,e),width:s+a*2+(m%e?e+.5:.5),height:s+a*2+(m%e?e+.5:.5),fill:n}),(0,I.jsx)(h,{x:t/2-s/2,y:t/2-s/2,height:s,width:s})]})},ta=t=>{var i;let e=t.outputSize,o=Js(t.url),r=e/o.length;return(0,I.jsxs)("svg",{height:t.outputSize,width:t.outputSize,viewBox:`0 0 ${t.outputSize} ${t.outputSize}`,style:{height:"100%",width:"100%"},children:[(0,I.jsx)(Qs,{matrix:o,cellSize:r,color:t.fgColor}),(0,I.jsx)(Xs,{cellSize:r,matrixSize:o.length,fgColor:t.fgColor,bgColor:t.bgColor}),(0,I.jsx)(ea,{outputSize:t.outputSize,cellSize:r,element:(i=t.logo)==null?void 0:i.element,bgColor:t.bgColor})]})},oa=tn.default.div`
800
702
  display: flex;
801
703
  justify-content: center;
802
704
  align-items: center;
@@ -811,198 +713,567 @@ Resources:
811
713
  border-color: ${t=>t.fgColor};
812
714
  border-radius: 12px;
813
715
  }
814
- `,ti=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return(0,R.jsx)(oa,{size:r,bgColor:e,fgColor:o,children:(0,R.jsx)(ta,{url:t.url,logo:{element:t.squareLogoElement},outputSize:r,bgColor:e,fgColor:o})})};var ri=require("react/jsx-runtime"),oi=({size:t})=>(0,ri.jsx)(ti,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:We,size:t,fgColor:"#1F1F1F"});var Ro=x(require("styled-components"));var xr=require("react/jsx-runtime"),ni=({style:t,...e})=>(0,xr.jsx)("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:(0,xr.jsx)("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)"})});var Mo=require("react/jsx-runtime"),Er=Ro.default.div`
716
+ `,on=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return(0,I.jsx)(oa,{size:r,bgColor:e,fgColor:o,children:(0,I.jsx)(ta,{url:t.url,logo:{element:t.squareLogoElement},outputSize:r,bgColor:e,fgColor:o})})};var nn=require("react/jsx-runtime"),rn=({size:t})=>(0,nn.jsx)(on,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:Te,size:t,fgColor:"#1F1F1F"});var b=require("react/jsx-runtime"),sn=({style:t,...e})=>(0,b.jsxs)("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:[(0,b.jsx)("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),(0,b.jsx)("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"}),(0,b.jsx)("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),(0,b.jsx)("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)"}),(0,b.jsx)("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),(0,b.jsx)("g",{clipPath:"url(#clip0_428_81)",children:(0,b.jsx)("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"})}),(0,b.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"white"}),(0,b.jsx)("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"}),(0,b.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsxs)("defs",{children:[(0,b.jsxs)("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[(0,b.jsx)("stop",{stopColor:"#534BB1"}),(0,b.jsx)("stop",{offset:"1",stopColor:"#551BF9"})]}),(0,b.jsxs)("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[(0,b.jsx)("stop",{stopColor:"white"}),(0,b.jsx)("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),(0,b.jsx)("clipPath",{id:"clip0_428_81",children:(0,b.jsx)("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});var p=require("react/jsx-runtime");var Cr=()=>{let{navigate:t}=C(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return Ye.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),(0,p.jsxs)(pn,{children:[(0,p.jsx)(ce,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),(0,p.jsx)(un,{children:(0,p.jsx)(We,{style:{width:"152px",height:"152px"}})}),(0,p.jsxs)(wr,{children:[(0,p.jsx)(st,{children:(0,p.jsxs)("div",{children:[(0,p.jsx)("span",{children:"Install the "}),(0,p.jsx)("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),(0,p.jsx)($t,{}),(0,p.jsx)(st,{children:"Set up your first wallet"}),(0,p.jsx)($t,{}),(0,p.jsx)(st,{children:"Store your recovery phrase in a safe place!"})]}),(0,p.jsx)(hn,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},br=()=>{let{navigate:t}=C();return(0,p.jsxs)(pn,{children:[(0,p.jsx)(ce,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),(0,p.jsx)(un,{style:{marginTop:"-24px"},children:(0,p.jsx)(rn,{size:200})}),(0,p.jsxs)(wr,{children:[(0,p.jsx)(st,{children:"Scan the QR code with your camera"}),(0,p.jsx)($t,{}),(0,p.jsx)(st,{children:"Set up your first wallet"}),(0,p.jsx)($t,{}),(0,p.jsx)(st,{children:"Store your seed phrase in a safe place!"})]}),(0,p.jsx)(hn,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},dn=()=>{let[t,e]=(0,cn.useState)("WHAT_IS_A_WALLET"),{navigateBack:o}=C();return(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(P,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),(0,p.jsxs)(ra,{children:[t==="WHAT_IS_A_WALLET"&&(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(la,{children:(0,p.jsx)(sn,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),(0,p.jsxs)(yt,{title:"Get started with a new wallet",children:[(0,p.jsx)("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),(0,p.jsx)("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),(0,p.jsx)(sa,{children:(0,p.jsx)(aa,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&(0,p.jsx)(p.Fragment,{children:(0,p.jsxs)(ia,{children:[(0,p.jsx)(ce,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),(0,p.jsxs)(na,{children:[(0,p.jsxs)(an,{onClick:()=>{Ye.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":Ye.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[(0,p.jsx)(We,{}),(0,p.jsxs)(ln,{children:[(0,p.jsx)("h4",{children:"MetaMask"}),(0,p.jsx)("p",{children:"Get a browser-based wallet"})]}),(0,p.jsx)("div",{children:(0,p.jsx)("span",{children:"Set up"})})]}),(0,p.jsxs)(an,{onClick:()=>{Ye.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":Ye.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[(0,p.jsx)(Te,{}),(0,p.jsxs)(ln,{children:[(0,p.jsx)("h4",{children:"Coinbase Wallet"}),(0,p.jsx)("p",{children:"Get a mobile app wallet"})]}),(0,p.jsx)("div",{children:(0,p.jsx)("span",{children:"Set up"})})]})]})]})}),t==="CREATE_COINBASE_WALLET"&&(0,p.jsx)(br,{}),t==="CREATE_METAMASK_WALLET"&&(0,p.jsx)(Cr,{})]}),(0,p.jsxs)(xe,{children:[(0,p.jsx)("span",{children:"Still not sure? "}),(0,p.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},ra=ye.default.div`
717
+ display: flex;
718
+ flex-direction: column;
719
+ height: 100%;
720
+
721
+ > svg {
722
+ @media (max-width: 440px) {
723
+ display: none;
724
+ }
725
+ }
726
+ `,ia=ye.default.div`
815
727
  display: flex;
816
728
  flex-direction: column;
729
+ align-items: flex-start;
817
730
  justify-content: flex-start;
818
- gap: 4px;
819
- `,$t=Ro.default.div`
820
- &&& {
821
- margin-left: 7px; /* TODO: This is a total hack */
822
- border-left: 2px solid var(--border-color-2);
823
- height: 12px;
731
+ text-align: left;
732
+ gap: 20px;
733
+ `,na=ye.default.div`
734
+ display: flex;
735
+ flex-direction: column;
736
+ width: 100%;
737
+ gap: 8px;
738
+ `,an=ye.default.button`
739
+ display: flex;
740
+ flex-direction: row;
741
+ align-items: center;
742
+ gap: 12px;
743
+ cursor: pointer;
744
+
745
+ width: 100%;
746
+
747
+ && {
748
+ padding: 12px 16px;
749
+
750
+ border: 1px solid var(--border-color-2);
751
+ border-radius: var(--border-radius-sm);
752
+ transition: all 200ms ease-in-out;
753
+ }
754
+
755
+ > svg {
756
+ border-radius: var(--border-radius-sm);
757
+ }
758
+
759
+ -webkit-user-select: none;
760
+ -ms-user-select: none;
761
+ user-select: none;
762
+
763
+ flex: none;
764
+ order: 0;
765
+ align-self: stretch;
766
+ flex-grow: 0;
767
+
768
+ > :last-child {
769
+ margin-left: auto;
770
+ flex: none;
771
+ order: 2;
772
+ flex-grow: 1;
773
+ display: flex;
774
+ justify-content: flex-end;
775
+
776
+ > span {
777
+ padding: 6px 8px;
778
+ font-weight: 500;
779
+ text-align: center;
780
+ color: var(--primary-color);
781
+ background-color: var(--primary-color-bg-1);
782
+ border-radius: var(--border-radius-sm);
783
+ }
784
+ }
785
+
786
+ :hover {
787
+ border: 1px solid var(--primary-color);
788
+ }
789
+
790
+ @media (max-width: 440px) {
791
+ :hover {
792
+ border: 1px solid var(--border-color-2);
793
+ }
794
+ }
795
+ `,ln=ye.default.div`
796
+ text-align: left;
797
+
798
+ p {
799
+ font-style: italic;
800
+ font-size: 12px;
801
+ }
802
+ `,sa=ye.default.div`
803
+ margin-top: auto;
804
+ display: flex;
805
+ align-items: flex-end;
806
+ flex-grow: 1;
807
+ width: 100%;
808
+ `,aa=(0,ye.default)(Ke)`
809
+ && {
810
+ margin-top: 14px;
811
+ }
812
+ `,pn=ye.default.div`
813
+ display: flex;
814
+ flex-direction: column;
815
+ align-items: center;
816
+ justify-content: center;
817
+ width: 100%;
818
+ gap: 30px;
819
+
820
+ > :first-child > svg {
821
+ margin-top: 20px;
822
+ }
823
+ `,un=ye.default.div`
824
+ display: flex;
825
+ flex-direction: column;
826
+ align-items: center;
827
+ justify-content: center;
828
+ width: 100%;
829
+ `,hn=ye.default.button`
830
+ && {
831
+ padding: 12px 16px;
832
+ font-weight: 500;
833
+ text-align: center;
834
+ color: var(--primary-color);
835
+ background-color: var(--primary-color-bg-1);
836
+ border-radius: var(--border-radius-sm);
837
+ }
838
+ `,la=ye.default.div`
839
+ display: flex;
840
+ justify-content: center;
841
+ `;var Ie=require("react/jsx-runtime"),mn=()=>{let{navigateBack:t}=C();return(0,Ie.jsxs)(Ie.Fragment,{children:[(0,Ie.jsx)(P,{backFn:t},"header"),(0,Ie.jsx)(br,{}),(0,Ie.jsxs)(xe,{children:[(0,Ie.jsx)("span",{children:"Still not sure? "}),(0,Ie.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var Re=require("react/jsx-runtime"),fn=()=>{let{navigateBack:t}=C();return(0,Re.jsxs)(Re.Fragment,{children:[(0,Re.jsx)(P,{backFn:t},"header"),(0,Re.jsx)(Cr,{}),(0,Re.jsxs)(xe,{children:[(0,Re.jsx)("span",{children:"Still not sure? "}),(0,Re.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var xn=require("react"),Wr=require("react-device-detect"),lt=E(require("styled-components"));var xr=require("react/jsx-runtime"),gn=()=>{let{app:t}=C();return t!=null&&t.logoUrl?(0,xr.jsx)("div",{children:(0,xr.jsx)("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};var _t=require("react"),Pt=E(require("styled-components"));var Er=require("react/jsx-runtime"),Lo=({style:t,...e})=>(0,Er.jsx)("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:(0,Er.jsx)("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"})});var ne=require("react/jsx-runtime"),Ao=t=>{let[e,o]=(0,_t.useState)(""),[r,i]=(0,_t.useState)(!1),[n,s]=(0,_t.useState)(null),{isLinking:a,initLoginWithEmail:h}=S(),{navigate:m,options:L}=C(),_=L.wallet;(0,_t.useEffect)(()=>{let d=document.querySelector("#email-input");d==null||d.focus()},[]);let f=di(e),y=()=>{i(!0),h(e).then(()=>{m("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{let R=(d==null?void 0:d.status)===401&&(d==null?void 0:d.message)==="User is not allowed to login to this app.";(d==null?void 0:d.status)===422?s(d.message):R?m("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting email"),i(!1)})},g="Get started without a wallet.";return n?g=n:a?g="Easily connect an email":_||(g="Get started quickly with email"),(0,ne.jsxs)(ne.Fragment,{children:[(0,ne.jsxs)(ca,{stacked:t.stacked,children:[(0,ne.jsxs)(ua,{standalone:t.stacked,children:[(0,ne.jsx)(Lo,{}),(0,ne.jsx)("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:d=>o(d.target.value),onKeyUp:d=>{d.key==="Enter"&&y()},value:e,autoComplete:"email"})]}),t.stacked?null:(0,ne.jsx)(da,{disabled:r||!f,onClick:y,children:r?(0,ne.jsx)(qe,{}):"Submit"})]}),(0,ne.jsx)(ha,{fail:!!n,children:g}),t.stacked?(0,ne.jsx)(pa,{disabled:r||!f,onClick:y,children:r?(0,ne.jsx)(qe,{}):"Submit"}):null]})},ca=Pt.default.div`
842
+ border: 1px solid var(--border-color-1);
843
+ width: 100%;
844
+ height: ${t=>t.stacked?"100%":"auto"};
845
+
846
+ display: flex;
847
+ align-content: center;
848
+ align-items: center;
849
+ flex-grow: 1;
850
+
851
+ @media (max-width: 440px) {
852
+ margin-top: 20px;
853
+ }
854
+ `,da=Pt.default.button`
855
+ display: flex;
856
+ flex-direction: row;
857
+ align-items: center;
858
+ justify-content: center;
859
+ & {
860
+ height: 44px;
861
+ cursor: pointer;
862
+ font-size: 14px;
863
+ font-weight: 600;
864
+ border-radius: 0px var(--border-radius-sm) var(--border-radius-sm) 0px;
865
+ }
866
+
867
+ && {
868
+ padding-left: 15px;
869
+ padding-right: 15px;
870
+ background-color: var(--primary-color);
871
+ color: var(--light-theme-bg-1);
872
+ }
873
+
874
+ &&:disabled {
875
+ background-color: var(--disabled-bg);
876
+ color: var(--disabled-fg);
877
+ cursor: not-allowed;
878
+ }
879
+ `,pa=Pt.default.button`
880
+ display: flex;
881
+ flex-direction: column;
882
+ align-items: center;
883
+ justify-content: center;
884
+ & {
885
+ height: 44px;
886
+ width: 100%;
887
+ cursor: pointer;
888
+ font-size: 14px;
889
+ font-weight: 600;
890
+ border-radius: var(--border-radius-sm);
891
+ }
892
+
893
+ && {
894
+ background-color: var(--primary-color);
895
+ color: var(--light-theme-bg-1);
896
+ }
897
+
898
+ &&:disabled {
899
+ background-color: var(--disabled-bg);
900
+ color: var(--disabled-fg);
901
+ cursor: not-allowed;
902
+ }
903
+ `,ua=Pt.default.label`
904
+ display: flex;
905
+ flex-direction: row;
906
+ align-items: center;
907
+ position: relative;
908
+ width: 100%;
909
+ height: ${t=>t.standalone?"64px":"44px"};
910
+ background: var(--light-theme-bg-1);
911
+
912
+ > svg {
913
+ z-index: 2;
914
+ margin-left: 8px;
915
+ height: 20px !important;
916
+ width: 20px !important;
917
+ color: var(--light-theme-fg-3);
918
+ }
919
+
920
+ && > input {
921
+ position: absolute;
922
+ padding-left: 40px;
923
+ line-height: 20px;
924
+
925
+ /* Mirror parent to handle embedded logo on left */
926
+ border-radius: ${t=>t.standalone?"var(--border-radius-sm)":"var(--border-radius-sm) 0px 0px var(--border-radius-sm)"};
927
+ height: 100%;
928
+ width: 100%;
929
+ border: 1px solid var(--border-color-1);
930
+ background: var(--light-theme-bg-1);
931
+ }
932
+
933
+ /* Mobile */
934
+ @media (max-width: 440px) {
935
+ && > input {
936
+ font-size: 16px;
937
+ line-height: 24px;
938
+ }
939
+ }
940
+ `,ha=Pt.default.div`
941
+ line-height: 20px;
942
+ height: 20px;
943
+ font-size: 13px;
944
+ color: ${t=>t.success?"var(--success-dark)":t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
945
+ display: flex;
946
+ justify-content: space-between;
947
+ width: 100%;
948
+
949
+ > button,
950
+ > a {
951
+ text-decoration: underline;
952
+ }
953
+ `;var St=require("react"),kt=E(require("styled-components"));var Lr=require("react/jsx-runtime"),_o=({style:t,...e})=>(0,Lr.jsx)("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:(0,Lr.jsx)("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"})});var se=require("react/jsx-runtime"),Po=t=>{let[e,o]=(0,St.useState)(""),[r,i]=(0,St.useState)(!1),[n,s]=(0,St.useState)(null),{isLinking:a,initLoginWithSms:h}=S(),{navigate:m,options:L}=C(),_=L.wallet;(0,St.useEffect)(()=>{let d=document.querySelector("#phone-number-input");d==null||d.focus()},[]);let f=pi(e),y=()=>{i(!0),h(e).then(()=>{m("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{let R=(d==null?void 0:d.status)===401&&(d==null?void 0:d.message)==="User is not allowed to login to this app.";(d==null?void 0:d.status)===422?s(d.message):R?m("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting phone number"),i(!1)})},g="Get started without a wallet.";return n?g=n:a?g="Easily connect a phone number":_||(g="Get started quickly with your phone"),(0,se.jsxs)(se.Fragment,{children:[(0,se.jsxs)(ma,{stacked:t.stacked,children:[(0,se.jsxs)(ya,{standalone:t.stacked,children:[(0,se.jsx)(_o,{}),(0,se.jsx)("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:d=>{o(d.target.value)},onKeyUp:d=>{d.key==="Enter"&&y()},value:e,autoComplete:"tel"})]}),t.stacked?null:(0,se.jsx)(fa,{disabled:r||!f,onClick:y,children:r?(0,se.jsx)(qe,{}):"Submit"})]}),(0,se.jsx)(wa,{fail:!!n,children:g}),t.stacked?(0,se.jsx)(ga,{disabled:r||!f,onClick:y,children:r?(0,se.jsx)(qe,{}):"Submit"}):null]})},ma=kt.default.div`
954
+ display: flex;
955
+ border: 1px solid var(--border-color-1);
956
+ width: 100%;
957
+
958
+ height: ${t=>t.stacked?"100%":"auto"};
959
+ display: flex;
960
+ align-content: center;
961
+ align-items: center;
962
+ flex-grow: 1;
963
+
964
+ @media (max-width: 440px) {
965
+ margin-top: 20px;
966
+ }
967
+ `,fa=kt.default.button`
968
+ display: flex;
969
+ flex-direction: row;
970
+ align-items: center;
971
+ justify-content: center;
972
+ & {
973
+ height: 44px;
974
+ cursor: pointer;
975
+ font-size: 14px;
976
+ font-weight: 600;
977
+ border-radius: 0px var(--border-radius-sm) var(--border-radius-sm) 0px;
978
+ }
979
+
980
+ && {
981
+ padding-left: 15px;
982
+ padding-right: 15px;
983
+ background-color: var(--primary-color);
984
+ color: var(--light-theme-bg-1);
985
+ }
986
+
987
+ &&:disabled {
988
+ background-color: var(--disabled-bg);
989
+ color: var(--disabled-fg);
990
+ cursor: not-allowed;
991
+ }
992
+ `,ga=kt.default.button`
993
+ display: flex;
994
+ flex-direction: column;
995
+ align-items: center;
996
+ justify-content: center;
997
+ & {
998
+ height: 44px;
999
+ width: 100%;
1000
+ cursor: pointer;
1001
+ font-size: 14px;
1002
+ font-weight: 600;
1003
+ border-radius: var(--border-radius-sm);
1004
+ }
1005
+
1006
+ && {
1007
+ background-color: var(--primary-color);
1008
+ color: var(--light-theme-bg-1);
1009
+ }
1010
+
1011
+ &&:disabled {
1012
+ background-color: var(--disabled-bg);
1013
+ color: var(--disabled-fg);
1014
+ cursor: not-allowed;
1015
+ }
1016
+ `,ya=kt.default.label`
1017
+ display: flex;
1018
+ flex-direction: row;
1019
+ align-items: center;
1020
+ position: relative;
1021
+ width: 100%;
1022
+ height: ${t=>t.standalone?"64px":"44px"};
1023
+ background: var(--light-theme-bg-1);
1024
+
1025
+ > svg {
1026
+ z-index: 2;
1027
+ margin-left: 8px;
1028
+ height: 20px !important;
1029
+ width: 20px !important;
1030
+ color: var(--light-theme-fg-3);
1031
+ }
1032
+
1033
+ && > input {
1034
+ position: absolute;
1035
+ padding-left: 40px;
1036
+ line-height: 20px;
1037
+
1038
+ /* Mirror parent to handle embedded logo on left */
1039
+ border-radius: ${t=>t.standalone?"var(--border-radius-sm)":"var(--border-radius-sm) 0px 0px var(--border-radius-sm)"};
1040
+ height: 100%;
1041
+ width: 100%;
1042
+ border: 1px solid var(--border-color-1);
1043
+ background: var(--light-theme-bg-1);
824
1044
  }
825
- `,at=({children:t})=>(0,Mo.jsxs)(ra,{children:[(0,Mo.jsx)(ni,{style:{width:"16px",height:"16px"}}),t]}),ra=Ro.default.div`
826
- display: flex;
827
- justify-content: flex-start;
828
- justify-items: center;
829
- text-align: left;
830
- gap: 8px;
831
1045
 
832
- && {
833
- a {
834
- text-decoration: underline;
835
- color: var(--primary-color);
1046
+ /* Mobile */
1047
+ @media (max-width: 440px) {
1048
+ && > input {
1049
+ font-size: 16px;
1050
+ line-height: 24px;
836
1051
  }
1052
+ }
1053
+ `,wa=kt.default.div`
1054
+ line-height: 20px;
1055
+ height: 20px;
1056
+ font-size: 13px;
1057
+ color: ${t=>t.success?"var(--success-dark)":t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
1058
+ display: flex;
1059
+ justify-content: space-between;
1060
+ width: 100%;
837
1061
 
838
- svg {
839
- margin-top: auto;
840
- margin-bottom: auto;
841
- }
1062
+ > button,
1063
+ > a {
1064
+ text-decoration: underline;
842
1065
  }
843
- `;var b=require("react/jsx-runtime"),ii=({style:t,...e})=>(0,b.jsxs)("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:[(0,b.jsx)("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),(0,b.jsx)("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"}),(0,b.jsx)("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),(0,b.jsx)("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)"}),(0,b.jsx)("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),(0,b.jsx)("g",{clipPath:"url(#clip0_428_81)",children:(0,b.jsx)("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"})}),(0,b.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"white"}),(0,b.jsx)("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"}),(0,b.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsx)("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"}),(0,b.jsxs)("defs",{children:[(0,b.jsxs)("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[(0,b.jsx)("stop",{stopColor:"#534BB1"}),(0,b.jsx)("stop",{offset:"1",stopColor:"#551BF9"})]}),(0,b.jsxs)("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[(0,b.jsx)("stop",{stopColor:"white"}),(0,b.jsx)("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),(0,b.jsx)("clipPath",{id:"clip0_428_81",children:(0,b.jsx)("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});var Ye=x(require("react-device-detect"));var No=x(require("styled-components"));var St=require("react/jsx-runtime"),si=No.default.button`
1066
+ `;var Tt=E(require("styled-components"));var Xe=require("react/jsx-runtime"),So=({logoFill:t,style:e,...o})=>(0,Xe.jsxs)("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:[(0,Xe.jsx)("g",{clipPath:"url(#clip0)",children:(0,Xe.jsx)("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"})}),(0,Xe.jsx)("defs",{children:(0,Xe.jsx)("clipPath",{id:"clip0",children:(0,Xe.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var Ar=require("react/jsx-runtime"),ko=({logoFill:t,style:e,...o})=>(0,Ar.jsx)("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:(0,Ar.jsx)("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"})});var at=require("react/jsx-runtime"),To=({style:t,...e})=>(0,at.jsxs)("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:[(0,at.jsx)("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"}),(0,at.jsx)("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"}),(0,at.jsx)("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"}),(0,at.jsx)("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"})]});var _r=require("react/jsx-runtime"),Wo=({style:t,logoFill:e,...o})=>(0,_r.jsx)("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:(0,_r.jsx)("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"})});var Ee=require("react/jsx-runtime"),yn=({showGoogle:t,showTwitter:e,showDiscord:o,showGithub:r,stacked:i})=>{let{initLoginWithOAuth:n}=S();return(0,Ee.jsxs)(va,{stacked:i,children:[t&&(0,Ee.jsx)(Ea,{onClick:()=>{n("google")},children:(0,Ee.jsx)(To,{})}),e&&(0,Ee.jsx)(Ca,{onClick:()=>{n("twitter")},children:(0,Ee.jsx)(Wo,{})}),o&&(0,Ee.jsx)(ba,{onClick:()=>{n("discord")},children:(0,Ee.jsx)(So,{})}),r&&(0,Ee.jsx)(xa,{onClick:()=>{n("github")},children:(0,Ee.jsx)(ko,{})})]})},va=Tt.default.div`
844
1067
  display: flex;
845
- flex-direction: row;
846
- align-items: center;
847
- justify-content: center;
848
- & {
849
- height: 44px;
850
- width: 100%;
851
- /* Off by one because of internal border in designs and otherwise looks off */
852
- padding: 7px 11px;
1068
+ flex-direction: ${t=>t.stacked?"column":"row"};
1069
+ justify-content: space-between;
1070
+ width: 100%;
1071
+ gap: 4px;
1072
+ `,Ca=Tt.default.button`
1073
+ && {
1074
+ border-radius: var(--border-radius-sm);
853
1075
  cursor: pointer;
854
- font-size: 14px;
855
- font-weight: 600;
856
- border-radius: var(--border-radius-md);
857
- }
858
-
859
- &&:disabled {
860
- background-color: var(--disabled-bg);
861
- color: var(--disabled-fg);
862
- cursor: not-allowed;
1076
+ height: 44px;
1077
+ flex: 1;
1078
+ background-color: #1da1f2;
1079
+ display: flex;
1080
+ flex-direction: column;
1081
+ justify-content: center;
1082
+ align-items: center;
863
1083
  }
864
- `,Je=({children:t,loading:e,disabled:o,warn:r,...n})=>(0,St.jsx)(na,{disabled:o||e,warn:r,...n,children:e?(0,St.jsxs)("span",{children:[(0,St.jsx)(qe,{})," ",(0,St.jsx)("span",{children:"Loading..."})]}):t}),na=(0,No.default)(si)`
1084
+ `,ba=Tt.default.button`
865
1085
  && {
866
- background-color: ${t=>t.warn?"var(--fail-dark)":"var(--primary-color)"};
867
- color: var(--light-theme-bg-1);
1086
+ border-radius: var(--border-radius-sm);
1087
+ cursor: pointer;
1088
+ height: 44px;
1089
+ flex: 1;
1090
+ background-color: #5865f2;
1091
+ display: flex;
1092
+ flex-direction: column;
1093
+ justify-content: center;
1094
+ align-items: center;
868
1095
  }
869
-
870
- > span {
1096
+ `,xa=Tt.default.button`
1097
+ && {
1098
+ border-radius: var(--border-radius-sm);
1099
+ cursor: pointer;
1100
+ height: 44px;
1101
+ flex: 1;
1102
+ background-color: #2d333b;
871
1103
  display: flex;
1104
+ flex-direction: column;
1105
+ justify-content: center;
872
1106
  align-items: center;
873
- gap: 8px;
874
1107
  }
875
- `,Ud=(0,No.default)(si)`
1108
+ `,Ea=Tt.default.button`
876
1109
  && {
877
- border: 1px solid var(--light-theme-bg-3);
878
- color: var(--light-theme-fg-1);
1110
+ border-radius: var(--border-radius-sm);
1111
+ cursor: pointer;
1112
+ height: 44px;
1113
+ background-color: var(--light-theme-bg-1);
1114
+ flex: 1;
1115
+ display: flex;
1116
+ flex-direction: column;
1117
+ justify-content: center;
1118
+ align-items: center;
1119
+ border: 1px solid var(--border-color-2);
879
1120
  }
880
- `;var p=require("react/jsx-runtime");var Lr=()=>{let{navigate:t}=C(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return Ye.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),(0,p.jsxs)(pi,{children:[(0,p.jsx)(ce,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),(0,p.jsx)(ui,{children:(0,p.jsx)(Te,{style:{width:"152px",height:"152px"}})}),(0,p.jsxs)(Er,{children:[(0,p.jsx)(at,{children:(0,p.jsxs)("div",{children:[(0,p.jsx)("span",{children:"Install the "}),(0,p.jsx)("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),(0,p.jsx)($t,{}),(0,p.jsx)(at,{children:"Set up your first wallet"}),(0,p.jsx)($t,{}),(0,p.jsx)(at,{children:"Store your recovery phrase in a safe place!"})]}),(0,p.jsx)(hi,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},Ar=()=>{let{navigate:t}=C();return(0,p.jsxs)(pi,{children:[(0,p.jsx)(ce,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),(0,p.jsx)(ui,{style:{marginTop:"-24px"},children:(0,p.jsx)(oi,{size:200})}),(0,p.jsxs)(Er,{children:[(0,p.jsx)(at,{children:"Scan the QR code with your camera"}),(0,p.jsx)($t,{}),(0,p.jsx)(at,{children:"Set up your first wallet"}),(0,p.jsx)($t,{}),(0,p.jsx)(at,{children:"Store your seed phrase in a safe place!"})]}),(0,p.jsx)(hi,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},di=()=>{let[t,e]=(0,ci.useState)("WHAT_IS_A_WALLET"),{navigateBack:o}=C();return(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(_,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),(0,p.jsxs)(ia,{children:[t==="WHAT_IS_A_WALLET"&&(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(da,{children:(0,p.jsx)(ii,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),(0,p.jsxs)(Lt,{title:"Get started with a new wallet",children:[(0,p.jsx)("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),(0,p.jsx)("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),(0,p.jsx)(la,{children:(0,p.jsx)(ca,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&(0,p.jsx)(p.Fragment,{children:(0,p.jsxs)(sa,{children:[(0,p.jsx)(ce,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),(0,p.jsxs)(aa,{children:[(0,p.jsxs)(ai,{onClick:()=>{Ye.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":Ye.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[(0,p.jsx)(Te,{}),(0,p.jsxs)(li,{children:[(0,p.jsx)("h4",{children:"MetaMask"}),(0,p.jsx)("p",{children:"Get a browser-based wallet"})]}),(0,p.jsx)("div",{children:(0,p.jsx)("span",{children:"Set up"})})]}),(0,p.jsxs)(ai,{onClick:()=>{Ye.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":Ye.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[(0,p.jsx)(We,{}),(0,p.jsxs)(li,{children:[(0,p.jsx)("h4",{children:"Coinbase Wallet"}),(0,p.jsx)("p",{children:"Get a mobile app wallet"})]}),(0,p.jsx)("div",{children:(0,p.jsx)("span",{children:"Set up"})})]})]})]})}),t==="CREATE_COINBASE_WALLET"&&(0,p.jsx)(Ar,{}),t==="CREATE_METAMASK_WALLET"&&(0,p.jsx)(Lr,{})]}),(0,p.jsxs)(xe,{children:[(0,p.jsx)("span",{children:"Still not sure? "}),(0,p.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},ia=we.default.div`
881
- display: flex;
882
- flex-direction: column;
883
- height: 100%;
884
-
885
- > svg {
886
- @media (max-width: 440px) {
887
- display: none;
888
- }
1121
+ `;var kr=require("react-device-detect"),Tr=E(require("styled-components"));var Io=require("react-device-detect"),Pr=t=>{let e=new URL(window.location.href);if(!window.ethereum&&Io.isMobile){let o;switch(t){case"metamask":Io.isIOS?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)}};var wn=E(require("styled-components")),vn=wn.default.span`
1122
+ @media (max-width: 440px) {
1123
+ display: none;
889
1124
  }
890
- `,sa=we.default.div`
1125
+ `;var te=require("react/jsx-runtime"),Ro=()=>{let{navigate:t}=C(),{initLoginWithWallet:e,closePrivyModal:o}=S();return(0,te.jsxs)(La,{children:[(0,te.jsxs)(Sr,{onClick:()=>{Qo()?(e("metamask"),t("AWAITING_CONNECTION")):kr.isMobile?(Pr("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[(0,te.jsx)(We,{}),(0,te.jsx)("span",{children:"Metamask"}),(0,te.jsx)("span",{children:Qo()?"Connect":"Install"})]}),(0,te.jsxs)(Sr,{onClick:()=>{lo()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):kr.isMobile?(Pr("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[(0,te.jsx)(Te,{}),(0,te.jsxs)("span",{children:["Coinbase",(0,te.jsx)(vn,{children:" Wallet"})]}),(0,te.jsx)("span",{children:"Connect"})]}),(0,te.jsxs)(Sr,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[(0,te.jsx)(bt,{}),(0,te.jsx)("span",{children:"WalletConnect"}),(0,te.jsx)("span",{children:"Connect"})]})]})},La=Tr.default.div`
891
1126
  display: flex;
892
1127
  flex-direction: column;
893
1128
  align-items: flex-start;
894
- justify-content: flex-start;
895
- text-align: left;
896
- gap: 20px;
897
- `,aa=we.default.div`
898
- display: flex;
899
- flex-direction: column;
900
- width: 100%;
901
1129
  gap: 8px;
902
- `,ai=we.default.button`
1130
+ width: 100%;
1131
+
1132
+ @media (max-width: 440px) {
1133
+ flex-direction: row;
1134
+ }
1135
+ `,Sr=Tr.default.button`
903
1136
  display: flex;
904
1137
  flex-direction: row;
905
1138
  align-items: center;
906
1139
  gap: 12px;
907
- cursor: pointer;
908
-
909
1140
  width: 100%;
1141
+ height: 44px;
910
1142
 
911
- && {
912
- padding: 12px 16px;
1143
+ -webkit-user-select: none;
1144
+ -ms-user-select: none;
1145
+ user-select: none;
913
1146
 
1147
+ && {
1148
+ font-weight: 600;
1149
+ padding: 7px 11px;
914
1150
  border: 1px solid var(--border-color-2);
915
1151
  border-radius: var(--border-radius-sm);
916
- transition: all 200ms ease-in-out;
917
1152
  }
918
1153
 
919
- > svg {
920
- border-radius: var(--border-radius-sm);
921
- }
1154
+ @media (max-width: 440px) {
1155
+ width: auto;
1156
+ flex-direction: column;
1157
+ height: auto;
922
1158
 
923
- -webkit-user-select: none;
924
- -ms-user-select: none;
925
- user-select: none;
1159
+ && {
1160
+ font-weight: 500;
1161
+ padding: 11px 7px;
1162
+ font-size: 11px;
1163
+ line-height: 16px;
1164
+ flex-grow: 1;
1165
+ flex-basis: 0;
1166
+ }
1167
+ }
926
1168
 
927
1169
  flex: none;
928
1170
  order: 0;
929
1171
  align-self: stretch;
930
1172
  flex-grow: 0;
931
1173
 
1174
+ > svg {
1175
+ border-radius: var(--border-radius-sm);
1176
+
1177
+ @media (max-width: 440px) {
1178
+ height: 50px !important;
1179
+ width: 50px !important;
1180
+ }
1181
+ }
1182
+
1183
+ /* Show "Connect" on hover */
932
1184
  > :last-child {
933
- margin-left: auto;
1185
+ font-weight: 500;
1186
+ text-align: right;
934
1187
  flex: none;
935
1188
  order: 2;
936
1189
  flex-grow: 1;
937
- display: flex;
938
- justify-content: flex-end;
1190
+ color: var(--primary-color);
1191
+ opacity: 0;
1192
+ transition: opacity 0.1s ease-out;
939
1193
 
940
- > span {
941
- padding: 6px 8px;
942
- font-weight: 500;
943
- text-align: center;
944
- color: var(--primary-color);
945
- background-color: var(--primary-color-bg-1);
946
- border-radius: var(--border-radius-sm);
1194
+ @media (max-width: 440px) {
1195
+ display: none;
947
1196
  }
948
1197
  }
949
1198
 
950
- :hover {
951
- border: 1px solid var(--primary-color);
1199
+ :hover > :last-child {
1200
+ opacity: 1;
952
1201
  }
1202
+ `;var Cn=E(require("styled-components"));var jt=require("react/jsx-runtime"),Mo=()=>{let{navigate:t}=C();return(0,jt.jsxs)(Aa,{children:[(0,jt.jsx)("span",{children:"Don\u2019t have a wallet? "}),(0,jt.jsx)("button",{onClick:()=>{t("WALLET_EDUCATION")},children:"Create one now."})]})},Aa=Cn.default.div`
1203
+ font-size: 13px;
1204
+ color: var(--light-theme-fg-3);
953
1205
 
954
- @media (max-width: 440px) {
955
- :hover {
956
- border: 1px solid var(--border-color-2);
957
- }
1206
+ > button {
1207
+ text-decoration: underline;
958
1208
  }
959
- `,li=we.default.div`
960
- text-align: left;
961
1209
 
962
- p {
963
- font-style: italic;
964
- font-size: 12px;
1210
+ @media (max-width: 440px) {
1211
+ margin-top: 4px;
965
1212
  }
966
- `,la=we.default.div`
967
- margin-top: auto;
1213
+ `;var A=require("react/jsx-runtime");var En=()=>{let{app:t,options:e}=C(),o=e.email,r=e.sms,i=e.wallet,n=e.google,s=e.twitter,a=e.discord,h=e.github,m=i&&(t==null?void 0:t.showWalletLoginFirst)?0:1,[L,_]=(0,xn.useState)(m),f=L==0,y=L==1,g=i,d=o||r;return(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(P,{},"header"),(0,A.jsx)(Ta,{hasOnlyOneSection:g!==d,hasTerms:!!((t==null?void 0:t.privacyPolicyUrl)||(t==null?void 0:t.termsAndConditionsUrl)),children:(0,A.jsx)(gn,{})}),(0,A.jsxs)(Wa,{reverse:!(t!=null&&t.showWalletLoginFirst),children:[g&&(0,A.jsx)(_a,{active:f,onClick:()=>_(0),isOnlySection:!d}),d&&(0,A.jsx)(Pa,{active:y,onClick:()=>_(1),email:o,sms:r,google:n,twitter:s,discord:a,github:h,isOnlySection:!g})]}),t&&(0,A.jsx)(Mi,{app:t}),(0,A.jsx)(Q,{protectedByPrivy:!0})]})};function _a(t){return(0,A.jsxs)(An,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[(0,A.jsx)(Ln,{active:t.active,children:(0,A.jsx)("h4",{children:"Connect Wallet"})}),t.active&&(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(Ro,{}),(0,A.jsx)(Mo,{})]})]})}function Pa(t){let e=t.google||t.discord||t.github||t.twitter&&!Wr.isMobile,o=t.email?"Email":"Phone";return(0,A.jsxs)(An,{active:t.active,onClick:t.onClick,isOnlySection:t.isOnlySection,children:[t.isOnlySection?null:(0,A.jsx)(Ln,{active:t.active,children:(0,A.jsx)("h4",{children:e?`${o} & Social`:o})}),t.active&&t.email&&(0,A.jsx)(Ao,{}),t.active&&t.sms&&!t.email&&(0,A.jsx)(Po,{}),t.active&&e&&(0,A.jsx)(Sa,{google:t.google,twitter:t.twitter&&!Wr.isMobile,discord:t.discord,github:t.github})]})}function Sa(t){return(0,A.jsxs)(A.Fragment,{children:[(0,A.jsxs)(ka,{children:[(0,A.jsx)(bn,{}),(0,A.jsx)("p",{children:" Or "}),(0,A.jsx)(bn,{})]}),(0,A.jsx)(yn,{showGoogle:t.google,showDiscord:t.discord,showGithub:t.github,showTwitter:t.twitter})]})}var Ln=lt.default.div`
1214
+ font-weight: ${t=>t.active?600:500};
1215
+ color: ${t=>t.active?"inherit":"var(--light-theme-fg-3)"};
968
1216
  display: flex;
969
- align-items: flex-end;
970
- flex-grow: 1;
971
- width: 100%;
972
- `,ca=(0,we.default)(Je)`
973
- && {
974
- margin-top: 14px;
975
- }
976
- `,pi=we.default.div`
1217
+ justify-content: center;
1218
+ align-items: center;
1219
+ `,An=lt.default.div`
977
1220
  display: flex;
978
1221
  flex-direction: column;
979
- align-items: center;
980
- justify-content: center;
1222
+ align-items: flex-start;
1223
+ /* 1px helps with the input ring getting hidden by padding, despite it being
1224
+ * annoying that it's not perfectly lined up
1225
+ */
1226
+ padding: ${t=>t.isOnlySection?"1px":"12px"};
1227
+ gap: 12px;
981
1228
  width: 100%;
982
- gap: 30px;
1229
+ max-height: ${t=>t.active?"400px":"52px"};
983
1230
 
984
- > :first-child > svg {
985
- margin-top: 20px;
1231
+ transition-property: border-color, max-height;
1232
+ transition-duration: 0.25s;
1233
+ transition-timing-function: ease-in;
1234
+ overflow: hidden;
1235
+
1236
+ && {
1237
+ background: var(--light-theme-bg-1);
1238
+
1239
+ border: ${t=>t.isOnlySection?"none":t.active?"1px solid var(--border-color-active);":"1px solid var(--border-color-2);"};
1240
+ border-radius: ${t=>t.isOnlySection?"0":"10px"};
986
1241
  }
987
- `,ui=we.default.div`
1242
+
1243
+ cursor: ${t=>t.active?"inherit":"pointer"};
1244
+ `,ka=lt.default.div`
988
1245
  display: flex;
989
- flex-direction: column;
990
- align-items: center;
991
1246
  justify-content: center;
1247
+ align-items: center;
992
1248
  width: 100%;
993
- `,hi=we.default.button`
1249
+ `,bn=lt.default.hr`
1250
+ width: 50%;
994
1251
  && {
995
- padding: 12px 16px;
996
- font-weight: 500;
997
- text-align: center;
998
- color: var(--primary-color);
999
- background-color: var(--primary-color-bg-1);
1000
- border-radius: var(--border-radius-sm);
1252
+ border-top: 1px solid var(--border-color-1);
1253
+ margin: 0px 8px;
1001
1254
  }
1002
- `,da=we.default.div`
1255
+ `,Ta=lt.default.div`
1003
1256
  display: flex;
1004
- justify-content: center;
1005
- `;var Fe=require("react");var jt=x(require("styled-components"));var K=require("react/jsx-runtime"),_r=2,mi={metamask:{name:"MetaMask",component:Te},coinbase_wallet:{name:"Coinbase Wallet",component:We},wallet_connect:{name:"WalletConnect",component:yt}},fi=()=>{var X;let[t,e]=(0,Fe.useState)(!1),[o,r]=(0,Fe.useState)("metamask"),[n,i]=(0,Fe.useState)(void 0),{navigate:s,navigateBack:a}=C(),{getAuthMeta:h,closePrivyModal:m,loginWithWallet:E}=k(),{walletConnectors:A}=q(),[f,y]=(0,Fe.useState)(0),{user:g}=q(),[d,M]=(0,Fe.useState)((g==null?void 0:g.linkedAccounts.length)||0);(0,Fe.useEffect)(()=>{var z;r(((z=h())==null?void 0:z.walletType)||"metamask"),i(void 0),E().then(()=>e(!0)).catch(W=>{W instanceof ve?console.error(W.cause):console.error(W);let Se=(W==null?void 0:W.status)===401&&(W==null?void 0:W.message)==="User is not allowed to login to this app.";(W==null?void 0:W.status)===422?i(ht.ERROR_USER_EXISTS):Se?s("ALLOWLIST_REJECTION_SCREEN"):W instanceof ut&&!W.details.default?i(W.details):W instanceof pt?i(ht.ERROR_TIMED_OUT):i(ht.ERROR_WALLET_CONNECTION)})},[f]),(0,Fe.useEffect)(()=>{if(t){let z=setTimeout(m,me);return()=>clearTimeout(z)}},[g]);let O=mi[o].name,N=mi[o].component,S=t?`Successfully connected with ${O}`:n?n.message:`Waiting for ${O}`,P="";if(t){let z=(g==null?void 0:g.linkedAccounts.length)||0;d===z?P="Wallet was already linked.":P="You\u2019re good to go!"}else if(f>=_r&&n)P="Unable to connect wallet";else if(n)P=n.detail;else switch(P="Don\u2019t see your wallet modal? Check your other browser windows.",o){case"metamask":P="For the best experience, connect only one wallet at a time.";break;case"wallet_connect":P="Open your mobile wallet app to continue";break;case"coinbase_wallet":po()||(er(g)?P="Continue with the Coinbase app. Not the right wallet? Reset your connection below.":P="Open the Coinbase app on your phone to continue.");break}let D=(X=A==null?void 0:A.walletConnectors)==null?void 0:X.find(z=>z.walletType==="coinbase_wallet"),ue=o==="coinbase_wallet"&&(er(g)||n===ht.ERROR_USER_EXISTS);return(0,K.jsxs)(K.Fragment,{children:[(0,K.jsx)(_,{backFn:a}),(0,K.jsxs)(pa,{children:[(0,K.jsx)(ha,{children:(0,K.jsxs)("div",{children:[(0,K.jsx)(vt,{success:t,fail:!!n}),(0,K.jsx)(N,{style:{width:"38px",height:"38px"}})]})}),(0,K.jsxs)(ua,{children:[(0,K.jsx)("h3",{children:S}),(0,K.jsx)("p",{children:P})]}),ue?(0,K.jsx)(Sr,{onClick:()=>D&&(D==null?void 0:D.disconnect()),visible:!t,disabled:t,children:"Use a different wallet"}):n==ht.ERROR_USER_EXISTS?(0,K.jsx)(Sr,{onClick:a,visible:!0,children:"Use a different wallet"}):(0,K.jsx)(Sr,{onClick:()=>{y(f+1),i(void 0)},visible:!t&&(n==null?void 0:n.retryable)&&f<_r,disabled:!t&&(!(n!=null&&n.retryable)||f>=_r),children:"Retry"})]})]})},pa=jt.default.div`
1257
+ flex-direction: column;
1258
+ align-items: center;
1259
+
1260
+ // This is a temp hack until we use a real accordion and JS to calculate
1261
+ // heights - real-life CSS height math is hard to do properly.
1262
+
1263
+ // - Logo is 80px tall
1264
+ // - Top margin from cancel button is 24px and needs to be counteracted
1265
+ // - Some don't have social/email/sms. That adds 46px+16px gap
1266
+ // So...
1267
+ // - Wallet + other => 114px padding for logo, -24px on the top
1268
+ // - Only one section => Condensed, so just need a healthy amount of space
1269
+ // - Terms => 36px
1270
+ // Lastly, apply a 10px cheat upwards, which helps in particular for when
1271
+ // the logo is close to the top (mobile or full wallet-open design)
1272
+ margin-top: ${t=>`${28+(t.hasOnlyOneSection?31:0)-(t.hasTerms?18:0)}px`};
1273
+ margin-bottom: ${t=>`${60+(t.hasOnlyOneSection?31:0)-(t.hasTerms?18:0)}px`};
1274
+ `,Wa=(0,lt.default)($e)`
1275
+ flex-direction: ${t=>t.reverse?"column-reverse":"column"};
1276
+ `;var Le=require("react/jsx-runtime"),_n=()=>{let{app:t}=C();return(0,Le.jsxs)(Le.Fragment,{children:[(0,Le.jsx)(P,{},"header"),(0,Le.jsx)(yt,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:(0,Le.jsx)(Lo,{})}),(0,Le.jsx)($e,{children:(0,Le.jsx)(Ao,{stacked:!0})}),(0,Le.jsx)(Q,{protectedByPrivy:!0})]})};var Ae=require("react/jsx-runtime"),Pn=()=>{let{app:t}=C();return(0,Ae.jsxs)(Ae.Fragment,{children:[(0,Ae.jsx)(P,{},"header"),(0,Ae.jsx)(yt,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:(0,Ae.jsx)(_o,{})}),(0,Ae.jsx)($e,{children:(0,Ae.jsx)(Po,{stacked:!0})}),(0,Ae.jsx)(Q,{protectedByPrivy:!0})]})};var _e=require("react/jsx-runtime"),Sn=()=>{let{linkingHint:t}=S(),{app:e}=C(),o=t?`Select the wallet with ${rt(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(0,_e.jsxs)(_e.Fragment,{children:[(0,_e.jsx)(P,{},"header"),(0,_e.jsx)(Ni,{title:`${t?"Reconnect":"Connect"} your wallet`,description:o}),(0,_e.jsxs)($e,{children:[(0,_e.jsx)(Ro,{}),(0,_e.jsx)(Mo,{})]}),(0,_e.jsx)(Q,{protectedByPrivy:!0})]})};var Wt=require("react"),Zt=E(require("styled-components"));var ie=require("react/jsx-runtime"),kn={google:{name:"Google",component:To},discord:{name:"Discord",component:So},github:{name:"Github",component:ko},twitter:{name:"Twitter",component:Wo}},Ia=t=>t.charAt(0).toUpperCase()+t.slice(1),Ir=()=>{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)},Tn=()=>{var x;let{ready:t,user:e,authenticated:o}=q(),{data:r,setModalData:i,navigate:n}=C(),{getAuthMeta:s,initLoginWithOAuth:a,loginWithOAuth:h,closePrivyModal:m}=S(),[L,_]=(0,Wt.useState)(!1),[f,y]=(0,Wt.useState)(void 0),g=((x=s())==null?void 0:x.provider)||"google",d=kn[g].name,R=kn[g].component;(0,Wt.useEffect)(()=>{!t||h().then(()=>{Ir(),_(!0)}).catch(N=>{let j={retryable:!1,message:"Authentication failed."};N.message.includes("Another user has already linked this")?j.detail="This account has already been linked to another user.":N.message==="Invalid code during oauth flow."?(j.retryable=!0,j.detail="Something went wrong. Try again."):N.message==="User denied confirmation during OAuth flow"&&(j.detail=`Retry and check ${Ia(g)} to finish connecting your account.`,j.retryable=!0),Ir(),y(j)})},[t]),(0,Wt.useEffect)(()=>{var ae;if(!(o&&L&&e))return;if(((ae=r==null?void 0:r.login)==null?void 0:ae.promptCreatePrivyWalletFlow)&&!e.wallet){let O=setTimeout(()=>{i({createWallet:{onSuccess:()=>m({shouldCallAuthOnSuccess:!0}),onFailure:T=>console.error(T)}}),n("EMBEDDED_WALLET_SCREEN")},he-500);return()=>clearTimeout(O)}else{let O=setTimeout(m,he);return()=>clearTimeout(O)}},[L]);let D=L?`Successfully connected with ${d}`:f?f.message:`Verifying connection to ${d}`,M="";return L?M="You\u2019re good to go!":f?M=f.detail:M="Just a few moments more",(0,ie.jsxs)(ie.Fragment,{children:[(0,ie.jsx)(P,{}),(0,ie.jsxs)(Ra,{children:[(0,ie.jsx)(Na,{children:(0,ie.jsxs)("div",{children:[(0,ie.jsx)(Ct,{success:L,fail:!!f}),(0,ie.jsx)(R,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),(0,ie.jsxs)(Ma,{children:[(0,ie.jsx)("h3",{children:D}),(0,ie.jsx)("p",{children:M})]}),(0,ie.jsx)(Oa,{onClick:()=>{Ir(),a(g),y(void 0)},visible:!L&&(f==null?void 0:f.retryable),disabled:!L&&!(f!=null&&f.retryable),children:"Retry"})]})]})},Ra=Zt.default.div`
1006
1277
  display: flex;
1007
1278
  flex-direction: column;
1008
1279
  align-items: center;
@@ -1010,14 +1281,11 @@ Resources:
1010
1281
  margin-left: 27px;
1011
1282
  margin-right: 27px;
1012
1283
  gap: 24px;
1013
- `,ua=jt.default.div`
1284
+ `,Ma=Zt.default.div`
1014
1285
  display: flex;
1015
1286
  flex-direction: column;
1016
1287
  gap: 8px;
1017
- /* Very specifically chosen to be the height if 2 lines h3 and 1 line p.
1018
- If we then switch to 1 line h3 and 2 lines p, we don't resize. */
1019
- min-height: 76px;
1020
- `,ha=jt.default.div`
1288
+ `,Na=Zt.default.div`
1021
1289
  display: flex;
1022
1290
  flex-direction: column;
1023
1291
  justify-content: center;
@@ -1040,7 +1308,7 @@ Resources:
1040
1308
  left: -19px;
1041
1309
  top: -19px;
1042
1310
  }
1043
- `,Sr=jt.default.button`
1311
+ `,Oa=Zt.default.button`
1044
1312
  && {
1045
1313
  padding: 12px 16px;
1046
1314
  font-weight: 500;
@@ -1052,7 +1320,7 @@ Resources:
1052
1320
  opacity: ${t=>t.visible?"1":"0"};
1053
1321
  transition: opacity 200ms;
1054
1322
  }
1055
- `;var Ie=require("react/jsx-runtime"),gi=()=>{let{navigateBack:t}=C();return(0,Ie.jsxs)(Ie.Fragment,{children:[(0,Ie.jsx)(_,{backFn:t},"header"),(0,Ie.jsx)(Lr,{}),(0,Ie.jsxs)(xe,{children:[(0,Ie.jsx)("span",{children:"Still not sure? "}),(0,Ie.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var Oo=x(require("styled-components")),Pt=require("react");var H=require("react/jsx-runtime"),yi=()=>{let[t,e]=(0,Pt.useState)(!1),[o,r]=(0,Pt.useState)(""),{activeStatus:n,closePrivyModal:i}=k();(0,Pt.useEffect)(()=>{!n||(n.error?r(n.error):n.success&&e(!0))},[n]),(0,Pt.useEffect)(()=>{if(t){let m=setTimeout(i,me);return()=>clearTimeout(m)}},[t]);let s=n!=null&&n.address?`Please connect and select the wallet ${rt(n.address)} in MetaMask.`:"Please connect and select the right wallet in MetaMask.",a=t?`${rt(n==null?void 0:n.address)} is now active.`:s;return(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)(_,{},"header"),(0,H.jsxs)(ma,{children:[(0,H.jsx)(ga,{children:(0,H.jsxs)("div",{children:[(0,H.jsx)(vt,{success:t,fail:!!o}),(m=>{switch(m){case"metamask":return(0,H.jsx)(Te,{style:{width:"38px",height:"38px"}});case"wallet_connect":return(0,H.jsx)(yt,{style:{width:"38px",height:"38px"}});case"coinbase_wallet":return(0,H.jsx)(We,{style:{width:"38px",height:"38px"}});default:return(0,H.jsx)(Te,{style:{width:"38px",height:"38px"}})}})((n==null?void 0:n.walletType)||"metamask")]})}),(0,H.jsxs)(fa,{children:[(0,H.jsx)("h3",{children:t?"Wallet updated successfully":"Update your active wallet"}),(0,H.jsx)("p",{children:a}),o&&(0,H.jsx)("p",{children:o})]}),(0,H.jsx)(xe,{})]})]})},ma=Oo.default.div`
1323
+ `;var It=require("react"),No=E(require("styled-components"));var H=require("react/jsx-runtime"),Wn=()=>{let[t,e]=(0,It.useState)(!1),[o,r]=(0,It.useState)(""),{activeStatus:i,closePrivyModal:n}=S();(0,It.useEffect)(()=>{!i||(i.error?r(i.error):i.success&&e(!0))},[i]),(0,It.useEffect)(()=>{if(t){let m=setTimeout(n,he);return()=>clearTimeout(m)}},[t]);let s=i!=null&&i.address?`Please connect and select the wallet ${rt(i.address)} in MetaMask.`:"Please connect and select the right wallet in MetaMask.",a=t?`${rt(i==null?void 0:i.address)} is now active.`:s;return(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)(P,{},"header"),(0,H.jsxs)(Ua,{children:[(0,H.jsx)(Fa,{children:(0,H.jsxs)("div",{children:[(0,H.jsx)(Ct,{success:t,fail:!!o}),(m=>{switch(m){case"metamask":return(0,H.jsx)(We,{style:{width:"38px",height:"38px"}});case"wallet_connect":return(0,H.jsx)(bt,{style:{width:"38px",height:"38px"}});case"coinbase_wallet":return(0,H.jsx)(Te,{style:{width:"38px",height:"38px"}});default:return(0,H.jsx)(We,{style:{width:"38px",height:"38px"}})}})((i==null?void 0:i.walletType)||"metamask")]})}),(0,H.jsxs)(Da,{children:[(0,H.jsx)("h3",{children:t?"Wallet updated successfully":"Update your active wallet"}),(0,H.jsx)("p",{children:a}),o&&(0,H.jsx)("p",{children:o})]}),(0,H.jsx)(xe,{})]})]})},Ua=No.default.div`
1056
1324
  display: flex;
1057
1325
  flex-direction: column;
1058
1326
  align-items: center;
@@ -1060,11 +1328,11 @@ Resources:
1060
1328
  margin-left: 27px;
1061
1329
  margin-right: 27px;
1062
1330
  gap: 24px;
1063
- `,fa=Oo.default.div`
1331
+ `,Da=No.default.div`
1064
1332
  display: flex;
1065
1333
  flex-direction: column;
1066
1334
  gap: 8px;
1067
- `,ga=Oo.default.div`
1335
+ `,Fa=No.default.div`
1068
1336
  display: flex;
1069
1337
  flex-direction: column;
1070
1338
  justify-content: center;
@@ -1087,19 +1355,19 @@ Resources:
1087
1355
  left: -19px;
1088
1356
  top: -19px;
1089
1357
  }
1090
- `;var Re=require("react/jsx-runtime"),wi=()=>{let{navigateBack:t}=C();return(0,Re.jsxs)(Re.Fragment,{children:[(0,Re.jsx)(_,{backFn:t},"header"),(0,Re.jsx)(Ar,{}),(0,Re.jsxs)(xe,{children:[(0,Re.jsx)("span",{children:"Still not sure? "}),(0,Re.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var Xe=x(require("styled-components"));var Zt=require("react");var Pr=require("react/jsx-runtime"),kt=({style:t,color:e,...o})=>(0,Pr.jsx)("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:(0,Pr.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})});var re=require("react/jsx-runtime"),vi=()=>{let{authenticated:t,getAccessToken:e,user:o}=q(),{walletProxy:r,closePrivyModal:n}=k(),{navigate:i,data:s}=C(),[a,h]=(0,Zt.useState)(!1),[m,E]=(0,Zt.useState)("");(0,Zt.useEffect)(()=>{t||(i("LANDING"),y(new Error("User must be authenticated before signing with a Privy wallet")))},[t]);let{message:A,onSuccess:f,onFailure:y,uiOptions:g}=s.signMessage,d=Ne(o),M=!r,O={title:g.title||"Sign message",description:g.description||"Signing this message will not cost you any fees.",buttonText:g.buttonText||"Sign and continue"};return(0,re.jsxs)(re.Fragment,{children:[(0,re.jsx)(_,{onClose:()=>n({shouldCallAuthOnSuccess:!1})}),(0,re.jsxs)(ya,{children:[(0,re.jsxs)("div",{children:[(0,re.jsx)(ce,{title:O.title,description:O.description}),(0,re.jsx)(wa,{children:A}),(0,re.jsx)(va,{fail:!0,children:m})]}),(0,re.jsx)(ba,{success:a,loading:M,disabled:a,onClick:async()=>{let N=await e();if(N&&!M&&d)try{let{signature:S}=await r.sign({accessToken:N,address:d==null?void 0:d.address,message:A});E(""),f(S),h(!0),setTimeout(()=>{n({shouldCallAuthOnSuccess:!1})},me)}catch(S){E("An error has occurred, please try again."),y(S)}},children:a?(0,re.jsxs)(Ca,{children:[(0,re.jsx)(kt,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",(0,re.jsx)("span",{children:"Success"})]}):O.buttonText})]}),(0,re.jsx)(oe,{protectedByPrivy:!0})]})},ya=Xe.default.div`
1358
+ `;var qt=require("react"),Qe=E(require("styled-components"));var oe=require("react/jsx-runtime"),In=()=>{let{authenticated:t,getAccessToken:e,user:o}=q(),{walletProxy:r,closePrivyModal:i}=S(),{navigate:n,data:s}=C(),[a,h]=(0,qt.useState)(!1),[m,L]=(0,qt.useState)("");(0,qt.useEffect)(()=>{t||(n("LANDING"),y(new Error("User must be authenticated before signing with a Privy wallet")))},[t]);let{message:_,onSuccess:f,onFailure:y,uiOptions:g}=s.signMessage,d=Me(o),R=!r,D={title:g.title||"Sign message",description:g.description||"Signing this message will not cost you any fees.",buttonText:g.buttonText||"Sign and continue"};return(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsx)(P,{onClose:()=>i({shouldCallAuthOnSuccess:!1})}),(0,oe.jsxs)(Ga,{children:[(0,oe.jsxs)("div",{children:[(0,oe.jsx)(ce,{title:D.title,description:D.description}),(0,oe.jsx)(Ba,{children:_}),(0,oe.jsx)(Va,{fail:!0,children:m})]}),(0,oe.jsx)(za,{success:a,loading:R,disabled:a,onClick:async()=>{let M=await e();if(M&&!R&&d)try{let{signature:x}=await r.sign({accessToken:M,address:d==null?void 0:d.address,message:_});L(""),f(x),h(!0),setTimeout(()=>{i({shouldCallAuthOnSuccess:!1})},he)}catch(x){L("An error has occurred, please try again."),y(x)}},children:a?(0,oe.jsxs)(Ha,{children:[(0,oe.jsx)(Et,{style:{height:"0.9rem",width:"0.9rem"},strokeWidth:2})," ",(0,oe.jsx)("span",{children:"Success"})]}):D.buttonText})]}),(0,oe.jsx)(Q,{protectedByPrivy:!0})]})},Ga=Qe.default.div`
1091
1359
  display: flex;
1092
1360
  height: 100%;
1093
1361
  flex-direction: column;
1094
1362
  justify-content: space-between;
1095
- `,wa=Xe.default.div`
1363
+ `,Ba=Qe.default.div`
1096
1364
  background-color: var(--light-theme-bg-2);
1097
1365
  border-radius: 8px;
1098
1366
  padding: 12px;
1099
1367
  text-align: left;
1100
1368
  max-height: 310px;
1101
1369
  overflow: scroll;
1102
- `,va=Xe.default.div`
1370
+ `,Va=Qe.default.div`
1103
1371
  line-height: 20px;
1104
1372
  height: 20px;
1105
1373
  font-size: 13px;
@@ -1108,201 +1376,20 @@ Resources:
1108
1376
  justify-content: flex-start;
1109
1377
  width: 100%;
1110
1378
  margin-top: 4px;
1111
- `,Ca=Xe.default.span`
1379
+ `,Ha=Qe.default.span`
1112
1380
  display: flex;
1113
1381
  align-items: center;
1114
1382
  gap: 8px;
1115
- `,ba=(0,Xe.default)(Je)`
1383
+ `,za=(0,Qe.default)(Ke)`
1116
1384
  transition: color 350ms ease, background-color 350ms ease;
1117
1385
 
1118
- ${t=>t.success&&Xe.css`
1386
+ ${t=>t.success&&Qe.css`
1119
1387
  &&&& {
1120
1388
  background-color: var(--success-light);
1121
1389
  color: var(--light-theme-bg-1);
1122
1390
  }
1123
1391
  `}
1124
- `;var Uo=x(require("styled-components")),Qe=require("react");var kr=require("react/jsx-runtime"),Ci=({style:t,...e})=>(0,kr.jsx)("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:(0,kr.jsx)("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"})});var pe=require("react/jsx-runtime"),Tt=6,xa=new Array(Tt).fill("");function Ea(t){return t.replace(/\s+/g,"")}function Tr(t){return/^[a-zA-Z0-9]{1}$/.test(t)}function La(t){return/^[a-zA-Z]{1}$/.test(t)}function Aa(t){return/^[a-z]{1}$/.test(t)}function bi(t){return t.length===Tt&&t.every(Tr)}function _a(t,e){return t.reduce((o,r)=>o+Number(e(r)),0)}function Sa(){return crypto.getRandomValues(new Uint8Array(1))[0]}function Pa(){let t="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",e=[];for(;e.length<Tt;){let o=Sa();o>247||e.push(t.charAt(o%62))}return e.join("")}var xi=({onChange:t,disabled:e,readOnly:o,errorReasonOverride:r})=>{let[n,i]=(0,Qe.useState)(xa),[s,a]=(0,Qe.useState)(null),[h,m]=(0,Qe.useState)(null),E=f=>{var W;let y=Ea(f.currentTarget.value);if(y==="")return;let g=_a(n,Tr),d=y.split(""),M=!d.every(Tr),O=d.length+g>Tt;if(M){a("PIN can only be letters and numbers"),m(1);return}if(O){a("PIN must be exactly 6 letters and numbers"),m(1);return}a(null),m(null);let N=Number((W=f.currentTarget.name)==null?void 0:W.charAt(4)),S=[...y||[""]].slice(0,Tt-N),P=[...n.slice(0,N),...S,...n.slice(N+S.length)];i(P);let D=S.length,ue=Math.min(Math.max(N+D,0),Tt-1),X=document.querySelector(`input[name=pin-${ue}]`),z=S[S.length-1]||"";if(La(z)&&(Aa(z)?X.autocapitalize="none":X.autocapitalize="on"),X==null||X.focus(),bi(P)){let Se=document.querySelector(`input[name=pin-${ue}]`);Se==null||Se.blur(),t(P.join(""))}else t(null);f.preventDefault()},A=f=>{h===1&&(a(null),m(null));let y=[...n.slice(0,f),"",...n.slice(f+1)];if(i(y),f>0){let g=document.querySelector(`input[name=pin-${f-1}]`);g==null||g.focus()}bi(y)?t(y.join("")):t(null)};return(0,pe.jsxs)(pe.Fragment,{children:[(0,pe.jsxs)(ka,{children:[(0,pe.jsx)(Ta,{fail:!!r||!!s,children:r||s||"PIN can be letters and numbers"}),(0,pe.jsx)("div",{children:n.map((f,y)=>(0,pe.jsx)("input",{name:`pin-${y}`,type:"text",value:n[y],onChange:E,onKeyUp:g=>{g.key==="Backspace"&&A(y)},inputMode:"text",autoFocus:y===0,pattern:"[a-zA-Z0-9]",className:s?"fail":"",autoComplete:"off",disabled:e||o,autoCapitalize:"none"},y))})]}),!o&&(0,pe.jsx)(Wa,{disabled:e,onClick:()=>{let f=Pa();i([...f]),t(f)}})]})},ka=Uo.default.div`
1125
- display: flex;
1126
- flex-direction: column;
1127
- width: 100%;
1128
- gap: 8px;
1129
-
1130
- ${_t}[data-height='medium'] & {
1131
- margin-top: 22px;
1132
- }
1133
-
1134
- @media (max-width: 440px) {
1135
- margin-top: 8px;
1136
- margin-bottom: 8px;
1137
- }
1138
-
1139
- > div:nth-child(2) {
1140
- display: flex;
1141
- justify-content: space-between;
1142
- width: 100%;
1143
- border-radius: 6px;
1144
-
1145
- > input {
1146
- border: 1px solid var(--border-color-1);
1147
- background: var(--light-theme-bg-1);
1148
- border-radius: 6px;
1149
- padding: 8px 10px;
1150
- height: 58px;
1151
- width: 46px;
1152
- text-align: center;
1153
- font-size: 18px;
1154
- }
1155
-
1156
- > input:disabled {
1157
- /* Use --light-theme-bg-2 instead of disabled-bg for consistency with
1158
- the callout bubble */
1159
- background: var(--light-theme-bg-2);
1160
- }
1161
-
1162
- > input:focus {
1163
- border: 1px solid var(--primary-color);
1164
- }
1165
-
1166
- > input:invalid {
1167
- border: 1px solid var(--fail-dark);
1168
- }
1169
-
1170
- > input.fail {
1171
- border: 1px solid var(--fail-dark);
1172
- animation: shake 180ms;
1173
- animation-iteration-count: 2;
1174
- }
1175
- }
1176
-
1177
- @keyframes shake {
1178
- 0% {
1179
- transform: translate(1px, 0px);
1180
- }
1181
- 33% {
1182
- transform: translate(-1px, 0px);
1183
- }
1184
- 67% {
1185
- transform: translate(-1px, 0px);
1186
- }
1187
- 100% {
1188
- transform: translate(1px, 0px);
1189
- }
1190
- }
1191
- `,Ta=Uo.default.div`
1192
- line-height: 20px;
1193
- height: 20px;
1194
- font-size: 13px;
1195
- color: ${t=>t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
1196
- display: flex;
1197
- justify-content: flex-end;
1198
- width: 100%;
1199
- `,Wa=({onClick:t,disabled:e,...o})=>{let[r,n]=(0,Qe.useState)(!1),[i,s]=(0,Qe.useState)();return(0,Qe.useEffect)(()=>{e&&i&&clearTimeout(i),s(void 0)},[e]),(0,pe.jsxs)(Ia,{onClick:a=>{i&&clearTimeout(i),n(!0),t==null||t(a),s(setTimeout(()=>n(!1),1e3))},justGenerated:r,disabled:e,...o,children:[r?(0,pe.jsx)(kt,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):(0,pe.jsx)(Ci,{style:{height:"14px",width:"14px"}}),r?"Generated":"Generate"," PIN"]})},Ia=Uo.default.button`
1200
- display: flex;
1201
- align-items: center;
1202
- gap: 6px;
1203
-
1204
- && {
1205
- margin: 8px 2px;
1206
- font-size: 14px;
1207
- color: ${t=>t.justGenerated?"var(--light-theme-fg-1)":"var(--light-theme-fg-3)"};
1208
- font-weight: ${t=>t.justGenerated?"medium":"normal"};
1209
- transition: color 350ms ease;
1210
-
1211
- :focus,
1212
- :active {
1213
- background-color: transparent;
1214
- border: none;
1215
- outline: none;
1216
- box-shadow: none;
1217
- }
1218
-
1219
- :hover {
1220
- color: ${t=>t.justGenerated?"var(--light-theme-fg-1)":"var(--light-theme-fg-2)"};
1221
- }
1222
-
1223
- :active {
1224
- color: var(--light-theme-fg-1);
1225
- font-weight: medium;
1226
- }
1227
-
1228
- @media (max-width: 440px) {
1229
- margin: 12px 2px;
1230
- }
1231
- }
1232
-
1233
- svg {
1234
- width: 14px;
1235
- height: 14px;
1236
- }
1237
- `;var Wt=require("react");var Wr=x(require("styled-components"));var Li=require("react"),Ai=x(require("styled-components"));var Do=require("react/jsx-runtime"),Ei=({color:t,...e})=>(0,Do.jsx)("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:(0,Do.jsx)("g",{children:(0,Do.jsx)("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"})})});var qt=require("react/jsx-runtime"),Fo=t=>{let[e,o]=(0,Li.useState)(!1);return(0,qt.jsxs)(Ra,{onClick:()=>{o(!0),navigator.clipboard.writeText(t.text),setTimeout(()=>o(!1),1500)},justCopied:e,children:[e?(0,qt.jsx)(kt,{style:{height:"14px",width:"14px"},strokeWidth:"2"}):(0,qt.jsx)(Ei,{style:{height:"14px",width:"14px"}}),e?"Copied":"Copy"," ",t.itemName?t.itemName:"to Clipboard"]})},Ra=Ai.default.button`
1238
- display: flex;
1239
- align-items: center;
1240
- gap: 6px;
1241
-
1242
- && {
1243
- margin: 8px 2px;
1244
- font-size: 14px;
1245
- color: ${t=>t.justCopied?"var(--light-theme-fg-1)":"var(--light-theme-fg-3)"};
1246
- font-weight: ${t=>t.justCopied?"medium":"normal"};
1247
- transition: color 350ms ease;
1248
-
1249
- :focus,
1250
- :active {
1251
- background-color: transparent;
1252
- border: none;
1253
- outline: none;
1254
- box-shadow: none;
1255
- }
1256
-
1257
- :hover {
1258
- color: ${t=>t.justCopied?"var(--light-theme-fg-1)":"var(--light-theme-fg-2)"};
1259
- }
1260
-
1261
- :active {
1262
- color: var(--light-theme-fg-1);
1263
- font-weight: medium;
1264
- }
1265
-
1266
- @media (max-width: 440px) {
1267
- margin: 12px 2px;
1268
- }
1269
- }
1270
-
1271
- svg {
1272
- width: 14px;
1273
- height: 14px;
1274
- }
1275
- `;var J=require("react/jsx-runtime"),_i=()=>{let{authenticated:t,getAccessToken:e,user:o}=q(),{walletProxy:r,refreshUser:n,closePrivyModal:i}=k(),{navigate:s,data:a}=C(),[h,m]=(0,Wt.useState)(null),[E,A]=(0,Wt.useState)(""),[f,y]=(0,Wt.useState)(!1),{onFailure:g}=a.createWallet;(0,Wt.useEffect)(()=>{t||(s("LANDING"),g(new Error("User must be authenticated before creating a Privy wallet")))},[t]);let d=()=>{g(new Error("User exited before creating a wallet")),i({shouldCallAuthOnSuccess:!1})},M=P=>{m(P)},O=Ne(o),N=O?()=>{y(!0),setTimeout(()=>{y(!1),s("EMBEDDED_WALLET_CREATED_SCREEN")},350)}:async()=>{y(!0);let P=await e();if(P&&h!==null)try{await(r==null?void 0:r.create({accessToken:P,recoveryPin:h})),A(""),await n()}catch(D){A("An error has occurred, please try again."),console.error(D)}finally{y(!1)}},S=!!O;return(0,J.jsxs)(J.Fragment,{children:[(0,J.jsx)(_,{onClose:d}),(0,J.jsxs)(Ma,{children:[(0,J.jsxs)("div",{children:[(0,J.jsx)(ce,{title:S?"Secure your PIN":"Set your PIN",description:S?"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."}),(0,J.jsx)(xi,{onChange:M,disabled:f,readOnly:S,errorReasonOverride:E}),S?(0,J.jsx)(Fo,{text:h||""}):null]}),(0,J.jsxs)(Na,{children:[(0,J.jsx)("h4",{children:"Why am I doing this?"}),S?(0,J.jsx)("p",{children:"This PIN allows you to access your wallet across devices. If you lose it, there is no way to recover your wallet."}):(0,J.jsx)("p",{children:"A digital wallet is being created on this device for your account. This PIN allows you to access it across devices."})]}),(0,J.jsx)(Je,{loading:f||!r,disabled:!h,onClick:N,warn:S,children:S?"I have saved my PIN":"Create your wallet"})]}),(0,J.jsx)(oe,{protectedByPrivy:!0})]})},Ma=Wr.default.div`
1276
- display: flex;
1277
- height: 100%;
1278
- flex-direction: column;
1279
- justify-content: space-between;
1280
- `,Na=Wr.default.div`
1281
- display: flex;
1282
- flex-direction: column;
1283
- justify-content: flex-start;
1284
- align-items: flex-start;
1285
- text-align: left;
1286
- gap: 8px;
1287
- padding: 16px;
1288
- margin-top: 16px;
1289
- margin-bottom: 16px;
1290
- width: 100%;
1291
- background: var(--light-theme-bg-2);
1292
- border-radius: var(--border-radius-md);
1293
-
1294
- && h4 {
1295
- color: var(--light-theme-fg-3);
1296
- font-size: 14px;
1297
- text-decoration: underline;
1298
- font-weight: medium;
1299
- }
1300
-
1301
- && p {
1302
- color: var(--light-theme-fg-3);
1303
- font-size: 14px;
1304
- }
1305
- `;var Si=x(require("styled-components"));var ki=require("react/jsx-runtime"),Pi=t=>{let e=t.accentColor||"#696ffd";return(0,ki.jsx)(Oa,{accentColor:e,children:t.children})},Oa=Si.default.div`
1392
+ `;var Rn=E(require("styled-components"));var Nn=require("react/jsx-runtime"),Mn=t=>{let e=t.accentColor||"#696ffd";return(0,Nn.jsx)($a,{accentColor:e,children:t.children})},$a=Rn.default.div`
1306
1393
  /*! Modified from https://unpkg.com/tailwindcss@3.2.3/src/css/preflight.css */
1307
1394
 
1308
1395
  *,
@@ -1543,7 +1630,7 @@ Resources:
1543
1630
 
1544
1631
  --primary-color: ${t=>t.accentColor};
1545
1632
  /* Same as primary color, but can be used with rgba */
1546
- --primary-color-rgb: ${t=>`${io(t.accentColor).r}, ${io(t.accentColor).g}, ${io(t.accentColor).b}`};
1633
+ --primary-color-rgb: ${t=>`${no(t.accentColor).r}, ${no(t.accentColor).g}, ${no(t.accentColor).b}`};
1547
1634
  --primary-color-bg-1: rgba(var(--primary-color-rgb), 0.15);
1548
1635
  --primary-color-bg-2: rgba(var(--primary-color-rgb), 0.2);
1549
1636
 
@@ -1614,94 +1701,7 @@ Resources:
1614
1701
  display: none;
1615
1702
  }
1616
1703
  }
1617
- `;var Fi=require("react");var It=require("react");var Kt=x(require("styled-components"));var ie=require("react/jsx-runtime"),Ti={google:{name:"Google",component:So},discord:{name:"Discord",component:Ao},github:{name:"Github",component:_o},twitter:{name:"Twitter",component:Lo}},Ua=t=>t.charAt(0).toUpperCase()+t.slice(1),Ir=()=>{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)},Wi=()=>{var S;let{ready:t,user:e,authenticated:o}=q(),{data:r,setModalData:n,navigate:i}=C(),{getAuthMeta:s,initLoginWithOAuth:a,loginWithOAuth:h,closePrivyModal:m}=k(),[E,A]=(0,It.useState)(!1),[f,y]=(0,It.useState)(void 0),g=((S=s())==null?void 0:S.provider)||"google",d=Ti[g].name,M=Ti[g].component;(0,It.useEffect)(()=>{!t||h().then(()=>{Ir(),A(!0)}).catch(P=>{let D={retryable:!1,message:"Authentication failed."};P.message.includes("Another user has already linked this")?D.detail="This account has already been linked to another user.":P.message==="Invalid code during oauth flow."?(D.retryable=!0,D.detail="Something went wrong. Try again."):P.message==="User denied confirmation during OAuth flow"&&(D.detail=`Retry and check ${Ua(g)} to finish connecting your account.`,D.retryable=!0),Ir(),y(D)})},[t]),(0,It.useEffect)(()=>{var ue;if(!(o&&E&&e))return;if(((ue=r==null?void 0:r.login)==null?void 0:ue.promptCreatePrivyWalletFlow)&&!e.wallet){let X=setTimeout(()=>{n({createWallet:{onSuccess:()=>m({shouldCallAuthOnSuccess:!0}),onFailure:z=>console.error(z)}}),i("EMBEDDED_WALLET_SCREEN")},me-500);return()=>clearTimeout(X)}else{let X=setTimeout(m,me);return()=>clearTimeout(X)}},[E]);let O=E?`Successfully connected with ${d}`:f?f.message:`Verifying connection to ${d}`,N="";return E?N="You\u2019re good to go!":f?N=f.detail:N="Just a few moments more",(0,ie.jsxs)(ie.Fragment,{children:[(0,ie.jsx)(_,{}),(0,ie.jsxs)(Da,{children:[(0,ie.jsx)(Ga,{children:(0,ie.jsxs)("div",{children:[(0,ie.jsx)(vt,{success:E,fail:!!f}),(0,ie.jsx)(M,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),(0,ie.jsxs)(Fa,{children:[(0,ie.jsx)("h3",{children:O}),(0,ie.jsx)("p",{children:N})]}),(0,ie.jsx)(Ba,{onClick:()=>{Ir(),a(g),y(void 0)},visible:!E&&(f==null?void 0:f.retryable),disabled:!E&&!(f!=null&&f.retryable),children:"Retry"})]})]})},Da=Kt.default.div`
1618
- display: flex;
1619
- flex-direction: column;
1620
- align-items: center;
1621
- justify-content: center;
1622
- margin-left: 27px;
1623
- margin-right: 27px;
1624
- gap: 24px;
1625
- `,Fa=Kt.default.div`
1626
- display: flex;
1627
- flex-direction: column;
1628
- gap: 8px;
1629
- `,Ga=Kt.default.div`
1630
- display: flex;
1631
- flex-direction: column;
1632
- justify-content: center;
1633
- align-items: center;
1634
- width: 100%;
1635
- height: 82px;
1636
-
1637
- > div {
1638
- position: relative;
1639
- }
1640
-
1641
- > div > span {
1642
- position: absolute;
1643
- left: -41px;
1644
- top: -41px;
1645
- }
1646
-
1647
- > div > svg {
1648
- position: absolute;
1649
- left: -19px;
1650
- top: -19px;
1651
- }
1652
- `,Ba=Kt.default.button`
1653
- && {
1654
- padding: 12px 16px;
1655
- font-weight: 500;
1656
- text-align: center;
1657
- color: var(--primary-color);
1658
- background-color: var(--primary-color-bg-1);
1659
- border-radius: var(--border-radius-sm);
1660
- min-width: 144px;
1661
- opacity: ${t=>t.visible?"1":"0"};
1662
- transition: opacity 200ms;
1663
- }
1664
- `;var Le=require("react/jsx-runtime"),Ii=()=>{let{app:t}=C();return(0,Le.jsxs)(Le.Fragment,{children:[(0,Le.jsx)(_,{},"header"),(0,Le.jsx)(Lt,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:(0,Le.jsx)(Po,{})}),(0,Le.jsx)($e,{children:(0,Le.jsx)(To,{stacked:!0})}),(0,Le.jsx)(oe,{protectedByPrivy:!0})]})};var Ae=require("react/jsx-runtime"),Ri=()=>{let{app:t}=C();return(0,Ae.jsxs)(Ae.Fragment,{children:[(0,Ae.jsx)(_,{},"header"),(0,Ae.jsx)(Lt,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:(0,Ae.jsx)(Wo,{})}),(0,Ae.jsx)($e,{children:(0,Ae.jsx)(Io,{stacked:!0})}),(0,Ae.jsx)(oe,{protectedByPrivy:!0})]})};var _e=require("react/jsx-runtime"),Mi=()=>{let{linkingHint:t}=k(),{app:e}=C(),o=t?`Select the wallet with ${rt(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(0,_e.jsxs)(_e.Fragment,{children:[(0,_e.jsx)(_,{},"header"),(0,_e.jsx)(Vn,{title:`${t?"Reconnect":"Connect"} your wallet`,description:o}),(0,_e.jsxs)($e,{children:[(0,_e.jsx)(bo,{}),(0,_e.jsx)(xo,{})]}),(0,_e.jsx)(oe,{protectedByPrivy:!0})]})};var lt=x(require("styled-components"));var c=require("react/jsx-runtime"),Ni=()=>(0,c.jsxs)("svg",{width:"332",height:"128",viewBox:"0 0 332 128",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,c.jsxs)("g",{clipPath:"url(#clip0_39_1593)",children:[(0,c.jsx)("g",{clipPath:"url(#clip1_39_1593)",children:(0,c.jsxs)("g",{filter:"url(#filter0_b_39_1593)",children:[(0,c.jsxs)("linearGradient",{id:"background-gradient",children:[(0,c.jsx)("stop",{offset:"0%",stopColor:"#fed8f4",children:(0,c.jsx)("animate",{attributeName:"stop-color",values:"#fed8f4; #ffe5d0; #fed8f4;",dur:"4.97s",repeatCount:"indefinite"})}),(0,c.jsx)("stop",{offset:"33%",stopColor:"#ffe5d0",children:(0,c.jsx)("animate",{attributeName:"stop-color",values:"#ffe5d0; #ffcdf3; #ffe5d0;",dur:"5.11s",repeatCount:"indefinite"})}),(0,c.jsx)("stop",{offset:"67%",stopColor:"#ffcdf3",children:(0,c.jsx)("animate",{attributeName:"stop-color",values:"#ffcdf3; #d0fcf5; #ffcdf3;",dur:"4.95s",repeatCount:"indefinite"})}),(0,c.jsx)("stop",{offset:"100%",stopColor:"#d0fcf5",children:(0,c.jsx)("animate",{attributeName:"stop-color",values:"#d0fcf5; #fed8f4; #d0fcf5;",dur:"5.03s",repeatCount:"indefinite"})})]}),(0,c.jsx)("rect",{width:301,height:112,transform:"translate(16 16)",fill:"url(#background-gradient)"})]})}),(0,c.jsx)("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)"}),(0,c.jsx)("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)"}),(0,c.jsx)("path",{d:"M326.717 118.136L252.77 127.539L235.18 119.003L310.771 102.693L326.717 118.136Z",fill:"url(#paint2_linear_39_1593)"}),(0,c.jsx)("path",{d:"M310.771 102.694L235.18 119.003L242.069 98.9263L313.117 73.333L310.771 102.694Z",fill:"url(#paint3_linear_39_1593)"}),(0,c.jsx)("path",{d:"M327.241 91.1526L326.718 118.136L310.771 102.694L313.118 73.333L327.241 91.1526Z",fill:"url(#paint4_linear_39_1593)"}),(0,c.jsx)("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)"}),(0,c.jsx)("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)"}),(0,c.jsx)("path",{d:"M55.7664 36.3772L99.4204 23.8945L36.0542 110.093L6 100.495L55.7515 36.3772H55.7664Z",fill:"url(#paint7_linear_39_1593)"}),(0,c.jsx)("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)"}),(0,c.jsx)("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)"}),(0,c.jsx)("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)"})]}),(0,c.jsxs)("defs",{children:[(0,c.jsxs)("filter",{id:"filter0_b_39_1593",x:"-76",y:"-76",width:"485",height:"296",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[(0,c.jsx)("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),(0,c.jsx)("feGaussianBlur",{in:"BackgroundImageFix",stdDeviation:"46"}),(0,c.jsx)("feComposite",{in2:"SourceAlpha",operator:"in",result:"effect1_backgroundBlur_39_1593"}),(0,c.jsx)("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_backgroundBlur_39_1593",result:"shape"})]}),(0,c.jsxs)("linearGradient",{id:"paint0_linear_39_1593",x1:"187.753",y1:"56.8365",x2:"173.389",y2:"118.39",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#2D2068"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,c.jsxs)("linearGradient",{id:"paint1_linear_39_1593",x1:"162.8",y1:"69.9911",x2:"171.997",y2:"54.1167",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint2_linear_39_1593",x1:"248.905",y1:"127.208",x2:"254.292",y2:"100.947",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint3_linear_39_1593",x1:"246.866",y1:"118.395",x2:"265.49",y2:"76.3396",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint4_linear_39_1593",x1:"321.183",y1:"75.7837",x2:"300.239",y2:"117.543",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#2D2068"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,c.jsxs)("linearGradient",{id:"paint5_linear_39_1593",x1:"90.6771",y1:"29.8515",x2:"62.6626",y2:"150.379",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#2D2068"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,c.jsxs)("linearGradient",{id:"paint6_linear_39_1593",x1:"14.7397",y1:"132.355",x2:"27.4593",y2:"102.104",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint7_linear_39_1593",x1:"20.0079",y1:"108.945",x2:"64.5521",y2:"45.0635",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint8_linear_39_1593",x1:"126.988",y1:"103.836",x2:"119.744",y2:"142.156",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#2D2068"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#4F3D9A"})]}),(0,c.jsxs)("linearGradient",{id:"paint9_linear_39_1593",x1:"109.17",y1:"124.125",x2:"121.135",y2:"106.662",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsxs)("linearGradient",{id:"paint10_linear_39_1593",x1:"196.556",y1:"38.8404",x2:"216.303",y2:"-13.8631",gradientUnits:"userSpaceOnUse",children:[(0,c.jsx)("stop",{stopColor:"#4F3D9A"}),(0,c.jsx)("stop",{offset:"1",stopColor:"#160B45"})]}),(0,c.jsx)("clipPath",{id:"clip0_39_1593",children:(0,c.jsx)("rect",{width:"332",height:"128",fill:"white"})}),(0,c.jsx)("clipPath",{id:"clip1_39_1593",children:(0,c.jsx)("rect",{x:"16",y:"16",width:"301",height:"112",rx:"8",fill:"white"})})]})]});var B=require("react/jsx-runtime"),Oi=()=>{var E;let{user:t}=q(),{closePrivyModal:e}=k(),{data:o}=C(),r=Ne(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",h="You\u2019re all set! This wallet is all yours and can only ever be accessed by you.",m=rt(r.address);return(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(_,{onClose:s}),(0,B.jsxs)(Va,{children:[(0,B.jsxs)("div",{children:[(0,B.jsx)(ce,{title:a,description:h}),(0,B.jsxs)(Ha,{children:[(0,B.jsx)(Ni,{}),(0,B.jsxs)(za,{children:[(0,B.jsx)("p",{children:((E=t==null?void 0:t.email)==null?void 0:E.address)||""}),(0,B.jsxs)($a,{children:[(0,B.jsx)(ja,{children:m})," ",(0,B.jsx)(Eo,{color:"var(--light-theme-bg-1)"})]})]})]}),(0,B.jsx)(Za,{children:(0,B.jsx)(Fo,{text:r.address,itemName:"Address"})})]}),(0,B.jsx)(Je,{onClick:s,children:"I\u2019m all set"})]}),(0,B.jsx)(oe,{protectedByPrivy:!0})]})},Va=lt.default.div`
1665
- display: flex;
1666
- height: 100%;
1667
- flex-direction: column;
1668
- justify-content: space-between;
1669
-
1670
- @media (max-width: 440px) {
1671
- gap: 24px;
1672
- }
1673
- `,Ha=lt.default.div`
1674
- width: 100%;
1675
- background-color: #160b45;
1676
- border-radius: 8px;
1677
- margin-bottom: 8px;
1678
- svg {
1679
- width: 100%;
1680
- height: auto;
1681
- }
1682
- `,za=lt.default.div`
1683
- display: flex;
1684
- text-align: left;
1685
- flex-direction: column;
1686
- padding: 22px 16px 16px 16px;
1687
- width: 100%;
1688
-
1689
- > p {
1690
- font-size: 14px;
1691
- color: var(--light-theme-bg-1);
1692
- opacity: 0.65;
1693
- }
1694
- `,$a=lt.default.div`
1695
- display: flex;
1696
- justify-content: space-between;
1697
- width: 100%;
1698
- `,ja=lt.default.span`
1699
- font-size: 17px;
1700
- color: #fff;
1701
- `,Za=lt.default.div`
1702
- display: flex;
1703
- justify-content: center;
1704
- `;var Bo=require("body-scroll-lock"),T=require("react/jsx-runtime"),qa=()=>{let{ready:t}=q(),{isLinking:e}=k(),{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,h;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN","ALLOWLIST_REJECTION_SCREEN","SETTING_ACTIVE_WALLET"].includes(r)||a&&r==="LANDING"?h="compact":"WALLET_EDUCATION"===r?h="full":e?h="medium":h="full",!t||!o?(0,T.jsxs)(_t,{"data-height":h,children:[(0,T.jsx)(_,{}),(0,T.jsx)(Ya,{children:(0,T.jsx)(Vt,{})}),(0,T.jsx)(xe,{})]}):(0,T.jsxs)(_t,{"data-height":h,children:[r==="LANDING"&&(0,T.jsx)(Fn,{}),r==="AWAITING_PASSWORDLESS_CODE"&&(0,T.jsx)(jn,{}),r==="SETTING_ACTIVE_WALLET"&&(0,T.jsx)(yi,{}),r==="WALLET_EDUCATION"&&(0,T.jsx)(di,{}),r==="AWAITING_CONNECTION"&&(0,T.jsx)(fi,{}),r==="AWAITING_OAUTH_SCREEN"&&(0,T.jsx)(Wi,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&(0,T.jsx)(Yn,{}),r==="INSTALL_METAMASK_SCREEN"&&(0,T.jsx)(gi,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&(0,T.jsx)(wi,{}),r==="LINK_EMAIL_SCREEN"&&(0,T.jsx)(Ii,{}),r==="LINK_PHONE_SCREEN"&&(0,T.jsx)(Ri,{}),r==="LINK_WALLET_SCREEN"&&(0,T.jsx)(Mi,{}),r==="EMBEDDED_WALLET_SCREEN"&&(0,T.jsx)(_i,{}),r==="EMBEDDED_WALLET_CREATED_SCREEN"&&(0,T.jsx)(Oi,{}),r==="SIGN_REQUEST_SCREEN"&&(0,T.jsx)(vi,{})]})},Gi=()=>{let{app:t}=C();return Di.default.createPortal((0,T.jsx)(Ja,{id:"privy-dialog",children:(0,T.jsx)(Pi,{accentColor:t==null?void 0:t.accentColor,children:(0,T.jsx)(qa,{})})}),document.body)},Ka=({children:t,...e})=>{let o=(0,Ui.useRef)(null);return(0,Fi.useEffect)(()=>{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"),(0,Bo.disableBodyScroll)(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"),(0,Bo.clearAllBodyScrollLocks)())}},[e.open,e.onClose]),(0,T.jsx)("dialog",{open:!0,role:"dialog",...e,ref:o,children:t})},Ja=(0,Go.default)(Ka)`
1704
+ `;var k=require("react/jsx-runtime"),ja=()=>{let{ready:t}=q(),{isLinking:e}=S(),{ready:o,currentScreen:r,app:i}=C(),n=!!(i!=null&&i.walletAuth),s=!!((i==null?void 0:i.emailAuth)||(i==null?void 0:i.smsAuth)),a=n!==s,h;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN","ALLOWLIST_REJECTION_SCREEN","SETTING_ACTIVE_WALLET"].includes(r)||a&&r==="LANDING"?h="compact":"WALLET_EDUCATION"===r?h="full":e?h="medium":h="full",!t||!o?(0,k.jsxs)(vt,{"data-height":h,children:[(0,k.jsx)(P,{}),(0,k.jsx)(Ka,{children:(0,k.jsx)(Bt,{})}),(0,k.jsx)(xe,{})]}):(0,k.jsxs)(vt,{"data-height":h,children:[r==="LANDING"&&(0,k.jsx)(En,{}),r==="AWAITING_PASSWORDLESS_CODE"&&(0,k.jsx)(Fi,{}),r==="SETTING_ACTIVE_WALLET"&&(0,k.jsx)(Wn,{}),r==="WALLET_EDUCATION"&&(0,k.jsx)(dn,{}),r==="AWAITING_CONNECTION"&&(0,k.jsx)(Bi,{}),r==="AWAITING_OAUTH_SCREEN"&&(0,k.jsx)(Tn,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&(0,k.jsx)(Ii,{}),r==="INSTALL_METAMASK_SCREEN"&&(0,k.jsx)(fn,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&(0,k.jsx)(mn,{}),r==="LINK_EMAIL_SCREEN"&&(0,k.jsx)(_n,{}),r==="LINK_PHONE_SCREEN"&&(0,k.jsx)(Pn,{}),r==="LINK_WALLET_SCREEN"&&(0,k.jsx)(Sn,{}),r==="EMBEDDED_WALLET_SCREEN"&&(0,k.jsx)(Yi,{}),r==="EMBEDDED_WALLET_CREATED_SCREEN"&&(0,k.jsx)(Zi,{}),r==="SIGN_REQUEST_SCREEN"&&(0,k.jsx)(In,{})]})},Fn=()=>{let{app:t}=C();return Dn.default.createPortal((0,k.jsx)(qa,{id:"privy-dialog",children:(0,k.jsx)(Mn,{accentColor:t==null?void 0:t.accentColor,children:(0,k.jsx)(ja,{})})}),document.body)},Za=({children:t,...e})=>{let o=(0,On.useRef)(null);return(0,Un.useEffect)(()=>{var i;(i=document==null?void 0:document.activeElement)==null||i.blur();let r=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));if(!!r)return r.setAttribute("inert","true"),(0,Oo.disableBodyScroll)(o==null?void 0:o.current),()=>{let n=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));!n||(n.removeAttribute("inert"),(0,Oo.clearAllBodyScrollLocks)())}},[e.open,e.onClose]),(0,k.jsx)("dialog",{open:!0,role:"dialog",...e,ref:o,children:t})},qa=(0,Uo.default)(Za)`
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
- `,_t=Go.default.div`
1719
+ `,vt=Uo.default.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
- `,Ya=Go.default.div`
1756
+ `,Ka=Uo.default.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
- `;var et=require("react/jsx-runtime");function Xa(t){return typeof t=="string"&&t.length===25}var Jt;function Vi(){if(!Jt){let t=ne.get(dt);return Promise.resolve(t||null)}return Jt.getAccessToken()}var Hi=t=>{if(!Xa(t.appId))throw new w("Cannot initialize the Privy provider with an invalid Privy app ID");return Jt||(Jt=new ft({appId:t.appId,apiURL:Ho})),(0,et.jsx)(el,{...t,client:Jt})},Qa=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)}},el=t=>{let e=t.client,[o,r]=(0,Y.useState)(!1),[n,i]=(0,Y.useState)(!1),[s,a]=(0,Y.useState)(!1),[h,m]=(0,Y.useState)(null),[E,A]=(0,Y.useState)(!1),[f,y]=(0,Y.useState)(null),[g,d]=(0,Y.useState)(!1),[M,O]=(0,Y.useState)(null),[N,S]=(0,Y.useState)(null),[P,D]=(0,Y.useState)(null),[ue,X]=(0,Y.useState)({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}),[z,W]=(0,Y.useState)(!1),[Se,$]=(0,Y.useState)({}),j=Qa(ue),U=l=>{l&&y(l),r(!0)},Pe=l=>{let u=t.createPrivyWalletOnLogin===!0;$({login:{promptCreatePrivyWalletFlow:u}}),u&&W(!0),U(l)};(0,Y.useEffect)(()=>{async function l(){let u=await e.getAppSettings();X(u),e.connectors.initialize(),tt();let F=await e.getAuthenticatedUser();a(!!F),m(F),i(!0)}l()},[e]);let tt=()=>{let l=new URLSearchParams(window.location.search),u=l.get("privy_oauth_code"),F=l.get("privy_oauth_state"),Ge=l.get("privy_oauth_provider");u&&F&&Ge&&(e.startAuthFlow(new gt(Ge,u,F)),Pe("AWAITING_OAUTH_SCREEN"))};(0,Y.useEffect)(()=>{n&&s&&h===null&&e.getAuthenticatedUser().then(m)},[n,s,h,e]);let Rt=()=>{d(!0),U("LINK_WALLET_SCREEN")},Yt={ready:n,authenticated:s,user:h,walletConnectors:e.connectors,linkWallet:Rt,linkEmail:()=>{d(!0),U("LINK_EMAIL_SCREEN")},linkPhone:()=>{d(!0),U("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await Q.initLoginWithOAuth("google")},linkTwitter:async()=>{await Q.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await Q.initLoginWithOAuth("discord")},linkGithub:async()=>{await Q.initLoginWithOAuth("github")},login:()=>{if(n&&s){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}Pe()},logout:async()=>{await e.logout(),m(null),a(!1),y(null),d(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connectors.getEthereumProvider(),getEthersProvider:()=>new Bi.Web3Provider(new He(e.connectors.getEthereumProvider())),getWeb3jsProvider:()=>new no(e.connectors.getEthereumProvider()),unlinkWallet:async l=>{let u=await e.unlinkWallet(l);return m(u),u},unlinkEmail:async l=>{let u=await e.unlinkEmail(l);return m(u),u},unlinkPhone:async l=>{let u=await e.unlinkPhone(l);return m(u),u},unlinkGoogle:async l=>{let u=await e.unlinkOAuth("google",l);return m(u),u},unlinkTwitter:async l=>{let u=await e.unlinkOAuth("twitter",l);return m(u),u},unlinkDiscord:async l=>{let u=await e.unlinkOAuth("discord",l);return m(u),u},unlinkGithub:async l=>{let u=await e.unlinkOAuth("github",l);return m(u),u},setActiveWallet:async l=>{if(!h)return;let u=e.connectors.getConnectorByAddress(l);if(!u){S(l),Rt();return}O({address:l,walletType:u.walletType,success:!1}),U("SETTING_ACTIVE_WALLET"),e.setActiveWallet(l,h).then(F=>{m(F),O({address:l,walletType:u.walletType,success:!0})}).catch(F=>{F instanceof w&&F.message==="Error setting the active wallet."&&(S(l),Rt()),O({address:l,walletType:u.walletType,success:!1,error:F.message})})},forkSession:()=>e.forkSession(),createWallet:()=>new Promise((l,u)=>{if(!s||!h){u(new Error("User must be authenticated before creating a Privy wallet"));return}if(Ne(h)){u(new Error("Only one Privy wallet per user is currently allowed"));return}W(!0),$({createWallet:{onSuccess:l,onFailure:u}}),U("EMBEDDED_WALLET_SCREEN")}),signMessage:(l,u)=>new Promise((F,Ge)=>{if(!s||!h){Ge(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!Ne(h)){Ge(new Error("Must have a Privy wallet before signing"));return}if(typeof l!="string"||l.length<1){Ge(new Error("Message must be a non-empty string"));return}W(!0),$({signMessage:{message:l,onSuccess:F,onFailure:Ge,uiOptions:u||{}}}),U("SIGN_REQUEST_SCREEN")})},Q=(()=>({isLinking:g,linkingHint:N,activeStatus:M,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var l;return(l=e.authFlow)==null?void 0:l.meta},closePrivyModal:(l={shouldCallAuthOnSuccess:!0})=>{var F;let u=n&&s&&h;l.shouldCallAuthOnSuccess&&u&&((F=t.onSuccess)==null||F.call(t,h,E)),e.authFlow=void 0,S(null),y(null),d(!1),O(null),A(!1),r(!1)},initLoginWithWallet:l=>{if(!e.connectors)throw new w("Connector not initialized");l||(l="metamask"),e.startAuthFlow(new Ot(e.connectors,l))},loginWithWallet:async()=>{if(!(e.authFlow instanceof Ot))throw new w("Must initialize SIWE flow first.");let l,u;g?(l=await e.link(),l&&(l=Nt(l))):{user:l,isNewUser:u}=await e.authenticate(),m(l||h||null),A(u||!1),a(!0)},initLoginWithOAuth:async l=>{e.startAuthFlow(new gt(l));let u=await e.authFlow.getAuthorizationUrl();u&&u.url&&window.location.assign(u.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof gt))throw new w("Must initialize OAuth flow before calling loginWithOAuth");let l,u;n&&s?l=await e.link():{user:l,isNewUser:u}=await e.authenticate(),m(l),A(u||!1),a(!0)},initLoginWithEmail:async l=>{let u=new Ut(l);e.startAuthFlow(u),await u.sendCodeEmail()},initLoginWithSms:async l=>{let u=new Dt(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 Ut)e.authFlow.meta.emailCode=l.trim();else if(e.authFlow instanceof Dt)e.authFlow.meta.smsCode=l.trim();else throw new w("Must initialize a passwordless code flow first");let u,F;g?u=await e.link():{user:u,isNewUser:F}=await e.authenticate(),m(u||h||null),A(F||!1),a(!0)},refreshUser:async()=>{let l=await e.getAuthenticatedUser();return m(l),l},walletProxy:P}))();return(0,et.jsxs)(or.Provider,{value:Yt,children:[t.children,(0,et.jsxs)(ir.Provider,{value:Q,children:[(0,et.jsx)(_n,{appSettings:ue,options:j,data:Se,setModalData:$,initialScreen:f,visible:o,authenticated:s,children:o&&(0,et.jsx)(Gi,{})}),z&&(0,et.jsx)(bn,{appId:t.appId,origin:Ho,onLoad:D,onLoadFailed:()=>{}})]})]})};0&&(module.exports={AsExternalProvider,ConnectorManager,PrivyClient,PrivyProvider,PrivyProxyProvider,VERSION,WalletConnector,getAccessToken,usePrivy});
1762
+ `;var Bo=require("react");var Do=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}`)}}};var Bn=require("react/jsx-runtime"),Ja=function(t){return()=>`id-${t++}`}(0);function Ya(t){return typeof t.event=="string"&&/^privy:.+/.test(t.event)}function Fo(t){return t.error!==void 0}var Kt=new Do;function Go(t,e,o){let r=o.contentWindow;if(!r)throw new Error("iframe not initialized");return new Promise((i,n)=>{let s=Ja();Kt.enqueue(s,{resolve:i,reject:n}),r.postMessage({id:s,event:t,data:e},"*")})}function Xa(t){switch(t.event){case"privy:iframe:ready":let e=Kt.dequeue(t.event,t.id);return Fo(t)?e.reject(new Error(t.error.message)):e.resolve(t.data);case"privy:wallet:create":let o=Kt.dequeue(t.event,t.id);return Fo(t)?o.reject(new Error(t.error.message)):o.resolve(t.data);case"privy:wallet:sign":let r=Kt.dequeue(t.event,t.id);return Fo(t)?r.reject(new Error(t.error.message)):r.resolve(t.data);case"privy:wallet:recover":let i=Kt.dequeue(t.event,t.id);return Fo(t)?i.reject(new Error(t.error.message)):i.resolve(t.data)}}function Gn(t){let e=(0,Bo.useRef)(null);return(0,Bo.useEffect)(()=>{let o=e.current;if(!o)return;function r(a){a&&a.origin===t.origin&&Ya(a.data)&&Xa(a.data)}let i={create(a){return Go("privy:wallet:create",a,o)},sign(a){return Go("privy:wallet:sign",a,o)},recover(a){return Go("privy:wallet:recover",a,o)}};window.addEventListener("message",r);let n=()=>t.onLoad(i),s=(...a)=>{console.error("privy iframe failed to load: ",...a),t.onLoadFailed()};return hi(()=>Go("privy:iframe:ready",{},o)).then(n,s),()=>window.removeEventListener("message",r)},[e.current]),(0,Bn.jsx)("iframe",{ref:e,width:"0",height:"0",style:{visibility:"hidden"},src:mi(t.origin,`/apps/${t.appId}/embedded-wallets`)})}var et=require("react/jsx-runtime");function Qa(t){return typeof t=="string"&&t.length===25}var Jt;function Hn(){if(!Jt){let t=re.get(pt);return Promise.resolve(t||null)}return Jt.getAccessToken()}var zn=t=>{if(!Qa(t.appId))throw new w("Cannot initialize the Privy provider with an invalid Privy app ID");return Jt||(Jt=new gt({appId:t.appId,apiURL:Ho})),(0,et.jsx)(tl,{...t,client:Jt})},el=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)}},tl=t=>{let e=t.client,[o,r]=(0,Y.useState)(!1),[i,n]=(0,Y.useState)(!1),[s,a]=(0,Y.useState)(!1),[h,m]=(0,Y.useState)(null),[L,_]=(0,Y.useState)(!1),[f,y]=(0,Y.useState)(null),[g,d]=(0,Y.useState)(!1),[R,D]=(0,Y.useState)(null),[M,x]=(0,Y.useState)(null),[N,j]=(0,Y.useState)(null),[ae,O]=(0,Y.useState)({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}),[T,we]=(0,Y.useState)(!1),[Ge,z]=(0,Y.useState)({}),$=el(ae),U=l=>{l&&y(l),r(!0)},Pe=l=>{let u=t.createPrivyWalletOnLogin===!0;z({login:{promptCreatePrivyWalletFlow:u}}),u&&we(!0),U(l)};(0,Y.useEffect)(()=>{async function l(){let u=await e.getAppSettings();O(u),e.connectors.initialize(),tt();let F=await e.getAuthenticatedUser();a(!!F),m(F),n(!0)}l()},[e]);let tt=()=>{let l=new URLSearchParams(window.location.search),u=l.get("privy_oauth_code"),F=l.get("privy_oauth_state"),Be=l.get("privy_oauth_provider");u&&F&&Be&&(e.startAuthFlow(new dt(Be,u,F)),Pe("AWAITING_OAUTH_SCREEN"))};(0,Y.useEffect)(()=>{i&&s&&h===null&&e.getAuthenticatedUser().then(m)},[i,s,h,e]);let Rt=()=>{d(!0),U("LINK_WALLET_SCREEN")},Yt={ready:i,authenticated:s,user:h,walletConnectors:e.connectors,linkWallet:Rt,linkEmail:()=>{d(!0),U("LINK_EMAIL_SCREEN")},linkPhone:()=>{d(!0),U("LINK_PHONE_SCREEN")},linkGoogle:async()=>{await X.initLoginWithOAuth("google")},linkTwitter:async()=>{await X.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await X.initLoginWithOAuth("discord")},linkGithub:async()=>{await X.initLoginWithOAuth("github")},login:()=>{if(i&&s){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}Pe()},logout:async()=>{await e.logout(),m(null),a(!1),y(null),d(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connectors.getEthereumProvider(),getEthersProvider:()=>new Vn.Web3Provider(new Se(e.connectors.getEthereumProvider())),getWeb3jsProvider:()=>new oo(e.connectors.getEthereumProvider()),unlinkWallet:async l=>{let u=await e.unlinkWallet(l);return m(u),u},unlinkEmail:async l=>{let u=await e.unlinkEmail(l);return m(u),u},unlinkPhone:async l=>{let u=await e.unlinkPhone(l);return m(u),u},unlinkGoogle:async l=>{let u=await e.unlinkOAuth("google",l);return m(u),u},unlinkTwitter:async l=>{let u=await e.unlinkOAuth("twitter",l);return m(u),u},unlinkDiscord:async l=>{let u=await e.unlinkOAuth("discord",l);return m(u),u},unlinkGithub:async l=>{let u=await e.unlinkOAuth("github",l);return m(u),u},setActiveWallet:async l=>{if(!h)return;let u=e.connectors.getConnectorByAddress(l);if(!u){x(l),Rt();return}D({address:l,walletType:u.walletType,success:!1}),U("SETTING_ACTIVE_WALLET"),e.setActiveWallet(l,h).then(F=>{m(F),D({address:l,walletType:u.walletType,success:!0})}).catch(F=>{F instanceof w&&F.message==="Error setting the active wallet."&&(x(l),Rt()),D({address:l,walletType:u.walletType,success:!1,error:F.message})})},forkSession:()=>e.forkSession(),createWallet:()=>new Promise((l,u)=>{if(!s||!h){u(new Error("User must be authenticated before creating a Privy wallet"));return}if(Me(h)){u(new Error("Only one Privy wallet per user is currently allowed"));return}we(!0),z({createWallet:{onSuccess:l,onFailure:u}}),U("EMBEDDED_WALLET_SCREEN")}),signMessage:(l,u)=>new Promise((F,Be)=>{if(!s||!h){Be(new Error("User must be authenticated before signing with a Privy wallet"));return}if(!Me(h)){Be(new Error("Must have a Privy wallet before signing"));return}if(typeof l!="string"||l.length<1){Be(new Error("Message must be a non-empty string"));return}we(!0),z({signMessage:{message:l,onSuccess:F,onFailure:Be,uiOptions:u||{}}}),U("SIGN_REQUEST_SCREEN")})},X=(()=>({isLinking:g,linkingHint:M,activeStatus:R,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var l;return(l=e.authFlow)==null?void 0:l.meta},closePrivyModal:(l={shouldCallAuthOnSuccess:!0})=>{var F;let u=i&&s&&h;l.shouldCallAuthOnSuccess&&u&&((F=t.onSuccess)==null||F.call(t,h,L)),e.authFlow=void 0,x(null),y(null),d(!1),D(null),_(!1),r(!1)},initLoginWithWallet:l=>{if(!e.connectors)throw new w("Connector not initialized");l||(l="metamask"),e.startAuthFlow(new Nt(e.connectors,l))},loginWithWallet:async()=>{if(!(e.authFlow instanceof Nt))throw new w("Must initialize SIWE flow first.");let l,u;g?(l=await e.link(),l&&(l=Dt(l))):{user:l,isNewUser:u}=await e.authenticate(),m(l||h||null),_(u||!1),a(!0)},initLoginWithOAuth:async l=>{e.startAuthFlow(new dt(l));let u=await e.authFlow.getAuthorizationUrl();u&&u.url&&window.location.assign(u.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof dt))throw new w("Must initialize OAuth flow before calling loginWithOAuth");let l,u;i&&s?l=await e.link():{user:l,isNewUser:u}=await e.authenticate(),m(l),_(u||!1),a(!0)},initLoginWithEmail:async l=>{let u=new Mt(l);e.startAuthFlow(u),await u.sendCodeEmail()},initLoginWithSms:async l=>{let u=new Ot(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 Mt)e.authFlow.meta.emailCode=l.trim();else if(e.authFlow instanceof Ot)e.authFlow.meta.smsCode=l.trim();else throw new w("Must initialize a passwordless code flow first");let u,F;g?u=await e.link():{user:u,isNewUser:F}=await e.authenticate(),m(u||h||null),_(F||!1),a(!0)},refreshUser:async()=>{let l=await e.getAuthenticatedUser();return m(l),l},walletProxy:N}))();return(0,et.jsxs)(rr.Provider,{value:Yt,children:[t.children,(0,et.jsxs)(or.Provider,{value:X,children:[(0,et.jsx)(Li,{appSettings:ae,options:$,data:Ge,setModalData:z,initialScreen:f,visible:o,authenticated:s,children:o&&(0,et.jsx)(Fn,{})}),T&&(0,et.jsx)(Gn,{appId:t.appId,origin:Ho,onLoad:j,onLoadFailed:()=>null})]})]})};0&&(module.exports={AsExternalProvider,ConnectorManager,PrivyClient,PrivyProvider,PrivyProxyProvider,VERSION,WalletConnector,getAccessToken,usePrivy});