@privy-io/react-auth 1.13.0-beta.1 → 1.13.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";var _i=Object.create;var ct=Object.defineProperty;var Pi=Object.getOwnPropertyDescriptor;var Si=Object.getOwnPropertyNames;var Ti=Object.getPrototypeOf,Ii=Object.prototype.hasOwnProperty;var Ri=(t,e)=>{for(var o in e)ct(t,o,{get:e[o],enumerable:!0})},Ro=(t,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Si(e))!Ii.call(t,i)&&i!==o&&ct(t,i,{get:()=>e[i],enumerable:!(r=Pi(e,i))||r.enumerable});return t};var v=(t,e,o)=>(o=t!=null?_i(Ti(t)):{},Ro(e||!t||!t.__esModule?ct(o,"default",{value:t,enumerable:!0}):o,t)),Mi=t=>Ro(ct({},"__esModule",{value:!0}),t);var as={};Ri(as,{AsExternalProvider:()=>Le,PrivyClient:()=>ze,PrivyConnector:()=>He,PrivyProvider:()=>Ei,PrivyProxyProvider:()=>xe,VERSION:()=>ht,getAccessToken:()=>Ai,usePrivy:()=>U});module.exports=Mi(as);var j=require("react");var gt=v(require("axios"));var Mo=v(require("axios")),X=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}]`:""}`}},ut=class extends X{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},p=class extends X{constructor(o,r){super(o,r);this.type="client_error"}};var K=class extends X{constructor(o,r){super(o,r);this.type="connector_error"}},N=t=>{if(t instanceof X)return t;if(!Mo.default.isAxiosError(t))return q(t);if(!t.response)return new ut("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new ut(e||"ApiError",t.response.status,o||r,t)},q=t=>t instanceof X?t:t instanceof Error?new p(t.message,t):new p(`Internal error: ${t}`);var Wo="1.13.0-beta.1";var No="https://api.privy.io/v0",Oo=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",pt="4df5e2316331463a9130964bd6078dfa",Uo=1e4,Fe=1400,ht=Wo;var Ge="privy:token",mt="privy:refresh_token",se="privy:active_wallet",ft="privy:wallet_type",Do="walletconnect";var wt=class{constructor(e,o,r){this.appId=e,this.sdkVersion=ht,this.client=o,this.defaults=r}async get(e,o){try{return await gt.default.get(e,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw N(r)}}async post(e,o,r){try{return await gt.default.post(e,o,await this.buildConfig(r))}catch(i){throw N(i)}}async delete(e,o){try{return await gt.default.delete(e,await this.buildConfig(o))}catch(r){throw N(r)}}async buildConfig(e){if(e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,!e.headers.authorization){let o=await this.client.getAccessToken();o!==null&&(e.headers.authorization=`Bearer ${o}`)}return{...this.defaults,...e}}};var Fo=v(require("jose")),he=class{static parse(e){try{return new he(e)}catch{return null}}constructor(e){this.value=e,this._decoded=Fo.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 Ce=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 Jt=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]}},Yt=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 Ni(){return typeof window<"u"&&window.localStorage?new Yt:new Jt}var S=Ni();function be(t){return new Date(t*1e3)}function Oi(t){return t.map(e=>{switch(e.type){case"wallet":return{address:e.address,type:e.type,verifiedAt:be(e.verified_at),chainType:e.chain_type};case"email":return{address:e.address,type:e.type,verifiedAt:be(e.verified_at)};case"phone":return{number:e.phoneNumber,type:e.type,verifiedAt:be(e.verified_at)};case"google_oauth":return{subject:e.subject,email:e.email,name:e.name,type:e.type,verifiedAt:be(e.verified_at)};case"twitter_oauth":return{subject:e.subject,username:e.username,name:e.name,type:e.type,verifiedAt:be(e.verified_at)};case"discord_oauth":return{subject:e.subject,username:e.username,email:e.email,type:e.type,verifiedAt:be(e.verified_at)};case"github_oauth":return{subject:e.subject,username:e.username,name:e.name,email:e.email,type:e.type,verifiedAt:be(e.verified_at)};default:throw new p("Unrecognized account type")}})}function Ui(t,e){return e.find(o=>o.type==="wallet"&&o.address===t)}function ve(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function Qe(t){let e=t.linkedAccounts.map(s=>s.type==="wallet"?s.address:null),r=S.get(se);if(!r||!e.includes(r)){S.del(se);let s=ve(t.linkedAccounts,"wallet");s&&(r=s.address,S.put(se,r))}let i=Ui(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 me(t){if(!t)return null;let e=Oi(t.linked_accounts),o=ve(e,"wallet"),r=ve(e,"email"),i=ve(e,"phone"),n=ve(e,"google_oauth"),s=ve(e,"twitter_oauth"),u=ve(e,"discord_oauth"),m=ve(e,"github_oauth"),f={id:t.id,createdAt:be(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:u&&{subject:u.subject,username:u.username,email:u.email},github:m&&{subject:m.subject,username:m.username,name:m.name,email:m.email}};return Qe(f)}var Go=()=>"/api/v1/sessions",Vo=()=>"/api/v1/sessions/logout",Bo=()=>"/api/v1/sessions/fork",Ho=()=>"/api/v1/siwe/init",zo=()=>"/api/v1/siwe/authenticate",jo=()=>"/api/v1/siwe/link",$o=()=>"/api/v1/passwordless/init",Zo=()=>"/api/v1/passwordless/authenticate",Ko=()=>"/api/v1/passwordless/link",qo=()=>"/api/v1/passwordless_sms/init",Jo=()=>"/api/v1/passwordless_sms/authenticate",Yo=()=>"/api/v1/passwordless_sms/link",Qo=()=>"/api/v1/oauth/init",Xo=()=>"/api/v1/oauth/authenticate",er=()=>"/api/v1/oauth/link",tr=()=>"/api/v1/siwe/unlink",or=()=>"/api/v1/passwordless/unlink",rr=()=>"/api/v1/passwordless_sms/unlink",ir=()=>"/api/v1/oauth/unlink";var Di=30,yt=class{constructor(){this.authenticateOnce=new Ce(async e=>this._authenticate(e)),this.linkOnce=new Ce(async e=>this._link(e)),this.refreshOnce=new Ce(this._refresh.bind(this)),this.destroyOnce=new Ce(this._destroy.bind(this)),this.forkSessionOnce=new Ce(this._forkSession.bind(this))}get token(){try{let e=S.get(Ge);return typeof e=="string"?new he(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=S.get(mt);return typeof e=="string"?e:null}catch(e){return console.error(e),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasActiveToken(){let e=he.parse(this.token);return e!==null&&!e.isExpired(Di)}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:me(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),q(o)}}async _link(e){try{let o=await e.link();return me(o)}catch(o){throw console.warn("Error linking account"),q(o)}}async _refresh(){if(!this.api)throw new p("Session has no API instance");if(!this.client)throw new p("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(Go(),{refresh_token:o},{headers:{authorization:`Bearer ${this.token}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),me(r.data.user)}catch(r){throw q(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Vo(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new p("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(Bo(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw q(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),S.del(se)}storeToken(e){typeof e=="string"?S.put(Ge,e):S.del(Ge)}storeRefreshToken(e){typeof e=="string"?S.put(mt,e):S.del(mt)}};var ar=require("@ethersproject/address"),eo=v(require("@walletconnect/web3-provider"));var nr=require("@ethersproject/logger");var Ve=class extends K{constructor(){super("Wallet timeout");this.type="wallet_error"}},Ct=t=>{if(t instanceof K)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new Be(t);return t.code===nr.ErrorCode.ACTION_REJECTED&&(e.details=Me.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new Be(t):new K("Unknown connector error",t)},Qt=class extends X{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},Be=class extends Qt{constructor(o){var n,s,u;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:(u=r.message)!=null&&u.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Me.E32002_WALLET_LOCKED))}},Fi={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}},Gi={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,...Gi},bt={...Fi,...Me};var Bi=12e4,Xt=(t=new Ve,e=Bi)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),xe=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 K(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),Xt()]).catch(o=>{throw Ct(o)})}},Le=class extends xe{constructor(o){super(o)}},vt=class extends xe{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var lr=require("@ethersproject/providers");var sr=["metamask","coinbase_wallet","wallet_connect"];var dr=v(require("@coinbase/wallet-sdk")),Hi=()=>{let t=`https://mainnet.infura.io/v3/${pt}`,e=1;return new dr.default({appName:"Privy",darkMode:!1,headlessMode:!1}).makeWeb3Provider(t,e)},to=()=>{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},xt=()=>{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},He=class{constructor(){this.walletType=null;this.getEthereumProvider=()=>this.ethProvider;this.createSiweMessage=(e,o,r,i,n,s,u)=>`${r} wants you to sign in with your Ethereum account:
1
+ "use strict";var _i=Object.create;var ut=Object.defineProperty;var Pi=Object.getOwnPropertyDescriptor;var Si=Object.getOwnPropertyNames;var Ti=Object.getPrototypeOf,Ii=Object.prototype.hasOwnProperty;var Ri=(t,e)=>{for(var o in e)ut(t,o,{get:e[o],enumerable:!0})},Ro=(t,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Si(e))!Ii.call(t,i)&&i!==o&&ut(t,i,{get:()=>e[i],enumerable:!(r=Pi(e,i))||r.enumerable});return t};var v=(t,e,o)=>(o=t!=null?_i(Ti(t)):{},Ro(e||!t||!t.__esModule?ut(o,"default",{value:t,enumerable:!0}):o,t)),Mi=t=>Ro(ut({},"__esModule",{value:!0}),t);var as={};Ri(as,{AsExternalProvider:()=>Le,PrivyClient:()=>je,PrivyConnector:()=>ze,PrivyProvider:()=>Ei,PrivyProxyProvider:()=>xe,VERSION:()=>ht,getAccessToken:()=>Ai,usePrivy:()=>U});module.exports=Mi(as);var j=require("react");var gt=v(require("axios"));var Mo=v(require("axios")),X=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}]`:""}`}},Fe=class extends X{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},p=class extends X{constructor(o,r){super(o,r);this.type="client_error"}};var K=class extends X{constructor(o,r){super(o,r);this.type="connector_error"}},N=t=>{if(t instanceof X)return t;if(!Mo.default.isAxiosError(t))return q(t);if(!t.response)return new Fe("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new Fe(e||"ApiError",t.response.status,o||r,t)},q=t=>t instanceof X?t:t instanceof Error?new p(t.message,t):new p(`Internal error: ${t}`);var Wo="1.13.0-beta.2";var No="https://api.privy.io/v0",Oo=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",pt="4df5e2316331463a9130964bd6078dfa",Uo=1e4,Ge=1400,ht=Wo;var Ve="privy:token",mt="privy:refresh_token",se="privy:active_wallet",ft="privy:wallet_type",Do="walletconnect";var wt=class{constructor(e,o,r){this.appId=e,this.sdkVersion=ht,this.client=o,this.defaults=r}async get(e,o){try{return await gt.default.get(e,await this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw N(r)}}async post(e,o,r){try{return await gt.default.post(e,o,await this.buildConfig(r))}catch(i){throw N(i)}}async delete(e,o){try{return await gt.default.delete(e,await this.buildConfig(o))}catch(r){throw N(r)}}async buildConfig(e){if(e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,!e.headers.authorization){let o=await this.client.getAccessToken();o!==null&&(e.headers.authorization=`Bearer ${o}`)}return{...this.defaults,...e}}};var Fo=v(require("jose")),he=class{static parse(e){try{return new he(e)}catch{return null}}constructor(e){this.value=e,this._decoded=Fo.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 Ce=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 Jt=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]}},Yt=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 Ni(){return typeof window<"u"&&window.localStorage?new Yt:new Jt}var S=Ni();function be(t){return new Date(t*1e3)}function Oi(t){return t.map(e=>{switch(e.type){case"wallet":return{address:e.address,type:e.type,verifiedAt:be(e.verified_at),chainType:e.chain_type};case"email":return{address:e.address,type:e.type,verifiedAt:be(e.verified_at)};case"phone":return{number:e.phoneNumber,type:e.type,verifiedAt:be(e.verified_at)};case"google_oauth":return{subject:e.subject,email:e.email,name:e.name,type:e.type,verifiedAt:be(e.verified_at)};case"twitter_oauth":return{subject:e.subject,username:e.username,name:e.name,type:e.type,verifiedAt:be(e.verified_at)};case"discord_oauth":return{subject:e.subject,username:e.username,email:e.email,type:e.type,verifiedAt:be(e.verified_at)};case"github_oauth":return{subject:e.subject,username:e.username,name:e.name,email:e.email,type:e.type,verifiedAt:be(e.verified_at)};default:throw new p("Unrecognized account type")}})}function Ui(t,e){return e.find(o=>o.type==="wallet"&&o.address===t)}function ve(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function Xe(t){let e=t.linkedAccounts.map(s=>s.type==="wallet"?s.address:null),r=S.get(se);if(!r||!e.includes(r)){S.del(se);let s=ve(t.linkedAccounts,"wallet");s&&(r=s.address,S.put(se,r))}let i=Ui(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 me(t){if(!t)return null;let e=Oi(t.linked_accounts),o=ve(e,"wallet"),r=ve(e,"email"),i=ve(e,"phone"),n=ve(e,"google_oauth"),s=ve(e,"twitter_oauth"),u=ve(e,"discord_oauth"),m=ve(e,"github_oauth"),f={id:t.id,createdAt:be(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:u&&{subject:u.subject,username:u.username,email:u.email},github:m&&{subject:m.subject,username:m.username,name:m.name,email:m.email}};return Xe(f)}var Go=()=>"/api/v1/sessions",Vo=()=>"/api/v1/sessions/logout",Bo=()=>"/api/v1/sessions/fork",Ho=()=>"/api/v1/siwe/init",zo=()=>"/api/v1/siwe/authenticate",jo=()=>"/api/v1/siwe/link",$o=()=>"/api/v1/passwordless/init",Zo=()=>"/api/v1/passwordless/authenticate",Ko=()=>"/api/v1/passwordless/link",qo=()=>"/api/v1/passwordless_sms/init",Jo=()=>"/api/v1/passwordless_sms/authenticate",Yo=()=>"/api/v1/passwordless_sms/link",Qo=()=>"/api/v1/oauth/init",Xo=()=>"/api/v1/oauth/authenticate",er=()=>"/api/v1/oauth/link",tr=()=>"/api/v1/siwe/unlink",or=()=>"/api/v1/passwordless/unlink",rr=()=>"/api/v1/passwordless_sms/unlink",ir=()=>"/api/v1/oauth/unlink";var Di=30,yt=class{constructor(){this.authenticateOnce=new Ce(async e=>this._authenticate(e)),this.linkOnce=new Ce(async e=>this._link(e)),this.refreshOnce=new Ce(this._refresh.bind(this)),this.destroyOnce=new Ce(this._destroy.bind(this)),this.forkSessionOnce=new Ce(this._forkSession.bind(this))}get token(){try{let e=S.get(Ve);return typeof e=="string"?new he(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=S.get(mt);return typeof e=="string"?e:null}catch(e){return console.error(e),this.destroyLocalState(),null}}hasRefreshCredentials(){return typeof this.token=="string"&&typeof this.refreshToken=="string"}hasActiveToken(){let e=he.parse(this.token);return e!==null&&!e.isExpired(Di)}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:me(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),q(o)}}async _link(e){try{let o=await e.link();return me(o)}catch(o){throw console.warn("Error linking account"),q(o)}}async _refresh(){if(!this.api)throw new p("Session has no API instance");if(!this.client)throw new p("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(Go(),{refresh_token:o},{headers:{authorization:`Bearer ${this.token}`}});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),me(r.data.user)}catch(r){if(r instanceof Fe&&r.status===400&&r.message==="Invalid auth token")return this.destroyLocalState(),null;throw q(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Vo(),{refresh_token:this.refreshToken}))}catch{console.warn("Error destroying session")}this.destroyLocalState()}async _forkSession(){if(!this.api)throw new p("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(Bo(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw q(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),S.del(se)}storeToken(e){typeof e=="string"?S.put(Ve,e):S.del(Ve)}storeRefreshToken(e){typeof e=="string"?S.put(mt,e):S.del(mt)}};var ar=require("@ethersproject/address"),eo=v(require("@walletconnect/web3-provider"));var nr=require("@ethersproject/logger");var Be=class extends K{constructor(){super("Wallet timeout");this.type="wallet_error"}},Ct=t=>{if(t instanceof K)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new He(t);return t.code===nr.ErrorCode.ACTION_REJECTED&&(e.details=Me.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new He(t):new K("Unknown connector error",t)},Qt=class extends X{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},He=class extends Qt{constructor(o){var n,s,u;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:(u=r.message)!=null&&u.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Me.E32002_WALLET_LOCKED))}},Fi={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}},Gi={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,...Gi},bt={...Fi,...Me};var Bi=12e4,Xt=(t=new Be,e=Bi)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),xe=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 K(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),Xt()]).catch(o=>{throw Ct(o)})}},Le=class extends xe{constructor(o){super(o)}},vt=class extends xe{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var lr=require("@ethersproject/providers");var sr=["metamask","coinbase_wallet","wallet_connect"];var dr=v(require("@coinbase/wallet-sdk")),Hi=()=>{let t=`https://mainnet.infura.io/v3/${pt}`,e=1;return new dr.default({appName:"Privy",darkMode:!1,headlessMode:!1}).makeWeb3Provider(t,e)},to=()=>{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},xt=()=>{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},ze=class{constructor(){this.walletType=null;this.getEthereumProvider=()=>this.ethProvider;this.createSiweMessage=(e,o,r,i,n,s,u)=>`${r} wants you to sign in with your Ethereum account:
2
2
  ${o}
3
3
 
4
4
  ${u}
@@ -9,7 +9,7 @@ Chain ID: ${e}
9
9
  Nonce: ${s}
10
10
  Issued At: ${n}
11
11
  Resources:
12
- - https://privy.io`;this.ethProvider=new xe}initialize(){let e=S.get(ft);sr.includes(e)&&(this.walletType=e,this.connect({showPrompt:!1}))}destroy(){this.walletType=null,S.del(ft),S.del(Do)}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(Hi());break;case"wallet_connect":let r=new eo.default({infuraId:pt});this.ethProvider.setProvider(r);break;default:throw new K(`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 K(`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 eo.default({infuraId:pt});this.ethProvider.setProvider(o),await Promise.race([o.enable(),Xt()]);break;default:throw new K(`Unsupported wallet: ${this.walletType}`)}S.put(ft,e)}catch(o){throw Ct(o)}}async sign(e){return new lr.Web3Provider(new Le(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.",u=new Date().toISOString();return this.createSiweMessage(e,o,i,n,u,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?(0,ar.getAddress)(e[0]):null}};var oo,ze=class{constructor(e){let o=e.apiURL||No,r=e.timeout||Uo;this.appId=e.appId,this.connector=new He,this.connector.initialize(),oo||(oo=new yt),this.session=oo,this.api=new wt(e.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}authenticate(){if(!this.authFlow)throw new p("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new p("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(or(),{address:e});return me(o.data)}catch(o){throw q(o)}}async unlinkPhone(e){try{let o=await this.api.post(rr(),{phoneNumber:e});return me(o.data)}catch(o){throw q(o)}}async unlinkWallet(e){try{let o=await this.api.post(tr(),{address:e});return me(o.data)}catch(o){throw q(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(ir(),{provider:e,subject:o});return me(r.data)}catch(r){throw q(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(e){var o;return this.session.hasActiveToken()?((o=he.parse(this.session.token))==null?void 0:o.audience)!==this.appId?(await this.logout(),null):this.session.token:!(e!=null&&e.disableAutoRefresh)&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getAppSettings(){try{let e=await this.api.get(`/api/v1/apps/${this.appId}`);return{id:e.data.id,name:e.data.name,verificationKey:e.data.verification_key,logoUrl:e.data.logo_url||void 0,theme:e.data.theme,accentColor:e.data.accent_color||void 0,showWalletLoginFirst:e.data.show_wallet_login_first,allowlistConfig:{errorTitle:e.data.allowlist_config.error_title,errorDetail:e.data.allowlist_config.error_detail,ctaText:e.data.allowlist_config.cta_text,ctaLink:e.data.allowlist_config.cta_link},walletAuth:e.data.wallet_auth,emailAuth:e.data.email_auth,smsAuth:e.data.sms_auth,googleOAuth:e.data.google_oauth,twitterOAuth:e.data.twitter_oauth,discordOAuth:e.data.discord_oauth,githubOAuth:e.data.github_oauth,termsAndConditionsUrl:e.data.terms_and_conditions_url,privacyPolicyUrl:e.data.privacy_policy_url,createdAt:new Date(e.data.created_at*1e3),updatedAt:new Date(e.data.updated_at*1e3)}}catch(e){throw q(e)}}setActiveWallet(e,o){if(!o.linkedAccounts.map(i=>i.type==="wallet"?i.address:null).includes(e))throw new p("Cannot set an unlinked address as active.");return S.put(se,e),Qe(o)}async forkSession(){return await this.session.forkSession()}};var Li=require("@ethersproject/providers");var Lt=require("react");var w=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var ro=(0,Lt.createContext)({ready:!1,authenticated:!1,user:null,walletConnector:null,login:w,linkEmail:w,linkPhone:w,linkWallet:w,linkGoogle:w,linkTwitter:w,linkDiscord:w,linkGithub:w,logout:w,getAccessToken:w,getEthereumProvider:w,getEthersProvider:w,getWeb3jsProvider:w,unlinkEmail:w,unlinkPhone:w,unlinkWallet:w,unlinkGoogle:w,unlinkTwitter:w,unlinkDiscord:w,unlinkGithub:w,setActiveWallet:w,forkSession:w}),U=()=>(0,Lt.useContext)(ro);var Xe=class{constructor(e){this.connector=e,this.meta={wallet:this.connector.walletType}}async authenticate(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.connector.walletType)throw new p("Wallet must be specified");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(zo(),{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 N(e)}}async link(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.connector.walletType)throw new p("Wallet must be specified");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api);return(await this.api.post(jo(),{message:e,signature:o})).data}catch(e){throw N(e)}}async promptConnectAndSign(e){let o=await this.connector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(Ho(),{address:r}),s=this.connector.prepareMessage(i,r,n.data.nonce),u=await this.connector.sign(s);return{message:s,signature:u}}getEthereumProvider(){return this.connector.getEthereumProvider()}};var et=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new p("Email and email code must be set prior to calling authenticate.");try{let e=Zo(),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 N(e)}}async link(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new p("Email and email code must be set prior to calling authenticate.");try{let e=Ko();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw N(e)}}async sendCodeEmail(e){if(!this.api)throw new p("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new p("Email must be set when initialzing authentication.");try{let o=$o();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw N(o)}}};var tt=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new p("phone number and sms code must be set prior to calling authenticate.");try{let e=Jo(),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 N(e)}}async link(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new p("phone number and sms code must be set prior to calling authenticate.");try{let e=Yo();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw N(e)}}async sendSmsCode(e){if(!this.api)throw new p("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new p("phone nNumber must be set when initialzing authentication.");try{let o=qo();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw N(o)}}};var je=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 p("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new p("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new p("User denied confirmation during OAuth flow");try{let e=Xo(),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 N(e)}}async link(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new p("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new p("User denied confirmation during OAuth flow");try{let e=er();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw N(e)}}async getAuthorizationUrl(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.meta.provider)throw new p("Provider must be set when initialzing OAuth authentication.");try{let e=Qo();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw N(e)}}};var $d=require("wicg-inert"),bi=v(require("react-dom")),jt=v(require("styled-components"));var ae=require("react");var ur=require("react/jsx-runtime");function cr(t){return(0,ur.jsx)("link",{rel:"prefetch",href:t.src})}var At=require("react/jsx-runtime"),pr=(0,ae.createContext)({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1,github:!1},currentScreen:"LANDING",lastScreen:"LANDING",navigate:w,navigateBack:w}),hr=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=(0,ae.useState)("LANDING"),[s,u]=(0,ae.useState)("LANDING");(0,ae.useEffect)(()=>{o||n("LANDING")},[o]),(0,ae.useEffect)(()=>{r||(u("LANDING"),n("LANDING"))},[r]);let m={ready:!!(e!=null&&e.id),app:e,options:t.options,currentScreen:i,lastScreen:s,navigate:f=>{u(i),n(f)},navigateBack:()=>{n(s)}};return(0,At.jsxs)(pr.Provider,{value:m,children:[e&&e.logoUrl&&(0,At.jsx)(cr,{src:e.logoUrl}),t.children]})},y=()=>(0,ae.useContext)(pr);var Gt=require("react"),qe=v(require("styled-components"));var gr=v(require("styled-components"));var io=require("react/jsx-runtime"),mr=({style:t,...e})=>(0,io.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:(0,io.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});var no=require("react/jsx-runtime"),fr=({style:t,...e})=>(0,no.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:(0,no.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});var Et=require("react");var so=(0,Et.createContext)({isLinking:!1,getAuthMeta:w,getAuthFlow:w,closePrivyModal:w,initLoginWithWallet:w,loginWithWallet:w,loginWithCode:w,loginWithEmail:w,loginWithSms:w,resendEmailCode:w,resendSmsCode:w,initLoginWithOAuth:w,loginWithOAuth:w,handleLoginError:w}),I=()=>(0,Et.useContext)(so);var J=require("react/jsx-runtime"),zi=()=>(0,J.jsx)("div",{}),ji=({backFn:t})=>(0,J.jsx)("div",{children:(0,J.jsx)(fr,{onClick:t})}),$i=t=>(0,J.jsx)("div",{children:(0,J.jsx)("div",{children:(0,J.jsx)(mr,{onClick:t.onClose})})});var E=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=I();return(0,J.jsxs)(Zi,{children:[t?(0,J.jsx)(ji,{backFn:t}):(0,J.jsx)(zi,{}),(0,J.jsx)($i,{onClose:e||o})]})},Zi=gr.default.div`
12
+ - https://privy.io`;this.ethProvider=new xe}initialize(){let e=S.get(ft);sr.includes(e)&&(this.walletType=e,this.connect({showPrompt:!1}))}destroy(){this.walletType=null,S.del(ft),S.del(Do)}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(Hi());break;case"wallet_connect":let r=new eo.default({infuraId:pt});this.ethProvider.setProvider(r);break;default:throw new K(`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 K(`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 eo.default({infuraId:pt});this.ethProvider.setProvider(o),await Promise.race([o.enable(),Xt()]);break;default:throw new K(`Unsupported wallet: ${this.walletType}`)}S.put(ft,e)}catch(o){throw Ct(o)}}async sign(e){return new lr.Web3Provider(new Le(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.",u=new Date().toISOString();return this.createSiweMessage(e,o,i,n,u,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?(0,ar.getAddress)(e[0]):null}};var oo,je=class{constructor(e){let o=e.apiURL||No,r=e.timeout||Uo;this.appId=e.appId,this.connector=new ze,this.connector.initialize(),oo||(oo=new yt),this.session=oo,this.api=new wt(e.appId,this,{baseURL:o,timeout:r}),this.session.api=this.api,this.session.client=this}authenticate(){if(!this.authFlow)throw new p("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new p("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(or(),{address:e});return me(o.data)}catch(o){throw q(o)}}async unlinkPhone(e){try{let o=await this.api.post(rr(),{phoneNumber:e});return me(o.data)}catch(o){throw q(o)}}async unlinkWallet(e){try{let o=await this.api.post(tr(),{address:e});return me(o.data)}catch(o){throw q(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(ir(),{provider:e,subject:o});return me(r.data)}catch(r){throw q(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(e){var o;return this.session.hasActiveToken()?((o=he.parse(this.session.token))==null?void 0:o.audience)!==this.appId?(await this.logout(),null):this.session.token:!(e!=null&&e.disableAutoRefresh)&&this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getAppSettings(){try{let e=await this.api.get(`/api/v1/apps/${this.appId}`);return{id:e.data.id,name:e.data.name,verificationKey:e.data.verification_key,logoUrl:e.data.logo_url||void 0,theme:e.data.theme,accentColor:e.data.accent_color||void 0,showWalletLoginFirst:e.data.show_wallet_login_first,allowlistConfig:{errorTitle:e.data.allowlist_config.error_title,errorDetail:e.data.allowlist_config.error_detail,ctaText:e.data.allowlist_config.cta_text,ctaLink:e.data.allowlist_config.cta_link},walletAuth:e.data.wallet_auth,emailAuth:e.data.email_auth,smsAuth:e.data.sms_auth,googleOAuth:e.data.google_oauth,twitterOAuth:e.data.twitter_oauth,discordOAuth:e.data.discord_oauth,githubOAuth:e.data.github_oauth,termsAndConditionsUrl:e.data.terms_and_conditions_url,privacyPolicyUrl:e.data.privacy_policy_url,createdAt:new Date(e.data.created_at*1e3),updatedAt:new Date(e.data.updated_at*1e3)}}catch(e){throw q(e)}}setActiveWallet(e,o){if(!o.linkedAccounts.map(i=>i.type==="wallet"?i.address:null).includes(e))throw new p("Cannot set an unlinked address as active.");return S.put(se,e),Xe(o)}async forkSession(){return await this.session.forkSession()}};var Li=require("@ethersproject/providers");var Lt=require("react");var w=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var ro=(0,Lt.createContext)({ready:!1,authenticated:!1,user:null,walletConnector:null,login:w,linkEmail:w,linkPhone:w,linkWallet:w,linkGoogle:w,linkTwitter:w,linkDiscord:w,linkGithub:w,logout:w,getAccessToken:w,getEthereumProvider:w,getEthersProvider:w,getWeb3jsProvider:w,unlinkEmail:w,unlinkPhone:w,unlinkWallet:w,unlinkGoogle:w,unlinkTwitter:w,unlinkDiscord:w,unlinkGithub:w,setActiveWallet:w,forkSession:w}),U=()=>(0,Lt.useContext)(ro);var et=class{constructor(e){this.connector=e,this.meta={wallet:this.connector.walletType}}async authenticate(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.connector.walletType)throw new p("Wallet must be specified");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(zo(),{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 N(e)}}async link(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.connector.walletType)throw new p("Wallet must be specified");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api);return(await this.api.post(jo(),{message:e,signature:o})).data}catch(e){throw N(e)}}async promptConnectAndSign(e){let o=await this.connector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(Ho(),{address:r}),s=this.connector.prepareMessage(i,r,n.data.nonce),u=await this.connector.sign(s);return{message:s,signature:u}}getEthereumProvider(){return this.connector.getEthereumProvider()}};var tt=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new p("Email and email code must be set prior to calling authenticate.");try{let e=Zo(),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 N(e)}}async link(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new p("Email and email code must be set prior to calling authenticate.");try{let e=Ko();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw N(e)}}async sendCodeEmail(e){if(!this.api)throw new p("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new p("Email must be set when initialzing authentication.");try{let o=$o();return(await this.api.post(o,{email:this.meta.email})).data}catch(o){throw N(o)}}};var ot=class{constructor(e){this.meta={phoneNumber:e}}async authenticate(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new p("phone number and sms code must be set prior to calling authenticate.");try{let e=Jo(),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 N(e)}}async link(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new p("phone number and sms code must be set prior to calling authenticate.");try{let e=Yo();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw N(e)}}async sendSmsCode(e){if(!this.api)throw new p("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new p("phone nNumber must be set when initialzing authentication.");try{let o=qo();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw N(o)}}};var $e=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 p("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new p("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new p("User denied confirmation during OAuth flow");try{let e=Xo(),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 N(e)}}async link(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new p("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new p("User denied confirmation during OAuth flow");try{let e=er();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw N(e)}}async getAuthorizationUrl(){if(!this.api)throw new p("Auth flow has no API instance");if(!this.meta.provider)throw new p("Provider must be set when initialzing OAuth authentication.");try{let e=Qo();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw N(e)}}};var $d=require("wicg-inert"),bi=v(require("react-dom")),jt=v(require("styled-components"));var ae=require("react");var ur=require("react/jsx-runtime");function cr(t){return(0,ur.jsx)("link",{rel:"prefetch",href:t.src})}var At=require("react/jsx-runtime"),pr=(0,ae.createContext)({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1,github:!1},currentScreen:"LANDING",lastScreen:"LANDING",navigate:w,navigateBack:w}),hr=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=(0,ae.useState)("LANDING"),[s,u]=(0,ae.useState)("LANDING");(0,ae.useEffect)(()=>{o||n("LANDING")},[o]),(0,ae.useEffect)(()=>{r||(u("LANDING"),n("LANDING"))},[r]);let m={ready:!!(e!=null&&e.id),app:e,options:t.options,currentScreen:i,lastScreen:s,navigate:f=>{u(i),n(f)},navigateBack:()=>{n(s)}};return(0,At.jsxs)(pr.Provider,{value:m,children:[e&&e.logoUrl&&(0,At.jsx)(cr,{src:e.logoUrl}),t.children]})},y=()=>(0,ae.useContext)(pr);var Gt=require("react"),Je=v(require("styled-components"));var gr=v(require("styled-components"));var io=require("react/jsx-runtime"),mr=({style:t,...e})=>(0,io.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:(0,io.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});var no=require("react/jsx-runtime"),fr=({style:t,...e})=>(0,no.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:(0,no.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});var Et=require("react");var so=(0,Et.createContext)({isLinking:!1,getAuthMeta:w,getAuthFlow:w,closePrivyModal:w,initLoginWithWallet:w,loginWithWallet:w,loginWithCode:w,loginWithEmail:w,loginWithSms:w,resendEmailCode:w,resendSmsCode:w,initLoginWithOAuth:w,loginWithOAuth:w,handleLoginError:w}),I=()=>(0,Et.useContext)(so);var J=require("react/jsx-runtime"),zi=()=>(0,J.jsx)("div",{}),ji=({backFn:t})=>(0,J.jsx)("div",{children:(0,J.jsx)(fr,{onClick:t})}),$i=t=>(0,J.jsx)("div",{children:(0,J.jsx)("div",{children:(0,J.jsx)(mr,{onClick:t.onClose})})});var E=({backFn:t,onClose:e})=>{let{closePrivyModal:o}=I();return(0,J.jsxs)(Zi,{children:[t?(0,J.jsx)(ji,{backFn:t}):(0,J.jsx)(zi,{}),(0,J.jsx)($i,{onClose:e||o})]})},Zi=gr.default.div`
13
13
  height: 30px;
14
14
  display: flex;
15
15
  align-items: center;
@@ -72,7 +72,7 @@ Resources:
72
72
  @media (max-width: 440px) {
73
73
  height: 30px;
74
74
  }
75
- `;var uo=v(require("styled-components"));var D=require("react/jsx-runtime"),We=({style:t,...e})=>(0,D.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[(0,D.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"white"}),(0,D.jsx)("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M4.98753 5L12.7329 10.8299L11.3468 7.37954L4.98753 5ZM20.1987 18.4027L18.1166 21.5794L22.5723 22.8049L23.8454 18.4741L20.1987 18.4027ZM4.16064 18.4741L5.42775 22.8049L9.87153 21.5794L7.80133 18.4027L4.16064 18.4741Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M9.6336 13.0369L8.39624 14.9049L12.7984 15.1071L12.6556 10.3659L9.6336 13.0429V13.0369ZM18.3665 13.0429L15.2969 10.3064L15.1958 15.1071L19.5979 14.9049L18.3665 13.0429ZM9.87155 21.5794L12.5426 20.2945L10.2463 18.5098L9.87155 21.5794ZM15.4635 20.2886L18.1166 21.5794L17.7597 18.5039L15.4635 20.2886Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M18.1167 21.5794L15.4635 20.2944L15.6776 22.0196L15.6539 22.7513L18.1167 21.5794ZM9.87158 21.5794L12.3463 22.7513L12.3285 22.0196L12.5426 20.2944L9.87158 21.5794Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M12.3878 17.3616L10.1868 16.7191L11.7454 16.0052L12.3938 17.3616H12.3878ZM15.6062 17.3616L16.2605 15.9993L17.8251 16.7131L15.6062 17.3675V17.3616Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M9.87147 21.5794L10.2581 18.4027L7.80127 18.4741L9.87147 21.5794ZM17.7418 18.4027L18.1166 21.5794L20.1987 18.4741L17.7418 18.4027ZM19.6038 14.9048L15.2016 15.107L15.6061 17.3676L16.2605 15.9994L17.8251 16.7132L19.6038 14.9048ZM10.1868 16.7192L11.7454 16.0053L12.3938 17.3617L12.8042 15.1011L8.4021 14.9048L10.1868 16.7192Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M8.4021 14.9048L10.2462 18.5038L10.1868 16.7192L8.4021 14.9048ZM17.8251 16.7192L17.7537 18.5038L19.5978 14.9048L17.8251 16.7192ZM12.8042 15.107L12.3878 17.3676L12.9113 20.0327L13.0303 16.5169L12.8042 15.107ZM15.1957 15.107L14.9815 16.511L15.0886 20.0327L15.6061 17.3617L15.1957 15.1011V15.107Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M15.6062 17.3617L15.0887 20.0327L15.4635 20.2945L17.7538 18.5098L17.8252 16.7192L15.6062 17.3617ZM10.1869 16.7192L10.2463 18.5039L12.5426 20.2885L12.9114 20.0327L12.3939 17.3617L10.1809 16.7192H10.1869Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M15.6598 22.7513L15.6776 22.0196L15.4754 21.853H12.5248L12.3285 22.0196L12.3463 22.7513L9.87158 21.5793L10.7401 22.2932L12.495 23.5008H15.4992L17.26 22.2873L18.1167 21.5793L15.6539 22.7513H15.6598Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M15.4634 20.2885L15.0886 20.0327H12.9114L12.5425 20.2945L12.3284 22.0196L12.5247 21.8531H15.4753L15.6776 22.0196L15.4634 20.2945V20.2885Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M23.3456 11.1571L24 7.97442L23.0125 5L15.4575 10.5919L18.3664 13.0369L22.4711 14.2326L23.3754 13.1797L22.9827 12.8941L23.6074 12.323L23.1315 11.9542L23.7561 11.4783L23.3397 11.1571H23.3456ZM4 7.96847L4.66627 11.1571L4.23795 11.4723L4.87448 11.9482L4.39857 12.323L5.01725 12.8941L4.62463 13.1797L5.52885 14.2326L9.63355 13.0428L12.5425 10.586L4.98751 5L4 7.96847Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M22.4712 14.2325L18.3665 13.0428L19.6038 14.9048L17.7597 18.5038L20.1987 18.4741H23.8454L22.4712 14.2325ZM9.63358 13.0368L5.52888 14.2325L4.16064 18.4741H7.80728L10.2463 18.5038L8.40217 14.9048L9.63953 13.0368H9.63358ZM15.1957 15.107L15.4634 10.5859L16.6532 7.37354H11.3468L12.5366 10.5859L12.8043 15.107L12.9054 16.5229V20.0327H15.0887L15.1006 16.5229L15.1957 15.107Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"})]});var ot=require("react/jsx-runtime"),Ae=({style:t,...e})=>(0,ot.jsxs)("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[(0,ot.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,ot.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});var ge=require("react/jsx-runtime"),kt=({style:t,...e})=>(0,ge.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[(0,ge.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),(0,ge.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,ge.jsx)("path",{d:"M8.09448 10.3941C11.3558 7.20196 16.6442 7.20196 19.9055 10.3941L20.2982 10.7782C20.3369 10.8157 20.3677 10.8606 20.3887 10.9102C20.4097 10.9599 20.4206 11.0132 20.4206 11.0671C20.4206 11.121 20.4097 11.1744 20.3887 11.224C20.3677 11.2737 20.3369 11.3186 20.2982 11.3561L18.9554 12.6702C18.9158 12.7086 18.8628 12.7301 18.8077 12.7301C18.7526 12.7301 18.6996 12.7086 18.66 12.6702L18.1198 12.1415C15.8448 9.91503 12.1557 9.91503 9.88015 12.1415L9.30167 12.7075C9.26207 12.7459 9.20909 12.7673 9.15395 12.7673C9.0988 12.7673 9.04582 12.7459 9.00622 12.7075L7.66346 11.3934C7.62475 11.3559 7.59397 11.3109 7.57295 11.2613C7.55193 11.2117 7.5411 11.1583 7.5411 11.1044C7.5411 11.0505 7.55193 10.9971 7.57295 10.9475C7.59397 10.8979 7.62475 10.8529 7.66346 10.8154L8.09448 10.3941ZM22.6829 13.1115L23.8776 14.2814C23.9163 14.319 23.9471 14.3639 23.9681 14.4135C23.9892 14.4632 24 14.5165 24 14.5704C24 14.6243 23.9892 14.6777 23.9681 14.7273C23.9471 14.777 23.9163 14.8219 23.8776 14.8594L18.4893 20.1332C18.4102 20.2101 18.3042 20.2531 18.1938 20.2531C18.0835 20.2531 17.9775 20.2101 17.8984 20.1332L14.0743 16.3901C14.0545 16.3708 14.0279 16.36 14.0003 16.36C13.9726 16.36 13.9461 16.3708 13.9263 16.3901L10.1021 20.1332C10.023 20.2101 9.91703 20.2531 9.8067 20.2531C9.69636 20.2531 9.59038 20.2101 9.51124 20.1332L4.12236 14.8594C4.08365 14.8219 4.05287 14.777 4.03185 14.7273C4.01083 14.6777 4 14.6243 4 14.5704C4 14.5165 4.01083 14.4632 4.03185 14.4135C4.05287 14.3639 4.08365 14.319 4.12236 14.2814L5.31767 13.1115C5.39678 13.0348 5.50265 12.9919 5.61285 12.9919C5.72305 12.9919 5.82892 13.0348 5.90803 13.1115L9.73216 16.8546C9.75194 16.874 9.7785 16.8848 9.80616 16.8848C9.83381 16.8848 9.86037 16.874 9.88015 16.8546L13.7043 13.1115C13.7834 13.0346 13.8894 12.9916 13.9997 12.9916C14.1101 12.9916 14.216 13.0346 14.2952 13.1115L18.1198 16.8546C18.1396 16.874 18.1662 16.8848 18.1938 16.8848C18.2215 16.8848 18.2481 16.874 18.2678 16.8546L22.092 13.1115C22.1711 13.0346 22.2771 12.9916 22.3874 12.9916C22.4977 12.9916 22.6037 13.0346 22.6829 13.1115Z",fill:"white"})}),(0,ge.jsx)("defs",{children:(0,ge.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,ge.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});var co=require("react-device-detect");var _t=require("react-device-detect"),ao=t=>{let e=new URL(window.location.href);if(!window.ethereum&&_t.isMobile){let o;switch(t){case"metamask":_t.isIOS?o="dapp://"+e.hostname+e.pathname:o="https://metamask.app.link/dapp/"+e.hostname+e.pathname;break;case"coinbase_wallet":o="https://go.cb-w.com/dapp?cb_url="+encodeURIComponent(e.href.replace(/\/$/g,""));break;case"wallet_connect":break;default:break}o&&window.location.assign(o)}};var wr=v(require("styled-components")),yr=wr.default.span`
75
+ `;var uo=v(require("styled-components"));var D=require("react/jsx-runtime"),We=({style:t,...e})=>(0,D.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[(0,D.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"white"}),(0,D.jsx)("path",{d:"M23.0126 5L15.1958 10.7823L16.6533 7.37359L23.0126 5Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M4.98753 5L12.7329 10.8299L11.3468 7.37954L4.98753 5ZM20.1987 18.4027L18.1166 21.5794L22.5723 22.8049L23.8454 18.4741L20.1987 18.4027ZM4.16064 18.4741L5.42775 22.8049L9.87153 21.5794L7.80133 18.4027L4.16064 18.4741Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M9.6336 13.0369L8.39624 14.9049L12.7984 15.1071L12.6556 10.3659L9.6336 13.0429V13.0369ZM18.3665 13.0429L15.2969 10.3064L15.1958 15.1071L19.5979 14.9049L18.3665 13.0429ZM9.87155 21.5794L12.5426 20.2945L10.2463 18.5098L9.87155 21.5794ZM15.4635 20.2886L18.1166 21.5794L17.7597 18.5039L15.4635 20.2886Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M18.1167 21.5794L15.4635 20.2944L15.6776 22.0196L15.6539 22.7513L18.1167 21.5794ZM9.87158 21.5794L12.3463 22.7513L12.3285 22.0196L12.5426 20.2944L9.87158 21.5794Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M12.3878 17.3616L10.1868 16.7191L11.7454 16.0052L12.3938 17.3616H12.3878ZM15.6062 17.3616L16.2605 15.9993L17.8251 16.7131L15.6062 17.3675V17.3616Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M9.87147 21.5794L10.2581 18.4027L7.80127 18.4741L9.87147 21.5794ZM17.7418 18.4027L18.1166 21.5794L20.1987 18.4741L17.7418 18.4027ZM19.6038 14.9048L15.2016 15.107L15.6061 17.3676L16.2605 15.9994L17.8251 16.7132L19.6038 14.9048ZM10.1868 16.7192L11.7454 16.0053L12.3938 17.3617L12.8042 15.1011L8.4021 14.9048L10.1868 16.7192Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M8.4021 14.9048L10.2462 18.5038L10.1868 16.7192L8.4021 14.9048ZM17.8251 16.7192L17.7537 18.5038L19.5978 14.9048L17.8251 16.7192ZM12.8042 15.107L12.3878 17.3676L12.9113 20.0327L13.0303 16.5169L12.8042 15.107ZM15.1957 15.107L14.9815 16.511L15.0886 20.0327L15.6061 17.3617L15.1957 15.1011V15.107Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M15.6062 17.3617L15.0887 20.0327L15.4635 20.2945L17.7538 18.5098L17.8252 16.7192L15.6062 17.3617ZM10.1869 16.7192L10.2463 18.5039L12.5426 20.2885L12.9114 20.0327L12.3939 17.3617L10.1809 16.7192H10.1869Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M15.6598 22.7513L15.6776 22.0196L15.4754 21.853H12.5248L12.3285 22.0196L12.3463 22.7513L9.87158 21.5793L10.7401 22.2932L12.495 23.5008H15.4992L17.26 22.2873L18.1167 21.5793L15.6539 22.7513H15.6598Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M15.4634 20.2885L15.0886 20.0327H12.9114L12.5425 20.2945L12.3284 22.0196L12.5247 21.8531H15.4753L15.6776 22.0196L15.4634 20.2945V20.2885Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M23.3456 11.1571L24 7.97442L23.0125 5L15.4575 10.5919L18.3664 13.0369L22.4711 14.2326L23.3754 13.1797L22.9827 12.8941L23.6074 12.323L23.1315 11.9542L23.7561 11.4783L23.3397 11.1571H23.3456ZM4 7.96847L4.66627 11.1571L4.23795 11.4723L4.87448 11.9482L4.39857 12.323L5.01725 12.8941L4.62463 13.1797L5.52885 14.2326L9.63355 13.0428L12.5425 10.586L4.98751 5L4 7.96847Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,D.jsx)("path",{d:"M22.4712 14.2325L18.3665 13.0428L19.6038 14.9048L17.7597 18.5038L20.1987 18.4741H23.8454L22.4712 14.2325ZM9.63358 13.0368L5.52888 14.2325L4.16064 18.4741H7.80728L10.2463 18.5038L8.40217 14.9048L9.63953 13.0368H9.63358ZM15.1957 15.107L15.4634 10.5859L16.6532 7.37354H11.3468L12.5366 10.5859L12.8043 15.107L12.9054 16.5229V20.0327H15.0887L15.1006 16.5229L15.1957 15.107Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.25",strokeLinecap:"round",strokeLinejoin:"round"})]});var rt=require("react/jsx-runtime"),Ae=({style:t,...e})=>(0,rt.jsxs)("svg",{width:"1024",height:"1024",viewBox:"0 0 1024 1024",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[(0,rt.jsx)("rect",{width:"1024",height:"1024",fill:"#0052FF",rx:100,ry:100}),(0,rt.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M152 512C152 710.823 313.177 872 512 872C710.823 872 872 710.823 872 512C872 313.177 710.823 152 512 152C313.177 152 152 313.177 152 512ZM420 396C406.745 396 396 406.745 396 420V604C396 617.255 406.745 628 420 628H604C617.255 628 628 617.255 628 604V420C628 406.745 617.255 396 604 396H420Z",fill:"white"})]});var ge=require("react/jsx-runtime"),kt=({style:t,...e})=>(0,ge.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"28px",width:"28px",...t},...e,children:[(0,ge.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),(0,ge.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,ge.jsx)("path",{d:"M8.09448 10.3941C11.3558 7.20196 16.6442 7.20196 19.9055 10.3941L20.2982 10.7782C20.3369 10.8157 20.3677 10.8606 20.3887 10.9102C20.4097 10.9599 20.4206 11.0132 20.4206 11.0671C20.4206 11.121 20.4097 11.1744 20.3887 11.224C20.3677 11.2737 20.3369 11.3186 20.2982 11.3561L18.9554 12.6702C18.9158 12.7086 18.8628 12.7301 18.8077 12.7301C18.7526 12.7301 18.6996 12.7086 18.66 12.6702L18.1198 12.1415C15.8448 9.91503 12.1557 9.91503 9.88015 12.1415L9.30167 12.7075C9.26207 12.7459 9.20909 12.7673 9.15395 12.7673C9.0988 12.7673 9.04582 12.7459 9.00622 12.7075L7.66346 11.3934C7.62475 11.3559 7.59397 11.3109 7.57295 11.2613C7.55193 11.2117 7.5411 11.1583 7.5411 11.1044C7.5411 11.0505 7.55193 10.9971 7.57295 10.9475C7.59397 10.8979 7.62475 10.8529 7.66346 10.8154L8.09448 10.3941ZM22.6829 13.1115L23.8776 14.2814C23.9163 14.319 23.9471 14.3639 23.9681 14.4135C23.9892 14.4632 24 14.5165 24 14.5704C24 14.6243 23.9892 14.6777 23.9681 14.7273C23.9471 14.777 23.9163 14.8219 23.8776 14.8594L18.4893 20.1332C18.4102 20.2101 18.3042 20.2531 18.1938 20.2531C18.0835 20.2531 17.9775 20.2101 17.8984 20.1332L14.0743 16.3901C14.0545 16.3708 14.0279 16.36 14.0003 16.36C13.9726 16.36 13.9461 16.3708 13.9263 16.3901L10.1021 20.1332C10.023 20.2101 9.91703 20.2531 9.8067 20.2531C9.69636 20.2531 9.59038 20.2101 9.51124 20.1332L4.12236 14.8594C4.08365 14.8219 4.05287 14.777 4.03185 14.7273C4.01083 14.6777 4 14.6243 4 14.5704C4 14.5165 4.01083 14.4632 4.03185 14.4135C4.05287 14.3639 4.08365 14.319 4.12236 14.2814L5.31767 13.1115C5.39678 13.0348 5.50265 12.9919 5.61285 12.9919C5.72305 12.9919 5.82892 13.0348 5.90803 13.1115L9.73216 16.8546C9.75194 16.874 9.7785 16.8848 9.80616 16.8848C9.83381 16.8848 9.86037 16.874 9.88015 16.8546L13.7043 13.1115C13.7834 13.0346 13.8894 12.9916 13.9997 12.9916C14.1101 12.9916 14.216 13.0346 14.2952 13.1115L18.1198 16.8546C18.1396 16.874 18.1662 16.8848 18.1938 16.8848C18.2215 16.8848 18.2481 16.874 18.2678 16.8546L22.092 13.1115C22.1711 13.0346 22.2771 12.9916 22.3874 12.9916C22.4977 12.9916 22.6037 13.0346 22.6829 13.1115Z",fill:"white"})}),(0,ge.jsx)("defs",{children:(0,ge.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,ge.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});var co=require("react-device-detect");var _t=require("react-device-detect"),ao=t=>{let e=new URL(window.location.href);if(!window.ethereum&&_t.isMobile){let o;switch(t){case"metamask":_t.isIOS?o="dapp://"+e.hostname+e.pathname:o="https://metamask.app.link/dapp/"+e.hostname+e.pathname;break;case"coinbase_wallet":o="https://go.cb-w.com/dapp?cb_url="+encodeURIComponent(e.href.replace(/\/$/g,""));break;case"wallet_connect":break;default:break}o&&window.location.assign(o)}};var wr=v(require("styled-components")),yr=wr.default.span`
76
76
  @media (max-width: 440px) {
77
77
  display: none;
78
78
  }
@@ -153,7 +153,7 @@ Resources:
153
153
  :hover > :last-child {
154
154
  opacity: 1;
155
155
  }
156
- `;var Cr=v(require("styled-components"));var rt=require("react/jsx-runtime"),St=()=>{let{navigate:t}=y();return(0,rt.jsxs)(qi,{children:[(0,rt.jsx)("span",{children:"Don\u2019t have a wallet? "}),(0,rt.jsx)("button",{onClick:()=>{t("WALLET_EDUCATION")},children:"Create one now."})]})},qi=Cr.default.div`
156
+ `;var Cr=v(require("styled-components"));var it=require("react/jsx-runtime"),St=()=>{let{navigate:t}=y();return(0,it.jsxs)(qi,{children:[(0,it.jsx)("span",{children:"Don\u2019t have a wallet? "}),(0,it.jsx)("button",{onClick:()=>{t("WALLET_EDUCATION")},children:"Create one now."})]})},qi=Cr.default.div`
157
157
  font-size: 13px;
158
158
  color: #6b7280;
159
159
 
@@ -210,13 +210,13 @@ Resources:
210
210
  justify-content: center;
211
211
  height: 100%;
212
212
  width: 100%;
213
- `;var $e=v(require("styled-components"));var fo=require("react/jsx-runtime"),Tt=({style:t,logoFill:e,...o})=>(0,fo.jsx)("svg",{width:"24",height:"20",viewBox:"0 0 24 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...t},...o,children:(0,fo.jsx)("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:e==="primary"?"#1da1f2":"white"})});var ke=require("react/jsx-runtime"),It=({logoFill:t,style:e,...o})=>(0,ke.jsxs)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...o,children:[(0,ke.jsx)("g",{clipPath:"url(#clip0)",children:(0,ke.jsx)("path",{d:"M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z",fill:t==="primary"?"#5865f2":"white"})}),(0,ke.jsx)("defs",{children:(0,ke.jsx)("clipPath",{id:"clip0",children:(0,ke.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var go=require("react/jsx-runtime"),Rt=({logoFill:t,style:e,...o})=>(0,go.jsx)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...o,children:(0,go.jsx)("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:t==="primary"?"#2D333B":"white"})});var Ne=require("react/jsx-runtime"),Mt=({style:t,...e})=>(0,Ne.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...t},...e,children:[(0,Ne.jsx)("path",{d:"M22.56 12.25C22.56 11.47 22.49 10.72 22.36 10H12V14.255H17.92C17.665 15.63 16.89 16.795 15.725 17.575V20.335H19.28C21.36 18.42 22.56 15.6 22.56 12.25Z",fill:"#4285F4"}),(0,Ne.jsx)("path",{d:"M12 23C14.97 23 17.46 22.015 19.28 20.335L15.725 17.575C14.74 18.235 13.48 18.625 12 18.625C9.13504 18.625 6.71004 16.69 5.84504 14.09H2.17004V16.94C3.98004 20.535 7.70004 23 12 23Z",fill:"#34A853"}),(0,Ne.jsx)("path",{d:"M5.845 14.09C5.625 13.43 5.5 12.725 5.5 12C5.5 11.275 5.625 10.57 5.845 9.91V7.06H2.17C1.4 8.59286 0.999321 10.2846 1 12C1 13.775 1.425 15.455 2.17 16.94L5.845 14.09Z",fill:"#FBBC05"}),(0,Ne.jsx)("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});var ee=require("react/jsx-runtime"),Lr=({showGoogle:t,showTwitter:e,showDiscord:o,showGithub:r,stacked:i})=>{let{initLoginWithOAuth:n}=I();return(0,ee.jsxs)(Yi,{stacked:i,children:[t&&(0,ee.jsx)(tn,{onClick:()=>{n("google")},children:(0,ee.jsx)(Mt,{})}),e&&(0,ee.jsx)(Qi,{onClick:()=>{n("twitter")},children:(0,ee.jsx)(Tt,{})}),o&&(0,ee.jsx)(Xi,{onClick:()=>{n("discord")},children:(0,ee.jsx)(It,{})}),r&&(0,ee.jsx)(en,{onClick:()=>{n("github")},children:(0,ee.jsx)(Rt,{})})]})},Yi=$e.default.div`
213
+ `;var Ze=v(require("styled-components"));var fo=require("react/jsx-runtime"),Tt=({style:t,logoFill:e,...o})=>(0,fo.jsx)("svg",{width:"24",height:"20",viewBox:"0 0 24 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...t},...o,children:(0,fo.jsx)("path",{d:"M7.54311 19.7551C16.5973 19.7551 21.5516 12.2467 21.5516 5.74656C21.5516 5.53533 21.5516 5.32409 21.542 5.11286C22.5021 4.42156 23.3375 3.54783 24 2.55888C23.1166 2.95254 22.1661 3.21178 21.1675 3.3366C22.1853 2.73171 22.963 1.76196 23.3375 0.609788C22.3869 1.17627 21.3308 1.57953 20.2074 1.80037C19.3049 0.840223 18.0279 0.244934 16.6165 0.244934C13.8993 0.244934 11.6909 2.45326 11.6909 5.17047C11.6909 5.55453 11.7389 5.92898 11.8157 6.29384C7.72554 6.09221 4.09619 4.12391 1.66703 1.14747C1.24457 1.87718 1.00453 2.72211 1.00453 3.62464C1.00453 5.3337 1.87826 6.84112 3.19366 7.72445C2.38714 7.69565 1.62862 7.47481 0.966125 7.10996C0.966125 7.12916 0.966125 7.14837 0.966125 7.17717C0.966125 9.55833 2.66558 11.5554 4.91232 12.0067C4.49945 12.1219 4.06739 12.1795 3.61612 12.1795C3.29927 12.1795 2.99203 12.1507 2.69438 12.0931C3.31848 14.0518 5.14275 15.4728 7.29347 15.5112C5.60362 16.8362 3.4817 17.6235 1.17736 17.6235C0.783698 17.6235 0.390039 17.6043 0.00598145 17.5563C2.17591 18.9389 4.76829 19.7551 7.54311 19.7551Z",fill:e==="primary"?"#1da1f2":"white"})});var ke=require("react/jsx-runtime"),It=({logoFill:t,style:e,...o})=>(0,ke.jsxs)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 71 55",style:{height:"24px",...e},...o,children:[(0,ke.jsx)("g",{clipPath:"url(#clip0)",children:(0,ke.jsx)("path",{d:"M60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z",fill:t==="primary"?"#5865f2":"white"})}),(0,ke.jsx)("defs",{children:(0,ke.jsx)("clipPath",{id:"clip0",children:(0,ke.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var go=require("react/jsx-runtime"),Rt=({logoFill:t,style:e,...o})=>(0,go.jsx)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",x:"24",y:"24",viewBox:"0 0 98 96",style:{height:"24px",...e},...o,children:(0,go.jsx)("path",{d:"M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z",fill:t==="primary"?"#2D333B":"white"})});var Ne=require("react/jsx-runtime"),Mt=({style:t,...e})=>(0,Ne.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"26px",width:"26px",...t},...e,children:[(0,Ne.jsx)("path",{d:"M22.56 12.25C22.56 11.47 22.49 10.72 22.36 10H12V14.255H17.92C17.665 15.63 16.89 16.795 15.725 17.575V20.335H19.28C21.36 18.42 22.56 15.6 22.56 12.25Z",fill:"#4285F4"}),(0,Ne.jsx)("path",{d:"M12 23C14.97 23 17.46 22.015 19.28 20.335L15.725 17.575C14.74 18.235 13.48 18.625 12 18.625C9.13504 18.625 6.71004 16.69 5.84504 14.09H2.17004V16.94C3.98004 20.535 7.70004 23 12 23Z",fill:"#34A853"}),(0,Ne.jsx)("path",{d:"M5.845 14.09C5.625 13.43 5.5 12.725 5.5 12C5.5 11.275 5.625 10.57 5.845 9.91V7.06H2.17C1.4 8.59286 0.999321 10.2846 1 12C1 13.775 1.425 15.455 2.17 16.94L5.845 14.09Z",fill:"#FBBC05"}),(0,Ne.jsx)("path",{d:"M12 5.375C13.615 5.375 15.065 5.93 16.205 7.02L19.36 3.865C17.455 2.09 14.965 1 12 1C7.70004 1 3.98004 3.465 2.17004 7.06L5.84504 9.91C6.71004 7.31 9.13504 5.375 12 5.375Z",fill:"#EA4335"})]});var ee=require("react/jsx-runtime"),Lr=({showGoogle:t,showTwitter:e,showDiscord:o,showGithub:r,stacked:i})=>{let{initLoginWithOAuth:n}=I();return(0,ee.jsxs)(Yi,{stacked:i,children:[t&&(0,ee.jsx)(tn,{onClick:()=>{n("google")},children:(0,ee.jsx)(Mt,{})}),e&&(0,ee.jsx)(Qi,{onClick:()=>{n("twitter")},children:(0,ee.jsx)(Tt,{})}),o&&(0,ee.jsx)(Xi,{onClick:()=>{n("discord")},children:(0,ee.jsx)(It,{})}),r&&(0,ee.jsx)(en,{onClick:()=>{n("github")},children:(0,ee.jsx)(Rt,{})})]})},Yi=Ze.default.div`
214
214
  display: flex;
215
215
  flex-direction: ${t=>t.stacked?"column":"row"};
216
216
  justify-content: space-between;
217
217
  width: 100%;
218
218
  gap: 4px;
219
- `,Qi=$e.default.button`
219
+ `,Qi=Ze.default.button`
220
220
  && {
221
221
  border-radius: var(--border-radius-sm);
222
222
  cursor: pointer;
@@ -228,7 +228,7 @@ Resources:
228
228
  justify-content: center;
229
229
  align-items: center;
230
230
  }
231
- `,Xi=$e.default.button`
231
+ `,Xi=Ze.default.button`
232
232
  && {
233
233
  border-radius: var(--border-radius-sm);
234
234
  cursor: pointer;
@@ -240,7 +240,7 @@ Resources:
240
240
  justify-content: center;
241
241
  align-items: center;
242
242
  }
243
- `,en=$e.default.button`
243
+ `,en=Ze.default.button`
244
244
  && {
245
245
  border-radius: var(--border-radius-sm);
246
246
  cursor: pointer;
@@ -252,7 +252,7 @@ Resources:
252
252
  justify-content: center;
253
253
  align-items: center;
254
254
  }
255
- `,tn=$e.default.button`
255
+ `,tn=Ze.default.button`
256
256
  && {
257
257
  border-radius: var(--border-radius-sm);
258
258
  cursor: pointer;
@@ -265,7 +265,7 @@ Resources:
265
265
  align-items: center;
266
266
  border: 1px solid #e5e7eb;
267
267
  }
268
- `;var Ze=require("react"),Oe=v(require("styled-components"));var wo=require("react/jsx-runtime"),Wt=({style:t,...e})=>(0,wo.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:(0,wo.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});var Ar=v(require("styled-components")),Er=require("react/jsx-runtime"),Nt=({success:t,fail:e})=>(0,Er.jsx)(_e,{className:t?"success":e?"fail":""}),_e=Ar.default.span`
268
+ `;var Ke=require("react"),Oe=v(require("styled-components"));var wo=require("react/jsx-runtime"),Wt=({style:t,...e})=>(0,wo.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:(0,wo.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"})});var Ar=v(require("styled-components")),Er=require("react/jsx-runtime"),Nt=({success:t,fail:e})=>(0,Er.jsx)(_e,{className:t?"success":e?"fail":""}),_e=Ar.default.span`
269
269
  && {
270
270
  width: 82px;
271
271
  height: 82px;
@@ -298,7 +298,7 @@ Resources:
298
298
  border-color: var(--fail-light);
299
299
  border-bottom-color: var(--fail-light);
300
300
  }
301
- `;var kr=require("libphonenumber-js/min");var _r=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,}))$/),Pr=t=>(0,kr.isPossiblePhoneNumber)(String(t),"US"),Ot=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)}},Sr=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r};var G=require("react/jsx-runtime"),Ut=t=>{let[e,o]=(0,Ze.useState)(""),[r,i]=(0,Ze.useState)(!1),[n,s]=(0,Ze.useState)(null),{authenticated:u}=U(),{loginWithEmail:m,handleLoginError:f}=I(),{navigate:A,options:O}=y(),x=O.wallet;(0,Ze.useEffect)(()=>{let d=document.querySelector("#email-input");d==null||d.focus()},[]);let _=_r(e),M=()=>{i(!0),m(e).then(()=>{A("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{let C=(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):C?A("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting email"),i(!1),f(C)})};return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(on,{stacked:t.stacked,children:[(0,G.jsxs)(sn,{standalone:t.stacked,children:[(0,G.jsx)(Wt,{}),(0,G.jsx)("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:d=>o(d.target.value),onKeyUp:d=>{d.key==="Enter"&&M()},value:e,autoComplete:"email"})]}),t.stacked?null:(0,G.jsx)(rn,{disabled:r||!_,onClick:M,children:r?(0,G.jsx)(_e,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"})]}),n||u||!x?(0,G.jsx)(ln,{fail:!!n,children:n||""}):null,!n&&!u&&x?(0,G.jsx)(an,{children:(0,G.jsx)("span",{children:"Get started without a wallet."})}):null,t.stacked?(0,G.jsx)(nn,{disabled:r||!_,onClick:M,children:r?(0,G.jsx)(_e,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"}):null]})},on=Oe.default.div`
301
+ `;var kr=require("libphonenumber-js/min");var _r=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,}))$/),Pr=t=>(0,kr.isPossiblePhoneNumber)(String(t),"US"),Ot=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)}},Sr=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r};var G=require("react/jsx-runtime"),Ut=t=>{let[e,o]=(0,Ke.useState)(""),[r,i]=(0,Ke.useState)(!1),[n,s]=(0,Ke.useState)(null),{authenticated:u}=U(),{loginWithEmail:m,handleLoginError:f}=I(),{navigate:A,options:O}=y(),x=O.wallet;(0,Ke.useEffect)(()=>{let d=document.querySelector("#email-input");d==null||d.focus()},[]);let _=_r(e),M=()=>{i(!0),m(e).then(()=>{A("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{let C=(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):C?A("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting email"),i(!1),f(C)})};return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(on,{stacked:t.stacked,children:[(0,G.jsxs)(sn,{standalone:t.stacked,children:[(0,G.jsx)(Wt,{}),(0,G.jsx)("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:d=>o(d.target.value),onKeyUp:d=>{d.key==="Enter"&&M()},value:e,autoComplete:"email"})]}),t.stacked?null:(0,G.jsx)(rn,{disabled:r||!_,onClick:M,children:r?(0,G.jsx)(_e,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"})]}),n||u||!x?(0,G.jsx)(ln,{fail:!!n,children:n||""}):null,!n&&!u&&x?(0,G.jsx)(an,{children:(0,G.jsx)("span",{children:"Get started without a wallet."})}):null,t.stacked?(0,G.jsx)(nn,{disabled:r||!_,onClick:M,children:r?(0,G.jsx)(_e,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"}):null]})},on=Oe.default.div`
302
302
  display: flex;
303
303
  border: 1px solid #d1d5db;
304
304
  width: 100%;
@@ -418,7 +418,7 @@ Resources:
418
418
  opacity: ${t=>t.success||t.fail?"1":"0"};
419
419
 
420
420
  transition: ${t=>t.fail?"":"all 150ms ease-in-out"};
421
- `;var Ke=require("react"),Pe=v(require("styled-components"));var yo=require("react/jsx-runtime"),Dt=({style:t,...e})=>(0,yo.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",strokeWidth:1.5,stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:(0,yo.jsx)("path",{d:"M2.5 4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H6.9C7.07483 2.50013 7.24519 2.55525 7.38696 2.65754C7.52874 2.75984 7.63475 2.90413 7.69 3.07L8.93833 6.81417C9.00158 7.00445 8.9941 7.21116 8.91726 7.39637C8.84042 7.58158 8.69938 7.73288 8.52 7.8225L6.63917 8.76417C7.5611 10.8046 9.19538 12.4389 11.2358 13.3608L12.1775 11.48C12.2671 11.3006 12.4184 11.1596 12.6036 11.0827C12.7888 11.0059 12.9956 10.9984 13.1858 11.0617L16.93 12.31C17.096 12.3653 17.2404 12.4714 17.3427 12.6134C17.445 12.7553 17.5 12.9259 17.5 13.1008V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H15C8.09667 17.5 2.5 11.9033 2.5 5V4.16667Z",strokeLinecap:"round",strokeLinejoin:"round"})});var V=require("react/jsx-runtime"),Ft=t=>{let[e,o]=(0,Ke.useState)(""),[r,i]=(0,Ke.useState)(!1),[n,s]=(0,Ke.useState)(null),{authenticated:u}=U(),{loginWithSms:m,handleLoginError:f}=I(),{navigate:A,options:O}=y(),x=O.wallet;(0,Ke.useEffect)(()=>{let d=document.querySelector("#phone-number-input");d==null||d.focus()},[]);let _=Pr(e),M=()=>{i(!0),m(e).then(()=>{A("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{let C=(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):C?A("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting phone number"),i(!1),f(C)})};return(0,V.jsxs)(V.Fragment,{children:[(0,V.jsxs)(dn,{stacked:t.stacked,children:[(0,V.jsxs)(pn,{standalone:t.stacked,children:[(0,V.jsx)(Dt,{}),(0,V.jsx)("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:d=>{o(d.target.value)},onKeyUp:d=>{d.key==="Enter"&&M()},value:e,autoComplete:"tel"})]}),t.stacked?null:(0,V.jsx)(cn,{disabled:r||!_,onClick:M,children:r?(0,V.jsx)(Tr,{color:"var(--disabled-fg)"}):"Submit"})]}),n||u||!x?(0,V.jsx)(mn,{fail:!!n,children:n||""}):null,!n&&!u&&x?(0,V.jsx)(hn,{children:(0,V.jsx)("span",{children:"Don\u2019t have a wallet? Start exploring with your phone or socials."})}):null,t.stacked?(0,V.jsx)(un,{disabled:r||!_,onClick:M,children:r?(0,V.jsx)(Tr,{color:"var(--disabled-fg)"}):"Submit"}):null]})},dn=Pe.default.div`
421
+ `;var qe=require("react"),Pe=v(require("styled-components"));var yo=require("react/jsx-runtime"),Dt=({style:t,...e})=>(0,yo.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20",strokeWidth:1.5,stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:(0,yo.jsx)("path",{d:"M2.5 4.16667C2.5 3.72464 2.67559 3.30072 2.98816 2.98816C3.30072 2.67559 3.72464 2.5 4.16667 2.5H6.9C7.07483 2.50013 7.24519 2.55525 7.38696 2.65754C7.52874 2.75984 7.63475 2.90413 7.69 3.07L8.93833 6.81417C9.00158 7.00445 8.9941 7.21116 8.91726 7.39637C8.84042 7.58158 8.69938 7.73288 8.52 7.8225L6.63917 8.76417C7.5611 10.8046 9.19538 12.4389 11.2358 13.3608L12.1775 11.48C12.2671 11.3006 12.4184 11.1596 12.6036 11.0827C12.7888 11.0059 12.9956 10.9984 13.1858 11.0617L16.93 12.31C17.096 12.3653 17.2404 12.4714 17.3427 12.6134C17.445 12.7553 17.5 12.9259 17.5 13.1008V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H15C8.09667 17.5 2.5 11.9033 2.5 5V4.16667Z",strokeLinecap:"round",strokeLinejoin:"round"})});var V=require("react/jsx-runtime"),Ft=t=>{let[e,o]=(0,qe.useState)(""),[r,i]=(0,qe.useState)(!1),[n,s]=(0,qe.useState)(null),{authenticated:u}=U(),{loginWithSms:m,handleLoginError:f}=I(),{navigate:A,options:O}=y(),x=O.wallet;(0,qe.useEffect)(()=>{let d=document.querySelector("#phone-number-input");d==null||d.focus()},[]);let _=Pr(e),M=()=>{i(!0),m(e).then(()=>{A("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{let C=(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):C?A("ALLOWLIST_REJECTION_SCREEN"):s("Issue submitting phone number"),i(!1),f(C)})};return(0,V.jsxs)(V.Fragment,{children:[(0,V.jsxs)(dn,{stacked:t.stacked,children:[(0,V.jsxs)(pn,{standalone:t.stacked,children:[(0,V.jsx)(Dt,{}),(0,V.jsx)("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:d=>{o(d.target.value)},onKeyUp:d=>{d.key==="Enter"&&M()},value:e,autoComplete:"tel"})]}),t.stacked?null:(0,V.jsx)(cn,{disabled:r||!_,onClick:M,children:r?(0,V.jsx)(Tr,{color:"var(--disabled-fg)"}):"Submit"})]}),n||u||!x?(0,V.jsx)(mn,{fail:!!n,children:n||""}):null,!n&&!u&&x?(0,V.jsx)(hn,{children:(0,V.jsx)("span",{children:"Don\u2019t have a wallet? Start exploring with your phone or socials."})}):null,t.stacked?(0,V.jsx)(un,{disabled:r||!_,onClick:M,children:r?(0,V.jsx)(Tr,{color:"var(--disabled-fg)"}):"Submit"}):null]})},dn=Pe.default.div`
422
422
  display: flex;
423
423
  border: 1px solid #d1d5db;
424
424
  width: 100%;
@@ -543,13 +543,13 @@ Resources:
543
543
  width: 1rem;
544
544
  border-width: 2px;
545
545
  }
546
- `;var Co=require("react/jsx-runtime"),Ir=()=>{let{app:t}=y();return t!=null&&t.logoUrl?(0,Co.jsx)("div",{children:(0,Co.jsx)("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};var bo=require("react-device-detect"),h=require("react/jsx-runtime");var Mr=()=>{let{ready:t}=U(),{getAuthMeta:e,isLinking:o}=I(),{app:r,navigate:i,options:n}=y(),s=n.email,u=n.sms,m=n.wallet,f=n.google,A=n.twitter,O=n.discord,x=n.github,_=m&&(r==null?void 0:r.showWalletLoginFirst)?0:1,[M,d]=(0,Gt.useState)(_),C=e(),Z=(C==null?void 0:C.authorizationCode)&&(C==null?void 0:C.stateCode)&&(C==null?void 0:C.provider);(0,Gt.useEffect)(()=>{Z?i("AWAITING_OAUTH_SCREEN"):o&&s?i("LINK_EMAIL_SCREEN"):o&&u?i("LINK_PHONE_SCREEN"):o&&m&&i("LINK_WALLET_SCREEN")},[t]);let Re=M==0,B=M==1,pe=()=>(0,h.jsx)(h.Fragment,{children:m&&(0,h.jsx)(fn,{active:Re,onClick:()=>d(0)})}),b=()=>(0,h.jsx)(h.Fragment,{children:(s||u)&&(0,h.jsx)(gn,{active:B,onClick:()=>d(1),email:s,sms:u,google:f,twitter:A,discord:O,github:x})});return(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(E,{},"header"),(0,h.jsx)(Cn,{walletOnly:!s&&!u&&!f&&!A&&!O&&!x,hasTerms:!!((r==null?void 0:r.privacyPolicyUrl)||(r==null?void 0:r.termsAndConditionsUrl)),children:(0,h.jsx)(Ir,{})}),(0,h.jsx)(Ee,{children:r!=null&&r.showWalletLoginFirst?(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(pe,{}),(0,h.jsx)(b,{})]}):(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(b,{}),(0,h.jsx)(pe,{})]})}),r&&(0,h.jsx)(vr,{app:r}),(0,h.jsx)(le,{protectedByPrivy:!0})]})};function fn(t){return(0,h.jsxs)(Nr,{active:t.active,onClick:t.onClick,children:[(0,h.jsx)(Wr,{active:t.active,children:(0,h.jsx)("h4",{children:"Connect Wallet"})}),t.active&&(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(Pt,{}),(0,h.jsx)(St,{})]})]})}function gn(t){let e=t.google||t.discord||t.github||t.twitter&&!bo.isMobile,o=t.email?"Email":"Phone";return(0,h.jsxs)(Nr,{active:t.active,onClick:t.onClick,children:[(0,h.jsx)(Wr,{active:t.active,children:(0,h.jsx)("h4",{children:e?`${o} & Social`:o})}),t.active&&t.email&&(0,h.jsx)(Ut,{}),t.active&&t.sms&&!t.email&&(0,h.jsx)(Ft,{}),t.active&&e&&(0,h.jsx)(wn,{google:t.google,twitter:t.twitter&&!bo.isMobile,discord:t.discord,github:t.github})]})}function wn(t){return(0,h.jsxs)(h.Fragment,{children:[(0,h.jsxs)(yn,{children:[(0,h.jsx)(Rr,{}),(0,h.jsx)("p",{children:" Or "}),(0,h.jsx)(Rr,{})]}),(0,h.jsx)(Lr,{showGoogle:t.google,showDiscord:t.discord,showGithub:t.github,showTwitter:t.twitter})]})}var Wr=qe.default.div`
546
+ `;var Co=require("react/jsx-runtime"),Ir=()=>{let{app:t}=y();return t!=null&&t.logoUrl?(0,Co.jsx)("div",{children:(0,Co.jsx)("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};var bo=require("react-device-detect"),h=require("react/jsx-runtime");var Mr=()=>{let{ready:t}=U(),{getAuthMeta:e,isLinking:o}=I(),{app:r,navigate:i,options:n}=y(),s=n.email,u=n.sms,m=n.wallet,f=n.google,A=n.twitter,O=n.discord,x=n.github,_=m&&(r==null?void 0:r.showWalletLoginFirst)?0:1,[M,d]=(0,Gt.useState)(_),C=e(),Z=(C==null?void 0:C.authorizationCode)&&(C==null?void 0:C.stateCode)&&(C==null?void 0:C.provider);(0,Gt.useEffect)(()=>{Z?i("AWAITING_OAUTH_SCREEN"):o&&s?i("LINK_EMAIL_SCREEN"):o&&u?i("LINK_PHONE_SCREEN"):o&&m&&i("LINK_WALLET_SCREEN")},[t]);let Re=M==0,B=M==1,pe=()=>(0,h.jsx)(h.Fragment,{children:m&&(0,h.jsx)(fn,{active:Re,onClick:()=>d(0)})}),b=()=>(0,h.jsx)(h.Fragment,{children:(s||u)&&(0,h.jsx)(gn,{active:B,onClick:()=>d(1),email:s,sms:u,google:f,twitter:A,discord:O,github:x})});return(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(E,{},"header"),(0,h.jsx)(Cn,{walletOnly:!s&&!u&&!f&&!A&&!O&&!x,hasTerms:!!((r==null?void 0:r.privacyPolicyUrl)||(r==null?void 0:r.termsAndConditionsUrl)),children:(0,h.jsx)(Ir,{})}),(0,h.jsx)(Ee,{children:r!=null&&r.showWalletLoginFirst?(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(pe,{}),(0,h.jsx)(b,{})]}):(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(b,{}),(0,h.jsx)(pe,{})]})}),r&&(0,h.jsx)(vr,{app:r}),(0,h.jsx)(le,{protectedByPrivy:!0})]})};function fn(t){return(0,h.jsxs)(Nr,{active:t.active,onClick:t.onClick,children:[(0,h.jsx)(Wr,{active:t.active,children:(0,h.jsx)("h4",{children:"Connect Wallet"})}),t.active&&(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(Pt,{}),(0,h.jsx)(St,{})]})]})}function gn(t){let e=t.google||t.discord||t.github||t.twitter&&!bo.isMobile,o=t.email?"Email":"Phone";return(0,h.jsxs)(Nr,{active:t.active,onClick:t.onClick,children:[(0,h.jsx)(Wr,{active:t.active,children:(0,h.jsx)("h4",{children:e?`${o} & Social`:o})}),t.active&&t.email&&(0,h.jsx)(Ut,{}),t.active&&t.sms&&!t.email&&(0,h.jsx)(Ft,{}),t.active&&e&&(0,h.jsx)(wn,{google:t.google,twitter:t.twitter&&!bo.isMobile,discord:t.discord,github:t.github})]})}function wn(t){return(0,h.jsxs)(h.Fragment,{children:[(0,h.jsxs)(yn,{children:[(0,h.jsx)(Rr,{}),(0,h.jsx)("p",{children:" Or "}),(0,h.jsx)(Rr,{})]}),(0,h.jsx)(Lr,{showGoogle:t.google,showDiscord:t.discord,showGithub:t.github,showTwitter:t.twitter})]})}var Wr=Je.default.div`
547
547
  font-weight: ${t=>t.active?600:500};
548
548
  color: ${t=>t.active?"inherit":"#6b7280"};
549
549
  display: flex;
550
550
  justify-content: center;
551
551
  align-items: center;
552
- `,Nr=qe.default.div`
552
+ `,Nr=Je.default.div`
553
553
  display: flex;
554
554
  flex-direction: column;
555
555
  align-items: flex-start;
@@ -570,18 +570,18 @@ Resources:
570
570
  }
571
571
 
572
572
  cursor: ${t=>t.active?"inherit":"pointer"};
573
- `,yn=qe.default.div`
573
+ `,yn=Je.default.div`
574
574
  display: flex;
575
575
  justify-content: center;
576
576
  align-items: center;
577
577
  width: 100%;
578
- `,Rr=qe.default.hr`
578
+ `,Rr=Je.default.hr`
579
579
  width: 50%;
580
580
  && {
581
581
  border-top: 1px solid #d1d5db;
582
582
  margin: 0px 8px;
583
583
  }
584
- `,Cn=qe.default.div`
584
+ `,Cn=Je.default.div`
585
585
  display: flex;
586
586
  flex-direction: column;
587
587
  align-items: center;
@@ -601,9 +601,9 @@ Resources:
601
601
  // the logo is close to the top (mobile or full wallet-open design)
602
602
  margin-top: ${t=>`${28+(t.walletOnly?31:0)-(t.hasTerms?18:0)}px`};
603
603
  margin-bottom: ${t=>`${60+(t.walletOnly?31:0)-(t.hasTerms?18:0)}px`};
604
- `;var Se=require("react");var nt=v(require("styled-components"));var it=v(require("styled-components")),ye=require("react/jsx-runtime"),Ue=({title:t,description:e,children:o,...r})=>(0,ye.jsxs)(Ur,{...r,children:[(0,ye.jsx)("h3",{children:t}),typeof e=="string"?(0,ye.jsx)("p",{children:e}):null,o]}),Or=(0,it.default)(Ue)`
604
+ `;var Se=require("react");var st=v(require("styled-components"));var nt=v(require("styled-components")),ye=require("react/jsx-runtime"),Ue=({title:t,description:e,children:o,...r})=>(0,ye.jsxs)(Ur,{...r,children:[(0,ye.jsx)("h3",{children:t}),typeof e=="string"?(0,ye.jsx)("p",{children:e}):null,o]}),Or=(0,nt.default)(Ue)`
605
605
  margin-bottom: 24px;
606
- `,Je=({title:t,description:e,icon:o,children:r,...i})=>(0,ye.jsxs)(bn,{...i,children:[o?(0,ye.jsx)(vn,{children:o}):null,(0,ye.jsx)("h3",{children:t}),typeof e=="string"?(0,ye.jsx)("p",{children:e}):null,r]}),Ur=it.default.div`
606
+ `,Ye=({title:t,description:e,icon:o,children:r,...i})=>(0,ye.jsxs)(bn,{...i,children:[o?(0,ye.jsx)(vn,{children:o}):null,(0,ye.jsx)("h3",{children:t}),typeof e=="string"?(0,ye.jsx)("p",{children:e}):null,r]}),Ur=nt.default.div`
607
607
  display: flex;
608
608
  flex-direction: column;
609
609
  justify-content: flex-start;
@@ -622,7 +622,7 @@ Resources:
622
622
  color: var(--text-dark-gray);
623
623
  font-size: 14px;
624
624
  }
625
- `,bn=(0,it.default)(Ur)`
625
+ `,bn=(0,nt.default)(Ur)`
626
626
  align-items: center;
627
627
  text-align: center;
628
628
  gap: 16px;
@@ -630,21 +630,21 @@ Resources:
630
630
  h3 {
631
631
  margin-bottom: 24px;
632
632
  }
633
- `,vn=it.default.div`
633
+ `,vn=nt.default.div`
634
634
  padding: 14px;
635
635
  border-radius: 50%;
636
636
  && {
637
637
  border-color: #e1e7ef;
638
638
  border-width: 1px;
639
639
  }
640
- `;var k=require("react/jsx-runtime"),vo=6,Dr=new Array(vo).fill(""),xn=1400;var Fr=()=>{var b,a,c;let{app:t}=y(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=I(),{authenticated:s,user:u}=U(),[m,f]=(0,Se.useState)(Dr),[A,O]=(0,Se.useState)(!1),[x,_]=(0,Se.useState)(null),[M,d]=(0,Se.useState)(null),C=(b=i())!=null&&b.email?0:1;(0,Se.useEffect)(()=>{if(s&&A){let T=setTimeout(e,Fe);return()=>clearTimeout(T)}},[s,A,u]),(0,Se.useEffect)(()=>{if(x&&M===0){let T=setTimeout(()=>{f(Dr),_(null);let W=document.querySelector("input[name=code-0]");W==null||W.focus()},xn);return()=>clearTimeout(T)}},[x]);let Z=T=>{var Io;let W=T.currentTarget.value.replace(" ","");if(W==="")return;if(isNaN(Number(W))){_("Code should be numeric"),d(1);return}_(null),d(null);let ie=Number((Io=T.currentTarget.name)==null?void 0:Io.charAt(5)),Zt=[...W||[""]].slice(0,vo-ie),Kt=[...m.slice(0,ie),...Zt,...m.slice(ie+Zt.length)];f(Kt);let ki=Zt.length,To=Math.min(Math.max(ie+ki,0),vo-1);if(!isNaN(Number(T.currentTarget.value))){let ne=document.querySelector(`input[name=code-${To}]`);ne==null||ne.focus()}if(Kt.every(ne=>ne&&!isNaN(+ne))){let ne=document.querySelector(`input[name=code-${To}]`);ne==null||ne.blur(),n(Kt.join("")).then(()=>O(!0)).catch(qt=>{(qt==null?void 0:qt.status)===422?_("Invalid or expired verification code"):_("Issue verifying code"),d(0)})}T.preventDefault()},Re=T=>{M===1&&(_(null),d(null));let W=[...m.slice(0,T),"",...m.slice(T+1)];if(f(W),T>0){let ie=document.querySelector(`input[name=code-${T-1}]`);ie==null||ie.focus()}},B=`Verify your ${C==0?"email":"phone"}`,pe=C==0?`Please check ${(a=i())==null?void 0:a.email} for an email from privy.io and enter your code below.`:`Please check ${(c=i())==null?void 0:c.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return(0,k.jsxs)(k.Fragment,{children:[(0,k.jsx)(E,{},"header"),(0,k.jsxs)(Ln,{children:[(0,k.jsx)(Ue,{title:B,description:pe}),(0,k.jsxs)(xr,{children:[(0,k.jsxs)(An,{children:[(0,k.jsx)(En,{fail:!!x,success:A,children:(0,k.jsx)("span",{children:x||(A?"Success!":"")})}),(0,k.jsx)("div",{children:m.map((T,W)=>(0,k.jsx)("input",{name:`code-${W}`,type:"text",value:m[W],onChange:Z,onKeyUp:ie=>{ie.key==="Backspace"&&Re(W)},inputMode:"numeric",autoFocus:W===0,pattern:"[0-9]",className:`${A?"success":""} ${x?"fail":""}`,autoComplete:"one-time-code"},W))})]}),(0,k.jsx)(kn,{children:C==0?(0,k.jsxs)(k.Fragment,{children:[(0,k.jsx)("span",{children:"Didn't get an email?"}),(0,k.jsx)("button",{onClick:o,children:"Resend Code"})]}):(0,k.jsxs)(k.Fragment,{children:[(0,k.jsx)("span",{children:"Didn't get a message?"}),(0,k.jsx)("button",{onClick:r,children:"Resend Code"})]})})]})]}),(0,k.jsx)(le,{protectedByPrivy:!0})]})},Ln=nt.default.div`
640
+ `;var k=require("react/jsx-runtime"),vo=6,Dr=new Array(vo).fill(""),xn=1400;var Fr=()=>{var b,a,c;let{app:t}=y(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=I(),{authenticated:s,user:u}=U(),[m,f]=(0,Se.useState)(Dr),[A,O]=(0,Se.useState)(!1),[x,_]=(0,Se.useState)(null),[M,d]=(0,Se.useState)(null),C=(b=i())!=null&&b.email?0:1;(0,Se.useEffect)(()=>{if(s&&A){let T=setTimeout(e,Ge);return()=>clearTimeout(T)}},[s,A,u]),(0,Se.useEffect)(()=>{if(x&&M===0){let T=setTimeout(()=>{f(Dr),_(null);let W=document.querySelector("input[name=code-0]");W==null||W.focus()},xn);return()=>clearTimeout(T)}},[x]);let Z=T=>{var Io;let W=T.currentTarget.value.replace(" ","");if(W==="")return;if(isNaN(Number(W))){_("Code should be numeric"),d(1);return}_(null),d(null);let ie=Number((Io=T.currentTarget.name)==null?void 0:Io.charAt(5)),Zt=[...W||[""]].slice(0,vo-ie),Kt=[...m.slice(0,ie),...Zt,...m.slice(ie+Zt.length)];f(Kt);let ki=Zt.length,To=Math.min(Math.max(ie+ki,0),vo-1);if(!isNaN(Number(T.currentTarget.value))){let ne=document.querySelector(`input[name=code-${To}]`);ne==null||ne.focus()}if(Kt.every(ne=>ne&&!isNaN(+ne))){let ne=document.querySelector(`input[name=code-${To}]`);ne==null||ne.blur(),n(Kt.join("")).then(()=>O(!0)).catch(qt=>{(qt==null?void 0:qt.status)===422?_("Invalid or expired verification code"):_("Issue verifying code"),d(0)})}T.preventDefault()},Re=T=>{M===1&&(_(null),d(null));let W=[...m.slice(0,T),"",...m.slice(T+1)];if(f(W),T>0){let ie=document.querySelector(`input[name=code-${T-1}]`);ie==null||ie.focus()}},B=`Verify your ${C==0?"email":"phone"}`,pe=C==0?`Please check ${(a=i())==null?void 0:a.email} for an email from privy.io and enter your code below.`:`Please check ${(c=i())==null?void 0:c.phoneNumber} for a message from ${(t==null?void 0:t.name)||"privy.io"} and enter your code below.`;return(0,k.jsxs)(k.Fragment,{children:[(0,k.jsx)(E,{},"header"),(0,k.jsxs)(Ln,{children:[(0,k.jsx)(Ue,{title:B,description:pe}),(0,k.jsxs)(xr,{children:[(0,k.jsxs)(An,{children:[(0,k.jsx)(En,{fail:!!x,success:A,children:(0,k.jsx)("span",{children:x||(A?"Success!":"")})}),(0,k.jsx)("div",{children:m.map((T,W)=>(0,k.jsx)("input",{name:`code-${W}`,type:"text",value:m[W],onChange:Z,onKeyUp:ie=>{ie.key==="Backspace"&&Re(W)},inputMode:"numeric",autoFocus:W===0,pattern:"[0-9]",className:`${A?"success":""} ${x?"fail":""}`,autoComplete:"one-time-code"},W))})]}),(0,k.jsx)(kn,{children:C==0?(0,k.jsxs)(k.Fragment,{children:[(0,k.jsx)("span",{children:"Didn't get an email?"}),(0,k.jsx)("button",{onClick:o,children:"Resend Code"})]}):(0,k.jsxs)(k.Fragment,{children:[(0,k.jsx)("span",{children:"Didn't get a message?"}),(0,k.jsx)("button",{onClick:r,children:"Resend Code"})]})})]})]}),(0,k.jsx)(le,{protectedByPrivy:!0})]})},Ln=st.default.div`
641
641
  display: flex;
642
642
  flex-direction: column;
643
643
  align-items: flex-start;
644
644
  justify-content: flex-end;
645
645
  margin: auto;
646
646
  gap: 16px;
647
- `,An=nt.default.div`
647
+ `,An=st.default.div`
648
648
  display: flex;
649
649
  flex-direction: column;
650
650
  width: 100%;
@@ -712,7 +712,7 @@ Resources:
712
712
  transform: translate(1px, 0px);
713
713
  }
714
714
  }
715
- `,En=nt.default.div`
715
+ `,En=st.default.div`
716
716
  line-height: 20px;
717
717
  height: 20px;
718
718
  font-size: 13px;
@@ -720,7 +720,7 @@ Resources:
720
720
  display: flex;
721
721
  justify-content: flex-end;
722
722
  width: 100%;
723
- `,kn=nt.default.div`
723
+ `,kn=st.default.div`
724
724
  font-size: 13px;
725
725
  color: #6b7280;
726
726
  display: flex;
@@ -734,7 +734,7 @@ Resources:
734
734
  > button {
735
735
  text-decoration: underline;
736
736
  }
737
- `;var st=v(require("styled-components"));var Gr=v(require("styled-components")),Vr=Gr.default.span`
737
+ `;var at=v(require("styled-components"));var Gr=v(require("styled-components")),Vr=Gr.default.span`
738
738
  && {
739
739
  width: 82px;
740
740
  height: 82px;
@@ -750,7 +750,7 @@ Resources:
750
750
  border-color: var(--primary-color);
751
751
  border-bottom-color: var(--primary-color);
752
752
  }
753
- `;var xo=require("react/jsx-runtime"),Br=({style:t,...e})=>(0,xo.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:(0,xo.jsx)("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"})});var R=require("react/jsx-runtime"),zr=()=>{let{navigate:t,app:e}=y(),o=(e==null?void 0:e.allowlistConfig.errorTitle)||"You don't have access to this app",r=(e==null?void 0:e.allowlistConfig.errorDetail)||"Try with a different account?";return(0,R.jsxs)(R.Fragment,{children:[(0,R.jsx)(E,{}),(0,R.jsxs)(_n,{children:[(0,R.jsx)(Sn,{children:(0,R.jsxs)("div",{children:[(0,R.jsx)(Vr,{}),(0,R.jsx)(Br,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--primary-color)",fill:"var(--primary-color)"}})]})}),(0,R.jsxs)(Pn,{children:[typeof o=="string"?(0,R.jsx)("h3",{children:o}):(0,R.jsx)(R.Fragment,{children:o}),typeof r=="string"?(0,R.jsx)("p",{children:r}):(0,R.jsx)(R.Fragment,{children:r})]}),e!=null&&e.allowlistConfig.ctaLink?(0,R.jsx)(Hr,{onClick:()=>{typeof window<"u"&&(e==null?void 0:e.allowlistConfig.ctaLink)&&(window.location.href=e.allowlistConfig.ctaLink)},visible:!0,disabled:!1,children:e.allowlistConfig.ctaText}):(0,R.jsx)(Hr,{onClick:()=>{t("LANDING")},visible:!0,disabled:!1,children:"Okay"})]})]})},_n=st.default.div`
753
+ `;var xo=require("react/jsx-runtime"),Br=({style:t,...e})=>(0,xo.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",style:{height:"1.5rem",width:"1.5rem",...t},...e,children:(0,xo.jsx)("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"})});var R=require("react/jsx-runtime"),zr=()=>{let{navigate:t,app:e}=y(),o=(e==null?void 0:e.allowlistConfig.errorTitle)||"You don't have access to this app",r=(e==null?void 0:e.allowlistConfig.errorDetail)||"Try with a different account?";return(0,R.jsxs)(R.Fragment,{children:[(0,R.jsx)(E,{}),(0,R.jsxs)(_n,{children:[(0,R.jsx)(Sn,{children:(0,R.jsxs)("div",{children:[(0,R.jsx)(Vr,{}),(0,R.jsx)(Br,{style:{width:"38px",height:"38px",strokeWidth:"1",stroke:"var(--primary-color)",fill:"var(--primary-color)"}})]})}),(0,R.jsxs)(Pn,{children:[typeof o=="string"?(0,R.jsx)("h3",{children:o}):(0,R.jsx)(R.Fragment,{children:o}),typeof r=="string"?(0,R.jsx)("p",{children:r}):(0,R.jsx)(R.Fragment,{children:r})]}),e!=null&&e.allowlistConfig.ctaLink?(0,R.jsx)(Hr,{onClick:()=>{typeof window<"u"&&(e==null?void 0:e.allowlistConfig.ctaLink)&&(window.location.href=e.allowlistConfig.ctaLink)},visible:!0,disabled:!1,children:e.allowlistConfig.ctaText}):(0,R.jsx)(Hr,{onClick:()=>{t("LANDING")},visible:!0,disabled:!1,children:"Okay"})]})]})},_n=at.default.div`
754
754
  display: flex;
755
755
  flex-direction: column;
756
756
  align-items: center;
@@ -758,11 +758,11 @@ Resources:
758
758
  margin-left: 27px;
759
759
  margin-right: 27px;
760
760
  gap: 24px;
761
- `,Pn=st.default.div`
761
+ `,Pn=at.default.div`
762
762
  display: flex;
763
763
  flex-direction: column;
764
764
  gap: 8px;
765
- `,Sn=st.default.div`
765
+ `,Sn=at.default.div`
766
766
  display: flex;
767
767
  flex-direction: column;
768
768
  justify-content: center;
@@ -785,7 +785,7 @@ Resources:
785
785
  left: -19px;
786
786
  top: -19px;
787
787
  }
788
- `,Hr=st.default.button`
788
+ `,Hr=at.default.button`
789
789
  && {
790
790
  padding: 12px 16px;
791
791
  font-weight: 500;
@@ -817,7 +817,7 @@ Resources:
817
817
  flex-direction: column;
818
818
  justify-content: flex-start;
819
819
  gap: 4px;
820
- `,at=Bt.default.div`
820
+ `,lt=Bt.default.div`
821
821
  &&& {
822
822
  margin-left: 7px; /* TODO: This is a total hack */
823
823
  border-left: 2px solid #e5e7eb;
@@ -872,7 +872,7 @@ Resources:
872
872
  border: 1px solid #e5e7eb;
873
873
  color: var(--text-dark-blue);
874
874
  }
875
- `;var l=require("react/jsx-runtime");var ko=()=>{let{navigate:t}=y(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return Te.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),(0,l.jsxs)(ni,{children:[(0,l.jsx)(Ue,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),(0,l.jsx)(si,{children:(0,l.jsx)(We,{style:{width:"152px",height:"152px"}})}),(0,l.jsxs)(Eo,{children:[(0,l.jsx)(De,{children:(0,l.jsxs)("div",{children:[(0,l.jsx)("span",{children:"Install the "}),(0,l.jsx)("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),(0,l.jsx)(at,{}),(0,l.jsx)(De,{children:"Set up your first wallet"}),(0,l.jsx)(at,{}),(0,l.jsx)(De,{children:"Store your recovery phrase in a safe place!"})]}),(0,l.jsx)(ai,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},_o=()=>{let{navigate:t}=y();return(0,l.jsxs)(ni,{children:[(0,l.jsx)(Ue,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),(0,l.jsx)(si,{style:{marginTop:"-24px"},children:(0,l.jsx)(qr,{size:200})}),(0,l.jsxs)(Eo,{children:[(0,l.jsx)(De,{children:"Scan the QR code with your camera"}),(0,l.jsx)(at,{}),(0,l.jsx)(De,{children:"Set up your first wallet"}),(0,l.jsx)(at,{}),(0,l.jsx)(De,{children:"Store your seed phrase in a safe place!"})]}),(0,l.jsx)(ai,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},ii=()=>{let[t,e]=(0,ri.useState)("WHAT_IS_A_WALLET"),{navigateBack:o}=y();return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(E,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),(0,l.jsxs)(Dn,{children:[t==="WHAT_IS_A_WALLET"&&(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(Hn,{children:(0,l.jsx)(Qr,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),(0,l.jsxs)(Je,{title:"Get started with a new wallet",children:[(0,l.jsx)("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),(0,l.jsx)("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),(0,l.jsx)(Vn,{children:(0,l.jsx)(Bn,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&(0,l.jsx)(l.Fragment,{children:(0,l.jsxs)(Fn,{children:[(0,l.jsx)(Ue,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),(0,l.jsxs)(Gn,{children:[(0,l.jsxs)(ti,{onClick:()=>{Te.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":Te.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[(0,l.jsx)(We,{}),(0,l.jsxs)(oi,{children:[(0,l.jsx)("h4",{children:"MetaMask"}),(0,l.jsx)("p",{children:"Get a browser-based wallet"})]}),(0,l.jsx)("div",{children:(0,l.jsx)("span",{children:"Set up"})})]}),(0,l.jsxs)(ti,{onClick:()=>{Te.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":Te.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[(0,l.jsx)(Ae,{}),(0,l.jsxs)(oi,{children:[(0,l.jsx)("h4",{children:"Coinbase Wallet"}),(0,l.jsx)("p",{children:"Get a mobile app wallet"})]}),(0,l.jsx)("div",{children:(0,l.jsx)("span",{children:"Set up"})})]})]})]})}),t==="CREATE_COINBASE_WALLET"&&(0,l.jsx)(_o,{}),t==="CREATE_METAMASK_WALLET"&&(0,l.jsx)(ko,{})]}),(0,l.jsxs)(we,{children:[(0,l.jsx)("span",{children:"Still not sure? "}),(0,l.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},Dn=Q.default.div`
875
+ `;var l=require("react/jsx-runtime");var ko=()=>{let{navigate:t}=y(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return Te.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),(0,l.jsxs)(ni,{children:[(0,l.jsx)(Ue,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),(0,l.jsx)(si,{children:(0,l.jsx)(We,{style:{width:"152px",height:"152px"}})}),(0,l.jsxs)(Eo,{children:[(0,l.jsx)(De,{children:(0,l.jsxs)("div",{children:[(0,l.jsx)("span",{children:"Install the "}),(0,l.jsx)("a",{href:e,target:"_blank",children:"MetaMask browser extension"})]})}),(0,l.jsx)(lt,{}),(0,l.jsx)(De,{children:"Set up your first wallet"}),(0,l.jsx)(lt,{}),(0,l.jsx)(De,{children:"Store your recovery phrase in a safe place!"})]}),(0,l.jsx)(ai,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},_o=()=>{let{navigate:t}=y();return(0,l.jsxs)(ni,{children:[(0,l.jsx)(Ue,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),(0,l.jsx)(si,{style:{marginTop:"-24px"},children:(0,l.jsx)(qr,{size:200})}),(0,l.jsxs)(Eo,{children:[(0,l.jsx)(De,{children:"Scan the QR code with your camera"}),(0,l.jsx)(lt,{}),(0,l.jsx)(De,{children:"Set up your first wallet"}),(0,l.jsx)(lt,{}),(0,l.jsx)(De,{children:"Store your seed phrase in a safe place!"})]}),(0,l.jsx)(ai,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},ii=()=>{let[t,e]=(0,ri.useState)("WHAT_IS_A_WALLET"),{navigateBack:o}=y();return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(E,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),(0,l.jsxs)(Dn,{children:[t==="WHAT_IS_A_WALLET"&&(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(Hn,{children:(0,l.jsx)(Qr,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),(0,l.jsxs)(Ye,{title:"Get started with a new wallet",children:[(0,l.jsx)("p",{children:"Wallets help you store, send, and receive digital assets and collectibles. They are also a new\xA0way\xA0to\xA0log\xA0in."}),(0,l.jsx)("p",{children:"Instead of creating new accounts and passwords for every app, you just connect your wallet and bring your\xA0data\xA0with\xA0you."})]}),(0,l.jsx)(Vn,{children:(0,l.jsx)(Bn,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&(0,l.jsx)(l.Fragment,{children:(0,l.jsxs)(Fn,{children:[(0,l.jsx)(Ue,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),(0,l.jsxs)(Gn,{children:[(0,l.jsxs)(ti,{onClick:()=>{Te.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":Te.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[(0,l.jsx)(We,{}),(0,l.jsxs)(oi,{children:[(0,l.jsx)("h4",{children:"MetaMask"}),(0,l.jsx)("p",{children:"Get a browser-based wallet"})]}),(0,l.jsx)("div",{children:(0,l.jsx)("span",{children:"Set up"})})]}),(0,l.jsxs)(ti,{onClick:()=>{Te.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":Te.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[(0,l.jsx)(Ae,{}),(0,l.jsxs)(oi,{children:[(0,l.jsx)("h4",{children:"Coinbase Wallet"}),(0,l.jsx)("p",{children:"Get a mobile app wallet"})]}),(0,l.jsx)("div",{children:(0,l.jsx)("span",{children:"Set up"})})]})]})]})}),t==="CREATE_COINBASE_WALLET"&&(0,l.jsx)(_o,{}),t==="CREATE_METAMASK_WALLET"&&(0,l.jsx)(ko,{})]}),(0,l.jsxs)(we,{children:[(0,l.jsx)("span",{children:"Still not sure? "}),(0,l.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"}),"."]})]})},Dn=Q.default.div`
876
876
  display: flex;
877
877
  flex-direction: column;
878
878
  height: 100%;
@@ -997,7 +997,7 @@ Resources:
997
997
  `,Hn=Q.default.div`
998
998
  display: flex;
999
999
  justify-content: center;
1000
- `;var Ie=require("react");var lt=v(require("styled-components"));var H=require("react/jsx-runtime"),Po=2,li={metamask:{name:"MetaMask",component:We},coinbase_wallet:{name:"Coinbase Wallet",component:Ae},wallet_connect:{name:"WalletConnect",component:kt}},di=()=>{var pe;let[t,e]=(0,Ie.useState)(!1),[o,r]=(0,Ie.useState)(void 0),{navigate:i,navigateBack:n}=y(),{getAuthMeta:s,closePrivyModal:u,loginWithWallet:m,handleLoginError:f}=I(),[A,O]=(0,Ie.useState)(0),{user:x}=U(),[_,M]=(0,Ie.useState)((x==null?void 0:x.linkedAccounts.length)||0);(0,Ie.useEffect)(()=>{r(void 0),m().then(()=>e(!0)).catch(b=>{b instanceof X?console.error(b.cause):console.error(b);let a=(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(bt.ERROR_USER_EXISTS):a?i("ALLOWLIST_REJECTION_SCREEN"):b instanceof Be&&!b.details.default?r(b.details):b instanceof Ve?r(bt.ERROR_TIMED_OUT):r(bt.ERROR_WALLET_CONNECTION),f(a)})},[A]),(0,Ie.useEffect)(()=>{if(t){let b=setTimeout(u,Fe);return()=>clearTimeout(b)}},[x]);let d=((pe=s())==null?void 0:pe.wallet)||"metamask",C=li[d].name,Z=li[d].component,Re=t?`Successfully connected with ${C}`:o?o.message:`Waiting for ${C}`,B="";if(t){let b=(x==null?void 0:x.linkedAccounts.length)||0;_===b?B="Wallet was already linked.":B="You\u2019re good to go!"}else if(A>=Po&&o)B="Unable to connect wallet";else if(o)B=o.detail;else switch(B="Don\u2019t see your wallet modal? Check your other browser windows.",d){case"wallet_connect":B="Open your mobile wallet app to continue";break;case"coinbase_wallet":xt()||(B="Open the Coinbase app on your phone to continue.");break;default:B="Don\u2019t see your wallet modal? Check your other browser windows."}return(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)(E,{backFn:n}),(0,H.jsxs)(zn,{children:[(0,H.jsx)($n,{children:(0,H.jsxs)("div",{children:[(0,H.jsx)(Nt,{success:t,fail:!!o}),(0,H.jsx)(Z,{style:{width:"38px",height:"38px"}})]})}),(0,H.jsxs)(jn,{children:[(0,H.jsx)("h3",{children:Re}),(0,H.jsx)("p",{children:B})]}),(0,H.jsx)(Zn,{onClick:()=>{O(A+1),r(void 0)},visible:!t&&(o==null?void 0:o.retryable)&&A<Po,disabled:!t&&(!(o!=null&&o.retryable)||A>=Po),children:"Retry"})]})]})},zn=lt.default.div`
1000
+ `;var Ie=require("react");var dt=v(require("styled-components"));var H=require("react/jsx-runtime"),Po=2,li={metamask:{name:"MetaMask",component:We},coinbase_wallet:{name:"Coinbase Wallet",component:Ae},wallet_connect:{name:"WalletConnect",component:kt}},di=()=>{var pe;let[t,e]=(0,Ie.useState)(!1),[o,r]=(0,Ie.useState)(void 0),{navigate:i,navigateBack:n}=y(),{getAuthMeta:s,closePrivyModal:u,loginWithWallet:m,handleLoginError:f}=I(),[A,O]=(0,Ie.useState)(0),{user:x}=U(),[_,M]=(0,Ie.useState)((x==null?void 0:x.linkedAccounts.length)||0);(0,Ie.useEffect)(()=>{r(void 0),m().then(()=>e(!0)).catch(b=>{b instanceof X?console.error(b.cause):console.error(b);let a=(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(bt.ERROR_USER_EXISTS):a?i("ALLOWLIST_REJECTION_SCREEN"):b instanceof He&&!b.details.default?r(b.details):b instanceof Be?r(bt.ERROR_TIMED_OUT):r(bt.ERROR_WALLET_CONNECTION),f(a)})},[A]),(0,Ie.useEffect)(()=>{if(t){let b=setTimeout(u,Ge);return()=>clearTimeout(b)}},[x]);let d=((pe=s())==null?void 0:pe.wallet)||"metamask",C=li[d].name,Z=li[d].component,Re=t?`Successfully connected with ${C}`:o?o.message:`Waiting for ${C}`,B="";if(t){let b=(x==null?void 0:x.linkedAccounts.length)||0;_===b?B="Wallet was already linked.":B="You\u2019re good to go!"}else if(A>=Po&&o)B="Unable to connect wallet";else if(o)B=o.detail;else switch(B="Don\u2019t see your wallet modal? Check your other browser windows.",d){case"wallet_connect":B="Open your mobile wallet app to continue";break;case"coinbase_wallet":xt()||(B="Open the Coinbase app on your phone to continue.");break;default:B="Don\u2019t see your wallet modal? Check your other browser windows."}return(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)(E,{backFn:n}),(0,H.jsxs)(zn,{children:[(0,H.jsx)($n,{children:(0,H.jsxs)("div",{children:[(0,H.jsx)(Nt,{success:t,fail:!!o}),(0,H.jsx)(Z,{style:{width:"38px",height:"38px"}})]})}),(0,H.jsxs)(jn,{children:[(0,H.jsx)("h3",{children:Re}),(0,H.jsx)("p",{children:B})]}),(0,H.jsx)(Zn,{onClick:()=>{O(A+1),r(void 0)},visible:!t&&(o==null?void 0:o.retryable)&&A<Po,disabled:!t&&(!(o!=null&&o.retryable)||A>=Po),children:"Retry"})]})]})},zn=dt.default.div`
1001
1001
  display: flex;
1002
1002
  flex-direction: column;
1003
1003
  align-items: center;
@@ -1005,11 +1005,11 @@ Resources:
1005
1005
  margin-left: 27px;
1006
1006
  margin-right: 27px;
1007
1007
  gap: 24px;
1008
- `,jn=lt.default.div`
1008
+ `,jn=dt.default.div`
1009
1009
  display: flex;
1010
1010
  flex-direction: column;
1011
1011
  gap: 8px;
1012
- `,$n=lt.default.div`
1012
+ `,$n=dt.default.div`
1013
1013
  display: flex;
1014
1014
  flex-direction: column;
1015
1015
  justify-content: center;
@@ -1032,7 +1032,7 @@ Resources:
1032
1032
  left: -19px;
1033
1033
  top: -19px;
1034
1034
  }
1035
- `,Zn=lt.default.button`
1035
+ `,Zn=dt.default.button`
1036
1036
  && {
1037
1037
  padding: 12px 16px;
1038
1038
  font-weight: 500;
@@ -1342,7 +1342,7 @@ Resources:
1342
1342
  display: none;
1343
1343
  }
1344
1344
  }
1345
- `;var vi=require("react");var Ye=require("react");var dt=v(require("styled-components"));var z=require("react/jsx-runtime"),fi={google:{name:"Google",component:Mt},discord:{name:"Discord",component:It},github:{name:"Github",component:Rt},twitter:{name:"Twitter",component:Tt}},qn=t=>t.charAt(0).toUpperCase()+t.slice(1),So=()=>{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 M;let[t,e]=(0,Ye.useState)(!1),[o,r]=(0,Ye.useState)(void 0),{getAuthMeta:i,initLoginWithOAuth:n,loginWithOAuth:s,closePrivyModal:u}=I(),{ready:m}=U(),f=((M=i())==null?void 0:M.provider)||"google",A=fi[f].name,O=fi[f].component;(0,Ye.useEffect)(()=>{!m||s().then(()=>{So(),e(!0)}).catch(d=>{let C={retryable:!1,message:"Authentication failed."};d.message.includes("Another user has already linked this")?C.detail="This account has already been linked to another user.":d.message==="Invalid code during oauth flow."?(C.retryable=!0,C.detail="Something went wrong. Try again."):d.message==="User denied confirmation during OAuth flow"&&(C.detail=`Retry and check ${qn(f)} to finish connecting your account.`,C.retryable=!0),So(),r(C)})},[m]),(0,Ye.useEffect)(()=>{if(!t)return;let d=setTimeout(u,Fe);return()=>clearTimeout(d)},[t]);let x=t?`Successfully connected with ${A}`:o?o.message:`Verifying connection to ${A}`,_="";return t?_="You\u2019re good to go!":o?_=o.detail:_="Just a few moments more",(0,z.jsxs)(z.Fragment,{children:[(0,z.jsx)(E,{}),(0,z.jsxs)(Jn,{children:[(0,z.jsx)(Qn,{children:(0,z.jsxs)("div",{children:[(0,z.jsx)(Nt,{success:t,fail:!!o}),(0,z.jsx)(O,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),(0,z.jsxs)(Yn,{children:[(0,z.jsx)("h3",{children:x}),(0,z.jsx)("p",{children:_})]}),(0,z.jsx)(Xn,{onClick:()=>{So(),n(f),r(void 0)},visible:!t&&(o==null?void 0:o.retryable),disabled:!t&&!(o!=null&&o.retryable),children:"Retry"})]})]})},Jn=dt.default.div`
1345
+ `;var vi=require("react");var Qe=require("react");var ct=v(require("styled-components"));var z=require("react/jsx-runtime"),fi={google:{name:"Google",component:Mt},discord:{name:"Discord",component:It},github:{name:"Github",component:Rt},twitter:{name:"Twitter",component:Tt}},qn=t=>t.charAt(0).toUpperCase()+t.slice(1),So=()=>{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 M;let[t,e]=(0,Qe.useState)(!1),[o,r]=(0,Qe.useState)(void 0),{getAuthMeta:i,initLoginWithOAuth:n,loginWithOAuth:s,closePrivyModal:u}=I(),{ready:m}=U(),f=((M=i())==null?void 0:M.provider)||"google",A=fi[f].name,O=fi[f].component;(0,Qe.useEffect)(()=>{!m||s().then(()=>{So(),e(!0)}).catch(d=>{let C={retryable:!1,message:"Authentication failed."};d.message.includes("Another user has already linked this")?C.detail="This account has already been linked to another user.":d.message==="Invalid code during oauth flow."?(C.retryable=!0,C.detail="Something went wrong. Try again."):d.message==="User denied confirmation during OAuth flow"&&(C.detail=`Retry and check ${qn(f)} to finish connecting your account.`,C.retryable=!0),So(),r(C)})},[m]),(0,Qe.useEffect)(()=>{if(!t)return;let d=setTimeout(u,Ge);return()=>clearTimeout(d)},[t]);let x=t?`Successfully connected with ${A}`:o?o.message:`Verifying connection to ${A}`,_="";return t?_="You\u2019re good to go!":o?_=o.detail:_="Just a few moments more",(0,z.jsxs)(z.Fragment,{children:[(0,z.jsx)(E,{}),(0,z.jsxs)(Jn,{children:[(0,z.jsx)(Qn,{children:(0,z.jsxs)("div",{children:[(0,z.jsx)(Nt,{success:t,fail:!!o}),(0,z.jsx)(O,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),(0,z.jsxs)(Yn,{children:[(0,z.jsx)("h3",{children:x}),(0,z.jsx)("p",{children:_})]}),(0,z.jsx)(Xn,{onClick:()=>{So(),n(f),r(void 0)},visible:!t&&(o==null?void 0:o.retryable),disabled:!t&&!(o!=null&&o.retryable),children:"Retry"})]})]})},Jn=ct.default.div`
1346
1346
  display: flex;
1347
1347
  flex-direction: column;
1348
1348
  align-items: center;
@@ -1350,11 +1350,11 @@ Resources:
1350
1350
  margin-left: 27px;
1351
1351
  margin-right: 27px;
1352
1352
  gap: 24px;
1353
- `,Yn=dt.default.div`
1353
+ `,Yn=ct.default.div`
1354
1354
  display: flex;
1355
1355
  flex-direction: column;
1356
1356
  gap: 8px;
1357
- `,Qn=dt.default.div`
1357
+ `,Qn=ct.default.div`
1358
1358
  display: flex;
1359
1359
  flex-direction: column;
1360
1360
  justify-content: center;
@@ -1377,7 +1377,7 @@ Resources:
1377
1377
  left: -19px;
1378
1378
  top: -19px;
1379
1379
  }
1380
- `,Xn=dt.default.button`
1380
+ `,Xn=ct.default.button`
1381
1381
  && {
1382
1382
  padding: 12px 16px;
1383
1383
  font-weight: 500;
@@ -1389,7 +1389,7 @@ Resources:
1389
1389
  opacity: ${t=>t.visible?"1":"0"};
1390
1390
  transition: opacity 200ms;
1391
1391
  }
1392
- `;var te=require("react/jsx-runtime"),wi=()=>{let{app:t}=y();return(0,te.jsxs)(te.Fragment,{children:[(0,te.jsx)(E,{},"header"),(0,te.jsx)(Je,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:(0,te.jsx)(Wt,{})}),(0,te.jsx)(Ee,{children:(0,te.jsx)(Ut,{stacked:!0})}),(0,te.jsx)(le,{protectedByPrivy:!0})]})};var oe=require("react/jsx-runtime"),yi=()=>{let{app:t}=y();return(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsx)(E,{},"header"),(0,oe.jsx)(Je,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:(0,oe.jsx)(Dt,{})}),(0,oe.jsx)(Ee,{children:(0,oe.jsx)(Ft,{stacked:!0})}),(0,oe.jsx)(le,{protectedByPrivy:!0})]})};var re=require("react/jsx-runtime"),Ci=()=>{let{app:t}=y();return(0,re.jsxs)(re.Fragment,{children:[(0,re.jsx)(E,{},"header"),(0,re.jsx)(Or,{title:"Connect your wallet",description:`Link a wallet to your ${t==null?void 0:t.name} account`}),(0,re.jsxs)(Ee,{children:[(0,re.jsx)(Pt,{}),(0,re.jsx)(St,{})]}),(0,re.jsx)(le,{protectedByPrivy:!0})]})};var P=require("react/jsx-runtime"),es=()=>{let{ready:t}=U(),{isLinking:e}=I(),{ready:o,currentScreen:r}=y(),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?(0,P.jsxs)(Vt,{"data-height":i,children:[(0,P.jsx)(E,{}),(0,P.jsx)(rs,{children:(0,P.jsx)(_e,{})}),(0,P.jsx)(we,{})]}):(0,P.jsxs)(Vt,{"data-height":i,children:[r==="LANDING"&&(0,P.jsx)(Mr,{}),r==="AWAITING_PASSWORDLESS_CODE"&&(0,P.jsx)(Fr,{}),r==="WALLET_EDUCATION"&&(0,P.jsx)(ii,{}),r==="AWAITING_CONNECTION"&&(0,P.jsx)(di,{}),r==="AWAITING_OAUTH_SCREEN"&&(0,P.jsx)(gi,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&(0,P.jsx)(zr,{}),r==="INSTALL_METAMASK_SCREEN"&&(0,P.jsx)(ci,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&(0,P.jsx)(ui,{}),r==="LINK_EMAIL_SCREEN"&&(0,P.jsx)(wi,{}),r==="LINK_PHONE_SCREEN"&&(0,P.jsx)(yi,{}),r==="LINK_WALLET_SCREEN"&&(0,P.jsx)(Ci,{})]})},xi=()=>{let{app:t}=y();return bi.default.createPortal((0,P.jsx)(os,{id:"privy-dialog",children:(0,P.jsx)(hi,{accentColor:t==null?void 0:t.accentColor,children:(0,P.jsx)(es,{})})}),document.body)},ts=({children:t,...e})=>((0,vi.useEffect)(()=>{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]),(0,P.jsx)("dialog",{open:!0,role:"dialog",...e,children:t})),os=(0,jt.default)(ts)`
1392
+ `;var te=require("react/jsx-runtime"),wi=()=>{let{app:t}=y();return(0,te.jsxs)(te.Fragment,{children:[(0,te.jsx)(E,{},"header"),(0,te.jsx)(Ye,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:(0,te.jsx)(Wt,{})}),(0,te.jsx)(Ee,{children:(0,te.jsx)(Ut,{stacked:!0})}),(0,te.jsx)(le,{protectedByPrivy:!0})]})};var oe=require("react/jsx-runtime"),yi=()=>{let{app:t}=y();return(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsx)(E,{},"header"),(0,oe.jsx)(Ye,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:(0,oe.jsx)(Dt,{})}),(0,oe.jsx)(Ee,{children:(0,oe.jsx)(Ft,{stacked:!0})}),(0,oe.jsx)(le,{protectedByPrivy:!0})]})};var re=require("react/jsx-runtime"),Ci=()=>{let{app:t}=y();return(0,re.jsxs)(re.Fragment,{children:[(0,re.jsx)(E,{},"header"),(0,re.jsx)(Or,{title:"Connect your wallet",description:`Link a wallet to your ${t==null?void 0:t.name} account`}),(0,re.jsxs)(Ee,{children:[(0,re.jsx)(Pt,{}),(0,re.jsx)(St,{})]}),(0,re.jsx)(le,{protectedByPrivy:!0})]})};var P=require("react/jsx-runtime"),es=()=>{let{ready:t}=U(),{isLinking:e}=I(),{ready:o,currentScreen:r}=y(),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?(0,P.jsxs)(Vt,{"data-height":i,children:[(0,P.jsx)(E,{}),(0,P.jsx)(rs,{children:(0,P.jsx)(_e,{})}),(0,P.jsx)(we,{})]}):(0,P.jsxs)(Vt,{"data-height":i,children:[r==="LANDING"&&(0,P.jsx)(Mr,{}),r==="AWAITING_PASSWORDLESS_CODE"&&(0,P.jsx)(Fr,{}),r==="WALLET_EDUCATION"&&(0,P.jsx)(ii,{}),r==="AWAITING_CONNECTION"&&(0,P.jsx)(di,{}),r==="AWAITING_OAUTH_SCREEN"&&(0,P.jsx)(gi,{}),r==="ALLOWLIST_REJECTION_SCREEN"&&(0,P.jsx)(zr,{}),r==="INSTALL_METAMASK_SCREEN"&&(0,P.jsx)(ci,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&(0,P.jsx)(ui,{}),r==="LINK_EMAIL_SCREEN"&&(0,P.jsx)(wi,{}),r==="LINK_PHONE_SCREEN"&&(0,P.jsx)(yi,{}),r==="LINK_WALLET_SCREEN"&&(0,P.jsx)(Ci,{})]})},xi=()=>{let{app:t}=y();return bi.default.createPortal((0,P.jsx)(os,{id:"privy-dialog",children:(0,P.jsx)(hi,{accentColor:t==null?void 0:t.accentColor,children:(0,P.jsx)(es,{})})}),document.body)},ts=({children:t,...e})=>((0,vi.useEffect)(()=>{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]),(0,P.jsx)("dialog",{open:!0,role:"dialog",...e,children:t})),os=(0,jt.default)(ts)`
1393
1393
  position: fixed;
1394
1394
  top: 0;
1395
1395
  left: 0;
@@ -1448,4 +1448,4 @@ Resources:
1448
1448
  align-items: center;
1449
1449
  justify-content: center;
1450
1450
  height: 100%;
1451
- `;var ue=require("react/jsx-runtime");function is(t){return typeof t=="string"&&t.length===25}var $t;function Ai(){if(!$t){let t=S.get(Ge);return Promise.resolve(t||null)}return $t.getAccessToken()}var Ei=t=>{if(!is(t.appId))throw new p("Cannot initialize the Privy provider with an invalid Privy app ID");let[e,o]=(0,j.useState)(null);return(0,j.useEffect)(()=>{$t=new ze({appId:t.appId,apiURL:Oo}),o($t)},[]),e===null?(0,ue.jsx)(ue.Fragment,{}):(0,ue.jsx)(ss,{...t,client:e})},ns=(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)}},ss=t=>{let e=t.client,[o,r]=(0,j.useState)(!1),[i,n]=(0,j.useState)(!1),[s,u]=(0,j.useState)(!1),[m,f]=(0,j.useState)(null),[A,O]=(0,j.useState)(!1),[x,_]=(0,j.useState)({accentColor:"#696ffd",theme:"System",showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,ctaText:null,ctaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[M,d]=(0,j.useState)(null),[C,Z]=(0,j.useState)(!1);(0,j.useEffect)(()=>{async function a(){let c=await e.getAppSettings();_(c)}a()},[]);let Re=ns(x,M),B=()=>{let a=new URLSearchParams(window.location.search),c=a.get("privy_oauth_code"),T=a.get("privy_oauth_state"),W=a.get("privy_oauth_provider");c&&T&&W&&(e.startAuthFlow(new je(W,c,T)),d(W),r(!0))};(0,j.useEffect)(()=>{async function a(){B();let c=await e.getAuthenticatedUser();u(!!c),f(c),n(!0)}a()},[]),(0,j.useEffect)(()=>{i&&s&&m===null&&e.getAuthenticatedUser().then(f)},[i,s,m]);let pe={ready:i,authenticated:s,user:m,walletConnector:e.connector,linkWallet:()=>{d("wallet"),Z(!0),r(!0)},linkEmail:()=>{d("email"),Z(!0),r(!0)},linkPhone:()=>{d("sms"),Z(!0),r(!0)},linkGoogle:async()=>{await b.initLoginWithOAuth("google")},linkTwitter:async()=>{await b.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await b.initLoginWithOAuth("discord")},linkGithub:async()=>{await b.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(),f(null),u(!1),d(null),Z(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connector.getEthereumProvider(),getEthersProvider:()=>new Li.Web3Provider(new Le(e.connector.getEthereumProvider())),getWeb3jsProvider:()=>new vt(e.connector.getEthereumProvider()),unlinkWallet:async a=>{let c=await e.unlinkWallet(a);return f(c),c},unlinkEmail:async a=>{let c=await e.unlinkEmail(a);return f(c),c},unlinkPhone:async a=>{let c=await e.unlinkPhone(a);return f(c),c},unlinkGoogle:async a=>{let c=await e.unlinkOAuth("google",a);return f(c),c},unlinkTwitter:async a=>{let c=await e.unlinkOAuth("twitter",a);return f(c),c},unlinkDiscord:async a=>{let c=await e.unlinkOAuth("discord",a);return f(c),c},unlinkGithub:async a=>{let c=await e.unlinkOAuth("github",a);return f(c),c},setActiveWallet:a=>{if(!m)return;let c=e.setActiveWallet(a,m);f(c)},forkSession:()=>e.forkSession()},b={isLinking:C,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,A)),e.authFlow=void 0,d(null),Z(!1),O(!1),r(!1)},initLoginWithWallet:a=>{a||(a="metamask"),e.connector.walletType=a,e.startAuthFlow(new Xe(e.connector))},initLoginWithOAuth:async a=>{e.startAuthFlow(new je(a));let c=await e.authFlow.getAuthorizationUrl();c&&c.url&&window.location.assign(c.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof je))throw new p("Must initialize OAuth flow before calling loginWithOAuth");let a,c;i&&s?a=await e.link():{user:a,isNewUser:c}=await e.authenticate(),f(a),O(c||!1),u(!0)},loginWithWallet:async()=>{if(!(e.authFlow instanceof Xe))throw new p("Must initialize SIWE flow first.");let a,c;C?(a=await e.link(),a&&(S.del(se),a=Qe(a))):{user:a,isNewUser:c}=await e.authenticate(),f(a||m||null),O(c||!1),u(!0)},loginWithEmail:async a=>{let c=new et(a);e.startAuthFlow(c),await c.sendCodeEmail()},loginWithSms:async a=>{let c=new tt(a);e.startAuthFlow(c),await c.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 et)e.authFlow.meta.emailCode=a.trim();else if(e.authFlow instanceof tt)e.authFlow.meta.smsCode=a.trim();else throw new p("Must initialize a passwordless code flow first");let c,T;C?c=await e.link():{user:c,isNewUser:T}=await e.authenticate(),f(c||m||null),O(T||!1),u(!0)},handleLoginError:async a=>{var c;e.authFlow=void 0,d(null),Z(!1),O(!1),(c=t.onError)==null||c.call(t,a)}};return(0,ue.jsxs)(ro.Provider,{value:pe,children:[t.children,(0,ue.jsx)(so.Provider,{value:b,children:(0,ue.jsx)(hr,{appSettings:x,options:Re,visible:o,authenticated:s,children:o&&(0,ue.jsx)(xi,{})})})]})};0&&(module.exports={AsExternalProvider,PrivyClient,PrivyConnector,PrivyProvider,PrivyProxyProvider,VERSION,getAccessToken,usePrivy});
1451
+ `;var ue=require("react/jsx-runtime");function is(t){return typeof t=="string"&&t.length===25}var $t;function Ai(){if(!$t){let t=S.get(Ve);return Promise.resolve(t||null)}return $t.getAccessToken()}var Ei=t=>{if(!is(t.appId))throw new p("Cannot initialize the Privy provider with an invalid Privy app ID");let[e,o]=(0,j.useState)(null);return(0,j.useEffect)(()=>{$t=new je({appId:t.appId,apiURL:Oo}),o($t)},[]),e===null?(0,ue.jsx)(ue.Fragment,{}):(0,ue.jsx)(ss,{...t,client:e})},ns=(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)}},ss=t=>{let e=t.client,[o,r]=(0,j.useState)(!1),[i,n]=(0,j.useState)(!1),[s,u]=(0,j.useState)(!1),[m,f]=(0,j.useState)(null),[A,O]=(0,j.useState)(!1),[x,_]=(0,j.useState)({accentColor:"#696ffd",theme:"System",showWalletLoginFirst:!0,allowlistConfig:{errorTitle:null,errorDetail:null,ctaText:null,ctaLink:null},walletAuth:!0,emailAuth:!0,smsAuth:!1,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[M,d]=(0,j.useState)(null),[C,Z]=(0,j.useState)(!1);(0,j.useEffect)(()=>{async function a(){let c=await e.getAppSettings();_(c)}a()},[]);let Re=ns(x,M),B=()=>{let a=new URLSearchParams(window.location.search),c=a.get("privy_oauth_code"),T=a.get("privy_oauth_state"),W=a.get("privy_oauth_provider");c&&T&&W&&(e.startAuthFlow(new $e(W,c,T)),d(W),r(!0))};(0,j.useEffect)(()=>{async function a(){B();let c=await e.getAuthenticatedUser();u(!!c),f(c),n(!0)}a()},[]),(0,j.useEffect)(()=>{i&&s&&m===null&&e.getAuthenticatedUser().then(f)},[i,s,m]);let pe={ready:i,authenticated:s,user:m,walletConnector:e.connector,linkWallet:()=>{d("wallet"),Z(!0),r(!0)},linkEmail:()=>{d("email"),Z(!0),r(!0)},linkPhone:()=>{d("sms"),Z(!0),r(!0)},linkGoogle:async()=>{await b.initLoginWithOAuth("google")},linkTwitter:async()=>{await b.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await b.initLoginWithOAuth("discord")},linkGithub:async()=>{await b.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(),f(null),u(!1),d(null),Z(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connector.getEthereumProvider(),getEthersProvider:()=>new Li.Web3Provider(new Le(e.connector.getEthereumProvider())),getWeb3jsProvider:()=>new vt(e.connector.getEthereumProvider()),unlinkWallet:async a=>{let c=await e.unlinkWallet(a);return f(c),c},unlinkEmail:async a=>{let c=await e.unlinkEmail(a);return f(c),c},unlinkPhone:async a=>{let c=await e.unlinkPhone(a);return f(c),c},unlinkGoogle:async a=>{let c=await e.unlinkOAuth("google",a);return f(c),c},unlinkTwitter:async a=>{let c=await e.unlinkOAuth("twitter",a);return f(c),c},unlinkDiscord:async a=>{let c=await e.unlinkOAuth("discord",a);return f(c),c},unlinkGithub:async a=>{let c=await e.unlinkOAuth("github",a);return f(c),c},setActiveWallet:a=>{if(!m)return;let c=e.setActiveWallet(a,m);f(c)},forkSession:()=>e.forkSession()},b={isLinking:C,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,A)),e.authFlow=void 0,d(null),Z(!1),O(!1),r(!1)},initLoginWithWallet:a=>{a||(a="metamask"),e.connector.walletType=a,e.startAuthFlow(new et(e.connector))},initLoginWithOAuth:async a=>{e.startAuthFlow(new $e(a));let c=await e.authFlow.getAuthorizationUrl();c&&c.url&&window.location.assign(c.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof $e))throw new p("Must initialize OAuth flow before calling loginWithOAuth");let a,c;i&&s?a=await e.link():{user:a,isNewUser:c}=await e.authenticate(),f(a),O(c||!1),u(!0)},loginWithWallet:async()=>{if(!(e.authFlow instanceof et))throw new p("Must initialize SIWE flow first.");let a,c;C?(a=await e.link(),a&&(S.del(se),a=Xe(a))):{user:a,isNewUser:c}=await e.authenticate(),f(a||m||null),O(c||!1),u(!0)},loginWithEmail:async a=>{let c=new tt(a);e.startAuthFlow(c),await c.sendCodeEmail()},loginWithSms:async a=>{let c=new ot(a);e.startAuthFlow(c),await c.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 tt)e.authFlow.meta.emailCode=a.trim();else if(e.authFlow instanceof ot)e.authFlow.meta.smsCode=a.trim();else throw new p("Must initialize a passwordless code flow first");let c,T;C?c=await e.link():{user:c,isNewUser:T}=await e.authenticate(),f(c||m||null),O(T||!1),u(!0)},handleLoginError:async a=>{var c;e.authFlow=void 0,d(null),Z(!1),O(!1),(c=t.onError)==null||c.call(t,a)}};return(0,ue.jsxs)(ro.Provider,{value:pe,children:[t.children,(0,ue.jsx)(so.Provider,{value:b,children:(0,ue.jsx)(hr,{appSettings:x,options:Re,visible:o,authenticated:s,children:o&&(0,ue.jsx)(xi,{})})})]})};0&&(module.exports={AsExternalProvider,PrivyClient,PrivyConnector,PrivyProvider,PrivyProxyProvider,VERSION,getAccessToken,usePrivy});