bridgeapp-ai-chat-widget 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -32205,7 +32205,7 @@ class m$ {
|
|
|
32205
32205
|
}
|
|
32206
32206
|
async loadAnimation(e) {
|
|
32207
32207
|
const n = (await this.fbxLoader.loadAsync(
|
|
32208
|
-
this.resolveAsset(
|
|
32208
|
+
this.resolveAsset(`animations/${e.name}.fbx`)
|
|
32209
32209
|
)).animations[0], a = this.mixer.clipAction(n);
|
|
32210
32210
|
a.weight = 1, e.loop || (a.loop = h6, a.clampWhenFinished = !0);
|
|
32211
32211
|
const o = e.blendShapeScenario ? new d$(await (await fetch(`${this.assetsUrl}animations/${e.name}.json`)).json(), this.head, e.loop) : void 0;
|
|
@@ -4540,7 +4540,7 @@ void main() {
|
|
|
4540
4540
|
14.88 G
|
|
4541
4541
|
15.02 X
|
|
4542
4542
|
15.43 X
|
|
4543
|
-
`;class cq{constructor(e,t,n){this.head=t,this.timeline=au.timeline({paused:!0,loop:n}),Object.entries(e).forEach(([a,o])=>{const c=this.head.morphTargetDictionary[a];o.forEach(f=>{this.timeline.to(this.morphingInfluences,{[c]:f.target,duration:(f.timeFinish-f.timeStart)/1e3,ease:"none"},f.timeStart/1e3)})})}timeline;morphingInfluences=[0,0,0,0,0,0,0,0,0,0,0,0,0];play(){this.head.morphTargetInfluences=this.morphingInfluences,this.timeline.progress(0),this.timeline.play()}pause(){this.timeline.pause()}stop(){this.timeline.pause(0),this.morphingInfluences.fill(0)}}const uq=["blendShape1.AE","blendShape1.ChJ","blendShape1.FV","blendShape1.Oh","blendShape1.Ah","blendShape1.Ih","blendShape1.L","blendShape1.SZ","blendShape1.Woo","blendShape1.MBP","blendShape1.Smile_Closed","blendShape1.Smile_Open","blendShape1.Kiss"],fq={A:9,B:7,C:0,D:4,E:3,F:8,G:2,H:6,X:-1};class dq{constructor(e,t,n,a){this.model=e,this.head=t,this.fbxLoader=n,this.assetsUrl=a}animations=[];zeroMorphingInfluences=[0,0,0,0,0,0,0,0,0,0,0,0,0];visemeDataIndex=0;visemeData;mixer;activeActionName;actions=new Map;async init(){this.mixer=new N9(this.model),this.mixer.addEventListener("finished",n=>{n.action!==this.actions.get("idle_1")?.animation&&this.fadeToAction("idle_1")});const t=await(await fetch(`${this.assetsUrl}animations/animation_assets.json`)).json();await Promise.all(t.map(n=>this.loadAnimation(n))).then(()=>{this.actions.get("idle_1")?.animation.play(),this.activeActionName="idle_1"})}resolveAsset(e){return new URL(e,this.assetsUrl).href}async loadAnimation(e){const n=(await this.fbxLoader.loadAsync(this.resolveAsset(
|
|
4543
|
+
`;class cq{constructor(e,t,n){this.head=t,this.timeline=au.timeline({paused:!0,loop:n}),Object.entries(e).forEach(([a,o])=>{const c=this.head.morphTargetDictionary[a];o.forEach(f=>{this.timeline.to(this.morphingInfluences,{[c]:f.target,duration:(f.timeFinish-f.timeStart)/1e3,ease:"none"},f.timeStart/1e3)})})}timeline;morphingInfluences=[0,0,0,0,0,0,0,0,0,0,0,0,0];play(){this.head.morphTargetInfluences=this.morphingInfluences,this.timeline.progress(0),this.timeline.play()}pause(){this.timeline.pause()}stop(){this.timeline.pause(0),this.morphingInfluences.fill(0)}}const uq=["blendShape1.AE","blendShape1.ChJ","blendShape1.FV","blendShape1.Oh","blendShape1.Ah","blendShape1.Ih","blendShape1.L","blendShape1.SZ","blendShape1.Woo","blendShape1.MBP","blendShape1.Smile_Closed","blendShape1.Smile_Open","blendShape1.Kiss"],fq={A:9,B:7,C:0,D:4,E:3,F:8,G:2,H:6,X:-1};class dq{constructor(e,t,n,a){this.model=e,this.head=t,this.fbxLoader=n,this.assetsUrl=a}animations=[];zeroMorphingInfluences=[0,0,0,0,0,0,0,0,0,0,0,0,0];visemeDataIndex=0;visemeData;mixer;activeActionName;actions=new Map;async init(){this.mixer=new N9(this.model),this.mixer.addEventListener("finished",n=>{n.action!==this.actions.get("idle_1")?.animation&&this.fadeToAction("idle_1")});const t=await(await fetch(`${this.assetsUrl}animations/animation_assets.json`)).json();await Promise.all(t.map(n=>this.loadAnimation(n))).then(()=>{this.actions.get("idle_1")?.animation.play(),this.activeActionName="idle_1"})}resolveAsset(e){return new URL(e,this.assetsUrl).href}async loadAnimation(e){const n=(await this.fbxLoader.loadAsync(this.resolveAsset(`animations/${e.name}.fbx`))).animations[0],a=this.mixer.clipAction(n);a.weight=1,e.loop||(a.loop=J4,a.clampWhenFinished=!0);const o=e.blendShapeScenario?new cq(await(await fetch(`${this.assetsUrl}animations/${e.name}.json`)).json(),this.head,e.loop):void 0;this.actions.set(e.name,{animation:a,blendShapeScenario:o})}fadeDuration=.2;fadeToAction(e){const t=this.actions.get(this.activeActionName);this.activeActionName=e;const n=this.actions.get(this.activeActionName);t!==n&&(t?.animation.fadeOut(this.fadeDuration),t?.blendShapeScenario?.stop()),n.animation.reset().setEffectiveTimeScale(1).setEffectiveWeight(1).fadeIn(this.fadeDuration).play(),n.blendShapeScenario?.play()}reset(){this.visemeDataIndex=0}setVisemeData(){this.visemeData=lq.trim().split(`
|
|
4544
4544
|
`).map(e=>{const t=e.split(" ");return{time:Number(t[0]),viseme:t[1]}}).filter(e=>e.viseme!=="X")}convertVisemeDataToAnimationScenario(){}update(e,t=0){this.mixer&&this.mixer.update(e),!(this.visemeDataIndex>=this.visemeData.length)&&t&&t>=this.visemeData[this.visemeDataIndex].time-this.blendShapeResetAnimationLength*.7&&(this.playVisemeAnimation(t,this.visemeData[this.visemeDataIndex],this.visemeData[this.visemeDataIndex+1]),this.visemeDataIndex++)}resetMorphing(){this.animations.forEach(e=>e.kill()),au.to(this.head.morphTargetInfluences,this.blendShapeResetAnimationLength,this.zeroMorphingInfluences)}blendShapeAnimationLength=.2;blendShapeResetAnimationLength=.1;playVisemeAnimation(e,t,n){if(this.resetMorphing(),t.viseme==="X")return;let a=1,o=t.viseme;const c=uq[fq[o]],f=this.head?.morphTargetDictionary[c],h=n?.time-e,y=Math.min(this.blendShapeAnimationLength,h-.07),_={influence:0},p=au.to(_,{influence:a,duration:y,delay:this.blendShapeResetAnimationLength*.7,onUpdate:()=>{this.head.morphTargetInfluences[f]=_.influence}}),v=au.to(_,{influence:0,duration:this.blendShapeAnimationLength,delay:y+.07,onUpdate:()=>{this.head.morphTargetInfluences[f]=_.influence}});this.animations=[p,v]}shapeFadeInDuration=.6;shapeFadeOutDuration=.6;showcaseBlendShape(e){this.resetMorphing();const t=this.head?.morphTargetDictionary[e],n={influence:0};au.to(n,{influence:1,duration:this.shapeFadeInDuration,delay:this.blendShapeResetAnimationLength,onUpdate:()=>{this.head.morphTargetInfluences[t]=n.influence}}),au.to(n,{influence:0,duration:this.shapeFadeOutDuration,delay:this.blendShapeResetAnimationLength+3,onUpdate:()=>{this.head.morphTargetInfluences[t]=n.influence}})}}class hq{constructor(e,t,n,a){this.canvas=e,this.videoContainer=t,this.config=n,this.onAvatarReady=a,this.renderer=new WG({canvas:this.canvas,antialias:!0,powerPreference:"high-performance",logarithmicDepthBuffer:!0,alpha:!0}),this.renderer.outputColorSpace=Jt,this.renderer.setPixelRatio(window.devicePixelRatio),this.renderer.shadowMap.enabled=!0,this.renderer.shadowMap.type=N4,this.init(),this.gui.domElement.style.position="absolute",this.gui.domElement.style.top="0",this.gui.domElement.style.left="0",this.gui.domElement.style.zIndex="50"}renderer;sound;gui=new p3().hide();materialSets;materialSetType="PBR";cubeTexture;fbxLoader=new bj;textureLoader=new eN;clock=new b9;scene;camera;hair;head;body;animationManager;cameraParams={zoomIn:{position:new xe(0,140,200),lookAt:new xe(-7,115,0),fov:35},zoomOut:{position:new xe(0,125,200),lookAt:new xe(-7,90,0),fov:48}};controls;get baseUrl(){return this.config.assetsUrl.at(-1)==="/"?this.config.assetsUrl:this.config.assetsUrl+"/"}resolveAsset(e){return new URL(e,this.baseUrl).href}async init(){this.sound=new Gj.Howl({src:[`${this.baseUrl}sounds/voice-test.wav`]});const e=new M7;this.scene=e;const t=new aN(4210752,50);e.add(t);const n=2048,a=new rN(16777215,2);a.position.set(50,170,50),a.target.position.set(0,80,0),a.castShadow=!0,this.scene.add(a),e.add(a.target),a.shadow.bias=-5e-4,a.shadow.normalBias=.1,a.shadow.mapSize.width=n,a.shadow.mapSize.height=n,a.shadow.camera.near=30,a.shadow.camera.far=230,a.shadow.camera.left=-50,a.shadow.camera.right=50,a.shadow.camera.top=75,a.shadow.camera.bottom=-70;const{width:o,height:c}=this.canvas.getBoundingClientRect(),f=new fs(65,o/c,.1,1e3);this.camera=f,this.setCamera(this.cameraParams.zoomIn);const h=await this.textureLoader.loadAsync(this.resolveAsset("textures/bg1.jpg"));h.colorSpace=Jt,this.config.background&&(e.background=h);const y=new h9().setPath(this.resolveAsset("textures/cube-map/"));this.cubeTexture=await y.loadAsync(["px.png","nx.png","py.png","ny.png","pz.png","nz.png"]);const _=await this.textureLoader.loadAsync(this.resolveAsset("textures/baked/body_baked.png"));_.wrapS=ur,_.wrapT=ur;const p=await this.textureLoader.loadAsync(this.resolveAsset("textures/baked/head_baked.png")),v=await this.textureLoader.loadAsync(this.resolveAsset("textures/baked/hair_baked.png")),x=await this.textureLoader.loadAsync(this.resolveAsset("textures/pbr/brows_base_color.png")),T=await this.textureLoader.loadAsync(this.resolveAsset("textures/pbr/eyes_base_color.png"));T.wrapS=ur,T.wrapT=ur;const w=await this.textureLoader.loadAsync(this.resolveAsset("textures/pbr/body_base_color.png"));w.wrapS=ur,w.wrapT=ur;const C=await this.textureLoader.loadAsync(this.resolveAsset("textures/pbr/body_metallic.png"));C.wrapS=ur,C.wrapT=ur;const A=await this.textureLoader.loadAsync(this.resolveAsset("textures/pbr/body_normal.png"));A.wrapS=ur,A.wrapT=ur;const L=await this.textureLoader.loadAsync(this.resolveAsset("textures/pbr/body_roughness.png"));L.wrapS=ur,L.wrapT=ur;const N=new HE({map:w,normalMap:A,metalnessMap:C,metalness:1,roughnessMap:L,envMap:this.cubeTexture}),z=new Bd({map:_,normalMap:A}),B=await this.textureLoader.loadAsync(this.resolveAsset("textures/pbr/hair_base_color.png")),j=await this.textureLoader.loadAsync(this.resolveAsset("textures/pbr/hair_metallic.png")),$=await this.textureLoader.loadAsync(this.resolveAsset("textures/pbr/hair_normal.png")),Z=await this.textureLoader.loadAsync(this.resolveAsset("textures/pbr/hair_roughness.png")),U=new HE({map:B,normalMap:$,metalnessMap:j,metalness:1,roughnessMap:Z,envMap:this.cubeTexture}),F=new Bd({map:v,normalMap:$}),Q=await this.textureLoader.loadAsync(this.resolveAsset("textures/pbr/head_base_color.png")),te=await this.textureLoader.loadAsync(this.resolveAsset("textures/pbr/head_metallic.png")),re=await this.textureLoader.loadAsync(this.resolveAsset("textures/pbr/head_roughness.png")),he=new HE({map:Q,metalnessMap:te,metalness:1,roughnessMap:re,envMap:this.cubeTexture}),me=new Bd({map:p}),X=new Bd({map:x}),K=await this.textureLoader.loadAsync(this.resolveAsset("textures/shared/shadow_base_color.png"));K.wrapS=ur,K.wrapT=ur;const ee=await this.textureLoader.loadAsync(this.resolveAsset("textures/shared/shadow_opacity.png"));ee.wrapS=ur,ee.wrapT=ur,_.colorSpace=Jt,p.colorSpace=Jt,v.colorSpace=Jt,x.colorSpace=Jt,T.colorSpace=Jt,w.colorSpace=Jt,C.colorSpace=Jt,A.colorSpace=Jt,L.colorSpace=Jt,B.colorSpace=Jt,j.colorSpace=Jt,$.colorSpace=Jt,Z.colorSpace=Jt,Q.colorSpace=Jt,te.colorSpace=Jt,re.colorSpace=Jt,K.colorSpace=Jt,ee.colorSpace=Jt,this.materialSets={PBR:{hair:U,brows:X,head:he,body:N},Phong:{hair:F,brows:X,head:me,body:z}};const Ne=await this.fbxLoader.loadAsync(this.resolveAsset("models/female_rig.fbx"));e.add(Ne),Ne.traverse(Re=>{if(Re instanceof al&&(Re.castShadow=!0,Re.receiveShadow=!0),Re.name=="eye_shadows"){const oe=Re.material;oe.map=K,oe.alphaMap=ee,oe.transparent=!0;return}if(Re.name=="Hair"){this.hair=Re;return}if(Re.name=="Eyes"){const V=Re,oe=new HE({map:T});V.material=oe;return}if(Re.name=="Head"){this.head=Re;return}if(Re.name=="Body"){this.body=Re;return}}),this.animationManager=new dq(Ne,this.head,this.fbxLoader,this.baseUrl),await this.animationManager.init(),this.animationManager.setVisemeData(),this.setMaterialsByType(this.materialSetType),this.animate(),this.onResize(),this.onAvatarReady(this.externalLaunchAnimationAction),this.config.debug&&this.addGui()}addGui(){this.gui.show();const e=this.gui.addFolder("3D Animations").close(),t=this.gui.addFolder("Video + 3D Animations"),n={excited:()=>this.playAction("excited",!1),fixHair:()=>this.playAction("fix_hair",!1),genericSpeaking:()=>this.playAction("generic_speaking_1",!0),genericSpeaking2:()=>this.playAction("generic_speaking_2",!0),spin:()=>this.playAction("spin",!1),waitingIdle:()=>this.playAction("waiting_idle",!1),speak:()=>this.playAction("voice_1",!0),kiss:()=>this.playAction("kiss",!1),playVideoIdle:async()=>{await this.playVideo("idle"),this.playAction("waiting_idle",!1)},playVideoWave:async()=>{await this.playVideo("wave"),this.playAction("waiting_idle",!1)},playVideoSpeaking1:async()=>{await this.playVideo("speaking_1",!0),this.playVideo("idle")},playVideoSpeaking2:async()=>{await this.playVideo("speaking_2",!0),this.playVideo("idle")},playVideoSpeakingLong:async()=>{await this.playVideo("long_speaking",!0),this.playVideo("idle")},toggleShadow:()=>{this.renderer.shadowMap.enabled=!this.renderer.shadowMap.enabled}};e.add(n,"excited").name("Excited"),e.add(n,"fixHair").name("Fix Hair"),e.add(n,"genericSpeaking").name("Generic Speaking"),e.add(n,"genericSpeaking2").name("Generic Speaking 2"),e.add(n,"spin").name("Spin"),e.add(n,"waitingIdle").name("Waiting Idle"),e.add(n,"speak").name("Speak"),e.add(n,"kiss").name("Kiss"),t.add(n,"playVideoIdle").name("Video Idle -> 3D Waiting Idle"),t.add(n,"playVideoWave").name("Video Wave -> 3D Waiting Idle"),t.add(n,"playVideoSpeakingLong").name("Video Long Speaking -> Video Idle"),t.add(n,"playVideoSpeaking1").name("Video Speaking 1 -> Video Idle"),t.add(n,"playVideoSpeaking2").name("Video Speaking 2 -> Video Idle")}tempLookAt=new xe;setCamera(e,t){const{position:n,lookAt:a,fov:o}=e;au.to(this.camera.position,{x:n.x,y:n.y,z:n.z,duration:.5}),au.to(this.camera,{fov:o,duration:.5,onUpdate:()=>{this.camera.updateProjectionMatrix()}}),au.to(this.tempLookAt,{x:a.x,y:a.y,z:a.z,duration:.5,onUpdate:()=>{this.camera.lookAt(this.tempLookAt)},onComplete:t})}setMaterialsByType(e){const{hair:t,brows:n,head:a,body:o}=this.materialSets[e];this.hair.material=t,this.head.material[0]=a,this.head.material[1]=n,this.body.material=o}switchMaterials=()=>{this.materialSetType=this.materialSetType==="PBR"?"Phong":"PBR",this.setMaterialsByType(this.materialSetType)};width=0;height=0;onResize=(e,t)=>{if(!e||!t){const n=this.canvas.getBoundingClientRect();e=n.width,t=n.height}!e||!t||e==this.width&&t==this.height||(this.camera.aspect=e/t,this.camera.updateProjectionMatrix(),this.renderer.setSize(e,t,!1),this.render(),this.width=e,this.height=t)};animate=()=>{requestAnimationFrame(this.animate);const e=this.clock.getDelta(),t=this.sound.seek();this.animationManager.update(e,t),this.controls?.update(),this.render()};externalLaunchAnimationAction=e=>{this.animationManager.fadeToAction(e)};playAction=(e,t)=>{this.shutDownVideo(),this.setCamera(this.cameraParams.zoomIn),this.animationManager.reset(),this.sound.stop(),t&&this.sound.play(),this.animationManager.fadeToAction(e)};playVideo=async(e,t)=>new Promise(a=>{this.setCamera(this.cameraParams.zoomOut,()=>{for(const c of this.videoContainer.children)c.style.visibility="hidden",c.onended=null;const o=this.videoContainer.querySelector(`#${e}`);o.style.visibility="visible",t&&this.sound.play(),o.play(),o.onended=()=>{this.sound.stop(),a(void 0)}})});shutDownVideo=()=>{for(const e of this.videoContainer.children)e.style.visibility="hidden"};showcaseBlendShape(e){this.sound.stop(),this.animationManager.showcaseBlendShape(e)}render(){this.renderer.render(this.scene,this.camera)}}const pq=i=>Ze.createElement("svg",{width:15,height:22,viewBox:"0 0 15 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i},Ze.createElement("path",{d:"M3 10.5V4.5C3 3.30653 3.47411 2.16193 4.31802 1.31802C5.16193 0.474106 6.30653 0 7.5 0C8.69347 0 9.83807 0.474106 10.682 1.31802C11.5259 2.16193 12 3.30653 12 4.5V10.5C12 11.6935 11.5259 12.8381 10.682 13.682C9.83807 14.5259 8.69347 15 7.5 15C6.30653 15 5.16193 14.5259 4.31802 13.682C3.47411 12.8381 3 11.6935 3 10.5ZM15 10.5C15 10.3011 14.921 10.1103 14.7803 9.96967C14.6397 9.82902 14.4489 9.75 14.25 9.75C14.0511 9.75 13.8603 9.82902 13.7197 9.96967C13.579 10.1103 13.5 10.3011 13.5 10.5C13.5 12.0913 12.8679 13.6174 11.7426 14.7426C10.6174 15.8679 9.0913 16.5 7.5 16.5C5.9087 16.5 4.38258 15.8679 3.25736 14.7426C2.13214 13.6174 1.5 12.0913 1.5 10.5C1.5 10.3011 1.42098 10.1103 1.28033 9.96967C1.13968 9.82902 0.948912 9.75 0.75 9.75C0.551088 9.75 0.360322 9.82902 0.21967 9.96967C0.0790178 10.1103 0 10.3011 0 10.5C0.00228386 12.3586 0.693677 14.1504 1.94048 15.5288C3.18728 16.9072 4.90091 17.7743 6.75 17.9625V21C6.75 21.1989 6.82902 21.3897 6.96967 21.5303C7.11032 21.671 7.30109 21.75 7.5 21.75C7.69891 21.75 7.88968 21.671 8.03033 21.5303C8.17098 21.3897 8.25 21.1989 8.25 21V17.9625C10.0991 17.7743 11.8127 16.9072 13.0595 15.5288C14.3063 14.1504 14.9977 12.3586 15 10.5Z",fill:"white"})),mq=i=>Ze.createElement("svg",{width:17,height:22,viewBox:"0 0 17 22",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...i},Ze.createElement("path",{d:"M16.2483 20.05C16.1011 20.1838 15.9068 20.2536 15.7082 20.2441C15.5095 20.2346 15.3227 20.1466 15.189 19.9994L12.2902 16.8119C11.2986 17.4511 10.1683 17.8436 8.99395 17.9566V20.995C8.99395 21.1939 8.91494 21.3847 8.77428 21.5253C8.63363 21.666 8.44287 21.745 8.24395 21.745C8.04504 21.745 7.85428 21.666 7.71362 21.5253C7.57297 21.3847 7.49395 21.1939 7.49395 20.995V17.9575C5.64487 17.7694 3.93123 16.9022 2.68443 15.5238C1.43763 14.1454 0.746237 12.3536 0.743953 10.495C0.743953 10.2961 0.822971 10.1053 0.963623 9.96468C1.10428 9.82403 1.29504 9.74501 1.49395 9.74501C1.69287 9.74501 1.88363 9.82403 2.02428 9.96468C2.16494 10.1053 2.24395 10.2961 2.24395 10.495C2.24569 12.0858 2.87839 13.6109 4.00323 14.7357C5.12807 15.8606 6.65319 16.4933 8.24395 16.495C9.3051 16.4981 10.3477 16.2172 11.2636 15.6813L10.223 14.5375C9.53688 14.8735 8.77649 15.0293 8.01351 14.9902C7.25052 14.951 6.51006 14.7183 5.86189 14.3139C5.21372 13.9095 4.67918 13.3467 4.30864 12.6786C3.93811 12.0105 3.74377 11.259 3.74395 10.495V7.4097L0.188953 3.49939C0.0579834 3.35175 -0.00951799 3.15845 0.00108397 2.96138C0.0116859 2.76431 0.0995364 2.57936 0.245589 2.44663C0.391643 2.3139 0.584126 2.24408 0.781309 2.25232C0.978492 2.26056 1.16448 2.34619 1.29895 2.49064L16.299 18.9906C16.4327 19.1378 16.5025 19.3321 16.493 19.5308C16.4835 19.7295 16.3955 19.9162 16.2483 20.05ZM13.9805 14.1316C14.0828 14.1823 14.1954 14.2086 14.3096 14.2085C14.4501 14.2085 14.5878 14.169 14.7069 14.0946C14.8261 14.0202 14.922 13.9138 14.9836 13.7875C15.4869 12.7631 15.7471 11.6364 15.744 10.495C15.744 10.2961 15.6649 10.1053 15.5243 9.96468C15.3836 9.82403 15.1929 9.74501 14.994 9.74501C14.795 9.74501 14.6043 9.82403 14.4636 9.96468C14.323 10.1053 14.244 10.2961 14.244 10.495C14.2466 11.4079 14.0387 12.309 13.6365 13.1285C13.5491 13.3071 13.5363 13.5131 13.6008 13.7013C13.6653 13.8894 13.8019 14.0442 13.9805 14.1316ZM11.4183 11.3922C11.5158 11.4995 11.6422 11.5762 11.7824 11.6131C11.9225 11.65 12.0703 11.6456 12.208 11.6002C12.3456 11.5549 12.4672 11.4707 12.558 11.3577C12.6488 11.2448 12.7049 11.1079 12.7196 10.9638C12.7356 10.808 12.7437 10.6516 12.744 10.495V4.49501C12.7428 3.46146 12.3859 2.45981 11.7333 1.6584C11.0806 0.85698 10.172 0.304654 9.16007 0.0942441C8.14816 -0.116166 7.09467 0.0281652 6.17664 0.502981C5.25861 0.977798 4.53201 1.75415 4.11895 2.70158C4.06128 2.834 4.04308 2.98027 4.06652 3.1228C4.08997 3.26532 4.15408 3.39804 4.25114 3.50501L11.4183 11.3922Z"})),gq=i=>Ze.createElement("svg",{width:19,height:17,viewBox:"0 0 19 17",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...i},Ze.createElement("path",{d:"M12.5227 3.81607C11.8966 2.45748 10.8252 1.35355 9.48597 0.687157C8.14671 0.0207681 6.61998 -0.168078 5.15872 0.151907C3.69745 0.471891 2.38936 1.2815 1.45116 2.4466C0.512966 3.6117 0.000969112 5.06237 0 6.55826V11.5583C0 11.9727 0.16462 12.3701 0.457646 12.6631C0.750671 12.9561 1.1481 13.1208 1.5625 13.1208H5.63281C6.16643 14.2418 7.00649 15.1889 8.05583 15.8525C9.10517 16.5161 10.3209 16.8692 11.5625 16.8708H16.5625C16.9769 16.8708 17.3743 16.7061 17.6674 16.4131C17.9604 16.1201 18.125 15.7227 18.125 15.3083V10.3083C18.1251 8.73409 17.5593 7.21234 16.5309 6.02056C15.5024 4.82878 14.0799 4.04638 12.5227 3.81607ZM1.875 6.55826C1.875 5.63116 2.14992 4.72488 2.66499 3.95402C3.18006 3.18317 3.91214 2.58236 4.76867 2.22757C5.6252 1.87278 6.5677 1.77996 7.47699 1.96082C8.38627 2.14169 9.2215 2.58813 9.87706 3.24369C10.5326 3.89925 10.9791 4.73448 11.1599 5.64377C11.3408 6.55306 11.248 7.49556 10.8932 8.35209C10.5384 9.20861 9.93759 9.9407 9.16674 10.4558C8.39588 10.9708 7.4896 11.2458 6.5625 11.2458H1.875V6.55826ZM16.25 14.9958H11.5625C10.8125 14.9949 10.0737 14.8145 9.40771 14.4697C8.74173 14.1249 8.16796 13.6256 7.73438 13.0137C9.36318 12.7195 10.8205 11.8202 11.8138 10.4962C12.8071 9.17219 13.2629 7.52154 13.0898 5.87544C14.0125 6.19342 14.8129 6.79144 15.3794 7.58608C15.9459 8.38072 16.2502 9.33236 16.25 10.3083V14.9958Z"}));function fk(i){var e,t,n="";if(typeof i=="string"||typeof i=="number")n+=i;else if(typeof i=="object")if(Array.isArray(i)){var a=i.length;for(e=0;e<a;e++)i[e]&&(t=fk(i[e]))&&(n&&(n+=" "),n+=t)}else for(t in i)i[t]&&(n&&(n+=" "),n+=t);return n}function yq(){for(var i,e,t=0,n="",a=arguments.length;t<a;t++)(i=arguments[t])&&(e=fk(i))&&(n&&(n+=" "),n+=e);return n}const vq=(i,e)=>{const t=new Array(i.length+e.length);for(let n=0;n<i.length;n++)t[n]=i[n];for(let n=0;n<e.length;n++)t[i.length+n]=e[n];return t},_q=(i,e)=>({classGroupId:i,validator:e}),dk=(i=new Map,e=null,t)=>({nextPart:i,validators:e,classGroupId:t}),fT="-",hk=[],bq="arbitrary..",xq=i=>{const e=Eq(i),{conflictingClassGroups:t,conflictingClassGroupModifiers:n}=i;return{getClassGroupId:c=>{if(c.startsWith("[")&&c.endsWith("]"))return Sq(c);const f=c.split(fT),h=f[0]===""&&f.length>1?1:0;return pk(f,h,e)},getConflictingClassGroupIds:(c,f)=>{if(f){const h=n[c],y=t[c];return h?y?vq(y,h):h:y||hk}return t[c]||hk}}},pk=(i,e,t)=>{if(i.length-e===0)return t.classGroupId;const a=i[e],o=t.nextPart.get(a);if(o){const y=pk(i,e+1,o);if(y)return y}const c=t.validators;if(c===null)return;const f=e===0?i.join(fT):i.slice(e).join(fT),h=c.length;for(let y=0;y<h;y++){const _=c[y];if(_.validator(f))return _.classGroupId}},Sq=i=>i.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const e=i.slice(1,-1),t=e.indexOf(":"),n=e.slice(0,t);return n?bq+n:void 0})(),Eq=i=>{const{theme:e,classGroups:t}=i;return Tq(t,e)},Tq=(i,e)=>{const t=dk();for(const n in i){const a=i[n];nR(a,t,n,e)}return t},nR=(i,e,t,n)=>{const a=i.length;for(let o=0;o<a;o++){const c=i[o];Mq(c,e,t,n)}},Mq=(i,e,t,n)=>{if(typeof i=="string"){wq(i,e,t);return}if(typeof i=="function"){Aq(i,e,t,n);return}Cq(i,e,t,n)},wq=(i,e,t)=>{const n=i===""?e:mk(e,i);n.classGroupId=t},Aq=(i,e,t,n)=>{if(Rq(i)){nR(i(n),e,t,n);return}e.validators===null&&(e.validators=[]),e.validators.push(_q(t,i))},Cq=(i,e,t,n)=>{const a=Object.entries(i),o=a.length;for(let c=0;c<o;c++){const[f,h]=a[c];nR(h,mk(e,f),t,n)}},mk=(i,e)=>{let t=i;const n=e.split(fT),a=n.length;for(let o=0;o<a;o++){const c=n[o];let f=t.nextPart.get(c);f||(f=dk(),t.nextPart.set(c,f)),t=f}return t},Rq=i=>"isThemeGetter"in i&&i.isThemeGetter===!0,Dq=i=>{if(i<1)return{get:()=>{},set:()=>{}};let e=0,t=Object.create(null),n=Object.create(null);const a=(o,c)=>{t[o]=c,e++,e>i&&(e=0,n=t,t=Object.create(null))};return{get(o){let c=t[o];if(c!==void 0)return c;if((c=n[o])!==void 0)return a(o,c),c},set(o,c){o in t?t[o]=c:a(o,c)}}},iR="!",gk=":",Oq=[],yk=(i,e,t,n,a)=>({modifiers:i,hasImportantModifier:e,baseClassName:t,maybePostfixModifierPosition:n,isExternal:a}),Lq=i=>{const{prefix:e,experimentalParseClassName:t}=i;let n=a=>{const o=[];let c=0,f=0,h=0,y;const _=a.length;for(let w=0;w<_;w++){const C=a[w];if(c===0&&f===0){if(C===gk){o.push(a.slice(h,w)),h=w+1;continue}if(C==="/"){y=w;continue}}C==="["?c++:C==="]"?c--:C==="("?f++:C===")"&&f--}const p=o.length===0?a:a.slice(h);let v=p,x=!1;p.endsWith(iR)?(v=p.slice(0,-1),x=!0):p.startsWith(iR)&&(v=p.slice(1),x=!0);const T=y&&y>h?y-h:void 0;return yk(o,x,v,T)};if(e){const a=e+gk,o=n;n=c=>c.startsWith(a)?o(c.slice(a.length)):yk(Oq,!1,c,void 0,!0)}if(t){const a=n;n=o=>t({className:o,parseClassName:a})}return n},Nq=i=>{const e=new Map;return i.orderSensitiveModifiers.forEach((t,n)=>{e.set(t,1e6+n)}),t=>{const n=[];let a=[];for(let o=0;o<t.length;o++){const c=t[o],f=c[0]==="[",h=e.has(c);f||h?(a.length>0&&(a.sort(),n.push(...a),a=[]),n.push(c)):a.push(c)}return a.length>0&&(a.sort(),n.push(...a)),n}},kq=i=>({cache:Dq(i.cacheSize),parseClassName:Lq(i),sortModifiers:Nq(i),...xq(i)}),Uq=/\s+/,zq=(i,e)=>{const{parseClassName:t,getClassGroupId:n,getConflictingClassGroupIds:a,sortModifiers:o}=e,c=[],f=i.trim().split(Uq);let h="";for(let y=f.length-1;y>=0;y-=1){const _=f[y],{isExternal:p,modifiers:v,hasImportantModifier:x,baseClassName:T,maybePostfixModifierPosition:w}=t(_);if(p){h=_+(h.length>0?" "+h:h);continue}let C=!!w,A=n(C?T.substring(0,w):T);if(!A){if(!C){h=_+(h.length>0?" "+h:h);continue}if(A=n(T),!A){h=_+(h.length>0?" "+h:h);continue}C=!1}const L=v.length===0?"":v.length===1?v[0]:o(v).join(":"),N=x?L+iR:L,z=N+A;if(c.indexOf(z)>-1)continue;c.push(z);const B=a(A,C);for(let j=0;j<B.length;++j){const $=B[j];c.push(N+$)}h=_+(h.length>0?" "+h:h)}return h},Iq=(...i)=>{let e=0,t,n,a="";for(;e<i.length;)(t=i[e++])&&(n=vk(t))&&(a&&(a+=" "),a+=n);return a},vk=i=>{if(typeof i=="string")return i;let e,t="";for(let n=0;n<i.length;n++)i[n]&&(e=vk(i[n]))&&(t&&(t+=" "),t+=e);return t},Bq=(i,...e)=>{let t,n,a,o;const c=h=>{const y=e.reduce((_,p)=>p(_),i());return t=kq(y),n=t.cache.get,a=t.cache.set,o=f,f(h)},f=h=>{const y=n(h);if(y)return y;const _=zq(h,t);return a(h,_),_};return o=c,(...h)=>o(Iq(...h))},Pq=[],Wr=i=>{const e=t=>t[i]||Pq;return e.isThemeGetter=!0,e},_k=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,bk=/^\((?:(\w[\w-]*):)?(.+)\)$/i,Fq=/^\d+\/\d+$/,Hq=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Vq=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Gq=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,jq=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Xq=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,dy=i=>Fq.test(i),Mn=i=>!!i&&!Number.isNaN(Number(i)),Kd=i=>!!i&&Number.isInteger(Number(i)),rR=i=>i.endsWith("%")&&Mn(i.slice(0,-1)),hf=i=>Hq.test(i),qq=()=>!0,$q=i=>Vq.test(i)&&!Gq.test(i),xk=()=>!1,Yq=i=>jq.test(i),Wq=i=>Xq.test(i),Zq=i=>!At(i)&&!Ct(i),Kq=i=>hy(i,wk,xk),At=i=>_k.test(i),hm=i=>hy(i,Ak,$q),aR=i=>hy(i,n$,Mn),Sk=i=>hy(i,Tk,xk),Qq=i=>hy(i,Mk,Wq),dT=i=>hy(i,Ck,Yq),Ct=i=>bk.test(i),Nb=i=>py(i,Ak),Jq=i=>py(i,i$),Ek=i=>py(i,Tk),e$=i=>py(i,wk),t$=i=>py(i,Mk),hT=i=>py(i,Ck,!0),hy=(i,e,t)=>{const n=_k.exec(i);return n?n[1]?e(n[1]):t(n[2]):!1},py=(i,e,t=!1)=>{const n=bk.exec(i);return n?n[1]?e(n[1]):t:!1},Tk=i=>i==="position"||i==="percentage",Mk=i=>i==="image"||i==="url",wk=i=>i==="length"||i==="size"||i==="bg-size",Ak=i=>i==="length",n$=i=>i==="number",i$=i=>i==="family-name",Ck=i=>i==="shadow",r$=Bq(()=>{const i=Wr("color"),e=Wr("font"),t=Wr("text"),n=Wr("font-weight"),a=Wr("tracking"),o=Wr("leading"),c=Wr("breakpoint"),f=Wr("container"),h=Wr("spacing"),y=Wr("radius"),_=Wr("shadow"),p=Wr("inset-shadow"),v=Wr("text-shadow"),x=Wr("drop-shadow"),T=Wr("blur"),w=Wr("perspective"),C=Wr("aspect"),A=Wr("ease"),L=Wr("animate"),N=()=>["auto","avoid","all","avoid-page","page","left","right","column"],z=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],B=()=>[...z(),Ct,At],j=()=>["auto","hidden","clip","visible","scroll"],$=()=>["auto","contain","none"],Z=()=>[Ct,At,h],U=()=>[dy,"full","auto",...Z()],F=()=>[Kd,"none","subgrid",Ct,At],Q=()=>["auto",{span:["full",Kd,Ct,At]},Kd,Ct,At],te=()=>[Kd,"auto",Ct,At],re=()=>["auto","min","max","fr",Ct,At],he=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],me=()=>["start","end","center","stretch","center-safe","end-safe"],X=()=>["auto",...Z()],K=()=>[dy,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...Z()],ee=()=>[i,Ct,At],Ne=()=>[...z(),Ek,Sk,{position:[Ct,At]}],Re=()=>["no-repeat",{repeat:["","x","y","space","round"]}],V=()=>["auto","cover","contain",e$,Kq,{size:[Ct,At]}],oe=()=>[rR,Nb,hm],Se=()=>["","none","full",y,Ct,At],Ce=()=>["",Mn,Nb,hm],Je=()=>["solid","dashed","dotted","double"],Me=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],ve=()=>[Mn,rR,Ek,Sk],nt=()=>["","none",T,Ct,At],lt=()=>["none",Mn,Ct,At],ut=()=>["none",Mn,Ct,At],Ye=()=>[Mn,Ct,At],Ln=()=>[dy,"full",...Z()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[hf],breakpoint:[hf],color:[qq],container:[hf],"drop-shadow":[hf],ease:["in","out","in-out"],font:[Zq],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[hf],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[hf],shadow:[hf],spacing:["px",Mn],text:[hf],"text-shadow":[hf],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",dy,At,Ct,C]}],container:["container"],columns:[{columns:[Mn,At,Ct,f]}],"break-after":[{"break-after":N()}],"break-before":[{"break-before":N()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:B()}],overflow:[{overflow:j()}],"overflow-x":[{"overflow-x":j()}],"overflow-y":[{"overflow-y":j()}],overscroll:[{overscroll:$()}],"overscroll-x":[{"overscroll-x":$()}],"overscroll-y":[{"overscroll-y":$()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:U()}],"inset-x":[{"inset-x":U()}],"inset-y":[{"inset-y":U()}],start:[{start:U()}],end:[{end:U()}],top:[{top:U()}],right:[{right:U()}],bottom:[{bottom:U()}],left:[{left:U()}],visibility:["visible","invisible","collapse"],z:[{z:[Kd,"auto",Ct,At]}],basis:[{basis:[dy,"full","auto",f,...Z()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[Mn,dy,"auto","initial","none",At]}],grow:[{grow:["",Mn,Ct,At]}],shrink:[{shrink:["",Mn,Ct,At]}],order:[{order:[Kd,"first","last","none",Ct,At]}],"grid-cols":[{"grid-cols":F()}],"col-start-end":[{col:Q()}],"col-start":[{"col-start":te()}],"col-end":[{"col-end":te()}],"grid-rows":[{"grid-rows":F()}],"row-start-end":[{row:Q()}],"row-start":[{"row-start":te()}],"row-end":[{"row-end":te()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":re()}],"auto-rows":[{"auto-rows":re()}],gap:[{gap:Z()}],"gap-x":[{"gap-x":Z()}],"gap-y":[{"gap-y":Z()}],"justify-content":[{justify:[...he(),"normal"]}],"justify-items":[{"justify-items":[...me(),"normal"]}],"justify-self":[{"justify-self":["auto",...me()]}],"align-content":[{content:["normal",...he()]}],"align-items":[{items:[...me(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...me(),{baseline:["","last"]}]}],"place-content":[{"place-content":he()}],"place-items":[{"place-items":[...me(),"baseline"]}],"place-self":[{"place-self":["auto",...me()]}],p:[{p:Z()}],px:[{px:Z()}],py:[{py:Z()}],ps:[{ps:Z()}],pe:[{pe:Z()}],pt:[{pt:Z()}],pr:[{pr:Z()}],pb:[{pb:Z()}],pl:[{pl:Z()}],m:[{m:X()}],mx:[{mx:X()}],my:[{my:X()}],ms:[{ms:X()}],me:[{me:X()}],mt:[{mt:X()}],mr:[{mr:X()}],mb:[{mb:X()}],ml:[{ml:X()}],"space-x":[{"space-x":Z()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":Z()}],"space-y-reverse":["space-y-reverse"],size:[{size:K()}],w:[{w:[f,"screen",...K()]}],"min-w":[{"min-w":[f,"screen","none",...K()]}],"max-w":[{"max-w":[f,"screen","none","prose",{screen:[c]},...K()]}],h:[{h:["screen","lh",...K()]}],"min-h":[{"min-h":["screen","lh","none",...K()]}],"max-h":[{"max-h":["screen","lh",...K()]}],"font-size":[{text:["base",t,Nb,hm]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[n,Ct,aR]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",rR,At]}],"font-family":[{font:[Jq,At,e]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[a,Ct,At]}],"line-clamp":[{"line-clamp":[Mn,"none",Ct,aR]}],leading:[{leading:[o,...Z()]}],"list-image":[{"list-image":["none",Ct,At]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",Ct,At]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:ee()}],"text-color":[{text:ee()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...Je(),"wavy"]}],"text-decoration-thickness":[{decoration:[Mn,"from-font","auto",Ct,hm]}],"text-decoration-color":[{decoration:ee()}],"underline-offset":[{"underline-offset":[Mn,"auto",Ct,At]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:Z()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",Ct,At]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",Ct,At]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:Ne()}],"bg-repeat":[{bg:Re()}],"bg-size":[{bg:V()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},Kd,Ct,At],radial:["",Ct,At],conic:[Kd,Ct,At]},t$,Qq]}],"bg-color":[{bg:ee()}],"gradient-from-pos":[{from:oe()}],"gradient-via-pos":[{via:oe()}],"gradient-to-pos":[{to:oe()}],"gradient-from":[{from:ee()}],"gradient-via":[{via:ee()}],"gradient-to":[{to:ee()}],rounded:[{rounded:Se()}],"rounded-s":[{"rounded-s":Se()}],"rounded-e":[{"rounded-e":Se()}],"rounded-t":[{"rounded-t":Se()}],"rounded-r":[{"rounded-r":Se()}],"rounded-b":[{"rounded-b":Se()}],"rounded-l":[{"rounded-l":Se()}],"rounded-ss":[{"rounded-ss":Se()}],"rounded-se":[{"rounded-se":Se()}],"rounded-ee":[{"rounded-ee":Se()}],"rounded-es":[{"rounded-es":Se()}],"rounded-tl":[{"rounded-tl":Se()}],"rounded-tr":[{"rounded-tr":Se()}],"rounded-br":[{"rounded-br":Se()}],"rounded-bl":[{"rounded-bl":Se()}],"border-w":[{border:Ce()}],"border-w-x":[{"border-x":Ce()}],"border-w-y":[{"border-y":Ce()}],"border-w-s":[{"border-s":Ce()}],"border-w-e":[{"border-e":Ce()}],"border-w-t":[{"border-t":Ce()}],"border-w-r":[{"border-r":Ce()}],"border-w-b":[{"border-b":Ce()}],"border-w-l":[{"border-l":Ce()}],"divide-x":[{"divide-x":Ce()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":Ce()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...Je(),"hidden","none"]}],"divide-style":[{divide:[...Je(),"hidden","none"]}],"border-color":[{border:ee()}],"border-color-x":[{"border-x":ee()}],"border-color-y":[{"border-y":ee()}],"border-color-s":[{"border-s":ee()}],"border-color-e":[{"border-e":ee()}],"border-color-t":[{"border-t":ee()}],"border-color-r":[{"border-r":ee()}],"border-color-b":[{"border-b":ee()}],"border-color-l":[{"border-l":ee()}],"divide-color":[{divide:ee()}],"outline-style":[{outline:[...Je(),"none","hidden"]}],"outline-offset":[{"outline-offset":[Mn,Ct,At]}],"outline-w":[{outline:["",Mn,Nb,hm]}],"outline-color":[{outline:ee()}],shadow:[{shadow:["","none",_,hT,dT]}],"shadow-color":[{shadow:ee()}],"inset-shadow":[{"inset-shadow":["none",p,hT,dT]}],"inset-shadow-color":[{"inset-shadow":ee()}],"ring-w":[{ring:Ce()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:ee()}],"ring-offset-w":[{"ring-offset":[Mn,hm]}],"ring-offset-color":[{"ring-offset":ee()}],"inset-ring-w":[{"inset-ring":Ce()}],"inset-ring-color":[{"inset-ring":ee()}],"text-shadow":[{"text-shadow":["none",v,hT,dT]}],"text-shadow-color":[{"text-shadow":ee()}],opacity:[{opacity:[Mn,Ct,At]}],"mix-blend":[{"mix-blend":[...Me(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":Me()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[Mn]}],"mask-image-linear-from-pos":[{"mask-linear-from":ve()}],"mask-image-linear-to-pos":[{"mask-linear-to":ve()}],"mask-image-linear-from-color":[{"mask-linear-from":ee()}],"mask-image-linear-to-color":[{"mask-linear-to":ee()}],"mask-image-t-from-pos":[{"mask-t-from":ve()}],"mask-image-t-to-pos":[{"mask-t-to":ve()}],"mask-image-t-from-color":[{"mask-t-from":ee()}],"mask-image-t-to-color":[{"mask-t-to":ee()}],"mask-image-r-from-pos":[{"mask-r-from":ve()}],"mask-image-r-to-pos":[{"mask-r-to":ve()}],"mask-image-r-from-color":[{"mask-r-from":ee()}],"mask-image-r-to-color":[{"mask-r-to":ee()}],"mask-image-b-from-pos":[{"mask-b-from":ve()}],"mask-image-b-to-pos":[{"mask-b-to":ve()}],"mask-image-b-from-color":[{"mask-b-from":ee()}],"mask-image-b-to-color":[{"mask-b-to":ee()}],"mask-image-l-from-pos":[{"mask-l-from":ve()}],"mask-image-l-to-pos":[{"mask-l-to":ve()}],"mask-image-l-from-color":[{"mask-l-from":ee()}],"mask-image-l-to-color":[{"mask-l-to":ee()}],"mask-image-x-from-pos":[{"mask-x-from":ve()}],"mask-image-x-to-pos":[{"mask-x-to":ve()}],"mask-image-x-from-color":[{"mask-x-from":ee()}],"mask-image-x-to-color":[{"mask-x-to":ee()}],"mask-image-y-from-pos":[{"mask-y-from":ve()}],"mask-image-y-to-pos":[{"mask-y-to":ve()}],"mask-image-y-from-color":[{"mask-y-from":ee()}],"mask-image-y-to-color":[{"mask-y-to":ee()}],"mask-image-radial":[{"mask-radial":[Ct,At]}],"mask-image-radial-from-pos":[{"mask-radial-from":ve()}],"mask-image-radial-to-pos":[{"mask-radial-to":ve()}],"mask-image-radial-from-color":[{"mask-radial-from":ee()}],"mask-image-radial-to-color":[{"mask-radial-to":ee()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":z()}],"mask-image-conic-pos":[{"mask-conic":[Mn]}],"mask-image-conic-from-pos":[{"mask-conic-from":ve()}],"mask-image-conic-to-pos":[{"mask-conic-to":ve()}],"mask-image-conic-from-color":[{"mask-conic-from":ee()}],"mask-image-conic-to-color":[{"mask-conic-to":ee()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:Ne()}],"mask-repeat":[{mask:Re()}],"mask-size":[{mask:V()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",Ct,At]}],filter:[{filter:["","none",Ct,At]}],blur:[{blur:nt()}],brightness:[{brightness:[Mn,Ct,At]}],contrast:[{contrast:[Mn,Ct,At]}],"drop-shadow":[{"drop-shadow":["","none",x,hT,dT]}],"drop-shadow-color":[{"drop-shadow":ee()}],grayscale:[{grayscale:["",Mn,Ct,At]}],"hue-rotate":[{"hue-rotate":[Mn,Ct,At]}],invert:[{invert:["",Mn,Ct,At]}],saturate:[{saturate:[Mn,Ct,At]}],sepia:[{sepia:["",Mn,Ct,At]}],"backdrop-filter":[{"backdrop-filter":["","none",Ct,At]}],"backdrop-blur":[{"backdrop-blur":nt()}],"backdrop-brightness":[{"backdrop-brightness":[Mn,Ct,At]}],"backdrop-contrast":[{"backdrop-contrast":[Mn,Ct,At]}],"backdrop-grayscale":[{"backdrop-grayscale":["",Mn,Ct,At]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[Mn,Ct,At]}],"backdrop-invert":[{"backdrop-invert":["",Mn,Ct,At]}],"backdrop-opacity":[{"backdrop-opacity":[Mn,Ct,At]}],"backdrop-saturate":[{"backdrop-saturate":[Mn,Ct,At]}],"backdrop-sepia":[{"backdrop-sepia":["",Mn,Ct,At]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":Z()}],"border-spacing-x":[{"border-spacing-x":Z()}],"border-spacing-y":[{"border-spacing-y":Z()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",Ct,At]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[Mn,"initial",Ct,At]}],ease:[{ease:["linear","initial",A,Ct,At]}],delay:[{delay:[Mn,Ct,At]}],animate:[{animate:["none",L,Ct,At]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[w,Ct,At]}],"perspective-origin":[{"perspective-origin":B()}],rotate:[{rotate:lt()}],"rotate-x":[{"rotate-x":lt()}],"rotate-y":[{"rotate-y":lt()}],"rotate-z":[{"rotate-z":lt()}],scale:[{scale:ut()}],"scale-x":[{"scale-x":ut()}],"scale-y":[{"scale-y":ut()}],"scale-z":[{"scale-z":ut()}],"scale-3d":["scale-3d"],skew:[{skew:Ye()}],"skew-x":[{"skew-x":Ye()}],"skew-y":[{"skew-y":Ye()}],transform:[{transform:[Ct,At,"","none","gpu","cpu"]}],"transform-origin":[{origin:B()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:Ln()}],"translate-x":[{"translate-x":Ln()}],"translate-y":[{"translate-y":Ln()}],"translate-z":[{"translate-z":Ln()}],"translate-none":["translate-none"],accent:[{accent:ee()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:ee()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",Ct,At]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":Z()}],"scroll-mx":[{"scroll-mx":Z()}],"scroll-my":[{"scroll-my":Z()}],"scroll-ms":[{"scroll-ms":Z()}],"scroll-me":[{"scroll-me":Z()}],"scroll-mt":[{"scroll-mt":Z()}],"scroll-mr":[{"scroll-mr":Z()}],"scroll-mb":[{"scroll-mb":Z()}],"scroll-ml":[{"scroll-ml":Z()}],"scroll-p":[{"scroll-p":Z()}],"scroll-px":[{"scroll-px":Z()}],"scroll-py":[{"scroll-py":Z()}],"scroll-ps":[{"scroll-ps":Z()}],"scroll-pe":[{"scroll-pe":Z()}],"scroll-pt":[{"scroll-pt":Z()}],"scroll-pr":[{"scroll-pr":Z()}],"scroll-pb":[{"scroll-pb":Z()}],"scroll-pl":[{"scroll-pl":Z()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",Ct,At]}],fill:[{fill:["none",...ee()]}],"stroke-w":[{stroke:[Mn,Nb,hm,aR]}],stroke:[{stroke:["none",...ee()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}});function ul(...i){return r$(yq(i))}const a$=typeof document<"u"?Gp.useLayoutEffect:()=>{},Qd=i=>{var e;return(e=i?.ownerDocument)!==null&&e!==void 0?e:document},pm=i=>i&&"window"in i&&i.window===i?i:Qd(i).defaultView||window;function s$(i){return i!==null&&typeof i=="object"&&"nodeType"in i&&typeof i.nodeType=="number"}function o$(i){return s$(i)&&i.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in i}let l$=!1;function sR(){return l$}function Rk(i,e){if(!sR())return e&&i?i.contains(e):!1;if(!i||!e)return!1;let t=e;for(;t!==null;){if(t===i)return!0;t.tagName==="SLOT"&&t.assignedSlot?t=t.assignedSlot.parentNode:o$(t)?t=t.host:t=t.parentNode}return!1}const oR=(i=document)=>{var e;if(!sR())return i.activeElement;let t=i.activeElement;for(;t&&"shadowRoot"in t&&(!((e=t.shadowRoot)===null||e===void 0)&&e.activeElement);)t=t.shadowRoot.activeElement;return t};function Dk(i){return sR()&&i.target.shadowRoot&&i.composedPath?i.composedPath()[0]:i.target}function c$(i){if(u$())i.focus({preventScroll:!0});else{let e=f$(i);i.focus(),d$(e)}}let pT=null;function u$(){if(pT==null){pT=!1;try{document.createElement("div").focus({get preventScroll(){return pT=!0,!0}})}catch{}}return pT}function f$(i){let e=i.parentNode,t=[],n=document.scrollingElement||document.documentElement;for(;e instanceof HTMLElement&&e!==n;)(e.offsetHeight<e.scrollHeight||e.offsetWidth<e.scrollWidth)&&t.push({element:e,scrollTop:e.scrollTop,scrollLeft:e.scrollLeft}),e=e.parentNode;return n instanceof HTMLElement&&t.push({element:n,scrollTop:n.scrollTop,scrollLeft:n.scrollLeft}),t}function d$(i){for(let{element:e,scrollTop:t,scrollLeft:n}of i)e.scrollTop=t,e.scrollLeft=n}function mT(i){var e;if(typeof window>"u"||window.navigator==null)return!1;let t=(e=window.navigator.userAgentData)===null||e===void 0?void 0:e.brands;return Array.isArray(t)&&t.some(n=>i.test(n.brand))||i.test(window.navigator.userAgent)}function lR(i){var e;return typeof window<"u"&&window.navigator!=null?i.test(((e=window.navigator.userAgentData)===null||e===void 0?void 0:e.platform)||window.navigator.platform):!1}function pf(i){if(process.env.NODE_ENV==="test")return i;let e=null;return()=>(e==null&&(e=i()),e)}const kb=pf(function(){return lR(/^Mac/i)}),h$=pf(function(){return lR(/^iPhone/i)}),Ok=pf(function(){return lR(/^iPad/i)||kb()&&navigator.maxTouchPoints>1}),p$=pf(function(){return h$()||Ok()});pf(function(){return kb()||p$()});const m$=pf(function(){return mT(/AppleWebKit/i)&&!g$()}),g$=pf(function(){return mT(/Chrome/i)}),y$=pf(function(){return mT(/Android/i)}),v$=pf(function(){return mT(/Firefox/i)});function Ub(i,e,t=!0){var n,a;let{metaKey:o,ctrlKey:c,altKey:f,shiftKey:h}=e;v$()&&(!((a=window.event)===null||a===void 0||(n=a.type)===null||n===void 0)&&n.startsWith("key"))&&i.target==="_blank"&&(kb()?o=!0:c=!0);let y=m$()&&kb()&&!Ok()&&process.env.NODE_ENV!=="test"?new KeyboardEvent("keydown",{keyIdentifier:"Enter",metaKey:o,ctrlKey:c,altKey:f,shiftKey:h}):new MouseEvent("click",{metaKey:o,ctrlKey:c,altKey:f,shiftKey:h,detail:1,bubbles:!0,cancelable:!0});Ub.isOpening=t,c$(i),i.dispatchEvent(y),Ub.isOpening=!1}Ub.isOpening=!1;function Lk(){let i=Ze.useRef(new Map),e=Ze.useCallback((a,o,c,f)=>{let h=f?.once?(...y)=>{i.current.delete(c),c(...y)}:c;i.current.set(c,{type:o,eventTarget:a,fn:h,options:f}),a.addEventListener(o,h,f)},[]),t=Ze.useCallback((a,o,c,f)=>{var h;let y=((h=i.current.get(c))===null||h===void 0?void 0:h.fn)||c;a.removeEventListener(o,y,f),i.current.delete(c)},[]),n=Ze.useCallback(()=>{i.current.forEach((a,o)=>{t(a.eventTarget,a.type,o,a.options)})},[t]);return Ze.useEffect(()=>n,[n]),{addGlobalListener:e,removeGlobalListener:t,removeAllGlobalListeners:n}}function _$(i){return i.pointerType===""&&i.isTrusted?!0:y$()&&i.pointerType?i.type==="click"&&i.buttons===1:i.detail===0&&!i.pointerType}var gT={exports:{}},Wa={};var Nk;function b$(){if(Nk)return Wa;Nk=1;var i=y0();function e(h){var y="https://react.dev/errors/"+h;if(1<arguments.length){y+="?args[]="+encodeURIComponent(arguments[1]);for(var _=2;_<arguments.length;_++)y+="&args[]="+encodeURIComponent(arguments[_])}return"Minified React error #"+h+"; visit "+y+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function t(){}var n={d:{f:t,r:function(){throw Error(e(522))},D:t,C:t,L:t,m:t,X:t,S:t,M:t},p:0,findDOMNode:null},a=Symbol.for("react.portal");function o(h,y,_){var p=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:a,key:p==null?null:""+p,children:h,containerInfo:y,implementation:_}}var c=i.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function f(h,y){if(h==="font")return"";if(typeof y=="string")return y==="use-credentials"?y:""}return Wa.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=n,Wa.createPortal=function(h,y){var _=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!y||y.nodeType!==1&&y.nodeType!==9&&y.nodeType!==11)throw Error(e(299));return o(h,y,null,_)},Wa.flushSync=function(h){var y=c.T,_=n.p;try{if(c.T=null,n.p=2,h)return h()}finally{c.T=y,n.p=_,n.d.f()}},Wa.preconnect=function(h,y){typeof h=="string"&&(y?(y=y.crossOrigin,y=typeof y=="string"?y==="use-credentials"?y:"":void 0):y=null,n.d.C(h,y))},Wa.prefetchDNS=function(h){typeof h=="string"&&n.d.D(h)},Wa.preinit=function(h,y){if(typeof h=="string"&&y&&typeof y.as=="string"){var _=y.as,p=f(_,y.crossOrigin),v=typeof y.integrity=="string"?y.integrity:void 0,x=typeof y.fetchPriority=="string"?y.fetchPriority:void 0;_==="style"?n.d.S(h,typeof y.precedence=="string"?y.precedence:void 0,{crossOrigin:p,integrity:v,fetchPriority:x}):_==="script"&&n.d.X(h,{crossOrigin:p,integrity:v,fetchPriority:x,nonce:typeof y.nonce=="string"?y.nonce:void 0})}},Wa.preinitModule=function(h,y){if(typeof h=="string")if(typeof y=="object"&&y!==null){if(y.as==null||y.as==="script"){var _=f(y.as,y.crossOrigin);n.d.M(h,{crossOrigin:_,integrity:typeof y.integrity=="string"?y.integrity:void 0,nonce:typeof y.nonce=="string"?y.nonce:void 0})}}else y==null&&n.d.M(h)},Wa.preload=function(h,y){if(typeof h=="string"&&typeof y=="object"&&y!==null&&typeof y.as=="string"){var _=y.as,p=f(_,y.crossOrigin);n.d.L(h,_,{crossOrigin:p,integrity:typeof y.integrity=="string"?y.integrity:void 0,nonce:typeof y.nonce=="string"?y.nonce:void 0,type:typeof y.type=="string"?y.type:void 0,fetchPriority:typeof y.fetchPriority=="string"?y.fetchPriority:void 0,referrerPolicy:typeof y.referrerPolicy=="string"?y.referrerPolicy:void 0,imageSrcSet:typeof y.imageSrcSet=="string"?y.imageSrcSet:void 0,imageSizes:typeof y.imageSizes=="string"?y.imageSizes:void 0,media:typeof y.media=="string"?y.media:void 0})}},Wa.preloadModule=function(h,y){if(typeof h=="string")if(y){var _=f(y.as,y.crossOrigin);n.d.m(h,{as:typeof y.as=="string"&&y.as!=="script"?y.as:void 0,crossOrigin:_,integrity:typeof y.integrity=="string"?y.integrity:void 0})}else n.d.m(h)},Wa.requestFormReset=function(h){n.d.r(h)},Wa.unstable_batchedUpdates=function(h,y){return h(y)},Wa.useFormState=function(h,y,_){return c.H.useFormState(h,y,_)},Wa.useFormStatus=function(){return c.H.useHostTransitionStatus()},Wa.version="19.2.3",Wa}var Za={};var kk;function x$(){return kk||(kk=1,process.env.NODE_ENV!=="production"&&(function(){function i(){}function e(p){return""+p}function t(p,v,x){var T=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;try{e(T);var w=!1}catch{w=!0}return w&&(console.error("The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",typeof Symbol=="function"&&Symbol.toStringTag&&T[Symbol.toStringTag]||T.constructor.name||"Object"),e(T)),{$$typeof:y,key:T==null?null:""+T,children:p,containerInfo:v,implementation:x}}function n(p,v){if(p==="font")return"";if(typeof v=="string")return v==="use-credentials"?v:""}function a(p){return p===null?"`null`":p===void 0?"`undefined`":p===""?"an empty string":'something with type "'+typeof p+'"'}function o(p){return p===null?"`null`":p===void 0?"`undefined`":p===""?"an empty string":typeof p=="string"?JSON.stringify(p):typeof p=="number"?"`"+p+"`":'something with type "'+typeof p+'"'}function c(){var p=_.H;return p===null&&console.error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
4545
4545
|
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
4546
4546
|
2. You might be breaking the Rules of Hooks
|
package/package.json
CHANGED