@dcl-regenesislabs/bevy-explorer-web 0.1.0-33887394074.commit-9107df4 → 0.1.0-33899728953.commit-eaf5fcb
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/assets/{Showcase-CYAqeTBA.js → Showcase-C9D-b7Vt.js} +1 -1
- package/assets/{design-CEYqv7oB.js → design-DYaajiQV.js} +1 -1
- package/assets/{index-DPg56WDj.css → index-CpHlOQia.css} +1 -1
- package/assets/index-DSaU-WvG.js +8 -0
- package/assets/menus-BGYoQwRL.js +7 -0
- package/assets/{vendor-B8QhEFFr.js → vendor-lUfKgkFU.js} +1 -1
- package/assets/{vendor-SgTec6Zp.css → vendor-ts_rUS9A.css} +1 -1
- package/bridge-scene/static/BevyExplorerUI/about +1 -1
- package/bridge-scene/static/{bafkreietcwey67fer2lupeg32b72unafxr7sumcqvhbmvcxn4xuzh27ly4 → bafkreiedj4gmccullg2isfhvk44ajcj56fzr5my6ykkreyogvzx2ecdtsy} +1 -1
- package/bridge-scene/static/{bafybeiegd3rzrfekswhiz26txjdg6jkwjgq7eyf3myinmfsmqzutflykpa → bafybeif2j7c7k6uaqldp75tzq6w6xn5zltg3gesbbjfnlfue5ya5j3vsui} +1 -1
- package/engine/engine.js +6 -19
- package/engine/pkg/manifest.json +1 -1
- package/engine/pkg/sandbox_worker.bundle.js +6 -12
- package/engine/pkg/webgpu_build.d.ts +5 -7
- package/engine/pkg/webgpu_build.js +35 -45
- package/engine/pkg/webgpu_build_bg.wasm +0 -0
- package/engine/pkg/webgpu_build_bg.wasm.d.ts +2 -3
- package/engine/sandbox_worker.js +1 -1
- package/index.html +17 -17
- package/package.json +3 -3
- package/assets/index-Dvjg7men.js +0 -8
- package/assets/menus-nUq86P4q.js +0 -7
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/Showcase-C9D-b7Vt.js","assets/design-DYaajiQV.js","assets/rolldown-runtime-D9-fqq9M.js","assets/design-CDjjN9qk.css","assets/menus-BGYoQwRL.js","assets/menus-Cf5FleNn.css"])))=>i.map(i=>d[i]);
|
|
2
|
+
import{A as e,B as t,G as n,I as r,L as i,P as a,R as o,S as s,U as c,W as l,_ as u,a as d,b as f,c as p,d as m,f as h,g,i as ee,j as te,k as _,n as v,o as ne,p as y,r as re,t as ie,z as b}from"./design-DYaajiQV.js";import{n as ae,t as x}from"./vendor-lUfKgkFU.js";import{A as oe,B as S,C,D as w,E as T,F as se,G as ce,H as le,I as ue,J as de,K as fe,L as pe,M as me,N as E,O as D,P as O,R as he,S as ge,T as _e,U as ve,V as ye,W as be,X as xe,Y as Se,_ as Ce,a as we,b as Te,c as Ee,d as De,f as Oe,g as ke,h as Ae,i as je,j as Me,k as Ne,l as Pe,m as Fe,n as Ie,o as Le,p as Re,q as ze,r as Be,s as Ve,t as He,u as Ue,v as We,w as Ge,x as Ke,y as qe,z as Je}from"./menus-BGYoQwRL.js";import{a as Ye,i as Xe,n as Ze,o as Qe,r as $e,t as et}from"./emoji-DrfHOLaz.js";(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),t.credentials=e.crossOrigin===`use-credentials`?`include`:e.crossOrigin===`anonymous`?`omit`:`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})();var k=n(),tt=x(),nt=class{ch;pending=new Map;listeners=new Set;constructor(e=xe()){this.ch=new BroadcastChannel(e),this.ch.onmessage=e=>{let t=e.data;t?.to===`page`&&this.handle(t.msg)}}getPreviousLogin(){return this.rpc(`getPreviousLogin`)}loginPrevious(){return this.rpc(`loginPrevious`)}loginGuest(){return this.rpc(`loginGuest`)}loginCancel(){return this.rpc(`loginCancel`)}logout(){return this.rpc(`logout`)}loginWithIdentity(e){return this.rpc(`loginIdentity`)}async jumpIn(){let e=await this.rpc(`loginPrevious`);if(e&&e.success===!1)throw Error(e.error||`Could not reuse your login`)}async loginNew(){let e=await this.rpc(`loginNew`);if(e&&e.success===!1)throw Error(e.error||`Sign-in failed`)}send(e){this.ch.postMessage({to:`scene`,msg:e})}on(e){return this.listeners.add(e),()=>this.listeners.delete(e)}dispose(){this.ch.close(),this.pending.clear(),this.listeners.clear()}rpc(e){let t=crypto.randomUUID();return new Promise((n,r)=>{this.pending.set(t,{resolve:n,reject:r}),this.send({kind:`rpc:req`,id:t,method:e})})}handle(e){if(e.kind===`rpc:res`){let t=this.pending.get(e.id);if(!t)return;this.pending.delete(e.id),e.ok?t.resolve(e.value):t.reject(Error(e.error??`bridge rpc failed`));return}this.listeners.forEach(t=>t(e))}};function rt(e){return btoa(JSON.stringify(e))}var it=class{rpc;ch;listeners=new Set;playerReadyFired=!1;readyFallbackTimer=null;constructor(e){this.rpc=e,this.ch=new BroadcastChannel(xe()),this.ch.onmessage=e=>{let t=e.data;t?.to===`page`&&(t.msg.kind===`event`&&t.msg.name===`playerReady`&&(this.playerReadyFired=!0),this.emit(t.msg))}}async getPreviousLogin(){let e=de();return{userId:e?Se(e.identity):null}}async loginPrevious(e){let t=e===!0?` --default-on-error`:``,n=await this.rpc.command(`/login_previous${t}`);return this.scheduleReadyFallback(),n}async loginGuest(){await this.rpc.command(`/login_guest`),this.scheduleReadyFallback()}async loginCancel(){}async logout(){await this.rpc.command(`/logout`)}async loginWithIdentity(e,t){let n=t===!0?` --default-on-error`:``;await this.rpc.command(`/login_identity ${rt(e)}${n}`),this.scheduleReadyFallback()}async jumpIn(e){let t=de();t?await this.loginWithIdentity(t.identity,e):await this.loginPrevious(e)}send(e){this.ch.postMessage({to:`scene`,msg:e})}on(e){return this.listeners.add(e),()=>this.listeners.delete(e)}dispose(){this.readyFallbackTimer!=null&&clearTimeout(this.readyFallbackTimer),this.ch.close(),this.listeners.clear()}renderBusy(){return this.rpc.renderBusy()}engineReady(){return this.rpc.readyToLaunch()}loadProgress(){return this.rpc.loadProgress()}loadStep(){return this.rpc.loadStep()}enginePanic(){return this.rpc.enginePanic()}clearEnginePanic(){this.rpc.clearEnginePanic()}rearmCrashWatchdog(){this.rpc.rearmCrashWatchdog()}launch(e,t){this.rpc.launch(e,t)}homeScene(){return this.rpc.homeScene()}emit(e){this.listeners.forEach(t=>t(e))}scheduleReadyFallback(){this.readyFallbackTimer!=null&&clearTimeout(this.readyFallbackTimer),this.readyFallbackTimer=setTimeout(()=>{this.readyFallbackTimer=null,this.playerReadyFired||(this.playerReadyFired=!0,this.emit({kind:`event`,name:`playerReady`}))},6e3)}},at=class{win=null;setWindow(e){this.win=e}readyToLaunch(){return this.win?.__bevyReadyToLaunch===!0}loadProgress(){return this.win?.__bevyLoadProgress??0}loadStep(){return this.win?.__bevyLoadStep??null}enginePanic(){return this.win?.__bevyPanic??null}clearEnginePanic(){this.win&&(this.win.__bevyPanic=void 0)}rearmCrashWatchdog(){this.win?.__rearmCrashWatchdog?.()}launch(e,t){this.win?.__bevyLaunch?.(e,t)}homeScene(){return this.win?.__bevyHomeScene?.()??null}ready(){return typeof this.win?.engine_console_command==`function`}async waitReady(e=9e4){let t=performance.now();for(;!this.ready();){if(performance.now()-t>e)throw Error(`engine RPC did not become ready in time`);await new Promise(e=>setTimeout(e,150))}}async command(e){return await this.waitReady(),this.win.engine_console_command(e)}renderBusy(){try{let e=this.win,t=e?.document.getElementById(`shader-compiling`);return t!=null&&e.getComputedStyle(t).display!==`none`}catch{return!1}}};function ot(e,t,n){return{address:e,name:t,picture:`https://profile-images.decentraland.org/entities/bafkreid5btlh76opew65hxu6dtkdo6ybqhymdof6vrrmjy2p5a74oy4huq/face.png`,bodyImage:`https://picsum.photos/seed/${encodeURIComponent(e)}/360/760`,hasClaimedName:!t.includes(`#`),isGuest:n,description:`Exploring Decentraland one plaza at a time. 🌅 DCL citizen since 2022.`,links:[{title:`Twitter`,url:`https://twitter.com`},{title:`Discord`,url:`https://discord.com`}],mutuals:30,badges:Array.from({length:8},(e,t)=>({id:`b${t}`,name:`Badge ${t+1}`,tier:[`bronze`,`silver`,`gold`][t%3],image:`https://picsum.photos/seed/badge${t}/96/96`})),photos:Array.from({length:6},(e,t)=>`https://picsum.photos/seed/photo${t}/300/300`),equippedWearables:ht(),equippedEmotes:_t(),info:{gender:`Male`,birthdate:`26/11/1991`,pronouns:`He / Him`,relationship:`Single`,language:`Persian`,profession:`IT`,employment:`Chilling`,hobby:`games.movie.party`,realName:`mohammad`}}}var st=[{address:`0x5854cce95d5e25817b41f4c41f06b695a83bc495`,name:`Mojito`,picture:`https://profile-images.decentraland.org/entities/bafkreid5btlh76opew65hxu6dtkdo6ybqhymdof6vrrmjy2p5a74oy4huq/face.png`},{address:`0x6723dcb07f3ca735223cd1c0acfa62dd994a1bb4`,name:`Sharknado`,picture:`https://profile-images.decentraland.org/entities/bafkreie5bpho47gnh3jrfxoezwc4pxffup4cmmhmdxsmpf3oslopxb4enm/face.png`},{address:`0x1e105bb213754519903788022b962fe2b9c4b263`,name:`Pravus`,picture:`https://profile-images.decentraland.org/entities/bafkreig4xay5oxgbf75hwkjefx5hgdcdvm6a4tnpiisltslxf4jtajkbyq/face.png`},{address:`0x9f8c2a1b4d6e7f0a3b5c8d9e1f2a4b6c8d0e1f23`,name:`Johnny`},{address:`0x3a1b2c4d5e6f7081920a3b4c5d6e7f8091a2b3c4`,name:`Clara`},{address:`0x77a0b1c2d3e4f5061728394a5b6c7d8e9f001122`,name:`SpottyGoat`},{address:`0xc0ffee254729296a45a3885639ac7e10f9d54979`,name:``}],A=[{id:`c1`,name:`Decentraland Foundation`,description:`The official Decentraland Foundation community. Stay up to date with events, releases and everything happening across the metaverse.`,thumbnail:`https://picsum.photos/seed/dcl/540/360`,membersCount:1242,role:`member`,ownerName:`DCLOfficial`,privacy:`public`},{id:`c2`,name:`Chiri Storytelling`,description:`This space brings to life Chiri's adventures. Gathering cozy Social Gamers, Creators, Digi Fashion lovers, Virtual Citizens & more!`,thumbnail:``,membersCount:374,role:`none`,ownerName:`Chiri`,privacy:`private`},{id:`c3`,name:`VTATV`,description:`Virtual television and live shows broadcast from inside Decentraland.`,thumbnail:``,membersCount:186,role:`none`,ownerName:`VTATV`},{id:`c4`,name:`ABC Decentraland`,description:`Adventures and education for newcomers to the metaverse.`,thumbnail:``,membersCount:436,role:`none`,ownerName:`BillyTeacoin`},{id:`c5`,name:`Toxic Events`,description:`The wildest parties and events in DCL.`,thumbnail:``,membersCount:601,role:`member`,ownerName:`ToxicWaifu`},{id:`c6`,name:`Last Slice Creators`,description:`A community of pizza-loving 3D creators.`,thumbnail:``,membersCount:164,role:`none`,ownerName:`Lastraum`},{id:`c7`,name:`SheFi`,description:`Empowering women in web3 and DeFi.`,thumbnail:``,membersCount:310,role:`none`,ownerName:`msjoedor`},{id:`c8`,name:`Community Building DCL`,description:`Helping communities grow in Decentraland.`,thumbnail:``,membersCount:639,role:`owner`,ownerName:`TheCryptKeeper`}],ct=[`base`,`common`,`uncommon`,`rare`,`epic`,`legendary`,`mythic`,`unique`,`exotic`],lt=e=>`https://peer.decentraland.org/lambdas/collections/contents/${e}/thumbnail`,ut=[{name:`casual_hair_01`,category:`hair`,label:`Casual Hair`},{name:`cornrows`,category:`hair`,label:`Cornrows`},{name:`hair_anime_01`,category:`hair`,label:`Anime Hair`},{name:`eyebrows_00`,category:`eyebrows`,label:`Eyebrows`},{name:`mouth_00`,category:`mouth`,label:`Mouth`},{name:`beard`,category:`facial_hair`,label:`Beard`},{name:`granpa_beard`,category:`facial_hair`,label:`Grandpa Beard`},{name:`f_sweater`,category:`upper_body`,label:`Sweater`},{name:`m_greenhoodie`,category:`upper_body`,label:`Green Hoodie`},{name:`blue_tshirt`,category:`upper_body`,label:`Blue T-Shirt`},{name:`sport_jacket`,category:`upper_body`,label:`Sport Jacket`},{name:`f_jeans`,category:`lower_body`,label:`Jeans`},{name:`f_brown_trousers`,category:`lower_body`,label:`Brown Trousers`},{name:`basketball_shorts`,category:`lower_body`,label:`Basketball Shorts`},{name:`sneakers`,category:`feet`,label:`Sneakers`},{name:`bun_shoes`,category:`feet`,label:`Bun Shoes`},{name:`m_greenflipflops`,category:`feet`,label:`Flip Flops`},{name:`hat`,category:`hat`,label:`Hat`},{name:`bandana`,category:`hat`,label:`Bandana`},{name:`black_sun_glasses`,category:`eyewear`,label:`Sunglasses`},{name:`piratepatch`,category:`eyewear`,label:`Pirate Patch`},{name:`blue_bandana`,category:`mask`,label:`Blue Bandana`},{name:`pink_gem_earring`,category:`earring`,label:`Pink Gem Earring`},{name:`Thunder_earring`,category:`earring`,label:`Thunder Earring`}].map((e,t)=>{let n=`urn:decentraland:off-chain:base-avatars:${e.name}`;return{urn:n,name:e.label,rarity:ct[t%ct.length],category:e.category,thumbnail:lt(n),equipped:t%6==0}}),dt=`urn:decentraland:off-chain:base-avatars:BaseMale`,ft=e=>({bodyShape:dt,eyes:{color:{r:.37,g:.22,b:.19}},hair:{color:{r:.6,g:.36,b:.2}},skin:{color:{r:.8,g:.6,b:.47}},wearables:e,forceRender:[]}),pt=[{urn:`urn:decentraland:off-chain:base-avatars:thug_life`,name:`Off-catalog Eyewear`,rarity:`epic`,category:`eyewear`,thumbnail:lt(`urn:decentraland:off-chain:base-avatars:black_sun_glasses`),equipped:!0}],mt=[{urn:`urn:decentraland:matic:collections-v2:0xa42e166edac870aa5351b098ae6458d39ca0fca6:0`,name:`Neon Tiara`,rarity:`legendary`,category:`tiara`,thumbnail:lt(`urn:decentraland:off-chain:base-avatars:hat`),equipped:!0,shopUrl:`https://decentraland.org/shop/item/0xa42e166edac870aa5351b098ae6458d39ca0fca6/0`},{urn:`urn:decentraland:ethereum:collections-v1:mf_sammichgamer:mf_animehair`,name:`Anime warrior hair`,rarity:`legendary`,category:`hair`,thumbnail:lt(`urn:decentraland:off-chain:base-avatars:hair_anime_01`),equipped:!0,shopUrl:`https://decentraland.org/shop/item/0x30d3387ff3de2a21bef7032f82d00ff7739e403c/3`}],ht=()=>[...ut.filter(e=>e.equipped),...pt,...mt],gt=[`Hands Air`,`Wave`,`Fist Pump`,`Dance`,`Raise Hand`,`Clap`,`Money`,`Kiss`,`Head Explode`,`Shrug`],_t=()=>gt.map((e,t)=>({slot:t,urn:`urn:decentraland:off-chain:base-emotes:${e.toLowerCase().replace(/ /g,``)}`,name:e,rarity:`base`})),j=e=>({name:e,description:``}),vt=[{name:`fullscreen`,category:`general`,description:`Run in fullscreen mode.`,minValue:0,maxValue:1,namedVariants:[j(`Off`),j(`On`)],value:1,default:1,stepSize:1},{name:`resolution`,category:`general`,description:``,minValue:0,maxValue:2,namedVariants:[j(`1280 × 720`),j(`1920 × 1080`),j(`2560 × 1440`)],value:1,default:1,stepSize:1},{name:`graphics_quality`,category:`graphics`,description:`Overall visual quality.`,minValue:0,maxValue:3,namedVariants:[j(`Low`),j(`Medium`),j(`High`),j(`Ultra`)],value:2,default:1,stepSize:1},{name:`fps_limit`,category:`graphics`,description:`Cap the frame rate.`,minValue:30,maxValue:144,namedVariants:[],value:60,default:60,stepSize:1},{name:`master_volume`,category:`audio`,description:``,minValue:0,maxValue:100,namedVariants:[],value:80,default:100,stepSize:1},{name:`voice_chat`,category:`audio`,description:`Enable voice chat.`,minValue:0,maxValue:1,namedVariants:[j(`Off`),j(`On`)],value:1,default:1,stepSize:1}],yt=()=>[[{Scene:`IaPointer`},[`Mouse Left`,`Gamepad LeftTrigger2`]],[{Scene:`IaPrimary`},[`KeyE`,`Gamepad South`]],[{Scene:`IaSecondary`},[`KeyF`,`Gamepad East`]],[{Scene:`IaForward`},[`KeyW`,`GamepadLeft Up`]],[{Scene:`IaBackward`},[`KeyS`,`GamepadLeft Down`]],[{Scene:`IaRight`},[`KeyD`,`GamepadLeft Right`]],[{Scene:`IaLeft`},[`KeyA`,`GamepadLeft Left`]],[{Scene:`IaJump`},[`Space`,`Gamepad North`]],[{Scene:`IaWalk`},[`ControlLeft`]],[{Scene:`IaModifier`},[`ShiftLeft`]],[{Scene:`IaAction3`},[`Digit1`,`Gamepad DPadUp`]],[{Scene:`IaAction4`},[`Digit2`,`Gamepad DPadRight`]],[{Scene:`IaAction5`},[`Digit3`,`Gamepad DPadDown`]],[{Scene:`IaAction6`},[`Digit4`,`Gamepad DPadLeft`]],[{System:`CameraLock`},[`Mouse Right`,`Gamepad RightTrigger2`]],[{System:`Emote`},[`KeyB`,`Gamepad West`]],[{System:`Cancel`},[`Escape`,`Gamepad Select`]],[{System:`HideUi`},[`KeyU`]],[{System:`ShowDebugUi`},[`PageUp`]],[{System:`HideNames`},[`KeyN`]],[{System:`RollLeft`},[]],[{System:`RollRight`},[]],[{System:`PointAt`},[`Mouse Middle`,`KeyQ`]],[{System:`Microphone`},[`KeyV`]],[{System:`Map`},[`KeyM`,`Tab`]],[{System:`Chat`},[`Enter`,`NumpadEnter`]],[{System:`CameraUp`},[`ArrowUp`]],[{System:`CameraDown`},[`ArrowDown`]],[{System:`CameraLeft`},[`ArrowLeft`]],[{System:`CameraRight`},[`ArrowRight`]],[{System:`CameraZoomIn`},[`MouseWheel Up`,`Gamepad LeftTrigger`]],[{System:`CameraZoomOut`},[`MouseWheel Down`,`Gamepad RightTrigger`]],[{System:`ScrollUp`},[`MouseWheel Up`,`GamepadLeft Up`]],[{System:`ScrollDown`},[`MouseWheel Down`,`GamepadLeft Down`]],[{System:`ScrollLeft`},[`MouseWheel Left`,`GamepadLeft Left`]],[{System:`ScrollRight`},[`MouseWheel Right`,`GamepadLeft Right`]],[{System:`PointerUp`},[`GamepadRight Up`]],[{System:`PointerDown`},[`GamepadRight Down`]],[{System:`PointerLeft`},[`GamepadRight Left`]],[{System:`PointerRight`},[`GamepadRight Right`]],...Array.from({length:10},(e,t)=>[{System:`QuickEmote${t}`},[`Numpad${t}`]]),[{System:`Places`},[`KeyZ`]],[{System:`Communities`},[`KeyO`]],[{System:`Backpack`},[`KeyI`]],[{System:`Gallery`},[`KeyG`]],[{System:`Settings`},[`KeyP`]],[{System:`Friends`},[`KeyL`]],[{System:`ChatPanel`},[`KeyT`]]],bt={hasPreviousLogin:new URLSearchParams(location.search).get(`previousLogin`)===`1`,userId:`0xmock00000000000000000000000000000000beef`,latency:600};function xt(e){let t=`single-sign-on-${e.userId}`;e.hasPreviousLogin?localStorage.getItem(t)||localStorage.setItem(t,JSON.stringify({ephemeralIdentity:{address:`0xeeee000000000000000000000000000000000001`,publicKey:`0x04`,privateKey:`0x`+`11`.repeat(32)},expiration:new Date(Date.now()+2592e6).toISOString(),authChain:[{type:`SIGNER`,payload:e.userId,signature:``},{type:`ECDSA_EPHEMERAL`,payload:`Decentraland Login
|
|
3
|
+
Ephemeral address: 0xeeee
|
|
4
|
+
Expiration: `,signature:`0xabc`}]})):localStorage.removeItem(t)}function St(e={}){let t={...bt,...e};xt(t);let n=17e11,r=[{id:`n1`,type:`social_service_friendship_accepted`,read:!1,timestamp:new Date(n).toISOString(),metadata:{sender:{address:`0x5854cce95d5e25817b41f4c41f06b695a83bc495`,name:`Mojito`,profileImageUrl:`https://profile-images.decentraland.org/entities/bafkreid5btlh76opew65hxu6dtkdo6ybqhymdof6vrrmjy2p5a74oy4huq/face.png`}}},{id:`n2`,type:`social_service_friendship_request`,read:!1,timestamp:new Date(16999982e5).toISOString(),metadata:{sender:{address:`0x6723dcb07f3ca735223cd1c0acfa62dd994a1bb4`,name:`Sharknado`,profileImageUrl:`https://profile-images.decentraland.org/entities/bafkreie5bpho47gnh3jrfxoezwc4pxffup4cmmhmdxsmpf3oslopxb4enm/face.png`}}},{id:`n3`,type:`item_sold`,read:!1,timestamp:new Date(16999964e5).toISOString(),metadata:{title:`Item sold`,description:`Your “Sunset Hoodie” sold for 120 MANA.`,image:`https://profile-images.decentraland.org/entities/bafkreie5bpho47gnh3jrfxoezwc4pxffup4cmmhmdxsmpf3oslopxb4enm/face.png`}},{id:`n4`,type:`event_started`,read:!0,timestamp:new Date(16999136e5).toISOString(),metadata:{title:`Event live`,description:`Music Festival is happening now in Genesis Plaza.`}},{id:`n5`,type:`community_post_added`,read:!1,timestamp:new Date(16999976e5).toISOString(),metadata:{communityName:`Toxic Events`,communityId:`c5`,thumbnailUrl:`https://picsum.photos/seed/dcl/80/80`}},{id:`n6`,type:`credits_reminder_claim_credits`,read:!1,timestamp:new Date(16999946e5).toISOString(),metadata:{}}],i=Array.from({length:14},(e,t)=>({id:`g${t}`,url:`https://picsum.photos/seed/reel${t}/1200/800`,thumbnailUrl:`https://picsum.photos/seed/reel${t}/400/300`,isPublic:t%2==0,dateTime:String(Math.floor((n-t*3*864e5)/1e3))})),a={outfits:[{slot:0,outfit:ft(ut.slice(0,5).map(e=>e.urn))},{slot:2,outfit:ft(ut.slice(5,10).map(e=>e.urn))}],namesForExtraSlots:[]},o=new BroadcastChannel(xe()),s=e=>new Promise(t=>setTimeout(t,e)),c=e=>{o.postMessage({to:`page`,msg:e})},l=null,u=null,d=yt(),f=null,p=!1,m=e=>{let t=d.find(([t,n])=>`System`in t&&n.includes(e));return t!=null&&`System`in t[0]?t[0].System:null},h=(e,t)=>{if(e.repeat)return;if(f!=null){if(!t)return;c({kind:`inputCaptured`,id:f,input:e.code}),f=null;return}if(p)return;let n=m(e.code);n!=null&&(c({kind:`systemAction`,action:n,pressed:t}),n===`Chat`&&t&&c({kind:`focusChat`}))},g=e=>h(e,!0),ee=e=>h(e,!1),te=[`Mouse Left`,`Mouse Middle`,`Mouse Right`,`Mouse Back`,`Mouse Forward`],_=e=>{f!=null&&(c({kind:`inputCaptured`,id:f,input:te[e.button]??`Mouse Left`}),f=null)};window.addEventListener(`keydown`,g),window.addEventListener(`keyup`,ee),window.addEventListener(`pointerdown`,_,!0);let v=()=>{setTimeout(()=>{c({kind:`event`,name:`playerReady`}),c({kind:`chatVisibility`,open:!0});let e=[564,60,0],t=n=>{let r=e[n];c({kind:`sceneLoading`,state:{visible:r>0,realmConnected:!0,title:`Genesis Plaza`,pendingAssets:r>0?r:null}}),r>0&&setTimeout(()=>t(n+1),250)};t(0)},500),c({kind:`realmInfo`,realm:`https://realm-provider.decentraland.org/main`,isWorld:!1}),c({kind:`sceneInfo`,title:`Genesis Plaza`});let e=0;u=setInterval(()=>{e+=.05;let t=e*.08,n=Math.cos(t)*40,r=Math.sin(t)*40,i=Math.atan2(-Math.sin(t),Math.cos(t))*180/Math.PI;c({kind:`playerPose`,x:n,z:r,yaw:i,camYaw:i})},50),setTimeout(()=>c({kind:`members`,members:st}),1400);let t=Number(new URLSearchParams(location.search).get(`simhover`)??0);if(t>0){let e=[{button:0,text:`Show Profile`,enabled:!0},{button:1,text:`Open`,enabled:!0},{button:2,text:`Inspect`,enabled:!0},{button:8,text:`Jump`,enabled:!0},{button:4,text:`Grab`,enabled:!1,tooFarReason:`camera`},{button:10,text:`Use`,enabled:!0},{button:11,text:`Activate`,enabled:!0}].slice(0,Math.min(t,7));setTimeout(()=>c({kind:`hover`,actions:e}),1500)}setTimeout(()=>c({kind:`friends`,available:!0,friends:[{address:`0x5854cce95d5e25817b41f4c41f06b695a83bc495`,name:`Mojito`,status:`online`,picture:`https://profile-images.decentraland.org/entities/bafkreid5btlh76opew65hxu6dtkdo6ybqhymdof6vrrmjy2p5a74oy4huq/face.png`},{address:`0x6723dcb07f3ca735223cd1c0acfa62dd994a1bb4`,name:`Sharknado`,status:`online`},{address:`0x1e105bb213754519903788022b962fe2b9c4b263`,name:`Pravus`,status:`away`},{address:`0x3a1b2c4d5e6f7081920a3b4c5d6e7f8091a2b3c4`,name:`Clara#1l0u`,status:`offline`}],received:[{id:`r1`,address:`0x77a0b1c2d3e4f5061728394a5b6c7d8e9f001122`,name:`SpottyGoat`,message:`Met you at the plaza!`}],sent:[{id:`s1`,address:`0x9f8c2a1b4d6e7f0a3b5c8d9e1f2a4b6c8d0e1f23`,name:`Johnny`}],blocked:[]}),1600),setTimeout(()=>c({kind:`settings`,settings:vt}),1700),[[`0x5854cce95d5e25817b41f4c41f06b695a83bc495`,`gm everyone 👋`],[`0x6723dcb07f3ca735223cd1c0acfa62dd994a1bb4`,`anyone going to the event?`],[`0x1e105bb213754519903788022b962fe2b9c4b263`,`this plaza looks great`]].forEach(([e,t],n)=>setTimeout(()=>c({kind:`chat`,chat:{sender:e,message:t,channel:`Nearby`}}),2500+n*2200)),new URLSearchParams(location.search).get(`perm`)===`1`&&setTimeout(()=>c({kind:`permissionRequest`,id:1,ty:`ChangeRealm`,sceneName:`Genesis Plaza`,scene:`bafkreigenesisplazahash`,realm:`https://realm-provider.decentraland.org/main`,additional:`Jump to DCL Kickoff Challenge?`}),3e3)};return o.onmessage=async e=>{let n=e.data;if(n?.to!==`scene`)return;let o=n.msg;if(await s(t.latency),o.kind===`sendChat`){c({kind:`chat`,chat:{sender:`You`,message:o.message,channel:o.channel}});return}if(o.kind!==`navAction`&&o.kind!==`friendAction`){if(o.kind===`getSettings`){c({kind:`settings`,settings:vt});return}if(o.kind===`setSetting`){let e=vt.find(e=>e.name===o.name);e&&(e.value=o.value),c({kind:`settings`,settings:vt});return}if(o.kind===`getBindings`){c({kind:`bindings`,bindings:d});return}if(o.kind===`setBindings`){d=o.bindings,c({kind:`bindings`,bindings:d});return}if(o.kind===`resetBindings`){d=yt(),c({kind:`bindings`,bindings:d});return}if(o.kind===`captureInput`){f=o.id;return}if(o.kind===`uiFocus`){p=o.text;return}if(o.kind===`getEmotes`){c({kind:`emotes`,emotes:_t()});return}if(o.kind!==`triggerEmote`&&o.kind!==`equipEmote`){if(o.kind===`getWearables`){c({kind:`wearables`,equipped:ht()});return}if(o.kind===`catalogQuery`){if(o.catalog!==`wearables`){c({kind:`catalogPage`,catalog:o.catalog,items:[],total:0,requestId:o.requestId});return}let e=ut.slice();o.category!=null&&o.category!==`all`&&(e=e.filter(e=>e.category===o.category)),o.search!=null&&o.search!==``&&(e=e.filter(e=>(e.name??``).toLowerCase().includes(o.search.toLowerCase()))),o.collectiblesOnly===!0&&(e=e.filter(e=>(e.rarity??`base`)!==`base`));let t=o.direction===`asc`?1:-1;o.orderBy===`name`?e.sort((e,n)=>t*(e.name??``).localeCompare(n.name??``)):o.orderBy===`rarity`&&e.sort((e,n)=>t*(ct.indexOf(e.rarity)-ct.indexOf(n.rarity)));let n=e.length,r=o.page*o.pageSize;c({kind:`catalogPage`,catalog:`wearables`,items:e.slice(r,r+o.pageSize),total:n,requestId:o.requestId});return}if(o.kind===`equip`){let e=new Set(o.urns);for(let t of ut)t.equipped=e.has(t.urn);c({kind:`wearables`,equipped:ht()});return}if(o.kind===`getOutfits`){c({kind:`outfits`,metadata:a});return}if(o.kind===`saveOutfit`){a.outfits=a.outfits.filter(e=>e.slot!==o.slot),a.outfits.push({slot:o.slot,outfit:ft(ht().map(e=>e.urn))}),a.outfits.sort((e,t)=>e.slot-t.slot),c({kind:`outfits`,metadata:a});return}if(o.kind===`deleteOutfit`){a.outfits=a.outfits.filter(e=>e.slot!==o.slot),c({kind:`outfits`,metadata:a});return}if(o.kind===`equipOutfit`){let e=a.outfits.find(e=>e.slot===o.slot);if(e){let t=new Set(e.outfit.wearables);for(let e of ut)e.equipped=t.has(e.urn);c({kind:`wearables`,equipped:ht()})}return}if(o.kind===`setMic`){c({kind:`mic`,enabled:o.enabled,available:!0});return}if(o.kind===`getMap`){c({kind:`mapState`,x:0,y:0});return}if(o.kind!==`engineViewport`&&o.kind!==`minimapConfig`&&o.kind!==`previewAvatar`){if(o.kind===`teleport`){c({kind:`mapState`,x:o.x,y:o.y});return}if(o.kind!==`changeRealm`&&o.kind!==`permissionResolve`){if(o.kind===`getCommunities`){c({kind:`communities`,communities:A});return}if(o.kind===`createCommunity`){A.unshift({id:`new-${A.length}`,name:o.name,description:o.description,thumbnail:``,membersCount:1,role:`owner`,ownerName:`You`,privacy:o.privacy}),c({kind:`communities`,communities:A});return}if(o.kind===`joinCommunity`){let e=A.find(e=>e.id===o.id);e&&(e.role=`member`,e.membersCount+=1),c({kind:`communities`,communities:A});return}if(o.kind===`leaveCommunity`){let e=A.find(e=>e.id===o.id);e&&(e.role=`none`,e.membersCount=Math.max(0,e.membersCount-1)),c({kind:`communities`,communities:A});return}if(o.kind===`getCommunityDetail`){let e=[`DCLOfficial`,`KazeNoKai`,`METAWOLF`,`laurenmae`,`Eax`,`Thund`,`aixa`,`Kimbo`,`BayBackner`,`Rochyou`,`Soultasium`,`franfranfran`,`olavra`,`Meshroom`],t=e=>`0x${(e+1).toString(16).padStart(40,`0`)}`,n=864e5;c({kind:`communityDetail`,id:o.id,members:e.map((e,n)=>({address:t(n),name:e,role:n===0?`owner`:n<3?`moderator`:`member`,picture:`https://i.pravatar.cc/80?u=${e}`,hasClaimedName:!0,isFriend:n%5==0})),posts:[{id:`p1`,author:`Kimbo`,authorAddress:t(7),authorPicture:`https://i.pravatar.cc/80?u=Kimbo`,text:`It was TIME for an update. See you all in the new Plaza. Enjoy!`,timestamp:Date.now()-2*n,likes:10},{id:`p2`,author:`Kimbo`,authorAddress:t(7),authorPicture:`https://i.pravatar.cc/80?u=Kimbo`,text:`EPIC Launch Party happening now in the theatre!`,timestamp:Date.now()-16*n,likes:4},{id:`p3`,author:`Kimbo`,authorAddress:t(7),authorPicture:`https://i.pravatar.cc/80?u=Kimbo`,text:`Hey everyone! Happy Epic and Mobile Launch Day!!! Please help us spread the word and get ready to celebrate together on April 2nd! It will be EPIC.`,timestamp:Date.now()-18*n,likes:1}],places:[{id:`pl1`,title:`Music Festival Main Stage`,thumbnail:`https://picsum.photos/seed/mfest/420/260`,positions:`-66,56`,likeRate:1}],photos:Array.from({length:9},(e,t)=>({id:`ph${t}`,url:`https://picsum.photos/seed/dclph${t}/600/600`,thumbnail:`https://picsum.photos/seed/dclph${t}/300/300`})),events:[{id:`e1`,name:`Watch scary movies with Cult Horror Club`,thumbnail:`https://picsum.photos/seed/horror1/200/120`,startsAt:Date.now()+1*n},{id:`e2`,name:`Pride Sound Set with Artist X`,thumbnail:`https://picsum.photos/seed/pride/200/120`,startsAt:Date.now()+1*n+216e5},{id:`e3`,name:`Join DEEJAY FAMILY at Takeover Tuesdays`,thumbnail:`https://picsum.photos/seed/takeover/200/120`,startsAt:Date.now()+4*n},{id:`e4`,name:`PRIDE: Join Watch Party Wednesdays`,thumbnail:`https://picsum.photos/seed/watch/200/120`,startsAt:Date.now()+5*n}]});return}if(o.kind===`getNotifications`){c({kind:`notifications`,notifications:r});return}if(o.kind===`markNotificationsRead`){for(let e of r)o.ids.includes(e.id)&&(e.read=!0);return}if(o.kind===`getGallery`){c({kind:`gallery`,photos:i,current:i.length,max:500});return}if(o.kind===`getGalleryPhoto`){c({kind:`galleryPhoto`,id:o.id,meta:{userName:t.hasPreviousLogin?`Mojito`:`Guest`,userAddress:t.userId,sceneName:`Genesis Plaza`,x:-9,y:14,realm:`main`,people:st.slice(0,3).map(e=>({address:e.address,name:e.name||`Guest`,isGuest:!1}))}});return}if(o.kind===`deleteGalleryPhoto`){let e=i.findIndex(e=>e.id===o.id);e>=0&&i.splice(e,1),c({kind:`gallery`,photos:i,current:i.length,max:500});return}if(o.kind===`getProfile`){c({kind:`profile`,profile:ot(t.userId,t.hasPreviousLogin?`Mojito`:`Guest#beef`,!t.hasPreviousLogin)});return}if(o.kind===`getUserProfile`){let e=st.find(e=>e.address.toLowerCase()===o.address.toLowerCase())?.name||`${o.address.slice(0,6)}…${o.address.slice(-4)}`;c({kind:`userProfile`,address:o.address,profile:ot(o.address,e,!1)});return}if(o.kind===`reloadScene`){c({kind:`chat`,chat:{sender:``,message:`Reloading the current scene…`,channel:`Nearby`}});return}if(o.kind===`consoleCommand`){let e=o.args??[],t=o.command===`help`&&e.length===0?`Available commands:
|
|
5
|
+
/help - List available commands
|
|
6
|
+
/teleport - set location
|
|
7
|
+
/crdt_snapshot - (hidden by the HUD)`:`(mock) ran /${o.command} ${e.join(` `)}`.trim();c({kind:`consoleReply`,command:o.command,args:e,ok:!0,output:t});return}switch(o.method){case`getPreviousLogin`:c({kind:`rpc:res`,id:o.id,ok:!0,value:{userId:t.hasPreviousLogin?t.userId:null}});return;case`loginPrevious`:c({kind:`rpc:res`,id:o.id,ok:!0,value:{success:!0,error:``}}),v();return;case`loginGuest`:c({kind:`rpc:res`,id:o.id,ok:!0}),v();return;case`loginIdentity`:c({kind:`rpc:res`,id:o.id,ok:!0}),v();return;case`loginNew`:c({kind:`loginCode`,code:`42`}),l={id:o.id,timer:setTimeout(()=>{l=null,c({kind:`rpc:res`,id:o.id,ok:!0,value:{success:!0,error:``}}),v()},2500)};return;case`loginCancel`:case`logout`:l!=null&&(clearTimeout(l.timer),c({kind:`rpc:res`,id:l.id,ok:!0,value:{success:!1,error:`cancelled`}}),l=null),c({kind:`rpc:res`,id:o.id,ok:!0});return}}}}}},()=>{window.removeEventListener(`keydown`,g),window.removeEventListener(`keyup`,ee),window.removeEventListener(`pointerdown`,_,!0),u!=null&&clearInterval(u),o.close()}}var M=l(),N={root:`_root_byo9o_2`,tabs:`_tabs_byo9o_14`,tab:`_tab_byo9o_14`,tabActive:`_tabActive_byo9o_43`,close:`_close_byo9o_47`,searchRow:`_searchRow_byo9o_63`,searchIcon:`_searchIcon_byo9o_70`,search:`_search_byo9o_63`,body:`_body_byo9o_97`,sectionHeader:`_sectionHeader_byo9o_111`,grid:`_grid_byo9o_123`,emoji:`_emoji_byo9o_128`,noResults:`_noResults_byo9o_145`};function Ct({emojis:e,onPick:t}){return(0,M.jsx)(`div`,{className:N.grid,children:e.map(e=>(0,M.jsx)(`button`,{type:`button`,className:N.emoji,title:e.expression,onClick:()=>t(e),children:e.emoji},e.code))})}function wt({onPick:e,onClose:t}){let[n,r]=(0,k.useState)(0),[i,a]=(0,k.useState)(``),[o,s]=(0,k.useState)(()=>Xe()),c=t=>{e(t.emoji),s(Ye(t.code))},l=i.trim(),u=(0,k.useMemo)(()=>l?Qe(l,80):[],[l]),d=(0,k.useMemo)(()=>o.map(e=>et.get(e)).filter(e=>e!=null),[o]),f=Ze[n];return(0,M.jsxs)(`div`,{className:N.root,role:`dialog`,"aria-label":`Emoji picker`,children:[(0,M.jsxs)(`div`,{className:N.tabs,children:[Ze.map((e,t)=>(0,M.jsx)(`button`,{type:`button`,className:`${N.tab} ${t===n&&!l?N.tabActive:``}`.trim(),title:e.name,onClick:()=>{r(t),a(``)},children:e.icon},e.name)),(0,M.jsx)(`button`,{type:`button`,className:N.close,title:`Close`,onClick:t,children:`×`})]}),(0,M.jsxs)(`div`,{className:N.searchRow,children:[(0,M.jsx)(`span`,{className:N.searchIcon,"aria-hidden":`true`,children:`🔍`}),(0,M.jsx)(`input`,{className:N.search,value:i,onChange:e=>a(e.target.value),placeholder:`Search emoji`,onKeyDown:e=>e.stopPropagation()})]}),(0,M.jsx)(`div`,{className:N.body,children:l?u.length>0?(0,M.jsx)(Ct,{emojis:u,onPick:c}):(0,M.jsx)(`div`,{className:N.noResults,children:`No results`}):(0,M.jsxs)(M.Fragment,{children:[d.length>0&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(`div`,{className:N.sectionHeader,children:`Frequently used`}),(0,M.jsx)(Ct,{emojis:d,onPick:c})]}),(0,M.jsx)(`div`,{className:N.sectionHeader,children:f.name}),(0,M.jsx)(Ct,{emojis:f.emojis,onPick:c})]})})]})}var Tt=/(?<url>https?:\/\/[^\s<>"']+)|(?<world>[a-z0-9][\w-]*\.(?:dcl\.)?eth\b)|(?<loc>-?\d{1,3}\s*,\s*-?\d{1,3})|(?<mention>@[\w-]+(?:#[\w]+)?)/gi;function Et(e){let t=[],n=0;for(let r of e.matchAll(Tt)){let i=r.index??0;i>n&&t.push({type:`text`,value:e.slice(n,i)});let a=r.groups??{};if(a.url)t.push({type:`url`,value:a.url});else if(a.world)t.push({type:`world`,value:a.world});else if(a.loc){let[e,n]=a.loc.split(`,`).map(e=>parseInt(e.trim(),10));t.push({type:`location`,value:a.loc,x:e,y:n})}else if(a.mention){let[e,n]=a.mention.slice(1).split(`#`);t.push({type:`mention`,value:a.mention,name:e,tag:n})}n=i+r[0].length}return n<e.length&&t.push({type:`text`,value:e.slice(n)}),t}function Dt(e){let t=new Map;for(let n of e)n.name.trim()&&(t.set(n.name.toLowerCase(),n.address),t.set(n.name.split(`#`)[0].toLowerCase(),n.address));return t}function Ot(e,t){return t.get(`${e.name}#${e.tag}`.toLowerCase())??t.get(e.name.toLowerCase())}function kt(e,t,n){if(!t)return!1;let r=t.name?.split(`#`)[0].toLowerCase();return Et(e).some(e=>{if(e.type!==`mention`)return!1;let i=Ot(e,n);return i&&t.address&&i.toLowerCase()===t.address.toLowerCase()||!!r&&e.name.toLowerCase()===r})}function At({text:e,members:t,styles:n,onMention:r,onLocation:i,onWorld:a}){let o=Dt(t);return(0,M.jsx)(M.Fragment,{children:Et(e).map((e,t)=>{if(e.type===`url`)return(0,M.jsx)(`a`,{className:n.url,href:e.value,target:`_blank`,rel:`noreferrer noopener`,children:e.value},t);if(e.type===`world`)return a?(0,M.jsx)(`button`,{type:`button`,className:n.world,onClick:()=>a(e.value),children:e.value},t):(0,M.jsx)(`span`,{children:e.value},t);if(e.type===`location`)return(0,M.jsx)(`button`,{type:`button`,className:n.location,onClick:()=>i(e.x,e.y),children:e.value},t);if(e.type===`mention`){let i=Ot(e,o);return i?(0,M.jsxs)(`button`,{type:`button`,className:n.mention,onClick:t=>r(i,e.name,t),onContextMenu:t=>r(i,e.name,t),children:[`@`,e.name]},t):(0,M.jsx)(`span`,{children:e.value},t)}return(0,M.jsx)(`span`,{children:e.value},t)})})}var P={root:`_root_1mxu6_4`,open:`_open_1mxu6_24`,active:`_active_1mxu6_31`,messages:`_messages_1mxu6_40`,nav:`_nav_1mxu6_45`,navLeft:`_navLeft_1mxu6_57`,channelIcon:`_channelIcon_1mxu6_64`,navTitle:`_navTitle_1mxu6_69`,navRight:`_navRight_1mxu6_76`,glyph:`_glyph_1mxu6_83`,glyphLg:`_glyphLg_1mxu6_86`,empty:`_empty_1mxu6_114`,dayRow:`_dayRow_1mxu6_121`,dayPill:`_dayPill_1mxu6_126`,entry:`_entry_1mxu6_137`,bubble:`_bubble_1mxu6_142`,name:`_name_1mxu6_152`,tag:`_tag_1mxu6_157`,text:`_text_1mxu6_161`,time:`_time_1mxu6_172`,pickerWrap:`_pickerWrap_1mxu6_179`,suggest:`_suggest_1mxu6_180`,suggestList:`_suggestList_1mxu6_194`,suggestItem:`_suggestItem_1mxu6_202`,suggestActive:`_suggestActive_1mxu6_218`,suggestGlyph:`_suggestGlyph_1mxu6_222`,suggestName:`_suggestName_1mxu6_226`,noResults:`_noResults_1mxu6_229`,inputRow:`_inputRow_1mxu6_238`,input:`_input_1mxu6_238`,inputBare:`_inputBare_1mxu6_267`,ring:`_ring_1mxu6_271`,emojiBtn:`_emojiBtn_1mxu6_280`,membersPanel:`_membersPanel_1mxu6_288`,membersHeader:`_membersHeader_1mxu6_296`,back:`_back_1mxu6_305`,membersTitle:`_membersTitle_1mxu6_322`,membersCount:`_membersCount_1mxu6_327`,personIcon:`_personIcon_1mxu6_336`,membersList:`_membersList_1mxu6_340`,memberRow:`_memberRow_1mxu6_353`,memberInfo:`_memberInfo_1mxu6_363`,memberName:`_memberName_1mxu6_369`,memberStatus:`_memberStatus_1mxu6_378`,avatarBtn:`_avatarBtn_1mxu6_398`,url:`_url_1mxu6_409`,location:`_location_1mxu6_417`,mention:`_mention_1mxu6_418`,world:`_world_1mxu6_419`,mentionMe:`_mentionMe_1mxu6_435`},jt=500,Mt=/^0x[0-9a-fA-F]{6,}$/,Nt=[`#73d3d3`,`#acf8f8`,`#ff8362`,`#ff4bed`,`#caff73`,`#a14bf3`,`#e8b9ff`,`#fea217`,`#81e1ff`,`#ff7439`,`#ffa25a`,`#ffc95b`,`#a0abff`,`#c640cd`],Pt=`#61d04f`;function Ft(e){return!e||e.toLowerCase()===`system`}function It(e){return Mt.test(e)?`${e.slice(0,6)}…${e.slice(-4)}`:e}function Lt(e){return Ft(e)?`DCL System`:It(e)}function Rt(e){return e.name.trim()?e.name:It(e.address)}function zt(e){let t=e.indexOf(`#`);return t>=0?{base:e.slice(0,t),tag:e.slice(t)}:{base:e,tag:``}}function Bt(e){let t=0;for(let n=0;n<e.length;n++)t=t*31+e.charCodeAt(n)>>>0;return t}function Vt(e){return Ft(e)?Pt:Nt[Bt(e)%Nt.length]}function Ht(e){return new Date(e).toLocaleTimeString([],{hour:`numeric`,minute:`2-digit`})}function Ut(e){let t=new Date(e);return`${t.getFullYear()}-${t.getMonth()}-${t.getDate()}`}function Wt(e){return Ut(e)===Ut(Date.now())?`Today`:new Date(e).toLocaleDateString([],{weekday:`short`,day:`numeric`,month:`short`})}function Gt(){return(0,M.jsxs)(`svg`,{width:`15`,height:`15`,viewBox:`0 0 16 16`,fill:`none`,"aria-hidden":`true`,children:[(0,M.jsx)(`circle`,{cx:`8`,cy:`5`,r:`2.6`,stroke:`currentColor`,strokeWidth:`1.4`}),(0,M.jsx)(`path`,{d:`M3.2 13c0-2.4 2.1-3.8 4.8-3.8s4.8 1.4 4.8 3.8`,stroke:`currentColor`,strokeWidth:`1.4`,strokeLinecap:`round`})]})}function Kt(){return(0,M.jsxs)(`svg`,{width:`20`,height:`20`,viewBox:`0 0 22 22`,fill:`none`,"aria-hidden":`true`,children:[(0,M.jsx)(`circle`,{cx:`11`,cy:`11`,r:`10`,stroke:`currentColor`,strokeWidth:`2`}),(0,M.jsx)(`circle`,{cx:`7.6`,cy:`9`,r:`1.15`,fill:`currentColor`}),(0,M.jsx)(`circle`,{cx:`14.4`,cy:`9`,r:`1.15`,fill:`currentColor`}),(0,M.jsx)(`path`,{d:`M7 13.4c1 1.6 2.5 2.4 4 2.4s3-.8 4-2.4`,stroke:`currentColor`,strokeWidth:`1.7`,strokeLinecap:`round`})]})}function qt({len:e}){let t=Math.min(1,e/jt),n=2*Math.PI*8,r=t>=.9?`var(--brand)`:t>=.7?`var(--gold)`:`var(--green)`;return(0,M.jsxs)(`svg`,{className:P.ring,width:`20`,height:`20`,viewBox:`0 0 20 20`,"aria-hidden":`true`,children:[(0,M.jsx)(`circle`,{cx:`10`,cy:`10`,r:8,fill:`none`,stroke:`rgba(255,255,255,0.25)`,strokeWidth:`2`}),(0,M.jsx)(`circle`,{cx:`10`,cy:`10`,r:8,fill:`none`,stroke:r,strokeWidth:`2`,strokeLinecap:`round`,strokeDasharray:n,strokeDashoffset:n*(1-t),transform:`rotate(-90 10 10)`})]})}function Jt({ts:e}){return(0,M.jsx)(`div`,{className:P.dayRow,children:(0,M.jsx)(`span`,{className:P.dayPill,children:Wt(e)})})}var Yt={url:P.url,mention:P.mention,location:P.location,world:P.world};function Xt({line:e,name:t,picture:n,members:r=[],me:i,onOpenProfile:o,onLocation:s,onVisitWorld:c}){let l=Vt(e.sender),{base:u,tag:d}=zt(t),f={address:e.sender,name:t,picture:n},p=kt(e.message,i??null,Dt(r)),m=e=>{e.type===`contextmenu`&&e.preventDefault(),o?.(f,e)};return(0,M.jsxs)(`div`,{className:`${P.entry} ${p?P.mentionMe:``}`.trim(),children:[(0,M.jsx)(`button`,{type:`button`,className:P.avatarBtn,"aria-label":`View ${u}`,onClick:m,onContextMenu:m,children:(0,M.jsx)(a,{src:n,name:t,color:l,size:28})}),(0,M.jsxs)(`div`,{className:P.bubble,children:[(0,M.jsxs)(`button`,{type:`button`,className:P.name,style:{color:l},onClick:m,onContextMenu:m,children:[u,d&&(0,M.jsx)(`span`,{className:P.tag,children:d})]}),(0,M.jsx)(`span`,{className:P.text,children:(0,M.jsx)(At,{text:e.message,members:r,styles:Yt,onMention:(e,t,n)=>{n.type===`contextmenu`&&n.preventDefault();let i=r.find(t=>t.address.toLowerCase()===e.toLowerCase());o?.({address:e,name:i?.name??`@${t}`,picture:i?.picture},n)},onLocation:(e,t)=>s?.(e,t),onWorld:c})}),(0,M.jsx)(`span`,{className:P.time,children:Ht(e.ts)})]})]})}function Zt({member:e}){let{base:t,tag:n}=zt(Rt(e)),r=Vt(e.address);return(0,M.jsxs)(`div`,{className:P.memberRow,children:[(0,M.jsx)(a,{src:e.picture,name:t,color:r,size:40,status:`online`}),(0,M.jsxs)(`div`,{className:P.memberInfo,children:[(0,M.jsxs)(`span`,{className:P.memberName,style:{color:r},children:[t,n&&(0,M.jsx)(`span`,{className:P.tag,children:n})]}),(0,M.jsx)(`span`,{className:P.memberStatus,children:`Online`})]})]})}function Qt({members:e,onBack:t,onClose:n}){return(0,M.jsxs)(`div`,{className:P.membersPanel,children:[(0,M.jsxs)(`header`,{className:P.membersHeader,children:[(0,M.jsx)(b,{variant:`ghost`,className:P.glyphLg,"aria-label":`Back`,onClick:t,children:`‹`}),(0,M.jsx)(`span`,{className:P.membersTitle,children:`Nearby`}),(0,M.jsxs)(`span`,{className:P.membersCount,children:[(0,M.jsx)(`span`,{className:P.personIcon,"aria-hidden":`true`,children:`●`}),e.length,` Online`]}),(0,M.jsx)(b,{variant:`solid`,className:P.glyph,"aria-label":`Close chat`,onClick:n,children:`×`})]}),(0,M.jsx)(`div`,{className:P.membersList,children:e.length===0?(0,M.jsx)(`div`,{className:P.empty,children:`No one nearby`}):e.map(e=>(0,M.jsx)(Zt,{member:e},e.address))})]})}function $t({chat:e,hidden:t=!1,me:n,onTeleport:r,onVisitWorld:i}){let[o,s]=(0,k.useState)(``),[c,l]=(0,k.useState)(!1),[u,d]=(0,k.useState)(!1),[f,p]=(0,k.useState)([]),[m,h]=(0,k.useState)(null),[g,ee]=(0,k.useState)(!1),[_,v]=(0,k.useState)(!1),[ne,y]=(0,k.useState)(null),[re,ie]=(0,k.useState)([]),ae=(0,k.useRef)(null),x=(0,k.useRef)(null),S=e.open,C=S&&(g||_||c),w=!C,T=(0,k.useMemo)(()=>{let t=new Map;for(let n of e.members)n.name.trim()&&t.set(n.address.toLowerCase(),n.name);return t},[e.members]),se=(0,k.useMemo)(()=>{let t=new Map;for(let n of e.members)n.picture&&t.set(n.address.toLowerCase(),n.picture);return t},[e.members]),ce=e=>T.get(e.toLowerCase())??Lt(e),le=(0,k.useMemo)(()=>{let t=[],n=``;for(let r of e.messages){let e=Ut(r.ts);e!==n&&(t.push({kind:`day`,ts:r.ts,id:`day-${e}`}),n=e),t.push({kind:`msg`,line:r})}return t},[e.messages]);(0,k.useEffect)(()=>{if(!S)return;let e=ae.current;e&&(e.scrollTop=e.scrollHeight)},[S,C]);let ue=(0,k.useRef)(!0);(0,k.useEffect)(()=>{let e=ae.current;if(!e)return;let t=()=>{ue.current=e.scrollHeight-e.scrollTop-e.clientHeight<80};return e.addEventListener(`scroll`,t),()=>e.removeEventListener(`scroll`,t)},[S]),(0,k.useEffect)(()=>{if(!S)return;let e=ae.current;e&&ue.current&&(e.scrollTop=e.scrollHeight)},[e.messages,S]),(0,k.useEffect)(()=>{S&&x.current?.focus()},[S,e.focusTick]),(0,k.useEffect)(()=>{C||d(!1)},[C]);let de=()=>{e.open||e.toggle()},fe=(e,t)=>{oe(e.address,t.clientX,t.clientY)},pe=e=>{s(t=>`${t.replace(/\s*$/,``)} @${e} `.trimStart()),de(),x.current?.focus()};(0,k.useEffect)(()=>{e.pendingMention&&(pe(e.pendingMention),e.consumeMention())},[e.pendingMention]);let me=/@([\w-]*)$/,E=t=>{s(t);let n=t.match($e);h(n?n[1]:null),p(n?Qe(n[1]):[]);let r=t.match(me);y(r?r[1]:null);let i=(r?.[1]??``).toLowerCase();ie(r?e.members.filter(e=>(e.name||e.address).toLowerCase().includes(i)).slice(0,6):[])},D=e=>{let t=e.name.trim()?e.name.split(`#`)[0]:e.address;s(e=>e.replace(me,`@${t} `)),ie([]),y(null),x.current?.focus()},O=e=>{s(t=>{let n=t.match($e);return(n?t.slice(0,n.index):t)+e}),p([]),h(null),x.current?.focus()},he=()=>{o.trim()&&(e.send(o),s(``),p([]),h(null),ie([]),y(null))};return t?null:(0,M.jsxs)(`div`,{className:`${P.root} ${S?P.open:``} ${C?P.active:``}`.trim(),onMouseEnter:()=>ee(!0),onMouseLeave:()=>ee(!1),children:[S&&C&&(0,M.jsxs)(`header`,{className:P.nav,children:[(0,M.jsxs)(`div`,{className:P.navLeft,children:[(0,M.jsx)(te,{size:26,className:P.channelIcon}),(0,M.jsx)(`span`,{className:P.navTitle,children:`Nearby`})]}),(0,M.jsxs)(`div`,{className:P.navRight,children:[e.members.length>0&&(0,M.jsxs)(b,{variant:`ghost`,shape:`pill`,active:u,"aria-label":`${e.members.length} nearby`,onClick:()=>d(e=>!e),children:[(0,M.jsx)(Gt,{}),e.members.length]}),(0,M.jsx)(b,{variant:`solid`,className:P.glyph,"aria-label":`Close chat`,onClick:e.toggle,children:`×`})]})]}),S&&(0,M.jsx)(`div`,{ref:ae,className:P.messages,children:le.length===0?(0,M.jsx)(`div`,{className:P.empty,children:`No messages yet`}):le.map(t=>t.kind===`day`?(0,M.jsx)(Jt,{ts:t.ts},t.id):(0,M.jsx)(Xt,{line:t.line,name:ce(t.line.sender),picture:se.get(t.line.sender.toLowerCase()),members:e.members,me:n,onOpenProfile:fe,onLocation:(e,t)=>r?.(e,t),onVisitWorld:i},t.line.id))}),C&&c&&(0,M.jsx)(`div`,{className:P.pickerWrap,children:(0,M.jsx)(wt,{onPick:O,onClose:()=>l(!1)})}),C&&ne!=null&&re.length>0&&(0,M.jsx)(`div`,{className:P.suggest,children:(0,M.jsx)(`ul`,{className:P.suggestList,children:re.map((e,t)=>(0,M.jsx)(`li`,{children:(0,M.jsxs)(`button`,{type:`button`,className:`${P.suggestItem} ${t===0?P.suggestActive:``}`.trim(),onClick:()=>D(e),children:[(0,M.jsx)(a,{src:e.picture,name:e.name,color:Vt(e.address),size:20}),(0,M.jsx)(`span`,{className:P.suggestName,children:e.name||It(e.address)})]})},e.address))})}),C&&m!=null&&(0,M.jsx)(`div`,{className:P.suggest,children:f.length===0?(0,M.jsx)(`div`,{className:P.noResults,children:`No results`}):(0,M.jsx)(`ul`,{className:P.suggestList,children:f.map((e,t)=>(0,M.jsx)(`li`,{children:(0,M.jsxs)(`button`,{type:`button`,className:`${P.suggestItem} ${t===0?P.suggestActive:``}`.trim(),onClick:()=>O(e.emoji),children:[(0,M.jsx)(`span`,{className:P.suggestGlyph,children:e.emoji}),(0,M.jsx)(`span`,{className:P.suggestName,children:e.expression})]})},e.code))})}),(0,M.jsxs)(`form`,{className:P.inputRow,onSubmit:e=>{e.preventDefault(),he()},children:[(0,M.jsx)(`input`,{ref:x,className:`${P.input} ${w?P.inputBare:``}`.trim(),value:o,onChange:e=>E(e.target.value),onFocus:()=>{v(!0),de()},onBlur:()=>v(!1),placeholder:_?`Message Nearby`:`Press Enter to chat`,maxLength:jt,onKeyDown:e=>{e.stopPropagation(),e.key===`Enter`?(e.preventDefault(),re.length>0?D(re[0]):f.length>0?O(f[0].emoji):he()):_e(e)&&(ne==null?m==null?c?l(!1):x.current?.blur():(h(null),p([])):(y(null),ie([])))}}),!w&&o.length>0&&(0,M.jsx)(qt,{len:o.length}),!w&&(0,M.jsx)(b,{variant:`ghost`,size:`sm`,active:c,className:P.emojiBtn,"aria-label":`Emoji`,onClick:()=>{de(),l(e=>!e)},children:(0,M.jsx)(Kt,{})})]}),S&&C&&u&&(0,M.jsx)(Qt,{members:e.members,onBack:()=>d(!1),onClose:()=>{d(!1),e.toggle()}})]})}var F={root:`_root_hrk0u_5`,tabs:`_tabs_hrk0u_25`,tab:`_tab_hrk0u_25`,tabActive:`_tabActive_hrk0u_55`,tabBadge:`_tabBadge_hrk0u_59`,closeGlyph:`_closeGlyph_hrk0u_72`,body:`_body_hrk0u_77`,sectionHead:`_sectionHead_hrk0u_92`,chev:`_chev_hrk0u_108`,chevOpen:`_chevOpen_hrk0u_113`,row:`_row_hrk0u_117`,info:`_info_hrk0u_127`,name:`_name_hrk0u_134`,verified:`_verified_hrk0u_146`,tag:`_tag_hrk0u_151`,status:`_status_hrk0u_155`,online:`_online_hrk0u_160`,sub:`_sub_hrk0u_163`,date:`_date_hrk0u_173`,actions:`_actions_hrk0u_178`,empty:`_empty_hrk0u_190`,placeholder:`_placeholder_hrk0u_197`,phIcon:`_phIcon_hrk0u_205`,phTitle:`_phTitle_hrk0u_216`,phText:`_phText_hrk0u_221`,rowBtn:`_rowBtn_hrk0u_229`};function en(e,t){return e.trim()?e:O(t)}function tn(e){return e.trim().length>0&&!e.includes(`#`)&&!/^0x[0-9a-f]+$/i.test(e)}function nn(){return(0,M.jsxs)(`svg`,{className:F.verified,viewBox:`0 0 16 16`,"aria-label":`verified`,children:[(0,M.jsx)(`defs`,{children:(0,M.jsxs)(`linearGradient`,{id:`vrf`,x1:`0`,y1:`0`,x2:`0`,y2:`1`,children:[(0,M.jsx)(`stop`,{offset:`0`,stopColor:`#ff2d55`}),(0,M.jsx)(`stop`,{offset:`1`,stopColor:`#c640cd`})]})}),(0,M.jsx)(`path`,{d:`M8 1l1.7 1.2 2.1-.2 1 1.8 1.9.9-.5 2 .9 1.9-1.6 1.4.1 2.1-2 .6-1.1 1.8-2-.7-2 .7-1.1-1.8-2-.6.1-2.1L1.6 8.6l.9-1.9-.5-2 1.9-.9 1-1.8 2.1.2z`,fill:`url(#vrf)`}),(0,M.jsx)(`path`,{d:`M5.5 8l1.7 1.7L10.8 6`,stroke:`#fff`,strokeWidth:`1.4`,fill:`none`,strokeLinecap:`round`,strokeLinejoin:`round`})]})}function rn({name:e,address:t}){let{base:n,tag:r}=se(en(e,t));return(0,M.jsxs)(`span`,{className:F.name,style:{color:E(t)},children:[n,tn(e)&&(0,M.jsx)(nn,{}),r&&(0,M.jsx)(`span`,{className:F.tag,children:r})]})}function an({open:e}){return(0,M.jsx)(`svg`,{className:`${F.chev} ${e?F.chevOpen:``}`.trim(),viewBox:`0 0 12 12`,"aria-hidden":`true`,children:(0,M.jsx)(`path`,{d:`M2.5 7.5L6 4l3.5 3.5`,stroke:`currentColor`,strokeWidth:`1.6`,fill:`none`,strokeLinecap:`round`,strokeLinejoin:`round`})})}function on({title:e,count:t,children:n}){let[r,i]=(0,k.useState)(!0);return(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(`button`,{type:`button`,className:F.sectionHead,onClick:()=>i(e=>!e),children:[(0,M.jsx)(an,{open:r}),e,` (`,t,`)`]}),r&&n]})}var sn={online:`Online`,away:`Away`,offline:`Offline`};function cn({friend:e,onOpen:t}){let n={address:e.address,name:e.name,picture:e.picture},r=e=>{e.type===`contextmenu`&&e.preventDefault(),t?.(n,e)};return(0,M.jsxs)(`button`,{type:`button`,className:`${F.row} ${F.rowBtn}`,onClick:r,onContextMenu:r,children:[(0,M.jsx)(a,{src:e.picture,name:en(e.name,e.address),color:E(e.address),size:40,status:e.status}),(0,M.jsxs)(`div`,{className:F.info,children:[(0,M.jsx)(rn,{name:e.name,address:e.address}),(0,M.jsx)(`span`,{className:`${F.status} ${F[e.status]}`,children:sn[e.status]})]})]})}function ln(e){return e?new Date(e).toLocaleDateString([],{month:`short`,day:`numeric`}).toUpperCase():``}function un({req:e,onAccept:t,onReject:n}){return(0,M.jsxs)(`div`,{className:F.row,children:[(0,M.jsx)(a,{src:e.picture,name:en(e.name,e.address),color:E(e.address),size:40}),(0,M.jsxs)(`div`,{className:F.info,children:[(0,M.jsx)(rn,{name:e.name,address:e.address}),e.message&&(0,M.jsx)(`span`,{className:F.sub,children:e.message})]}),(0,M.jsx)(`span`,{className:F.date,children:ln(e.createdAt)}),(0,M.jsxs)(`div`,{className:F.actions,children:[(0,M.jsx)(c,{variant:`secondary`,size:`sm`,onClick:n,children:`Delete`}),(0,M.jsx)(c,{variant:`primary`,size:`sm`,onClick:t,children:`Accept`})]})]})}function dn({req:e,onCancel:t}){return(0,M.jsxs)(`div`,{className:F.row,children:[(0,M.jsx)(a,{src:e.picture,name:en(e.name,e.address),color:E(e.address),size:40}),(0,M.jsxs)(`div`,{className:F.info,children:[(0,M.jsx)(rn,{name:e.name,address:e.address}),(0,M.jsx)(`span`,{className:F.sub,children:`Request sent`})]}),(0,M.jsx)(`span`,{className:F.date,children:ln(e.createdAt)}),(0,M.jsx)(`div`,{className:F.actions,children:(0,M.jsx)(c,{variant:`secondary`,size:`sm`,onClick:t,children:`Cancel`})})]})}function fn({friends:e}){let[t,n]=(0,k.useState)(`friends`),r=(e,t)=>oe(e.address,t.clientX,t.clientY),{online:i,offline:o}=(0,k.useMemo)(()=>{let t=[],n=[];for(let r of[...e.list].sort((e,t)=>e.name.localeCompare(t.name)))(r.status===`offline`?n:t).push(r);return{online:t,offline:n}},[e.list]);if(!e.open)return null;let s=[{id:`friends`,label:`Friends`},{id:`requests`,label:`Requests`,badge:e.received.length},{id:`blocked`,label:`Blocked`}];return(0,M.jsxs)(`div`,{className:F.root,children:[(0,M.jsxs)(`header`,{className:F.tabs,children:[s.map(e=>(0,M.jsxs)(`button`,{type:`button`,className:`${F.tab} ${t===e.id?F.tabActive:``}`.trim(),onClick:()=>n(e.id),children:[e.label,e.badge?(0,M.jsx)(`span`,{className:F.tabBadge,children:e.badge}):null]},e.id)),(0,M.jsx)(b,{variant:`solid`,className:F.closeGlyph,"aria-label":`Close friends`,onClick:e.toggle,children:`×`})]}),(0,M.jsx)(`div`,{className:F.body,children:e.available?t===`friends`?e.list.length===0?(0,M.jsx)(`div`,{className:F.empty,children:`No friends yet.`}):(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(on,{title:`Online`,count:i.length,children:i.map(e=>(0,M.jsx)(cn,{friend:e,onOpen:r},e.address))}),(0,M.jsx)(on,{title:`Offline`,count:o.length,children:o.map(e=>(0,M.jsx)(cn,{friend:e,onOpen:r},e.address))})]}):t===`requests`?(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(on,{title:`Received`,count:e.received.length,children:e.received.length===0?(0,M.jsx)(`div`,{className:F.empty,children:`No Requests`}):e.received.map(t=>(0,M.jsx)(un,{req:t,onAccept:()=>e.act(`accept`,t.address),onReject:()=>e.act(`reject`,t.address)},t.id))}),(0,M.jsx)(on,{title:`Sent`,count:e.sent.length,children:e.sent.length===0?(0,M.jsx)(`div`,{className:F.empty,children:`No Requests`}):e.sent.map(t=>(0,M.jsx)(dn,{req:t,onCancel:()=>e.act(`cancel`,t.address)},t.id))})]}):e.blocked.length===0?(0,M.jsxs)(`div`,{className:F.placeholder,children:[(0,M.jsx)(`div`,{className:F.phIcon,"aria-hidden":`true`,children:`⊘`}),(0,M.jsx)(`div`,{className:F.phTitle,children:`No Blocked Accounts`}),(0,M.jsx)(`div`,{className:F.phText,children:`If you block someone, you won’t see each other in-world or exchange messages, and their name and messages are hidden in public chats.`})]}):e.blocked.map(t=>(0,M.jsxs)(`div`,{className:F.row,children:[(0,M.jsx)(a,{name:O(t),color:E(t),size:40}),(0,M.jsx)(`div`,{className:F.info,children:(0,M.jsx)(`span`,{className:F.name,children:O(t)})}),(0,M.jsx)(`div`,{className:F.actions,children:(0,M.jsx)(c,{variant:`secondary`,size:`sm`,onClick:()=>e.act(`unblock`,t),children:`Unblock`})})]},t)):(0,M.jsxs)(`div`,{className:F.placeholder,children:[(0,M.jsx)(`div`,{className:F.phTitle,children:`Friends aren’t available`}),(0,M.jsx)(`div`,{className:F.phText,children:`Sign in with a wallet to add and manage friends.`})]})})]})}var pn=`__hudForwardedToCanvas`;function mn(e){return e[pn]=!0,e}function hn(e){return e[pn]===!0}var I={root:`_root_1s3k0_4`,groupTitle:`_groupTitle_1s3k0_14`,rows:`_rows_1s3k0_20`,pairBox:`_pairBox_1s3k0_28`,row:`_row_1s3k0_20`,quadBox:`_quadBox_1s3k0_43`,rowLabel:`_rowLabel_1s3k0_57`,chips:`_chips_1s3k0_62`,chipWrap:`_chipWrap_1s3k0_69`,chip:`_chip_1s3k0_62`,chipFixed:`_chipFixed_1s3k0_94`,chipConflict:`_chipConflict_1s3k0_101`,chipRemove:`_chipRemove_1s3k0_104`,chipAdd:`_chipAdd_1s3k0_124`,capturePrompt:`_capturePrompt_1s3k0_142`,captureHint:`_captureHint_1s3k0_148`},gn=[[{Scene:`IaForward`},`Move Forward`],[{Scene:`IaBackward`},`Move Backward`],[{Scene:`IaLeft`},`Move Left`],[{Scene:`IaRight`},`Move Right`],[{Scene:`IaJump`},`Jump`],[{Scene:`IaWalk`},`Walk`],[{Scene:`IaModifier`},`Sprint / Modifier`],[{Scene:`IaPointer`},`Pointer / Interact`],[{Scene:`IaPrimary`},`Primary Action`],[{Scene:`IaSecondary`},`Secondary Action`],[{Scene:`IaAction3`},`Action 3`],[{Scene:`IaAction4`},`Action 4`],[{Scene:`IaAction5`},`Action 5`],[{Scene:`IaAction6`},`Action 6`],[{System:`PointAt`},`Point At`],[{System:`Microphone`},`Microphone`]],_n=[[{System:`Map`},`Map`],[{System:`Places`},`Places`],[{System:`Communities`},`Communities`],[{System:`Backpack`},`Backpack`],[{System:`Gallery`},`Gallery`],[{System:`Settings`},`Settings`],[{System:`Friends`},`Friends`],[{System:`ChatPanel`},`Chat Panel`],[{System:`Chat`},`Focus Chat`],[{System:`HideUi`},`Hide UI`],[{System:`HideNames`},`Hide Nametags`],[{System:`Cancel`},`Cancel`]],vn=[[{System:`Emote`},`Emote Wheel`],...Array.from({length:10},(e,t)=>[{System:`QuickEmote${t}`},`Quick Emote ${t}`])],yn=[[`Gameplay`,gn],[`Interface`,_n],[`Emotes`,vn],[`Camera`,[[{System:`CameraLock`},`Camera Look`],[{System:`CameraUp`},`Camera Up`],[{System:`CameraDown`},`Camera Down`],[{System:`CameraLeft`},`Camera Left`],[{System:`CameraRight`},`Camera Right`],[{System:`CameraZoomIn`},`Camera Zoom In`],[{System:`CameraZoomOut`},`Camera Zoom Out`],[{System:`RollLeft`},`Camera Roll Left`],[{System:`RollRight`},`Camera Roll Right`]]],[`Pointer & Scroll`,[[{System:`PointerUp`},`Pointer Up`],[{System:`PointerDown`},`Pointer Down`],[{System:`PointerLeft`},`Pointer Left`],[{System:`PointerRight`},`Pointer Right`],[{System:`ScrollUp`},`Scroll Up`],[{System:`ScrollDown`},`Scroll Down`],[{System:`ScrollLeft`},`Scroll Left`],[{System:`ScrollRight`},`Scroll Right`]]]],bn=yn.flatMap(([,e])=>e),xn=[[{Scene:`IaForward`},{Scene:`IaBackward`}],[{Scene:`IaLeft`},{Scene:`IaRight`}],[{System:`CameraUp`},{System:`CameraDown`}],[{System:`CameraLeft`},{System:`CameraRight`}],[{System:`PointerUp`},{System:`PointerDown`}],[{System:`PointerLeft`},{System:`PointerRight`}],[{System:`ScrollUp`},{System:`ScrollDown`}],[{System:`ScrollLeft`},{System:`ScrollRight`}],[{System:`CameraZoomIn`},{System:`CameraZoomOut`}],[{System:`RollLeft`},{System:`RollRight`}]],Sn={Up:`Down`,Down:`Up`,Left:`Right`,Right:`Left`},Cn=(e,t)=>xn.some(n=>D(n[0],e)&&D(n[1],t)||D(n[1],e)&&D(n[0],t)),wn=[`CameraUp`,`CameraDown`,`CameraLeft`,`CameraRight`],Tn=(e,t)=>wn.every((n,r)=>{let i=e[t+r]?.[0];return i!=null&&`System`in i&&i.System===n});function En(e){let t=[];for(let n=0;n<e.length;n++)Tn(e,n)?(t.push(e.slice(n,n+4)),n+=3):n+1<e.length&&Cn(e[n][0],e[n+1][0])?(t.push([e[n],e[n+1]]),n++):t.push([e[n]]);return t}var Dn=/^(MouseMove|MouseWheel|GamepadLeft|GamepadRight|GamepadLeftTrigger|GamepadRightTrigger) (Up|Down|Left|Right)$/;function On(e,t,n){return e.some(([e])=>D(e,t))?e.map(([e,r])=>D(e,t)?[e,n]:[e,r]):[...e,[t,n]]}var kn=(e,t)=>e.find(([e])=>D(e,t))?.[1]??[];function An(e,t,n,r){if(Mn(t,r))return e;let i=Dn.exec(r),a=i==null?void 0:xn.find(e=>e.some(e=>D(e,t)));if(i==null||a==null){let i=[...kn(e,t)];return i[n]=r,On(e,t,[...new Set(i)])}let[o,s]=[i[1],i[2]],c=D(a[0],t)?a[1]:a[0],l=(e,t,n)=>On(e,t,[...kn(e,t).filter(e=>!e.startsWith(`${o} `)),`${o} ${n}`]);return l(l(e,t,s),c,Sn[s])}var jn=e=>`System`in e&&e.System.startsWith(`Scroll`),Mn=(e,t)=>jn(e)&&t.startsWith(`MouseWheel `);function Nn(e,t,n){return jn(t)?[]:bn.filter(([r])=>!jn(r)&&!D(r,t)&&(e.find(([e])=>D(r,e))?.[1]??[]).includes(n)).map(([,e])=>e)}function Pn({action:e,label:t,onRebind:n,onRemove:r}){let i=Ne(),a=C(i,e);return(0,M.jsxs)(`div`,{className:I.row,children:[(0,M.jsx)(`span`,{className:I.rowLabel,children:t}),(0,M.jsxs)(`span`,{className:I.chips,children:[a.map((a,o)=>{if(Mn(e,a))return(0,M.jsx)(`span`,{className:I.chipWrap,children:(0,M.jsx)(`span`,{className:`${I.chip} ${I.chipFixed}`,title:`The wheel always scrolls`,children:w(i,a)})},`${a}${o}`);let s=Nn(i.bindings,e,a);return(0,M.jsxs)(`span`,{className:I.chipWrap,children:[(0,M.jsx)(`button`,{type:`button`,className:`${I.chip} ${s.length>0?I.chipConflict:``}`.trim(),title:s.length>0?`Also bound to ${s.join(`, `)} — click to rebind`:`Click to rebind`,onClick:()=>n(e,t,o),children:w(i,a)}),(0,M.jsx)(`button`,{type:`button`,className:I.chipRemove,"aria-label":`Remove ${w(i,a)} from ${t}`,onClick:()=>r(e,o),children:`×`})]},`${a}${o}`)}),(0,M.jsx)(`button`,{type:`button`,className:I.chipAdd,"aria-label":`Add a binding for ${t}`,onClick:()=>n(e,t,a.length),children:`+`})]})]})}var Fn=[`Mouse Left`,`Mouse Middle`,`Mouse Right`,`Mouse Back`,`Mouse Forward`];function In({cancelHint:t,label:n,onMouse:r}){return(0,k.useEffect)(()=>{let e=document.getElementById(`mygame-canvas`),t=e=>{e.preventDefault(),e.stopPropagation()},n=null,i=i=>{hn(i)||(t(i),e?.dispatchEvent(mn(new PointerEvent(i.type,i))),i.type===`pointerdown`?n=i.button:n===i.button&&r(Fn[i.button]??`Mouse Left`))},a=n=>{hn(n)||(t(n),e?.dispatchEvent(mn(new WheelEvent(`wheel`,n))),r(Math.abs(n.deltaY)>=Math.abs(n.deltaX)?n.deltaY<0?`MouseWheel Up`:`MouseWheel Down`:n.deltaX<0?`MouseWheel Left`:`MouseWheel Right`))};return window.addEventListener(`pointerdown`,i,!0),window.addEventListener(`pointerup`,i,!0),window.addEventListener(`wheel`,a,{capture:!0,passive:!1}),window.addEventListener(`click`,t,!0),window.addEventListener(`auxclick`,t,!0),window.addEventListener(`contextmenu`,t,!0),()=>{window.removeEventListener(`pointerdown`,i,!0),window.removeEventListener(`pointerup`,i,!0),window.removeEventListener(`wheel`,a,{capture:!0}),window.removeEventListener(`click`,t,!0),window.removeEventListener(`auxclick`,t,!0),window.removeEventListener(`contextmenu`,t,!0)}},[r]),(0,M.jsxs)(e,{title:`Rebind ${n}`,width:400,closeButton:!1,ariaLabel:`Rebind ${n}`,children:[(0,M.jsx)(`div`,{className:I.capturePrompt,children:`Press a key, mouse or gamepad button…`}),t!=null&&(0,M.jsxs)(`div`,{className:I.captureHint,children:[t,` to cancel`]})]})}function Ln(e){if(D(e,{System:`Cancel`}))return[];let t=C(Ge(),{System:`Cancel`});return t.length>0?t:[`Escape`]}function Rn({bindings:e}){let t=(t,n,r)=>{let{input:i,cancel:a}=e.capture(),o=Ln(t),s=!1,c=n=>{s||(s=!0,a(),l(),!o.includes(n)&&e.set(An(Ge().bindings,t,r,n)))},l=g(()=>(0,M.jsx)(In,{label:n,cancelHint:o.length>0?w(Ge(),o[0]):void 0,onMouse:c}),{onClose:()=>{s||(s=!0,a())}});i.then(c)},n=(t,n)=>{let r=Ge().bindings,i=kn(r,t).filter((e,t)=>t!==n);e.set(On(r,t,i))};return(0,M.jsx)(`div`,{className:I.root,children:yn.map(([e,r])=>(0,M.jsxs)(`section`,{children:[(0,M.jsx)(`h2`,{className:I.groupTitle,children:e}),(0,M.jsx)(`div`,{className:I.rows,children:En(r).map(e=>e.length>1?(0,M.jsx)(`div`,{className:e.length===4?`${I.pairBox} ${I.quadBox}`:I.pairBox,children:e.map(([e,r])=>(0,M.jsx)(Pn,{action:e,label:r,onRebind:t,onRemove:n},r))},e[0][1]):(0,M.jsx)(Pn,{action:e[0][0],label:e[0][1],onRebind:t,onRemove:n},e[0][1]))})]},e))})}var L={head:`_head_1bdpk_2`,title:`_title_1bdpk_8`,tabs:`_tabs_1bdpk_14`,tab:`_tab_1bdpk_14`,tabActive:`_tabActive_1bdpk_34`,reset:`_reset_1bdpk_41`,card:`_card_1bdpk_61`,grid:`_grid_1bdpk_68`,field:`_field_1bdpk_75`,fieldHead:`_fieldHead_1bdpk_80`,label:`_label_1bdpk_86`,value:`_value_1bdpk_91`,empty:`_empty_1bdpk_97`},zn=`Key Bindings`;function Bn(e){return e.replace(/[_-]+/g,` `).replace(/\b\w/g,e=>e.toUpperCase())}function Vn(e){return e.namedVariants.length===2||e.namedVariants.length===0&&e.maxValue-e.minValue<=1&&e.stepSize>=1}function Hn(e){return!Vn(e)&&e.namedVariants.length<=2}function Un({s:e,onSet:t}){return Vn(e)?(0,M.jsx)(o,{checked:e.value>=1,onChange:n=>t(e.name,+!!n),"aria-label":e.name}):e.namedVariants.length>2?(0,M.jsx)(r,{variant:`light`,value:String(e.value),options:e.namedVariants.map((e,t)=>({value:String(t),label:e.name})),onChange:n=>t(e.name,Number(n)),"aria-label":e.name}):(0,M.jsx)(i,{arrows:!0,value:e.value,min:e.minValue,max:e.maxValue,step:e.stepSize||1,onChange:n=>t(e.name,n),"aria-label":e.name})}var Wn=(0,k.memo)(function({s:e,onSet:t}){return(0,M.jsxs)(`div`,{className:L.field,children:[(0,M.jsxs)(`div`,{className:L.fieldHead,children:[(0,M.jsx)(`span`,{className:L.label,children:Bn(e.name)}),Hn(e)&&(0,M.jsx)(`span`,{className:L.value,children:e.value})]}),(0,M.jsx)(Un,{s:e,onSet:t})]})},(e,t)=>e.s.name===t.s.name&&e.s.value===t.s.value&&e.onSet===t.onSet);function Gn({settings:e,bindings:t,profile:n,onNavigate:r}){let i=(0,k.useMemo)(()=>[...new Set(e.list.map(e=>e.category)),zn],[e.list]),[a,o]=(0,k.useState)(null);if(!e.open)return null;let s=a&&i.includes(a)?a:i[0],c=e.list.filter(e=>e.category===s),l=()=>{if(s===zn){u({title:`Reset key bindings?`,body:`All bindings return to their defaults. This cannot be undone.`,confirmLabel:`Reset`}).then(e=>e&&t.reset());return}c.forEach(t=>e.set(t.name,t.default))},d=n.data;return(0,M.jsxs)(ge,{active:`settings`,profileName:d?.name,profilePicture:d?.picture,profileAddress:d?.address,profileClaimed:d?.hasClaimedName,onNavigate:r,onClose:e.toggle,children:[(0,M.jsxs)(`div`,{className:L.head,children:[(0,M.jsx)(`h1`,{className:L.title,children:`Settings`}),(0,M.jsx)(`div`,{className:L.tabs,children:i.map(e=>(0,M.jsx)(`button`,{type:`button`,className:`${L.tab} ${e===s?L.tabActive:``}`.trim(),onClick:()=>o(e),children:Bn(e)},e))}),(0,M.jsx)(`button`,{type:`button`,className:L.reset,onClick:l,children:`↺ Reset all defaults`})]}),(0,M.jsx)(`div`,{className:L.card,children:s===zn?(0,M.jsx)(Rn,{bindings:t}):c.length===0?(0,M.jsx)(`div`,{className:L.empty,children:`No settings available.`}):(0,M.jsx)(`div`,{className:L.grid,children:c.map(t=>(0,M.jsx)(Wn,{s:t,onSet:e.set},t.name))})})]})}var R={root:`_root_fhnuh_2`,head:`_head_fhnuh_21`,title:`_title_fhnuh_30`,closeGlyph:`_closeGlyph_fhnuh_35`,body:`_body_fhnuh_39`,name:`_name_fhnuh_48`,tag:`_tag_fhnuh_58`,addr:`_addr_fhnuh_62`,guest:`_guest_fhnuh_67`,desc:`_desc_fhnuh_75`,links:`_links_fhnuh_81`,link:`_link_fhnuh_81`,empty:`_empty_fhnuh_101`};function Kn({profile:e}){if(!e.open)return null;let t=e.data,n=t?t.name.trim()?t.name:O(t.address):``,{base:r,tag:i}=se(n),o=t?E(t.address):`var(--fill-4)`;return(0,M.jsxs)(`div`,{className:R.root,children:[(0,M.jsxs)(`header`,{className:R.head,children:[(0,M.jsx)(`span`,{className:R.title,children:`Profile`}),(0,M.jsx)(b,{variant:`solid`,className:R.closeGlyph,"aria-label":`Close profile`,onClick:e.toggle,children:`×`})]}),t?(0,M.jsxs)(`div`,{className:R.body,children:[(0,M.jsx)(a,{src:t.picture,name:r,color:o,size:88,status:`online`}),(0,M.jsxs)(`div`,{className:R.name,style:{color:o},children:[r,i&&(0,M.jsx)(`span`,{className:R.tag,children:i})]}),(0,M.jsx)(`div`,{className:R.addr,children:O(t.address)}),t.isGuest&&(0,M.jsx)(`span`,{className:R.guest,children:`Guest`}),t.description&&(0,M.jsx)(`p`,{className:R.desc,children:t.description}),t.links&&t.links.length>0&&(0,M.jsx)(`div`,{className:R.links,children:t.links.map(e=>(0,M.jsx)(`a`,{className:R.link,href:e.url,target:`_blank`,rel:`noreferrer`,children:e.title},e.url))})]}):(0,M.jsx)(`div`,{className:R.empty,children:`Profile unavailable.`})]})}var z={root:`_root_8hwrw_2`,head:`_head_8hwrw_21`,heading:`_heading_8hwrw_30`,markRead:`_markRead_8hwrw_36`,closeGlyph:`_closeGlyph_8hwrw_48`,body:`_body_8hwrw_52`,row:`_row_8hwrw_66`,unread:`_unread_8hwrw_77`,thumb:`_thumb_8hwrw_81`,img:`_img_8hwrw_92`,dot:`_dot_8hwrw_97`,info:`_info_8hwrw_104`,title:`_title_8hwrw_111`,bodyText:`_bodyText_8hwrw_120`,time:`_time_8hwrw_130`,unreadDot:`_unreadDot_8hwrw_136`,empty:`_empty_8hwrw_146`};function qn(e){return e.replace(/[_-]+/g,` `).replace(/\b\w/g,e=>e.toUpperCase())}function B(e,...t){for(let n of t){let t=e[n];if(typeof t==`string`&&t)return t}}function Jn(e,t,...n){let r=e[t];if(r&&typeof r==`object`)return B(r,...n)}function Yn(e){let t=new Date(e).getTime();if(Number.isNaN(t))return``;let n=Math.floor((Date.now()-t)/6e4);if(n<1)return`now`;if(n<60)return`${n}m`;let r=Math.floor(n/60);if(r<24)return`${r}h`;let i=Math.floor(r/24);return i<7?`${i}d`:new Date(t).toLocaleDateString([],{month:`short`,day:`numeric`})}function Xn(e){return B(e,`image`,`thumbnail`,`thumbnailUrl`,`tokenImage`,`profileImageUrl`)??Jn(e,`sender`,`profileImageUrl`,`image`)}var Zn={social_service_friendship_request:`wants to be your friend!`,social_service_friendship_accepted:`accepted your friend request.`},V=e=>B(e,`communityName`)??`a community`,Qn={community_post_added:e=>({title:`New Community Announcement`,body:`A new announcement was posted in ${V(e)}.`}),community_invite_received:e=>({title:`Community Invite Received`,body:`You've been invited to join ${V(e)}.`}),community_voice_chat_started:e=>({title:`Community Voice Stream Started`,body:`${V(e)} is streaming — click to join.`}),community_renamed:e=>({title:`Community Renamed`,body:`${B(e,`oldName`)??`A community`} was renamed to ${B(e,`newName`)??V(e)}.`}),community_request_to_join_received:e=>({title:`Membership Request Received`,body:`${B(e,`userName`,`memberName`)??`Someone`} wants to join ${V(e)}.`}),community_request_to_join_accepted:e=>({title:`Membership Request Accepted`,body:`You're now a member of ${V(e)}.`}),community_deleted:e=>({title:`Community Deleted`,body:`${V(e)} has been deleted.`}),community_deleted_content_violation:e=>({title:`Community Deleted`,body:`${V(e)} was deleted for a content violation.`}),community_member_banned:e=>({title:`Banned from Community`,body:`You've been banned from ${V(e)}.`}),community_member_removed:e=>({title:`Removed from Community`,body:`You've been removed from ${V(e)}.`}),community_ownership_transferred:e=>({title:`Community Ownership Transferred`,body:`You're now the owner of ${V(e)}.`}),credits_reminder_claim_credits:()=>({title:`Marketplace Credits`,body:`You have Credits waiting to be claimed.`}),credits_reminder_complete_goals:()=>({title:`Marketplace Credits`,body:`Complete your goals to earn Credits.`}),credits_reminder_usage:()=>({title:`Marketplace Credits`,body:`Don't forget to use your Credits.`}),credits_reminder_usage_24_hours:()=>({title:`Marketplace Credits`,body:`Your Credits expire soon — use them now.`}),credits_reminder_do_not_miss_out:()=>({title:`Marketplace Credits`,body:`Don't miss out on your Credits.`}),credits_new_season_reminder:()=>({title:`New Credits Season`,body:`A new Marketplace Credits season has started.`})};function $n(e){let t=e.metadata,n=Xn(t);if(Zn[e.type])return{title:Jn(t,`sender`,`name`)??B(t,`title`)??`Someone`,body:Zn[e.type],image:n};let r=B(t,`title`);if(r!=null)return{title:r,body:B(t,`description`,`message`),image:n};let i=Qn[e.type];return i?{...i(t),image:n}:{title:qn(e.type),body:B(t,`description`,`message`,`name`),image:n}}function er({n:e}){let{title:t,body:n,image:r}=$n(e);return(0,M.jsxs)(`div`,{className:`${z.row} ${e.read?``:z.unread}`.trim(),children:[(0,M.jsx)(`div`,{className:z.thumb,children:r?(0,M.jsx)(`img`,{className:z.img,src:r,alt:``}):(0,M.jsx)(`span`,{className:z.dot})}),(0,M.jsxs)(`div`,{className:z.info,children:[(0,M.jsx)(`span`,{className:z.title,children:t}),n&&(0,M.jsx)(`span`,{className:z.bodyText,children:n})]}),(0,M.jsx)(`span`,{className:z.time,children:Yn(e.timestamp)}),!e.read&&(0,M.jsx)(`span`,{className:z.unreadDot,"aria-label":`unread`})]})}function tr({notifications:e}){return e.open?(0,M.jsxs)(`div`,{className:z.root,children:[(0,M.jsxs)(`header`,{className:z.head,children:[(0,M.jsx)(`span`,{className:z.heading,children:`Notifications`}),e.unread>0&&(0,M.jsx)(`button`,{type:`button`,className:z.markRead,onClick:e.markAllRead,children:`Mark all read`}),(0,M.jsx)(b,{variant:`solid`,className:z.closeGlyph,"aria-label":`Close notifications`,onClick:e.toggle,children:`×`})]}),(0,M.jsx)(`div`,{className:z.body,children:e.list.length===0?(0,M.jsx)(`div`,{className:z.empty,children:`You’re all caught up.`}):e.list.map(e=>(0,M.jsx)(er,{n:e},e.id))})]}):null}var nr={slot:`_slot_10ky5_2`,bg:`_bg_10ky5_6`,num:`_num_10ky5_15`},rr=182,ir=168,ar=92,or=74,sr={base:{flap:`#A09BA8`,glows:[{c:`#CFCDD4`,cx:156.62,cy:134.02,r:123.28,b:53.79},{c:`#FCFCFC`,cx:33.93,cy:.93,r:121.93,b:53.79,o:.8}]},common:{flap:`#73D3D3`,glows:[{c:`#73D3D3`,cx:137,cy:115,r:119,b:89.96},{c:`#B5FFF6`,cx:44,cy:32,r:68,b:50}]},uncommon:{flap:`#FF8362`,glows:[{c:`#FF8362`,cx:137,cy:115,r:119,b:81.65},{c:`#FFE0B2`,cx:29.47,cy:18.47,r:77.47,b:50}]},rare:{flap:`#34CE76`,glows:[{c:`#34CE76`,cx:137,cy:115,r:106,b:53.79},{c:`#73FFAF`,cx:32.48,cy:19.06,r:77.47,b:50}]},epic:{flap:`#438FFF`,glows:[{c:`#5C9EFF`,cx:136,cy:102,r:102,b:53.79},{c:`#4DEAFF`,cx:12.47,cy:21.47,r:77.47,b:50}]},legendary:{flap:`#A14BF3`,glows:[{c:`#B66CFF`,cx:121,cy:112,r:83,b:41.72},{c:`#E579FB`,cx:12.47,cy:21.47,r:77.47,b:50}]},mythic:{flap:`#FF4BED`,glows:[{c:`#FF4BED`,cx:121,cy:112,r:83,b:53.79},{c:`#FFA6C1`,cx:12.47,cy:21.47,r:77.47,b:53.79}]},exotic:{flap:`#9CD71E`,glows:[{c:`#CAFF73`,cx:121,cy:112,r:116,b:74.89},{c:`#CAFF73`,cx:12.47,cy:21.47,r:77.47,b:58.66}]},unique:{flap:`#FEA217`,glows:[{c:`#FFDD2C`,cx:70,cy:157,r:91,b:53.79},{c:`#FFAB2C`,cx:132.9,cy:39.9,r:53.9,b:53.79}]}},cr=`M14.8164 12.709C64.4508 -0.703243 116.612 -1.5304 166.64 10.3027C176.559 12.6489 182.063 22.9775 179.27 32.6738L145.125 151.212C142.308 160.99 132.238 166.37 122.526 164.608C103.049 161.075 83.0735 161.392 63.7158 165.54C54.0636 167.609 43.8302 162.551 40.71 152.865L2.89062 35.4668C-0.202676 25.8636 4.97707 15.368 14.8164 12.709Z`,lr=`M4.79456 34.854C2.02502 26.2568 6.68143 16.9787 15.3385 14.6393C64.652 1.31383 116.475 0.492713 166.179 12.2493C174.905 14.3132 179.848 23.4393 177.348 32.12L143.203 150.658C140.703 159.339 131.704 164.24 122.883 162.64C103.149 159.061 82.9097 159.381 63.2967 163.584C54.53 165.463 45.3831 160.849 42.6136 152.252L4.79456 34.854Z`,ur=`M47.9447 7.70117C43.9328 8.34457 40.4114 10.7359 38.638 14.3936L17.1322 58.75C15.343 62.4402 15.0466 66.6786 16.304 70.582L4.79428 34.8545C2.02478 26.2574 6.68134 16.9791 15.3382 14.6396C26.1034 11.7307 36.9885 9.41758 47.9447 7.70117Z`,dr=`M17.1325 58.7501C15.3433 62.4403 15.047 66.6787 16.3044 70.5822L13.1836 60.8956L33.8238 24.3209L17.1325 58.7501Z`,fr=`M11.0036 21.9181C10.6762 22.1695 10.615 22.639 10.867 22.9659L15.3604 26.5831L17.129 28.6697L15.533 31.4881L15.1114 35.3803C15.162 35.8414 15.6155 36.1457 16.0614 36.0179C16.4192 35.9153 16.6472 35.5652 16.5963 35.1964L17.0108 31.9443L19.1989 28.861L20.0563 33.9719C20.1331 34.4298 20.5915 34.7189 21.0379 34.5909C21.4127 34.4834 21.65 34.1151 21.5929 33.7294L20.6933 27.6476L19.6397 25.3561L21.2475 20.6279C21.4369 20.0711 20.9223 19.5309 20.357 19.6931C20.1239 19.7599 19.9394 19.9382 19.8647 20.1689L19.0229 22.5681C18.7079 23.4659 17.9771 24.1553 17.0625 24.4176C16.1661 24.6746 15.2008 24.4903 14.4621 23.921L12.0623 22.0715C11.8154 21.7316 11.3368 21.6622 11.0036 21.9181Z`;function pr({thumbnail:e,rarity:t=`base`,number:n,width:r=174,rotate:i=0}){let a=(0,k.useId)().replace(/:/g,``),o=e,s=sr[t]??sr.base,c=i?`rotate(${-i} ${ar} ${or})`:void 0,l={fontSize:Math.round(r*.19),transform:`translateX(-50%)${i?` rotate(${-i}deg)`:``}`};return(0,M.jsxs)(`div`,{className:nr.slot,style:{width:r,height:r*ir/rr,transform:i?`rotate(${i}deg)`:void 0},children:[(0,M.jsxs)(`svg`,{className:nr.bg,viewBox:`0 0 ${rr} ${ir}`,preserveAspectRatio:`none`,children:[(0,M.jsxs)(`defs`,{children:[s.glows.map((e,t)=>(0,M.jsx)(`filter`,{id:`blur-${a}-${t}`,x:`-120`,y:`-120`,width:`420`,height:`420`,filterUnits:`userSpaceOnUse`,colorInterpolationFilters:`sRGB`,children:(0,M.jsx)(`feGaussianBlur`,{stdDeviation:e.b})},t)),(0,M.jsx)(`clipPath`,{id:`clip-${a}`,children:(0,M.jsx)(`path`,{d:lr})})]}),(0,M.jsx)(`path`,{d:lr,fill:`#691FA9`}),(0,M.jsxs)(`g`,{clipPath:`url(#clip-${a})`,children:[s.glows.map((e,t)=>(0,M.jsx)(`circle`,{cx:e.cx,cy:e.cy,r:e.r,fill:e.c,opacity:e.o??1,filter:`url(#blur-${a}-${t})`},t)),o&&(0,M.jsx)(`g`,{transform:c,children:(0,M.jsx)(`image`,{href:o,x:`37.9961`,y:`20`,width:`108`,height:`108`,preserveAspectRatio:`none`})}),(0,M.jsx)(`path`,{d:ur,fill:s.flap}),(0,M.jsx)(`path`,{d:dr,fill:`black`,fillOpacity:`0.1`}),(0,M.jsx)(`path`,{d:fr,fill:`#FCFCFC`}),(0,M.jsx)(`circle`,{cx:`16.2543`,cy:`21.5305`,r:`1.87704`,transform:`rotate(-16 16.2543 21.5305)`,fill:`#FCFCFC`})]}),(0,M.jsx)(`path`,{d:cr,fill:`none`,stroke:`#f1eff5`,strokeWidth:`4`})]}),n!=null&&(0,M.jsx)(`span`,{className:nr.num,style:l,children:n})]})}var H={backdrop:`_backdrop_okd42_2`,wheel:`_wheel_okd42_12`,slotPos:`_slotPos_okd42_21`,slotHover:`_slotHover_okd42_27`,slotEmpty:`_slotEmpty_okd42_32`,center:`_center_okd42_38`,hoverName:`_hoverName_okd42_49`,title:`_title_okd42_55`,customise:`_customise_okd42_60`,hint:`_hint_okd42_77`,close:`_close_okd42_83`},mr=215,hr=152,gr=112;function _r({emotes:e,onCustomise:t}){let[n,r]=(0,k.useState)(null);if(Ke(e=>{(e.key===`e`||e.key===`E`)&&(e.preventDefault(),t?.())},{capture:!1,enabled:e.open&&t!=null}),!e.open)return null;let i=Array.from({length:10},(t,n)=>{let r=(n+1)%10;return{k:n,num:r,deg:-90+n*36,emote:e.list.find(e=>e.slot===r)??null}}),a=n==null?null:e.list.find(e=>e.slot===n);return(0,M.jsx)(`div`,{className:H.backdrop,onClick:e.toggle,children:(0,M.jsxs)(`div`,{className:H.wheel,onClick:e=>e.stopPropagation(),children:[(0,M.jsx)(`button`,{type:`button`,className:H.close,"aria-label":`Close emotes`,onClick:e.toggle,children:`×`}),i.map(({num:t,deg:i,emote:a})=>{let o=i*Math.PI/180,s=mr+hr*Math.cos(o),c=mr+hr*Math.sin(o);return(0,M.jsx)(`div`,{role:`button`,"aria-label":`Emote slot ${t}${a?`: ${a.name}`:``}`,className:`${H.slotPos} ${n===t?H.slotHover:``} ${a?``:H.slotEmpty}`.trim(),style:{left:`${s}px`,top:`${c}px`},onMouseEnter:()=>a&&r(t),onMouseLeave:()=>r(e=>e===t?null:e),onClick:()=>a&&e.play(a.urn),children:(0,M.jsx)(pr,{thumbnail:a?me(a.urn):void 0,rarity:a?.rarity??`base`,number:t,rotate:i+90,width:gr})},t)}),(0,M.jsxs)(`div`,{className:H.center,children:[(0,M.jsx)(`div`,{className:H.hoverName,children:a?.name??` `}),(0,M.jsx)(`div`,{className:H.title,children:`EMOTES`}),(0,M.jsx)(`button`,{type:`button`,className:H.customise,onClick:t,children:`Customise [E]`}),(0,M.jsx)(`div`,{className:H.hint,children:`Press [B+num] to run an emote`})]})]})})}var vr={root:`_root_2zlqk_5`,group:`_group_2zlqk_27`,divider:`_divider_2zlqk_35`},yr=[{kind:`profile`,icon:`profile`,label:`Profile`},{kind:`notifications`,icon:`notifications`,label:`Notifications`},{kind:`map`,icon:`map`,label:`Map`,hotkey:`Map`},{kind:`places`,icon:`places`,label:`Places`,hotkey:`Places`},{kind:`communities`,icon:`communities`,label:`Communities`,hotkey:`Communities`},{kind:`backpack`,icon:`backpack`,label:`Backpack`,hotkey:`Backpack`},{kind:`gallery`,icon:`gallery`,label:`Gallery`,hotkey:`Gallery`},{kind:`settings`,icon:`settings`,label:`Settings`,hotkey:`Settings`},{kind:`divider`},{kind:`help`,icon:`help`,label:`Help & Support`}],br=[{kind:`mic`,icon:`mic`,label:`Voice chat`},{kind:`emotes`,icon:`emotes`,label:`Emotes`,hotkey:`Emote`},{kind:`divider`},{kind:`friends`,icon:`friends`,label:`Friends`,hotkey:`Friends`},{kind:`chat`,icon:`chat`,label:`Chat`,hotkey:`ChatPanel`}];function xr(e,n,r,i,a){if(e.kind===`divider`)return(0,M.jsx)(`div`,{className:vr.divider},`d${n}`);let o=`hotkey`in e&&e.hotkey!=null?T(i,e.hotkey):void 0;return e.kind===`chat`?(0,M.jsx)(t,{icon:e.icon,label:e.label,shortcut:o,badge:r.chat.unread,active:r.chat.open,onClick:r.chat.toggle},`chat`):e.kind===`friends`?(0,M.jsx)(t,{icon:e.icon,label:e.label,shortcut:o,badge:r.friends.received.length,active:r.friends.open,onClick:r.friends.toggle},`friends`):e.kind===`settings`?(0,M.jsx)(t,{icon:e.icon,label:e.label,shortcut:o,active:r.settings.open,onClick:r.settings.toggle},`settings`):e.kind===`profile`?(0,M.jsx)(t,{icon:e.icon,label:e.label,active:r.profile.open,onClick:a??r.profile.toggle},`profile`):e.kind===`backpack`?(0,M.jsx)(t,{icon:e.icon,label:e.label,shortcut:o,active:r.backpack.open,onClick:r.backpack.toggle},`backpack`):e.kind===`communities`?(0,M.jsx)(t,{icon:e.icon,label:e.label,shortcut:o,active:r.communities.open,onClick:r.communities.toggle},`communities`):e.kind===`map`?(0,M.jsx)(t,{icon:e.icon,label:e.label,shortcut:o,active:r.map.open,onClick:r.map.toggle},`map`):e.kind===`places`?(0,M.jsx)(t,{icon:e.icon,label:e.label,shortcut:o,active:r.places.open,onClick:r.places.toggle},`places`):e.kind===`gallery`?(0,M.jsx)(t,{icon:e.icon,label:e.label,shortcut:o,active:r.gallery.open,onClick:r.gallery.toggle},`gallery`):e.kind===`notifications`?(0,M.jsx)(t,{icon:e.icon,label:e.label,badge:r.notifications.unread,active:r.notifications.open,onClick:r.notifications.toggle},`notifications`):e.kind===`emotes`?(0,M.jsx)(t,{icon:e.icon,label:e.label,shortcut:o,active:r.emotes.open,onClick:r.emotes.toggle},`emotes`):e.kind===`mic`?(0,M.jsx)(t,{icon:e.icon,label:e.label,active:r.mic.enabled,onClick:r.mic.toggle},`mic`):e.kind===`help`?(0,M.jsx)(t,{icon:e.icon,label:e.label,onClick:()=>window.open(`https://decentraland.org/help/`,`_blank`,`noopener`)},`help`):(0,M.jsx)(t,{icon:e.icon,label:e.label,shortcut:o,onClick:()=>r.nav(e.action)},e.action)}function Sr({session:e,onViewProfile:t}){let n=Ne();return(0,M.jsxs)(`nav`,{className:vr.root,"aria-label":`Main navigation`,children:[(0,M.jsx)(`div`,{className:vr.group,children:yr.map((r,i)=>xr(r,i,e,n,t))}),(0,M.jsx)(`div`,{className:vr.group,children:br.map((r,i)=>xr(r,i,e,n,t))})]})}var U={root:`_root_iexx0_8`,header:`_header_iexx0_26`,title:`_title_iexx0_38`,coords:`_coords_iexx0_47`,collapse:`_collapse_iexx0_54`,surface:`_surface_iexx0_75`,circle:`_circle_iexx0_87`,cutout:`_cutout_iexx0_101`,cutoutFill:`_cutoutFill_iexx0_105`,rotor:`_rotor_iexx0_110`,layer:`_layer_iexx0_120`,tile:`_tile_iexx0_130`,poi:`_poi_iexx0_135`,poiPin:`_poiPin_iexx0_144`,poiLabel:`_poiLabel_iexx0_153`,north:`_north_iexx0_173`,northLabel:`_northLabel_iexx0_186`,arrow:`_arrow_iexx0_196`,zoom:`_zoom_iexx0_208`,settings:`_settings_iexx0_217`,roundButton:`_roundButton_iexx0_223`};function Cr({chunks:e}){let t=1280;return(0,M.jsx)(M.Fragment,{children:e.map(({col:e,row:n})=>(0,M.jsx)(`img`,{className:U.tile,src:Ae(e,n),alt:``,draggable:!1,width:t,height:t,style:{left:e*t,top:n*t}},`${e},${n}`))})}function wr({tile:e}){let t=e.meters/2,n=Oe(e.centerX-t,e.centerZ+t,32),r=e.meters/16*32;return(0,M.jsx)(`img`,{className:U.tile,src:e.url,alt:``,draggable:!1,width:r,height:r,style:{left:n.x,top:n.y}})}var Tr=`dcl-minimap-places`,Er=2592e5,Dr=100,Or=500;function kr(e){let[t,n]=e.split(`,`).map(Number);return Number.isFinite(t)&&Number.isFinite(n)?{x:t,y:n}:null}function Ar(e){let t=(e.positions??[]).map(kr).filter(e=>e!=null);if(t.length===0)return e.base_position==null?null:kr(e.base_position);let n=t.reduce((e,t)=>({x:e.x+t.x,y:e.y+t.y}),{x:0,y:0});return{x:Math.round(n.x/t.length),y:Math.round(n.y/t.length)}}function jr(e){let t=[];for(let n of e){if(n.world===!0)continue;let e=Ar(n);e!=null&&t.push({id:n.id,title:n.title,categories:n.categories??[],x:e.x,y:e.y})}return t}function Mr(){try{let e=localStorage.getItem(Tr);if(e==null)return null;let t=JSON.parse(e);if(typeof t!=`object`||!t)return null;let{at:n,places:r}=t;return typeof n!=`number`||Date.now()-n>Er||!Array.isArray(r)?null:r}catch{return null}}function Nr(e){try{localStorage.setItem(Tr,JSON.stringify({at:Date.now(),places:e}))}catch{}}var Pr=null;function Fr(){let e=Mr();return e==null?Pr??(Pr=(async()=>{let e=[];for(let t=0;t<Or;t+=Dr){let n=await Ee({limit:Dr,offset:t,order_by:`like_score_best`,order:`desc`});if(e.push(...jr(n.data)),n.data.length<Dr)break}return Nr(e),e})(),Pr.catch(()=>{Pr=null}),Pr):Promise.resolve(e)}function Ir(e,t,n,r){return e.map(e=>({p:e,d:Math.hypot(e.x-t,e.y-n)})).filter(e=>e.d<=r).sort((e,t)=>e.d-t.d).map(e=>e.p)}var Lr=`dcl-minimap-style`,Rr=`dcl-minimap-rotation`,zr=`dcl-minimap-zoom`,Br=`dcl-minimap-markers`,Vr=[`parcel`,`satellite`,`imposters`],Hr=[`camera`,`north`],Ur=[`poi`,`featured`,`game`,`casino`,`social`,`music`,`art`,`fashion`,`crypto`,`education`,`shop`,`sports`,`business`,`parkour`];function Wr(e){try{return localStorage.getItem(e)}catch{return null}}function Gr(e,t){try{localStorage.setItem(e,t)}catch{}}function Kr(){let e=Wr(Lr);return Vr.includes(e)?e:`satellite`}function qr(e){Gr(Lr,e)}function Jr(){let e=Wr(Rr);return Hr.includes(e)?e:`north`}function Yr(e){Gr(Rr,e)}function Xr(){let e=Number(Wr(zr));return!Number.isFinite(e)||e<=0?256:Math.min(768,Math.max(64,e))}function Zr(e){Gr(zr,String(e))}function Qr(){try{let e=JSON.parse(Wr(Br)??`null`);return Array.isArray(e)?e.filter(e=>typeof e==`string`):[...Ur]}catch{return[...Ur]}}function $r(e){Gr(Br,JSON.stringify(e))}var ei={menu:`_menu_o6pdy_3`,section:`_section_o6pdy_16`,option:`_option_o6pdy_26`,check:`_check_o6pdy_44`},ti=[{value:`camera`,label:`Rotate with camera`},{value:`north`,label:`Fixed north`}],ni=[{value:`parcel`,label:`Parcel atlas`},{value:`satellite`,label:`Satellite`},{value:`imposters`,label:`Camera`}];function ri(e){return e.length===0?`none`:e.length===1&&e[0]===`poi`?`poi`:e.length===Ur.length?`all`:null}var ii=[{value:`all`,label:`All`,categories:Ur},{value:`poi`,label:`Only POI`,categories:[`poi`]},{value:`none`,label:`None`,categories:[]}];function ai({rotation:e,onRotation:t,style:n,onStyle:r,hideStyle:i,markers:a,onMarkers:o}){let s=ri(a);return(0,M.jsxs)(`div`,{className:ei.menu,role:`menu`,"aria-label":`Minimap settings`,children:[(0,M.jsx)(`p`,{className:ei.section,children:`Rotation mode`}),ti.map(n=>(0,M.jsx)(oi,{label:n.label,selected:e===n.value,onSelect:()=>t(n.value)},n.value)),!i&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(`p`,{className:ei.section,children:`Visualization style`}),ni.map(e=>(0,M.jsx)(oi,{label:e.label,selected:n===e.value,onSelect:()=>r(e.value)},e.value))]}),(0,M.jsx)(`p`,{className:ei.section,children:`Markers`}),ii.map(e=>(0,M.jsx)(oi,{label:e.label,selected:s===e.value,onSelect:()=>o([...e.categories])},e.value))]})}function oi({label:e,selected:t,onSelect:n}){return(0,M.jsxs)(`button`,{type:`button`,className:ei.option,role:`menuitemradio`,"aria-checked":t,onClick:n,children:[(0,M.jsx)(`span`,{className:ei.check,children:t&&(0,M.jsx)(v,{size:13})}),e]})}var si=220,ci=.2,li=10;function ui({minimap:e,map:t,sceneTitle:n,setEngineViewport:r}){let[i,a]=(0,k.useState)(!0),[o,s]=(0,k.useState)(!1),[c,l]=(0,k.useState)(Kr),[u,d]=(0,k.useState)(Jr),[f,h]=(0,k.useState)(Xr),[g,te]=(0,k.useState)(Qr),[_,v]=(0,k.useState)([]),[y,ie]=(0,k.useState)([]),[b,ae]=(0,k.useState)(()=>Fe(0,0)),[x,oe]=(0,k.useState)({x:0,y:0}),S=(0,k.useRef)(null),C=(0,k.useRef)(null),w=(0,k.useRef)(f),T=e.isWorld?`imposters`:c,{pose:se,setConfig:ce}=e;(0,k.useEffect)(()=>{ce({style:T,rotation:u,visibleMeters:f})},[ce,T,u,f]),(0,k.useEffect)(()=>{if(e.isWorld||g.length===0)return;let t=!0;return Fr().then(e=>{t&&v(e)}).catch(e=>{console.warn(`[minimap] could not load place markers`,e)}),()=>{t=!1}},[e.isWorld,g.length]);let le=(0,k.useMemo)(()=>e.isWorld?[]:Ir(_,x.x,x.y,li).filter(e=>e.categories.some(e=>g.includes(e))),[e.isWorld,_,x.x,x.y,g]);(0,k.useEffect)(()=>{let e=S.current;if(e==null||!i)return;let t=0,n=``,r=``,a=``,o=()=>{t=requestAnimationFrame(o);let i=se.current,s=si/w.current*16/32,c=Oe(i.x,i.z,32),l=u===`north`?0:-i.camYaw;e.style.setProperty(`--map-scale`,String(s)),e.style.setProperty(`--map-tx`,String(-c.x)),e.style.setProperty(`--map-ty`,String(-c.y)),e.style.setProperty(`--map-yaw`,String(l)),e.style.setProperty(`--map-arrow`,String(i.yaw+l));let d=Math.floor(i.x/16),f=Math.floor(i.z/16),p=`${d},${f}`;if(p!==a&&(a=p,oe({x:d,y:f})),T===`satellite`){let e=si/2/s*Math.SQRT2,t=Re(c.x-e,c.y-e,c.x+e,c.y+e,1280),r=t.map(e=>`${e.col},${e.row}`).join(`|`);r!==n&&(n=r,ie(t))}else if(T===`parcel`){let e=Fe(i.x,i.z);e.url!==r&&(r=e.url,ae(e))}};return t=requestAnimationFrame(o),()=>cancelAnimationFrame(t)},[se,u,T,i]);let ue=(0,k.useCallback)(e=>{let t=w.current,n=Math.min(768,Math.max(64,t*e));if(n===t)return;let r=Math.log(t),i=Math.log(n),a=performance.now(),o=e=>{let t=Math.min(1,(e-a)/(ci*1e3));if(w.current=Math.exp(r+(i-r)*t),t<1){requestAnimationFrame(o);return}w.current=n,h(n),Zr(n)};requestAnimationFrame(o)},[]),de=f>64,fe=f<768;(0,k.useEffect)(()=>{if(!o)return;let e=e=>{C.current?.contains(e.target)||s(!1)};return document.addEventListener(`pointerdown`,e,!0),()=>document.removeEventListener(`pointerdown`,e,!0)},[o]);let pe=(0,k.useCallback)(e=>{l(e),qr(e)},[]),me=(0,k.useCallback)(e=>{d(e),Yr(e)},[]),E=(0,k.useCallback)(e=>{te(e),$r(e)},[]),D=(0,k.useCallback)(e=>e.stopPropagation(),[]),O=(0,k.useMemo)(()=>T===`satellite`?(0,M.jsx)(Cr,{chunks:y}):T===`parcel`?(0,M.jsx)(wr,{tile:b}):null,[T,y,b]);return(0,M.jsxs)(`div`,{className:U.root,children:[(0,M.jsxs)(`div`,{className:U.header,children:[(0,M.jsx)(`span`,{className:U.title,children:n||`Empty parcel`}),(0,M.jsxs)(`span`,{className:U.coords,children:[x.x,`,`,x.y]}),(0,M.jsx)(`button`,{type:`button`,className:U.collapse,onClick:()=>a(e=>!e),"aria-label":i?`Collapse minimap`:`Expand minimap`,"aria-expanded":i,children:i?(0,M.jsx)(ee,{size:16}):(0,M.jsx)(re,{size:16})})]}),i&&(0,M.jsxs)(`div`,{className:U.surface,ref:S,children:[(0,M.jsxs)(`button`,{type:`button`,className:T===`imposters`?`${U.circle} ${U.cutout}`:U.circle,onClick:t.toggle,"aria-label":`Open map`,children:[(0,M.jsxs)(`div`,{className:U.rotor,children:[(0,M.jsxs)(`div`,{className:U.layer,children:[O,le.map(e=>{let t=Oe(e.x*16+8,e.y*16+8,32);return(0,M.jsxs)(`span`,{className:U.poi,style:{left:t.x,top:t.y},children:[(0,M.jsx)(`img`,{className:U.poiPin,src:ke(e.categories),alt:``,draggable:!1}),e.categories.includes(`poi`)&&(0,M.jsx)(`span`,{className:U.poiLabel,children:e.title})]},e.id)})]}),(0,M.jsx)(`span`,{className:U.north,"aria-hidden":`true`,children:(0,M.jsx)(`span`,{className:U.northLabel,children:`N`})})]}),T===`imposters`&&(0,M.jsx)(`span`,{className:U.cutoutFill,children:(0,M.jsx)(qe,{region:`map`,report:r})}),(0,M.jsx)(`svg`,{className:U.arrow,viewBox:`0 0 24 24`,"aria-hidden":`true`,children:(0,M.jsx)(`path`,{d:`M12 2 21 22 12 17.4 3 22Z`,fill:`var(--brand)`,stroke:`var(--text)`,strokeWidth:`1.6`,strokeLinejoin:`round`})})]}),(0,M.jsxs)(`div`,{className:U.zoom,onClick:D,role:`group`,"aria-label":`Minimap zoom`,children:[(0,M.jsx)(`button`,{type:`button`,className:U.roundButton,onClick:()=>ue(1/1.5),disabled:!de,"aria-label":`Zoom in`,children:(0,M.jsx)(m,{size:14})}),(0,M.jsx)(`button`,{type:`button`,className:U.roundButton,onClick:()=>ue(1.5),disabled:!fe,"aria-label":`Zoom out`,children:(0,M.jsx)(p,{size:14})})]}),(0,M.jsxs)(`div`,{className:U.settings,onClick:D,ref:C,children:[(0,M.jsx)(`button`,{type:`button`,className:U.roundButton,onClick:()=>s(e=>!e),"aria-label":`Minimap settings`,"aria-expanded":o,children:(0,M.jsx)(ne,{size:14})}),o&&(0,M.jsx)(ai,{rotation:u,onRotation:me,style:c,onStyle:pe,hideStyle:e.isWorld,markers:g,onMarkers:E})]})]})]})}var W={root:`_root_1pc98_1`,reticle:`_reticle_1pc98_13`,reticleActive:`_reticleActive_1pc98_38`,hints:`_hints_1pc98_45`,hintsRadial:`_hintsRadial_1pc98_60`,hint:`_hint_1pc98_45`,hintReverse:`_hintReverse_1pc98_79`,hintDisabled:`_hintDisabled_1pc98_83`,hintText:`_hintText_1pc98_86`,mouse:`_mouse_1pc98_89`,cap:`_cap_1pc98_93`,proxTip:`_proxTip_1pc98_109`},di=0,fi={0:`IaPointer`,1:`IaPrimary`,2:`IaSecondary`,3:`IaAny`,4:`IaForward`,5:`IaBackward`,6:`IaRight`,7:`IaLeft`,8:`IaJump`,9:`IaWalk`,10:`IaAction3`,11:`IaAction4`,12:`IaAction5`,13:`IaAction6`,14:`IaModifier`},pi={1:`E`,2:`F`,4:`W`,5:`S`,6:`D`,7:`A`,8:`Space`,10:`1`,11:`2`,12:`3`,13:`4`};function mi(){return(0,M.jsxs)(`svg`,{className:W.mouse,width:`22`,height:`22`,viewBox:`0 0 24 24`,fill:`none`,"aria-hidden":`true`,children:[(0,M.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M11.6746 11.8961V2.99524C11.6746 2.99524 4.33789 2.98667 4.33789 11.8961H11.6746Z`,fill:`#FF7439`}),(0,M.jsx)(`rect`,{x:`4.50781`,y:`2.99524`,width:`15`,height:`20`,rx:`7.5`,stroke:`#ECEBED`,strokeWidth:`2`}),(0,M.jsx)(`path`,{d:`M4.33789 11.9952H18.9999`,stroke:`#ECEBED`}),(0,M.jsx)(`path`,{d:`M7.20715 0.590018C4.26466 1.54992 2.11196 4.23323 1.19016 6.9471`,stroke:`#ECEBED`,strokeLinecap:`round`})]})}function hi({button:e}){let t=Ne(),n=fi[e],r=n==null?void 0:C(t,{Scene:n})[0];return r===`Mouse Left`||r==null&&e===di?(0,M.jsx)(mi,{}):(0,M.jsx)(`span`,{className:W.cap,children:r==null?pi[e]??`?`:w(t,r)})}var gi=14,_i=34,vi=[{x:gi,y:0,side:`r`},{x:-14,y:0,side:`l`},{x:0,y:-68,side:`t`},{x:gi,y:_i,side:`r`},{x:-14,y:_i,side:`l`},{x:gi,y:-34,side:`r`},{x:-14,y:-34,side:`l`}];function yi(e){return e.side===`t`?{position:`absolute`,left:e.x,top:e.y,transform:`translate(-50%, -50%)`}:e.side===`l`?{position:`absolute`,left:e.x,top:e.y,transform:`translate(-100%, -50%)`}:{position:`absolute`,left:e.x,top:e.y,transform:`translateY(-50%)`}}var bi={camera:{Icon:ie,text:`Get camera closer`},player:{Icon:h,text:`Get player closer`}};function xi({action:e,slot:t}){let n=t?.side===`l`,r=e.enabled?null:bi[e.tooFarReason??`camera`];return(0,M.jsxs)(`div`,{className:`${W.hint}${n?` ${W.hintReverse}`:``}${e.enabled?``:` ${W.hintDisabled}`}`,style:t?yi(t):void 0,children:[r?(0,M.jsx)(`span`,{className:W.mouse,"data-testid":`too-far-icon-${e.tooFarReason??`camera`}`,children:(0,M.jsx)(r.Icon,{size:22})}):(0,M.jsx)(hi,{button:e.button}),(0,M.jsx)(`span`,{className:W.hintText,children:e.enabled?e.text:r?.text})]})}function Si({hover:e,locked:t,proximity:n}){let r=(0,k.useSyncExternalStore)(we,Be),[i,a]=(0,k.useState)(!1);(0,k.useEffect)(()=>{let e=()=>a(document.pointerLockElement!=null);return e(),document.addEventListener(`pointerlockchange`,e),()=>document.removeEventListener(`pointerlockchange`,e)},[]);let o=t||i,s=e.length>0;return(0,k.useEffect)(()=>(je(s&&!o),()=>je(!1)),[s,o]),!o&&!s&&n.length===0?null:(0,M.jsxs)(`div`,{className:W.root,"aria-hidden":`true`,children:[o&&(0,M.jsx)(`div`,{"data-testid":`reticle`,className:`${W.reticle}${s?` ${W.reticleActive}`:``}`}),s&&(o?(0,M.jsx)(`div`,{className:W.hints,children:e.map((e,t)=>(0,M.jsx)(xi,{action:e},t))}):(0,M.jsx)(`div`,{className:W.hintsRadial,style:{left:r.x,top:r.y},children:e.slice(0,vi.length).map((e,t)=>(0,M.jsx)(xi,{action:e,slot:vi[t]},t))})),n.map(e=>(0,M.jsx)(`div`,{"data-testid":`proxtip-${e.id}`,className:W.proxTip,style:{left:`${e.x}px`,top:`${e.y}px`},children:e.actions.map((e,t)=>(0,M.jsxs)(`div`,{className:W.hint,children:[(0,M.jsx)(hi,{button:e.button}),(0,M.jsx)(`span`,{className:W.hintText,children:e.text})]},t))},e.id))]})}var G={modal:`_modal_h601v_4`,icon:`_icon_h601v_17`,prompt:`_prompt_h601v_27`,scene:`_scene_h601v_33`,additional:`_additional_h601v_36`,options:`_options_h601v_41`,option:`_option_h601v_41`,radio:`_radio_h601v_63`,radioOn:`_radioOn_h601v_76`,radioDot:`_radioDot_h601v_79`,input:`_input_h601v_86`,actions:`_actions_h601v_92`,deny:`_deny_h601v_98`},Ci={MovePlayer:`move your avatar within the scene bounds`,ForceCamera:`temporarily change the camera view`,PlayEmote:`make your avatar perform an emote`,SetLocomotion:`temporarily modify your avatar's locomotion settings`,HideAvatarsNametags:`temporarily hide player avatars and/or nametags, and/or disables passports`,DisableVoice:`temporarily disable voice chat`,Teleport:`teleport you to a new location`,ChangeRealm:`move you to a new realm`,SpawnPortable:`spawn a portable experience`,KillPortables:`manage your active portable experiences`,Web3:`initiate a web3 transaction with your wallet`,CopyToClipboard:`copy text into the clipboard`,Fetch:`fetch data from a remote server`,Websocket:`open a web socket to communicate with a remote server`,OpenUrl:`open a url in your browser`},wi=[{value:`once`,label:`Once`},{value:`scene`,label:`Always for Scene`},{value:`realm`,label:`Always for Realm`},{value:`global`,label:`Always for Global`}];function Ti(){return(0,M.jsxs)(`svg`,{width:`26`,height:`26`,viewBox:`0 0 24 24`,"aria-hidden":`true`,fill:`none`,children:[(0,M.jsx)(`rect`,{x:`4`,y:`10`,width:`16`,height:`11`,rx:`2`,fill:`currentColor`}),(0,M.jsx)(`path`,{d:`M8 10V7a4 4 0 0 1 8 0v3`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`})]})}function Ei({request:e,onResolve:t}){let[n,r]=(0,k.useState)(`once`),i=Ci[e.ty]??`perform a restricted action`;return(0,M.jsxs)(`div`,{className:G.modal,role:`alertdialog`,"aria-modal":`true`,"aria-label":`Scene permission request`,onClick:e=>e.stopPropagation(),children:[(0,M.jsx)(`span`,{className:G.icon,children:(0,M.jsx)(Ti,{})}),(0,M.jsxs)(`div`,{className:G.prompt,children:[`The scene `,(0,M.jsx)(`span`,{className:G.scene,children:e.sceneName||`A scene`}),` wants permission to `,i]}),e.additional?(0,M.jsx)(`div`,{className:G.additional,children:e.additional}):null,(0,M.jsx)(`div`,{className:G.options,role:`radiogroup`,"aria-label":`Apply this decision`,children:wi.map(e=>(0,M.jsxs)(`label`,{className:G.option,children:[(0,M.jsx)(`input`,{className:G.input,type:`radio`,name:`permission-level`,checked:n===e.value,onChange:()=>r(e.value)}),(0,M.jsx)(`span`,{className:`${G.radio} ${n===e.value?G.radioOn:``}`.trim(),children:n===e.value?(0,M.jsx)(`span`,{className:G.radioDot}):null}),e.label]},e.value))}),(0,M.jsxs)(`div`,{className:G.actions,children:[(0,M.jsx)(c,{variant:`primary`,onClick:()=>t(!0,n),children:`Allow`}),(0,M.jsx)(c,{variant:`ghost`,className:G.deny,onClick:()=>t(!1,n),children:`Deny`})]})]})}function Di(e,t){let n=!1,r=(r,i)=>{n||(n=!0,t(e.id,r,i))};return g(t=>(0,M.jsx)(Ei,{request:e,onResolve:(e,n)=>{r(e,n),t()}}),{onClose:()=>r(!1,`once`)})}function Oi(e){let[t,n]=(0,k.useState)({page:0,engine:null,ms:0});return(0,k.useEffect)(()=>{if(!e)return;let t=0,r=0,i=0,a=null,o,s=performance.now(),c=s,l=0,u=()=>{let e=window;e!==a&&typeof e.__engineHeartbeat==`function`&&(o=e.__engineHeartbeat,e.__engineHeartbeat=function(...e){return i++,o?.apply(this,e)},a=e)},d=e=>{if(r++,l+=e-c,c=e,u(),e-s>=500){let t=(e-s)/1e3;n({page:Math.round(r/t),engine:typeof window.__nativeEngineFps==`number`?Math.round(window.__nativeEngineFps):a?Math.round(i/t):null,ms:Number((l/r).toFixed(1))}),r=0,i=0,l=0,s=e}t=requestAnimationFrame(d)};return t=requestAnimationFrame(d),()=>{cancelAnimationFrame(t),a&&o&&(a.__engineHeartbeat=o)}},[e]),t}var K={meter:`_meter_77eb9_1`,fps:`_fps_77eb9_21`,unit:`_unit_77eb9_25`,dim:`_dim_77eb9_31`,engine:`_engine_77eb9_34`,good:`_good_77eb9_39`,warn:`_warn_77eb9_42`,bad:`_bad_77eb9_45`};function ki(){let{page:e,engine:t,ms:n}=Oi(!0),r=e>=55?K.good:e>=30?K.warn:K.bad;return(0,M.jsxs)(`div`,{className:K.meter,"aria-hidden":`true`,children:[(0,M.jsxs)(`span`,{className:`${K.fps} ${r}`,children:[e,(0,M.jsx)(`span`,{className:K.unit,children:`fps`})]}),(0,M.jsxs)(`span`,{className:K.dim,children:[n,`ms`]}),t!=null&&(0,M.jsxs)(`span`,{className:K.dim,children:[`engine `,(0,M.jsx)(`b`,{className:K.engine,children:t})]})]})}var q={root:`_root_1m58s_1`,"fade-in":`_fade-in_1m58s_1`,leaving:`_leaving_1m58s_13`,"fade-out":`_fade-out_1m58s_1`,watermark:`_watermark_1m58s_18`,loading:`_loading_1m58s_38`,spinnerLogo:`_spinnerLogo_1m58s_44`,pulse:`_pulse_1m58s_1`,panel:`_panel_1m58s_52`,logo:`_logo_1m58s_60`,title:`_title_1m58s_66`,subtitle:`_subtitle_1m58s_75`,account:`_account_1m58s_83`,error:`_error_1m58s_90`,buttons:`_buttons_1m58s_96`,cta:`_cta_1m58s_105`,ctaSecondary:`_ctaSecondary_1m58s_106`,authHint:`_authHint_1m58s_135`,authCode:`_authCode_1m58s_142`,resetBox:`_resetBox_1m58s_151`,resetText:`_resetText_1m58s_160`,ctaDanger:`_ctaDanger_1m58s_167`,label:`_label_1m58s_173`,arrow:`_arrow_1m58s_181`,bootBar:`_bootBar_1m58s_188`,bootLabel:`_bootLabel_1m58s_198`,bootTrack:`_bootTrack_1m58s_205`,bootFill:`_bootFill_1m58s_212`,avatarWrap:`_avatarWrap_1m58s_220`,disc:`_disc_1m58s_233`,glow:`_glow_1m58s_249`,"glow-pulse":`_glow-pulse_1m58s_1`,avatar:`_avatar_1m58s_220`,"avatar-in":`_avatar-in_1m58s_1`,"avatar-float":`_avatar-float_1m58s_1`},Ai={download:`Downloading engine`,compile:`Compiling`,init:`Initializing`,workers:`Starting workers`,gpu:`Preparing graphics`};function ji({flow:e}){if(e.engineReady)return null;let t=(e.loadStep==null?void 0:Ai[e.loadStep])??`Starting…`,n=Math.round(e.loadProgress);return(0,M.jsxs)(`div`,{className:q.bootBar,role:`progressbar`,"aria-valuenow":n,"aria-valuemin":0,"aria-valuemax":100,"aria-label":t,children:[(0,M.jsxs)(`div`,{className:q.bootLabel,children:[t,` · `,n,`%`]}),(0,M.jsx)(`div`,{className:q.bootTrack,children:(0,M.jsx)(`div`,{className:q.bootFill,style:{width:`${n}%`}})})]})}function Mi(e){return e.loadStep===`download`?`DOWNLOADING… ${Math.round(e.loadProgress)}%`:`STARTING…`}function Ni(){return(0,M.jsx)(`span`,{className:q.arrow,"aria-hidden":`true`,children:(0,M.jsxs)(`svg`,{viewBox:`0 0 28 28`,width:`22`,height:`22`,children:[(0,M.jsx)(`circle`,{cx:`14`,cy:`14`,r:`14`,fill:`#fff`}),(0,M.jsx)(`path`,{d:`M12.5 9l5 5-5 5M9 14h8`,stroke:`var(--brand)`,strokeWidth:`2.4`,fill:`none`,strokeLinecap:`round`,strokeLinejoin:`round`})]})})}function Pi(e){let[t,n]=(0,k.useState)({});return(0,k.useEffect)(()=>{if(e==null||e===``){n({});return}let t=!1;return fetch(`${ze(`peer`)}/lambdas/profiles/${e}`).then(e=>e.json()).then(e=>{let r=e.avatars?.[0];t||n({name:r?.name,body:r?.avatar?.snapshots?.body})}).catch(()=>void 0),()=>{t=!0}},[e]),t}function Fi({body:e}){let[t,n]=(0,k.useState)(!1);return t?null:(0,M.jsxs)(`div`,{className:q.avatarWrap,children:[(0,M.jsx)(`div`,{className:q.disc}),(0,M.jsx)(`div`,{className:q.glow}),(0,M.jsx)(`img`,{className:q.avatar,src:e,alt:``,draggable:!1,onError:()=>n(!0)})]})}var Ii={"sign-in-or-guest":{title:`Discover a virtual social world`,subtitle:`shaped by its community of
|
|
8
|
+
creators & explorers.`},"reuse-login-or-new":{title:`Welcome back!`,subtitle:`Ready to explore?`}};function Li({flow:e}){(0,k.useEffect)(()=>{Pe()},[]);let t=e.status===`reuse-login-or-new`,n=Pi(t&&e.account!=null?e.account:void 0);return(0,M.jsx)(`div`,{className:q.root,children:e.status===`loading`?(0,M.jsx)(`div`,{className:q.loading,children:(0,M.jsx)(`div`,{className:q.spinnerLogo})}):(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(`div`,{className:q.watermark}),(0,M.jsx)(Ri,{flow:e,name:n.name}),t&&n.body!=null&&(0,M.jsx)(Fi,{body:n.body}),(0,M.jsx)(ji,{flow:e})]})})}function Ri({flow:e,name:t}){let n=e.status,r=Ii[n],i=n===`reuse-login-or-new`&&t!=null&&t!==``?`Welcome back ${t}`:r.title,a=!e.engineReady;return(0,M.jsxs)(`div`,{className:q.panel,children:[(0,M.jsx)(`div`,{className:q.logo}),(0,M.jsx)(`h1`,{className:q.title,children:i}),r.subtitle&&(0,M.jsx)(`p`,{className:q.subtitle,children:r.subtitle}),e.error&&(0,M.jsx)(`p`,{className:q.error,children:e.error}),(0,M.jsxs)(`div`,{className:q.buttons,children:[e.authPending&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(`p`,{className:q.authHint,children:e.authCode==null?`Opening the sign-in page in your browser…`:`Verify this code matches the one in the browser window we just opened:`}),e.authCode!=null&&(0,M.jsx)(`div`,{className:q.authCode,children:e.authCode}),(0,M.jsx)(c,{variant:`secondary`,size:`lg`,className:q.ctaSecondary,onClick:e.cancelLogin,children:(0,M.jsx)(`span`,{className:q.label,children:`CANCEL`})})]}),n===`sign-in-or-guest`&&!e.authPending&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(c,{variant:`primary`,size:`lg`,className:q.cta,onClick:e.startWithAccount,disabled:e.busy,children:[(0,M.jsx)(`span`,{className:q.label,children:`START WITH ACCOUNT`}),(0,M.jsx)(Ni,{})]}),(0,M.jsx)(c,{variant:`secondary`,size:`lg`,className:q.ctaSecondary,onClick:e.exploreAsGuest,disabled:e.busy||a,children:(0,M.jsx)(`span`,{className:q.label,children:a?Mi(e):`EXPLORE AS GUEST`})})]}),n===`reuse-login-or-new`&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(c,{variant:`primary`,size:`lg`,className:q.cta,onClick:e.jumpIn,disabled:e.busy||a,children:[(0,M.jsx)(`span`,{className:q.label,children:a?Mi(e):e.profileFetchFailed?`TRY AGAIN`:`JUMP INTO DECENTRALAND`}),!a&&(0,M.jsx)(Ni,{})]}),(0,M.jsx)(c,{variant:`secondary`,size:`lg`,className:q.ctaSecondary,onClick:e.useDifferentAccount,disabled:e.busy,children:(0,M.jsx)(`span`,{className:q.label,children:`USE A DIFFERENT ACCOUNT`})}),e.profileFetchFailed&&(0,M.jsxs)(`div`,{className:q.resetBox,children:[(0,M.jsx)(`p`,{className:q.resetText,children:`If the problem persists you can continue with a fresh default profile. This permanently replaces your account's current avatar and profile.`}),(0,M.jsx)(c,{variant:`secondary`,size:`lg`,className:`${q.ctaSecondary} ${q.ctaDanger}`,onClick:e.resetProfileAndJumpIn,disabled:e.busy||a,children:(0,M.jsx)(`span`,{className:q.label,children:`RESET PROFILE & JUMP IN`})})]})]})]})]})}var J={root:`_root_1vhw7_1`,"fade-in":`_fade-in_1vhw7_1`,logo:`_logo_1vhw7_24`,title:`_title_1vhw7_30`,subtitle:`_subtitle_1vhw7_36`,track:`_track_1vhw7_44`,fill:`_fill_1vhw7_52`,indeterminate:`_indeterminate_1vhw7_59`,slide:`_slide_1vhw7_1`};function zi({scene:e}){let t=(0,k.useRef)(0),n=e?.pendingAssets??null;n!=null&&n>t.current&&(t.current=n);let r=e!=null&&!e.realmConnected,i=n!=null&&t.current>0,a=i?1-n/t.current:0,o=r?`Reconnecting…`:e?.title?e.title:`Entering Decentraland`,s=r?`Reconnecting to the realm`:n!=null&&n>0?`Loading scene assets · ${n} remaining`:`Preparing your surroundings`;return(0,M.jsxs)(`div`,{className:J.root,children:[(0,M.jsx)(`div`,{className:J.logo}),(0,M.jsx)(`h2`,{className:J.title,children:o}),(0,M.jsx)(`p`,{className:J.subtitle,children:s}),(0,M.jsx)(`div`,{className:J.track,children:(0,M.jsx)(`div`,{className:`${J.fill}${i?``:` `+J.indeterminate}`,style:i?{width:`${Math.round(a*100)}%`}:void 0})})]})}function Bi({onStay:t,onLeave:n}){return(0,M.jsx)(e,{title:`Leave Decentraland?`,closeButton:!1,width:420,actions:(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(c,{variant:`ghost`,onClick:t,children:`Stay`}),(0,M.jsx)(c,{variant:`primary`,onClick:n,children:`Leave`})]}),actionsEqual:!0,children:`You're about to exit the world and go back. You'll have to reconnect to return.`})}function Vi(e,t){let n=!1,r=e=>{n||(n=!0,e())};return g(e=>(0,M.jsx)(Bi,{onStay:e,onLeave:()=>{r(t),e()}}),{onClose:()=>r(e)})}function Hi(e){let[t,n]=(0,k.useState)(!1),r=(0,k.useRef)(!1);return(0,k.useEffect)(()=>{if(!e)return;r.current=!1;let t=e=>{r.current||(e.preventDefault(),e.returnValue=``)},i=()=>{r.current||(window.history.pushState(null,``,window.location.href),n(!0))};return window.history.pushState(null,``,window.location.href),window.addEventListener(`beforeunload`,t),window.addEventListener(`popstate`,i),()=>{window.removeEventListener(`beforeunload`,t),window.removeEventListener(`popstate`,i)}},[e]),{confirming:t,stay:(0,k.useCallback)(()=>n(!1),[]),leave:(0,k.useCallback)(()=>{n(!1),r.current=!0,window.history.go(-2)},[])}}var Ui=/Android|iPhone|iPad|iPod|webOS|BlackBerry|Opera Mini|IEMobile|Windows Phone/i;function Wi(){return/Macintosh/.test(navigator.userAgent)&&navigator.maxTouchPoints>1}function Gi(){return typeof navigator>`u`?!1:Ui.test(navigator.userAgent)||Wi()}function Ki(){return typeof navigator>`u`||/Chrome\//.test(navigator.userAgent)}function qi(){return typeof document>`u`?!1:document.cookie.split(`;`).some(e=>e.trim().startsWith(`bypass_browser_check=`))}function Ji(){let e=navigator.userAgent;return/iPad|iPhone|iPod/.test(e)||Wi()?`ios`:/Android/i.test(e)?`android`:`other`}var Yi=5e3;async function Xi(){let e=navigator.gpu;if(e==null)return!1;let t;try{let n=await Promise.race([e.requestAdapter(),new Promise(e=>{t=setTimeout(()=>e(`timeout`),Yi)})]);return n===`timeout`||n!=null}catch{return!1}finally{t!=null&&clearTimeout(t)}}var Y={root:`_root_3vjgt_1`,card:`_card_3vjgt_13`,logo:`_logo_3vjgt_21`,title:`_title_3vjgt_26`,subtitle:`_subtitle_3vjgt_32`,buttons:`_buttons_3vjgt_38`,store:`_store_3vjgt_45`,steps:`_steps_3vjgt_66`,stepHint:`_stepHint_3vjgt_76`,flag:`_flag_3vjgt_82`,flagText:`_flagText_3vjgt_91`,copy:`_copy_3vjgt_102`,tryAnyway:`_tryAnyway_3vjgt_121`},Zi=`https://testflight.apple.com/join/KF4r3jlU`,Qi=`https://play.google.com/store/apps/details?id=org.decentraland.godotexplorer`,$i=`https://www.google.com/chrome/`;function ea(){return(0,M.jsx)(`svg`,{viewBox:`0 0 24 24`,fill:`currentColor`,"aria-hidden":`true`,children:(0,M.jsx)(`path`,{d:`M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z`})})}function ta(){return(0,M.jsx)(`svg`,{viewBox:`0 0 24 24`,fill:`currentColor`,"aria-hidden":`true`,children:(0,M.jsx)(`path`,{d:`M3,20.5V3.5C3,2.91 3.34,2.39 3.84,2.15L13.69,12L3.84,21.85C3.34,21.6 3,21.09 3,20.5M16.81,15.12L6.05,21.34L14.54,12.85L16.81,15.12M20.16,10.81C20.5,11.08 20.75,11.5 20.75,12C20.75,12.5 20.53,12.9 20.18,13.18L17.89,14.5L15.39,12L17.89,9.5L20.16,10.81M6.05,2.66L16.81,8.88L14.54,11.15L6.05,2.66Z`})})}function na(){return(0,M.jsxs)(`svg`,{viewBox:`0 0 48 48`,fill:`none`,"aria-hidden":`true`,children:[(0,M.jsxs)(`defs`,{children:[(0,M.jsxs)(`linearGradient`,{id:`cg-a`,x1:`3.2173`,y1:`15`,x2:`44.7812`,y2:`15`,gradientUnits:`userSpaceOnUse`,children:[(0,M.jsx)(`stop`,{offset:`0`,stopColor:`#d93025`}),(0,M.jsx)(`stop`,{offset:`1`,stopColor:`#ea4335`})]}),(0,M.jsxs)(`linearGradient`,{id:`cg-b`,x1:`20.7219`,y1:`47.6791`,x2:`41.5039`,y2:`11.6837`,gradientUnits:`userSpaceOnUse`,children:[(0,M.jsx)(`stop`,{offset:`0`,stopColor:`#fcc934`}),(0,M.jsx)(`stop`,{offset:`1`,stopColor:`#fbbc04`})]}),(0,M.jsxs)(`linearGradient`,{id:`cg-c`,x1:`26.5981`,y1:`46.5015`,x2:`5.8161`,y2:`10.506`,gradientUnits:`userSpaceOnUse`,children:[(0,M.jsx)(`stop`,{offset:`0`,stopColor:`#1e8e3e`}),(0,M.jsx)(`stop`,{offset:`1`,stopColor:`#34a853`})]})]}),(0,M.jsx)(`circle`,{cx:`24`,cy:`23.9947`,r:`12`,fill:`#fff`}),(0,M.jsx)(`path`,{d:`M24,12H44.7812a23.9939,23.9939,0,0,0-41.5639.0029L13.6079,30l.0093-.0024A11.9852,11.9852,0,0,1,24,12Z`,fill:`url(#cg-a)`}),(0,M.jsx)(`circle`,{cx:`24`,cy:`24`,r:`9.5`,fill:`#1a73e8`}),(0,M.jsx)(`path`,{d:`M34.3913,30.0029,24.0007,48A23.994,23.994,0,0,0,44.78,12.0031H23.9989l-.0025.0093A11.985,11.985,0,0,1,34.3913,30.0029Z`,fill:`url(#cg-b)`}),(0,M.jsx)(`path`,{d:`M13.6086,30.0031,3.218,12.006A23.994,23.994,0,0,0,24.0025,48L34.3931,30.0029l-.0067-.0068a11.9852,11.9852,0,0,1-20.7778.007Z`,fill:`url(#cg-c)`})]})}function ra(){document.cookie=`bypass_browser_check=1;path=/;max-age=2592000`,location.reload()}function ia({hint:e,target:t}){let[n,r]=(0,k.useState)(!1);return(0,k.useEffect)(()=>{if(!n)return;let e=setTimeout(()=>r(!1),1200);return()=>clearTimeout(e)},[n]),(0,M.jsxs)(`li`,{children:[(0,M.jsx)(`span`,{className:Y.stepHint,children:e}),(0,M.jsxs)(`div`,{className:Y.flag,children:[(0,M.jsx)(`code`,{className:Y.flagText,children:t}),(0,M.jsx)(`button`,{type:`button`,className:Y.copy,onClick:()=>{navigator.clipboard?.writeText(t).then(()=>r(!0),()=>{})},title:`Copy`,"aria-label":`Copy`,children:n?(0,M.jsx)(v,{size:15}):(0,M.jsx)(d,{size:15})})]})]})}function aa(){return(0,M.jsx)(`div`,{className:Y.root,children:(0,M.jsx)(_,{})})}function oa({reason:e=`mobile`}){if(e===`gpu`)return(0,M.jsx)(`div`,{className:Y.root,children:(0,M.jsxs)(`div`,{className:Y.card,children:[(0,M.jsx)(`img`,{className:Y.logo,src:le(`assets/logo.png`),alt:``,draggable:!1}),(0,M.jsx)(`h1`,{className:Y.title,children:`Enable GPU acceleration`}),(0,M.jsxs)(`p`,{className:Y.subtitle,children:[`Decentraland Web renders in 3D with `,(0,M.jsx)(`strong`,{children:`WebGPU`}),`, which needs a working GPU. Your browser has it turned off or can’t reach a supported GPU. In Chrome, paste each of these into a new tab (they can’t be opened by clicking), switch it on, then relaunch:`]}),(0,M.jsxs)(`ol`,{className:Y.steps,children:[(0,M.jsx)(ia,{hint:`Turn on “Use graphics acceleration when available”`,target:`chrome://settings/system`}),(0,M.jsx)(ia,{hint:`Set “Unsafe WebGPU Support” to Enabled`,target:`chrome://flags/#enable-unsafe-webgpu`})]}),(0,M.jsx)(`button`,{type:`button`,className:Y.tryAnyway,onClick:ra,children:`try anyway…`})]})});if(e===`browser`)return(0,M.jsx)(`div`,{className:Y.root,children:(0,M.jsxs)(`div`,{className:Y.card,children:[(0,M.jsx)(`img`,{className:Y.logo,src:le(`assets/logo.png`),alt:``,draggable:!1}),(0,M.jsx)(`h1`,{className:Y.title,children:`Browser Not Supported`}),(0,M.jsxs)(`p`,{className:Y.subtitle,children:[`Decentraland Web requires `,(0,M.jsx)(`strong`,{children:`Google Chrome`}),` on desktop to run.`]}),(0,M.jsx)(`div`,{className:Y.buttons,children:(0,M.jsxs)(c,{variant:`secondary`,href:$i,target:`_blank`,rel:`noopener`,className:Y.store,children:[(0,M.jsx)(na,{}),(0,M.jsx)(`span`,{children:`Download Chrome`})]})}),(0,M.jsx)(`button`,{type:`button`,className:Y.tryAnyway,onClick:ra,children:`try anyway…`})]})});let t=Ji(),n=t===`ios`||t===`other`,r=t===`android`||t===`other`;return(0,M.jsx)(`div`,{className:Y.root,children:(0,M.jsxs)(`div`,{className:Y.card,children:[(0,M.jsx)(`img`,{className:Y.logo,src:le(`assets/logo.png`),alt:``,draggable:!1}),(0,M.jsx)(`h1`,{className:Y.title,children:`Decentraland`}),(0,M.jsx)(`p`,{className:Y.subtitle,children:`This experience isn’t available on mobile browsers. Download the app to explore:`}),(0,M.jsxs)(`div`,{className:Y.buttons,children:[n&&(0,M.jsxs)(c,{variant:`secondary`,href:Zi,target:`_blank`,rel:`noopener`,className:Y.store,children:[(0,M.jsx)(ea,{}),(0,M.jsx)(`span`,{children:`Install from App Store`})]}),r&&(0,M.jsxs)(c,{variant:`secondary`,href:Qi,target:`_blank`,rel:`noopener`,className:Y.store,children:[(0,M.jsx)(ta,{}),(0,M.jsx)(`span`,{children:`Install from Google Play`})]})]})]})})}var X={layer:`_layer_1orcz_7`,head:`_head_1orcz_18`,title:`_title_1orcz_25`,lead:`_lead_1orcz_33`,params:`_params_1orcz_39`,paramValue:`_paramValue_1orcz_46`,paramDesc:`_paramDesc_1orcz_51`,advanced:`_advanced_1orcz_58`,advancedNote:`_advancedNote_1orcz_67`,exit:`_exit_1orcz_73`,proceed:`_proceed_1orcz_87`};function sa(){window.close(),window.location.replace(`https://decentraland.org`)}var ca=`This Launch Link Is Not Trusted`;function la({params:t,onProceed:n}){let[r,i]=(0,k.useState)(!1);return(0,M.jsx)(`div`,{className:X.layer,children:(0,M.jsxs)(e,{role:`alertdialog`,ariaLabel:ca,width:560,closeButton:!1,header:(0,M.jsxs)(`div`,{className:X.head,children:[(0,M.jsx)(te,{size:72}),(0,M.jsx)(`h2`,{className:X.title,children:ca})]}),actionsDirection:`column`,actions:(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(c,{autoFocus:!0,variant:`primary`,className:X.exit,onClick:sa,children:`Exit Application`}),r?(0,M.jsxs)(`div`,{className:X.advanced,children:[(0,M.jsx)(`p`,{className:X.advancedNote,children:`Continuing hands this address full control of your session for as long as this tab is open. Only do this if you recognise it as your own.`}),(0,M.jsx)(c,{variant:`ghost`,className:X.proceed,onClick:n,children:`Continue anyway`})]}):(0,M.jsx)(c,{variant:`secondary`,onClick:()=>i(!0),children:`Advanced`})]}),children:[(0,M.jsx)(`p`,{className:X.lead,children:`Someone may be trying to change how your Explorer behaves.`}),(0,M.jsxs)(`p`,{className:X.lead,children:[`This link carries `,t.length>1?`parameters`:`a parameter`,` the Explorer does not accept from links:`]}),(0,M.jsx)(`dl`,{className:X.params,children:t.map(e=>(0,M.jsxs)(`div`,{children:[(0,M.jsxs)(`dt`,{children:[e.name,` = `,(0,M.jsx)(`span`,{className:X.paramValue,children:e.value})]}),(0,M.jsx)(`dd`,{className:X.paramDesc,children:e.warning})]},e.name))}),(0,M.jsx)(`p`,{className:X.lead,children:`Unless you built this link yourself, the safe choice is to exit.`})]})})}var ua={systemScene:{warning:`Replaces the Explorer's interface with a scene loaded from this address. It can move your avatar, change your profile, and answer permission prompts on your behalf.`,read:()=>ve().systemScene,isTrusted:S},baseDomain:{warning:`Points every backend service — sign-in, content, comms — at servers under this domain. Whoever runs them would see your session and control what you play.`,read:e=>e?null:be,isTrusted:fe},contentServer:{warning:`Fetches every scene and asset from this server instead of the realm’s own. Whoever runs it decides what you see and what runs.`,read:()=>new URLSearchParams(location.search).get(`contentServer`),isTrusted:da}};function da(e){try{return ce(new URL(e).hostname)!=null}catch{return!1}}for(let e of Object.keys(ua))he(e);function fa({native:e}){let t=[];for(let[n,r]of Object.entries(ua)){let i=r.read(e);i==null||i===``||r.isTrusted(i)||t.push({name:n,value:i,warning:r.warning})}return t}var pa=ae(),Z={scrim:`_scrim_1hq83_5`,fadeIn:`_fadeIn_1hq83_1`,pop:`_pop_1hq83_27`,popIn:`_popIn_1hq83_1`,head:`_head_1hq83_53`,title:`_title_1hq83_57`,subtitle:`_subtitle_1hq83_63`,btn:`_btn_1hq83_70`,detail:`_detail_1hq83_75`},ma={launch:{title:`Something went wrong`,subtitle:`The 3D engine couldn't start. Reloading often fixes it.`},runtime:{title:`The world crashed`,subtitle:`The 3D engine stopped unexpectedly.`},react:{title:`Something went wrong`,subtitle:`The app hit an unexpected error.`}};function ha({error:t,onReload:n,onDismiss:r}){let{title:i,subtitle:a}=ma[t.source],o=(0,k.useRef)(null);return(0,k.useEffect)(s,[]),f(o,!0),(0,pa.createPortal)((0,M.jsx)(`div`,{ref:o,className:Z.scrim,tabIndex:-1,onClick:r??void 0,children:(0,M.jsx)(`div`,{className:Z.pop,children:(0,M.jsx)(e,{header:(0,M.jsxs)(`div`,{className:Z.head,children:[(0,M.jsx)(`h2`,{className:Z.title,children:i}),(0,M.jsx)(`p`,{className:Z.subtitle,children:a})]}),role:`alertdialog`,ariaLabel:i,closeButton:!1,actionsAlign:`center`,actions:(0,M.jsxs)(M.Fragment,{children:[r&&(0,M.jsx)(c,{variant:`ghost`,className:Z.btn,onClick:r,children:`Dismiss`}),(0,M.jsx)(c,{variant:`primary`,className:Z.btn,onClick:n,children:`Reload`})]}),children:(0,M.jsx)(`pre`,{className:Z.detail,children:t.message})})})}),document.body)}var ga=class extends k.Component{state={error:null};static getDerivedStateFromError(e){return{error:e}}componentDidCatch(e){console.error(`[react error boundary]`,e)}render(){let{error:e}=this.state;return e?(0,M.jsx)(ha,{error:{message:e.stack??e.message,source:`react`},onReload:()=>location.reload()}):this.props.children}},_a={head:`_head_qzuz3_4`,title:`_title_qzuz3_8`,subtitle:`_subtitle_qzuz3_14`,btn:`_btn_qzuz3_21`};function va(t){let n=!1,r=g(n=>(0,M.jsx)(e,{header:(0,M.jsxs)(`div`,{className:_a.head,children:[(0,M.jsx)(`h2`,{className:_a.title,children:`World not found`}),(0,M.jsx)(`p`,{className:_a.subtitle,children:t.message})]}),role:`alertdialog`,ariaLabel:`World not found`,closeButton:!1,actionsAlign:`center`,actions:(0,M.jsx)(c,{variant:`primary`,className:_a.btn,onClick:n,children:`OK`}),children:null}),{onClose:()=>{n||(n=!0,t.onDismiss())}});return()=>{n=!0,r()}}var ya={guest:"`1` skips the sign-in screen with a guest login.",fps:"`1` shows the frame-rate overlay (Ctrl/Cmd+Shift+F toggles it)."},ba=[`native`,`hud`,`mock`,`showcase`,`gate`,`nogate`,`bundled`,`simerror`,`simhover`,`previousLogin`,`perm`];function xa(){let e=Je.filter(e=>e.delivery!==`host`).map(e=>({name:e.name,doc:e.doc,reader:`engine`})),t=Object.entries(ya).map(([e,t])=>({name:e,doc:t,reader:`page`}));return[...e,...t]}function Sa(e){let t=new Set([...xa().map(e=>e.name),...ba]);return[...new Set(e.keys())].filter(e=>!t.has(e))}var Ca={lead:`_lead_vayr0_2`,ignored:`_ignored_vayr0_7`,name:`_name_vayr0_17`,accepted:`_accepted_vayr0_24`};function wa(t){return g(n=>(0,M.jsxs)(e,{title:`Unrecognised link parameters`,role:`alertdialog`,ariaLabel:`Unrecognised link parameters`,width:560,onClose:n,actionsAlign:`center`,actions:(0,M.jsx)(c,{variant:`primary`,onClick:n,children:`OK`}),children:[(0,M.jsxs)(`p`,{className:Ca.lead,children:[`This link carries `,t.length>1?`parameters`:`a parameter`,` the Explorer does not recognise, so `,t.length>1?`they were`:`it was`,` ignored:`]}),(0,M.jsx)(`ul`,{className:Ca.ignored,children:t.map(e=>(0,M.jsx)(`li`,{children:e},e))}),(0,M.jsx)(`p`,{className:Ca.lead,children:`The parameters a link can carry:`}),(0,M.jsx)(`dl`,{className:Ca.accepted,children:xa().map(e=>(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`dt`,{children:(0,M.jsx)(`span`,{className:Ca.name,children:e.name})}),(0,M.jsx)(`dd`,{children:e.doc})]},e.name))})]}))}var Ta=`modulepreload`,Ea=function(e){return`https://cdn.decentraland.org/@dcl-regenesislabs/bevy-explorer-web/0.1.0-33899728953.commit-eaf5fcb/`+e},Da={},Oa=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}function s(e){return import.meta.resolve?import.meta.resolve(e):new URL(e,import.meta.url).href}r=o(t.map(t=>{if(t=Ea(t,n),t=s(t),t in Da)return;Da[t]=!0;let r=t.endsWith(`.css`);for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}let i=document.createElement(`link`);if(i.rel=r?`stylesheet`:Ta,r||(i.as=`script`),i.crossOrigin=``,i.href=t,a&&i.setAttribute(`nonce`,a),document.head.appendChild(i),r)return new Promise((e,n)=>{i.addEventListener(`load`,e),i.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})},ka=(0,k.lazy)(()=>Oa(()=>import(`./Showcase-C9D-b7Vt.js`).then(e=>({default:e.Showcase})),__vite__mapDeps([0,1,2,3,4,5]))),Q=new URLSearchParams(location.search),$=Q.get(`mock`)===`1`?`mock`:`engine`,Aa=Q.get(`showcase`)===`1`,ja=ve().hideHud;function Ma(){return $===`native`||Q.get(`nogate`)===`1`?null:Gi()||Q.get(`gate`)===`1`?`mobile`:Q.get(`gate`)===`browser`?`browser`:Q.get(`gate`)===`gpu`?`gpu`:!Ki()&&!qi()?`browser`:null}var Na=Ma(),Pa=fa({native:$===`native`}),Fa=Sa(Q);function Ia(){let e=La(),t=Ra(Na!=null||$===`mock`||$===`native`||Aa),[n,r]=(0,k.useState)(!1);return Pa.length>0&&!n?(0,M.jsx)(la,{params:Pa,onProceed:()=>r(!0)}):Na?(0,M.jsx)(oa,{reason:Na}):t===`checking`?(0,M.jsx)(aa,{}):t===`blocked`?(0,M.jsx)(oa,{reason:`gpu`}):(0,M.jsxs)(ga,{children:[Aa?(0,M.jsx)(k.Suspense,{fallback:null,children:(0,M.jsx)(ka,{})}):(0,M.jsx)(za,{}),e&&(0,M.jsx)(ki,{})]})}function La(){let[e,t]=(0,k.useState)(Q.get(`fps`)===`1`);return Ke(e=>{(e.ctrlKey||e.metaKey)&&e.shiftKey&&(e.key===`F`||e.key===`f`)&&(e.preventDefault(),t(e=>!e))}),e}function Ra(e){let[t,n]=(0,k.useState)(e?`ok`:`checking`);return(0,k.useEffect)(()=>{if(e)return;if(Q.get(`nogate`)===`1`||qi()){n(`ok`);return}let t=!1;return Xi().then(e=>{t||n(e?`ok`:`blocked`)}),()=>{t=!0}},[e]),t}function za(){let{rpc:e,createDriver:t}=(0,k.useMemo)(()=>{if($===`mock`)return St(),{rpc:null,createDriver:()=>new nt};if($===`native`)return{rpc:null,createDriver:()=>new nt};let e=new at;return{rpc:e,createDriver:()=>new it(e)}},[]),n=Ie(t),r=Hi(n.phase===`entering`||n.phase===`world`);(0,k.useEffect)(()=>{if(r.confirming)return Vi(r.stay,r.leave)},[r.confirming,r.stay,r.leave]),(0,k.useEffect)(()=>{if(Fa.length!==0)return wa(Fa)},[]);let i=n.fatalError?.source===`realm`?n.fatalError.message:null;(0,k.useEffect)(()=>{if(i!=null)return va({message:i,onDismiss:n.dismissFatal})},[i]);let a=n.fatalError!=null&&n.fatalError.source!==`realm`?{message:n.fatalError.message,source:n.fatalError.source}:null,o=n.phase===`world`?n.permissions.pending[0]?.id:void 0;(0,k.useEffect)(()=>{let e=n.permissions.pending[0];if(!(o==null||!e))return Di(e,n.permissions.resolve)},[o]);let[s,c]=(0,k.useState)(`wearables`);(0,k.useEffect)(()=>{n.backpack.open||c(`wearables`)},[n.backpack.open]);let l=()=>{let e=n.profile.data;e&&Me(e.address)},u=e=>{e===`settings`?n.settings.toggle():e===`backpack`?n.backpack.toggle():e===`communities`?n.communities.toggle():e===`map`?n.map.toggle():e===`places`?n.places.toggle():e===`gallery`?n.gallery.toggle():e===`profile`?l():e===`signout`&&n.logout()},d=n.settings.open||n.backpack.open||n.communities.open||n.map.open||n.places.open||n.gallery.open;return ja?(0,M.jsxs)(ue,{value:n,children:[e&&(0,M.jsx)(pe,{rpc:e}),(0,M.jsx)(y,{}),a&&(0,M.jsx)(ha,{error:a,onReload:n.reload,onDismiss:a.source===`runtime`?n.dismissFatal:void 0})]}):(0,M.jsxs)(ue,{value:n,children:[e&&(0,M.jsx)(pe,{rpc:e}),n.phase===`login`&&(0,M.jsx)(Li,{flow:n.login}),n.phase===`picking`&&(0,M.jsx)(Le,{onPick:n.pickDestination}),n.phase===`entering`&&(0,M.jsx)(zi,{scene:n.sceneLoading}),n.phase===`world`&&!n.menuOpen&&(0,M.jsxs)(M.Fragment,{children:[!d&&(0,M.jsx)(Sr,{session:n,onViewProfile:l}),!d&&(0,M.jsx)(ui,{minimap:n.minimap,map:n.map,sceneTitle:n.minimap.sceneTitle,setEngineViewport:n.setEngineViewport}),!d&&(0,M.jsx)(Si,{hover:n.hover,locked:n.cursorLocked,proximity:n.proximity}),(0,M.jsx)($t,{chat:n.chat,hidden:n.friends.open||d,me:n.profile.data,onTeleport:(e,t)=>n.map.teleport(e,t),onVisitWorld:e=>De({worldName:e,onConfirm:()=>n.map.changeRealm(e)})}),(0,M.jsx)(fn,{friends:n.friends}),(0,M.jsx)(Gn,{settings:n.settings,bindings:n.bindings,profile:n.profile,onNavigate:u}),(0,M.jsx)(Kn,{profile:n.profile}),(0,M.jsx)(tr,{notifications:n.notifications}),(0,M.jsx)(_r,{emotes:n.emotes,onCustomise:()=>{c(`emotes`),n.backpack.toggle()}}),(0,M.jsx)(We,{backpack:n.backpack,emotes:n.emotes,profile:n.profile,onNavigate:u,setEngineViewport:n.setEngineViewport,initialTab:s}),(0,M.jsx)(Ce,{communities:n.communities,profile:n.profile,onNavigate:u}),(0,M.jsx)(Ue,{map:n.map,profile:n.profile,onNavigate:u}),(0,M.jsx)(Ve,{places:n.places,profile:n.profile,onNavigate:u,onTeleport:(e,t)=>n.map.teleport(e,t),onVisitWorld:e=>n.map.changeRealm(e)}),(0,M.jsx)(He,{gallery:n.gallery,profile:n.profile,onNavigate:u,onTeleport:(e,t)=>n.map.teleport(e,t),onViewProfile:e=>Me(e.address)})]}),(0,M.jsx)(y,{}),a&&(0,M.jsx)(ha,{error:a,onReload:n.reload,onDismiss:a.source===`runtime`?n.dismissFatal:void 0})]})}var Ba=`coi_sw_reloaded`;function Va(){`serviceWorker`in navigator&&(location.pathname.endsWith(`/`)||history.replaceState(history.state,``,`${location.pathname}/${location.search}${location.hash}`),navigator.serviceWorker.register(new URL(`service_worker.js`,ye)).then(e=>{if(navigator.serviceWorker.controller){sessionStorage.removeItem(Ba);return}let t=()=>{sessionStorage.getItem(Ba)?(sessionStorage.removeItem(Ba),console.error(`[coi] service worker failed to take control after reload`)):(sessionStorage.setItem(Ba,`true`),window.location.reload())};if(e.active){t();return}let n=e.installing??e.waiting;n?.addEventListener(`statechange`,()=>{n.state===`activated`&&t()})}).catch(e=>console.log(`[coi] service worker registration failed:`,e)))}var Ha=/^(localhost|127(\.\d{1,3}){3}|\[::1\])$/i,Ua=/^(10|192\.168|172\.(1[6-9]|2\d|3[01])|169\.254)(\.\d{1,3}){1,3}$/;function Wa(e){let t;try{t=new URL(e,location.href).hostname}catch{return null}return Ha.test(t)?`loopback`:Ua.test(t)||t.toLowerCase().endsWith(`.local`)?`local`:null}function Ga(){let e=window.fetch.bind(window);window.fetch=function(t,n){let r=Wa(t instanceof Request?t.url:String(t));if(r==null||n!=null&&`targetAddressSpace`in n)return e(t,n);let i={...n,targetAddressSpace:r};return e(t,i)}}Ga(),Te(),Va(),(0,tt.createRoot)(document.getElementById(`root`)).render((0,M.jsx)(k.StrictMode,{children:(0,M.jsx)(Ia,{})}));export{Zt as i,Xt as n,Jt as r,pr as t};
|