@privy-io/react-auth 1.12.0-beta.5 → 1.12.0-beta.7

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,7 +1,7 @@
1
- "use strict";var vi=Object.create;var ct=Object.defineProperty;var bi=Object.getOwnPropertyDescriptor;var xi=Object.getOwnPropertyNames;var Li=Object.getPrototypeOf,Ei=Object.prototype.hasOwnProperty;var Ai=(t,e)=>{for(var o in e)ct(t,o,{get:e[o],enumerable:!0})},So=(t,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of xi(e))!Ei.call(t,i)&&i!==o&&ct(t,i,{get:()=>e[i],enumerable:!(r=bi(e,i))||r.enumerable});return t};var C=(t,e,o)=>(o=t!=null?vi(Li(t)):{},So(e||!t||!t.__esModule?ct(o,"default",{value:t,enumerable:!0}):o,t)),ki=t=>So(ct({},"__esModule",{value:!0}),t);var Yn={};Ai(Yn,{AsExternalProvider:()=>ve,PrivyClient:()=>ze,PrivyConnector:()=>Be,PrivyProvider:()=>yi,PrivyProxyProvider:()=>Ce,VERSION:()=>ht,getAccessToken:()=>wi,usePrivy:()=>O});module.exports=ki(Yn);var z=require("react");var gt=C(require("axios"));var To=C(require("axios")),Q=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}]`:""}`}},pt=class extends Q{constructor(o,r,i,n){super(i,n);this.type=o;this.status=r}},u=class extends Q{constructor(o,r){super(o,r);this.type="client_error"}};var $=class extends Q{constructor(o,r){super(o,r);this.type="connector_error"}},N=t=>{if(t instanceof Q)return t;if(!To.default.isAxiosError(t))return K(t);if(!t.response)return new pt("api_error",null,t.message,t);let{type:e,message:o,error:r}=t.response.data;return new pt(e||"ApiError",t.response.status,o||r,t)},K=t=>t instanceof Q?t:t instanceof Error?new u(t.message,t):new u(`Internal error: ${t}`);var Io="1.12.0-beta.5";var Ro="https://api.privy.io/v0",Mo=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",ut="4df5e2316331463a9130964bd6078dfa",Wo=1e4,De=1400,No=365*24*60*60,ht=Io,Oo="ES256",Uo="privy.io",Fe="privy:token",mt="privy:refresh_token",ne="privy:active_wallet",ft="privy:wallet_type",Do="walletconnect";var wt=class{constructor(e,o,r){this.appId=e,this.sdkVersion=ht,this.session=o,this.defaults=r}async get(e,o){try{return await gt.default.get(e,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,this.buildConfig(r))}catch(i){throw N(i)}}async delete(e,o){try{return await gt.default.delete(e,this.buildConfig(o))}catch(r){throw N(r)}}buildConfig(e){return e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,this.session.token!==null&&(e.headers.authorization=`Bearer ${this.session.token}`),{...this.defaults,...e}}};var Ve=C(require("jose"));var we=class{static parse(e){try{return new we(e)}catch{return null}}constructor(e){this.value=e,this._decoded=Ve.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}async isValid(e,o,r=0){let i=await Ve.importSPKI(e,Oo);try{return await Ve.jwtVerify(this.value,i,{issuer:Uo,audience:o,clockTolerance:r}),!0}catch{return!1}}};var ye=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 Kt=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]}},qt=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 Pi(){return typeof window<"u"&&window.localStorage?new qt:new Kt}var _=Pi();function Se(t){return new Date(t*1e3)}function Si(t){return t.map(e=>{switch(e.type){case"wallet":return{address:e.address,type:e.type,verifiedAt:Se(e.verified_at),chainType:e.chain_type};case"email":return{address:e.address,type:e.type,verifiedAt:Se(e.verified_at)};case"phone":return{number:e.phoneNumber,type:e.type,verifiedAt:Se(e.verified_at)};case"google_oauth":return{subject:e.subject,email:e.email,name:e.name,type:e.type,verifiedAt:Se(e.verified_at)};case"twitter_oauth":return{subject:e.subject,username:e.username,name:e.name,type:e.type,verifiedAt:Se(e.verified_at)};case"discord_oauth":return{subject:e.subject,username:e.username,email:e.email,type:e.type,verifiedAt:Se(e.verified_at)};default:throw new u("Unrecognized account type")}})}function Ti(t,e){return e.find(o=>o.type==="wallet"&&o.address===t)}function Te(t,e){return t.sort((o,r)=>r.verifiedAt.getTime()-o.verifiedAt.getTime()),t.find(o=>o.type===e)}function Je(t){let e=t.linkedAccounts.map(s=>s.type==="wallet"?s.address:null),r=_.get(ne);if(!r||!e.includes(r)){_.del(ne);let s=Te(t.linkedAccounts,"wallet");s&&(r=s.address,_.put(ne,r))}let i=Ti(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 ue(t){if(!t)return null;let e=Si(t.linked_accounts),o=Te(e,"wallet"),r=Te(e,"email"),i=Te(e,"phone"),n=Te(e,"google_oauth"),s=Te(e,"twitter_oauth"),p=Te(e,"discord_oauth"),w={id:t.id,createdAt:Se(t.created_at),linkedAccounts:e,email:r&&{address:r==null?void 0:r.address},phone:i&&{number:i==null?void 0:i.number},wallet:o&&{address:o.address,chainType:o.chainType,chainId:o.chainId,walletType:o.walletType},google:n&&{subject:n.subject,email:n.email,name:n.name},twitter:s&&{subject:s.subject,username:s.username,name:s.name},discord:p&&{subject:p.subject,username:p.username,email:p.email}};return Je(w)}var Fo=()=>"/api/v1/sessions",Vo=()=>"/api/v1/sessions/logout",Go=()=>"/api/v1/sessions/fork",Ho=()=>"/api/v1/siwe/init",Bo=()=>"/api/v1/siwe/authenticate",zo=()=>"/api/v1/siwe/link",Zo=()=>"/api/v1/passwordless/init",jo=()=>"/api/v1/passwordless/authenticate",$o=()=>"/api/v1/passwordless/link",Ko=()=>"/api/v1/passwordless_sms/init",qo=()=>"/api/v1/passwordless_sms/authenticate",Yo=()=>"/api/v1/passwordless_sms/link",Jo=()=>"/api/v1/oauth/init",Qo=()=>"/api/v1/oauth/authenticate",Xo=()=>"/api/v1/oauth/link",er=()=>"/api/v1/siwe/unlink",tr=()=>"/api/v1/passwordless/unlink",or=()=>"/api/v1/passwordless_sms/unlink",rr=()=>"/api/v1/oauth/unlink";var Ii=30,yt=class{constructor(){this.authenticateOnce=new ye(async e=>this._authenticate(e)),this.linkOnce=new ye(async e=>this._link(e)),this.refreshOnce=new ye(this._refresh.bind(this)),this.destroyOnce=new ye(this._destroy.bind(this)),this.forkSessionOnce=new ye(this._forkSession.bind(this))}get token(){try{let e=_.get(Fe);return typeof e=="string"?new we(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=_.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=we.parse(this.token);return e!==null&&!e.isExpired(Ii)}async hasValidToken(e,o,r=0){let i=we.parse(this.token);return i!==null&&await i.isValid(e,o,r)}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:ue(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),K(o)}}async _link(e){try{let o=await e.link();return ue(o)}catch(o){throw console.warn("Error linking account"),K(o)}}async _refresh(){if(!this.api)throw new u("Session has no API instance");let e=this.token,o=this.refreshToken;if(!e||!o)return null;try{let r=await this.api.post(Fo(),{refresh_token:o});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),ue(r.data.user)}catch(r){throw K(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 u("Session has no API instance");let e=this.refreshToken;try{let o=await this.api.post(Go(),{refresh_token:e});return this.storeToken(o.data.token),this.storeRefreshToken(o.data.refresh_token),o.data.new_session_refresh_token}catch(o){throw K(o)}}destroyLocalState(){this.storeToken(null),this.storeRefreshToken(null),_.del(ne)}storeToken(e){typeof e=="string"?_.put(Fe,e):_.del(Fe)}storeRefreshToken(e){typeof e=="string"?_.put(mt,e):_.del(mt)}};var sr=require("@ethersproject/address"),Qt=C(require("@walletconnect/web3-provider"));var ir=require("@ethersproject/logger");var Ge=class extends ${constructor(){super("Wallet timeout");this.type="wallet_error"}},Ct=t=>{if(t instanceof $)return t;if((t==null?void 0:t.code)&&(t==null?void 0:t.reason)){let e=new He(t);return t.code===ir.ErrorCode.ACTION_REJECTED&&(e.details=Ie.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new He(t):new $("Unknown connector error",t)},Yt=class extends Q{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},He=class extends Yt{constructor(o){var n,s,p;let r=o;super(r.message,r.code,r.data);let i=Object.values(Ie).find(w=>w.eipCode===r.code);this.details=i||Ie.UNKNOWN_ERROR,r.code===-32002&&((n=r.message)!=null&&n.includes("already pending for origin")?(s=r.message)!=null&&s.includes("wallet_requestPermissions")?this.details=Ie.E32002_CONNECTION_ALREADY_PENDING:this.details=Ie.E32002_REQUEST_ALREADY_PENDING:(p=r.message)!=null&&p.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Ie.E32002_WALLET_LOCKED))}},Ri={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_NOT_ALLOWED:{message:"You don\u2019t have access to this app",detail:"Try with a different address?",retryable:!0}},Mi={E32002_CONNECTION_ALREADY_PENDING:{eipCode:-32002,message:"Connection request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_REQUEST_ALREADY_PENDING:{eipCode:-32002,message:"Resource request already pending",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E32002_WALLET_LOCKED:{eipCode:-32002,message:"Wallet might be locked",detail:"Don\u2019t see your wallet modal? Check your other browser windows.",retryable:!1},E4001_USER_REJECTED_REQUEST:{eipCode:4001,message:"Signature rejected",detail:"Please try signing again.",retryable:!0}},Wi={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},Ie={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Wi,...Mi},Qe={...Ri,...Ie};var Ni=12e4,Jt=(t=new Ge,e=Ni)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),Ce=class{constructor(e){this.removeListener=(e,o)=>{if(this.walletProvider)return this.walletProvider.removeListener(e,o)};this.setProvider=e=>{this.walletProvider=e,this._subscriptions.forEach(o=>{var r;(r=this.walletProvider)==null||r.on(o.eventName,o.listener)})};this.walletProvider=e,this._subscriptions=[]}on(e,o){if(this.walletProvider)return this.walletProvider.on(e,o);this._subscriptions.push({eventName:e,listener:o})}request(e){if(!this.walletProvider)throw new $(`A wallet request of type ${e.method} was made before setting a wallet provider.`);return Promise.race([this.walletProvider.request(e),Jt()]).catch(o=>{throw Ct(o)})}},ve=class extends Ce{constructor(o){super(o)}},vt=class extends Ce{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var ar=require("@ethersproject/providers");var nr=["metamask","coinbase_wallet","wallet_connect"];var lr=C(require("@coinbase/wallet-sdk")),Oi=()=>{let t=`https://mainnet.infura.io/v3/${ut}`,e=1;return new lr.default({appName:"Privy",darkMode:!1,headlessMode:!1}).makeWeb3Provider(t,e)},Xt=()=>{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},bt=()=>{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},Be=class{constructor(){this.walletType=null;this.getEthereumProvider=()=>this.ethProvider;this.createSiweMessage=(e,o,r,i,n,s,p)=>`${r} wants you to sign in with your Ethereum account:
1
+ "use strict";var xi=Object.create;var ct=Object.defineProperty;var Li=Object.getOwnPropertyDescriptor;var Ai=Object.getOwnPropertyNames;var Ei=Object.getPrototypeOf,ki=Object.prototype.hasOwnProperty;var _i=(t,e)=>{for(var o in e)ct(t,o,{get:e[o],enumerable:!0})},Io=(t,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ai(e))!ki.call(t,i)&&i!==o&&ct(t,i,{get:()=>e[i],enumerable:!(r=Li(e,i))||r.enumerable});return t};var C=(t,e,o)=>(o=t!=null?xi(Ei(t)):{},Io(e||!t||!t.__esModule?ct(o,"default",{value:t,enumerable:!0}):o,t)),Pi=t=>Io(ct({},"__esModule",{value:!0}),t);var Xn={};_i(Xn,{AsExternalProvider:()=>xe,PrivyClient:()=>ze,PrivyConnector:()=>Be,PrivyProvider:()=>Ci,PrivyProxyProvider:()=>ve,VERSION:()=>ht,getAccessToken:()=>bi,usePrivy:()=>N});module.exports=Pi(Xn);var z=require("react");var gt=C(require("axios"));var Mo=C(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"}},O=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 Ro="1.12.0-beta.7";var Wo="https://api.privy.io/v0",Oo=process.env.NEXT_PUBLIC_PRIVY_AUTH_URL||"https://auth.privy.io",pt="4df5e2316331463a9130964bd6078dfa",No=1e4,De=1400,Uo=365*24*60*60,ht=Ro,Do="ES256",Fo="privy.io",Fe="privy:token",mt="privy:refresh_token",se="privy:active_wallet",ft="privy:wallet_type",Go="walletconnect";var wt=class{constructor(e,o,r){this.appId=e,this.sdkVersion=ht,this.session=o,this.defaults=r}async get(e,o){try{return await gt.default.get(e,this.buildConfig({headers:{"Cache-Control":"no-cache"},...o}))}catch(r){throw O(r)}}async post(e,o,r){try{return await gt.default.post(e,o,this.buildConfig(r))}catch(i){throw O(i)}}async delete(e,o){try{return await gt.default.delete(e,this.buildConfig(o))}catch(r){throw O(r)}}buildConfig(e){return e=e||{},e.headers=e.headers||{},e.headers["privy-app-id"]=this.appId,e.headers["privy-client"]=`react-auth:${this.sdkVersion}`,this.session.token!==null&&(e.headers.authorization=`Bearer ${this.session.token}`),{...this.defaults,...e}}};var Ge=C(require("jose"));var we=class{static parse(e){try{return new we(e)}catch{return null}}constructor(e){this.value=e,this._decoded=Ge.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}async isValid(e,o,r=0){let i=await Ge.importSPKI(e,Do);try{return await Ge.jwtVerify(this.value,i,{issuer:Fo,audience:o,clockTolerance:r}),!0}catch{return!1}}};var ye=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 qt=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 Ti(){return typeof window<"u"&&window.localStorage?new Yt:new qt}var _=Ti();function be(t){return new Date(t*1e3)}function Ii(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 Mi(t,e){return e.find(o=>o.type==="wallet"&&o.address===t)}function Ce(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=_.get(se);if(!r||!e.includes(r)){_.del(se);let s=Ce(t.linkedAccounts,"wallet");s&&(r=s.address,_.put(se,r))}let i=Mi(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 pe(t){if(!t)return null;let e=Ii(t.linked_accounts),o=Ce(e,"wallet"),r=Ce(e,"email"),i=Ce(e,"phone"),n=Ce(e,"google_oauth"),s=Ce(e,"twitter_oauth"),u=Ce(e,"discord_oauth"),f=Ce(e,"github_oauth"),h={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:f&&{subject:f.subject,username:f.username,name:f.name,email:f.email}};return Qe(h)}var Vo=()=>"/api/v1/sessions",Ho=()=>"/api/v1/sessions/logout",Bo=()=>"/api/v1/sessions/fork",zo=()=>"/api/v1/siwe/init",jo=()=>"/api/v1/siwe/authenticate",Zo=()=>"/api/v1/siwe/link",$o=()=>"/api/v1/passwordless/init",Ko=()=>"/api/v1/passwordless/authenticate",qo=()=>"/api/v1/passwordless/link",Yo=()=>"/api/v1/passwordless_sms/init",Jo=()=>"/api/v1/passwordless_sms/authenticate",Qo=()=>"/api/v1/passwordless_sms/link",Xo=()=>"/api/v1/oauth/init",er=()=>"/api/v1/oauth/authenticate",tr=()=>"/api/v1/oauth/link",or=()=>"/api/v1/siwe/unlink",rr=()=>"/api/v1/passwordless/unlink",ir=()=>"/api/v1/passwordless_sms/unlink",nr=()=>"/api/v1/oauth/unlink";var Ri=30,yt=class{constructor(){this.authenticateOnce=new ye(async e=>this._authenticate(e)),this.linkOnce=new ye(async e=>this._link(e)),this.refreshOnce=new ye(this._refresh.bind(this)),this.destroyOnce=new ye(this._destroy.bind(this)),this.forkSessionOnce=new ye(this._forkSession.bind(this))}get token(){try{let e=_.get(Fe);return typeof e=="string"?new we(e).value:null}catch(e){return console.error(e),this.destroyLocalState(),null}}get refreshToken(){try{let e=_.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=we.parse(this.token);return e!==null&&!e.isExpired(Ri)}async hasValidToken(e,o,r=0){let i=we.parse(this.token);return i!==null&&await i.isValid(e,o,r)}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:pe(i),isNewUser:n}}catch(o){throw console.warn("Error authenticating session"),q(o)}}async _link(e){try{let o=await e.link();return pe(o)}catch(o){throw console.warn("Error linking account"),q(o)}}async _refresh(){if(!this.api)throw new p("Session has no API instance");let e=this.token,o=this.refreshToken;if(!e||!o)return null;try{let r=await this.api.post(Vo(),{refresh_token:o});return this.storeToken(r.data.token),this.storeRefreshToken(r.data.refresh_token),pe(r.data.user)}catch(r){throw q(r)}}async _destroy(){var e;try{await((e=this.api)==null?void 0:e.post(Ho(),{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),_.del(se)}storeToken(e){typeof e=="string"?_.put(Fe,e):_.del(Fe)}storeRefreshToken(e){typeof e=="string"?_.put(mt,e):_.del(mt)}};var lr=require("@ethersproject/address"),Xt=C(require("@walletconnect/web3-provider"));var sr=require("@ethersproject/logger");var Ve=class extends K{constructor(){super("Wallet timeout");this.type="wallet_error"}},bt=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===sr.ErrorCode.ACTION_REJECTED&&(e.details=Ie.E4001_USER_REJECTED_REQUEST),e}return t!=null&&t.code?new He(t):new K("Unknown connector error",t)},Jt=class extends X{constructor(o,r,i){super(o);this.type="provider_error";this.code=r,this.data=i}},He=class extends Jt{constructor(o){var n,s,u;let r=o;super(r.message,r.code,r.data);let i=Object.values(Ie).find(f=>f.eipCode===r.code);this.details=i||Ie.UNKNOWN_ERROR,r.code===-32002&&((n=r.message)!=null&&n.includes("already pending for origin")?(s=r.message)!=null&&s.includes("wallet_requestPermissions")?this.details=Ie.E32002_CONNECTION_ALREADY_PENDING:this.details=Ie.E32002_REQUEST_ALREADY_PENDING:(u=r.message)!=null&&u.includes("Already processing")&&r.message.includes("eth_requestAccounts")&&(this.details=Ie.E32002_WALLET_LOCKED))}},Wi={ERROR_USER_EXISTS:{message:"User already exists for this address",detail:"Try another address!",retryable:!1},ERROR_TIMED_OUT:{message:"Wallet request timed out",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_CONNECTION:{message:"Could not log in with wallet",detail:"Please try connecting again.",retryable:!0},ERROR_WALLET_NOT_ALLOWED:{message:"You don\u2019t have access to this app",detail:"Try with a different address?",retryable:!0}},Oi={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}},Ni={E4001_DEFAULT_USER_REJECTED_REQUEST:{eipCode:4001,message:"User Rejected Request",detail:"The user rejected the request.",default:!0,retryable:!0},E4100_DEFAULT_UNAUTHORIZED:{eipCode:4100,message:"Unauthorized",detail:"The requested method and/or account has not been authorized by the user.",default:!0,retryable:!1},E4200_DEFAULT_UNSUPPORTED_METHOD:{eipCode:4200,message:"Unsupported Method",detail:"The Provider does not support the requested method.",default:!0,retryable:!1},E4900_DEFAULT_DISCONNECTED:{eipCode:4900,message:"Disconnected",detail:"The Provider is disconnected from all chains.",default:!0,retryable:!0},E4901_DEFAULT_CHAIN_DISCONNECTED:{eipCode:4901,message:"Chain Disconnected",detail:"The Provider is not connected to the requested chain.",default:!0,retryable:!0},E32700_DEFAULT_PARSE_ERROR:{eipCode:-32700,message:"Parse error",detail:"Invalid JSON",default:!0,retryable:!1},E32600_DEFAULT_INVALID_REQUEST:{eipCode:-32600,message:"Invalid request",detail:"JSON is not a valid request object",default:!0,retryable:!1},E32601_DEFAULT_METHOD_NOT_FOUND:{eipCode:-32601,message:"Method not found",detail:"Method does not exist",default:!0,retryable:!1},E32602_DEFAULT_INVALID_PARAMS:{eipCode:-32602,message:"Invalid params",detail:"Invalid method parameters",default:!0,retryable:!1},E32603_DEFAULT_INTERNAL_ERROR:{eipCode:-32603,message:"Internal error",detail:"Internal JSON-RPC error",default:!0,retryable:!0},E32000_DEFAULT_INVALID_INPUT:{eipCode:-32e3,message:"Invalid input",detail:"Missing or invalid parameters",default:!0,retryable:!1},E32001_DEFAULT_RESOURCE_NOT_FOUND:{eipCode:-32001,message:"Resource not found",detail:"Requested resource not found",default:!0,retryable:!1},E32002_DEFAULT_RESOURCE_UNAVAILABLE:{eipCode:-32002,message:"Resource unavailable",detail:"Requested resource not available",default:!0,retryable:!0},E32003_DEFAULT_TRANSACTION_REJECTED:{eipCode:-32003,message:"Transaction rejected",detail:"Transaction creation failed",default:!0,retryable:!0},E32004_DEFAULT_METHOD_NOT_SUPPORTED:{eipCode:-32004,message:"Method not supported",detail:"Method is not implemented",default:!0,retryable:!1},E32005_DEFAULT_LIMIT_EXCEEDED:{eipCode:-32005,message:"Limit exceeded",detail:"Request exceeds defined limit",default:!0,retryable:!1},E32006_DEFAULT_JSON_RPC_VERSION_NOT_SUPPORTED:{eipCode:-32006,message:"JSON-RPC version not supported",detail:"Version of JSON-RPC protocol is not supported",default:!0,retryable:!1}},Ie={UNKNOWN_ERROR:{eipCode:0,message:"Unknown error",detail:"Unknown error",retryable:!0},...Ni,...Oi},Xe={...Wi,...Ie};var Ui=12e4,Qt=(t=new Ve,e=Ui)=>new Promise((o,r)=>setTimeout(()=>{r(t)},e)),ve=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),Qt()]).catch(o=>{throw bt(o)})}},xe=class extends ve{constructor(o){super(o)}},Ct=class extends ve{constructor(e){super(e)}sendAsync(e,o){throw new Error("sendAsync is no longer supported by EIP-1193. Use the request method instead.")}};var dr=require("@ethersproject/providers");var ar=["metamask","coinbase_wallet","wallet_connect"];var cr=C(require("@coinbase/wallet-sdk")),Di=()=>{let t=`https://mainnet.infura.io/v3/${pt}`,e=1;return new cr.default({appName:"Privy",darkMode:!1,headlessMode:!1}).makeWeb3Provider(t,e)},eo=()=>{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},vt=()=>{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},Be=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
- ${p}
4
+ ${u}
5
5
 
6
6
  URI: ${i}
7
7
  Version: 1
@@ -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 Ce}initialize(){let e=_.get(ft);nr.includes(e)&&(this.walletType=e,this.connect({showPrompt:!1}))}destroy(){this.walletType=null,_.del(ft),_.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(Oi());break;case"wallet_connect":let r=new Qt.default({infuraId:ut});this.ethProvider.setProvider(r);break;default:throw new $(`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 $(`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 Qt.default({infuraId:ut});this.ethProvider.setProvider(o),await Promise.race([o.enable(),Jt()]);break;default:throw new $(`Unsupported wallet: ${this.walletType}`)}_.put(ft,e)}catch(o){throw Ct(o)}}async sign(e){return new ar.Web3Provider(new ve(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.",p=new Date().toISOString();return this.createSiweMessage(e,o,i,n,p,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,sr.getAddress)(e[0]):null}};var eo,ze=class{constructor(e){let o=e.apiURL||Ro,r=e.timeout||Wo;this.appId=e.appId,this.connector=new Be,this.connector.initialize(),eo||(eo=new yt),this.session=eo,this.api=new wt(e.appId,this.session,{baseURL:o,timeout:r}),this.session.api=this.api}authenticate(){if(!this.authFlow)throw new u("No auth flow in progress.");return this.session.authenticate(this.authFlow)}link(){if(!this.authFlow)throw new u("No auth flow in progress.");return this.session.link(this.authFlow)}async logout(){await this.session.destroy(),this.connector.destroy(),this.authFlow=void 0}startAuthFlow(e){e.api=this.api,this.authFlow=e}async unlinkEmail(e){try{let o=await this.api.post(tr(),{address:e});return ue(o.data)}catch(o){throw K(o)}}async unlinkPhone(e){try{let o=await this.api.post(or(),{phoneNumber:e});return ue(o.data)}catch(o){throw K(o)}}async unlinkWallet(e){try{let o=await this.api.post(er(),{address:e});return ue(o.data)}catch(o){throw K(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(rr(),{provider:e,subject:o});return ue(r.data)}catch(r){throw K(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(){if(this.session.hasActiveToken()){let{verificationKey:e,id:o}=await this.getAppSettings();return await this.session.hasValidToken(e,o,No)?this.session.token:(await this.logout(),null)}else return this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getAppSettings(){try{let e=await this.api.get(`/api/v1/apps/${this.appId}`);return{id:e.data.id,name:e.data.name,verificationKey:e.data.verification_key,logoUrl:e.data.logo_url||void 0,theme:e.data.theme,accentColor:e.data.accent_color||void 0,showWalletLoginFirst:e.data.show_wallet_login_first,walletAuth:e.data.wallet_auth,emailAuth:e.data.email_auth,smsAuth:e.data.sms_auth,googleOAuth:e.data.google_oauth,twitterOAuth:e.data.twitter_oauth,discordOAuth:e.data.discord_oauth,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 K(e)}}setActiveWallet(e,o){if(!o.linkedAccounts.map(i=>i.type==="wallet"?i.address:null).includes(e))throw new u("Cannot set an unlinked address as active.");return _.put(ne,e),Je(o)}async forkSession(){return await this.session.forkSession()}};var gi=require("@ethersproject/providers");var xt=require("react");var g=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var to=(0,xt.createContext)({ready:!1,authenticated:!1,user:null,walletConnector:null,login:g,linkEmail:g,linkPhone:g,linkWallet:g,linkGoogle:g,linkTwitter:g,linkDiscord:g,logout:g,getAccessToken:g,getEthereumProvider:g,getEthersProvider:g,getWeb3jsProvider:g,unlinkEmail:g,unlinkPhone:g,unlinkWallet:g,unlinkGoogle:g,unlinkTwitter:g,unlinkDiscord:g,setActiveWallet:g,forkSession:g}),O=()=>(0,xt.useContext)(to);var Xe=class{constructor(e){this.connector=e,this.meta={wallet:this.connector.walletType}}async authenticate(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.connector.walletType)throw new u("Wallet must be specified");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api),r=await this.api.post(Bo(),{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 u("Auth flow has no API instance");if(!this.connector.walletType)throw new u("Wallet must be specified");try{let{message:e,signature:o}=await this.promptConnectAndSign(this.api);return(await this.api.post(zo(),{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),p=await this.connector.sign(s);return{message:s,signature:p}}getEthereumProvider(){return this.connector.getEthereumProvider()}};var et=class{constructor(e){this.meta={email:e}}async authenticate(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new u("Email and email code must be set prior to calling authenticate.");try{let e=jo(),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 u("Auth flow has no API instance");if(!this.meta.email||!this.meta.emailCode)throw new u("Email and email code must be set prior to calling authenticate.");try{let e=$o();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 u("Auth flow has no API instance");if(e&&(this.meta.email=e),!this.meta.email)throw new u("Email must be set when initialzing authentication.");try{let o=Zo();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 u("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new u("phone number and sms code must be set prior to calling authenticate.");try{let e=qo(),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 u("Auth flow has no API instance");if(!this.meta.phoneNumber||!this.meta.smsCode)throw new u("phone number and sms code must be set prior to calling authenticate.");try{let e=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 u("Auth flow has no API instance");if(e&&(this.meta.phoneNumber=e),!this.meta.phoneNumber)throw new u("phone nNumber must be set when initialzing authentication.");try{let o=Ko();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw N(o)}}};var Ze=class{constructor(e,o,r){this.meta={provider:e},this.meta.authorizationCode=o,this.meta.stateCode=r}isActive(){return!!(this.meta.authorizationCode&&this.meta.stateCode&&this.meta.provider)}async authenticate(){if(!this.api)throw new u("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new u("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling authenticate.");if(this.meta.authorizationCode==="undefined")throw new u("User denied confirmation during OAuth flow");try{let e=Qo(),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 u("Auth flow has no API instance");if(!this.meta.authorizationCode||!this.meta.stateCode)throw new u("[OAuth AuthFlow] Authorization and state codes code must be set prior to calling link.");if(this.meta.authorizationCode==="undefined")throw new u("User denied confirmation during OAuth flow");try{let e=Xo();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 u("Auth flow has no API instance");if(!this.meta.provider)throw new u("Provider must be set when initialzing OAuth authentication.");try{let e=Jo();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw N(e)}}};var Ed=require("wicg-inert"),hi=C(require("react-dom")),Bt=C(require("styled-components"));var se=require("react");var cr=require("react/jsx-runtime");function dr(t){return(0,cr.jsx)("link",{rel:"prefetch",href:t.src})}var Lt=require("react/jsx-runtime"),pr=(0,se.createContext)({ready:!1,app:null,options:{email:!0,sms:!1,wallet:!0,google:!1,twitter:!1,discord:!1},currentScreen:"LANDING",lastScreen:"LANDING",navigate:g,navigateBack:g}),ur=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=(0,se.useState)(null),[s,p]=(0,se.useState)(null);(0,se.useEffect)(()=>{o||n(null)},[o]),(0,se.useEffect)(()=>{r||(p("LANDING"),n("LANDING"))},[r]);let w={ready:!!(e!=null&&e.id),app:e,options:t.options,currentScreen:i||"LANDING",lastScreen:s||"LANDING",navigate:m=>{p(i),n(m)},navigateBack:()=>{n(s)}};return(0,Lt.jsxs)(pr.Provider,{value:w,children:[e&&e.logoUrl&&(0,Lt.jsx)(dr,{src:e.logoUrl}),t.children]})},y=()=>(0,se.useContext)(pr);var Dt=require("react"),Ke=C(require("styled-components"));var fr=C(require("styled-components"));var oo=require("react/jsx-runtime"),hr=({style:t,...e})=>(0,oo.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,oo.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});var ro=require("react/jsx-runtime"),mr=({style:t,...e})=>(0,ro.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,ro.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});var Et=require("react");var io=(0,Et.createContext)({isLinking:!1,getAuthMeta:g,getAuthFlow:g,closePrivyModal:g,initLoginWithWallet:g,loginWithWallet:g,loginWithCode:g,loginWithEmail:g,loginWithSms:g,resendEmailCode:g,resendSmsCode:g,initLoginWithOAuth:g,loginWithOAuth:g,handleLoginError:g}),R=()=>(0,Et.useContext)(io);var q=require("react/jsx-runtime"),Ui=()=>(0,q.jsx)("div",{}),Di=({backFn:t})=>(0,q.jsx)("div",{children:(0,q.jsx)(mr,{onClick:t})}),Fi=()=>{let{closePrivyModal:t}=R();return(0,q.jsx)("div",{children:(0,q.jsx)("div",{children:(0,q.jsx)(hr,{onClick:t})})})};var P=({backFn:t})=>(0,q.jsxs)(Vi,{children:[t?(0,q.jsx)(Di,{backFn:t}):(0,q.jsx)(Ui,{}),(0,q.jsx)(Fi,{})]}),Vi=fr.default.div`
12
+ - https://privy.io`;this.ethProvider=new ve}initialize(){let e=_.get(ft);ar.includes(e)&&(this.walletType=e,this.connect({showPrompt:!1}))}destroy(){this.walletType=null,_.del(ft),_.del(Go)}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(Di());break;case"wallet_connect":let r=new Xt.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 Xt.default({infuraId:pt});this.ethProvider.setProvider(o),await Promise.race([o.enable(),Qt()]);break;default:throw new K(`Unsupported wallet: ${this.walletType}`)}_.put(ft,e)}catch(o){throw bt(o)}}async sign(e){return new dr.Web3Provider(new xe(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,lr.getAddress)(e[0]):null}};var to,ze=class{constructor(e){let o=e.apiURL||Wo,r=e.timeout||No;this.appId=e.appId,this.connector=new Be,this.connector.initialize(),to||(to=new yt),this.session=to,this.api=new wt(e.appId,this.session,{baseURL:o,timeout:r}),this.session.api=this.api}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(rr(),{address:e});return pe(o.data)}catch(o){throw q(o)}}async unlinkPhone(e){try{let o=await this.api.post(ir(),{phoneNumber:e});return pe(o.data)}catch(o){throw q(o)}}async unlinkWallet(e){try{let o=await this.api.post(or(),{address:e});return pe(o.data)}catch(o){throw q(o)}}async unlinkOAuth(e,o){try{let r=await this.api.post(nr(),{provider:e,subject:o});return pe(r.data)}catch(r){throw q(r)}}async getAuthenticatedUser(){return this.session.hasRefreshCredentials()?this.session.refresh():null}async getAccessToken(){if(this.session.hasActiveToken()){let{verificationKey:e,id:o}=await this.getAppSettings();return await this.session.hasValidToken(e,o,Uo)?this.session.token:(await this.logout(),null)}else return this.session.hasRefreshCredentials()?(await this.session.refresh(),this.session.token):null}async getAppSettings(){try{let e=await this.api.get(`/api/v1/apps/${this.appId}`);return{id:e.data.id,name:e.data.name,verificationKey:e.data.verification_key,logoUrl:e.data.logo_url||void 0,theme:e.data.theme,accentColor:e.data.accent_color||void 0,showWalletLoginFirst:e.data.show_wallet_login_first,walletAuth:e.data.wallet_auth,emailAuth:e.data.email_auth,smsAuth:e.data.sms_auth,googleOAuth:e.data.google_oauth,twitterOAuth:e.data.twitter_oauth,discordOAuth:e.data.discord_oauth,githubOAuth:e.data.github_oauth,termsAndConditionsUrl:e.data.terms_and_conditions_url,privacyPolicyUrl:e.data.privacy_policy_url,createdAt:new Date(e.data.created_at*1e3),updatedAt:new Date(e.data.updated_at*1e3)}}catch(e){throw 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 _.put(se,e),Qe(o)}async forkSession(){return await this.session.forkSession()}};var yi=require("@ethersproject/providers");var xt=require("react");var w=()=>{throw new Error("You need to wrap your application with the <PrivyProvider> initialized with your app id.")};var oo=(0,xt.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}),N=()=>(0,xt.useContext)(oo);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(jo(),{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 O(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(Zo(),{message:e,signature:o})).data}catch(e){throw O(e)}}async promptConnectAndSign(e){let o=await this.connector.connect({showPrompt:!0}),r=o.address,i=o.chainId,n=await e.post(zo(),{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=Ko(),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 O(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=qo();return(await this.api.post(e,{email:this.meta.email,code:this.meta.emailCode})).data}catch(e){throw O(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 O(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 O(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=Qo();return(await this.api.post(e,{phoneNumber:this.meta.phoneNumber,code:this.meta.smsCode})).data}catch(e){throw O(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=Yo();return(await this.api.post(o,{phoneNumber:this.meta.phoneNumber})).data}catch(o){throw O(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=er(),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 O(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=tr();return(await this.api.post(e,{authorization_code:this.meta.authorizationCode,state_code:this.meta.stateCode})).data}catch(e){throw O(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=Xo();return(await this.api.post(e,{provider:this.meta.provider,redirect_to:window.location.href})).data}catch(e){throw O(e)}}};var Td=require("wicg-inert"),fi=C(require("react-dom")),zt=C(require("styled-components"));var ae=require("react");var pr=require("react/jsx-runtime");function ur(t){return(0,pr.jsx)("link",{rel:"prefetch",href:t.src})}var Lt=require("react/jsx-runtime"),hr=(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}),mr=t=>{let e=t.appSettings,o=t.authenticated,r=t.visible,[i,n]=(0,ae.useState)(null),[s,u]=(0,ae.useState)(null);(0,ae.useEffect)(()=>{o||n(null)},[o]),(0,ae.useEffect)(()=>{r||(u("LANDING"),n("LANDING"))},[r]);let f={ready:!!(e!=null&&e.id),app:e,options:t.options,currentScreen:i||"LANDING",lastScreen:s||"LANDING",navigate:h=>{u(i),n(h)},navigateBack:()=>{n(s)}};return(0,Lt.jsxs)(hr.Provider,{value:f,children:[e&&e.logoUrl&&(0,Lt.jsx)(ur,{src:e.logoUrl}),t.children]})},y=()=>(0,ae.useContext)(hr);var Ft=require("react"),qe=C(require("styled-components"));var wr=C(require("styled-components"));var ro=require("react/jsx-runtime"),fr=({style:t,...e})=>(0,ro.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,ro.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})});var io=require("react/jsx-runtime"),gr=({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:"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"})});var At=require("react");var no=(0,At.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}),M=()=>(0,At.useContext)(no);var Y=require("react/jsx-runtime"),Fi=()=>(0,Y.jsx)("div",{}),Gi=({backFn:t})=>(0,Y.jsx)("div",{children:(0,Y.jsx)(gr,{onClick:t})}),Vi=()=>{let{closePrivyModal:t}=M();return(0,Y.jsx)("div",{children:(0,Y.jsx)("div",{children:(0,Y.jsx)(fr,{onClick:t})})})};var P=({backFn:t})=>(0,Y.jsxs)(Hi,{children:[t?(0,Y.jsx)(Gi,{backFn:t}):(0,Y.jsx)(Fi,{}),(0,Y.jsx)(Vi,{})]}),Hi=wr.default.div`
13
13
  height: 30px;
14
14
  display: flex;
15
15
  align-items: center;
@@ -72,15 +72,15 @@ Resources:
72
72
  @media (max-width: 440px) {
73
73
  height: 30px;
74
74
  }
75
- `;var co=C(require("styled-components"));var U=require("react/jsx-runtime"),Me=({style:t,...e})=>(0,U.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,U.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"white"}),(0,U.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,U.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,U.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,U.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,U.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,U.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,U.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,U.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,U.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,U.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,U.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,U.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"),be=({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 he=require("react/jsx-runtime"),At=({style:t,...e})=>(0,he.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,he.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),(0,he.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,he.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,he.jsx)("defs",{children:(0,he.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,he.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});var lo=require("react-device-detect");var kt=require("react-device-detect"),no=t=>{let e=new URL(window.location.href);if(!window.ethereum&&kt.isMobile){let o;switch(t){case"metamask":kt.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 so=C(require("styled-components")),gr=so.default.span`
75
+ `;var uo=C(require("styled-components"));var U=require("react/jsx-runtime"),Re=({style:t,...e})=>(0,U.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,U.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"white"}),(0,U.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,U.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,U.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,U.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,U.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,U.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,U.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,U.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,U.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,U.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,U.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,U.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"),Le=({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 he=require("react/jsx-runtime"),Et=({style:t,...e})=>(0,he.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,he.jsx)("rect",{width:"28",height:"28",rx:"6",fill:"#141414"}),(0,he.jsx)("g",{clipPath:"url(#clip0_1765_9946)",children:(0,he.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,he.jsx)("defs",{children:(0,he.jsx)("clipPath",{id:"clip0_1765_9946",children:(0,he.jsx)("rect",{width:"20",height:"12.2531",fill:"white",transform:"translate(4 8)"})})})]});var co=require("react-device-detect");var kt=require("react-device-detect"),so=t=>{let e=new URL(window.location.href);if(!window.ethereum&&kt.isMobile){let o;switch(t){case"metamask":kt.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 ao=C(require("styled-components")),yr=ao.default.span`
76
76
  @media (max-width: 440px) {
77
77
  display: none;
78
78
  }
79
- `,Sa=so.default.button`
79
+ `,Ma=ao.default.button`
80
80
  @media (min-width: 441px) {
81
81
  display: none;
82
82
  }
83
- `;var D=require("react/jsx-runtime"),_t=()=>{let{navigate:t}=y(),{initLoginWithWallet:e,closePrivyModal:o}=R();return(0,D.jsxs)(Gi,{children:[(0,D.jsxs)(ao,{onClick:()=>{Xt()?(e("metamask"),t("AWAITING_CONNECTION")):lo.isMobile?(no("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[(0,D.jsx)(Me,{}),(0,D.jsx)("span",{children:"Metamask"}),(0,D.jsx)("span",{children:Xt()?"Connect":"Install"})]}),(0,D.jsxs)(ao,{onClick:()=>{bt()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):lo.isMobile?(no("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[(0,D.jsx)(be,{}),(0,D.jsxs)("span",{children:["Coinbase",(0,D.jsx)(gr,{children:" Wallet"})]}),(0,D.jsx)("span",{children:"Connect"})]}),(0,D.jsxs)(ao,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[(0,D.jsx)(At,{}),(0,D.jsx)("span",{children:"WalletConnect"}),(0,D.jsx)("span",{children:"Connect"})]})]})},Gi=co.default.div`
83
+ `;var D=require("react/jsx-runtime"),_t=()=>{let{navigate:t}=y(),{initLoginWithWallet:e,closePrivyModal:o}=M();return(0,D.jsxs)(Bi,{children:[(0,D.jsxs)(lo,{onClick:()=>{eo()?(e("metamask"),t("AWAITING_CONNECTION")):co.isMobile?(so("metamask"),o()):t("INSTALL_METAMASK_SCREEN")},children:[(0,D.jsx)(Re,{}),(0,D.jsx)("span",{children:"Metamask"}),(0,D.jsx)("span",{children:eo()?"Connect":"Install"})]}),(0,D.jsxs)(lo,{onClick:()=>{vt()?(e("coinbase_wallet"),t("AWAITING_CONNECTION")):co.isMobile?(so("coinbase_wallet"),o()):(e("coinbase_wallet"),t("AWAITING_CONNECTION"))},children:[(0,D.jsx)(Le,{}),(0,D.jsxs)("span",{children:["Coinbase",(0,D.jsx)(yr,{children:" Wallet"})]}),(0,D.jsx)("span",{children:"Connect"})]}),(0,D.jsxs)(lo,{onClick:()=>{e("wallet_connect"),t("AWAITING_CONNECTION")},children:[(0,D.jsx)(Et,{}),(0,D.jsx)("span",{children:"WalletConnect"}),(0,D.jsx)("span",{children:"Connect"})]})]})},Bi=uo.default.div`
84
84
  display: flex;
85
85
  flex-direction: column;
86
86
  align-items: flex-start;
@@ -90,7 +90,7 @@ Resources:
90
90
  @media (max-width: 440px) {
91
91
  flex-direction: row;
92
92
  }
93
- `,ao=co.default.button`
93
+ `,lo=uo.default.button`
94
94
  display: flex;
95
95
  flex-direction: row;
96
96
  align-items: center;
@@ -157,7 +157,7 @@ Resources:
157
157
  :hover > :last-child {
158
158
  opacity: 1;
159
159
  }
160
- `;var wr=C(require("styled-components"));var rt=require("react/jsx-runtime"),Pt=()=>{let{navigate:t}=y();return(0,rt.jsxs)(Hi,{children:[(0,rt.jsx)("span",{children:"Don\u2019t have a wallet? "}),(0,rt.jsx)("button",{onClick:()=>{t("WALLET_EDUCATION")},children:"Create one now."})]})},Hi=wr.default.div`
160
+ `;var br=C(require("styled-components"));var it=require("react/jsx-runtime"),Pt=()=>{let{navigate:t}=y();return(0,it.jsxs)(zi,{children:[(0,it.jsx)("span",{children:"Don\u2019t have a wallet? "}),(0,it.jsx)("button",{onClick:()=>{t("WALLET_EDUCATION")},children:"Create one now."})]})},zi=br.default.div`
161
161
  font-size: 13px;
162
162
  color: #6b7280;
163
163
 
@@ -168,7 +168,7 @@ Resources:
168
168
  @media (max-width: 440px) {
169
169
  margin-top: 4px;
170
170
  }
171
- `;var uo=C(require("styled-components"));var po=require("react/jsx-runtime"),yr=({style:t,...e})=>(0,po.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:(0,po.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:"var(--primary-color)"})});var Y=require("react/jsx-runtime"),Bi=uo.default.div`
171
+ `;var ho=C(require("styled-components"));var po=require("react/jsx-runtime"),Cr=({style:t,...e})=>(0,po.jsx)("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:(0,po.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99555 0.929932C-1.12055 1.31799 -0.499722 9.15734 2.17445 8.76915C0.0807959 10.5544 -0.960455 16.6416 6.01654 16.0265C10.6356 15.9489 15.5635 12.2232 15.5635 8.1095C15.5635 2.63748 10.7516 0.929932 7.99555 0.929932ZM9.47052 7.53055C9.47052 8.49933 8.81856 9.28468 8.01433 9.28468C7.2101 9.28468 6.55814 8.49933 6.55814 7.53055C6.55814 6.56176 7.2101 5.77641 8.01433 5.77641C8.81856 5.77641 9.47052 6.56176 9.47052 7.53055ZM12.3171 9.28468C13.1213 9.28468 13.7733 8.49933 13.7733 7.53055C13.7733 6.56176 13.1213 5.77641 12.3171 5.77641C11.5129 5.77641 10.8609 6.56176 10.8609 7.53055C10.8609 8.49933 11.5129 9.28468 12.3171 9.28468Z",fill:"var(--primary-color)"})});var J=require("react/jsx-runtime"),ji=ho.default.div`
172
172
  margin-top: 16px;
173
173
  font-size: 12px;
174
174
  text-align: left;
@@ -177,7 +177,7 @@ Resources:
177
177
  && > a {
178
178
  color: var(--primary-color);
179
179
  }
180
- `;function Cr(t){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=t.app,r=!!e,i=!!o,n=r&&i;return!r&&!i?null:(0,Y.jsxs)(Bi,{children:["By logging in I agree to the"," ",i&&(0,Y.jsx)("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",r&&(0,Y.jsx)("a",{href:e,target:"_blank",children:"Privacy Policy"})]})}var ae=({protectedByPrivy:t})=>(0,Y.jsx)(me,{hideOnMobile:t,children:t?(0,Y.jsxs)(Y.Fragment,{children:[(0,Y.jsx)(yr,{}),(0,Y.jsx)("span",{children:(0,Y.jsx)("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),me=uo.default.div`
180
+ `;function vr(t){let{privacyPolicyUrl:e,termsAndConditionsUrl:o}=t.app,r=!!e,i=!!o,n=r&&i;return!r&&!i?null:(0,J.jsxs)(ji,{children:["By logging in I agree to the"," ",i&&(0,J.jsx)("a",{href:o,target:"_blank",children:n?"Terms":"Terms of Service"}),n&&" & ",r&&(0,J.jsx)("a",{href:e,target:"_blank",children:"Privacy Policy"})]})}var le=({protectedByPrivy:t})=>(0,J.jsx)(me,{hideOnMobile:t,children:t?(0,J.jsxs)(J.Fragment,{children:[(0,J.jsx)(Cr,{}),(0,J.jsx)("span",{children:(0,J.jsx)("a",{href:"https://www.privy.io/",target:"_blank",children:"Protected by Privy"})})]}):null}),me=ho.default.div`
181
181
  height: 20px;
182
182
  font-size: 12px;
183
183
  display: flex;
@@ -199,7 +199,7 @@ Resources:
199
199
  @media (max-width: 440px) {
200
200
  display: ${t=>t.hideOnMobile?"none":"inherit"};
201
201
  }
202
- `;var ho=C(require("styled-components")),xe=ho.default.div`
202
+ `;var mo=C(require("styled-components")),Ae=mo.default.div`
203
203
  display: flex;
204
204
  flex-direction: column;
205
205
  align-items: flex-start;
@@ -207,20 +207,20 @@ Resources:
207
207
  margin-top: auto;
208
208
  gap: 16px;
209
209
  flex-grow: 100;
210
- `,vr=ho.default.div`
210
+ `,xr=mo.default.div`
211
211
  display: flex;
212
212
  flex-direction: column;
213
213
  align-items: center;
214
214
  justify-content: center;
215
215
  height: 100%;
216
216
  width: 100%;
217
- `;var it=C(require("styled-components"));var mo=require("react/jsx-runtime"),St=({style:t,logoFill:e,...o})=>(0,mo.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,mo.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 Le=require("react/jsx-runtime"),Tt=({logoFill:t,style:e,...o})=>(0,Le.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,Le.jsx)("g",{clipPath:"url(#clip0)",children:(0,Le.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,Le.jsx)("defs",{children:(0,Le.jsx)("clipPath",{id:"clip0",children:(0,Le.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var We=require("react/jsx-runtime"),It=({style:t,...e})=>(0,We.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,We.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,We.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,We.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,We.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 fe=require("react/jsx-runtime"),br=({showGoogle:t,showTwitter:e,showDiscord:o,stacked:r})=>{let{initLoginWithOAuth:i}=R();return(0,fe.jsxs)(zi,{stacked:r,children:[t&&(0,fe.jsx)($i,{onClick:()=>{i("google")},children:(0,fe.jsx)(It,{})}),e&&(0,fe.jsx)(Zi,{onClick:()=>{i("twitter")},children:(0,fe.jsx)(St,{})}),o&&(0,fe.jsx)(ji,{onClick:()=>{i("discord")},children:(0,fe.jsx)(Tt,{})})]})},zi=it.default.div`
217
+ `;var Ze=C(require("styled-components"));var fo=require("react/jsx-runtime"),St=({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 Ee=require("react/jsx-runtime"),Tt=({logoFill:t,style:e,...o})=>(0,Ee.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,Ee.jsx)("g",{clipPath:"url(#clip0)",children:(0,Ee.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,Ee.jsx)("defs",{children:(0,Ee.jsx)("clipPath",{id:"clip0",children:(0,Ee.jsx)("rect",{width:"71",height:"55",fill:"white"})})})]});var go=require("react/jsx-runtime"),It=({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 We=require("react/jsx-runtime"),Mt=({style:t,...e})=>(0,We.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,We.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,We.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,We.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,We.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}=M();return(0,ee.jsxs)(Zi,{stacked:i,children:[t&&(0,ee.jsx)(Yi,{onClick:()=>{n("google")},children:(0,ee.jsx)(Mt,{})}),e&&(0,ee.jsx)($i,{onClick:()=>{n("twitter")},children:(0,ee.jsx)(St,{})}),o&&(0,ee.jsx)(Ki,{onClick:()=>{n("discord")},children:(0,ee.jsx)(Tt,{})}),r&&(0,ee.jsx)(qi,{onClick:()=>{n("github")},children:(0,ee.jsx)(It,{})})]})},Zi=Ze.default.div`
218
218
  display: flex;
219
219
  flex-direction: ${t=>t.stacked?"column":"row"};
220
220
  justify-content: space-between;
221
221
  width: 100%;
222
222
  gap: 4px;
223
- `,Zi=it.default.button`
223
+ `,$i=Ze.default.button`
224
224
  && {
225
225
  border-radius: var(--border-radius-sm);
226
226
  cursor: pointer;
@@ -232,7 +232,7 @@ Resources:
232
232
  justify-content: center;
233
233
  align-items: center;
234
234
  }
235
- `,ji=it.default.button`
235
+ `,Ki=Ze.default.button`
236
236
  && {
237
237
  border-radius: var(--border-radius-sm);
238
238
  cursor: pointer;
@@ -244,7 +244,19 @@ Resources:
244
244
  justify-content: center;
245
245
  align-items: center;
246
246
  }
247
- `,$i=it.default.button`
247
+ `,qi=Ze.default.button`
248
+ && {
249
+ border-radius: var(--border-radius-sm);
250
+ cursor: pointer;
251
+ height: 44px;
252
+ flex: 1;
253
+ background-color: #2d333b;
254
+ display: flex;
255
+ flex-direction: column;
256
+ justify-content: center;
257
+ align-items: center;
258
+ }
259
+ `,Yi=Ze.default.button`
248
260
  && {
249
261
  border-radius: var(--border-radius-sm);
250
262
  cursor: pointer;
@@ -257,7 +269,7 @@ Resources:
257
269
  align-items: center;
258
270
  border: 1px solid #e5e7eb;
259
271
  }
260
- `;var je=require("react"),Ne=C(require("styled-components"));var fo=require("react/jsx-runtime"),Rt=({style:t,...e})=>(0,fo.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,fo.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 xr=C(require("styled-components")),Lr=require("react/jsx-runtime"),Mt=({success:t,fail:e})=>(0,Lr.jsx)(Ee,{className:t?"success":e?"fail":""}),Ee=xr.default.span`
272
+ `;var $e=require("react"),Oe=C(require("styled-components"));var wo=require("react/jsx-runtime"),Rt=({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=C(require("styled-components")),Er=require("react/jsx-runtime"),Wt=({success:t,fail:e})=>(0,Er.jsx)(ke,{className:t?"success":e?"fail":""}),ke=Ar.default.span`
261
273
  && {
262
274
  width: 82px;
263
275
  height: 82px;
@@ -290,7 +302,7 @@ Resources:
290
302
  border-color: var(--fail-light);
291
303
  border-bottom-color: var(--fail-light);
292
304
  }
293
- `;var Er=require("libphonenumber-js/min");var Ar=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,}))$/),kr=t=>(0,Er.isPossiblePhoneNumber)(String(t),"US"),Wt=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)}},_r=(t,e)=>{var o=t.slice(0);let r=[];for(;o.length;)r.push(o.splice(0,e));return r};var F=require("react/jsx-runtime"),Nt=t=>{let[e,o]=(0,je.useState)(""),[r,i]=(0,je.useState)(!1),[n,s]=(0,je.useState)(null),{authenticated:p}=O(),{loginWithEmail:w,handleLoginError:m}=R(),{navigate:M,options:x}=y(),T=x.wallet;(0,je.useEffect)(()=>{let a=document.querySelector("#email-input");a==null||a.focus()},[]);let A=Ar(e),k=()=>{i(!0),w(e).then(()=>{M("AWAITING_PASSWORDLESS_CODE")}).catch(a=>{let L=(a==null?void 0:a.status)===401&&(a==null?void 0:a.message)==="User is not allowed to login to this app.";(a==null?void 0:a.status)===422?s(a.message):s(L?"You don't have access to this app":"Issue submitting email"),i(!1),m(L)})};return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsxs)(Ki,{stacked:t.stacked,children:[(0,F.jsxs)(Ji,{standalone:t.stacked,children:[(0,F.jsx)(Rt,{}),(0,F.jsx)("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:a=>o(a.target.value),onKeyUp:a=>{a.key==="Enter"&&k()},value:e,autoComplete:"email"})]}),t.stacked?null:(0,F.jsx)(qi,{disabled:r||!A,onClick:k,children:r?(0,F.jsx)(Ee,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"})]}),n||p||!T?(0,F.jsx)(Xi,{fail:!!n,children:n||""}):null,!n&&!p&&T?(0,F.jsx)(Qi,{children:(0,F.jsx)("span",{children:"Get started without a wallet."})}):null,t.stacked?(0,F.jsx)(Yi,{disabled:r||!A,onClick:k,children:r?(0,F.jsx)(Ee,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"}):null]})},Ki=Ne.default.div`
305
+ `;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 F=require("react/jsx-runtime"),Nt=t=>{let[e,o]=(0,$e.useState)(""),[r,i]=(0,$e.useState)(!1),[n,s]=(0,$e.useState)(null),{authenticated:u}=N(),{loginWithEmail:f,handleLoginError:h}=M(),{navigate:R,options:L}=y(),T=L.wallet;(0,$e.useEffect)(()=>{let d=document.querySelector("#email-input");d==null||d.focus()},[]);let E=_r(e),k=()=>{i(!0),f(e).then(()=>{R("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{let b=(d==null?void 0:d.status)===401&&(d==null?void 0:d.message)==="User is not allowed to login to this app.";(d==null?void 0:d.status)===422?s(d.message):s(b?"You don't have access to this app":"Issue submitting email"),i(!1),h(b)})};return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsxs)(Ji,{stacked:t.stacked,children:[(0,F.jsxs)(en,{standalone:t.stacked,children:[(0,F.jsx)(Rt,{}),(0,F.jsx)("input",{id:"email-input",type:"email",placeholder:"your@email.com",onChange:d=>o(d.target.value),onKeyUp:d=>{d.key==="Enter"&&k()},value:e,autoComplete:"email"})]}),t.stacked?null:(0,F.jsx)(Qi,{disabled:r||!E,onClick:k,children:r?(0,F.jsx)(ke,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"})]}),n||u||!T?(0,F.jsx)(on,{fail:!!n,children:n||""}):null,!n&&!u&&T?(0,F.jsx)(tn,{children:(0,F.jsx)("span",{children:"Get started without a wallet."})}):null,t.stacked?(0,F.jsx)(Xi,{disabled:r||!E,onClick:k,children:r?(0,F.jsx)(ke,{color:"var(--disabled-fg)",style:{height:"1rem",width:"1rem",borderWidth:"2px"}}):"Submit"}):null]})},Ji=Oe.default.div`
294
306
  display: flex;
295
307
  border: 1px solid #d1d5db;
296
308
  width: 100%;
@@ -304,7 +316,7 @@ Resources:
304
316
  @media (max-width: 440px) {
305
317
  margin-top: 20px;
306
318
  }
307
- `,qi=Ne.default.button`
319
+ `,Qi=Oe.default.button`
308
320
  display: flex;
309
321
  flex-direction: row;
310
322
  align-items: center;
@@ -329,7 +341,7 @@ Resources:
329
341
  color: var(--disabled-fg);
330
342
  cursor: not-allowed;
331
343
  }
332
- `,Yi=Ne.default.button`
344
+ `,Xi=Oe.default.button`
333
345
  display: flex;
334
346
  flex-direction: column;
335
347
  align-items: center;
@@ -353,7 +365,7 @@ Resources:
353
365
  color: var(--disabled-fg);
354
366
  cursor: not-allowed;
355
367
  }
356
- `,Ji=Ne.default.label`
368
+ `,en=Oe.default.label`
357
369
  display: flex;
358
370
  flex-direction: row;
359
371
  align-items: center;
@@ -390,7 +402,7 @@ Resources:
390
402
  line-height: 24px;
391
403
  }
392
404
  }
393
- `,Qi=Ne.default.div`
405
+ `,tn=Oe.default.div`
394
406
  font-size: 13px;
395
407
  color: #6b7280;
396
408
  text-align: left;
@@ -398,7 +410,7 @@ Resources:
398
410
  > button {
399
411
  text-decoration: underline;
400
412
  }
401
- `,Xi=Ne.default.div`
413
+ `,on=Oe.default.div`
402
414
  line-height: 20px;
403
415
  height: 20px;
404
416
  font-size: 13px;
@@ -410,7 +422,7 @@ Resources:
410
422
  opacity: ${t=>t.success||t.fail?"1":"0"};
411
423
 
412
424
  transition: ${t=>t.fail?"":"all 150ms ease-in-out"};
413
- `;var $e=require("react"),Ae=C(require("styled-components"));var go=require("react/jsx-runtime"),Ot=({style:t,...e})=>(0,go.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,go.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"),Ut=t=>{let[e,o]=(0,$e.useState)(""),[r,i]=(0,$e.useState)(!1),[n,s]=(0,$e.useState)(null),{authenticated:p}=O(),{loginWithSms:w,handleLoginError:m}=R(),{navigate:M,options:x}=y(),T=x.wallet;(0,$e.useEffect)(()=>{let a=document.querySelector("#phone-number-input");a==null||a.focus()},[]);let A=kr(e),k=()=>{i(!0),w(e).then(()=>{M("AWAITING_PASSWORDLESS_CODE")}).catch(a=>{let L=(a==null?void 0:a.status)===401&&(a==null?void 0:a.message)==="User is not allowed to login to this app.";(a==null?void 0:a.status)===422?s(a.message):s(L?"You don't have access to this app":"Issue submitting phone number"),i(!1),m(L)})};return(0,V.jsxs)(V.Fragment,{children:[(0,V.jsxs)(en,{stacked:t.stacked,children:[(0,V.jsxs)(rn,{standalone:t.stacked,children:[(0,V.jsx)(Ot,{}),(0,V.jsx)("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:a=>{o(a.target.value)},onKeyUp:a=>{a.key==="Enter"&&k()},value:e,autoComplete:"tel"})]}),t.stacked?null:(0,V.jsx)(tn,{disabled:r||!A,onClick:k,children:r?(0,V.jsx)(Pr,{color:"var(--disabled-fg)"}):"Submit"})]}),n||p||!T?(0,V.jsx)(sn,{fail:!!n,children:n||""}):null,!n&&!p&&T?(0,V.jsx)(nn,{children:(0,V.jsx)("span",{children:"Don\u2019t have a wallet? Start exploring with your phone or socials."})}):null,t.stacked?(0,V.jsx)(on,{disabled:r||!A,onClick:k,children:r?(0,V.jsx)(Pr,{color:"var(--disabled-fg)"}):"Submit"}):null]})},en=Ae.default.div`
425
+ `;var Ke=require("react"),_e=C(require("styled-components"));var yo=require("react/jsx-runtime"),Ut=({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 G=require("react/jsx-runtime"),Dt=t=>{let[e,o]=(0,Ke.useState)(""),[r,i]=(0,Ke.useState)(!1),[n,s]=(0,Ke.useState)(null),{authenticated:u}=N(),{loginWithSms:f,handleLoginError:h}=M(),{navigate:R,options:L}=y(),T=L.wallet;(0,Ke.useEffect)(()=>{let d=document.querySelector("#phone-number-input");d==null||d.focus()},[]);let E=Pr(e),k=()=>{i(!0),f(e).then(()=>{R("AWAITING_PASSWORDLESS_CODE")}).catch(d=>{let b=(d==null?void 0:d.status)===401&&(d==null?void 0:d.message)==="User is not allowed to login to this app.";(d==null?void 0:d.status)===422?s(d.message):s(b?"You don't have access to this app":"Issue submitting phone number"),i(!1),h(b)})};return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(rn,{stacked:t.stacked,children:[(0,G.jsxs)(an,{standalone:t.stacked,children:[(0,G.jsx)(Ut,{}),(0,G.jsx)("input",{id:"phone-number-input",type:"tel",placeholder:"555 555 5555",onChange:d=>{o(d.target.value)},onKeyUp:d=>{d.key==="Enter"&&k()},value:e,autoComplete:"tel"})]}),t.stacked?null:(0,G.jsx)(nn,{disabled:r||!E,onClick:k,children:r?(0,G.jsx)(Tr,{color:"var(--disabled-fg)"}):"Submit"})]}),n||u||!T?(0,G.jsx)(dn,{fail:!!n,children:n||""}):null,!n&&!u&&T?(0,G.jsx)(ln,{children:(0,G.jsx)("span",{children:"Don\u2019t have a wallet? Start exploring with your phone or socials."})}):null,t.stacked?(0,G.jsx)(sn,{disabled:r||!E,onClick:k,children:r?(0,G.jsx)(Tr,{color:"var(--disabled-fg)"}):"Submit"}):null]})},rn=_e.default.div`
414
426
  display: flex;
415
427
  border: 1px solid #d1d5db;
416
428
  width: 100%;
@@ -424,7 +436,7 @@ Resources:
424
436
  @media (max-width: 440px) {
425
437
  margin-top: 20px;
426
438
  }
427
- `,tn=Ae.default.button`
439
+ `,nn=_e.default.button`
428
440
  display: flex;
429
441
  flex-direction: row;
430
442
  align-items: center;
@@ -449,7 +461,7 @@ Resources:
449
461
  color: var(--disabled-fg);
450
462
  cursor: not-allowed;
451
463
  }
452
- `,on=Ae.default.button`
464
+ `,sn=_e.default.button`
453
465
  display: flex;
454
466
  flex-direction: column;
455
467
  align-items: center;
@@ -473,7 +485,7 @@ Resources:
473
485
  color: var(--disabled-fg);
474
486
  cursor: not-allowed;
475
487
  }
476
- `,rn=Ae.default.label`
488
+ `,an=_e.default.label`
477
489
  display: flex;
478
490
  flex-direction: row;
479
491
  align-items: center;
@@ -510,14 +522,14 @@ Resources:
510
522
  line-height: 24px;
511
523
  }
512
524
  }
513
- `,nn=Ae.default.div`
525
+ `,ln=_e.default.div`
514
526
  font-size: 13px;
515
527
  color: #6b7280;
516
528
 
517
529
  > button {
518
530
  text-decoration: underline;
519
531
  }
520
- `,sn=Ae.default.div`
532
+ `,dn=_e.default.div`
521
533
  line-height: 20px;
522
534
  height: 20px;
523
535
  font-size: 13px;
@@ -529,19 +541,19 @@ Resources:
529
541
  opacity: ${t=>t.success||t.fail?"1":"0"};
530
542
 
531
543
  transition: ${t=>t.fail?"":"all 150ms ease-in-out"};
532
- `,Pr=(0,Ae.default)(Ee)`
544
+ `,Tr=(0,_e.default)(ke)`
533
545
  && {
534
546
  height: 1rem;
535
547
  width: 1rem;
536
548
  border-width: 2px;
537
549
  }
538
- `;var wo=require("react/jsx-runtime"),Sr=()=>{let{app:t}=y();return t!=null&&t.logoUrl?(0,wo.jsx)("div",{children:(0,wo.jsx)("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};var yo=require("react-device-detect"),h=require("react/jsx-runtime");var Ir=()=>{let{ready:t}=O(),{getAuthMeta:e,isLinking:o}=R(),{app:r,navigate:i,options:n}=y(),s=n.email,p=n.sms,w=n.wallet,m=n.google,M=n.twitter,x=n.discord,T=w&&(r==null?void 0:r.showWalletLoginFirst)?0:1,[A,k]=(0,Dt.useState)(T),a=e(),L=(a==null?void 0:a.authorizationCode)&&(a==null?void 0:a.stateCode)&&(a==null?void 0:a.provider);(0,Dt.useEffect)(()=>{L?i("AWAITING_OAUTH_SCREEN"):o&&s?i("LINK_EMAIL_SCREEN"):o&&p?i("LINK_PHONE_SCREEN"):o&&w&&i("LINK_WALLET_SCREEN")},[t]);let j=A==0,G=A==1,pe=()=>(0,h.jsx)(h.Fragment,{children:w&&(0,h.jsx)(an,{active:j,onClick:()=>k(0)})}),v=()=>(0,h.jsx)(h.Fragment,{children:(s||p)&&(0,h.jsx)(ln,{active:G,onClick:()=>k(1),email:s,sms:p,google:m,twitter:M,discord:x})});return(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(P,{},"header"),(0,h.jsx)(pn,{walletOnly:!s&&!p&&!m&&!M&&!x,hasTerms:!!((r==null?void 0:r.privacyPolicyUrl)||(r==null?void 0:r.termsAndConditionsUrl)),children:(0,h.jsx)(Sr,{})}),(0,h.jsx)(xe,{children:r!=null&&r.showWalletLoginFirst?(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(pe,{}),(0,h.jsx)(v,{})]}):(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(v,{}),(0,h.jsx)(pe,{})]})}),r&&(0,h.jsx)(Cr,{app:r}),(0,h.jsx)(ae,{protectedByPrivy:!0})]})};function an(t){return(0,h.jsxs)(Mr,{active:t.active,onClick:t.onClick,children:[(0,h.jsx)(Rr,{active:t.active,children:(0,h.jsx)("h4",{children:"Connect Wallet"})}),t.active&&(0,h.jsxs)(h.Fragment,{children:[(0,h.jsx)(_t,{}),(0,h.jsx)(Pt,{})]})]})}function ln(t){let e=t.google||t.discord||t.twitter&&!yo.isMobile,o=t.email?"Email":"Phone";return(0,h.jsxs)(Mr,{active:t.active,onClick:t.onClick,children:[(0,h.jsx)(Rr,{active:t.active,children:(0,h.jsxs)("h4",{children:["Sign In with ",e?`${o} & Social`:o]})}),t.active&&t.email&&(0,h.jsx)(Nt,{}),t.active&&t.sms&&!t.email&&(0,h.jsx)(Ut,{}),t.active&&e&&(0,h.jsx)(dn,{google:t.google,twitter:t.twitter&&!yo.isMobile,discord:t.discord})]})}function dn(t){return(0,h.jsxs)(h.Fragment,{children:[(0,h.jsxs)(cn,{children:[(0,h.jsx)(Tr,{}),(0,h.jsx)("p",{children:" Or "}),(0,h.jsx)(Tr,{})]}),(0,h.jsx)(br,{showGoogle:t.google,showDiscord:t.discord,showTwitter:t.twitter})]})}var Rr=Ke.default.div`
550
+ `;var bo=require("react/jsx-runtime"),Ir=()=>{let{app:t}=y();return t!=null&&t.logoUrl?(0,bo.jsx)("div",{children:(0,bo.jsx)("img",{src:t.logoUrl,alt:`${t==null?void 0:t.name} logo`,style:{objectFit:"contain",width:"200px",height:"80px"}})}):null};var Co=require("react-device-detect"),m=require("react/jsx-runtime");var Rr=()=>{let{ready:t}=N(),{getAuthMeta:e,isLinking:o}=M(),{app:r,navigate:i,options:n}=y(),s=n.email,u=n.sms,f=n.wallet,h=n.google,R=n.twitter,L=n.discord,T=n.github,E=f&&(r==null?void 0:r.showWalletLoginFirst)?0:1,[k,d]=(0,Ft.useState)(E),b=e(),$=(b==null?void 0:b.authorizationCode)&&(b==null?void 0:b.stateCode)&&(b==null?void 0:b.provider);(0,Ft.useEffect)(()=>{$?i("AWAITING_OAUTH_SCREEN"):o&&s?i("LINK_EMAIL_SCREEN"):o&&u?i("LINK_PHONE_SCREEN"):o&&f&&i("LINK_WALLET_SCREEN")},[t]);let V=k==0,ge=k==1,v=()=>(0,m.jsx)(m.Fragment,{children:f&&(0,m.jsx)(cn,{active:V,onClick:()=>d(0)})}),j=()=>(0,m.jsx)(m.Fragment,{children:(s||u)&&(0,m.jsx)(un,{active:ge,onClick:()=>d(1),email:s,sms:u,google:h,twitter:R,discord:L,github:T})});return(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(P,{},"header"),(0,m.jsx)(mn,{walletOnly:!s&&!u&&!h&&!R&&!L,hasTerms:!!((r==null?void 0:r.privacyPolicyUrl)||(r==null?void 0:r.termsAndConditionsUrl)),children:(0,m.jsx)(Ir,{})}),(0,m.jsx)(Ae,{children:r!=null&&r.showWalletLoginFirst?(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(v,{}),(0,m.jsx)(j,{})]}):(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(j,{}),(0,m.jsx)(v,{})]})}),r&&(0,m.jsx)(vr,{app:r}),(0,m.jsx)(le,{protectedByPrivy:!0})]})};function cn(t){return(0,m.jsxs)(Or,{active:t.active,onClick:t.onClick,children:[(0,m.jsx)(Wr,{active:t.active,children:(0,m.jsx)("h4",{children:"Connect Wallet"})}),t.active&&(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(_t,{}),(0,m.jsx)(Pt,{})]})]})}function un(t){let e=t.google||t.discord||t.github||t.twitter&&!Co.isMobile,o=t.email?"Email":"Phone";return(0,m.jsxs)(Or,{active:t.active,onClick:t.onClick,children:[(0,m.jsx)(Wr,{active:t.active,children:(0,m.jsxs)("h4",{children:["Sign In with ",e?`${o} & Social`:o]})}),t.active&&t.email&&(0,m.jsx)(Nt,{}),t.active&&t.sms&&!t.email&&(0,m.jsx)(Dt,{}),t.active&&e&&(0,m.jsx)(pn,{google:t.google,twitter:t.twitter&&!Co.isMobile,discord:t.discord,github:t.github})]})}function pn(t){return(0,m.jsxs)(m.Fragment,{children:[(0,m.jsxs)(hn,{children:[(0,m.jsx)(Mr,{}),(0,m.jsx)("p",{children:" Or "}),(0,m.jsx)(Mr,{})]}),(0,m.jsx)(Lr,{showGoogle:t.google,showDiscord:t.discord,showGithub:t.github,showTwitter:t.twitter})]})}var Wr=qe.default.div`
539
551
  font-weight: ${t=>t.active?600:500};
540
552
  color: ${t=>t.active?"inherit":"#6b7280"};
541
553
  display: flex;
542
554
  justify-content: center;
543
555
  align-items: center;
544
- `,Mr=Ke.default.div`
556
+ `,Or=qe.default.div`
545
557
  display: flex;
546
558
  flex-direction: column;
547
559
  align-items: flex-start;
@@ -562,18 +574,18 @@ Resources:
562
574
  }
563
575
 
564
576
  cursor: ${t=>t.active?"inherit":"pointer"};
565
- `,cn=Ke.default.div`
577
+ `,hn=qe.default.div`
566
578
  display: flex;
567
579
  justify-content: center;
568
580
  align-items: center;
569
581
  width: 100%;
570
- `,Tr=Ke.default.hr`
582
+ `,Mr=qe.default.hr`
571
583
  width: 50%;
572
584
  && {
573
585
  border-top: 1px solid #d1d5db;
574
586
  margin: 0px 8px;
575
587
  }
576
- `,pn=Ke.default.div`
588
+ `,mn=qe.default.div`
577
589
  display: flex;
578
590
  flex-direction: column;
579
591
  align-items: center;
@@ -593,9 +605,9 @@ Resources:
593
605
  // the logo is close to the top (mobile or full wallet-open design)
594
606
  margin-top: ${t=>`${28+(t.walletOnly?31:0)-(t.hasTerms?18:0)}px`};
595
607
  margin-bottom: ${t=>`${60+(t.walletOnly?31:0)-(t.hasTerms?18:0)}px`};
596
- `;var ke=require("react");var st=C(require("styled-components"));var nt=C(require("styled-components")),ge=require("react/jsx-runtime"),Oe=({title:t,description:e,children:o,...r})=>(0,ge.jsxs)(Nr,{...r,children:[(0,ge.jsx)("h3",{children:t}),typeof e=="string"?(0,ge.jsx)("p",{children:e}):null,o]}),Wr=(0,nt.default)(Oe)`
608
+ `;var Pe=require("react");var st=C(require("styled-components"));var nt=C(require("styled-components")),fe=require("react/jsx-runtime"),Ne=({title:t,description:e,children:o,...r})=>(0,fe.jsxs)(Ur,{...r,children:[(0,fe.jsx)("h3",{children:t}),typeof e=="string"?(0,fe.jsx)("p",{children:e}):null,o]}),Nr=(0,nt.default)(Ne)`
597
609
  margin-bottom: 24px;
598
- `,qe=({title:t,description:e,icon:o,children:r,...i})=>(0,ge.jsxs)(un,{...i,children:[o?(0,ge.jsx)(hn,{children:o}):null,(0,ge.jsx)("h3",{children:t}),typeof e=="string"?(0,ge.jsx)("p",{children:e}):null,r]}),Nr=nt.default.div`
610
+ `,Ye=({title:t,description:e,icon:o,children:r,...i})=>(0,fe.jsxs)(fn,{...i,children:[o?(0,fe.jsx)(gn,{children:o}):null,(0,fe.jsx)("h3",{children:t}),typeof e=="string"?(0,fe.jsx)("p",{children:e}):null,r]}),Ur=nt.default.div`
599
611
  display: flex;
600
612
  flex-direction: column;
601
613
  justify-content: flex-start;
@@ -614,7 +626,7 @@ Resources:
614
626
  color: var(--text-dark-gray);
615
627
  font-size: 14px;
616
628
  }
617
- `,un=(0,nt.default)(Nr)`
629
+ `,fn=(0,nt.default)(Ur)`
618
630
  align-items: center;
619
631
  text-align: center;
620
632
  gap: 16px;
@@ -622,21 +634,21 @@ Resources:
622
634
  h3 {
623
635
  margin-bottom: 24px;
624
636
  }
625
- `,hn=nt.default.div`
637
+ `,gn=nt.default.div`
626
638
  padding: 14px;
627
639
  border-radius: 50%;
628
640
  && {
629
641
  border-color: #e1e7ef;
630
642
  border-width: 1px;
631
643
  }
632
- `;var E=require("react/jsx-runtime"),Co=6,Or=new Array(Co).fill(""),mn=1400;var Ur=()=>{var oe,d,c;let{app:t}=y(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=R(),{authenticated:s,user:p}=O(),[w,m]=(0,ke.useState)(Or),[M,x]=(0,ke.useState)(!1),[T,A]=(0,ke.useState)(null),[k,a]=(0,ke.useState)(null),L=(oe=i())!=null&&oe.email?0:1;(0,ke.useEffect)(()=>{if(s&&M){let I=setTimeout(e,De);return()=>clearTimeout(I)}},[s,M,p]),(0,ke.useEffect)(()=>{if(T&&k===0){let I=setTimeout(()=>{m(Or),A(null);let W=document.querySelector("input[name=code-0]");W==null||W.focus()},mn);return()=>clearTimeout(I)}},[T]);let j=I=>{var Po;let W=I.currentTarget.value.replace(" ","");if(W==="")return;if(isNaN(Number(W))){A("Code should be numeric"),a(1);return}A(null),a(null);let re=Number((Po=I.currentTarget.name)==null?void 0:Po.charAt(5)),Zt=[...W||[""]].slice(0,Co-re),jt=[...w.slice(0,re),...Zt,...w.slice(re+Zt.length)];m(jt);let Ci=Zt.length,_o=Math.min(Math.max(re+Ci,0),Co-1);if(!isNaN(Number(I.currentTarget.value))){let ie=document.querySelector(`input[name=code-${_o}]`);ie==null||ie.focus()}if(jt.every(ie=>ie&&!isNaN(+ie))){let ie=document.querySelector(`input[name=code-${_o}]`);ie==null||ie.blur(),n(jt.join("")).then(()=>x(!0)).catch($t=>{($t==null?void 0:$t.status)===422?A("Invalid or expired verification code"):A("Issue verifying code"),a(0)})}I.preventDefault()},G=I=>{k===1&&(A(null),a(null));let W=[...w.slice(0,I),"",...w.slice(I+1)];if(m(W),I>0){let re=document.querySelector(`input[name=code-${I-1}]`);re==null||re.focus()}},pe=`Verify your ${L==0?"email":"phone"}`,v=L==0?`Please check ${(d=i())==null?void 0:d.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,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(P,{},"header"),(0,E.jsxs)(fn,{children:[(0,E.jsx)(Oe,{title:pe,description:v}),(0,E.jsxs)(vr,{children:[(0,E.jsxs)(gn,{children:[(0,E.jsx)(wn,{fail:!!T,success:M,children:(0,E.jsx)("span",{children:T||(M?"Success!":"")})}),(0,E.jsx)("div",{children:w.map((I,W)=>(0,E.jsx)("input",{name:`code-${W}`,type:"text",value:w[W],onChange:j,onKeyUp:re=>{re.key==="Backspace"&&G(W)},inputMode:"numeric",autoFocus:W===0,pattern:"[0-9]",className:`${M?"success":""} ${T?"fail":""}`,autoComplete:"one-time-code"},W))})]}),(0,E.jsx)(yn,{children:L==0?(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)("span",{children:"Didn't get an email?"}),(0,E.jsx)("button",{onClick:o,children:"Resend Code"})]}):(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)("span",{children:"Didn't get a message?"}),(0,E.jsx)("button",{onClick:r,children:"Resend Code"})]})})]})]}),(0,E.jsx)(ae,{protectedByPrivy:!0})]})},fn=st.default.div`
644
+ `;var A=require("react/jsx-runtime"),vo=6,Dr=new Array(vo).fill(""),wn=1400;var Fr=()=>{var j,a,c;let{app:t}=y(),{closePrivyModal:e,resendEmailCode:o,resendSmsCode:r,getAuthMeta:i,loginWithCode:n}=M(),{authenticated:s,user:u}=N(),[f,h]=(0,Pe.useState)(Dr),[R,L]=(0,Pe.useState)(!1),[T,E]=(0,Pe.useState)(null),[k,d]=(0,Pe.useState)(null),b=(j=i())!=null&&j.email?0:1;(0,Pe.useEffect)(()=>{if(s&&R){let I=setTimeout(e,De);return()=>clearTimeout(I)}},[s,R,u]),(0,Pe.useEffect)(()=>{if(T&&k===0){let I=setTimeout(()=>{h(Dr),E(null);let W=document.querySelector("input[name=code-0]");W==null||W.focus()},wn);return()=>clearTimeout(I)}},[T]);let $=I=>{var To;let W=I.currentTarget.value.replace(" ","");if(W==="")return;if(isNaN(Number(W))){E("Code should be numeric"),d(1);return}E(null),d(null);let ie=Number((To=I.currentTarget.name)==null?void 0:To.charAt(5)),Zt=[...W||[""]].slice(0,vo-ie),$t=[...f.slice(0,ie),...Zt,...f.slice(ie+Zt.length)];h($t);let vi=Zt.length,So=Math.min(Math.max(ie+vi,0),vo-1);if(!isNaN(Number(I.currentTarget.value))){let ne=document.querySelector(`input[name=code-${So}]`);ne==null||ne.focus()}if($t.every(ne=>ne&&!isNaN(+ne))){let ne=document.querySelector(`input[name=code-${So}]`);ne==null||ne.blur(),n($t.join("")).then(()=>L(!0)).catch(Kt=>{(Kt==null?void 0:Kt.status)===422?E("Invalid or expired verification code"):E("Issue verifying code"),d(0)})}I.preventDefault()},V=I=>{k===1&&(E(null),d(null));let W=[...f.slice(0,I),"",...f.slice(I+1)];if(h(W),I>0){let ie=document.querySelector(`input[name=code-${I-1}]`);ie==null||ie.focus()}},ge=`Verify your ${b==0?"email":"phone"}`,v=b==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,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(P,{},"header"),(0,A.jsxs)(yn,{children:[(0,A.jsx)(Ne,{title:ge,description:v}),(0,A.jsxs)(xr,{children:[(0,A.jsxs)(bn,{children:[(0,A.jsx)(Cn,{fail:!!T,success:R,children:(0,A.jsx)("span",{children:T||(R?"Success!":"")})}),(0,A.jsx)("div",{children:f.map((I,W)=>(0,A.jsx)("input",{name:`code-${W}`,type:"text",value:f[W],onChange:$,onKeyUp:ie=>{ie.key==="Backspace"&&V(W)},inputMode:"numeric",autoFocus:W===0,pattern:"[0-9]",className:`${R?"success":""} ${T?"fail":""}`,autoComplete:"one-time-code"},W))})]}),(0,A.jsx)(vn,{children:b==0?(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)("span",{children:"Didn't get an email?"}),(0,A.jsx)("button",{onClick:o,children:"Resend Code"})]}):(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)("span",{children:"Didn't get a message?"}),(0,A.jsx)("button",{onClick:r,children:"Resend Code"})]})})]})]}),(0,A.jsx)(le,{protectedByPrivy:!0})]})},yn=st.default.div`
633
645
  display: flex;
634
646
  flex-direction: column;
635
647
  align-items: flex-start;
636
648
  justify-content: flex-end;
637
649
  margin: auto;
638
650
  gap: 16px;
639
- `,gn=st.default.div`
651
+ `,bn=st.default.div`
640
652
  display: flex;
641
653
  flex-direction: column;
642
654
  width: 100%;
@@ -645,7 +657,7 @@ Resources:
645
657
  // center just this element.
646
658
  margin-top: 70px;
647
659
 
648
- ${Ft}[data-height='medium'] & {
660
+ ${Gt}[data-height='medium'] & {
649
661
  /* Aligns this with the input field on the page before on shorter modals */
650
662
  margin-top: 22px;
651
663
  }
@@ -704,7 +716,7 @@ Resources:
704
716
  transform: translate(1px, 0px);
705
717
  }
706
718
  }
707
- `,wn=st.default.div`
719
+ `,Cn=st.default.div`
708
720
  line-height: 20px;
709
721
  height: 20px;
710
722
  font-size: 13px;
@@ -712,7 +724,7 @@ Resources:
712
724
  display: flex;
713
725
  justify-content: flex-end;
714
726
  width: 100%;
715
- `,yn=st.default.div`
727
+ `,vn=st.default.div`
716
728
  font-size: 13px;
717
729
  color: #6b7280;
718
730
  display: flex;
@@ -726,7 +738,7 @@ Resources:
726
738
  > button {
727
739
  text-decoration: underline;
728
740
  }
729
- `;var Yr=require("react"),J=C(require("styled-components"));var Fr=C(require("qrcode")),Vr=C(require("styled-components"));var b=require("react/jsx-runtime"),Z=7,vo=(t,e,o,r,i)=>{for(let n=e;n<e+r;n++)for(let s=o;s<o+i;s++){let p=t==null?void 0:t[s];p&&p[n]&&(p[n]=0)}return t},Cn=t=>{let e=Fr.default.create(t,{errorCorrectionLevel:"high"}).modules,o=_r(Array.from(e.data),e.size);return o=vo(o,0,0,Z,Z),o=vo(o,o.length-Z,0,Z,Z),o=vo(o,0,o.length-Z,Z,Z),o},vn=({x:t,y:e,cellSize:o,bgColor:r,fgColor:i})=>(0,b.jsx)(b.Fragment,{children:[0,1,2].map(n=>(0,b.jsx)("circle",{r:o*(Z-n*2)/2,cx:t+o*Z/2,cy:e+o*Z/2,fill:n%2!==0?r:i},`finder-${t}-${e}-${n}`))}),bn=({cellSize:t,matrixSize:e,bgColor:o,fgColor:r})=>{let i=[[0,0],[(e-Z)*t,0],[0,(e-Z)*t]];return(0,b.jsx)(b.Fragment,{children:i.map(([n,s])=>(0,b.jsx)(vn,{x:n,y:s,cellSize:t,bgColor:o,fgColor:r}))})},xn=({matrix:t,cellSize:e,color:o})=>(0,b.jsx)(b.Fragment,{children:t.map((r,i)=>r.map((n,s)=>n?(0,b.jsx)("circle",{r:e/2.5,cx:i*e+e/2,cy:s*e+e/2,fill:o},`circle-${i}-${s}`):(0,b.jsx)(b.Fragment,{})))}),Dr=(t,e)=>t-t%e,Ln=({outputSize:t,cellSize:e,element:o,size:r,padding:i,bgColor:n})=>{if(!o)return(0,b.jsx)(b.Fragment,{});let s=r||40,p=i||4,w=o,m=t/2-s/2-p;return(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("rect",{x:Dr(m,e),y:Dr(m,e),width:s+p*2+(m%e?e+.5:.5),height:s+p*2+(m%e?e+.5:.5),fill:n}),(0,b.jsx)(w,{x:t/2-s/2,y:t/2-s/2,height:s,width:s})]})},En=t=>{var i;let e=t.outputSize,o=Cn(t.url),r=e/o.length;return(0,b.jsxs)("svg",{height:t.outputSize,width:t.outputSize,viewBox:`0 0 ${t.outputSize} ${t.outputSize}`,style:{height:"100%",width:"100%"},children:[(0,b.jsx)(xn,{matrix:o,cellSize:r,color:t.fgColor}),(0,b.jsx)(bn,{cellSize:r,matrixSize:o.length,fgColor:t.fgColor,bgColor:t.bgColor}),(0,b.jsx)(Ln,{outputSize:t.outputSize,cellSize:r,element:(i=t.logo)==null?void 0:i.element,bgColor:t.bgColor})]})},An=Vr.default.div`
741
+ `;var Qr=require("react"),Q=C(require("styled-components"));var Vr=C(require("qrcode")),Hr=C(require("styled-components"));var x=require("react/jsx-runtime"),Z=7,xo=(t,e,o,r,i)=>{for(let n=e;n<e+r;n++)for(let s=o;s<o+i;s++){let u=t==null?void 0:t[s];u&&u[n]&&(u[n]=0)}return t},xn=t=>{let e=Vr.default.create(t,{errorCorrectionLevel:"high"}).modules,o=Sr(Array.from(e.data),e.size);return o=xo(o,0,0,Z,Z),o=xo(o,o.length-Z,0,Z,Z),o=xo(o,0,o.length-Z,Z,Z),o},Ln=({x:t,y:e,cellSize:o,bgColor:r,fgColor:i})=>(0,x.jsx)(x.Fragment,{children:[0,1,2].map(n=>(0,x.jsx)("circle",{r:o*(Z-n*2)/2,cx:t+o*Z/2,cy:e+o*Z/2,fill:n%2!==0?r:i},`finder-${t}-${e}-${n}`))}),An=({cellSize:t,matrixSize:e,bgColor:o,fgColor:r})=>{let i=[[0,0],[(e-Z)*t,0],[0,(e-Z)*t]];return(0,x.jsx)(x.Fragment,{children:i.map(([n,s])=>(0,x.jsx)(Ln,{x:n,y:s,cellSize:t,bgColor:o,fgColor:r}))})},En=({matrix:t,cellSize:e,color:o})=>(0,x.jsx)(x.Fragment,{children:t.map((r,i)=>r.map((n,s)=>n?(0,x.jsx)("circle",{r:e/2.5,cx:i*e+e/2,cy:s*e+e/2,fill:o},`circle-${i}-${s}`):(0,x.jsx)(x.Fragment,{})))}),Gr=(t,e)=>t-t%e,kn=({outputSize:t,cellSize:e,element:o,size:r,padding:i,bgColor:n})=>{if(!o)return(0,x.jsx)(x.Fragment,{});let s=r||40,u=i||4,f=o,h=t/2-s/2-u;return(0,x.jsxs)(x.Fragment,{children:[(0,x.jsx)("rect",{x:Gr(h,e),y:Gr(h,e),width:s+u*2+(h%e?e+.5:.5),height:s+u*2+(h%e?e+.5:.5),fill:n}),(0,x.jsx)(f,{x:t/2-s/2,y:t/2-s/2,height:s,width:s})]})},_n=t=>{var i;let e=t.outputSize,o=xn(t.url),r=e/o.length;return(0,x.jsxs)("svg",{height:t.outputSize,width:t.outputSize,viewBox:`0 0 ${t.outputSize} ${t.outputSize}`,style:{height:"100%",width:"100%"},children:[(0,x.jsx)(En,{matrix:o,cellSize:r,color:t.fgColor}),(0,x.jsx)(An,{cellSize:r,matrixSize:o.length,fgColor:t.fgColor,bgColor:t.bgColor}),(0,x.jsx)(kn,{outputSize:t.outputSize,cellSize:r,element:(i=t.logo)==null?void 0:i.element,bgColor:t.bgColor})]})},Pn=Hr.default.div`
730
742
  display: flex;
731
743
  justify-content: center;
732
744
  align-items: center;
@@ -741,7 +753,7 @@ Resources:
741
753
  border-color: ${t=>t.fgColor};
742
754
  border-radius: 12px;
743
755
  }
744
- `,Gr=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return(0,b.jsx)(An,{size:r,bgColor:e,fgColor:o,children:(0,b.jsx)(En,{url:t.url,logo:{element:t.squareLogoElement},outputSize:r,bgColor:e,fgColor:o})})};var Br=require("react/jsx-runtime"),Hr=({size:t})=>(0,Br.jsx)(Gr,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:be,size:t,fgColor:"#1F1F1F"});var Vt=C(require("styled-components"));var bo=require("react/jsx-runtime"),zr=({style:t,...e})=>(0,bo.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:(0,bo.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--primary-color)"})});var Gt=require("react/jsx-runtime"),xo=Vt.default.div`
756
+ `,Br=t=>{let e=t.bgColor||"#FFFFFF",o=t.fgColor||"#000000",r=t.size||160;return(0,x.jsx)(Pn,{size:r,bgColor:e,fgColor:o,children:(0,x.jsx)(_n,{url:t.url,logo:{element:t.squareLogoElement},outputSize:r,bgColor:e,fgColor:o})})};var jr=require("react/jsx-runtime"),zr=({size:t})=>(0,jr.jsx)(Br,{url:"https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",squareLogoElement:Le,size:t,fgColor:"#1F1F1F"});var Vt=C(require("styled-components"));var Lo=require("react/jsx-runtime"),Zr=({style:t,...e})=>(0,Lo.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",width:"17",height:"17",viewBox:"0 0 17 17",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:(0,Lo.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",fillRule:"evenodd",clipRule:"evenodd",d:"M16.5 8.67993C16.5 9.82986 15.853 10.8287 14.9032 11.3322C15.2188 12.3599 14.97 13.5237 14.1569 14.3368C13.3437 15.1499 12.18 15.3987 11.1523 15.0831C10.6488 16.0329 9.64993 16.6799 8.5 16.6799C7.35007 16.6799 6.35126 16.0329 5.84771 15.0831C4.82003 15.3987 3.65627 15.1499 2.84314 14.3368C2.03001 13.5237 1.78124 12.3599 2.09681 11.3322C1.14699 10.8287 0.5 9.82986 0.5 8.67993C0.5 7.53 1.14699 6.53119 2.0968 6.02764C1.78125 4.99996 2.03003 3.83621 2.84315 3.02309C3.65627 2.20997 4.82002 1.96119 5.8477 2.27675C6.35125 1.32692 7.35007 0.679932 8.5 0.679932C9.64992 0.679932 10.6487 1.32691 11.1523 2.27672C12.18 1.96115 13.3437 2.20993 14.1569 3.02305C14.97 3.83618 15.2188 4.99996 14.9032 6.02764C15.853 6.53119 16.5 7.53 16.5 8.67993ZM12.2659 6.68856C12.5654 6.40238 12.5761 5.92763 12.29 5.62818C12.0038 5.32873 11.529 5.31797 11.2296 5.60416C9.73022 7.03711 8.40877 8.65489 7.3018 10.4211L5.78033 8.89963C5.48744 8.60673 5.01256 8.60673 4.71967 8.89963C4.42678 9.19252 4.42678 9.66739 4.71967 9.96029L6.92031 12.1609C7.08544 12.3261 7.31807 12.4048 7.54957 12.374C7.78106 12.3432 7.98499 12.2064 8.1012 12.0038C9.23027 10.0356 10.6362 8.24613 12.2659 6.68856Z",fill:"var(--primary-color)"})});var Ht=require("react/jsx-runtime"),Ao=Vt.default.div`
745
757
  display: flex;
746
758
  flex-direction: column;
747
759
  justify-content: flex-start;
@@ -752,7 +764,7 @@ Resources:
752
764
  border-left: 2px solid #e5e7eb;
753
765
  height: 12px;
754
766
  }
755
- `,Ue=({children:t})=>(0,Gt.jsxs)(kn,{children:[(0,Gt.jsx)(zr,{style:{width:"16px",height:"16px"}}),t]}),kn=Vt.default.div`
767
+ `,Ue=({children:t})=>(0,Ht.jsxs)(Sn,{children:[(0,Ht.jsx)(Zr,{style:{width:"16px",height:"16px"}}),t]}),Sn=Vt.default.div`
756
768
  display: flex;
757
769
  justify-content: flex-start;
758
770
  justify-items: center;
@@ -770,7 +782,7 @@ Resources:
770
782
  margin-bottom: auto;
771
783
  }
772
784
  }
773
- `;var f=require("react/jsx-runtime"),Zr=({style:t,...e})=>(0,f.jsxs)("svg",{width:"286",height:"183",viewBox:"0 0 286 183",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:[(0,f.jsx)("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),(0,f.jsx)("path",{d:"M236.373 144.791L225.206 153.052L227.289 148.181L236.373 144.791Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,f.jsx)("path",{d:"M210.627 144.791L221.692 153.116L219.711 148.187L210.627 144.785V144.791ZM232.353 163.933L229.377 168.47L235.738 170.219L237.557 164.036L232.347 163.933H232.353ZM209.448 164.036L211.257 170.219L217.602 168.47L214.647 163.933L209.448 164.036Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,f.jsx)("path",{d:"M217.262 156.27L215.497 158.939L221.783 159.23L221.579 152.46L217.262 156.281V156.27V156.27ZM229.737 156.281L225.351 152.374L225.206 159.23L231.492 158.939L229.732 156.281H229.737ZM217.602 168.475L221.417 166.64L218.14 164.089L217.607 168.475H217.602ZM225.588 166.63L229.377 168.475L228.865 164.084L225.588 166.635V166.63Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,f.jsx)("path",{d:"M229.377 168.47L225.588 166.635L225.895 169.1L225.862 170.144L229.382 168.47H229.377ZM217.602 168.47L221.137 170.144L221.11 169.1L221.417 166.635L217.602 168.47V168.47Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,f.jsx)("path",{d:"M221.197 162.448L218.054 161.533L220.282 160.516L221.207 162.453H221.197V162.448ZM225.793 162.448L226.729 160.505L228.962 161.522L225.793 162.459V162.448Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,f.jsx)("path",{d:"M217.602 168.47L218.156 163.933L214.647 164.035L217.602 168.47V168.47ZM228.844 163.933L229.377 168.47L232.353 164.035L228.844 163.933V163.933ZM231.503 158.939L225.217 159.23L225.793 162.459L226.729 160.505L228.962 161.522L231.503 158.939V158.939ZM218.054 161.533L220.282 160.516L221.207 162.453L221.794 159.224L215.508 158.944L218.059 161.538L218.054 161.533Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,f.jsx)("path",{d:"M215.503 158.939L218.134 164.078L218.048 161.528L215.497 158.934L215.503 158.939ZM228.962 161.533L228.86 164.084L231.492 158.944L228.957 161.538L228.962 161.533ZM221.794 159.23L221.196 162.459L221.945 166.263L222.117 161.242L221.794 159.23ZM225.211 159.23L224.904 161.237L225.055 166.269L225.792 162.453L225.206 159.224V159.235L225.211 159.23Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,f.jsx)("path",{d:"M225.793 162.448L225.055 166.263L225.588 166.635L228.86 164.084L228.962 161.528L225.793 162.448V162.448ZM218.054 161.528L218.14 164.078L221.417 166.629L221.945 166.263L221.207 162.448L218.048 161.528H218.059H218.054Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,f.jsx)("path",{d:"M225.868 170.144L225.895 169.1L225.604 168.863H221.39L221.11 169.1L221.137 170.144L217.602 168.47L218.845 169.487L221.353 171.215H225.642L228.155 169.482L229.377 168.47L225.857 170.144H225.868V170.144Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,f.jsx)("path",{d:"M225.588 166.63L225.055 166.264H221.945L221.417 166.635L221.11 169.1L221.39 168.863H225.604L225.895 169.1L225.588 166.635V166.624V166.63Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,f.jsx)("path",{d:"M236.846 153.585L237.783 149.037L236.373 144.791L225.583 152.777L229.737 156.27L235.598 157.976L236.889 156.475L236.33 156.066L237.223 155.248L236.545 154.72L237.438 154.042L236.846 153.585H236.857H236.846ZM209.217 149.032L210.17 153.585L209.556 154.037L210.466 154.715L209.787 155.248L210.67 156.066L210.11 156.475L211.402 157.976L217.263 156.275L221.417 152.767L210.627 144.791L209.217 149.032V149.032Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,f.jsx)("path",{d:"M235.598 157.976L229.737 156.275L231.502 158.934L228.871 164.073L232.353 164.03H237.562L235.598 157.97V157.976ZM217.263 156.27L211.402 157.976L209.448 164.035H214.658L218.14 164.079L215.508 158.939L217.273 156.27H217.263V156.27ZM225.206 159.224L225.588 152.766L227.289 148.176H219.711L221.412 152.766L221.794 159.224L221.939 161.248V166.263H225.055L225.071 161.248L225.206 159.224V159.224Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,f.jsx)("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),(0,f.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M205 55C205 61.6274 210.373 67 217 67C223.627 67 229 61.6274 229 55C229 48.3726 223.627 43 217 43C210.373 43 205 48.3726 205 55ZM213.933 51.1333C213.491 51.1333 213.133 51.4915 213.133 51.9333V58.0667C213.133 58.5085 213.491 58.8667 213.933 58.8667H220.067C220.508 58.8667 220.867 58.5085 220.867 58.0667V51.9333C220.867 51.4915 220.508 51.1333 220.067 51.1333H213.933Z",fill:"white"}),(0,f.jsx)("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),(0,f.jsx)("path",{d:"M77.3677 42.8335H74.102C74.102 36.2519 68.6881 30.9167 62.0091 30.9167C55.4129 30.9167 50.0501 36.1213 49.9189 42.5901C49.7831 49.2769 56.1492 55.0834 62.9357 55.0834H63.7893C69.7724 55.0834 77.7916 50.468 79.0445 44.8444C79.2758 43.8079 78.445 42.8335 77.3677 42.8335ZM57.1562 43.1267C57.1562 44.0068 56.4257 44.7267 55.5325 44.7267C54.6394 44.7267 53.9089 44.0065 53.9089 43.1267V40.5383C53.9089 39.6582 54.6394 38.9383 55.5325 38.9383C56.4257 38.9383 57.1562 39.6582 57.1562 40.5383V43.1267ZM62.794 43.1267C62.794 44.0068 62.0636 44.7267 61.1705 44.7267C60.2773 44.7267 59.5468 44.0065 59.5468 43.1267V40.5383C59.5468 39.6582 60.2776 38.9383 61.1705 38.9383C62.0636 38.9383 62.794 39.6582 62.794 40.5383V43.1267Z",fill:"url(#paint1_linear_428_81)"}),(0,f.jsx)("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),(0,f.jsx)("g",{clipPath:"url(#clip0_428_81)",children:(0,f.jsx)("path",{d:"M62.1497 143.578C67.3134 138.585 75.6867 138.585 80.8505 143.578L81.4722 144.179C81.5335 144.238 81.5822 144.308 81.6155 144.386C81.6488 144.463 81.666 144.547 81.666 144.631C81.666 144.715 81.6488 144.799 81.6155 144.876C81.5822 144.954 81.5335 145.024 81.4722 145.083L79.3462 147.139C79.2835 147.199 79.1996 147.232 79.1123 147.232C79.025 147.232 78.9411 147.199 78.8784 147.139L78.0232 146.311C74.421 142.829 68.58 142.829 64.977 146.311L64.0611 147.197C63.9984 147.257 63.9145 147.29 63.8272 147.29C63.7399 147.29 63.656 147.257 63.5933 147.197L61.4672 145.141C61.4059 145.083 61.3572 145.012 61.3239 144.935C61.2906 144.857 61.2735 144.774 61.2735 144.689C61.2735 144.605 61.2906 144.521 61.3239 144.444C61.3572 144.366 61.4059 144.296 61.4672 144.237L62.1497 143.578ZM85.248 147.829L87.1397 149.659C87.201 149.718 87.2497 149.788 87.283 149.865C87.3163 149.943 87.3334 150.027 87.3334 150.111C87.3334 150.195 87.3163 150.279 87.283 150.356C87.2497 150.434 87.201 150.504 87.1397 150.563L78.6081 158.812C78.4828 158.933 78.315 159 78.1403 159C77.9656 159 77.7978 158.933 77.6725 158.812L71.6177 152.957C71.5864 152.927 71.5443 152.91 71.5005 152.91C71.4567 152.91 71.4147 152.927 71.3833 152.957L65.3285 158.812C65.2032 158.933 65.0354 159 64.8607 159C64.686 159 64.5182 158.933 64.3929 158.812L55.8605 150.563C55.7992 150.504 55.7505 150.434 55.7172 150.356C55.6839 150.279 55.6667 150.195 55.6667 150.111C55.6667 150.027 55.6839 149.943 55.7172 149.865C55.7505 149.788 55.7992 149.718 55.8605 149.659L57.7531 147.829C57.8783 147.709 58.0459 147.642 58.2204 147.642C58.3949 147.642 58.5625 147.709 58.6878 147.829L64.7427 153.684C64.774 153.714 64.816 153.731 64.8598 153.731C64.9036 153.731 64.9457 153.714 64.977 153.684L71.0319 147.829C71.1572 147.709 71.325 147.641 71.4997 147.641C71.6743 147.641 71.8422 147.709 71.9675 147.829L78.0232 153.684C78.0545 153.714 78.0965 153.731 78.1403 153.731C78.1841 153.731 78.2262 153.714 78.2575 153.684L84.3124 147.829C84.4377 147.709 84.6055 147.641 84.7802 147.641C84.9549 147.641 85.1227 147.709 85.248 147.829Z",fill:"white"})}),(0,f.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"white"}),(0,f.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M131.626 83.0058C128.674 83.3405 126.5 85.8652 126.5 88.8363V92.0779V103.277V105.099C126.5 108.098 128.713 110.636 131.695 110.952C134.982 111.301 139.216 111.667 142.5 111.667C147.147 111.667 153.695 110.934 156.773 110.555C157.765 110.433 158.5 109.588 158.5 108.589V92.0779C158.5 91.0782 157.765 90.2337 156.773 90.1115C153.705 89.7336 147.189 89.0046 142.545 88.9999L142.5 88.9999L142.46 88.9999C139.655 89.0025 136.165 89.2695 133.166 89.564C132.488 89.5642 131.907 89.0495 131.84 88.3608C131.768 87.6279 132.304 86.9755 133.037 86.9036C136.061 86.6067 139.621 86.3333 142.5 86.3333C145.707 86.3333 149.764 86.6728 152.989 87.007C154.039 87.1159 155.006 87.2247 155.833 87.3221V85.3898C155.833 84.3995 155.112 83.56 154.131 83.4288C151.262 83.0454 145.367 82.3333 141.167 82.3333C138.276 82.3333 134.583 82.6705 131.626 83.0058ZM153.833 102.333C154.938 102.333 155.833 101.438 155.833 100.333C155.833 99.2287 154.938 98.3333 153.833 98.3333C152.729 98.3333 151.833 99.2287 151.833 100.333C151.833 101.438 152.729 102.333 153.833 102.333Z",fill:"#696FFD"}),(0,f.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),(0,f.jsx)("path",{d:"M269.405 111C278.27 111 285.457 103.837 285.457 95C285.457 86.1634 278.27 79 269.405 79C260.54 79 253.354 86.1634 253.354 95C253.354 103.837 260.54 111 269.405 111Z",fill:"#B9BBFE"}),(0,f.jsx)("path",{d:"M133.971 24C140.62 24 146.01 18.6274 146.01 12C146.01 5.37258 140.62 0 133.971 0C127.322 0 121.932 5.37258 121.932 12C121.932 18.6274 127.322 24 133.971 24Z",fill:"#B9BBFE"}),(0,f.jsx)("path",{d:"M15.5917 112C20.5782 112 24.6206 107.971 24.6206 103C24.6206 98.0294 20.5782 94 15.5917 94C10.6051 94 6.56274 98.0294 6.56274 103C6.56274 107.971 10.6051 112 15.5917 112Z",fill:"#B9BBFE"}),(0,f.jsx)("path",{d:"M152.029 177C157.57 177 162.061 172.523 162.061 167C162.061 161.477 157.57 157 152.029 157C146.488 157 141.997 161.477 141.997 167C141.997 172.523 146.488 177 152.029 177Z",fill:"#E9E9FF"}),(0,f.jsx)("path",{d:"M263.386 21C267.818 21 271.412 17.4183 271.412 13C271.412 8.58172 267.818 5 263.386 5C258.953 5 255.36 8.58172 255.36 13C255.36 17.4183 258.953 21 263.386 21Z",fill:"#E9E9FF"}),(0,f.jsx)("path",{d:"M7.06436 36C10.6658 36 13.5853 33.0899 13.5853 29.5C13.5853 25.9101 10.6658 23 7.06436 23C3.46296 23 0.543457 25.9101 0.543457 29.5C0.543457 33.0899 3.46296 36 7.06436 36Z",fill:"#E9E9FF"}),(0,f.jsxs)("defs",{children:[(0,f.jsxs)("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[(0,f.jsx)("stop",{stopColor:"#534BB1"}),(0,f.jsx)("stop",{offset:"1",stopColor:"#551BF9"})]}),(0,f.jsxs)("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[(0,f.jsx)("stop",{stopColor:"white"}),(0,f.jsx)("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),(0,f.jsx)("clipPath",{id:"clip0_428_81",children:(0,f.jsx)("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});var _e=C(require("react-device-detect"));var Ht=C(require("styled-components")),jr=Ht.default.button`
785
+ `;var g=require("react/jsx-runtime"),$r=({style:t,...e})=>(0,g.jsxs)("svg",{width:"286",height:"183",viewBox:"0 0 286 183",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{height:"1.25rem",width:"1.25rem",...t},...e,children:[(0,g.jsx)("rect",{x:"198.5",y:"133",width:"50",height:"50",rx:"25",fill:"#E1E7EF"}),(0,g.jsx)("path",{d:"M236.373 144.791L225.206 153.052L227.289 148.181L236.373 144.791Z",fill:"#E17726",stroke:"#E17726",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,g.jsx)("path",{d:"M210.627 144.791L221.692 153.116L219.711 148.187L210.627 144.785V144.791ZM232.353 163.933L229.377 168.47L235.738 170.219L237.557 164.036L232.347 163.933H232.353ZM209.448 164.036L211.257 170.219L217.602 168.47L214.647 163.933L209.448 164.036Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,g.jsx)("path",{d:"M217.262 156.27L215.497 158.939L221.783 159.23L221.579 152.46L217.262 156.281V156.27V156.27ZM229.737 156.281L225.351 152.374L225.206 159.23L231.492 158.939L229.732 156.281H229.737ZM217.602 168.475L221.417 166.64L218.14 164.089L217.607 168.475H217.602ZM225.588 166.63L229.377 168.475L228.865 164.084L225.588 166.635V166.63Z",fill:"#E27625",stroke:"#E27625",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,g.jsx)("path",{d:"M229.377 168.47L225.588 166.635L225.895 169.1L225.862 170.144L229.382 168.47H229.377ZM217.602 168.47L221.137 170.144L221.11 169.1L221.417 166.635L217.602 168.47V168.47Z",fill:"#D5BFB2",stroke:"#D5BFB2",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,g.jsx)("path",{d:"M221.197 162.448L218.054 161.533L220.282 160.516L221.207 162.453H221.197V162.448ZM225.793 162.448L226.729 160.505L228.962 161.522L225.793 162.459V162.448Z",fill:"#233447",stroke:"#233447",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,g.jsx)("path",{d:"M217.602 168.47L218.156 163.933L214.647 164.035L217.602 168.47V168.47ZM228.844 163.933L229.377 168.47L232.353 164.035L228.844 163.933V163.933ZM231.503 158.939L225.217 159.23L225.793 162.459L226.729 160.505L228.962 161.522L231.503 158.939V158.939ZM218.054 161.533L220.282 160.516L221.207 162.453L221.794 159.224L215.508 158.944L218.059 161.538L218.054 161.533Z",fill:"#CC6228",stroke:"#CC6228",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,g.jsx)("path",{d:"M215.503 158.939L218.134 164.078L218.048 161.528L215.497 158.934L215.503 158.939ZM228.962 161.533L228.86 164.084L231.492 158.944L228.957 161.538L228.962 161.533ZM221.794 159.23L221.196 162.459L221.945 166.263L222.117 161.242L221.794 159.23ZM225.211 159.23L224.904 161.237L225.055 166.269L225.792 162.453L225.206 159.224V159.235L225.211 159.23Z",fill:"#E27525",stroke:"#E27525",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,g.jsx)("path",{d:"M225.793 162.448L225.055 166.263L225.588 166.635L228.86 164.084L228.962 161.528L225.793 162.448V162.448ZM218.054 161.528L218.14 164.078L221.417 166.629L221.945 166.263L221.207 162.448L218.048 161.528H218.059H218.054Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,g.jsx)("path",{d:"M225.868 170.144L225.895 169.1L225.604 168.863H221.39L221.11 169.1L221.137 170.144L217.602 168.47L218.845 169.487L221.353 171.215H225.642L228.155 169.482L229.377 168.47L225.857 170.144H225.868V170.144Z",fill:"#C0AC9D",stroke:"#C0AC9D",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,g.jsx)("path",{d:"M225.588 166.63L225.055 166.264H221.945L221.417 166.635L221.11 169.1L221.39 168.863H225.604L225.895 169.1L225.588 166.635V166.624V166.63Z",fill:"#161616",stroke:"#161616",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,g.jsx)("path",{d:"M236.846 153.585L237.783 149.037L236.373 144.791L225.583 152.777L229.737 156.27L235.598 157.976L236.889 156.475L236.33 156.066L237.223 155.248L236.545 154.72L237.438 154.042L236.846 153.585H236.857H236.846ZM209.217 149.032L210.17 153.585L209.556 154.037L210.466 154.715L209.787 155.248L210.67 156.066L210.11 156.475L211.402 157.976L217.263 156.275L221.417 152.767L210.627 144.791L209.217 149.032V149.032Z",fill:"#763E1A",stroke:"#763E1A",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,g.jsx)("path",{d:"M235.598 157.976L229.737 156.275L231.502 158.934L228.871 164.073L232.353 164.03H237.562L235.598 157.97V157.976ZM217.263 156.27L211.402 157.976L209.448 164.035H214.658L218.14 164.079L215.508 158.939L217.273 156.27H217.263V156.27ZM225.206 159.224L225.588 152.766L227.289 148.176H219.711L221.412 152.766L221.794 159.224L221.939 161.248V166.263H225.055L225.071 161.248L225.206 159.224V159.224Z",fill:"#F5841F",stroke:"#F5841F",strokeWidth:"0.47",strokeLinecap:"round",strokeLinejoin:"round"}),(0,g.jsx)("rect",{x:"192",y:"30",width:"50",height:"50",rx:"25",fill:"#0C5BFF"}),(0,g.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M205 55C205 61.6274 210.373 67 217 67C223.627 67 229 61.6274 229 55C229 48.3726 223.627 43 217 43C210.373 43 205 48.3726 205 55ZM213.933 51.1333C213.491 51.1333 213.133 51.4915 213.133 51.9333V58.0667C213.133 58.5085 213.491 58.8667 213.933 58.8667H220.067C220.508 58.8667 220.867 58.5085 220.867 58.0667V51.9333C220.867 51.4915 220.508 51.1333 220.067 51.1333H213.933Z",fill:"white"}),(0,g.jsx)("rect",{x:"39.5",y:"18",width:"50",height:"50",rx:"25",fill:"url(#paint0_linear_428_81)"}),(0,g.jsx)("path",{d:"M77.3677 42.8335H74.102C74.102 36.2519 68.6881 30.9167 62.0091 30.9167C55.4129 30.9167 50.0501 36.1213 49.9189 42.5901C49.7831 49.2769 56.1492 55.0834 62.9357 55.0834H63.7893C69.7724 55.0834 77.7916 50.468 79.0445 44.8444C79.2758 43.8079 78.445 42.8335 77.3677 42.8335ZM57.1562 43.1267C57.1562 44.0068 56.4257 44.7267 55.5325 44.7267C54.6394 44.7267 53.9089 44.0065 53.9089 43.1267V40.5383C53.9089 39.6582 54.6394 38.9383 55.5325 38.9383C56.4257 38.9383 57.1562 39.6582 57.1562 40.5383V43.1267ZM62.794 43.1267C62.794 44.0068 62.0636 44.7267 61.1705 44.7267C60.2773 44.7267 59.5468 44.0065 59.5468 43.1267V40.5383C59.5468 39.6582 60.2776 38.9383 61.1705 38.9383C62.0636 38.9383 62.794 39.6582 62.794 40.5383V43.1267Z",fill:"url(#paint1_linear_428_81)"}),(0,g.jsx)("rect",{x:"46.5",y:"124",width:"50",height:"50",rx:"25",fill:"#141414"}),(0,g.jsx)("g",{clipPath:"url(#clip0_428_81)",children:(0,g.jsx)("path",{d:"M62.1497 143.578C67.3134 138.585 75.6867 138.585 80.8505 143.578L81.4722 144.179C81.5335 144.238 81.5822 144.308 81.6155 144.386C81.6488 144.463 81.666 144.547 81.666 144.631C81.666 144.715 81.6488 144.799 81.6155 144.876C81.5822 144.954 81.5335 145.024 81.4722 145.083L79.3462 147.139C79.2835 147.199 79.1996 147.232 79.1123 147.232C79.025 147.232 78.9411 147.199 78.8784 147.139L78.0232 146.311C74.421 142.829 68.58 142.829 64.977 146.311L64.0611 147.197C63.9984 147.257 63.9145 147.29 63.8272 147.29C63.7399 147.29 63.656 147.257 63.5933 147.197L61.4672 145.141C61.4059 145.083 61.3572 145.012 61.3239 144.935C61.2906 144.857 61.2735 144.774 61.2735 144.689C61.2735 144.605 61.2906 144.521 61.3239 144.444C61.3572 144.366 61.4059 144.296 61.4672 144.237L62.1497 143.578ZM85.248 147.829L87.1397 149.659C87.201 149.718 87.2497 149.788 87.283 149.865C87.3163 149.943 87.3334 150.027 87.3334 150.111C87.3334 150.195 87.3163 150.279 87.283 150.356C87.2497 150.434 87.201 150.504 87.1397 150.563L78.6081 158.812C78.4828 158.933 78.315 159 78.1403 159C77.9656 159 77.7978 158.933 77.6725 158.812L71.6177 152.957C71.5864 152.927 71.5443 152.91 71.5005 152.91C71.4567 152.91 71.4147 152.927 71.3833 152.957L65.3285 158.812C65.2032 158.933 65.0354 159 64.8607 159C64.686 159 64.5182 158.933 64.3929 158.812L55.8605 150.563C55.7992 150.504 55.7505 150.434 55.7172 150.356C55.6839 150.279 55.6667 150.195 55.6667 150.111C55.6667 150.027 55.6839 149.943 55.7172 149.865C55.7505 149.788 55.7992 149.718 55.8605 149.659L57.7531 147.829C57.8783 147.709 58.0459 147.642 58.2204 147.642C58.3949 147.642 58.5625 147.709 58.6878 147.829L64.7427 153.684C64.774 153.714 64.816 153.731 64.8598 153.731C64.9036 153.731 64.9457 153.714 64.977 153.684L71.0319 147.829C71.1572 147.709 71.325 147.641 71.4997 147.641C71.6743 147.641 71.8422 147.709 71.9675 147.829L78.0232 153.684C78.0545 153.714 78.0965 153.731 78.1403 153.731C78.1841 153.731 78.2262 153.714 78.2575 153.684L84.3124 147.829C84.4377 147.709 84.6055 147.641 84.7802 147.641C84.9549 147.641 85.1227 147.709 85.248 147.829Z",fill:"white"})}),(0,g.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",fill:"white"}),(0,g.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M131.626 83.0058C128.674 83.3405 126.5 85.8652 126.5 88.8363V92.0779V103.277V105.099C126.5 108.098 128.713 110.636 131.695 110.952C134.982 111.301 139.216 111.667 142.5 111.667C147.147 111.667 153.695 110.934 156.773 110.555C157.765 110.433 158.5 109.588 158.5 108.589V92.0779C158.5 91.0782 157.765 90.2337 156.773 90.1115C153.705 89.7336 147.189 89.0046 142.545 88.9999L142.5 88.9999L142.46 88.9999C139.655 89.0025 136.165 89.2695 133.166 89.564C132.488 89.5642 131.907 89.0495 131.84 88.3608C131.768 87.6279 132.304 86.9755 133.037 86.9036C136.061 86.6067 139.621 86.3333 142.5 86.3333C145.707 86.3333 149.764 86.6728 152.989 87.007C154.039 87.1159 155.006 87.2247 155.833 87.3221V85.3898C155.833 84.3995 155.112 83.56 154.131 83.4288C151.262 83.0454 145.367 82.3333 141.167 82.3333C138.276 82.3333 134.583 82.6705 131.626 83.0058ZM153.833 102.333C154.938 102.333 155.833 101.438 155.833 100.333C155.833 99.2287 154.938 98.3333 153.833 98.3333C152.729 98.3333 151.833 99.2287 151.833 100.333C151.833 101.438 152.729 102.333 153.833 102.333Z",fill:"#696FFD"}),(0,g.jsx)("rect",{x:"103.5",y:"58",width:"78",height:"78",rx:"39",stroke:"#E1E7EF",strokeWidth:"2"}),(0,g.jsx)("path",{d:"M269.405 111C278.27 111 285.457 103.837 285.457 95C285.457 86.1634 278.27 79 269.405 79C260.54 79 253.354 86.1634 253.354 95C253.354 103.837 260.54 111 269.405 111Z",fill:"#B9BBFE"}),(0,g.jsx)("path",{d:"M133.971 24C140.62 24 146.01 18.6274 146.01 12C146.01 5.37258 140.62 0 133.971 0C127.322 0 121.932 5.37258 121.932 12C121.932 18.6274 127.322 24 133.971 24Z",fill:"#B9BBFE"}),(0,g.jsx)("path",{d:"M15.5917 112C20.5782 112 24.6206 107.971 24.6206 103C24.6206 98.0294 20.5782 94 15.5917 94C10.6051 94 6.56274 98.0294 6.56274 103C6.56274 107.971 10.6051 112 15.5917 112Z",fill:"#B9BBFE"}),(0,g.jsx)("path",{d:"M152.029 177C157.57 177 162.061 172.523 162.061 167C162.061 161.477 157.57 157 152.029 157C146.488 157 141.997 161.477 141.997 167C141.997 172.523 146.488 177 152.029 177Z",fill:"#E9E9FF"}),(0,g.jsx)("path",{d:"M263.386 21C267.818 21 271.412 17.4183 271.412 13C271.412 8.58172 267.818 5 263.386 5C258.953 5 255.36 8.58172 255.36 13C255.36 17.4183 258.953 21 263.386 21Z",fill:"#E9E9FF"}),(0,g.jsx)("path",{d:"M7.06436 36C10.6658 36 13.5853 33.0899 13.5853 29.5C13.5853 25.9101 10.6658 23 7.06436 23C3.46296 23 0.543457 25.9101 0.543457 29.5C0.543457 33.0899 3.46296 36 7.06436 36Z",fill:"#E9E9FF"}),(0,g.jsxs)("defs",{children:[(0,g.jsxs)("linearGradient",{id:"paint0_linear_428_81",x1:"64.5",y1:"18",x2:"64.5",y2:"68",gradientUnits:"userSpaceOnUse",children:[(0,g.jsx)("stop",{stopColor:"#534BB1"}),(0,g.jsx)("stop",{offset:"1",stopColor:"#551BF9"})]}),(0,g.jsxs)("linearGradient",{id:"paint1_linear_428_81",x1:"64.5",y1:"30.9167",x2:"64.5",y2:"55.0834",gradientUnits:"userSpaceOnUse",children:[(0,g.jsx)("stop",{stopColor:"white"}),(0,g.jsx)("stop",{offset:"1",stopColor:"white",stopOpacity:"0.82"})]}),(0,g.jsx)("clipPath",{id:"clip0_428_81",children:(0,g.jsx)("rect",{width:"31.6667",height:"19.1667",fill:"white",transform:"translate(55.6667 139.833)"})})]})]});var Se=C(require("react-device-detect"));var Bt=C(require("styled-components")),Kr=Bt.default.button`
774
786
  display: flex;
775
787
  flex-direction: row;
776
788
  align-items: center;
@@ -791,17 +803,17 @@ Resources:
791
803
  color: var(--disabled-fg);
792
804
  cursor: not-allowed;
793
805
  }
794
- `,$r=(0,Ht.default)(jr)`
806
+ `,qr=(0,Bt.default)(Kr)`
795
807
  && {
796
808
  background-color: var(--primary-color);
797
809
  color: #ffffff;
798
810
  }
799
- `,n1=(0,Ht.default)(jr)`
811
+ `,c1=(0,Bt.default)(Kr)`
800
812
  && {
801
813
  border: 1px solid #e5e7eb;
802
814
  color: var(--text-dark-blue);
803
815
  }
804
- `;var l=require("react/jsx-runtime");var Lo=()=>{let{navigate:t}=y(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return _e.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),(0,l.jsxs)(Qr,{children:[(0,l.jsx)(Oe,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),(0,l.jsx)(Xr,{children:(0,l.jsx)(Me,{style:{width:"152px",height:"152px"}})}),(0,l.jsxs)(xo,{children:[(0,l.jsx)(Ue,{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)(Ue,{children:"Set up your first wallet"}),(0,l.jsx)(at,{}),(0,l.jsx)(Ue,{children:"Store your recovery phrase in a safe place!"})]}),(0,l.jsx)(ei,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},Eo=()=>{let{navigate:t}=y();return(0,l.jsxs)(Qr,{children:[(0,l.jsx)(Oe,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),(0,l.jsx)(Xr,{style:{marginTop:"-24px"},children:(0,l.jsx)(Hr,{size:200})}),(0,l.jsxs)(xo,{children:[(0,l.jsx)(Ue,{children:"Scan the QR code with your camera"}),(0,l.jsx)(at,{}),(0,l.jsx)(Ue,{children:"Set up your first wallet"}),(0,l.jsx)(at,{}),(0,l.jsx)(Ue,{children:"Store your seed phrase in a safe place!"})]}),(0,l.jsx)(ei,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},Jr=()=>{let[t,e]=(0,Yr.useState)("WHAT_IS_A_WALLET"),{navigateBack:o}=y();return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(P,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),(0,l.jsxs)(_n,{children:[t==="WHAT_IS_A_WALLET"&&(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(Rn,{children:(0,l.jsx)(Zr,{style:{width:"240px",height:"auto",borderRadius:"var(--border-radius-sm)",marginBottom:"32px"}})}),(0,l.jsxs)(qe,{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)(Tn,{children:(0,l.jsx)(In,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&(0,l.jsx)(l.Fragment,{children:(0,l.jsxs)(Pn,{children:[(0,l.jsx)(Oe,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),(0,l.jsxs)(Sn,{children:[(0,l.jsxs)(Kr,{onClick:()=>{_e.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":_e.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[(0,l.jsx)(Me,{}),(0,l.jsxs)(qr,{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)(Kr,{onClick:()=>{_e.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":_e.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[(0,l.jsx)(be,{}),(0,l.jsxs)(qr,{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)(Eo,{}),t==="CREATE_METAMASK_WALLET"&&(0,l.jsx)(Lo,{})]}),(0,l.jsxs)(me,{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"}),"."]})]})},_n=J.default.div`
816
+ `;var l=require("react/jsx-runtime");var Eo=()=>{let{navigate:t}=y(),e="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";return Se.isFirefox&&(e="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask/"),(0,l.jsxs)(ei,{children:[(0,l.jsx)(Ne,{title:"Create a Metamask wallet",description:"Follow the instructions below to get started."}),(0,l.jsx)(ti,{children:(0,l.jsx)(Re,{style:{width:"152px",height:"152px"}})}),(0,l.jsxs)(Ao,{children:[(0,l.jsx)(Ue,{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)(Ue,{children:"Set up your first wallet"}),(0,l.jsx)(at,{}),(0,l.jsx)(Ue,{children:"Store your recovery phrase in a safe place!"})]}),(0,l.jsx)(oi,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},ko=()=>{let{navigate:t}=y();return(0,l.jsxs)(ei,{children:[(0,l.jsx)(Ne,{title:"Create a Coinbase wallet",description:"Follow the instructions below to get started."}),(0,l.jsx)(ti,{style:{marginTop:"-24px"},children:(0,l.jsx)(zr,{size:200})}),(0,l.jsxs)(Ao,{children:[(0,l.jsx)(Ue,{children:"Scan the QR code with your camera"}),(0,l.jsx)(at,{}),(0,l.jsx)(Ue,{children:"Set up your first wallet"}),(0,l.jsx)(at,{}),(0,l.jsx)(Ue,{children:"Store your seed phrase in a safe place!"})]}),(0,l.jsx)(oi,{onClick:()=>t("LANDING"),children:"Done! I have my wallet"})]})},Xr=()=>{let[t,e]=(0,Qr.useState)("WHAT_IS_A_WALLET"),{navigateBack:o}=y();return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(P,{backFn:t==="WHAT_IS_A_WALLET"?o:t==="PICK_A_NEW_WALLET"?()=>e("WHAT_IS_A_WALLET"):()=>e("PICK_A_NEW_WALLET")},"header"),(0,l.jsxs)(Tn,{children:[t==="WHAT_IS_A_WALLET"&&(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(On,{children:(0,l.jsx)($r,{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)(Rn,{children:(0,l.jsx)(Wn,{onClick:()=>{e("PICK_A_NEW_WALLET")},children:"Create a wallet"})})]}),t==="PICK_A_NEW_WALLET"&&(0,l.jsx)(l.Fragment,{children:(0,l.jsxs)(In,{children:[(0,l.jsx)(Ne,{title:"Create a new wallet",description:"Select one the wallet providers below to get started on your web3 adventure."}),(0,l.jsxs)(Mn,{children:[(0,l.jsxs)(Yr,{onClick:()=>{Se.isIOS?window.location.href="https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202":Se.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=io.metamask":e("CREATE_METAMASK_WALLET")},children:[(0,l.jsx)(Re,{}),(0,l.jsxs)(Jr,{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)(Yr,{onClick:()=>{Se.isIOS?window.location.href="https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455":Se.isAndroid?window.location.href="https://play.google.com/store/apps/details?id=org.toshi":e("CREATE_COINBASE_WALLET")},children:[(0,l.jsx)(Le,{}),(0,l.jsxs)(Jr,{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)(ko,{}),t==="CREATE_METAMASK_WALLET"&&(0,l.jsx)(Eo,{})]}),(0,l.jsxs)(me,{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"}),"."]})]})},Tn=Q.default.div`
805
817
  display: flex;
806
818
  flex-direction: column;
807
819
  height: 100%;
@@ -811,19 +823,19 @@ Resources:
811
823
  display: none;
812
824
  }
813
825
  }
814
- `,Pn=J.default.div`
826
+ `,In=Q.default.div`
815
827
  display: flex;
816
828
  flex-direction: column;
817
829
  align-items: flex-start;
818
830
  justify-content: flex-start;
819
831
  text-align: left;
820
832
  gap: 20px;
821
- `,Sn=J.default.div`
833
+ `,Mn=Q.default.div`
822
834
  display: flex;
823
835
  flex-direction: column;
824
836
  width: 100%;
825
837
  gap: 8px;
826
- `,Kr=J.default.button`
838
+ `,Yr=Q.default.button`
827
839
  display: flex;
828
840
  flex-direction: row;
829
841
  align-items: center;
@@ -880,24 +892,24 @@ Resources:
880
892
  border: 1px solid #e5e7eb;
881
893
  }
882
894
  }
883
- `,qr=J.default.div`
895
+ `,Jr=Q.default.div`
884
896
  text-align: left;
885
897
 
886
898
  p {
887
899
  font-style: italic;
888
900
  font-size: 12px;
889
901
  }
890
- `,Tn=J.default.div`
902
+ `,Rn=Q.default.div`
891
903
  margin-top: auto;
892
904
  display: flex;
893
905
  align-items: flex-end;
894
906
  flex-grow: 1;
895
907
  width: 100%;
896
- `,In=(0,J.default)($r)`
908
+ `,Wn=(0,Q.default)(qr)`
897
909
  && {
898
910
  margin-top: 14px;
899
911
  }
900
- `,Qr=J.default.div`
912
+ `,ei=Q.default.div`
901
913
  display: flex;
902
914
  flex-direction: column;
903
915
  align-items: center;
@@ -908,13 +920,13 @@ Resources:
908
920
  > :first-child > svg {
909
921
  margin-top: 20px;
910
922
  }
911
- `,Xr=J.default.div`
923
+ `,ti=Q.default.div`
912
924
  display: flex;
913
925
  flex-direction: column;
914
926
  align-items: center;
915
927
  justify-content: center;
916
928
  width: 100%;
917
- `,ei=J.default.button`
929
+ `,oi=Q.default.button`
918
930
  && {
919
931
  padding: 12px 16px;
920
932
  font-weight: 500;
@@ -923,10 +935,10 @@ Resources:
923
935
  background-color: #696efd1a;
924
936
  border-radius: var(--border-radius-sm);
925
937
  }
926
- `,Rn=J.default.div`
938
+ `,On=Q.default.div`
927
939
  display: flex;
928
940
  justify-content: center;
929
- `;var Pe=require("react");var lt=C(require("styled-components"));var H=require("react/jsx-runtime"),Ao=2,ti={metamask:{name:"MetaMask",component:Me},coinbase_wallet:{name:"Coinbase Wallet",component:be},wallet_connect:{name:"WalletConnect",component:At}},oi=()=>{var pe;let[t,e]=(0,Pe.useState)(!1),[o,r]=(0,Pe.useState)(void 0),{navigateBack:i}=y(),{getAuthMeta:n,closePrivyModal:s,loginWithWallet:p,handleLoginError:w}=R(),[m,M]=(0,Pe.useState)(0),{user:x}=O(),[T,A]=(0,Pe.useState)((x==null?void 0:x.linkedAccounts.length)||0);(0,Pe.useEffect)(()=>{r(void 0),p().then(()=>e(!0)).catch(v=>{v instanceof Q?console.error(v.cause):console.error(v);let oe=(v==null?void 0:v.status)===401&&(v==null?void 0:v.message)==="User is not allowed to login to this app.";(v==null?void 0:v.status)===422?r(Qe.ERROR_USER_EXISTS):oe?r(Qe.ERROR_WALLET_NOT_ALLOWED):v instanceof He&&!v.details.default?r(v.details):v instanceof Ge?r(Qe.ERROR_TIMED_OUT):r(Qe.ERROR_WALLET_CONNECTION),w(oe)})},[m]),(0,Pe.useEffect)(()=>{if(t){let v=setTimeout(s,De);return()=>clearTimeout(v)}},[x]);let k=((pe=n())==null?void 0:pe.wallet)||"metamask",a=ti[k].name,L=ti[k].component,j=t?`Successfully connected with ${a}`:o?o.message:`Waiting for ${a}`,G="";if(t){let v=(x==null?void 0:x.linkedAccounts.length)||0;T===v?G="Wallet was already linked.":G="You\u2019re good to go!"}else if(m>=Ao&&o)G="Unable to connect wallet";else if(o)G=o.detail;else switch(G="Don\u2019t see your wallet modal? Check your other browser windows.",k){case"wallet_connect":G="Open your mobile wallet app to continue";break;case"coinbase_wallet":bt()||(G="Open the Coinbase app on your phone to continue.");break;default:G="Don\u2019t see your wallet modal? Check your other browser windows."}return(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)(P,{backFn:i}),(0,H.jsxs)(Mn,{children:[(0,H.jsx)(Nn,{children:(0,H.jsxs)("div",{children:[(0,H.jsx)(Mt,{success:t,fail:!!o}),(0,H.jsx)(L,{style:{width:"38px",height:"38px"}})]})}),(0,H.jsxs)(Wn,{children:[(0,H.jsx)("h3",{children:j}),(0,H.jsx)("p",{children:G})]}),(0,H.jsx)(On,{onClick:()=>{M(m+1),r(void 0)},visible:!t&&(o==null?void 0:o.retryable)&&m<Ao,disabled:!t&&(!(o!=null&&o.retryable)||m>=Ao),children:"Retry"})]})]})},Mn=lt.default.div`
941
+ `;var Te=require("react");var lt=C(require("styled-components"));var H=require("react/jsx-runtime"),_o=2,ri={metamask:{name:"MetaMask",component:Re},coinbase_wallet:{name:"Coinbase Wallet",component:Le},wallet_connect:{name:"WalletConnect",component:Et}},ii=()=>{var ge;let[t,e]=(0,Te.useState)(!1),[o,r]=(0,Te.useState)(void 0),{navigateBack:i}=y(),{getAuthMeta:n,closePrivyModal:s,loginWithWallet:u,handleLoginError:f}=M(),[h,R]=(0,Te.useState)(0),{user:L}=N(),[T,E]=(0,Te.useState)((L==null?void 0:L.linkedAccounts.length)||0);(0,Te.useEffect)(()=>{r(void 0),u().then(()=>e(!0)).catch(v=>{v instanceof X?console.error(v.cause):console.error(v);let j=(v==null?void 0:v.status)===401&&(v==null?void 0:v.message)==="User is not allowed to login to this app.";(v==null?void 0:v.status)===422?r(Xe.ERROR_USER_EXISTS):j?r(Xe.ERROR_WALLET_NOT_ALLOWED):v instanceof He&&!v.details.default?r(v.details):v instanceof Ve?r(Xe.ERROR_TIMED_OUT):r(Xe.ERROR_WALLET_CONNECTION),f(j)})},[h]),(0,Te.useEffect)(()=>{if(t){let v=setTimeout(s,De);return()=>clearTimeout(v)}},[L]);let k=((ge=n())==null?void 0:ge.wallet)||"metamask",d=ri[k].name,b=ri[k].component,$=t?`Successfully connected with ${d}`:o?o.message:`Waiting for ${d}`,V="";if(t){let v=(L==null?void 0:L.linkedAccounts.length)||0;T===v?V="Wallet was already linked.":V="You\u2019re good to go!"}else if(h>=_o&&o)V="Unable to connect wallet";else if(o)V=o.detail;else switch(V="Don\u2019t see your wallet modal? Check your other browser windows.",k){case"wallet_connect":V="Open your mobile wallet app to continue";break;case"coinbase_wallet":vt()||(V="Open the Coinbase app on your phone to continue.");break;default:V="Don\u2019t see your wallet modal? Check your other browser windows."}return(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)(P,{backFn:i}),(0,H.jsxs)(Nn,{children:[(0,H.jsx)(Dn,{children:(0,H.jsxs)("div",{children:[(0,H.jsx)(Wt,{success:t,fail:!!o}),(0,H.jsx)(b,{style:{width:"38px",height:"38px"}})]})}),(0,H.jsxs)(Un,{children:[(0,H.jsx)("h3",{children:$}),(0,H.jsx)("p",{children:V})]}),(0,H.jsx)(Fn,{onClick:()=>{R(h+1),r(void 0)},visible:!t&&(o==null?void 0:o.retryable)&&h<_o,disabled:!t&&(!(o!=null&&o.retryable)||h>=_o),children:"Retry"})]})]})},Nn=lt.default.div`
930
942
  display: flex;
931
943
  flex-direction: column;
932
944
  align-items: center;
@@ -934,11 +946,11 @@ Resources:
934
946
  margin-left: 27px;
935
947
  margin-right: 27px;
936
948
  gap: 24px;
937
- `,Wn=lt.default.div`
949
+ `,Un=lt.default.div`
938
950
  display: flex;
939
951
  flex-direction: column;
940
952
  gap: 8px;
941
- `,Nn=lt.default.div`
953
+ `,Dn=lt.default.div`
942
954
  display: flex;
943
955
  flex-direction: column;
944
956
  justify-content: center;
@@ -961,7 +973,7 @@ Resources:
961
973
  left: -19px;
962
974
  top: -19px;
963
975
  }
964
- `,On=lt.default.button`
976
+ `,Fn=lt.default.button`
965
977
  && {
966
978
  padding: 12px 16px;
967
979
  font-weight: 500;
@@ -973,7 +985,7 @@ Resources:
973
985
  opacity: ${t=>t.visible?"1":"0"};
974
986
  transition: opacity 200ms;
975
987
  }
976
- `;var le=require("react/jsx-runtime"),ri=()=>{let{navigateBack:t}=y();return(0,le.jsxs)(le.Fragment,{children:[(0,le.jsx)(P,{backFn:t},"header"),(0,le.jsx)(Lo,{}),(0,le.jsxs)(me,{children:[(0,le.jsx)("span",{children:"Still not sure? "}),(0,le.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var de=require("react/jsx-runtime"),ii=()=>{let{navigateBack:t}=y();return(0,de.jsxs)(de.Fragment,{children:[(0,de.jsx)(P,{backFn:t},"header"),(0,de.jsx)(Eo,{}),(0,de.jsxs)(me,{children:[(0,de.jsx)("span",{children:"Still not sure? "}),(0,de.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var ni=C(require("styled-components"));var ai=require("react/jsx-runtime"),si=t=>{let e=t.accentColor||"#696ffd";return(0,ai.jsx)(Un,{accentColor:e,children:t.children})},Un=ni.default.div`
988
+ `;var de=require("react/jsx-runtime"),ni=()=>{let{navigateBack:t}=y();return(0,de.jsxs)(de.Fragment,{children:[(0,de.jsx)(P,{backFn:t},"header"),(0,de.jsx)(Eo,{}),(0,de.jsxs)(me,{children:[(0,de.jsx)("span",{children:"Still not sure? "}),(0,de.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var ce=require("react/jsx-runtime"),si=()=>{let{navigateBack:t}=y();return(0,ce.jsxs)(ce.Fragment,{children:[(0,ce.jsx)(P,{backFn:t},"header"),(0,ce.jsx)(ko,{}),(0,ce.jsxs)(me,{children:[(0,ce.jsx)("span",{children:"Still not sure? "}),(0,ce.jsx)("a",{target:"_blank",href:"https://join.tell.ie/blog/explaining-web3-wallets",children:"Learn more"})]})]})};var ai=C(require("styled-components"));var di=require("react/jsx-runtime"),li=t=>{let e=t.accentColor||"#696ffd";return(0,di.jsx)(Gn,{accentColor:e,children:t.children})},Gn=ai.default.div`
977
989
  /*! Modified from https://unpkg.com/tailwindcss@3.2.3/src/css/preflight.css */
978
990
 
979
991
  *,
@@ -1136,7 +1148,7 @@ Resources:
1136
1148
 
1137
1149
  --primary-color: ${t=>t.accentColor};
1138
1150
  /* Same as primary color, but can be used with rgba */
1139
- --primary-color-rgb: ${t=>`${Wt(t.accentColor).r}, ${Wt(t.accentColor).g}, ${Wt(t.accentColor).b}`};
1151
+ --primary-color-rgb: ${t=>`${Ot(t.accentColor).r}, ${Ot(t.accentColor).g}, ${Ot(t.accentColor).b}`};
1140
1152
  --success-light: #4bd089;
1141
1153
  --success-dark: #22874f;
1142
1154
  --fail-light: #ff1f01;
@@ -1271,7 +1283,7 @@ Resources:
1271
1283
  display: none;
1272
1284
  }
1273
1285
  }
1274
- `;var mi=require("react");var Ye=require("react");var dt=C(require("styled-components"));var B=require("react/jsx-runtime"),li={google:{name:"Google",component:It},discord:{name:"Discord",component:Tt},twitter:{name:"Twitter",component:St}},Dn=t=>t.charAt(0).toUpperCase()+t.slice(1),ko=()=>{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)},di=()=>{var k;let[t,e]=(0,Ye.useState)(!1),[o,r]=(0,Ye.useState)(void 0),{getAuthMeta:i,initLoginWithOAuth:n,loginWithOAuth:s,closePrivyModal:p}=R(),{ready:w}=O(),m=((k=i())==null?void 0:k.provider)||"google",M=li[m].name,x=li[m].component;(0,Ye.useEffect)(()=>{!w||s().then(()=>{ko(),e(!0)}).catch(a=>{let L={retryable:!1,message:"Authentication failed."};a.message.includes("Another user has already linked this")?L.detail="This account has already been linked to another user.":a.message==="Invalid code during oauth flow."?(L.retryable=!0,L.detail="Something went wrong. Try again."):a.message==="User denied confirmation during OAuth flow"&&(L.detail=`Retry and check ${Dn(m)} to finish connecting your account.`,L.retryable=!0),ko(),r(L)})},[w]),(0,Ye.useEffect)(()=>{if(!t)return;let a=setTimeout(p,De);return()=>clearTimeout(a)},[t]);let T=t?`Successfully connected with ${M}`:o?o.message:`Verifying connection to ${M}`,A="";return t?A="You\u2019re good to go!":o?A=o.detail:A="Just a few moments more",(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(P,{}),(0,B.jsxs)(Fn,{children:[(0,B.jsx)(Gn,{children:(0,B.jsxs)("div",{children:[(0,B.jsx)(Mt,{success:t,fail:!!o}),(0,B.jsx)(x,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),(0,B.jsxs)(Vn,{children:[(0,B.jsx)("h3",{children:T}),(0,B.jsx)("p",{children:A})]}),(0,B.jsx)(Hn,{onClick:()=>{ko(),n(m),r(void 0)},visible:!t&&(o==null?void 0:o.retryable),disabled:!t&&!(o!=null&&o.retryable),children:"Retry"})]})]})},Fn=dt.default.div`
1286
+ `;var gi=require("react");var Je=require("react");var dt=C(require("styled-components"));var B=require("react/jsx-runtime"),ci={google:{name:"Google",component:Mt},discord:{name:"Discord",component:Tt},github:{name:"Github",component:It},twitter:{name:"Twitter",component:St}},Vn=t=>t.charAt(0).toUpperCase()+t.slice(1),Po=()=>{let t=new URL(window.location.href);t.searchParams.delete("privy_oauth_code"),t.searchParams.delete("privy_oauth_provider"),t.searchParams.delete("privy_oauth_state"),window.history.pushState({},"",t)},ui=()=>{var k;let[t,e]=(0,Je.useState)(!1),[o,r]=(0,Je.useState)(void 0),{getAuthMeta:i,initLoginWithOAuth:n,loginWithOAuth:s,closePrivyModal:u}=M(),{ready:f}=N(),h=((k=i())==null?void 0:k.provider)||"google",R=ci[h].name,L=ci[h].component;(0,Je.useEffect)(()=>{!f||s().then(()=>{Po(),e(!0)}).catch(d=>{let b={retryable:!1,message:"Authentication failed."};d.message.includes("Another user has already linked this")?b.detail="This account has already been linked to another user.":d.message==="Invalid code during oauth flow."?(b.retryable=!0,b.detail="Something went wrong. Try again."):d.message==="User denied confirmation during OAuth flow"&&(b.detail=`Retry and check ${Vn(h)} to finish connecting your account.`,b.retryable=!0),Po(),r(b)})},[f]),(0,Je.useEffect)(()=>{if(!t)return;let d=setTimeout(u,De);return()=>clearTimeout(d)},[t]);let T=t?`Successfully connected with ${R}`:o?o.message:`Verifying connection to ${R}`,E="";return t?E="You\u2019re good to go!":o?E=o.detail:E="Just a few moments more",(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(P,{}),(0,B.jsxs)(Hn,{children:[(0,B.jsx)(zn,{children:(0,B.jsxs)("div",{children:[(0,B.jsx)(Wt,{success:t,fail:!!o}),(0,B.jsx)(L,{style:{width:"38px",height:"38px"},logoFill:"primary"})]})}),(0,B.jsxs)(Bn,{children:[(0,B.jsx)("h3",{children:T}),(0,B.jsx)("p",{children:E})]}),(0,B.jsx)(jn,{onClick:()=>{Po(),n(h),r(void 0)},visible:!t&&(o==null?void 0:o.retryable),disabled:!t&&!(o!=null&&o.retryable),children:"Retry"})]})]})},Hn=dt.default.div`
1275
1287
  display: flex;
1276
1288
  flex-direction: column;
1277
1289
  align-items: center;
@@ -1279,11 +1291,11 @@ Resources:
1279
1291
  margin-left: 27px;
1280
1292
  margin-right: 27px;
1281
1293
  gap: 24px;
1282
- `,Vn=dt.default.div`
1294
+ `,Bn=dt.default.div`
1283
1295
  display: flex;
1284
1296
  flex-direction: column;
1285
1297
  gap: 8px;
1286
- `,Gn=dt.default.div`
1298
+ `,zn=dt.default.div`
1287
1299
  display: flex;
1288
1300
  flex-direction: column;
1289
1301
  justify-content: center;
@@ -1306,7 +1318,7 @@ Resources:
1306
1318
  left: -19px;
1307
1319
  top: -19px;
1308
1320
  }
1309
- `,Hn=dt.default.button`
1321
+ `,jn=dt.default.button`
1310
1322
  && {
1311
1323
  padding: 12px 16px;
1312
1324
  font-weight: 500;
@@ -1318,7 +1330,7 @@ Resources:
1318
1330
  opacity: ${t=>t.visible?"1":"0"};
1319
1331
  transition: opacity 200ms;
1320
1332
  }
1321
- `;var X=require("react/jsx-runtime"),ci=()=>{let{app:t}=y();return(0,X.jsxs)(X.Fragment,{children:[(0,X.jsx)(P,{},"header"),(0,X.jsx)(qe,{title:"Connect your email",description:`Add your email to your ${t==null?void 0:t.name} account`,icon:(0,X.jsx)(Rt,{})}),(0,X.jsx)(xe,{children:(0,X.jsx)(Nt,{stacked:!0})}),(0,X.jsx)(ae,{protectedByPrivy:!0})]})};var ee=require("react/jsx-runtime"),pi=()=>{let{app:t}=y();return(0,ee.jsxs)(ee.Fragment,{children:[(0,ee.jsx)(P,{},"header"),(0,ee.jsx)(qe,{title:"Connect your phone",description:`Add your number to your ${t==null?void 0:t.name} account`,icon:(0,ee.jsx)(Ot,{})}),(0,ee.jsx)(xe,{children:(0,ee.jsx)(Ut,{stacked:!0})}),(0,ee.jsx)(ae,{protectedByPrivy:!0})]})};var te=require("react/jsx-runtime"),ui=()=>{let{app:t}=y();return(0,te.jsxs)(te.Fragment,{children:[(0,te.jsx)(P,{},"header"),(0,te.jsx)(Wr,{title:"Connect your wallet",description:`Link a wallet to your ${t==null?void 0:t.name} account`}),(0,te.jsxs)(xe,{children:[(0,te.jsx)(_t,{}),(0,te.jsx)(Pt,{})]}),(0,te.jsx)(ae,{protectedByPrivy:!0})]})};var S=require("react/jsx-runtime"),Bn=()=>{let{ready:t}=O(),{isLinking:e}=R(),{ready:o,currentScreen:r}=y(),i;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN"].includes(r)?i="compact":"WALLET_EDUCATION"===r?i="full":e?i="medium":i="full",!t||!o?(0,S.jsxs)(Ft,{"data-height":i,children:[(0,S.jsx)(P,{}),(0,S.jsx)(jn,{children:(0,S.jsx)(Ee,{})}),(0,S.jsx)(me,{})]}):(0,S.jsxs)(Ft,{"data-height":i,children:[r==="LANDING"&&(0,S.jsx)(Ir,{}),r==="AWAITING_PASSWORDLESS_CODE"&&(0,S.jsx)(Ur,{}),r==="WALLET_EDUCATION"&&(0,S.jsx)(Jr,{}),r==="AWAITING_CONNECTION"&&(0,S.jsx)(oi,{}),r==="AWAITING_OAUTH_SCREEN"&&(0,S.jsx)(di,{}),r==="INSTALL_METAMASK_SCREEN"&&(0,S.jsx)(ri,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&(0,S.jsx)(ii,{}),r==="LINK_EMAIL_SCREEN"&&(0,S.jsx)(ci,{}),r==="LINK_PHONE_SCREEN"&&(0,S.jsx)(pi,{}),r==="LINK_WALLET_SCREEN"&&(0,S.jsx)(ui,{})]})},fi=()=>{let{app:t}=y();return hi.default.createPortal((0,S.jsx)(Zn,{id:"privy-dialog",children:(0,S.jsx)(si,{accentColor:t==null?void 0:t.accentColor,children:(0,S.jsx)(Bn,{})})}),document.body)},zn=({children:t,...e})=>((0,mi.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,S.jsx)("dialog",{open:!0,role:"dialog",...e,children:t})),Zn=(0,Bt.default)(zn)`
1333
+ `;var te=require("react/jsx-runtime"),pi=()=>{let{app:t}=y();return(0,te.jsxs)(te.Fragment,{children:[(0,te.jsx)(P,{},"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)(Rt,{})}),(0,te.jsx)(Ae,{children:(0,te.jsx)(Nt,{stacked:!0})}),(0,te.jsx)(le,{protectedByPrivy:!0})]})};var oe=require("react/jsx-runtime"),hi=()=>{let{app:t}=y();return(0,oe.jsxs)(oe.Fragment,{children:[(0,oe.jsx)(P,{},"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)(Ut,{})}),(0,oe.jsx)(Ae,{children:(0,oe.jsx)(Dt,{stacked:!0})}),(0,oe.jsx)(le,{protectedByPrivy:!0})]})};var re=require("react/jsx-runtime"),mi=()=>{let{app:t}=y();return(0,re.jsxs)(re.Fragment,{children:[(0,re.jsx)(P,{},"header"),(0,re.jsx)(Nr,{title:"Connect your wallet",description:`Link a wallet to your ${t==null?void 0:t.name} account`}),(0,re.jsxs)(Ae,{children:[(0,re.jsx)(_t,{}),(0,re.jsx)(Pt,{})]}),(0,re.jsx)(le,{protectedByPrivy:!0})]})};var S=require("react/jsx-runtime"),Zn=()=>{let{ready:t}=N(),{isLinking:e}=M(),{ready:o,currentScreen:r}=y(),i;return["AWAITING_CONNECTION","AWAITING_OAUTH_SCREEN"].includes(r)?i="compact":"WALLET_EDUCATION"===r?i="full":e?i="medium":i="full",!t||!o?(0,S.jsxs)(Gt,{"data-height":i,children:[(0,S.jsx)(P,{}),(0,S.jsx)(qn,{children:(0,S.jsx)(ke,{})}),(0,S.jsx)(me,{})]}):(0,S.jsxs)(Gt,{"data-height":i,children:[r==="LANDING"&&(0,S.jsx)(Rr,{}),r==="AWAITING_PASSWORDLESS_CODE"&&(0,S.jsx)(Fr,{}),r==="WALLET_EDUCATION"&&(0,S.jsx)(Xr,{}),r==="AWAITING_CONNECTION"&&(0,S.jsx)(ii,{}),r==="AWAITING_OAUTH_SCREEN"&&(0,S.jsx)(ui,{}),r==="INSTALL_METAMASK_SCREEN"&&(0,S.jsx)(ni,{}),r==="INSTALL_COINBASE_WALLET_SCREEN"&&(0,S.jsx)(si,{}),r==="LINK_EMAIL_SCREEN"&&(0,S.jsx)(pi,{}),r==="LINK_PHONE_SCREEN"&&(0,S.jsx)(hi,{}),r==="LINK_WALLET_SCREEN"&&(0,S.jsx)(mi,{})]})},wi=()=>{let{app:t}=y();return fi.default.createPortal((0,S.jsx)(Kn,{id:"privy-dialog",children:(0,S.jsx)(li,{accentColor:t==null?void 0:t.accentColor,children:(0,S.jsx)(Zn,{})})}),document.body)},$n=({children:t,...e})=>((0,gi.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,S.jsx)("dialog",{open:!0,role:"dialog",...e,children:t})),Kn=(0,zt.default)($n)`
1322
1334
  position: fixed;
1323
1335
  top: 0;
1324
1336
  left: 0;
@@ -1333,7 +1345,7 @@ Resources:
1333
1345
  z-index: 999999;
1334
1346
  -webkit-backdrop-filter: blur(3px);
1335
1347
  backdrop-filter: blur(3px);
1336
- `,Ft=Bt.default.div`
1348
+ `,Gt=zt.default.div`
1337
1349
  line-height: 20px;
1338
1350
  width: 360px;
1339
1351
  height: auto;
@@ -1371,10 +1383,10 @@ Resources:
1371
1383
  min-height: 0;
1372
1384
  }
1373
1385
  }
1374
- `,jn=Bt.default.div`
1386
+ `,qn=zt.default.div`
1375
1387
  display: flex;
1376
1388
  flex-direction: column;
1377
1389
  align-items: center;
1378
1390
  justify-content: center;
1379
1391
  height: 100%;
1380
- `;var ce=require("react/jsx-runtime");function $n(t){return typeof t=="string"&&t.length===25}var zt;function wi(){if(!zt){let t=_.get(Fe);return Promise.resolve(t||null)}return zt.getAccessToken()}var yi=t=>{if(!$n(t.appId))throw new u("Cannot initialize the Privy provider with an invalid Privy app ID");let[e,o]=(0,z.useState)(null);return(0,z.useEffect)(()=>{zt=new ze({appId:t.appId,apiURL:Mo}),o(zt)},[]),e===null?(0,ce.jsx)(ce.Fragment,{}):(0,ce.jsx)(qn,{...t,client:e})},Kn=(t,e)=>{if(e)return{email:!1,sms:!1,wallet:!1,google:!1,twitter:!1,discord:!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)}},qn=t=>{let e=t.client,[o,r]=(0,z.useState)(!1),[i,n]=(0,z.useState)(!1),[s,p]=(0,z.useState)(!1),[w,m]=(0,z.useState)(null),[M,x]=(0,z.useState)(!1),[T,A]=(0,z.useState)({accentColor:"#696ffd",theme:"System",showWalletLoginFirst:!0,emailAuth:!0,smsAuth:!1,walletAuth:!0,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[k,a]=(0,z.useState)(null),[L,j]=(0,z.useState)(!1);(0,z.useEffect)(()=>{async function d(){let c=await e.getAppSettings();A(c)}d()},[]);let G=Kn(T,k),pe=()=>{let d=new URLSearchParams(window.location.search),c=d.get("privy_oauth_code"),I=d.get("privy_oauth_state"),W=d.get("privy_oauth_provider");c&&I&&W&&(e.startAuthFlow(new Ze(W,c,I)),a(W),r(!0))};(0,z.useEffect)(()=>{async function d(){pe();let c=await e.getAuthenticatedUser();p(!!c),m(c),n(!0)}d()},[]),(0,z.useEffect)(()=>{i&&s&&w===null&&e.getAuthenticatedUser().then(m)},[i,s,w]);let v={ready:i,authenticated:s,user:w,walletConnector:e.connector,linkWallet:()=>{a("wallet"),j(!0),r(!0)},linkEmail:()=>{a("email"),j(!0),r(!0)},linkPhone:()=>{a("sms"),j(!0),r(!0)},linkGoogle:async()=>{await oe.initLoginWithOAuth("google")},linkTwitter:async()=>{await oe.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await oe.initLoginWithOAuth("discord")},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(),m(null),p(!1),a(null),j(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connector.getEthereumProvider(),getEthersProvider:()=>new gi.Web3Provider(new ve(e.connector.getEthereumProvider())),getWeb3jsProvider:()=>new vt(e.connector.getEthereumProvider()),unlinkWallet:async d=>{let c=await e.unlinkWallet(d);return m(c),c},unlinkEmail:async d=>{let c=await e.unlinkEmail(d);return m(c),c},unlinkPhone:async d=>{let c=await e.unlinkPhone(d);return m(c),c},unlinkGoogle:async d=>{let c=await e.unlinkOAuth("google",d);return m(c),c},unlinkTwitter:async d=>{let c=await e.unlinkOAuth("twitter",d);return m(c),c},unlinkDiscord:async d=>{let c=await e.unlinkOAuth("discord",d);return m(c),c},setActiveWallet:d=>{if(!w)return;let c=e.setActiveWallet(d,w);m(c)},forkSession:()=>e.forkSession()},oe={isLinking:L,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var d;return(d=e.authFlow)==null?void 0:d.meta},closePrivyModal:()=>{var d;i&&s&&w&&((d=t.onSuccess)==null||d.call(t,w,M)),e.authFlow=void 0,a(null),j(!1),x(!1),r(!1)},initLoginWithWallet:d=>{d||(d="metamask"),e.connector.walletType=d,e.startAuthFlow(new Xe(e.connector))},initLoginWithOAuth:async d=>{e.startAuthFlow(new Ze(d));let c=await e.authFlow.getAuthorizationUrl();c&&c.url&&window.location.assign(c.url)},loginWithOAuth:async()=>{if(!(e.authFlow instanceof Ze))throw new u("Must initialize OAuth flow before calling loginWithOAuth");let d,c;i&&s?d=await e.link():{user:d,isNewUser:c}=await e.authenticate(),m(d),x(c||!1),p(!0)},loginWithWallet:async()=>{if(!(e.authFlow instanceof Xe))throw new u("Must initialize SIWE flow first.");let d,c;L?(d=await e.link(),d&&(_.del(ne),d=Je(d))):{user:d,isNewUser:c}=await e.authenticate(),m(d||w||null),x(c||!1),p(!0)},loginWithEmail:async d=>{let c=new et(d);e.startAuthFlow(c),await c.sendCodeEmail()},loginWithSms:async d=>{let c=new tt(d);e.startAuthFlow(c),await c.sendSmsCode()},resendEmailCode:async()=>{var d;await((d=e.authFlow)==null?void 0:d.sendCodeEmail())},resendSmsCode:async()=>{var d;await((d=e.authFlow)==null?void 0:d.sendSmsCode())},loginWithCode:async d=>{if(e.authFlow instanceof et)e.authFlow.meta.emailCode=d.trim();else if(e.authFlow instanceof tt)e.authFlow.meta.smsCode=d.trim();else throw new u("Must initialize a passwordless code flow first");let c,I;L?c=await e.link():{user:c,isNewUser:I}=await e.authenticate(),m(c||w||null),x(I||!1),p(!0)},handleLoginError:async d=>{var c;e.authFlow=void 0,a(null),j(!1),x(!1),(c=t.onError)==null||c.call(t,d)}};return(0,ce.jsxs)(to.Provider,{value:v,children:[t.children,(0,ce.jsx)(io.Provider,{value:oe,children:(0,ce.jsx)(ur,{appSettings:T,options:G,visible:o,authenticated:s,children:o&&(0,ce.jsx)(fi,{})})})]})};0&&(module.exports={AsExternalProvider,PrivyClient,PrivyConnector,PrivyProvider,PrivyProxyProvider,VERSION,getAccessToken,usePrivy});
1392
+ `;var ue=require("react/jsx-runtime");function Yn(t){return typeof t=="string"&&t.length===25}var jt;function bi(){if(!jt){let t=_.get(Fe);return Promise.resolve(t||null)}return jt.getAccessToken()}var Ci=t=>{if(!Yn(t.appId))throw new p("Cannot initialize the Privy provider with an invalid Privy app ID");let[e,o]=(0,z.useState)(null);return(0,z.useEffect)(()=>{jt=new ze({appId:t.appId,apiURL:Oo}),o(jt)},[]),e===null?(0,ue.jsx)(ue.Fragment,{}):(0,ue.jsx)(Qn,{...t,client:e})},Jn=(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)}},Qn=t=>{let e=t.client,[o,r]=(0,z.useState)(!1),[i,n]=(0,z.useState)(!1),[s,u]=(0,z.useState)(!1),[f,h]=(0,z.useState)(null),[R,L]=(0,z.useState)(!1),[T,E]=(0,z.useState)({accentColor:"#696ffd",theme:"System",showWalletLoginFirst:!0,emailAuth:!0,smsAuth:!1,walletAuth:!0,googleOAuth:!1,twitterOAuth:!1,discordOAuth:!1,githubOAuth:!1,termsAndConditionsUrl:null,privacyPolicyUrl:null}),[k,d]=(0,z.useState)(null),[b,$]=(0,z.useState)(!1);(0,z.useEffect)(()=>{async function a(){let c=await e.getAppSettings();E(c)}a()},[]);let V=Jn(T,k),ge=()=>{let a=new URLSearchParams(window.location.search),c=a.get("privy_oauth_code"),I=a.get("privy_oauth_state"),W=a.get("privy_oauth_provider");c&&I&&W&&(e.startAuthFlow(new je(W,c,I)),d(W),r(!0))};(0,z.useEffect)(()=>{async function a(){ge();let c=await e.getAuthenticatedUser();u(!!c),h(c),n(!0)}a()},[]),(0,z.useEffect)(()=>{i&&s&&f===null&&e.getAuthenticatedUser().then(h)},[i,s,f]);let v={ready:i,authenticated:s,user:f,walletConnector:e.connector,linkWallet:()=>{d("wallet"),$(!0),r(!0)},linkEmail:()=>{d("email"),$(!0),r(!0)},linkPhone:()=>{d("sms"),$(!0),r(!0)},linkGoogle:async()=>{await j.initLoginWithOAuth("google")},linkTwitter:async()=>{await j.initLoginWithOAuth("twitter")},linkDiscord:async()=>{await j.initLoginWithOAuth("discord")},linkGithub:async()=>{await j.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(),h(null),u(!1),d(null),$(!1),r(!1)},getAccessToken:()=>e.getAccessToken(),getEthereumProvider:()=>e.connector.getEthereumProvider(),getEthersProvider:()=>new yi.Web3Provider(new xe(e.connector.getEthereumProvider())),getWeb3jsProvider:()=>new Ct(e.connector.getEthereumProvider()),unlinkWallet:async a=>{let c=await e.unlinkWallet(a);return h(c),c},unlinkEmail:async a=>{let c=await e.unlinkEmail(a);return h(c),c},unlinkPhone:async a=>{let c=await e.unlinkPhone(a);return h(c),c},unlinkGoogle:async a=>{let c=await e.unlinkOAuth("google",a);return h(c),c},unlinkTwitter:async a=>{let c=await e.unlinkOAuth("twitter",a);return h(c),c},unlinkDiscord:async a=>{let c=await e.unlinkOAuth("discord",a);return h(c),c},unlinkGithub:async a=>{let c=await e.unlinkOAuth("github",a);return h(c),c},setActiveWallet:a=>{if(!f)return;let c=e.setActiveWallet(a,f);h(c)},forkSession:()=>e.forkSession()},j={isLinking:b,getAuthFlow:()=>e.authFlow,getAuthMeta:()=>{var a;return(a=e.authFlow)==null?void 0:a.meta},closePrivyModal:()=>{var a;i&&s&&f&&((a=t.onSuccess)==null||a.call(t,f,R)),e.authFlow=void 0,d(null),$(!1),L(!1),r(!1)},initLoginWithWallet:a=>{a||(a="metamask"),e.connector.walletType=a,e.startAuthFlow(new et(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(),h(a),L(c||!1),u(!0)},loginWithWallet:async()=>{if(!(e.authFlow instanceof et))throw new p("Must initialize SIWE flow first.");let a,c;b?(a=await e.link(),a&&(_.del(se),a=Qe(a))):{user:a,isNewUser:c}=await e.authenticate(),h(a||f||null),L(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,I;b?c=await e.link():{user:c,isNewUser:I}=await e.authenticate(),h(c||f||null),L(I||!1),u(!0)},handleLoginError:async a=>{var c;e.authFlow=void 0,d(null),$(!1),L(!1),(c=t.onError)==null||c.call(t,a)}};return(0,ue.jsxs)(oo.Provider,{value:v,children:[t.children,(0,ue.jsx)(no.Provider,{value:j,children:(0,ue.jsx)(mr,{appSettings:T,options:V,visible:o,authenticated:s,children:o&&(0,ue.jsx)(wi,{})})})]})};0&&(module.exports={AsExternalProvider,PrivyClient,PrivyConnector,PrivyProvider,PrivyProxyProvider,VERSION,getAccessToken,usePrivy});