@privy-io/react-auth 1.12.1-beta.5 → 1.13.0-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -1,7 +1,7 @@
1
- import{useEffect as Wt,useState as re}from"react";import Gt from"axios";import pi from"axios";var z=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}]`:""}`}},Xe=class extends z{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},u=class extends z{constructor(o,r){super(o,r);this.type="client_error"}};var V=class extends z{constructor(o,r){super(o,r);this.type="connector_error"}},I=t=>{if(t instanceof z)return t;if(!pi.isAxiosError(t))return H(t);if(!t.response)return new Xe("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new Xe(e||"ApiError",t.response.status,o||r,t)},H=t=>t instanceof z?t:t instanceof Error?new u(t.message,t):new u(`Internal error: ${t}`);var go="1.12.1-beta.5";var wo="https://api.privy.io/v0",yo=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",et="4df5e2316331463a9130964bd6078dfa",bo=1e4,Ee=1400,Ft=go;var ke="privy:token",tt="privy:refresh_token",K="privy:active_wallet",ot="privy:wallet_type",Co="walletconnect";var rt=class{constructor(e,o,r){this.appId=e,this.sdkVersion=Ft,this.client=o,this.defaults=r}async get(e,o){try{return await Gt.get(e,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw I(r)}}async post(e,o,r){try{return await Gt.post(e,o,await this.buildConfig(r))}catch(i){throw I(i)}}async delete(e,o){try{return await Gt.delete(e,await this.buildConfig(o))}catch(r){throw I(r)}}async buildConfig(e){if(e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,!e.headers.authorization){let o=await this.client.getAccessToken();o!==null&&(e.headers.authorization=`Bearer ${o}`)}return{...this.defaults,...e}}};import*as vo from"jose";var Y=class{static parse(e){try{return new Y(e)}catch{return null}}constructor(e){this.value=e,this._decoded=vo.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 ne=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 Vt=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]}},Ht=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)}};function mi(){return typeof window<"u"&&window.localStorage?new Ht:new Vt}var E=mi();function se(t){return new Date(t*1e3)}function fi(t){return t.map(e=>{switch(e.type){case"wallet":return{address:e.address,type:e.type,verifiedAt:se(e.verified_at),chainType:e.chain_type};case"email":return{address:e.address,type:e.type,verifiedAt:se(e.verified_at)};case"phone":return{number:e.phoneNumber,type:e.type,verifiedAt:se(e.verified_at)};case"google_oauth":return{subject:e.subject,email:e.email,name:e.name,type:e.type,verifiedAt:se(e.verified_at)};case"twitter_oauth":return{subject:e.subject,username:e.username,name:e.name,type:e.type,verifiedAt:se(e.verified_at)};case"discord_oauth":return{subject:e.subject,username:e.username,email:e.email,type:e.type,verifiedAt:se(e.verified_at)};case"github_oauth":return{subject:e.subject,username:e.username,name:e.name,email:e.email,type:e.type,verifiedAt:se(e.verified_at)};default:throw new u("Unrecognized account type")}})}function gi(t,e){return e.find(o=>o.type==="wallet"&&o.address===t)}function ae(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function De(t){let e=t.linkedAccounts.map(s=>s.type==="wallet"?s.address:null),r=E.get(K);if(!r||!e.includes(r)){E.del(K);let s=ae(t.linkedAccounts,"wallet");s&&(r=s.address,E.put(K,r))}let i=gi(r,t.linkedAccounts),n=Object.assign({},t);return n.wallet=i&&{address:i.address,chainType:i.chainType,chainId:i.chainId,walletType:i.walletType},n}function J(t){if(!t)return null;let e=fi(t.linked_accounts),o=ae(e,"wallet"),r=ae(e,"email"),i=ae(e,"phone"),n=ae(e,"google_oauth"),s=ae(e,"twitter_oauth"),c=ae(e,"discord_oauth"),m=ae(e,"github_oauth"),p={id:t.id,createdAt:se(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,walletType:o.walletType},google:n&&{subject:n.subject,email:n.email,name:n.name},twitter:s&&{subject:s.subject,username:s.username,name:s.name},discord:c&&{subject:c.subject,username:c.username,email:c.email},github:m&&{subject:m.subject,username:m.username,name:m.name,email:m.email}};return De(p)}var xo=()=>"/api/v1/sessions",Lo=()=>"/api/v1/sessions/logout",Ao=()=>"/api/v1/sessions/fork",Eo=()=>"/api/v1/siwe/init",ko=()=>"/api/v1/siwe/authenticate",_o=()=>"/api/v1/siwe/link",Po=()=>"/api/v1/passwordless/init",So=()=>"/api/v1/passwordless/authenticate",To=()=>"/api/v1/passwordless/link",Io=()=>"/api/v1/passwordless_sms/init",Mo=()=>"/api/v1/passwordless_sms/authenticate",Ro=()=>"/api/v1/passwordless_sms/link",Wo=()=>"/api/v1/oauth/init",No=()=>"/api/v1/oauth/authenticate",Oo=()=>"/api/v1/oauth/link",Uo=()=>"/api/v1/siwe/unlink",Do=()=>"/api/v1/passwordless/unlink",Fo=()=>"/api/v1/passwordless_sms/unlink",Go=()=>"/api/v1/oauth/unlink";var wi=30,it=class{constructor(){this.authenticateOnce=new ne(async e=>this._authenticate(e)),this.linkOnce=new ne(async e=>this._link(e)),this.refreshOnce=new ne(this._refresh.bind(this)),this.destroyOnce=new ne(this._destroy.bind(this)),this.forkSessionOnce=new ne(this._forkSession.bind(this))}get token(){try{let e=E.get(ke);return typeof e=="string"?new Y(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=E.get(tt);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=Y.parse(this.token);return e!==null&&!e.isExpired(wi)}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:J(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),H(o)}}async _link(e){try{let o=await e.link();return J(o)}catch(o){throw console.warn("Error linking account"),H(o)}}async _refresh(){if(!this.api)throw new u("Session has no API instance");if(!this.client)throw new u("Session has no PrivyClient instance");let e=await this.client.getAccessToken({disableAutoRefresh:!0}),o=this.refreshToken;if(!e||!o)return null;try{let r=await this.api.post(xo(),{refresh_token:o},{headers:{authorization:`Bearer ${this.token}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),J(r.data.user)}catch(r){throw H(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Lo(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new u("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(Ao(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw H(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),E.del(K)}storeToken(e){typeof e=="string"?E.put(ke,e):E.del(ke)}storeRefreshToken(e){typeof e=="string"?E.put(tt,e):E.del(tt)}};import{getAddress as Li}from"@ethersproject/address";import Ho from"@walletconnect/web3-provider";import{ErrorCode as yi}from"@ethersproject/logger";var _e=class extends V{constructor(){super("Wallet timeout");this.type="wallet_error"}},nt=t=>{if(t instanceof V)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new Pe(t);return t.code===yi.ACTION_REJECTED&&(e.details=me.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new Pe(t):new V("Unknown connector error",t)},Bt=class extends z{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},Pe=class extends Bt{constructor(o){var n,s,c;let r=o;super(r.message,r.code,r.data);let i=Object.values(me).find(m=>m.eipCode===r.code);this.details=i||me.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=me.E32002_CONNECTION_ALREADY_PENDING:this.details=me.E32002_REQUEST_ALREADY_PENDING:(c=r.message)!=null&&c.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=me.E32002_WALLET_LOCKED))}},bi={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_NOT_ALLOWED:{message:"You don\u2019t have access to this app",detail:"Try with a different address?",retryable:!0}},Ci={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},vi={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},me={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...vi,...Ci},Fe={...bi,...me};var xi=12e4,zt=(t=new _e,e=xi)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),fe=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})}request(e){if(!this.walletProvider)throw new V(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),zt()]).catch(o=>{throw nt(o)})}},ge=class extends fe{constructor(o){super(o)}},st=class extends fe{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};import{Web3Provider as Ai}from"@ethersproject/providers";var Vo=["metamask","coinbase_wallet","wallet_connect"];import Ei from"@coinbase/wallet-sdk";var ki=()=>{let t=`https://mainnet.infura.io/v3/${et}`,e=1;return new Ei({appName:"Privy",darkMode:!1,headlessMode:!1}).makeWeb3Provider(t,e)},jt=()=>{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},at=()=>{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},Ge=class{constructor(){this.walletType=null;this.getEthereumProvider=()=>this.ethProvider;this.createSiweMessage=(e,o,r,i,n,s,c)=>`${r} wants you to sign in with your Ethereum account:
1
+ import{useEffect as Li,useState as fe}from"react";import jt from"axios";import Ei from"axios";var z=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}]`:""}`}},_e=class extends z{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},c=class extends z{constructor(o,r){super(o,r);this.type="client_error"}};var O=class extends z{constructor(o,r){super(o,r);this.type="connector_error"}},S=t=>{if(t instanceof z)return t;if(!Ei.isAxiosError(t))return V(t);if(!t.response)return new _e("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new _e(e||"ApiError",t.response.status,o||r,t)},V=t=>t instanceof z?t:t instanceof Error?new c(t.message,t):new c(`Internal error: ${t}`);var Lo="1.13.0-beta.10";var Ao="https://api.privy.io/v0",Eo=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",Ve="4df5e2316331463a9130964bd6078dfa",ko=1e4,Pe=1400,zt=Lo;var Se="privy:token",rt="privy:refresh_token",it="privy:connectors",_o="walletconnect";var nt=class{constructor(e,o,r){this.appId=e,this.sdkVersion=zt,this.client=o,this.defaults=r}async get(e,o){try{return await jt.get(e,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw S(r)}}async post(e,o,r){try{return await jt.post(e,o,await this.buildConfig(r))}catch(i){throw S(i)}}async delete(e,o){try{return await jt.delete(e,await this.buildConfig(o))}catch(r){throw S(r)}}async buildConfig(e){if(e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,!e.headers.authorization){let o=await this.client.getAccessToken();o!==null&&(e.headers.authorization=`Bearer ${o}`)}return{...this.defaults,...e}}};import*as Po from"jose";var Y=class{static parse(e){try{return new Y(e)}catch{return null}}constructor(e){this.value=e,this._decoded=Po.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 ne=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 Zt=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]}},$t=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)}};function _i(){return typeof window<"u"&&window.localStorage?new $t:new Zt}var U=_i();import{ErrorCode as Pi}from"@ethersproject/logger";var Te=class extends O{constructor(){super("Wallet timeout");this.type="wallet_error"}},se=t=>{if(t instanceof O)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new We(t);return t.code===Pi.ACTION_REJECTED&&(e.details=we.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new We(t):new O("Unknown connector error",t)},qt=class extends z{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},We=class extends qt{constructor(o){var n,s,p;let r=o;super(r.message,r.code,r.data);let i=Object.values(we).find(m=>m.eipCode===r.code);this.details=i||we.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=we.E32002_CONNECTION_ALREADY_PENDING:this.details=we.E32002_REQUEST_ALREADY_PENDING:(p=r.message)!=null&&p.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=we.E32002_WALLET_LOCKED))}},Si={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}},Ti={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}},Wi={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}},we={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Wi,...Ti},st={...Si,...we};var Ii=12e4,Kt=(t=new Te,e=Ii)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),q=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})}request(e){if(!this.walletProvider)throw new O(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),Kt()]).catch(o=>{throw se(o)})}},ye=class extends q{constructor(o){super(o)}},at=class extends q{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};import{getAddress as Ni}from"@ethersproject/address";import{getAddress as Ri}from"@ethersproject/address";import{Web3Provider as Mi}from"@ethersproject/providers";var ae=class{constructor(e,o,r){this.createSiweMessage=(e,o,r,i,n,s,p)=>`${r} wants you to sign in with your Ethereum account:
2
2
  ${o}
3
3
 
4
- ${c}
4
+ ${p}
5
5
 
6
6
  URI: ${i}
7
7
  Version: 1
@@ -9,24 +9,18 @@ Chain ID: ${e}
9
9
  Nonce: ${s}
10
10
  Issued At: ${n}
11
11
  Resources:
12
- - https://privy.io`;this.ethProvider=new fe}initialize(){let e=E.get(ot);Vo.includes(e)&&(this.walletType=e,this.connect({showPrompt:!1}))}destroy(){this.walletType=null,E.del(ot),E.del(Co)}async getConnectedWallet(){let e=this.walletType;if(!e||!await this.isConnected())return null;let o=await this.address(),r=await this.chainId();return{address:o,chainId:r,chainType:"ethereum",walletType:e}}async connect(e){var o;switch(this.walletType){case"metamask":this.ethProvider.setProvider(window.ethereum),(o=window.ethereum.providers)==null||o.forEach(async i=>{i.isMetaMask&&this.ethProvider.setProvider(i)});break;case"coinbase_wallet":this.ethProvider.setProvider(ki());break;case"wallet_connect":let r=new Ho({infuraId:et});this.ethProvider.setProvider(r);break;default:throw new V(`Unsupported wallet: ${this.walletType}`)}return(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(this.walletType),this.getConnectedWallet()}async isConnected(){switch(this.walletType){case"metamask":return await this.address()!==null;case"coinbase_wallet":return await this.address()!==null;case"wallet_connect":return this.ethProvider.walletProvider.connected;default:throw new V(`Unsupported wallet: ${this.walletType}`)}}async promptConnection(e){try{switch(e){case"metamask":await this.ethProvider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]}),await this.ethProvider.request({method:"eth_requestAccounts"});break;case"coinbase_wallet":await this.ethProvider.request({method:"eth_requestAccounts"});break;case"wallet_connect":let o=new Ho({infuraId:et});this.ethProvider.setProvider(o),await Promise.race([o.enable(),zt()]);break;default:throw new V(`Unsupported wallet: ${this.walletType}`)}E.put(ot,e)}catch(o){throw nt(o)}}async sign(e){return new Ai(new ge(this.getEthereumProvider())).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.",c=new Date().toISOString();return this.createSiweMessage(e,o,i,n,c,r,s)}async chainId(){let e=await this.getEthereumProvider().request({method:"eth_chainId"}),o=Number(e);return String(o)}async address(){let e=await this.getEthereumProvider().request({method:"eth_accounts"});return Array.isArray(e)&&e.length>0?Li(e[0]):null}};var Zt,Ve=class{constructor(e){let o=e.apiURL||wo,r=e.timeout||bo;this.appId=e.appId,this.connector=new Ge,this.connector.initialize(),Zt||(Zt=new it),this.session=Zt,this.api=new rt(e.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}authenticate(){if(!this.authFlow)throw new u("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new u("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.connector.destroy(),this.authFlow=void 0}startAuthFlow(e){e.api=this.api,this.authFlow=e}async unlinkEmail(e){try{let o=await this.api.post(Do(),{address:e});return J(o.data)}catch(o){throw H(o)}}async unlinkPhone(e){try{let o=await this.api.post(Fo(),{phoneNumber:e});return J(o.data)}catch(o){throw H(o)}}async unlinkWallet(e){try{let o=await this.api.post(Uo(),{address:e});return J(o.data)}catch(o){throw H(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(Go(),{provider:e,subject:o});return J(r.data)}catch(r){throw H(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(e){var o;return this.session.hasActiveToken()?((o=Y.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,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 H(e)}}setActiveWallet(e,o){if(!o.linkedAccounts.map(i=>i.type==="wallet"?i.address:null).includes(e))throw new u("Cannot set an unlinked address as active.");return E.put(K,e),De(o)}async forkSession(){return await this.session.forkSession()}};import{Web3Provider as Ns}from"@ethersproject/providers";import{createContext as _i,useContext as Pi}from"react";var f=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var $t=_i({ready:!1,authenticated:!1,user:null,walletConnector:null,login:f,linkEmail:f,linkPhone:f,linkWallet:f,linkGoogle:f,linkTwitter:f,linkDiscord:f,linkGithub:f,logout:f,getAccessToken:f,getEthereumProvider:f,getEthersProvider:f,getWeb3jsProvider:f,unlinkEmail:f,unlinkPhone:f,unlinkWallet:f,unlinkGoogle:f,unlinkTwitter:f,unlinkDiscord:f,unlinkGithub:f,setActiveWallet:f,forkSession:f}),N=()=>Pi($t);var He=class{constructor(e){this.connector=e,this.meta={wallet:this.connector.walletType}}async authenticate(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.connector.walletType)throw new u("Wallet must be specified");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(ko(),{message:e,signature:o});return{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 I(e)}}async link(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.connector.walletType)throw new u("Wallet must be specified");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api);return(await this.api.post(_o(),{message:e,signature:o})).data}catch(e){throw I(e)}}async promptConnectAndSign(e){let o=await this.connector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(Eo(),{address:r}),s=this.connector.prepareMessage(i,r,n.data.nonce),c=await this.connector.sign(s);return{message:s,signature:c}}getEthereumProvider(){return this.connector.getEthereumProvider()}};var Be=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new u("Email and email code must be set prior to calling authenticate.");try{let e=So(),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 I(e)}}async link(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new u("Email and email code must be set prior to calling authenticate.");try{let e=To();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw I(e)}}async sendCodeEmail(e){if(!this.api)throw new u("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new u("Email must be set when initialzing authentication.");try{let o=Po();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw I(o)}}};var ze=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new u("phone number and sms code must be set prior to calling authenticate.");try{let e=Mo(),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 I(e)}}async link(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new u("phone number and sms code must be set prior to calling authenticate.");try{let e=Ro();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw I(e)}}async sendSmsCode(e){if(!this.api)throw new u("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new u("phone nNumber must be set when initialzing authentication.");try{let o=Io();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw I(o)}}};var Se=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 u("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new u("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new u("User denied confirmation during OAuth flow");try{let e=No(),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 I(e)}}async link(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new u("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new u("User denied confirmation during OAuth flow");try{let e=Oo();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw I(e)}}async getAuthorizationUrl(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.provider)throw new u("Provider must be set when initialzing OAuth authentication.");try{let e=Wo();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw I(e)}}};import"wicg-inert";import Ss from"react-dom";import ho from"styled-components";import{createContext as Ti,useContext as Ii,useEffect as zo,useState as jo}from"react";import{jsx as Si}from"react/jsx-runtime";function Bo(t){return Si("link",{rel:"prefetch",href:t.src})}import{jsx as Mi,jsxs as Ri}from"react/jsx-runtime";var Zo=Ti({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1,github:!1},currentScreen:"LANDING",lastScreen:"LANDING",navigate:f,navigateBack:f}),$o=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=jo("LANDING"),[s,c]=jo("LANDING");zo(()=>{o||n("LANDING")},[o]),zo(()=>{r||(c("LANDING"),n("LANDING"))},[r]);let m={ready:!!(e!=null&&e.id),app:e,options:t.options,currentScreen:i,lastScreen:s,navigate:p=>{c(i),n(p)},navigateBack:()=>{n(s)}};return Ri(Zo.Provider,{value:m,children:[e&&e.logoUrl&&Mi(Bo,{src:e.logoUrl}),t.children]})},w=()=>Ii(Zo);import{useEffect as Pn,useState as Sn}from"react";import Ke from"styled-components";import Oi from"styled-components";import{jsx as Ko}from"react/jsx-runtime";var qo=({style:t,...e})=>Ko("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:Ko("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});import{jsx as Yo}from"react/jsx-runtime";var Jo=({style:t,...e})=>Yo("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:Yo("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{createContext as Wi,useContext as Ni}from"react";var Kt=Wi({isLinking:!1,getAuthMeta:f,getAuthFlow:f,closePrivyModal:f,initLoginWithWallet:f,loginWithWallet:f,loginWithCode:f,loginWithEmail:f,loginWithSms:f,resendEmailCode:f,resendSmsCode:f,initLoginWithOAuth:f,loginWithOAuth:f,handleLoginError:f}),P=()=>Ni(Kt);import{jsx as Q,jsxs as Vi}from"react/jsx-runtime";var Ui=()=>Q("div",{}),Di=({backFn:t})=>Q("div",{children:Q(Jo,{onClick:t})}),Fi=t=>Q("div",{children:Q("div",{children:Q(qo,{onClick:t.onClose})})});var k=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=P();return Vi(Gi,{children:[t?Q(Di,{backFn:t}):Q(Ui,{}),Q(Fi,{onClose:e||o})]})},Gi=Oi.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=Ri(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(){let e=this.walletType;if(!e||!await this.isConnected())return null;let o=await this.fetchAddress(),r=await this.fetchChainId();return{address:o,chainId:r,chainType:"ethereum",walletType:e}}async sign(e){return new Mi(new ye(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.",p=new Date().toISOString();return this.createSiweMessage(e,o,i,n,p,r,s)}};import{isMobile as Oi}from"react-device-detect";var lt=class extends ae{constructor(e,o){super("metamask",e,o)}async connect(e){var o;return this.provider.setProvider(window.ethereum),(o=window.ethereum.providers)==null||o.forEach(async r=>{r.isMetaMask&&this.provider.setProvider(r)}),(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return await this.fetchAddress()!==null}async promptConnection(){try{let e="";Oi||await this.provider.request({method:"wallet_requestPermissions",params:[{eth_accounts:{}}]});let o=await this.provider.request({method:"eth_requestAccounts"});if(o.length>0&&(e=Ni(o[0])),!e||e==="")throw new O("Unable to retrieve address");this.connected=!0,this.address=e}catch(e){throw se(e)}}};import{getAddress as Ui}from"@ethersproject/address";import Fi from"@coinbase/wallet-sdk";var Di=()=>{let t=`https://mainnet.infura.io/v3/${Ve}`,e=1;return new Fi({appName:"Privy",darkMode:!1,headlessMode:!1}).makeWeb3Provider(t,e)},dt=class extends ae{constructor(e,o){super("coinbase_wallet",e,o)}async connect(e){return this.provider.setProvider(Di()),(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}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=Ui(o[0])),!e||e==="")throw new O("Unable to retrieve address");this.connected=!0}catch(e){throw se(e)}}};import So from"@walletconnect/web3-provider";var ct=class extends ae{constructor(e,o){super("wallet_connect",e,o)}async connect(e){let o=new So({infuraId:Ve});return this.provider.setProvider(o),(!await this.isConnected()||e.showPrompt)&&await this.promptConnection(),this.getConnectedWallet()}async isConnected(){return this.provider.walletProvider.connected}async promptConnection(){try{let e="",o=new So({infuraId:Ve});this.provider.setProvider(o);let r=await Promise.race([o.enable(),Kt()]);if(r.length>0&&(e=r[0]),!e||e==="")throw new O("Unable to retrieve address");this.connected=!0}catch(e){throw se(e)}}};var Jt=()=>{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},pt=()=>{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},To=()=>{var e;let t=U.get(it);return t?(e=t.find(o=>o.active))==null?void 0:e.address:null},Yt=(t,e)=>{switch(t){case"metamask":return new lt(new q,e);case"coinbase_wallet":return new dt(new q,e);case"wallet_connect":return new ct(new q,e)}},Be=class{constructor(){this.getEthereumProvider=()=>{var e;return((e=this.activeWalletConnector)==null?void 0:e.provider)||new q};this.walletConnectors=[],this.initialized=!1}initialize(){this.initialized||(this.load(),this.activeWalletConnector&&this.activeWalletConnector.connect({showPrompt:!1}).then(()=>this.initialized=!0),this.initialized=!0)}initializeLinkedWallets(e){e.linkedAccounts.forEach(()=>{})}load(){(U.get(it)||[]).forEach(o=>{let r=Yt(o.walletType,o.address);this.addWalletConnector(r),o.active&&this.setActiveWallet(o.address)})}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)}});U.put(it,e)}destroy(){this.walletConnectors=[],this.initialized=!1,this.activeWalletConnector=void 0,U.del(_o)}addWalletConnector(e){this.walletConnectors.find(r=>r.address===e.address&&r.walletType===e.walletType)||this.walletConnectors.push(e)}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];this.setActiveWallet(i.address)}else this.activeWalletConnector=void 0;this.save()}async activeWalletSign(e){return this.activeWalletConnector?await this.activeWalletConnector.connect({showPrompt:!1})?this.activeWalletConnector.sign(e):null:(console.error("Cannot sign, no wallet is active. Is a wallet connected?"),null)}setActiveWallet(e){let o=this.walletConnectors.find(r=>r.address===e);return o?(this.activeWalletConnector=o,this.save(),!0):!1}};function le(t){return new Date(t*1e3)}function Gi(t){return t.map(e=>{switch(e.type){case"wallet":return{address:e.address,type:e.type,verifiedAt:le(e.verified_at),chainType:e.chain_type};case"email":return{address:e.address,type:e.type,verifiedAt:le(e.verified_at)};case"phone":return{number:e.phoneNumber,type:e.type,verifiedAt:le(e.verified_at)};case"google_oauth":return{subject:e.subject,email:e.email,name:e.name,type:e.type,verifiedAt:le(e.verified_at)};case"twitter_oauth":return{subject:e.subject,username:e.username,name:e.name,type:e.type,verifiedAt:le(e.verified_at)};case"discord_oauth":return{subject:e.subject,username:e.username,email:e.email,type:e.type,verifiedAt:le(e.verified_at)};case"github_oauth":return{subject:e.subject,username:e.username,name:e.name,email:e.email,type:e.type,verifiedAt:le(e.verified_at)};default:throw new c("Unrecognized account type")}})}function Ce(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function He(t){let e=To();if(!e)return t.wallet&&console.warn("[Privy] User has linked wallets but no active wallet"),t;let o=t.linkedAccounts.find(i=>i.type==="wallet"&&i.address===e),r=Object.assign({},t);return r.wallet=o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletType:o.walletType},r}function Q(t){if(!t)return null;let e=Gi(t.linked_accounts),o=Ce(e,"wallet"),r=Ce(e,"email"),i=Ce(e,"phone"),n=Ce(e,"google_oauth"),s=Ce(e,"twitter_oauth"),p=Ce(e,"discord_oauth"),m=Ce(e,"github_oauth"),u={id:t.id,createdAt:le(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,walletType:o.walletType},google:n&&{subject:n.subject,email:n.email,name:n.name},twitter:s&&{subject:s.subject,username:s.username,name:s.name},discord:p&&{subject:p.subject,username:p.username,email:p.email},github:m&&{subject:m.subject,username:m.username,name:m.name,email:m.email}};return He(u)}var Wo=()=>"/api/v1/sessions",Io=()=>"/api/v1/sessions/logout",Ro=()=>"/api/v1/sessions/fork",Mo=()=>"/api/v1/siwe/init",No=()=>"/api/v1/siwe/authenticate",Oo=()=>"/api/v1/siwe/link",Uo=()=>"/api/v1/passwordless/init",Fo=()=>"/api/v1/passwordless/authenticate",Do=()=>"/api/v1/passwordless/link",Go=()=>"/api/v1/passwordless_sms/init",Vo=()=>"/api/v1/passwordless_sms/authenticate",Bo=()=>"/api/v1/passwordless_sms/link",Ho=()=>"/api/v1/oauth/init",zo=()=>"/api/v1/oauth/authenticate",jo=()=>"/api/v1/oauth/link",Zo=()=>"/api/v1/siwe/unlink",$o=()=>"/api/v1/passwordless/unlink",qo=()=>"/api/v1/passwordless_sms/unlink",Ko=()=>"/api/v1/oauth/unlink";var Vi=30,ut=class{constructor(){this.authenticateOnce=new ne(async e=>this._authenticate(e)),this.linkOnce=new ne(async e=>this._link(e)),this.refreshOnce=new ne(this._refresh.bind(this)),this.destroyOnce=new ne(this._destroy.bind(this)),this.forkSessionOnce=new ne(this._forkSession.bind(this))}get token(){try{let e=U.get(Se);return typeof e=="string"?new Y(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=U.get(rt);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=Y.parse(this.token);return e!==null&&!e.isExpired(Vi)}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:Q(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),V(o)}}async _link(e){try{let o=await e.link();return Q(o)}catch(o){throw console.warn("Error linking account"),V(o)}}async _refresh(){if(!this.api)throw new c("Session has no API instance");if(!this.client)throw new c("Session has no PrivyClient instance");let e=await this.client.getAccessToken({disableAutoRefresh:!0}),o=this.refreshToken;if(!e||!o)return null;try{let r=await this.api.post(Wo(),{refresh_token:o},{headers:{authorization:`Bearer ${this.token}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),Q(r.data.user)}catch(r){if(r instanceof _e&&r.status===400&&r.message==="Invalid auth token")return this.destroyLocalState(),null;throw V(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Io(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new c("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(Ro(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw V(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null)}storeToken(e){typeof e=="string"?U.put(Se,e):U.del(Se)}storeRefreshToken(e){typeof e=="string"?U.put(rt,e):U.del(rt)}};var Qt,ze=class{constructor(e){let o=e.apiURL||Ao,r=e.timeout||ko;this.appId=e.appId,this.connectors=new Be,Qt||(Qt=new ut),this.session=Qt,this.api=new nt(e.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}authenticate(){if(!this.authFlow)throw new c("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new c("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.connectors.destroy(),this.authFlow=void 0}startAuthFlow(e){e.api=this.api,this.authFlow=e}async unlinkEmail(e){try{let o=await this.api.post($o(),{address:e});return Q(o.data)}catch(o){throw V(o)}}async unlinkPhone(e){try{let o=await this.api.post(qo(),{phoneNumber:e});return Q(o.data)}catch(o){throw V(o)}}async unlinkWallet(e){try{let o=await this.api.post(Zo(),{address:e});return Q(o.data)}catch(o){throw V(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(Ko(),{provider:e,subject:o});return Q(r.data)}catch(r){throw V(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(e){var o;return this.session.hasActiveToken()?((o=Y.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 V(e)}}setActiveWallet(e,o){if(!o.linkedAccounts.map(n=>n.type==="wallet"?n.address:null).includes(e))throw new c("Cannot set an unlinked address as active.");if(!this.connectors.setActiveWallet(e))throw new c("Error setting the active wallet.");return He(o)}async forkSession(){return await this.session.forkSession()}};import{Web3Provider as ea}from"@ethersproject/providers";import{createContext as Bi,useContext as Hi}from"react";var f=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var Xt=Bi({ready:!1,authenticated:!1,user:null,walletConnectors:null,login:f,linkEmail:f,linkPhone:f,linkWallet:f,linkGoogle:f,linkTwitter:f,linkDiscord:f,linkGithub:f,logout:f,getAccessToken:f,getEthereumProvider:f,getEthersProvider:f,getWeb3jsProvider:f,unlinkEmail:f,unlinkPhone:f,unlinkWallet:f,unlinkGoogle:f,unlinkTwitter:f,unlinkDiscord:f,unlinkGithub:f,setActiveWallet:f,forkSession:f}),R=()=>Hi(Xt);var je=class{constructor(e,o){this.meta={walletType:o},this.connectors=e,this.walletConnector=Yt(o,null)}async authenticate(){if(!this.api)throw new c("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(No(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),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 S(e)}}async link(){if(!this.api)throw new c("Auth flow has no API instance");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Oo(),{message:e,signature:o});return this.connectors.addWalletConnector(this.walletConnector),this.connectors.setActiveWallet(this.walletConnector.address)||console.warn("Failed to set active wallet"),r.data}catch(e){throw S(e)}}async promptConnectAndSign(e){let o=await this.walletConnector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(Mo(),{address:r}),s=this.walletConnector.prepareMessage(i,r,n.data.nonce),p=await this.walletConnector.sign(s);return{message:s,signature:p}}};var Ze=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new c("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new c("Email and email code must be set prior to calling authenticate.");try{let e=Fo(),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 S(e)}}async link(){if(!this.api)throw new c("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new c("Email and email code must be set prior to calling authenticate.");try{let e=Do();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw S(e)}}async sendCodeEmail(e){if(!this.api)throw new c("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new c("Email must be set when initialzing authentication.");try{let o=Uo();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw S(o)}}};var $e=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new c("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new c("phone number and sms code must be set prior to calling authenticate.");try{let e=Vo(),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 S(e)}}async link(){if(!this.api)throw new c("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new c("phone number and sms code must be set prior to calling authenticate.");try{let e=Bo();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw S(e)}}async sendSmsCode(e){if(!this.api)throw new c("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new c("phone nNumber must be set when initialzing authentication.");try{let o=Go();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw S(o)}}};var Ie=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 c("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new c("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new c("User denied confirmation during OAuth flow");try{let e=zo(),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 S(e)}}async link(){if(!this.api)throw new c("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new c("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new c("User denied confirmation during OAuth flow");try{let e=jo();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw S(e)}}async getAuthorizationUrl(){if(!this.api)throw new c("Auth flow has no API instance");if(!this.meta.provider)throw new c("Provider must be set when initialzing OAuth authentication.");try{let e=Ho();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw S(e)}}};import"wicg-inert";import qs from"react-dom";import vo from"styled-components";import{createContext as ji,useContext as Zi,useEffect as Yo,useState as Qo}from"react";import{jsx as zi}from"react/jsx-runtime";function Jo(t){return zi("link",{rel:"prefetch",href:t.src})}import{jsx as $i,jsxs as qi}from"react/jsx-runtime";var Xo=ji({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1,github:!1},currentScreen:"LANDING",lastScreen:"LANDING",navigate:f,navigateBack:f}),er=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=Qo("LANDING"),[s,p]=Qo("LANDING");Yo(()=>{o||n("LANDING")},[o]),Yo(()=>{r||(p("LANDING"),n("LANDING"))},[r]);let m={ready:!!(e!=null&&e.id),app:e,options:t.options,currentScreen:i,lastScreen:s,navigate:u=>{p(i),n(u)},navigateBack:()=>{n(s)}};return qi(Xo.Provider,{value:m,children:[e&&e.logoUrl&&$i(Jo,{src:e.logoUrl}),t.children]})},g=()=>Zi(Xo);import{useEffect as Hn,useState as zn}from"react";import Ye from"styled-components";import Yi from"styled-components";import{jsx as tr}from"react/jsx-runtime";var or=({style:t,...e})=>tr("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:tr("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});import{jsx as rr}from"react/jsx-runtime";var ir=({style:t,...e})=>rr("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:rr("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});import{createContext as Ki,useContext as Ji}from"react";var eo=Ki({isLinking:!1,getAuthMeta:f,getAuthFlow:f,closePrivyModal:f,initLoginWithWallet:f,loginWithWallet:f,loginWithCode:f,initLoginWithEmail:f,initLoginWithSms:f,resendEmailCode:f,resendSmsCode:f,initLoginWithOAuth:f,loginWithOAuth:f}),_=()=>Ji(eo);import{jsx as ee,jsxs as on}from"react/jsx-runtime";var Qi=()=>ee("div",{}),Xi=({backFn:t})=>ee("div",{children:ee(ir,{onClick:t})}),en=t=>ee("div",{children:ee("div",{children:ee(or,{onClick:t.onClose})})});var L=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=_();return on(tn,{children:[t?ee(Xi,{backFn:t}):ee(Qi,{}),ee(en,{onClose:e||o})]})},tn=Yi.div`
13
13
  height: 30px;
14
14
  display: flex;
15
15
  align-items: center;
16
16
  justify-content: space-between;
17
17
  margin-bottom: 24px;
18
18
 
19
- h1 {
20
- font-size: 24px;
21
- font-weight: 900;
22
- color: #0c0539;
23
- }
24
-
25
19
  h2 {
26
20
  font-size: 16px;
27
21
  line-height: 24px;
28
22
  font-weight: 600;
29
- color: #111827;
23
+ color: var(--light-theme-fg-1);
30
24
  }
31
25
 
32
26
  > :first-child {
@@ -35,7 +29,7 @@ Resources:
35
29
  svg {
36
30
  cursor: pointer;
37
31
  margin-right: auto;
38
- color: #0f172a;
32
+ color: var(--light-theme-fg-1);
39
33
  }
40
34
  opacity: 0.6;
41
35
  }
@@ -53,14 +47,14 @@ Resources:
53
47
  display: flex;
54
48
  opacity: 0.6;
55
49
 
56
- background-color: #f3f4f6;
50
+ background-color: var(--light-theme-bg-2);
57
51
  border-radius: var(--border-radius-full);
58
52
  height: 36px;
59
53
  width: 36px;
60
54
 
61
55
  > svg {
62
56
  margin: auto;
63
- color: #0f172a;
57
+ color: var(--light-theme-fg-1);
64
58
  }
65
59
  }
66
60
  > div:hover {
@@ -72,11 +66,11 @@ Resources:
72
66
  @media (max-width: 440px) {
73
67
  height: 30px;
74
68
  }
75
- `;import tr from"styled-components";import{jsx as D,jsxs as Hi}from"react/jsx-runtime";var ye=({style:t,...e})=>Hi("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:[D("rect",{width:"28",height:"28",rx:"6",fill:"white"}),D("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),D("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"}),D("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"}),D("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"}),D("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"}),D("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"}),D("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"}),D("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"}),D("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"}),D("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"}),D("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"}),D("path",{d:"M22.4712 14.2325L18.3665 13.0428L19.6038 14.9048L17.7597 18.5038L20.1987 18.4741H23.8454L22.4712 14.2325ZM9.63358 13.0368L5.52888 14.2325L4.16064 18.4741H7.80728L10.2463 18.5038L8.40217 14.9048L9.63953 13.0368H9.63358ZM15.1957 15.107L15.4634 10.5859L16.6532 7.37354H11.3468L12.5366 10.5859L12.8043 15.107L12.9054 16.5229V20.0327H15.0887L15.1006 16.5229L15.1957 15.107Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as Qo,jsxs as Bi}from"react/jsx-runtime";var le=({style:t,...e})=>Bi("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:[Qo("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),Qo("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{jsx as Te,jsxs as zi}from"react/jsx-runtime";var lt=({style:t,...e})=>zi("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:[Te("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),Te("g",{clipPath:"url(#clip0_1765_9946)",children:Te("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"})}),Te("defs",{children:Te("clipPath",{id:"clip0_1765_9946",children:Te("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});import{isMobile as er}from"react-device-detect";import{isIOS as ji,isMobile as Zi}from"react-device-detect";var qt=t=>{let e=new URL(window.location.href);if(!window.ethereum&&Zi){let o;switch(t){case"metamask":ji?o="dapp://"+e.hostname+e.pathname:o="https://metamask.app.link/dapp/"+e.hostname+e.pathname;break;case"coinbase_wallet":o="https://go.cb-w.com/dapp?cb_url="+encodeURIComponent(e.href.replace(/\/$/g,""));break;case"wallet_connect":break;default:break}o&&window.location.assign(o)}};import $i from"styled-components";var Xo=$i.span`
69
+ `;import lr from"styled-components";import{jsx as D,jsxs as rn}from"react/jsx-runtime";var ve=({style:t,...e})=>rn("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:[D("rect",{width:"28",height:"28",rx:"6",fill:"white"}),D("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),D("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"}),D("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"}),D("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"}),D("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"}),D("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"}),D("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"}),D("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"}),D("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"}),D("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"}),D("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"}),D("path",{d:"M22.4712 14.2325L18.3665 13.0428L19.6038 14.9048L17.7597 18.5038L20.1987 18.4741H23.8454L22.4712 14.2325ZM9.63358 13.0368L5.52888 14.2325L4.16064 18.4741H7.80728L10.2463 18.5038L8.40217 14.9048L9.63953 13.0368H9.63358ZM15.1957 15.107L15.4634 10.5859L16.6532 7.37354H11.3468L12.5366 10.5859L12.8043 15.107L12.9054 16.5229V20.0327H15.0887L15.1006 16.5229L15.1957 15.107Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as nr,jsxs as nn}from"react/jsx-runtime";var de=({style:t,...e})=>nn("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:[nr("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),nr("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});import{jsx as Re,jsxs as sn}from"react/jsx-runtime";var ht=({style:t,...e})=>sn("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:[Re("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),Re("g",{clipPath:"url(#clip0_1765_9946)",children:Re("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"})}),Re("defs",{children:Re("clipPath",{id:"clip0_1765_9946",children:Re("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});import{isMobile as ar}from"react-device-detect";import{isIOS as an,isMobile as ln}from"react-device-detect";var to=t=>{let e=new URL(window.location.href);if(!window.ethereum&&ln){let o;switch(t){case"metamask":an?o="dapp://"+e.hostname+e.pathname:o="https://metamask.app.link/dapp/"+e.hostname+e.pathname;break;case"coinbase_wallet":o="https://go.cb-w.com/dapp?cb_url="+encodeURIComponent(e.href.replace(/\/$/g,""));break;case"wallet_connect":break;default:break}o&&window.location.assign(o)}};import dn from"styled-components";var sr=dn.span`
76
70
  @media (max-width: 440px) {
77
71
  display: none;
78
72
  }
79
- `;import{jsx as X,jsxs as je}from"react/jsx-runtime";var dt=()=>{let{navigate:t}=w(),{initLoginWithWallet:e,closePrivyModal:o}=P();return je(Ki,{children:[je(Yt,{onClick:()=>{jt()?(e("metamask"),t("AWAITING_CONNECTION")):er?(qt("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[X(ye,{}),X("span",{children:"Metamask"}),X("span",{children:jt()?"Connect":"Install"})]}),je(Yt,{onClick:()=>{at()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):er?(qt("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[X(le,{}),je("span",{children:["Coinbase",X(Xo,{children:" Wallet"})]}),X("span",{children:"Connect"})]}),je(Yt,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[X(lt,{}),X("span",{children:"WalletConnect"}),X("span",{children:"Connect"})]})]})},Ki=tr.div`
73
+ `;import{jsx as te,jsxs as qe}from"react/jsx-runtime";var mt=()=>{let{navigate:t}=g(),{initLoginWithWallet:e,closePrivyModal:o}=_();return qe(cn,{children:[qe(oo,{onClick:()=>{Jt()?(e("metamask"),t("AWAITING_CONNECTION")):ar?(to("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[te(ve,{}),te("span",{children:"Metamask"}),te("span",{children:Jt()?"Connect":"Install"})]}),qe(oo,{onClick:()=>{pt()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):ar?(to("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[te(de,{}),qe("span",{children:["Coinbase",te(sr,{children:" Wallet"})]}),te("span",{children:"Connect"})]}),qe(oo,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[te(ht,{}),te("span",{children:"WalletConnect"}),te("span",{children:"Connect"})]})]})},cn=lr.div`
80
74
  display: flex;
81
75
  flex-direction: column;
82
76
  align-items: flex-start;
@@ -86,7 +80,7 @@ Resources:
86
80
  @media (max-width: 440px) {
87
81
  flex-direction: row;
88
82
  }
89
- `,Yt=tr.button`
83
+ `,oo=lr.button`
90
84
  display: flex;
91
85
  flex-direction: row;
92
86
  align-items: center;
@@ -101,7 +95,7 @@ Resources:
101
95
  && {
102
96
  font-weight: 600;
103
97
  padding: 7px 11px;
104
- border: 1px solid #e5e7eb;
98
+ border: 1px solid var(--border-color-2);
105
99
  border-radius: var(--border-radius-sm);
106
100
  }
107
101
 
@@ -153,9 +147,9 @@ Resources:
153
147
  :hover > :last-child {
154
148
  opacity: 1;
155
149
  }
156
- `;import qi from"styled-components";import{jsx as or,jsxs as Ji}from"react/jsx-runtime";var ct=()=>{let{navigate:t}=w();return Ji(Yi,{children:[or("span",{children:"Don\u2019t have a wallet? "}),or("button",{onClick:()=>{t("WALLET_EDUCATION")},children:"Create one now."})]})},Yi=qi.div`
150
+ `;import pn from"styled-components";import{jsx as dr,jsxs as hn}from"react/jsx-runtime";var ft=()=>{let{navigate:t}=g();return hn(un,{children:[dr("span",{children:"Don\u2019t have a wallet? "}),dr("button",{onClick:()=>{t("WALLET_EDUCATION")},children:"Create one now."})]})},un=pn.div`
157
151
  font-size: 13px;
158
- color: #6b7280;
152
+ color: var(--light-theme-fg-3);
159
153
 
160
154
  > button {
161
155
  text-decoration: underline;
@@ -164,16 +158,16 @@ Resources:
164
158
  @media (max-width: 440px) {
165
159
  margin-top: 4px;
166
160
  }
167
- `;import nr from"styled-components";import{jsx as rr}from"react/jsx-runtime";var ir=({style:t,...e})=>rr("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:rr("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:"var(--primary-color)"})});import{Fragment as Xi,jsx as Ie,jsxs as ar}from"react/jsx-runtime";var Qi=nr.div`
161
+ `;import ur from"styled-components";import{jsx as cr}from"react/jsx-runtime";var pr=({style:t,...e})=>cr("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:cr("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:"var(--primary-color)"})});import{Fragment as fn,jsx as Me,jsxs as mr}from"react/jsx-runtime";var mn=ur.div`
168
162
  margin-top: 16px;
169
163
  font-size: 12px;
170
164
  text-align: left;
171
- color: var(--text-gray);
165
+ color: var(--light-theme-fg-3);
172
166
 
173
167
  && > a {
174
168
  color: var(--primary-color);
175
169
  }
176
- `;function sr(t){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=t.app,r=!!e,i=!!o,n=r&&i;return!r&&!i?null:ar(Qi,{children:["By logging in I agree to the"," ",i&&Ie("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",r&&Ie("a",{href:e,target:"_blank",children:"Privacy Policy"})]})}var q=({protectedByPrivy:t})=>Ie(ee,{hideOnMobile:t,children:t?ar(Xi,{children:[Ie(ir,{}),Ie("span",{children:Ie("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),ee=nr.div`
170
+ `;function hr(t){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=t.app,r=!!e,i=!!o,n=r&&i;return!r&&!i?null:mr(mn,{children:["By logging in I agree to the"," ",i&&Me("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",r&&Me("a",{href:e,target:"_blank",children:"Privacy Policy"})]})}var K=({protectedByPrivy:t})=>Me(oe,{hideOnMobile:t,children:t?mr(fn,{children:[Me(pr,{}),Me("span",{children:Me("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),oe=ur.div`
177
171
  height: 20px;
178
172
  font-size: 12px;
179
173
  display: flex;
@@ -195,7 +189,7 @@ Resources:
195
189
  @media (max-width: 440px) {
196
190
  display: ${t=>t.hideOnMobile?"none":"inherit"};
197
191
  }
198
- `;import lr from"styled-components";var de=lr.div`
192
+ `;import fr from"styled-components";var ce=fr.div`
199
193
  display: flex;
200
194
  flex-direction: column;
201
195
  align-items: flex-start;
@@ -203,20 +197,20 @@ Resources:
203
197
  margin-top: auto;
204
198
  gap: 16px;
205
199
  flex-grow: 100;
206
- `,dr=lr.div`
200
+ `,gr=fr.div`
207
201
  display: flex;
208
202
  flex-direction: column;
209
203
  align-items: center;
210
204
  justify-content: center;
211
205
  height: 100%;
212
206
  width: 100%;
213
- `;import $e from"styled-components";import{jsx as cr}from"react/jsx-runtime";var ut=({style:t,logoFill:e,...o})=>cr("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:cr("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:e==="primary"?"#1da1f2":"white"})});import{jsx as Ze,jsxs as en}from"react/jsx-runtime";var pt=({logoFill:t,style:e,...o})=>en("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:[Ze("g",{clipPath:"url(#clip0)",children:Ze("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"})}),Ze("defs",{children:Ze("clipPath",{id:"clip0",children:Ze("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as ur}from"react/jsx-runtime";var ht=({logoFill:t,style:e,...o})=>ur("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:ur("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:t==="primary"?"#2D333B":"white"})});import{jsx as mt,jsxs as tn}from"react/jsx-runtime";var ft=({style:t,...e})=>tn("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:[mt("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"}),mt("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"}),mt("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"}),mt("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});import{jsx as ce,jsxs as ln}from"react/jsx-runtime";var pr=({showGoogle:t,showTwitter:e,showDiscord:o,showGithub:r,stacked:i})=>{let{initLoginWithOAuth:n}=P();return ln(on,{stacked:i,children:[t&&ce(an,{onClick:()=>{n("google")},children:ce(ft,{})}),e&&ce(rn,{onClick:()=>{n("twitter")},children:ce(ut,{})}),o&&ce(nn,{onClick:()=>{n("discord")},children:ce(pt,{})}),r&&ce(sn,{onClick:()=>{n("github")},children:ce(ht,{})})]})},on=$e.div`
207
+ `;import Je from"styled-components";import{jsx as wr}from"react/jsx-runtime";var gt=({style:t,logoFill:e,...o})=>wr("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:wr("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:e==="primary"?"#1da1f2":"white"})});import{jsx as Ke,jsxs as gn}from"react/jsx-runtime";var wt=({logoFill:t,style:e,...o})=>gn("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:[Ke("g",{clipPath:"url(#clip0)",children:Ke("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"})}),Ke("defs",{children:Ke("clipPath",{id:"clip0",children:Ke("rect",{width:"71",height:"55",fill:"white"})})})]});import{jsx as yr}from"react/jsx-runtime";var yt=({logoFill:t,style:e,...o})=>yr("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:yr("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:t==="primary"?"#2D333B":"white"})});import{jsx as Ct,jsxs as wn}from"react/jsx-runtime";var vt=({style:t,...e})=>wn("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:[Ct("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"}),Ct("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"}),Ct("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"}),Ct("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});import{jsx as pe,jsxs as Ln}from"react/jsx-runtime";var Cr=({showGoogle:t,showTwitter:e,showDiscord:o,showGithub:r,stacked:i})=>{let{initLoginWithOAuth:n}=_();return Ln(yn,{stacked:i,children:[t&&pe(xn,{onClick:()=>{n("google")},children:pe(vt,{})}),e&&pe(Cn,{onClick:()=>{n("twitter")},children:pe(gt,{})}),o&&pe(vn,{onClick:()=>{n("discord")},children:pe(wt,{})}),r&&pe(bn,{onClick:()=>{n("github")},children:pe(yt,{})})]})},yn=Je.div`
214
208
  display: flex;
215
209
  flex-direction: ${t=>t.stacked?"column":"row"};
216
210
  justify-content: space-between;
217
211
  width: 100%;
218
212
  gap: 4px;
219
- `,rn=$e.button`
213
+ `,Cn=Je.button`
220
214
  && {
221
215
  border-radius: var(--border-radius-sm);
222
216
  cursor: pointer;
@@ -228,7 +222,7 @@ Resources:
228
222
  justify-content: center;
229
223
  align-items: center;
230
224
  }
231
- `,nn=$e.button`
225
+ `,vn=Je.button`
232
226
  && {
233
227
  border-radius: var(--border-radius-sm);
234
228
  cursor: pointer;
@@ -240,7 +234,7 @@ Resources:
240
234
  justify-content: center;
241
235
  align-items: center;
242
236
  }
243
- `,sn=$e.button`
237
+ `,bn=Je.button`
244
238
  && {
245
239
  border-radius: var(--border-radius-sm);
246
240
  cursor: pointer;
@@ -252,20 +246,20 @@ Resources:
252
246
  justify-content: center;
253
247
  align-items: center;
254
248
  }
255
- `,an=$e.button`
249
+ `,xn=Je.button`
256
250
  && {
257
251
  border-radius: var(--border-radius-sm);
258
252
  cursor: pointer;
259
253
  height: 44px;
260
- background-color: #fff;
254
+ background-color: var(--light-theme-bg-1);
261
255
  flex: 1;
262
256
  display: flex;
263
257
  flex-direction: column;
264
258
  justify-content: center;
265
259
  align-items: center;
266
- border: 1px solid #e5e7eb;
260
+ border: 1px solid var(--border-color-2);
267
261
  }
268
- `;import{useEffect as pn,useState as Jt}from"react";import Me from"styled-components";import{jsx as hr}from"react/jsx-runtime";var gt=({style:t,...e})=>hr("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:hr("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});import dn from"styled-components";import{jsx as cn}from"react/jsx-runtime";var wt=({success:t,fail:e})=>cn(ue,{className:t?"success":e?"fail":""}),ue=dn.span`
262
+ `;import{useEffect as _n,useState as ro}from"react";import Ne from"styled-components";import{jsx as vr}from"react/jsx-runtime";var bt=({style:t,...e})=>vr("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:vr("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});import An from"styled-components";import{jsx as En}from"react/jsx-runtime";var xt=({success:t,fail:e})=>En(ue,{className:t?"success":e?"fail":""}),ue=An.span`
269
263
  && {
270
264
  width: 82px;
271
265
  height: 82px;
@@ -298,9 +292,9 @@ Resources:
298
292
  border-color: var(--fail-light);
299
293
  border-bottom-color: var(--fail-light);
300
294
  }
301
- `;import{isPossiblePhoneNumber as un}from"libphonenumber-js/min";var mr=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,}))$/),fr=t=>un(String(t),"US"),yt=t=>{var e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;t=t.replace(e,function(r,i,n,s){return i+i+n+n+s+s});var o=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return{r:parseInt((o==null?void 0:o[1])||"00",16),g:parseInt((o==null?void 0:o[2])||"00",16),b:parseInt((o==null?void 0:o[3])||"00",16)}},gr=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r};import{Fragment as bn,jsx as te,jsxs as Qt}from"react/jsx-runtime";var bt=t=>{let[e,o]=Jt(""),[r,i]=Jt(!1),[n,s]=Jt(null),{authenticated:c}=N(),{loginWithEmail:m,handleLoginError:p}=P(),{navigate:S,options:v}=w(),x=v.wallet;pn(()=>{let l=document.querySelector("#email-input");l==null||l.focus()},[]);let L=mr(e),A=()=>{i(!0),m(e).then(()=>{S("AWAITING_PASSWORDLESS_CODE")}).catch(l=>{let y=(l==null?void 0:l.status)===401&&(l==null?void 0:l.message)==="User is not allowed to login to this app.";(l==null?void 0:l.status)===422?s(l.message):s(y?"You don't have access to this app":"Issue submitting email"),i(!1),p(y)})};return Qt(bn,{children:[Qt(hn,{stacked:t.stacked,children:[Qt(gn,{standalone:t.stacked,children:[te(gt,{}),te("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:l=>o(l.target.value),onKeyUp:l=>{l.key==="Enter"&&A()},value:e,autoComplete:"email"})]}),t.stacked?null:te(mn,{disabled:r||!L,onClick:A,children:r?te(ue,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"})]}),n||c||!x?te(yn,{fail:!!n,children:n||""}):null,!n&&!c&&x?te(wn,{children:te("span",{children:"Get started without a wallet."})}):null,t.stacked?te(fn,{disabled:r||!L,onClick:A,children:r?te(ue,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"}):null]})},hn=Me.div`
295
+ `;import{isPossiblePhoneNumber as kn}from"libphonenumber-js/min";var br=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,}))$/),xr=t=>kn(String(t),"US"),Lt=t=>{var e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;t=t.replace(e,function(r,i,n,s){return i+i+n+n+s+s});var o=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return{r:parseInt((o==null?void 0:o[1])||"00",16),g:parseInt((o==null?void 0:o[2])||"00",16),b:parseInt((o==null?void 0:o[3])||"00",16)}},Lr=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r};import{Fragment as Mn,jsx as re,jsxs as io}from"react/jsx-runtime";var At=t=>{let[e,o]=ro(""),[r,i]=ro(!1),[n,s]=ro(null),{authenticated:p}=R(),{initLoginWithEmail:m}=_(),{navigate:u,options:P}=g(),A=P.wallet;_n(()=>{let d=document.querySelector("#email-input");d==null||d.focus()},[]);let k=br(e),y=()=>{i(!0),m(e).then(()=>{u("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{let b=(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):b?u("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting email"),i(!1)})};return io(Mn,{children:[io(Pn,{stacked:t.stacked,children:[io(Wn,{standalone:t.stacked,children:[re(bt,{}),re("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:re(Sn,{disabled:r||!k,onClick:y,children:r?re(ue,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"})]}),n||p||!A?re(Rn,{fail:!!n,children:n||""}):null,!n&&!p&&A?re(In,{children:re("span",{children:"Get started without a wallet."})}):null,t.stacked?re(Tn,{disabled:r||!k,onClick:y,children:r?re(ue,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"}):null]})},Pn=Ne.div`
302
296
  display: flex;
303
- border: 1px solid #d1d5db;
297
+ border: 1px solid var(--border-color-1);
304
298
  width: 100%;
305
299
 
306
300
  height: ${t=>t.stacked?"100%":"auto"};
@@ -312,7 +306,7 @@ Resources:
312
306
  @media (max-width: 440px) {
313
307
  margin-top: 20px;
314
308
  }
315
- `,mn=Me.button`
309
+ `,Sn=Ne.button`
316
310
  display: flex;
317
311
  flex-direction: row;
318
312
  align-items: center;
@@ -329,7 +323,7 @@ Resources:
329
323
  padding-left: 15px;
330
324
  padding-right: 15px;
331
325
  background-color: var(--primary-color);
332
- color: #ffffff;
326
+ color: var(--light-theme-bg-1);
333
327
  }
334
328
 
335
329
  &&:disabled {
@@ -337,7 +331,7 @@ Resources:
337
331
  color: var(--disabled-fg);
338
332
  cursor: not-allowed;
339
333
  }
340
- `,fn=Me.button`
334
+ `,Tn=Ne.button`
341
335
  display: flex;
342
336
  flex-direction: column;
343
337
  align-items: center;
@@ -353,7 +347,7 @@ Resources:
353
347
 
354
348
  && {
355
349
  background-color: var(--primary-color);
356
- color: #ffffff;
350
+ color: var(--light-theme-bg-1);
357
351
  }
358
352
 
359
353
  &&:disabled {
@@ -361,21 +355,21 @@ Resources:
361
355
  color: var(--disabled-fg);
362
356
  cursor: not-allowed;
363
357
  }
364
- `,gn=Me.label`
358
+ `,Wn=Ne.label`
365
359
  display: flex;
366
360
  flex-direction: row;
367
361
  align-items: center;
368
362
  position: relative;
369
363
  width: 100%;
370
364
  height: ${t=>t.standalone?"64px":"44px"};
371
- background: #ffffff;
365
+ background: var(--light-theme-bg-1);
372
366
 
373
367
  > svg {
374
368
  z-index: 2;
375
369
  margin-left: 8px;
376
370
  height: 20px !important;
377
371
  width: 20px !important;
378
- color: #6b7280;
372
+ color: var(--light-theme-fg-3);
379
373
  }
380
374
 
381
375
  && > input {
@@ -387,8 +381,8 @@ Resources:
387
381
  border-radius: ${t=>t.standalone?"var(--border-radius-sm)":"var(--border-radius-sm) 0px 0px var(--border-radius-sm)"};
388
382
  height: 100%;
389
383
  width: 100%;
390
- border: 1px solid #d1d5db;
391
- background: #ffffff;
384
+ border: 1px solid var(--border-color-1);
385
+ background: var(--light-theme-bg-1);
392
386
  }
393
387
 
394
388
  /* Mobile */
@@ -398,19 +392,19 @@ Resources:
398
392
  line-height: 24px;
399
393
  }
400
394
  }
401
- `,wn=Me.div`
395
+ `,In=Ne.div`
402
396
  font-size: 13px;
403
- color: #6b7280;
397
+ color: var(--light-theme-fg-3);
404
398
  text-align: left;
405
399
 
406
400
  > button {
407
401
  text-decoration: underline;
408
402
  }
409
- `,yn=Me.div`
403
+ `,Rn=Ne.div`
410
404
  line-height: 20px;
411
405
  height: 20px;
412
406
  font-size: 13px;
413
- color: ${t=>t.success?"#018C29":t.fail?"#dc2a2a":"#6b7280"};
407
+ color: ${t=>t.success?"var(--success-dark)":t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
414
408
  display: flex;
415
409
  justify-content: space-between;
416
410
  width: 100%;
@@ -418,9 +412,9 @@ Resources:
418
412
  opacity: ${t=>t.success||t.fail?"1":"0"};
419
413
 
420
414
  transition: ${t=>t.fail?"":"all 150ms ease-in-out"};
421
- `;import{useEffect as Cn,useState as Xt}from"react";import be from"styled-components";import{jsx as wr}from"react/jsx-runtime";var Ct=({style:t,...e})=>wr("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:wr("path",{d:"M2.5 4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H6.9C7.07483 2.50013 7.24519 2.55525 7.38696 2.65754C7.52874 2.75984 7.63475 2.90413 7.69 3.07L8.93833 6.81417C9.00158 7.00445 8.9941 7.21116 8.91726 7.39637C8.84042 7.58158 8.69938 7.73288 8.52 7.8225L6.63917 8.76417C7.5611 10.8046 9.19538 12.4389 11.2358 13.3608L12.1775 11.48C12.2671 11.3006 12.4184 11.1596 12.6036 11.0827C12.7888 11.0059 12.9956 10.9984 13.1858 11.0617L16.93 12.31C17.096 12.3653 17.2404 12.4714 17.3427 12.6134C17.445 12.7553 17.5 12.9259 17.5 13.1008V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H15C8.09667 17.5 2.5 11.9033 2.5 5V4.16667Z",strokeLinecap:"round",strokeLinejoin:"round"})});import{Fragment as _n,jsx as oe,jsxs as eo}from"react/jsx-runtime";var vt=t=>{let[e,o]=Xt(""),[r,i]=Xt(!1),[n,s]=Xt(null),{authenticated:c}=N(),{loginWithSms:m,handleLoginError:p}=P(),{navigate:S,options:v}=w(),x=v.wallet;Cn(()=>{let l=document.querySelector("#phone-number-input");l==null||l.focus()},[]);let L=fr(e),A=()=>{i(!0),m(e).then(()=>{S("AWAITING_PASSWORDLESS_CODE")}).catch(l=>{let y=(l==null?void 0:l.status)===401&&(l==null?void 0:l.message)==="User is not allowed to login to this app.";(l==null?void 0:l.status)===422?s(l.message):s(y?"You don't have access to this app":"Issue submitting phone number"),i(!1),p(y)})};return eo(_n,{children:[eo(vn,{stacked:t.stacked,children:[eo(An,{standalone:t.stacked,children:[oe(Ct,{}),oe("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:l=>{o(l.target.value)},onKeyUp:l=>{l.key==="Enter"&&A()},value:e,autoComplete:"tel"})]}),t.stacked?null:oe(xn,{disabled:r||!L,onClick:A,children:r?oe(yr,{color:"var(--disabled-fg)"}):"Submit"})]}),n||c||!x?oe(kn,{fail:!!n,children:n||""}):null,!n&&!c&&x?oe(En,{children:oe("span",{children:"Don\u2019t have a wallet? Start exploring with your phone or socials."})}):null,t.stacked?oe(Ln,{disabled:r||!L,onClick:A,children:r?oe(yr,{color:"var(--disabled-fg)"}):"Submit"}):null]})},vn=be.div`
415
+ `;import{useEffect as Nn,useState as no}from"react";import be from"styled-components";import{jsx as Ar}from"react/jsx-runtime";var Et=({style:t,...e})=>Ar("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:Ar("path",{d:"M2.5 4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H6.9C7.07483 2.50013 7.24519 2.55525 7.38696 2.65754C7.52874 2.75984 7.63475 2.90413 7.69 3.07L8.93833 6.81417C9.00158 7.00445 8.9941 7.21116 8.91726 7.39637C8.84042 7.58158 8.69938 7.73288 8.52 7.8225L6.63917 8.76417C7.5611 10.8046 9.19538 12.4389 11.2358 13.3608L12.1775 11.48C12.2671 11.3006 12.4184 11.1596 12.6036 11.0827C12.7888 11.0059 12.9956 10.9984 13.1858 11.0617L16.93 12.31C17.096 12.3653 17.2404 12.4714 17.3427 12.6134C17.445 12.7553 17.5 12.9259 17.5 13.1008V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H15C8.09667 17.5 2.5 11.9033 2.5 5V4.16667Z",strokeLinecap:"round",strokeLinejoin:"round"})});import{Fragment as Bn,jsx as ie,jsxs as so}from"react/jsx-runtime";var kt=t=>{let[e,o]=no(""),[r,i]=no(!1),[n,s]=no(null),{authenticated:p}=R(),{initLoginWithSms:m}=_(),{navigate:u,options:P}=g(),A=P.wallet;Nn(()=>{let d=document.querySelector("#phone-number-input");d==null||d.focus()},[]);let k=xr(e),y=()=>{i(!0),m(e).then(()=>{u("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{let b=(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):b?u("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting phone number"),i(!1)})};return so(Bn,{children:[so(On,{stacked:t.stacked,children:[so(Dn,{standalone:t.stacked,children:[ie(Et,{}),ie("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:ie(Un,{disabled:r||!k,onClick:y,children:r?ie(Er,{color:"var(--disabled-fg)"}):"Submit"})]}),n||p||!A?ie(Vn,{fail:!!n,children:n||""}):null,!n&&!p&&A?ie(Gn,{children:ie("span",{children:"Don\u2019t have a wallet? Start exploring with your phone or socials."})}):null,t.stacked?ie(Fn,{disabled:r||!k,onClick:y,children:r?ie(Er,{color:"var(--disabled-fg)"}):"Submit"}):null]})},On=be.div`
422
416
  display: flex;
423
- border: 1px solid #d1d5db;
417
+ border: 1px solid var(--border-color-1);
424
418
  width: 100%;
425
419
 
426
420
  height: ${t=>t.stacked?"100%":"auto"};
@@ -432,7 +426,7 @@ Resources:
432
426
  @media (max-width: 440px) {
433
427
  margin-top: 20px;
434
428
  }
435
- `,xn=be.button`
429
+ `,Un=be.button`
436
430
  display: flex;
437
431
  flex-direction: row;
438
432
  align-items: center;
@@ -449,7 +443,7 @@ Resources:
449
443
  padding-left: 15px;
450
444
  padding-right: 15px;
451
445
  background-color: var(--primary-color);
452
- color: #ffffff;
446
+ color: var(--light-theme-bg-1);
453
447
  }
454
448
 
455
449
  &&:disabled {
@@ -457,7 +451,7 @@ Resources:
457
451
  color: var(--disabled-fg);
458
452
  cursor: not-allowed;
459
453
  }
460
- `,Ln=be.button`
454
+ `,Fn=be.button`
461
455
  display: flex;
462
456
  flex-direction: column;
463
457
  align-items: center;
@@ -473,7 +467,7 @@ Resources:
473
467
 
474
468
  && {
475
469
  background-color: var(--primary-color);
476
- color: #ffffff;
470
+ color: var(--light-theme-bg-1);
477
471
  }
478
472
 
479
473
  &&:disabled {
@@ -481,21 +475,21 @@ Resources:
481
475
  color: var(--disabled-fg);
482
476
  cursor: not-allowed;
483
477
  }
484
- `,An=be.label`
478
+ `,Dn=be.label`
485
479
  display: flex;
486
480
  flex-direction: row;
487
481
  align-items: center;
488
482
  position: relative;
489
483
  width: 100%;
490
484
  height: ${t=>t.standalone?"64px":"44px"};
491
- background: #ffffff;
485
+ background: var(--light-theme-bg-1);
492
486
 
493
487
  > svg {
494
488
  z-index: 2;
495
489
  margin-left: 8px;
496
490
  height: 20px !important;
497
491
  width: 20px !important;
498
- color: #6b7280;
492
+ color: var(--light-theme-fg-3);
499
493
  }
500
494
 
501
495
  && > input {
@@ -507,8 +501,8 @@ Resources:
507
501
  border-radius: ${t=>t.standalone?"var(--border-radius-sm)":"var(--border-radius-sm) 0px 0px var(--border-radius-sm)"};
508
502
  height: 100%;
509
503
  width: 100%;
510
- border: 1px solid #d1d5db;
511
- background: #ffffff;
504
+ border: 1px solid var(--border-color-1);
505
+ background: var(--light-theme-bg-1);
512
506
  }
513
507
 
514
508
  /* Mobile */
@@ -518,18 +512,18 @@ Resources:
518
512
  line-height: 24px;
519
513
  }
520
514
  }
521
- `,En=be.div`
515
+ `,Gn=be.div`
522
516
  font-size: 13px;
523
- color: #6b7280;
517
+ color: var(--light-theme-fg-3);
524
518
 
525
519
  > button {
526
520
  text-decoration: underline;
527
521
  }
528
- `,kn=be.div`
522
+ `,Vn=be.div`
529
523
  line-height: 20px;
530
524
  height: 20px;
531
525
  font-size: 13px;
532
- color: ${t=>t.success?"#018C29":t.fail?"#dc2a2a":"#6b7280"};
526
+ color: ${t=>t.success?"var(--success-dark)":t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
533
527
  display: flex;
534
528
  justify-content: space-between;
535
529
  width: 100%;
@@ -537,19 +531,19 @@ Resources:
537
531
  opacity: ${t=>t.success||t.fail?"1":"0"};
538
532
 
539
533
  transition: ${t=>t.fail?"":"all 150ms ease-in-out"};
540
- `,yr=be(ue)`
534
+ `,Er=be(ue)`
541
535
  && {
542
536
  height: 1rem;
543
537
  width: 1rem;
544
538
  border-width: 2px;
545
539
  }
546
- `;import{jsx as br}from"react/jsx-runtime";var Cr=()=>{let{app:t}=w();return t!=null&&t.logoUrl?br("div",{children:br("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};import{isMobile as vr}from"react-device-detect";import{Fragment as Ce,jsx as C,jsxs as pe}from"react/jsx-runtime";var Lr=()=>{let{ready:t}=N(),{getAuthMeta:e,isLinking:o}=P(),{app:r,navigate:i,options:n}=w(),s=n.email,c=n.sms,m=n.wallet,p=n.google,S=n.twitter,v=n.discord,x=n.github,L=m&&(r==null?void 0:r.showWalletLoginFirst)?0:1,[A,l]=Sn(L),y=e(),G=(y==null?void 0:y.authorizationCode)&&(y==null?void 0:y.stateCode)&&(y==null?void 0:y.provider);Pn(()=>{G?i("AWAITING_OAUTH_SCREEN"):o&&s?i("LINK_EMAIL_SCREEN"):o&&c?i("LINK_PHONE_SCREEN"):o&&m&&i("LINK_WALLET_SCREEN")},[t]);let W=A==0,ie=A==1,b=()=>C(Ce,{children:m&&C(Tn,{active:W,onClick:()=>l(0)})}),U=()=>C(Ce,{children:(s||c)&&C(In,{active:ie,onClick:()=>l(1),email:s,sms:c,google:p,twitter:S,discord:v,github:x})});return pe(Ce,{children:[C(k,{},"header"),C(Wn,{walletOnly:!s&&!c&&!p&&!S&&!v&&!x,hasTerms:!!((r==null?void 0:r.privacyPolicyUrl)||(r==null?void 0:r.termsAndConditionsUrl)),children:C(Cr,{})}),C(de,{children:r!=null&&r.showWalletLoginFirst?pe(Ce,{children:[C(b,{}),C(U,{})]}):pe(Ce,{children:[C(U,{}),C(b,{})]})}),r&&C(sr,{app:r}),C(q,{protectedByPrivy:!0})]})};function Tn(t){return pe(Er,{active:t.active,onClick:t.onClick,children:[C(Ar,{active:t.active,children:C("h4",{children:"Connect Wallet"})}),t.active&&pe(Ce,{children:[C(dt,{}),C(ct,{})]})]})}function In(t){let e=t.google||t.discord||t.github||t.twitter&&!vr,o=t.email?"Email":"Phone";return pe(Er,{active:t.active,onClick:t.onClick,children:[C(Ar,{active:t.active,children:C("h4",{children:e?`${o} & Social`:o})}),t.active&&t.email&&C(bt,{}),t.active&&t.sms&&!t.email&&C(vt,{}),t.active&&e&&C(Mn,{google:t.google,twitter:t.twitter&&!vr,discord:t.discord,github:t.github})]})}function Mn(t){return pe(Ce,{children:[pe(Rn,{children:[C(xr,{}),C("p",{children:" Or "}),C(xr,{})]}),C(pr,{showGoogle:t.google,showDiscord:t.discord,showGithub:t.github,showTwitter:t.twitter})]})}var Ar=Ke.div`
540
+ `;import{jsx as kr}from"react/jsx-runtime";var _r=()=>{let{app:t}=g();return t!=null&&t.logoUrl?kr("div",{children:kr("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};import{isMobile as Pr}from"react-device-detect";import{Fragment as xe,jsx as v,jsxs as he}from"react/jsx-runtime";var Tr=()=>{let{ready:t}=R(),{getAuthMeta:e,isLinking:o}=_(),{app:r,navigate:i,options:n}=g(),s=n.email,p=n.sms,m=n.wallet,u=n.google,P=n.twitter,A=n.discord,k=n.github,y=m&&(r==null?void 0:r.showWalletLoginFirst)?0:1,[d,b]=zn(y),C=e(),H=(C==null?void 0:C.authorizationCode)&&(C==null?void 0:C.stateCode)&&(C==null?void 0:C.provider);Hn(()=>{H?i("AWAITING_OAUTH_SCREEN"):o&&s?i("LINK_EMAIL_SCREEN"):o&&p?i("LINK_PHONE_SCREEN"):o&&m&&i("LINK_WALLET_SCREEN")},[t]);let ge=d==0,I=d==1,F=()=>v(xe,{children:m&&v(jn,{active:ge,onClick:()=>b(0)})}),E=()=>v(xe,{children:(s||p)&&v(Zn,{active:I,onClick:()=>b(1),email:s,sms:p,google:u,twitter:P,discord:A,github:k})});return he(xe,{children:[v(L,{},"header"),v(Kn,{walletOnly:!s&&!p&&!u&&!P&&!A&&!k,hasTerms:!!((r==null?void 0:r.privacyPolicyUrl)||(r==null?void 0:r.termsAndConditionsUrl)),children:v(_r,{})}),v(ce,{children:r!=null&&r.showWalletLoginFirst?he(xe,{children:[v(F,{}),v(E,{})]}):he(xe,{children:[v(E,{}),v(F,{})]})}),r&&v(hr,{app:r}),v(K,{protectedByPrivy:!0})]})};function jn(t){return he(Ir,{active:t.active,onClick:t.onClick,children:[v(Wr,{active:t.active,children:v("h4",{children:"Connect Wallet"})}),t.active&&he(xe,{children:[v(mt,{}),v(ft,{})]})]})}function Zn(t){let e=t.google||t.discord||t.github||t.twitter&&!Pr,o=t.email?"Email":"Phone";return he(Ir,{active:t.active,onClick:t.onClick,children:[v(Wr,{active:t.active,children:v("h4",{children:e?`${o} & Social`:o})}),t.active&&t.email&&v(At,{}),t.active&&t.sms&&!t.email&&v(kt,{}),t.active&&e&&v($n,{google:t.google,twitter:t.twitter&&!Pr,discord:t.discord,github:t.github})]})}function $n(t){return he(xe,{children:[he(qn,{children:[v(Sr,{}),v("p",{children:" Or "}),v(Sr,{})]}),v(Cr,{showGoogle:t.google,showDiscord:t.discord,showGithub:t.github,showTwitter:t.twitter})]})}var Wr=Ye.div`
547
541
  font-weight: ${t=>t.active?600:500};
548
- color: ${t=>t.active?"inherit":"#6b7280"};
542
+ color: ${t=>t.active?"inherit":"var(--light-theme-fg-3)"};
549
543
  display: flex;
550
544
  justify-content: center;
551
545
  align-items: center;
552
- `,Er=Ke.div`
546
+ `,Ir=Ye.div`
553
547
  display: flex;
554
548
  flex-direction: column;
555
549
  align-items: flex-start;
@@ -564,24 +558,24 @@ Resources:
564
558
  overflow: hidden;
565
559
 
566
560
  && {
567
- background: #ffffff;
568
- border: ${t=>t.active?"1px solid rgba(var(--primary-color-rgb), 0.5);":"1px solid #E5E7EB;"};
561
+ background: var(--light-theme-bg-1);
562
+ border: ${t=>t.active?"1px solid var(--border-color-active);":"1px solid var(--border-color-2);"};
569
563
  border-radius: 10px;
570
564
  }
571
565
 
572
566
  cursor: ${t=>t.active?"inherit":"pointer"};
573
- `,Rn=Ke.div`
567
+ `,qn=Ye.div`
574
568
  display: flex;
575
569
  justify-content: center;
576
570
  align-items: center;
577
571
  width: 100%;
578
- `,xr=Ke.hr`
572
+ `,Sr=Ye.hr`
579
573
  width: 50%;
580
574
  && {
581
- border-top: 1px solid #d1d5db;
575
+ border-top: 1px solid var(--border-color-1);
582
576
  margin: 0px 8px;
583
577
  }
584
- `,Wn=Ke.div`
578
+ `,Kn=Ye.div`
585
579
  display: flex;
586
580
  flex-direction: column;
587
581
  align-items: center;
@@ -601,9 +595,9 @@ Resources:
601
595
  // the logo is close to the top (mobile or full wallet-open design)
602
596
  margin-top: ${t=>`${28+(t.walletOnly?31:0)-(t.hasTerms?18:0)}px`};
603
597
  margin-bottom: ${t=>`${60+(t.walletOnly?31:0)-(t.hasTerms?18:0)}px`};
604
- `;import{useEffect as Sr,useState as Lt}from"react";import At from"styled-components";import xt from"styled-components";import{jsx as qe,jsxs as Pr}from"react/jsx-runtime";var ve=({title:t,description:e,children:o,...r})=>Pr(_r,{...r,children:[qe("h3",{children:t}),typeof e=="string"?qe("p",{children:e}):null,o]}),kr=xt(ve)`
598
+ `;import{useEffect as Or,useState as Pt}from"react";import St from"styled-components";import _t from"styled-components";import{jsx as Qe,jsxs as Nr}from"react/jsx-runtime";var Le=({title:t,description:e,children:o,...r})=>Nr(Mr,{...r,children:[Qe("h3",{children:t}),typeof e=="string"?Qe("p",{children:e}):null,o]}),Rr=_t(Le)`
605
599
  margin-bottom: 24px;
606
- `,Re=({title:t,description:e,icon:o,children:r,...i})=>Pr(Nn,{...i,children:[o?qe(On,{children:o}):null,qe("h3",{children:t}),typeof e=="string"?qe("p",{children:e}):null,r]}),_r=xt.div`
600
+ `,Oe=({title:t,description:e,icon:o,children:r,...i})=>Nr(Jn,{...i,children:[o?Qe(Yn,{children:o}):null,Qe("h3",{children:t}),typeof e=="string"?Qe("p",{children:e}):null,r]}),Mr=_t.div`
607
601
  display: flex;
608
602
  flex-direction: column;
609
603
  justify-content: flex-start;
@@ -619,10 +613,10 @@ Resources:
619
613
 
620
614
  /* Sugar assuming children are paragraphs. Otherwise, handling styling on your own */
621
615
  && p {
622
- color: var(--text-dark-gray);
616
+ color: var(--light-theme-fg-2);
623
617
  font-size: 14px;
624
618
  }
625
- `,Nn=xt(_r)`
619
+ `,Jn=_t(Mr)`
626
620
  align-items: center;
627
621
  text-align: center;
628
622
  gap: 16px;
@@ -630,21 +624,21 @@ Resources:
630
624
  h3 {
631
625
  margin-bottom: 24px;
632
626
  }
633
- `,On=xt.div`
627
+ `,Yn=_t.div`
634
628
  padding: 14px;
635
629
  border-radius: 50%;
636
630
  && {
637
- border-color: #e1e7ef;
631
+ border-color: var(--light-theme-bg-3);
638
632
  border-width: 1px;
639
633
  }
640
- `;import{Fragment as to,jsx as B,jsxs as We}from"react/jsx-runtime";var oo=6,Tr=new Array(oo).fill(""),Un=1400;var Ir=()=>{var U,a,d;let{app:t}=w(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=P(),{authenticated:s,user:c}=N(),[m,p]=Lt(Tr),[S,v]=Lt(!1),[x,L]=Lt(null),[A,l]=Lt(null),y=(U=i())!=null&&U.email?0:1;Sr(()=>{if(s&&S){let _=setTimeout(e,Ee);return()=>clearTimeout(_)}},[s,S,c]),Sr(()=>{if(x&&A===0){let _=setTimeout(()=>{p(Tr),L(null);let T=document.querySelector("input[name=code-0]");T==null||T.focus()},Un);return()=>clearTimeout(_)}},[x]);let G=_=>{var fo;let T=_.currentTarget.value.replace(" ","");if(T==="")return;if(isNaN(Number(T))){L("Code should be numeric"),l(1);return}L(null),l(null);let Z=Number((fo=_.currentTarget.name)==null?void 0:fo.charAt(5)),Ot=[...T||[""]].slice(0,oo-Z),Ut=[...m.slice(0,Z),...Ot,...m.slice(Z+Ot.length)];p(Ut);let ui=Ot.length,mo=Math.min(Math.max(Z+ui,0),oo-1);if(!isNaN(Number(_.currentTarget.value))){let $=document.querySelector(`input[name=code-${mo}]`);$==null||$.focus()}if(Ut.every($=>$&&!isNaN(+$))){let $=document.querySelector(`input[name=code-${mo}]`);$==null||$.blur(),n(Ut.join("")).then(()=>v(!0)).catch(Dt=>{(Dt==null?void 0:Dt.status)===422?L("Invalid or expired verification code"):L("Issue verifying code"),l(0)})}_.preventDefault()},W=_=>{A===1&&(L(null),l(null));let T=[...m.slice(0,_),"",...m.slice(_+1)];if(p(T),_>0){let Z=document.querySelector(`input[name=code-${_-1}]`);Z==null||Z.focus()}},ie=`Verify your ${y==0?"email":"phone"}`,b=y==0?`Please check ${(a=i())==null?void 0:a.email} for an email from privy.io and enter your code below.`:`Please check ${(d=i())==null?void 0:d.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return We(to,{children:[B(k,{},"header"),We(Dn,{children:[B(ve,{title:ie,description:b}),We(dr,{children:[We(Fn,{children:[B(Gn,{fail:!!x,success:S,children:B("span",{children:x||(S?"Success!":"")})}),B("div",{children:m.map((_,T)=>B("input",{name:`code-${T}`,type:"text",value:m[T],onChange:G,onKeyUp:Z=>{Z.key==="Backspace"&&W(T)},inputMode:"numeric",autoFocus:T===0,pattern:"[0-9]",className:`${S?"success":""} ${x?"fail":""}`,autoComplete:"one-time-code"},T))})]}),B(Vn,{children:y==0?We(to,{children:[B("span",{children:"Didn't get an email?"}),B("button",{onClick:o,children:"Resend Code"})]}):We(to,{children:[B("span",{children:"Didn't get a message?"}),B("button",{onClick:r,children:"Resend Code"})]})})]})]}),B(q,{protectedByPrivy:!0})]})},Dn=At.div`
634
+ `;import{Fragment as ao,jsx as B,jsxs as Ue}from"react/jsx-runtime";var lo=6,Ur=new Array(lo).fill(""),Qn=1400;var Fr=()=>{var E,Z,l;let{app:t}=g(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=_(),{authenticated:s,user:p}=R(),[m,u]=Pt(Ur),[P,A]=Pt(!1),[k,y]=Pt(null),[d,b]=Pt(null),C=(E=i())!=null&&E.email?0:1;Or(()=>{if(s&&P){let a=setTimeout(e,Pe);return()=>clearTimeout(a)}},[s,P,p]),Or(()=>{if(k&&d===0){let a=setTimeout(()=>{u(Ur),y(null);let x=document.querySelector("input[name=code-0]");x==null||x.focus()},Qn);return()=>clearTimeout(a)}},[k]);let H=a=>{var xo;let x=a.currentTarget.value.replace(" ","");if(x==="")return;if(isNaN(Number(x))){y("Code should be numeric"),b(1);return}y(null),b(null);let N=Number((xo=a.currentTarget.name)==null?void 0:xo.charAt(5)),Vt=[...x||[""]].slice(0,lo-N),Bt=[...m.slice(0,N),...Vt,...m.slice(N+Vt.length)];u(Bt);let Ai=Vt.length,bo=Math.min(Math.max(N+Ai,0),lo-1);if(!isNaN(Number(a.currentTarget.value))){let $=document.querySelector(`input[name=code-${bo}]`);$==null||$.focus()}if(Bt.every($=>$&&!isNaN(+$))){let $=document.querySelector(`input[name=code-${bo}]`);$==null||$.blur(),n(Bt.join("")).then(()=>A(!0)).catch(Ht=>{(Ht==null?void 0:Ht.status)===422?y("Invalid or expired verification code"):y("Issue verifying code"),b(0)})}a.preventDefault()},ge=a=>{d===1&&(y(null),b(null));let x=[...m.slice(0,a),"",...m.slice(a+1)];if(u(x),a>0){let N=document.querySelector(`input[name=code-${a-1}]`);N==null||N.focus()}},I=`Verify your ${C==0?"email":"phone"}`,F=C==0?`Please check ${(Z=i())==null?void 0:Z.email} for an email from privy.io and enter your code below.`:`Please check ${(l=i())==null?void 0:l.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return Ue(ao,{children:[B(L,{},"header"),Ue(Xn,{children:[B(Le,{title:I,description:F}),Ue(gr,{children:[Ue(es,{children:[B(ts,{fail:!!k,success:P,children:B("span",{children:k||(P?"Success!":"")})}),B("div",{children:m.map((a,x)=>B("input",{name:`code-${x}`,type:"text",value:m[x],onChange:H,onKeyUp:N=>{N.key==="Backspace"&&ge(x)},inputMode:"numeric",autoFocus:x===0,pattern:"[0-9]",className:`${P?"success":""} ${k?"fail":""}`,autoComplete:"one-time-code"},x))})]}),B(os,{children:C==0?Ue(ao,{children:[B("span",{children:"Didn't get an email?"}),B("button",{onClick:o,children:"Resend Code"})]}):Ue(ao,{children:[B("span",{children:"Didn't get a message?"}),B("button",{onClick:r,children:"Resend Code"})]})})]})]}),B(K,{protectedByPrivy:!0})]})},Xn=St.div`
641
635
  display: flex;
642
636
  flex-direction: column;
643
637
  align-items: flex-start;
644
638
  justify-content: flex-end;
645
639
  margin: auto;
646
640
  gap: 16px;
647
- `,Fn=At.div`
641
+ `,es=St.div`
648
642
  display: flex;
649
643
  flex-direction: column;
650
644
  width: 100%;
@@ -653,7 +647,7 @@ Resources:
653
647
  // center just this element.
654
648
  margin-top: 70px;
655
649
 
656
- ${Et}[data-height='medium'] & {
650
+ ${Tt}[data-height='medium'] & {
657
651
  /* Aligns this with the input field on the page before on shorter modals */
658
652
  margin-top: 22px;
659
653
  }
@@ -669,8 +663,8 @@ Resources:
669
663
  border-radius: 6px;
670
664
 
671
665
  > input {
672
- border: 1px solid #d1d5db;
673
- background: #ffffff;
666
+ border: 1px solid var(--border-color-1);
667
+ background: var(--light-theme-bg-1);
674
668
  border-radius: 6px;
675
669
  padding: 8px 10px;
676
670
  height: 58px;
@@ -712,17 +706,17 @@ Resources:
712
706
  transform: translate(1px, 0px);
713
707
  }
714
708
  }
715
- `,Gn=At.div`
709
+ `,ts=St.div`
716
710
  line-height: 20px;
717
711
  height: 20px;
718
712
  font-size: 13px;
719
- color: ${t=>t.success?"var(--success-dark)":t.fail?"var(--fail-dark)":"#6b7280"};
713
+ color: ${t=>t.success?"var(--success-dark)":t.fail?"var(--fail-dark)":"var(--light-theme-fg-3)"};
720
714
  display: flex;
721
715
  justify-content: flex-end;
722
716
  width: 100%;
723
- `,Vn=At.div`
717
+ `,os=St.div`
724
718
  font-size: 13px;
725
- color: #6b7280;
719
+ color: var(--light-theme-fg-3);
726
720
  display: flex;
727
721
  justify-content: space-between;
728
722
  width: 100%;
@@ -734,7 +728,74 @@ Resources:
734
728
  > button {
735
729
  text-decoration: underline;
736
730
  }
737
- `;import{useState as ts}from"react";import j from"styled-components";import Hn from"qrcode";import Bn from"styled-components";import{Fragment as Ne,jsx as O,jsxs as Wr}from"react/jsx-runtime";var F=7,ro=(t,e,o,r,i)=>{for(let n=e;n<e+r;n++)for(let s=o;s<o+i;s++){let c=t==null?void 0:t[s];c&&c[n]&&(c[n]=0)}return t},zn=t=>{let e=Hn.create(t,{errorCorrectionLevel:"high"}).modules,o=gr(Array.from(e.data),e.size);return o=ro(o,0,0,F,F),o=ro(o,o.length-F,0,F,F),o=ro(o,0,o.length-F,F,F),o},jn=({x:t,y:e,cellSize:o,bgColor:r,fgColor:i})=>O(Ne,{children:[0,1,2].map(n=>O("circle",{r:o*(F-n*2)/2,cx:t+o*F/2,cy:e+o*F/2,fill:n%2!==0?r:i},`finder-${t}-${e}-${n}`))}),Zn=({cellSize:t,matrixSize:e,bgColor:o,fgColor:r})=>{let i=[[0,0],[(e-F)*t,0],[0,(e-F)*t]];return O(Ne,{children:i.map(([n,s])=>O(jn,{x:n,y:s,cellSize:t,bgColor:o,fgColor:r}))})},$n=({matrix:t,cellSize:e,color:o})=>O(Ne,{children:t.map((r,i)=>r.map((n,s)=>n?O("circle",{r:e/2.5,cx:i*e+e/2,cy:s*e+e/2,fill:o},`circle-${i}-${s}`):O(Ne,{})))}),Mr=(t,e)=>t-t%e,Kn=({outputSize:t,cellSize:e,element:o,size:r,padding:i,bgColor:n})=>{if(!o)return O(Ne,{});let s=r||40,c=i||4,m=o,p=t/2-s/2-c;return Wr(Ne,{children:[O("rect",{x:Mr(p,e),y:Mr(p,e),width:s+c*2+(p%e?e+.5:.5),height:s+c*2+(p%e?e+.5:.5),fill:n}),O(m,{x:t/2-s/2,y:t/2-s/2,height:s,width:s})]})},qn=t=>{var i;let e=t.outputSize,o=zn(t.url),r=e/o.length;return Wr("svg",{height:t.outputSize,width:t.outputSize,viewBox:`0 0 ${t.outputSize} ${t.outputSize}`,style:{height:"100%",width:"100%"},children:[O($n,{matrix:o,cellSize:r,color:t.fgColor}),O(Zn,{cellSize:r,matrixSize:o.length,fgColor:t.fgColor,bgColor:t.bgColor}),O(Kn,{outputSize:t.outputSize,cellSize:r,element:(i=t.logo)==null?void 0:i.element,bgColor:t.bgColor})]})},Yn=Bn.div`
731
+ `;import It from"styled-components";import rs from"styled-components";var Dr=rs.span`
732
+ && {
733
+ width: 82px;
734
+ height: 82px;
735
+ border-width: 4px;
736
+ border-style: solid;
737
+ border-color: ${t=>t.color??"var(--primary-color)"};
738
+ border-bottom-color: transparent;
739
+ border-radius: 50%;
740
+ display: inline-block;
741
+ box-sizing: border-box;
742
+ animation: rotation 1.2s linear infinite;
743
+ transition: border-color 800ms;
744
+ border-color: var(--primary-color);
745
+ border-bottom-color: var(--primary-color);
746
+ }
747
+ `;import{jsx as Gr}from"react/jsx-runtime";var Vr=({style:t,...e})=>Gr("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:Gr("path",{"fill-rule":"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","clip-rule":"evenodd"})});import{Fragment as co,jsx as J,jsxs as Wt}from"react/jsx-runtime";var Hr=()=>{let{navigate:t,app:e}=g(),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 Wt(co,{children:[J(L,{}),Wt(is,{children:[J(ss,{children:Wt("div",{children:[J(Dr,{}),J(Vr,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--primary-color)",fill:"var(--primary-color)"}})]})}),Wt(ns,{children:[typeof o=="string"?J("h3",{children:o}):J(co,{children:o}),typeof r=="string"?J("p",{children:r}):J(co,{children:r})]}),e!=null&&e.allowlistConfig.errorCtaLink?J(Br,{as:"a",href:e.allowlistConfig.errorCtaLink,visible:!0,children:i}):J(Br,{onClick:()=>{t("LANDING")},visible:!0,children:i})]})]})},is=It.div`
748
+ display: flex;
749
+ flex-direction: column;
750
+ align-items: center;
751
+ justify-content: center;
752
+ margin-left: 27px;
753
+ margin-right: 27px;
754
+ gap: 24px;
755
+ `,ns=It.div`
756
+ display: flex;
757
+ flex-direction: column;
758
+ gap: 8px;
759
+ `,ss=It.div`
760
+ display: flex;
761
+ flex-direction: column;
762
+ justify-content: center;
763
+ align-items: center;
764
+ width: 100%;
765
+ height: 82px;
766
+
767
+ > div {
768
+ position: relative;
769
+ }
770
+
771
+ > div > span {
772
+ position: absolute;
773
+ left: -41px;
774
+ top: -41px;
775
+ }
776
+
777
+ > div > svg {
778
+ position: absolute;
779
+ left: -19px;
780
+ top: -19px;
781
+ }
782
+ `,Br=It.button`
783
+ && {
784
+ padding: 12px 16px;
785
+ font-weight: 500;
786
+ text-align: center;
787
+ color: var(--primary-color);
788
+ background-color: var(--primary-color-bg-1);
789
+ border-radius: var(--border-radius-sm);
790
+ min-width: 144px;
791
+ opacity: ${t=>t.visible?"0.95":"0"};
792
+ transition: opacity 200ms, background-color 200ms;
793
+
794
+ :hover {
795
+ background-color: var(--primary-color-bg-2);
796
+ }
797
+ }
798
+ `;import{useState as vs}from"react";import j from"styled-components";import as from"qrcode";import ls from"styled-components";import{Fragment as Fe,jsx as M,jsxs as Zr}from"react/jsx-runtime";var G=7,po=(t,e,o,r,i)=>{for(let n=e;n<e+r;n++)for(let s=o;s<o+i;s++){let p=t==null?void 0:t[s];p&&p[n]&&(p[n]=0)}return t},ds=t=>{let e=as.create(t,{errorCorrectionLevel:"high"}).modules,o=Lr(Array.from(e.data),e.size);return o=po(o,0,0,G,G),o=po(o,o.length-G,0,G,G),o=po(o,0,o.length-G,G,G),o},cs=({x:t,y:e,cellSize:o,bgColor:r,fgColor:i})=>M(Fe,{children:[0,1,2].map(n=>M("circle",{r:o*(G-n*2)/2,cx:t+o*G/2,cy:e+o*G/2,fill:n%2!==0?r:i},`finder-${t}-${e}-${n}`))}),ps=({cellSize:t,matrixSize:e,bgColor:o,fgColor:r})=>{let i=[[0,0],[(e-G)*t,0],[0,(e-G)*t]];return M(Fe,{children:i.map(([n,s])=>M(cs,{x:n,y:s,cellSize:t,bgColor:o,fgColor:r}))})},us=({matrix:t,cellSize:e,color:o})=>M(Fe,{children:t.map((r,i)=>r.map((n,s)=>n?M("circle",{r:e/2.5,cx:i*e+e/2,cy:s*e+e/2,fill:o},`circle-${i}-${s}`):M(Fe,{})))}),zr=(t,e)=>t-t%e,hs=({outputSize:t,cellSize:e,element:o,size:r,padding:i,bgColor:n})=>{if(!o)return M(Fe,{});let s=r||40,p=i||4,m=o,u=t/2-s/2-p;return Zr(Fe,{children:[M("rect",{x:zr(u,e),y:zr(u,e),width:s+p*2+(u%e?e+.5:.5),height:s+p*2+(u%e?e+.5:.5),fill:n}),M(m,{x:t/2-s/2,y:t/2-s/2,height:s,width:s})]})},ms=t=>{var i;let e=t.outputSize,o=ds(t.url),r=e/o.length;return Zr("svg",{height:t.outputSize,width:t.outputSize,viewBox:`0 0 ${t.outputSize} ${t.outputSize}`,style:{height:"100%",width:"100%"},children:[M(us,{matrix:o,cellSize:r,color:t.fgColor}),M(ps,{cellSize:r,matrixSize:o.length,fgColor:t.fgColor,bgColor:t.bgColor}),M(hs,{outputSize:t.outputSize,cellSize:r,element:(i=t.logo)==null?void 0:i.element,bgColor:t.bgColor})]})},fs=ls.div`
738
799
  display: flex;
739
800
  justify-content: center;
740
801
  align-items: center;
@@ -749,18 +810,18 @@ Resources:
749
810
  border-color: ${t=>t.fgColor};
750
811
  border-radius: 12px;
751
812
  }
752
- `,Rr=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return O(Yn,{size:r,bgColor:e,fgColor:o,children:O(qn,{url:t.url,logo:{element:t.squareLogoElement},outputSize:r,bgColor:e,fgColor:o})})};import{jsx as Jn}from"react/jsx-runtime";var Nr=({size:t})=>Jn(Rr,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:le,size:t,fgColor:"#1F1F1F"});import io from"styled-components";import{jsx as Or}from"react/jsx-runtime";var Ur=({style:t,...e})=>Or("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:Or("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--primary-color)"})});import{jsx as Xn,jsxs as es}from"react/jsx-runtime";var no=io.div`
813
+ `,jr=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return M(fs,{size:r,bgColor:e,fgColor:o,children:M(ms,{url:t.url,logo:{element:t.squareLogoElement},outputSize:r,bgColor:e,fgColor:o})})};import{jsx as gs}from"react/jsx-runtime";var $r=({size:t})=>gs(jr,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:de,size:t,fgColor:"#1F1F1F"});import uo from"styled-components";import{jsx as qr}from"react/jsx-runtime";var Kr=({style:t,...e})=>qr("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:qr("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--primary-color)"})});import{jsx as ys,jsxs as Cs}from"react/jsx-runtime";var ho=uo.div`
753
814
  display: flex;
754
815
  flex-direction: column;
755
816
  justify-content: flex-start;
756
817
  gap: 4px;
757
- `,Ye=io.div`
818
+ `,Xe=uo.div`
758
819
  &&& {
759
820
  margin-left: 7px; /* TODO: This is a total hack */
760
- border-left: 2px solid #e5e7eb;
821
+ border-left: 2px solid var(--border-color-2);
761
822
  height: 12px;
762
823
  }
763
- `,xe=({children:t})=>es(Qn,{children:[Xn(Ur,{style:{width:"16px",height:"16px"}}),t]}),Qn=io.div`
824
+ `,Ae=({children:t})=>Cs(ws,{children:[ys(Kr,{style:{width:"16px",height:"16px"}}),t]}),ws=uo.div`
764
825
  display: flex;
765
826
  justify-content: flex-start;
766
827
  justify-items: center;
@@ -778,7 +839,7 @@ Resources:
778
839
  margin-bottom: auto;
779
840
  }
780
841
  }
781
- `;import{jsx as g,jsxs as kt}from"react/jsx-runtime";var Dr=({style:t,...e})=>kt("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:[g("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),g("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"}),g("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"}),g("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"}),g("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"}),g("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"}),g("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"}),g("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"}),g("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"}),g("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"}),g("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"}),g("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"}),g("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"}),g("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),g("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"}),g("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),g("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)"}),g("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),g("g",{clipPath:"url(#clip0_428_81)",children:g("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"})}),g("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"white"}),g("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"}),g("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),g("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"}),g("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"}),g("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"}),g("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"}),g("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"}),g("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"}),kt("defs",{children:[kt("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[g("stop",{stopColor:"#534BB1"}),g("stop",{offset:"1",stopColor:"#551BF9"})]}),kt("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[g("stop",{stopColor:"white"}),g("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),g("clipPath",{id:"clip0_428_81",children:g("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});import*as he from"react-device-detect";import so from"styled-components";var Fr=so.button`
842
+ `;import{jsx as w,jsxs as Rt}from"react/jsx-runtime";var Jr=({style:t,...e})=>Rt("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:[w("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),w("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"}),w("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"}),w("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"}),w("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"}),w("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"}),w("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"}),w("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"}),w("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"}),w("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"}),w("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"}),w("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"}),w("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"}),w("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),w("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"}),w("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),w("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)"}),w("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),w("g",{clipPath:"url(#clip0_428_81)",children:w("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"})}),w("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"white"}),w("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"}),w("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),w("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"}),w("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"}),w("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"}),w("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"}),w("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"}),w("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"}),Rt("defs",{children:[Rt("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[w("stop",{stopColor:"#534BB1"}),w("stop",{offset:"1",stopColor:"#551BF9"})]}),Rt("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[w("stop",{stopColor:"white"}),w("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),w("clipPath",{id:"clip0_428_81",children:w("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});import*as me from"react-device-detect";import mo from"styled-components";var Yr=mo.button`
782
843
  display: flex;
783
844
  flex-direction: row;
784
845
  align-items: center;
@@ -799,17 +860,17 @@ Resources:
799
860
  color: var(--disabled-fg);
800
861
  cursor: not-allowed;
801
862
  }
802
- `,Gr=so(Fr)`
863
+ `,Qr=mo(Yr)`
803
864
  && {
804
865
  background-color: var(--primary-color);
805
- color: #ffffff;
866
+ color: var(--light-theme-bg-1);
806
867
  }
807
- `,dc=so(Fr)`
868
+ `,o2=mo(Yr)`
808
869
  && {
809
- border: 1px solid #e5e7eb;
810
- color: var(--text-dark-blue);
870
+ border: 1px solid var(--light-theme-bg-3);
871
+ color: var(--light-theme-fg-1);
811
872
  }
812
- `;import{Fragment as ao,jsx as h,jsxs as R}from"react/jsx-runtime";var lo=()=>{let{navigate:t}=w(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return he.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),R(zr,{children:[h(ve,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),h(jr,{children:h(ye,{style:{width:"152px",height:"152px"}})}),R(no,{children:[h(xe,{children:R("div",{children:[h("span",{children:"Install the "}),h("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),h(Ye,{}),h(xe,{children:"Set up your first wallet"}),h(Ye,{}),h(xe,{children:"Store your recovery phrase in a safe place!"})]}),h(Zr,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},co=()=>{let{navigate:t}=w();return R(zr,{children:[h(ve,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),h(jr,{style:{marginTop:"-24px"},children:h(Nr,{size:200})}),R(no,{children:[h(xe,{children:"Scan the QR code with your camera"}),h(Ye,{}),h(xe,{children:"Set up your first wallet"}),h(Ye,{}),h(xe,{children:"Store your seed phrase in a safe place!"})]}),h(Zr,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},Br=()=>{let[t,e]=ts("WHAT_IS_A_WALLET"),{navigateBack:o}=w();return R(ao,{children:[h(k,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),R(os,{children:[t==="WHAT_IS_A_WALLET"&&R(ao,{children:[h(as,{children:h(Dr,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),R(Re,{title:"Get started with a new wallet",children:[h("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),h("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),h(ns,{children:h(ss,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&h(ao,{children:R(rs,{children:[h(ve,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),R(is,{children:[R(Vr,{onClick:()=>{he.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":he.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[h(ye,{}),R(Hr,{children:[h("h4",{children:"MetaMask"}),h("p",{children:"Get a browser-based wallet"})]}),h("div",{children:h("span",{children:"Set up"})})]}),R(Vr,{onClick:()=>{he.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":he.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[h(le,{}),R(Hr,{children:[h("h4",{children:"Coinbase Wallet"}),h("p",{children:"Get a mobile app wallet"})]}),h("div",{children:h("span",{children:"Set up"})})]})]})]})}),t==="CREATE_COINBASE_WALLET"&&h(co,{}),t==="CREATE_METAMASK_WALLET"&&h(lo,{})]}),R(ee,{children:[h("span",{children:"Still not sure? "}),h("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},os=j.div`
873
+ `;import{Fragment as fo,jsx as h,jsxs as W}from"react/jsx-runtime";var go=()=>{let{navigate:t}=g(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return me.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),W(oi,{children:[h(Le,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),h(ri,{children:h(ve,{style:{width:"152px",height:"152px"}})}),W(ho,{children:[h(Ae,{children:W("div",{children:[h("span",{children:"Install the "}),h("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),h(Xe,{}),h(Ae,{children:"Set up your first wallet"}),h(Xe,{}),h(Ae,{children:"Store your recovery phrase in a safe place!"})]}),h(ii,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},wo=()=>{let{navigate:t}=g();return W(oi,{children:[h(Le,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),h(ri,{style:{marginTop:"-24px"},children:h($r,{size:200})}),W(ho,{children:[h(Ae,{children:"Scan the QR code with your camera"}),h(Xe,{}),h(Ae,{children:"Set up your first wallet"}),h(Xe,{}),h(Ae,{children:"Store your seed phrase in a safe place!"})]}),h(ii,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},ti=()=>{let[t,e]=vs("WHAT_IS_A_WALLET"),{navigateBack:o}=g();return W(fo,{children:[h(L,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),W(bs,{children:[t==="WHAT_IS_A_WALLET"&&W(fo,{children:[h(ks,{children:h(Jr,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),W(Oe,{title:"Get started with a new wallet",children:[h("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),h("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),h(As,{children:h(Es,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&h(fo,{children:W(xs,{children:[h(Le,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),W(Ls,{children:[W(Xr,{onClick:()=>{me.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":me.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[h(ve,{}),W(ei,{children:[h("h4",{children:"MetaMask"}),h("p",{children:"Get a browser-based wallet"})]}),h("div",{children:h("span",{children:"Set up"})})]}),W(Xr,{onClick:()=>{me.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":me.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[h(de,{}),W(ei,{children:[h("h4",{children:"Coinbase Wallet"}),h("p",{children:"Get a mobile app wallet"})]}),h("div",{children:h("span",{children:"Set up"})})]})]})]})}),t==="CREATE_COINBASE_WALLET"&&h(wo,{}),t==="CREATE_METAMASK_WALLET"&&h(go,{})]}),W(oe,{children:[h("span",{children:"Still not sure? "}),h("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},bs=j.div`
813
874
  display: flex;
814
875
  flex-direction: column;
815
876
  height: 100%;
@@ -819,19 +880,19 @@ Resources:
819
880
  display: none;
820
881
  }
821
882
  }
822
- `,rs=j.div`
883
+ `,xs=j.div`
823
884
  display: flex;
824
885
  flex-direction: column;
825
886
  align-items: flex-start;
826
887
  justify-content: flex-start;
827
888
  text-align: left;
828
889
  gap: 20px;
829
- `,is=j.div`
890
+ `,Ls=j.div`
830
891
  display: flex;
831
892
  flex-direction: column;
832
893
  width: 100%;
833
894
  gap: 8px;
834
- `,Vr=j.button`
895
+ `,Xr=j.button`
835
896
  display: flex;
836
897
  flex-direction: row;
837
898
  align-items: center;
@@ -843,7 +904,7 @@ Resources:
843
904
  && {
844
905
  padding: 12px 16px;
845
906
 
846
- border: 1px solid #e5e7eb;
907
+ border: 1px solid var(--border-color-2);
847
908
  border-radius: var(--border-radius-sm);
848
909
  transition: all 200ms ease-in-out;
849
910
  }
@@ -874,7 +935,7 @@ Resources:
874
935
  font-weight: 500;
875
936
  text-align: center;
876
937
  color: var(--primary-color);
877
- background-color: #696efd1a;
938
+ background-color: var(--primary-color-bg-1);
878
939
  border-radius: var(--border-radius-sm);
879
940
  }
880
941
  }
@@ -885,27 +946,27 @@ Resources:
885
946
 
886
947
  @media (max-width: 440px) {
887
948
  :hover {
888
- border: 1px solid #e5e7eb;
949
+ border: 1px solid var(--border-color-2);
889
950
  }
890
951
  }
891
- `,Hr=j.div`
952
+ `,ei=j.div`
892
953
  text-align: left;
893
954
 
894
955
  p {
895
956
  font-style: italic;
896
957
  font-size: 12px;
897
958
  }
898
- `,ns=j.div`
959
+ `,As=j.div`
899
960
  margin-top: auto;
900
961
  display: flex;
901
962
  align-items: flex-end;
902
963
  flex-grow: 1;
903
964
  width: 100%;
904
- `,ss=j(Gr)`
965
+ `,Es=j(Qr)`
905
966
  && {
906
967
  margin-top: 14px;
907
968
  }
908
- `,zr=j.div`
969
+ `,oi=j.div`
909
970
  display: flex;
910
971
  flex-direction: column;
911
972
  align-items: center;
@@ -916,25 +977,25 @@ Resources:
916
977
  > :first-child > svg {
917
978
  margin-top: 20px;
918
979
  }
919
- `,jr=j.div`
980
+ `,ri=j.div`
920
981
  display: flex;
921
982
  flex-direction: column;
922
983
  align-items: center;
923
984
  justify-content: center;
924
985
  width: 100%;
925
- `,Zr=j.button`
986
+ `,ii=j.button`
926
987
  && {
927
988
  padding: 12px 16px;
928
989
  font-weight: 500;
929
990
  text-align: center;
930
991
  color: var(--primary-color);
931
- background-color: #696efd1a;
992
+ background-color: var(--primary-color-bg-1);
932
993
  border-radius: var(--border-radius-sm);
933
994
  }
934
- `,as=j.div`
995
+ `,ks=j.div`
935
996
  display: flex;
936
997
  justify-content: center;
937
- `;import{useEffect as $r,useState as _t}from"react";import St from"styled-components";import{Fragment as ps,jsx as Le,jsxs as Pt}from"react/jsx-runtime";var uo=2,Kr={metamask:{name:"MetaMask",component:ye},coinbase_wallet:{name:"Coinbase Wallet",component:le},wallet_connect:{name:"WalletConnect",component:lt}},qr=()=>{var ie;let[t,e]=_t(!1),[o,r]=_t(void 0),{navigateBack:i}=w(),{getAuthMeta:n,closePrivyModal:s,loginWithWallet:c,handleLoginError:m}=P(),[p,S]=_t(0),{user:v}=N(),[x,L]=_t((v==null?void 0:v.linkedAccounts.length)||0);$r(()=>{r(void 0),c().then(()=>e(!0)).catch(b=>{b instanceof z?console.error(b.cause):console.error(b);let U=(b==null?void 0:b.status)===401&&(b==null?void 0:b.message)==="User is not allowed to login to this app.";(b==null?void 0:b.status)===422?r(Fe.ERROR_USER_EXISTS):U?r(Fe.ERROR_WALLET_NOT_ALLOWED):b instanceof Pe&&!b.details.default?r(b.details):b instanceof _e?r(Fe.ERROR_TIMED_OUT):r(Fe.ERROR_WALLET_CONNECTION),m(U)})},[p]),$r(()=>{if(t){let b=setTimeout(s,Ee);return()=>clearTimeout(b)}},[v]);let A=((ie=n())==null?void 0:ie.wallet)||"metamask",l=Kr[A].name,y=Kr[A].component,G=t?`Successfully connected with ${l}`:o?o.message:`Waiting for ${l}`,W="";if(t){let b=(v==null?void 0:v.linkedAccounts.length)||0;x===b?W="Wallet was already linked.":W="You\u2019re good to go!"}else if(p>=uo&&o)W="Unable to connect wallet";else if(o)W=o.detail;else switch(W="Don\u2019t see your wallet modal? Check your other browser windows.",A){case"wallet_connect":W="Open your mobile wallet app to continue";break;case"coinbase_wallet":at()||(W="Open the Coinbase app on your phone to continue.");break;default:W="Don\u2019t see your wallet modal? Check your other browser windows."}return Pt(ps,{children:[Le(k,{backFn:i}),Pt(ls,{children:[Le(cs,{children:Pt("div",{children:[Le(wt,{success:t,fail:!!o}),Le(y,{style:{width:"38px",height:"38px"}})]})}),Pt(ds,{children:[Le("h3",{children:G}),Le("p",{children:W})]}),Le(us,{onClick:()=>{S(p+1),r(void 0)},visible:!t&&(o==null?void 0:o.retryable)&&p<uo,disabled:!t&&(!(o!=null&&o.retryable)||p>=uo),children:"Retry"})]})]})},ls=St.div`
998
+ `;import{useEffect as ni,useState as et}from"react";import Nt from"styled-components";import{Fragment as Ws,jsx as Ee,jsxs as Mt}from"react/jsx-runtime";var yo=2,si={metamask:{name:"MetaMask",component:ve},coinbase_wallet:{name:"Coinbase Wallet",component:de},wallet_connect:{name:"WalletConnect",component:ht}},ai=()=>{let[t,e]=et(!1),[o,r]=et("metamask"),[i,n]=et(void 0),{navigate:s,navigateBack:p}=g(),{getAuthMeta:m,closePrivyModal:u,loginWithWallet:P}=_(),[A,k]=et(0),{user:y}=R(),[d,b]=et((y==null?void 0:y.linkedAccounts.length)||0);ni(()=>{var F;r(((F=m())==null?void 0:F.walletType)||"metamask"),n(void 0),P().then(()=>e(!0)).catch(E=>{E instanceof z?console.error(E.cause):console.error(E);let Z=(E==null?void 0:E.status)===401&&(E==null?void 0:E.message)==="User is not allowed to login to this app.";(E==null?void 0:E.status)===422?n(st.ERROR_USER_EXISTS):Z?s("ALLOWLIST_REJECTION_SCREEN"):E instanceof We&&!E.details.default?n(E.details):E instanceof Te?n(st.ERROR_TIMED_OUT):n(st.ERROR_WALLET_CONNECTION)})},[A]),ni(()=>{if(t){let F=setTimeout(u,Pe);return()=>clearTimeout(F)}},[y]);let C=si[o].name,H=si[o].component,ge=t?`Successfully connected with ${C}`:i?i.message:`Waiting for ${C}`,I="";if(t){let F=(y==null?void 0:y.linkedAccounts.length)||0;d===F?I="Wallet was already linked.":I="You\u2019re good to go!"}else if(A>=yo&&i)I="Unable to connect wallet";else if(i)I=i.detail;else switch(I="Don\u2019t see your wallet modal? Check your other browser windows.",o){case"wallet_connect":I="Open your mobile wallet app to continue";break;case"coinbase_wallet":pt()||(I="Open the Coinbase app on your phone to continue.");break;default:I="Don\u2019t see your wallet modal? Check your other browser windows."}return Mt(Ws,{children:[Ee(L,{backFn:p}),Mt(_s,{children:[Ee(Ss,{children:Mt("div",{children:[Ee(xt,{success:t,fail:!!i}),Ee(H,{style:{width:"38px",height:"38px"}})]})}),Mt(Ps,{children:[Ee("h3",{children:ge}),Ee("p",{children:I})]}),Ee(Ts,{onClick:()=>{k(A+1),n(void 0)},visible:!t&&(i==null?void 0:i.retryable)&&A<yo,disabled:!t&&(!(i!=null&&i.retryable)||A>=yo),children:"Retry"})]})]})},_s=Nt.div`
938
999
  display: flex;
939
1000
  flex-direction: column;
940
1001
  align-items: center;
@@ -942,11 +1003,11 @@ Resources:
942
1003
  margin-left: 27px;
943
1004
  margin-right: 27px;
944
1005
  gap: 24px;
945
- `,ds=St.div`
1006
+ `,Ps=Nt.div`
946
1007
  display: flex;
947
1008
  flex-direction: column;
948
1009
  gap: 8px;
949
- `,cs=St.div`
1010
+ `,Ss=Nt.div`
950
1011
  display: flex;
951
1012
  flex-direction: column;
952
1013
  justify-content: center;
@@ -969,19 +1030,19 @@ Resources:
969
1030
  left: -19px;
970
1031
  top: -19px;
971
1032
  }
972
- `,us=St.button`
1033
+ `,Ts=Nt.button`
973
1034
  && {
974
1035
  padding: 12px 16px;
975
1036
  font-weight: 500;
976
1037
  text-align: center;
977
1038
  color: var(--primary-color);
978
- background-color: #696efd1a;
1039
+ background-color: var(--primary-color-bg-1);
979
1040
  border-radius: var(--border-radius-sm);
980
1041
  min-width: 144px;
981
1042
  opacity: ${t=>t.visible?"1":"0"};
982
1043
  transition: opacity 200ms;
983
1044
  }
984
- `;import{Fragment as hs,jsx as Tt,jsxs as Yr}from"react/jsx-runtime";var Jr=()=>{let{navigateBack:t}=w();return Yr(hs,{children:[Tt(k,{backFn:t},"header"),Tt(lo,{}),Yr(ee,{children:[Tt("span",{children:"Still not sure? "}),Tt("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as ms,jsx as It,jsxs as Qr}from"react/jsx-runtime";var Xr=()=>{let{navigateBack:t}=w();return Qr(ms,{children:[It(k,{backFn:t},"header"),It(co,{}),Qr(ee,{children:[It("span",{children:"Still not sure? "}),It("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import fs from"styled-components";import{jsx as ws}from"react/jsx-runtime";var ei=t=>{let e=t.accentColor||"#696ffd";return ws(gs,{accentColor:e,children:t.children})},gs=fs.div`
1045
+ `;import{Fragment as Is,jsx as Ot,jsxs as li}from"react/jsx-runtime";var di=()=>{let{navigateBack:t}=g();return li(Is,{children:[Ot(L,{backFn:t},"header"),Ot(go,{}),li(oe,{children:[Ot("span",{children:"Still not sure? "}),Ot("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import{Fragment as Rs,jsx as Ut,jsxs as ci}from"react/jsx-runtime";var pi=()=>{let{navigateBack:t}=g();return ci(Rs,{children:[Ut(L,{backFn:t},"header"),Ut(wo,{}),ci(oe,{children:[Ut("span",{children:"Still not sure? "}),Ut("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};import Ms from"styled-components";import{jsx as Os}from"react/jsx-runtime";var ui=t=>{let e=t.accentColor||"#696ffd";return Os(Ns,{accentColor:e,children:t.children})},Ns=Ms.div`
985
1046
  /*! Modified from https://unpkg.com/tailwindcss@3.2.3/src/css/preflight.css */
986
1047
 
987
1048
  *,
@@ -1138,27 +1199,6 @@ Resources:
1138
1199
  display: list-item;
1139
1200
  }
1140
1201
 
1141
- // End modern-normalize
1142
-
1143
- // Constants
1144
-
1145
- --primary-color: ${t=>t.accentColor};
1146
- /* Same as primary color, but can be used with rgba */
1147
- --primary-color-rgb: ${t=>`${yt(t.accentColor).r}, ${yt(t.accentColor).g}, ${yt(t.accentColor).b}`};
1148
- --success-light: #4bd089;
1149
- --success-dark: #22874f;
1150
- --fail-light: #ff1f01;
1151
- --fail-dark: #e61b00;
1152
- --text-dark-gray: #374151;
1153
- --text-dark-blue: #111827;
1154
- --text-gray: #6b7280;
1155
- --border-radius-sm: 6px;
1156
- --border-radius-md: 10px;
1157
- --border-radius-lg: 24px;
1158
- --border-radius-full: 9999px;
1159
- --disabled-bg: #d1d5db;
1160
- --disabled-fg: #a8abb0;
1161
-
1162
1202
  blockquote,
1163
1203
  dl,
1164
1204
  dd,
@@ -1232,28 +1272,63 @@ Resources:
1232
1272
  display: none;
1233
1273
  }
1234
1274
 
1275
+ // End modern-normalize
1276
+
1277
+ // Constants
1278
+
1279
+ --border-radius-sm: 6px;
1280
+ --border-radius-md: 10px;
1281
+ --border-radius-lg: 24px;
1282
+ --border-radius-full: 9999px;
1283
+
1284
+ --primary-color: ${t=>t.accentColor};
1285
+ /* Same as primary color, but can be used with rgba */
1286
+ --primary-color-rgb: ${t=>`${Lt(t.accentColor).r}, ${Lt(t.accentColor).g}, ${Lt(t.accentColor).b}`};
1287
+ --primary-color-bg-1: rgba(var(--primary-color-rgb), 0.15);
1288
+ --primary-color-bg-2: rgba(var(--primary-color-rgb), 0.2);
1289
+
1290
+ --success-light: #4bd089;
1291
+ --success-dark: #22874f;
1292
+ --fail-light: #ff1f01;
1293
+ --fail-dark: #e61b00;
1294
+
1295
+ --light-theme-fg-1: #111827;
1296
+ --light-theme-fg-2: #374151;
1297
+ --light-theme-fg-3: #6b7280;
1298
+
1299
+ --light-theme-bg-3: #e1e7ef;
1300
+ --light-theme-bg-2: #f3f4f6;
1301
+ --light-theme-bg-1: #ffffff;
1302
+
1303
+ --disabled-bg: #d1d5db;
1304
+ --disabled-fg: #a8abb0;
1305
+
1306
+ --border-color-1: #d1d5db;
1307
+ --border-color-2: #e5e7eb;
1308
+ --border-color-active: rgba(var(--primary-color-rgb), 0.5);
1309
+
1235
1310
  // Privy styles
1236
1311
 
1237
- color: var(--text-dark-gray);
1312
+ color: var(--light-theme-fg-2);
1238
1313
 
1239
1314
  h3 {
1240
1315
  font-size: 16px;
1241
1316
  line-height: 24px;
1242
1317
  font-weight: 500;
1243
- color: var(--text-dark-gray);
1318
+ color: var(--light-theme-fg-2);
1244
1319
  }
1245
1320
 
1246
1321
  h4 {
1247
1322
  font-size: 14px;
1248
1323
  line-height: 20px;
1249
1324
  font-weight: 500;
1250
- color: var(--text-dark-gray);
1325
+ color: var(--light-theme-fg-2);
1251
1326
  }
1252
1327
 
1253
1328
  p {
1254
1329
  font-size: 13px;
1255
1330
  line-height: 20px;
1256
- color: var(--text-gray);
1331
+ color: var(--light-theme-fg-3);
1257
1332
  }
1258
1333
 
1259
1334
  button:focus,
@@ -1279,7 +1354,7 @@ Resources:
1279
1354
  display: none;
1280
1355
  }
1281
1356
  }
1282
- `;import{useEffect as Ts}from"react";import{useEffect as ti,useState as oi}from"react";import Rt from"styled-components";import{Fragment as Ls,jsx as Ae,jsxs as Mt}from"react/jsx-runtime";var ri={google:{name:"Google",component:ft},discord:{name:"Discord",component:pt},github:{name:"Github",component:ht},twitter:{name:"Twitter",component:ut}},ys=t=>t.charAt(0).toUpperCase()+t.slice(1),po=()=>{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)},ii=()=>{var A;let[t,e]=oi(!1),[o,r]=oi(void 0),{getAuthMeta:i,initLoginWithOAuth:n,loginWithOAuth:s,closePrivyModal:c}=P(),{ready:m}=N(),p=((A=i())==null?void 0:A.provider)||"google",S=ri[p].name,v=ri[p].component;ti(()=>{!m||s().then(()=>{po(),e(!0)}).catch(l=>{let y={retryable:!1,message:"Authentication failed."};l.message.includes("Another user has already linked this")?y.detail="This account has already been linked to another user.":l.message==="Invalid code during oauth flow."?(y.retryable=!0,y.detail="Something went wrong. Try again."):l.message==="User denied confirmation during OAuth flow"&&(y.detail=`Retry and check ${ys(p)} to finish connecting your account.`,y.retryable=!0),po(),r(y)})},[m]),ti(()=>{if(!t)return;let l=setTimeout(c,Ee);return()=>clearTimeout(l)},[t]);let x=t?`Successfully connected with ${S}`:o?o.message:`Verifying connection to ${S}`,L="";return t?L="You\u2019re good to go!":o?L=o.detail:L="Just a few moments more",Mt(Ls,{children:[Ae(k,{}),Mt(bs,{children:[Ae(vs,{children:Mt("div",{children:[Ae(wt,{success:t,fail:!!o}),Ae(v,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),Mt(Cs,{children:[Ae("h3",{children:x}),Ae("p",{children:L})]}),Ae(xs,{onClick:()=>{po(),n(p),r(void 0)},visible:!t&&(o==null?void 0:o.retryable),disabled:!t&&!(o!=null&&o.retryable),children:"Retry"})]})]})},bs=Rt.div`
1357
+ `;import{useEffect as Ks}from"react";import{useEffect as hi,useState as mi}from"react";import Dt from"styled-components";import{Fragment as Bs,jsx as ke,jsxs as Ft}from"react/jsx-runtime";var fi={google:{name:"Google",component:vt},discord:{name:"Discord",component:wt},github:{name:"Github",component:yt},twitter:{name:"Twitter",component:gt}},Us=t=>t.charAt(0).toUpperCase()+t.slice(1),Co=()=>{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)},gi=()=>{var d;let[t,e]=mi(!1),[o,r]=mi(void 0),{getAuthMeta:i,initLoginWithOAuth:n,loginWithOAuth:s,closePrivyModal:p}=_(),{ready:m}=R(),u=((d=i())==null?void 0:d.provider)||"google",P=fi[u].name,A=fi[u].component;hi(()=>{!m||s().then(()=>{Co(),e(!0)}).catch(b=>{let C={retryable:!1,message:"Authentication failed."};b.message.includes("Another user has already linked this")?C.detail="This account has already been linked to another user.":b.message==="Invalid code during oauth flow."?(C.retryable=!0,C.detail="Something went wrong. Try again."):b.message==="User denied confirmation during OAuth flow"&&(C.detail=`Retry and check ${Us(u)} to finish connecting your account.`,C.retryable=!0),Co(),r(C)})},[m]),hi(()=>{if(!t)return;let b=setTimeout(p,Pe);return()=>clearTimeout(b)},[t]);let k=t?`Successfully connected with ${P}`:o?o.message:`Verifying connection to ${P}`,y="";return t?y="You\u2019re good to go!":o?y=o.detail:y="Just a few moments more",Ft(Bs,{children:[ke(L,{}),Ft(Fs,{children:[ke(Gs,{children:Ft("div",{children:[ke(xt,{success:t,fail:!!o}),ke(A,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),Ft(Ds,{children:[ke("h3",{children:k}),ke("p",{children:y})]}),ke(Vs,{onClick:()=>{Co(),n(u),r(void 0)},visible:!t&&(o==null?void 0:o.retryable),disabled:!t&&!(o!=null&&o.retryable),children:"Retry"})]})]})},Fs=Dt.div`
1283
1358
  display: flex;
1284
1359
  flex-direction: column;
1285
1360
  align-items: center;
@@ -1287,11 +1362,11 @@ Resources:
1287
1362
  margin-left: 27px;
1288
1363
  margin-right: 27px;
1289
1364
  gap: 24px;
1290
- `,Cs=Rt.div`
1365
+ `,Ds=Dt.div`
1291
1366
  display: flex;
1292
1367
  flex-direction: column;
1293
1368
  gap: 8px;
1294
- `,vs=Rt.div`
1369
+ `,Gs=Dt.div`
1295
1370
  display: flex;
1296
1371
  flex-direction: column;
1297
1372
  justify-content: center;
@@ -1314,19 +1389,19 @@ Resources:
1314
1389
  left: -19px;
1315
1390
  top: -19px;
1316
1391
  }
1317
- `,xs=Rt.button`
1392
+ `,Vs=Dt.button`
1318
1393
  && {
1319
1394
  padding: 12px 16px;
1320
1395
  font-weight: 500;
1321
1396
  text-align: center;
1322
1397
  color: var(--primary-color);
1323
- background-color: #696efd1a;
1398
+ background-color: var(--primary-color-bg-1);
1324
1399
  border-radius: var(--border-radius-sm);
1325
1400
  min-width: 144px;
1326
1401
  opacity: ${t=>t.visible?"1":"0"};
1327
1402
  transition: opacity 200ms;
1328
1403
  }
1329
- `;import{Fragment as As,jsx as Oe,jsxs as Es}from"react/jsx-runtime";var ni=()=>{let{app:t}=w();return Es(As,{children:[Oe(k,{},"header"),Oe(Re,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:Oe(gt,{})}),Oe(de,{children:Oe(bt,{stacked:!0})}),Oe(q,{protectedByPrivy:!0})]})};import{Fragment as ks,jsx as Ue,jsxs as _s}from"react/jsx-runtime";var si=()=>{let{app:t}=w();return _s(ks,{children:[Ue(k,{},"header"),Ue(Re,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:Ue(Ct,{})}),Ue(de,{children:Ue(vt,{stacked:!0})}),Ue(q,{protectedByPrivy:!0})]})};import{Fragment as Ps,jsx as Je,jsxs as ai}from"react/jsx-runtime";var li=()=>{let{app:t}=w();return ai(Ps,{children:[Je(k,{},"header"),Je(kr,{title:"Connect your wallet",description:`Link a wallet to your ${t==null?void 0:t.name} account`}),ai(de,{children:[Je(dt,{}),Je(ct,{})]}),Je(q,{protectedByPrivy:!0})]})};import{jsx as M,jsxs as di}from"react/jsx-runtime";var Is=()=>{let{ready:t}=N(),{isLinking:e}=P(),{ready:o,currentScreen:r}=w(),i;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN"].includes(r)?i="compact":"WALLET_EDUCATION"===r?i="full":e?i="medium":i="full",!t||!o?di(Et,{"data-height":i,children:[M(k,{}),M(Ws,{children:M(ue,{})}),M(ee,{})]}):di(Et,{"data-height":i,children:[r==="LANDING"&&M(Lr,{}),r==="AWAITING_PASSWORDLESS_CODE"&&M(Ir,{}),r==="WALLET_EDUCATION"&&M(Br,{}),r==="AWAITING_CONNECTION"&&M(qr,{}),r==="AWAITING_OAUTH_SCREEN"&&M(ii,{}),r==="INSTALL_METAMASK_SCREEN"&&M(Jr,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&M(Xr,{}),r==="LINK_EMAIL_SCREEN"&&M(ni,{}),r==="LINK_PHONE_SCREEN"&&M(si,{}),r==="LINK_WALLET_SCREEN"&&M(li,{})]})},ci=()=>{let{app:t}=w();return Ss.createPortal(M(Rs,{id:"privy-dialog",children:M(ei,{accentColor:t==null?void 0:t.accentColor,children:M(Is,{})})}),document.body)},Ms=({children:t,...e})=>(Ts(()=>{var r;(r=document==null?void 0:document.activeElement)==null||r.blur();let o=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));if(!!o)return o.setAttribute("inert","true"),()=>{let i=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));!i||i.removeAttribute("inert")}},[e.open,e.onClose]),M("dialog",{open:!0,role:"dialog",...e,children:t})),Rs=ho(Ms)`
1404
+ `;import{Fragment as Hs,jsx as De,jsxs as zs}from"react/jsx-runtime";var wi=()=>{let{app:t}=g();return zs(Hs,{children:[De(L,{},"header"),De(Oe,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:De(bt,{})}),De(ce,{children:De(At,{stacked:!0})}),De(K,{protectedByPrivy:!0})]})};import{Fragment as js,jsx as Ge,jsxs as Zs}from"react/jsx-runtime";var yi=()=>{let{app:t}=g();return Zs(js,{children:[Ge(L,{},"header"),Ge(Oe,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:Ge(Et,{})}),Ge(ce,{children:Ge(kt,{stacked:!0})}),Ge(K,{protectedByPrivy:!0})]})};import{Fragment as $s,jsx as tt,jsxs as Ci}from"react/jsx-runtime";var vi=()=>{let{app:t}=g();return Ci($s,{children:[tt(L,{},"header"),tt(Rr,{title:"Connect your wallet",description:`Link a wallet to your ${t==null?void 0:t.name} account`}),Ci(ce,{children:[tt(mt,{}),tt(ft,{})]}),tt(K,{protectedByPrivy:!0})]})};import{jsx as T,jsxs as bi}from"react/jsx-runtime";var Js=()=>{let{ready:t}=R(),{isLinking:e}=_(),{ready:o,currentScreen:r}=g(),i;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN","ALLOWLIST_REJECTION_SCREEN"].includes(r)?i="compact":"WALLET_EDUCATION"===r?i="full":e?i="medium":i="full",!t||!o?bi(Tt,{"data-height":i,children:[T(L,{}),T(Xs,{children:T(ue,{})}),T(oe,{})]}):bi(Tt,{"data-height":i,children:[r==="LANDING"&&T(Tr,{}),r==="AWAITING_PASSWORDLESS_CODE"&&T(Fr,{}),r==="WALLET_EDUCATION"&&T(ti,{}),r==="AWAITING_CONNECTION"&&T(ai,{}),r==="AWAITING_OAUTH_SCREEN"&&T(gi,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&T(Hr,{}),r==="INSTALL_METAMASK_SCREEN"&&T(di,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&T(pi,{}),r==="LINK_EMAIL_SCREEN"&&T(wi,{}),r==="LINK_PHONE_SCREEN"&&T(yi,{}),r==="LINK_WALLET_SCREEN"&&T(vi,{})]})},xi=()=>{let{app:t}=g();return qs.createPortal(T(Qs,{id:"privy-dialog",children:T(ui,{accentColor:t==null?void 0:t.accentColor,children:T(Js,{})})}),document.body)},Ys=({children:t,...e})=>(Ks(()=>{var r;(r=document==null?void 0:document.activeElement)==null||r.blur();let o=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));if(!!o)return o.setAttribute("inert","true"),()=>{let i=(document==null?void 0:document.getElementById("root"))||(document==null?void 0:document.getElementById("__next"));!i||i.removeAttribute("inert")}},[e.open,e.onClose]),T("dialog",{open:!0,role:"dialog",...e,children:t})),Qs=vo(Ys)`
1330
1405
  position: fixed;
1331
1406
  top: 0;
1332
1407
  left: 0;
@@ -1341,7 +1416,7 @@ Resources:
1341
1416
  z-index: 999999;
1342
1417
  -webkit-backdrop-filter: blur(3px);
1343
1418
  backdrop-filter: blur(3px);
1344
- `,Et=ho.div`
1419
+ `,Tt=vo.div`
1345
1420
  line-height: 20px;
1346
1421
  width: 360px;
1347
1422
  height: auto;
@@ -1349,7 +1424,7 @@ Resources:
1349
1424
  display: flex;
1350
1425
  flex-direction: column;
1351
1426
  font-size: 14px;
1352
- background: #ffffff;
1427
+ background: var(--light-theme-bg-1);
1353
1428
  box-shadow: 0px 8px 36px rgba(55, 65, 81, 0.15);
1354
1429
  border-radius: 24px;
1355
1430
  padding: 24px;
@@ -1379,10 +1454,10 @@ Resources:
1379
1454
  min-height: 0;
1380
1455
  }
1381
1456
  }
1382
- `,Ws=ho.div`
1457
+ `,Xs=vo.div`
1383
1458
  display: flex;
1384
1459
  flex-direction: column;
1385
1460
  align-items: center;
1386
1461
  justify-content: center;
1387
1462
  height: 100%;
1388
- `;import{Fragment as Vs,jsx as Qe,jsxs as Hs}from"react/jsx-runtime";function Os(t){return typeof t=="string"&&t.length===25}var Nt;function Us(){if(!Nt){let t=E.get(ke);return Promise.resolve(t||null)}return Nt.getAccessToken()}var Ds=t=>{if(!Os(t.appId))throw new u("Cannot initialize the Privy provider with an invalid Privy app ID");let[e,o]=re(null);return Wt(()=>{Nt=new Ve({appId:t.appId,apiURL:yo}),o(Nt)},[]),e===null?Qe(Vs,{}):Qe(Gs,{...t,client:e})},Fs=(t,e)=>{if(e)return{email:!1,sms:!1,wallet:!1,google:!1,twitter:!1,discord:!1,github:!1,[e]:!0};let o=!!(t!=null&&t.emailAuth),r=!!(t!=null&&t.smsAuth);return o&&r&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),r=!1),{email:o,sms:r,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)}},Gs=t=>{let e=t.client,[o,r]=re(!1),[i,n]=re(!1),[s,c]=re(!1),[m,p]=re(null),[S,v]=re(!1),[x,L]=re({accentColor:"#696ffd",theme:"System",showWalletLoginFirst:!0,walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[A,l]=re(null),[y,G]=re(!1);Wt(()=>{async function a(){let d=await e.getAppSettings();L(d)}a()},[]);let W=Fs(x,A),ie=()=>{let a=new URLSearchParams(window.location.search),d=a.get("privy_oauth_code"),_=a.get("privy_oauth_state"),T=a.get("privy_oauth_provider");d&&_&&T&&(e.startAuthFlow(new Se(T,d,_)),l(T),r(!0))};Wt(()=>{async function a(){ie();let d=await e.getAuthenticatedUser();c(!!d),p(d),n(!0)}a()},[]),Wt(()=>{i&&s&&m===null&&e.getAuthenticatedUser().then(p)},[i,s,m]);let b={ready:i,authenticated:s,user:m,walletConnector:e.connector,linkWallet:()=>{l("wallet"),G(!0),r(!0)},linkEmail:()=>{l("email"),G(!0),r(!0)},linkPhone:()=>{l("sms"),G(!0),r(!0)},linkGoogle:async()=>{await U.initLoginWithOAuth("google")},linkTwitter:async()=>{await U.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await U.initLoginWithOAuth("discord")},linkGithub:async()=>{await U.initLoginWithOAuth("github")},login:()=>{if(i&&s){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}r(!0)},logout:async()=>{await e.logout(),p(null),c(!1),l(null),G(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connector.getEthereumProvider(),getEthersProvider:()=>new Ns(new ge(e.connector.getEthereumProvider())),getWeb3jsProvider:()=>new st(e.connector.getEthereumProvider()),unlinkWallet:async a=>{let d=await e.unlinkWallet(a);return p(d),d},unlinkEmail:async a=>{let d=await e.unlinkEmail(a);return p(d),d},unlinkPhone:async a=>{let d=await e.unlinkPhone(a);return p(d),d},unlinkGoogle:async a=>{let d=await e.unlinkOAuth("google",a);return p(d),d},unlinkTwitter:async a=>{let d=await e.unlinkOAuth("twitter",a);return p(d),d},unlinkDiscord:async a=>{let d=await e.unlinkOAuth("discord",a);return p(d),d},unlinkGithub:async a=>{let d=await e.unlinkOAuth("github",a);return p(d),d},setActiveWallet:a=>{if(!m)return;let d=e.setActiveWallet(a,m);p(d)},forkSession:()=>e.forkSession()},U={isLinking:y,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var a;return(a=e.authFlow)==null?void 0:a.meta},closePrivyModal:()=>{var a;i&&s&&m&&((a=t.onSuccess)==null||a.call(t,m,S)),e.authFlow=void 0,l(null),G(!1),v(!1),r(!1)},initLoginWithWallet:a=>{a||(a="metamask"),e.connector.walletType=a,e.startAuthFlow(new He(e.connector))},initLoginWithOAuth:async a=>{e.startAuthFlow(new Se(a));let d=await e.authFlow.getAuthorizationUrl();d&&d.url&&window.location.assign(d.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof Se))throw new u("Must initialize OAuth flow before calling loginWithOAuth");let a,d;i&&s?a=await e.link():{user:a,isNewUser:d}=await e.authenticate(),p(a),v(d||!1),c(!0)},loginWithWallet:async()=>{if(!(e.authFlow instanceof He))throw new u("Must initialize SIWE flow first.");let a,d;y?(a=await e.link(),a&&(E.del(K),a=De(a))):{user:a,isNewUser:d}=await e.authenticate(),p(a||m||null),v(d||!1),c(!0)},loginWithEmail:async a=>{let d=new Be(a);e.startAuthFlow(d),await d.sendCodeEmail()},loginWithSms:async a=>{let d=new ze(a);e.startAuthFlow(d),await d.sendSmsCode()},resendEmailCode:async()=>{var a;await((a=e.authFlow)==null?void 0:a.sendCodeEmail())},resendSmsCode:async()=>{var a;await((a=e.authFlow)==null?void 0:a.sendSmsCode())},loginWithCode:async a=>{if(e.authFlow instanceof Be)e.authFlow.meta.emailCode=a.trim();else if(e.authFlow instanceof ze)e.authFlow.meta.smsCode=a.trim();else throw new u("Must initialize a passwordless code flow first");let d,_;y?d=await e.link():{user:d,isNewUser:_}=await e.authenticate(),p(d||m||null),v(_||!1),c(!0)},handleLoginError:async a=>{var d;e.authFlow=void 0,l(null),G(!1),v(!1),(d=t.onError)==null||d.call(t,a)}};return Hs($t.Provider,{value:b,children:[t.children,Qe(Kt.Provider,{value:U,children:Qe($o,{appSettings:x,options:W,visible:o,authenticated:s,children:o&&Qe(ci,{})})})]})};export{ge as AsExternalProvider,Ve as PrivyClient,Ge as PrivyConnector,Ds as PrivyProvider,fe as PrivyProxyProvider,Ft as VERSION,Us as getAccessToken,N as usePrivy};
1463
+ `;import{jsx as Gt,jsxs as sa}from"react/jsx-runtime";function ta(t){return typeof t=="string"&&t.length===25}var ot;function oa(){if(!ot){let t=U.get(Se);return Promise.resolve(t||null)}return ot.getAccessToken()}var ra=t=>{if(!ta(t.appId))throw new c("Cannot initialize the Privy provider with an invalid Privy app ID");return ot||(ot=new ze({appId:t.appId,apiURL:Eo})),Gt(na,{...t,client:ot})},ia=(t,e)=>{if(e)return{email:!1,sms:!1,wallet:!1,google:!1,twitter:!1,discord:!1,github:!1,[e]:!0};let o=!!(t!=null&&t.emailAuth),r=!!(t!=null&&t.smsAuth);return o&&r&&(console.warn("Enabling both email and SMS passwordless is not currently supported. Disabling SMS."),r=!1),{email:o,sms:r,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)}},na=t=>{let e=t.client,[o,r]=fe(!1),[i,n]=fe(!1),[s,p]=fe(!1),[m,u]=fe(null),[P,A]=fe(!1),[k,y]=fe({accentColor:"#696ffd",theme:"System",showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,errorCtaText:null,errorCtaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[d,b]=fe(null),[C,H]=fe(!1),ge=ia(k,d);Li(()=>{async function l(){let a=await e.getAppSettings();y(a),e.connectors.initialize(),I();let x=await e.getAuthenticatedUser();p(!!x),u(x),n(!0)}l()},[e]);let I=()=>{let l=new URLSearchParams(window.location.search),a=l.get("privy_oauth_code"),x=l.get("privy_oauth_state"),N=l.get("privy_oauth_provider");a&&x&&N&&(e.startAuthFlow(new Ie(N,a,x)),b(N),r(!0))};Li(()=>{i&&s&&m===null&&e.getAuthenticatedUser().then(u)},[i,s,m,e]);let F={ready:i,authenticated:s,user:m,walletConnectors:e.connectors,linkWallet:()=>{b("wallet"),H(!0),r(!0)},linkEmail:()=>{b("email"),H(!0),r(!0)},linkPhone:()=>{b("sms"),H(!0),r(!0)},linkGoogle:async()=>{await Z.initLoginWithOAuth("google")},linkTwitter:async()=>{await Z.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await Z.initLoginWithOAuth("discord")},linkGithub:async()=>{await Z.initLoginWithOAuth("github")},login:()=>{if(i&&s){console.warn("Attempted to log in, but user is already logged in. Use a `link` helper instead.");return}r(!0)},logout:async()=>{await e.logout(),u(null),p(!1),b(null),H(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>{if(!e.connectors.initialized)throw new c("Connector is not loaded");return e.connectors.getEthereumProvider()},getEthersProvider:()=>{if(!e.connectors.initialized)throw new c("Connector is not loaded");return new ea(new ye(e.connectors.getEthereumProvider()))},getWeb3jsProvider:()=>{if(!e.connectors.initialized)throw new c("Connector is not loaded");return new at(e.connectors.getEthereumProvider())},unlinkWallet:async l=>{let a=await e.unlinkWallet(l);return u(a),a},unlinkEmail:async l=>{let a=await e.unlinkEmail(l);return u(a),a},unlinkPhone:async l=>{let a=await e.unlinkPhone(l);return u(a),a},unlinkGoogle:async l=>{let a=await e.unlinkOAuth("google",l);return u(a),a},unlinkTwitter:async l=>{let a=await e.unlinkOAuth("twitter",l);return u(a),a},unlinkDiscord:async l=>{let a=await e.unlinkOAuth("discord",l);return u(a),a},unlinkGithub:async l=>{let a=await e.unlinkOAuth("github",l);return u(a),a},setActiveWallet:l=>{if(!m)return;let a=e.setActiveWallet(l,m);u(a)},forkSession:()=>e.forkSession()},Z=(()=>({isLinking:C,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var l;return(l=e.authFlow)==null?void 0:l.meta},closePrivyModal:()=>{var l;i&&s&&m&&((l=t.onSuccess)==null||l.call(t,m,P)),e.authFlow=void 0,b(null),H(!1),A(!1),r(!1)},initLoginWithWallet:l=>{if(!e.connectors)throw new c("Connector not initialized");l||(l="metamask"),e.startAuthFlow(new je(e.connectors,l))},loginWithWallet:async()=>{if(!(e.authFlow instanceof je))throw new c("Must initialize SIWE flow first.");let l,a;C?(l=await e.link(),l&&(l=He(l))):{user:l,isNewUser:a}=await e.authenticate(),u(l||m||null),A(a||!1),p(!0)},initLoginWithOAuth:async l=>{e.startAuthFlow(new Ie(l));let a=await e.authFlow.getAuthorizationUrl();a&&a.url&&window.location.assign(a.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof Ie))throw new c("Must initialize OAuth flow before calling loginWithOAuth");let l,a;i&&s?l=await e.link():{user:l,isNewUser:a}=await e.authenticate(),u(l),A(a||!1),p(!0)},initLoginWithEmail:async l=>{let a=new Ze(l);e.startAuthFlow(a),await a.sendCodeEmail()},initLoginWithSms:async l=>{let a=new $e(l);e.startAuthFlow(a),await a.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 Ze)e.authFlow.meta.emailCode=l.trim();else if(e.authFlow instanceof $e)e.authFlow.meta.smsCode=l.trim();else throw new c("Must initialize a passwordless code flow first");let a,x;C?a=await e.link():{user:a,isNewUser:x}=await e.authenticate(),u(a||m||null),A(x||!1),p(!0)}}))();return sa(Xt.Provider,{value:F,children:[t.children,Gt(eo.Provider,{value:Z,children:Gt(er,{appSettings:k,options:ge,visible:o,authenticated:s,children:o&&Gt(xi,{})})})]})};export{ye as AsExternalProvider,Be as ConnectorManager,ze as PrivyClient,ra as PrivyProvider,q as PrivyProxyProvider,zt as VERSION,oa as getAccessToken,R as usePrivy};