@rogieking/figui3 8.9.24 → 8.9.25

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.
@@ -87,4 +87,4 @@ import"./fig.js";import"./fig-lab.js";function A(J,Q){if(!customElements.get(J))
87
87
  min-height: 0;
88
88
  max-height: inherit;
89
89
  }
90
- `,J.appendChild(Q);let Z=document.createElement("fig-button");Z.className="fig-select-trigger",Z.setAttribute("part","trigger"),Z.setAttribute("variant","ghost"),Z.setAttribute("aria-haspopup","listbox"),Z.setAttribute("aria-expanded","false");let $=document.createElement("span");$.className="fig-select-prepend",$.setAttribute("part","prepend"),$.setAttribute("aria-hidden","true");let X=document.createElement("span");X.className="fig-select-label",X.setAttribute("part","label"),Z.append($,X);let Y=document.createElement("dialog",{is:"fig-popup"});if(Y.setAttribute("is","fig-popup"),Y.setAttribute("part","listbox"),Y.setAttribute("theme","menu"),Y.setAttribute("role","listbox"),"popover"in HTMLElement.prototype)Y.setAttribute("popover","manual");Y.id=d(),Z.setAttribute("aria-controls",Y.id);let j=document.createElement("slot");if(j.setAttribute("name","panel"),Y.appendChild(j),J.append(Z,Y),this.#K=Z,this.#j=$,this.#z=X,this.#Y=Y,this.#J=j,Y.anchor=Z,this.#k(),this.#p(),!this.hasAttribute("value")){let K=this.#m().find((z)=>T(z,"selected"));if(K)this.setAttribute("value",K.value)}}#p(){if(!this.#Y||this.#X)return;if(typeof this.#Y.positionPopup!=="function")return;this.#G=this.#Y.positionPopup.bind(this.#Y),this.#Y.positionPopup=()=>{if(!this.open){this.#G?.();return}this.#P()},this.#X=!0}#A(J){if(!J)return null;let Q=document.createRange();Q.selectNodeContents(J);let Z=[...Q.getClientRects()].filter(($)=>$.width>0&&$.height>0);if(Z.length)return Z[0];return J.getBoundingClientRect()}#YJ(){if(typeof this.#Y?.parseViewportMargins==="function")return this.#Y.parseViewportMargins();return{top:8,right:8,bottom:8,left:8}}#b(){let J=this.#z?.getBoundingClientRect();if(!J)return null;return{x:J.x,y:J.y,width:J.width,height:J.height}}#s(){let J=window.visualViewport;return{width:J?.width??window.innerWidth,height:J?.height??window.innerHeight,offsetLeft:J?.offsetLeft??0,offsetTop:J?.offsetTop??0}}#n(J,Q,Z=0.25){if(!J&&!Q)return!1;if(!J||!Q)return!0;return Math.abs(J.x-Q.x)>Z||Math.abs(J.y-Q.y)>Z||Math.abs(J.width-Q.width)>Z||Math.abs(J.height-Q.height)>Z}#o(J,Q,Z=0.25){if(!J&&!Q)return!1;if(!J||!Q)return!0;return Math.abs(J.width-Q.width)>Z||Math.abs(J.height-Q.height)>Z||Math.abs(J.offsetLeft-Q.offsetLeft)>Z||Math.abs(J.offsetTop-Q.offsetTop)>Z}#g(){if(!this.#Z)return!1;let J=this.#n(this.#U,this.#b()),Q=this.#o(this.#Q,this.#s());return!J&&!Q}#i(){this.#U=this.#b(),this.#Q=this.#s()}#P(){if(this.#g())return;let J=this.#Y,Q=this.#z;if(!J||!Q){this.#G?.();return}let Z=this.#m(),$=Z.find((R)=>this.#M(R)===this.value)||Z[0];if(!$){this.#G?.();return}this.#G?.();let X=J.getBoundingClientRect(),Y=Q.getBoundingClientRect(),j=this.#A($);if(!X.width||!X.height||!Y.width||!j)return;let K=j.left-X.left,z=j.top-X.top,L=T(this,"full")?this.getBoundingClientRect().left:Y.left-K,W=Y.top-z,O=this.#YJ();if(typeof J.clampToViewport==="function")({left:L,top:W}=J.clampToViewport({left:L,top:W},X,O));else{let{left:R,top:_}=O,k=window.innerWidth-X.width-O.right,V=window.innerHeight-X.height-O.bottom;L=Math.min(Math.max(L,R),Math.max(R,k)),W=Math.min(Math.max(W,_),Math.max(_,V))}J.style.setProperty("right","auto","important"),J.style.setProperty("bottom","auto","important"),J.style.setProperty("left",`${Math.round(L)}px`,"important"),J.style.setProperty("top",`${Math.round(W)}px`,"important");let f=this.#f(),H=this.#A($);if(H&&f&&f.scrollHeight>f.clientHeight+1){let R=H.top-Y.top;if(Math.abs(R)>0.5)f.scrollTop+=R;f.syncOverflow?.()}if(this.#Z||this.open)this.#i()}#a(){this.#K?.addEventListener("click",this.#w),this.#K?.addEventListener("keydown",this.#V),this.addEventListener("click",this.#C),this.addEventListener("pointerover",this.#N),this.#Y?.addEventListener("keydown",this.#V),this.#Y?.addEventListener("close",this.#u),this.#J?.addEventListener("slotchange",this.#q)}#GJ(){this.#K?.removeEventListener("click",this.#w),this.#K?.removeEventListener("keydown",this.#V),this.removeEventListener("click",this.#C),this.removeEventListener("pointerover",this.#N),this.#Y?.removeEventListener("keydown",this.#V),this.#Y?.removeEventListener("close",this.#u),this.#J?.removeEventListener("slotchange",this.#q)}#RJ(){this.#k(),this.#h()}#_J(){if(this.#R)return;this.#R=new MutationObserver((J)=>{if(this.#T||this.#$)return;let Q=!1;for(let Z of J){if(Z.type==="childList"){if([...Z.addedNodes].some(($)=>this.#H($))||[...Z.removedNodes].some(($)=>this.#H($))||Z.target?.closest?.("fig-select-option"))Q=!0}if(Z.type==="attributes"&&Z.target?.tagName==="FIG-SELECT-OPTION"){if(Z.attributeName==="value"||Z.attributeName==="disabled"||Z.attributeName==="label")Q=!0;else if(Z.attributeName==="selected"){if(T(Z.target,"selected")){let $=this.#M(Z.target);if((this.getAttribute("value")??"")!==$)this.setAttribute("value",$),Q=!0}else if(this.#M(Z.target)===(this.getAttribute("value")??""))Q=!0}}if(Z.type==="characterData"&&Z.target?.parentElement?.tagName==="FIG-SELECT-OPTION")Q=!0}if(Q)this.#h()}),this.#R.observe(this,{childList:!0,subtree:!0,characterData:!0,attributes:!0,attributeFilter:["value","disabled","selected","label"]})}#m({enabledOnly:J=!1}={}){let Q=this.#f(),Z=Q?Array.from(Q.querySelectorAll(":scope > fig-select-option")):[];if(!J)return Z;return Z.filter(($)=>!T($,"disabled"))}#M(J){if(!J)return"";if(typeof J.value==="string")return J.value;let Q=J.getAttribute?.("value");if(Q!=null)return Q;return(J.textContent||"").trim()}#TJ(J){if(!J)return"";let Q=J.getAttribute?.("label");if(Q!=null&&Q!=="")return Q.trim();let Z=[];for(let $ of J.childNodes){if($.nodeType===Node.TEXT_NODE){let j=$.textContent?.trim();if(j)Z.push(j);continue}if(!($ instanceof Element))continue;let X=$.getAttribute("slot");if(X==="prepend"||X==="append")continue;let Y=$.textContent?.trim();if(Y)Z.push(Y)}if(Z.length)return Z.join(" ").trim();return(J.textContent||"").trim()}#kJ(J){if(!this.#j)return;let Q=J?.querySelector?.(':scope > [slot="prepend"]');this.#j.replaceChildren(...Array.from(Q?.childNodes??[],(Z)=>Z.cloneNode(!0)))}#LJ(){if(!this.#Y)return;this.#Y.setAttribute("position",this.getAttribute("position")||"bottom left");let J=this.getAttribute("offset");if(J)this.#Y.setAttribute("offset",J);else this.#Y.removeAttribute("offset");let Q=this.getAttribute("closedby");if(Q)this.#Y.setAttribute("closedby",Q);else this.#Y.removeAttribute("closedby")}#VJ(){let J=T(this,"disabled");if(this.#K)if(J)this.#K.setAttribute("disabled","");else this.#K.removeAttribute("disabled");if(J&&this.open)this.open=!1}#MJ(J){if(!J.length)return null;let Q=J.find((Z)=>T(Z,"selected"));if(Q&&!T(Q,"disabled"))return Q;return J.find((Z)=>!T(Z,"disabled"))||J[0]||null}#jJ(J){this.dispatchEvent(new CustomEvent("input",{detail:J,bubbles:!0,composed:!0})),this.dispatchEvent(new CustomEvent("change",{detail:J,bubbles:!0,composed:!0}))}#h(){if(this.#T)return;this.#T=!0;try{let J=this.#m(),Q=this.hasAttribute("value"),Z=Q?this.getAttribute("value"):null,$=Q?J.find((K)=>this.#M(K)===Z):null,X=!1;if(!$){if(Q){if(!J.length){if(this.#z)this.#z.textContent=Z||this.getAttribute("label")||"";return}if($=this.#MJ(J),$){let K=this.#M($);if(Z!==K)this.setAttribute("value",K),X=!0}else this.removeAttribute("value"),X=!0}else if($=J.find((K)=>T(K,"selected")),$)this.setAttribute("value",this.#M($)),X=!0}for(let K of J){let z=K===$;if(K.setAttribute("aria-selected",z?"true":"false"),z)K.setAttribute("selected","");else K.removeAttribute("selected")}let Y=$&&this.#TJ($)||this.getAttribute("label")||"";if(this.#z)this.#z.textContent=Y;this.#kJ($);let j=this.getAttribute("label")||"Select";if(this.#K?.setAttribute("aria-label",j),this.#f()?.syncOverflow?.(),X)this.#jJ(this.getAttribute("value")??"")}finally{this.#T=!1}}#y(J){if(T(this,"disabled"))return;J.preventDefault(),J.stopPropagation();let Q=!this.open;if(Q&&this.#Y&&this.#K)this.#Y.anchor=this.#K;this.open=Q}#NJ(J){let Z=(typeof J.composedPath==="function"?J.composedPath():[]).find(($)=>$?.tagName==="FIG-SELECT-OPTION");if(!Z||!this.contains(Z))return;if(T(Z,"disabled"))return;this.#F(Z)}#yJ(J){let Z=(typeof J.composedPath==="function"?J.composedPath():[]).find(($)=>$?.tagName==="FIG-SELECT-OPTION");if(!Z||!this.contains(Z))return;if(T(Z,"disabled"))return;if(J.relatedTarget instanceof Node&&Z.contains(J.relatedTarget))return;this.dispatchEvent(new CustomEvent("optionhover",{detail:this.#M(Z),bubbles:!0,composed:!0}))}#DJ(J){if(J.currentTarget===document&&J.key!=="Escape")return;if(!(this.open&&(this.#Y?.matches?.(":open")??!1))){if(this.#K?.contains(J.target)&&(J.key==="ArrowDown"||J.key==="Enter"||J.key===" ")){if(J.preventDefault(),this.#Y&&this.#K)this.#Y.anchor=this.#K;this.open=!0,requestAnimationFrame(()=>{let X=this.#m({enabledOnly:!0}).findIndex((Y)=>this.#M(Y)===this.value);this.#S(X>=0?X:0)})}return}let Z=this.#m({enabledOnly:!0});if(!Z.length)return;switch(J.key){case"ArrowDown":J.preventDefault(),this.#WJ(),this.#S(this.#W+1);break;case"ArrowUp":J.preventDefault(),this.#WJ(),this.#S(this.#W-1);break;case"Home":J.preventDefault(),this.#S(0);break;case"End":J.preventDefault(),this.#S(Z.length-1);break;case"Escape":J.preventDefault(),this.open=!1,this.#K?.focus();break;case"Enter":case" ":{this.#WJ();let $=Z[this.#W];if(!$)return;J.preventDefault(),this.#F($);break}}}#t(){if(this.hasAttribute("open"))this.removeAttribute("open");this.#K?.setAttribute("aria-expanded","false"),this.#K?.focus(),this.#W=-1}#F(J){let Q=this.#M(J);this.setAttribute("value",Q),this.#h(),this.#jJ(Q),this.open=!1}#KJ(){return this.#m({enabledOnly:!0})}#WJ(){let J=this.#KJ();if(!J.length){this.#W=-1;return}let Q=J.find(($)=>$===document.activeElement),Z=Q?J.indexOf(Q):-1;this.#W=Z>=0?Z:this.#W}#S(J){let Q=this.#KJ();if(!Q.length)return;let Z=(J%Q.length+Q.length)%Q.length;this.#W=Z,Q[Z]?.focus()}#L(){if(!this.#Y||!this.#K)return;let J=Math.ceil(this.getBoundingClientRect().width),Q=Math.ceil(this.#K.getBoundingClientRect().width),Z=Math.max(J,Q,96);this.#Y.style.setProperty("width","max-content","important"),this.#Y.style.setProperty("min-width",`${Z}px`,"important"),this.#Y.style.setProperty("max-width","min(20rem, calc(100vw - 1rem))","important")}#e(){if(!this.#Y||T(this,"disabled"))return;if(this.#K)this.#Y.anchor=this.#K;this.#p(),this.#Z=!1,this.#U=null,this.#Q=null,this.#h(),this.#L(),this.#Y.open=!0,document.addEventListener("keydown",this.#V,!0),this.#K?.setAttribute("aria-expanded","true"),this.#W=-1,requestAnimationFrame(()=>{this.#L(),this.#P();let J=this.#f(),Z=this.#KJ().findIndex(($)=>this.#M($)===this.value);if(Z>=0)this.#S(Z);else if(this.#K?.hasAttribute("data-focus-visible")||this.#K?.matches?.(":focus-visible"))this.#S(0);J?.syncOverflow?.(),this.#Z=!0,this.#i()})}#JJ(){if(!this.#Y)return;this.#Z=!1,this.#U=null,this.#Q=null,document.removeEventListener("keydown",this.#V,!0),this.#Y.open=!1,this.#K?.setAttribute("aria-expanded","false")}}A("fig-select",c);var ZJ=["srgb","srgb-linear","display-p3","oklab","oklch","hsl"],$J=["shorter","longer","increasing","decreasing"],E=new Set(["oklch","hsl"]);function N(J){let Q={...J??{}},Z=String(Q.interpolationSpace??"srgb").toLowerCase();if(!ZJ.includes(Z))Z="srgb";Q.interpolationSpace=Z;let $=String(Q.hueInterpolation??"shorter").toLowerCase();return Q.hueInterpolation=$J.includes($)?$:"shorter",Q}function S(J){let Q=N(J);return Q.interpolationSpace="srgb",delete Q.hueInterpolation,Q}function P(J){let Q=S(J),Z={...Q,interpolationSpace:Q.interpolationSpace};if(E.has(Q.interpolationSpace))Z.hueInterpolation=Q.hueInterpolation;else delete Z.hueInterpolation;return Z}function XJ(J){let Q=N(J);if(Q.interpolationSpace==="srgb")return"";if(E.has(Q.interpolationSpace))return`in ${Q.interpolationSpace} ${Q.hueInterpolation} hue`;return`in ${Q.interpolationSpace}`}function g(J){let Q=N(J);if(E.has(Q.interpolationSpace))return`${Q.interpolationSpace}-${Q.hueInterpolation||"shorter"}`;return Q.interpolationSpace}function F(J){let Q=String(J??"");for(let Z of E){let $=`${Z}-`;if(Q.startsWith($))return{interpolationSpace:Z,hueInterpolation:Q.slice($.length)||"shorter"}}return{interpolationSpace:Q||"srgb",hueInterpolation:"shorter"}}var YJ=0;class y extends HTMLElement{static#K=[{value:"srgb",space:"srgb",title:"Classic",subtitle:"sRGB Linear"},{value:"oklab",space:"oklab",title:"Smooth",subtitle:"OKLab"},{value:"oklch-increasing",space:"oklch",title:"Vibrant",subtitle:"OKLCH Increasing"},{value:"hsl-increasing",space:"hsl",title:"Vivid",subtitle:"HSL Increasing"},{value:"oklch-decreasing",space:"oklch",title:"Vibrant",subtitle:"OKLCH Decreasing",advanced:!0},{value:"hsl-decreasing",space:"hsl",title:"Vivid",subtitle:"HSL Decreasing",advanced:!0}];static#Y(J){let Q=y.#K,Z=Q.find((K)=>K.value===J);if(Z)return Z;let $=F(J),X=Q.find((K)=>K.space===$.interpolationSpace),Y=X?.subtitle.split(" ")[0]??$.interpolationSpace.toUpperCase(),j=$.hueInterpolation;return{value:J,space:$.interpolationSpace,title:X?.title??"Custom",subtitle:E.has($.interpolationSpace)?`${Y} ${j.charAt(0).toUpperCase()}${j.slice(1)}`:Y}}#j=null;#z=null;#J=null;#R=`fig-fill-picker-dialog-${++YJ}`;#B="solid";anchorElement=null;#W="solid";#T="srgb";#X={h:0,s:0,v:85,a:1};#G="hex";#Z={type:"linear",angle:0,centerX:50,centerY:50,interpolationSpace:"srgb",hueInterpolation:"shorter",stops:[{position:0,color:"#D9D9D9",opacity:100},{position:100,color:"#737373",opacity:100}]};#U={url:null,scaleMode:"fill",scale:50};#Q={url:null,poster:null,scaleMode:"fill",scale:50,opacity:1,missing:!0};#$={stream:null,live:!0,snapshot:null,deviceId:null,scaleMode:"fill",scale:50,opacity:1};#w=null;#C=!1;#N=null;#V={};#u={};#q=null;#H=null;#k=null;#f=null;#D=!1;#_=!1;#E=null;#d=null;#p=null;#A=null;#YJ=null;#b=0;#s=null;#n=null;#o=new Set;#g=new Set;#i=null;constructor(){super();this.#s=this.#KJ.bind(this),this.#n=this.#WJ.bind(this)}static get observedAttributes(){return["value","disabled","alpha","mode","webcam-mode","default-video","aria-label","aria-labelledby","aria-describedby"]}connectedCallback(){this.style.display="contents",this.#y(()=>{this.#DJ(),this.#S(),this.#L(),this.#cJ()})}disconnectedCallback(){if(this.#xJ({stopWebcam:!0}),this.#NJ(),this.#yJ(),this.#z)this.#z.removeAttribute("selected");if(this.#j)this.#j.removeEventListener("click",this.#s),this.#j.removeEventListener("keydown",this.#n);this.#j=null,this.#z=null}#P(){return this.hasAttribute("disabled")&&this.getAttribute("disabled")!=="false"}#a(){return this.getAttribute("webcam-mode")==="snapshot"?"snapshot":"live"}#GJ(){return this.#W==="webcam"&&this.#a()==="live"&&this.#$.live!==!1}#RJ(){return{live:this.#a()==="live"&&this.#$.live!==!1,snapshot:this.#$.snapshot??null,deviceId:this.#$.deviceId??null,scaleMode:this.#$.scaleMode||"fill",scale:this.#$.scale??50,opacity:this.#$.opacity??1}}#_J(){let J=this.#Q.url??null;return{url:J,poster:this.#Q.poster??null,scaleMode:this.#Q.scaleMode||"fill",scale:this.#Q.scale??50,opacity:this.#Q.opacity??1,...J?{}:{missing:!0}}}#m(J){if(J.webcam&&typeof J.webcam==="object"){let{stream:Q,snapshot:Z,...$}=J.webcam;if(Object.assign(this.#$,$),typeof Z==="string"&&Z)this.#$.snapshot=Z;return}if(J.type==="webcam"&&J.image){if(J.image.url!=null)this.#$.snapshot=J.image.url;if(J.image.scaleMode)this.#$.scaleMode=J.image.scaleMode;if(J.image.scale!=null)this.#$.scale=J.image.scale}}#M(){this.dispatchEvent(new CustomEvent("webcamstream",{bubbles:!0,composed:!0,detail:{stream:this.#$.stream,deviceId:this.#$.deviceId??null}}))}get webcamStream(){return this.#$.stream}releaseWebcam(){this.#zJ()}#TJ(J){if(!J)return null;if(this.#$.snapshot?.startsWith("blob:"))URL.revokeObjectURL(this.#$.snapshot),this.#g.delete(this.#$.snapshot);return this.#$.snapshot=URL.createObjectURL(J),this.#g.add(this.#$.snapshot),this.#$.snapshot}#kJ(J,Q,Z){if(typeof J.getImageData!=="function")return!1;let $;try{$=J.getImageData(0,0,Q,Z).data}catch{return!1}let X=Math.max(1,Math.floor(Q*Z/256)),Y=0,j=0,K=0;for(let z=0;z<$.length;z+=X*4){let U=Math.max($[z],$[z+1],$[z+2]);if(Y=Math.max(Y,U),K+=1,U>24)j+=1}if(!K)return!0;return Y<=40||j/K<0.04}async#LJ(J){let Q=[],Z=this.#$.stream?.getVideoTracks?.()?.[0];if(Z&&typeof ImageCapture==="function")try{if(this.#N?.track!==Z)this.#N=new ImageCapture(Z);Q.push(await this.#N.grabFrame())}catch{this.#N=null}if(typeof createImageBitmap==="function")try{Q.push(await createImageBitmap(J))}catch{}return Q.push(J),Q.filter(Boolean)}async#VJ(J,Q,Z,$){let X=await this.#LJ(Q);for(let Y of X){try{J.drawImage(Y,0,0,Z,$)}catch{continue}finally{Y.close?.()}if(!this.#kJ(J,Z,$))return!0}return!1}#MJ(J){return new Promise((Q)=>{if(typeof J.requestVideoFrameCallback==="function"){let Z=setTimeout(()=>Q(!1),400);J.requestVideoFrameCallback(()=>{clearTimeout(Z),Q(!0)});return}setTimeout(()=>Q(!1),200)})}async#jJ(J){if(!J?.videoWidth||!J.videoHeight)return null;let Q=document.createElement("canvas");Q.width=J.videoWidth,Q.height=J.videoHeight;let Z=Q.getContext("2d",{willReadFrequently:!0});if(!Z)return null;if(!await this.#VJ(Z,J,Q.width,Q.height))return null;let X=await new Promise((Y)=>Q.toBlob(Y,"image/png"));return this.#TJ(X)}#h(J){if(this.#W!=="webcam")return;let Q=this.#$.stream;if(!Q)return;if(this.#w===Q&&this.#$.snapshot){this.#L();return}if(this.#C)return;this.#C=!0;let Z=(X)=>{if(this.#C=!1,!X||this.#W!=="webcam"||this.#$.stream!==Q)return;this.#w=Q,this.#L(),this.#O()},$=async()=>{let X=await this.#jJ(J);if(X){Z(X);return}if(this.#W!=="webcam"||this.#$.stream!==Q){this.#C=!1;return}return await this.#MJ(J),$()};$()}#y(J){let Q=requestAnimationFrame(()=>{if(this.#o.delete(Q),this.isConnected)J()});return this.#o.add(Q),Q}#NJ(){this.#o.forEach((J)=>cancelAnimationFrame(J)),this.#o.clear()}#yJ(){let J=new Set([this.#$.snapshot,this.#Q.poster,this.#U.url].filter((Q)=>typeof Q==="string"&&Q.startsWith("blob:")));this.#g.forEach((Q)=>{if(!J.has(Q))URL.revokeObjectURL(Q)}),this.#g.clear(),J.forEach((Q)=>this.#g.add(Q))}#DJ(){let J=Array.from(this.children).find((Q)=>!Q.getAttribute("slot")?.startsWith("mode-"));if(!J)this.#z=document.createElement("fig-swatch"),this.#z.setAttribute("background","#D9D9D9"),this.appendChild(this.#z),this.#j=this.#z;else if(J.matches("fig-swatch, fig-chit"))this.#z=J,this.#j=J;else this.#j=J,this.#z=null;if(this.#F(),this.#j.removeEventListener("click",this.#s),this.#j.addEventListener("click",this.#s),this.#j.removeEventListener("keydown",this.#n),this.#j.addEventListener("keydown",this.#n),this.#z)this.#y(()=>{let Q=this.#z.querySelector('input[type="color"]');if(Q)Q.remove();this.#F()})}#t(){return this.getAttribute("aria-label")||"Fill picker"}#F(){if(!this.#j)return;let J=this.#P(),Q=this.getAttribute("aria-labelledby");if(!this.#j.hasAttribute("role"))this.#j.setAttribute("role","button");if(this.#j.setAttribute("tabindex",J?"-1":"0"),this.#j.setAttribute("aria-disabled",J?"true":"false"),this.#j.setAttribute("aria-haspopup","dialog"),this.#j.setAttribute("aria-expanded",this.#J?.open?"true":"false"),this.#j.setAttribute("aria-controls",this.#R),this.#j.removeAttribute("aria-hidden"),Q)this.#j.setAttribute("aria-labelledby",Q),this.#j.removeAttribute("aria-label");else if(this.hasAttribute("aria-label"))this.#j.setAttribute("aria-label",`Open ${this.#t()}`),this.#j.removeAttribute("aria-labelledby");else if(this.#j.removeAttribute("aria-labelledby"),!this.#j.hasAttribute("aria-label"))this.#j.setAttribute("aria-label",`Open ${this.#t()}`);let Z=this.getAttribute("aria-describedby");if(Z)this.#j.setAttribute("aria-describedby",Z);else this.#j.removeAttribute("aria-describedby")}#KJ(J){if(this.#P())return;J.stopPropagation(),J.preventDefault(),this.#JJ()}#WJ(J){if(J.key!=="Enter"&&J.key!==" ")return;if(this.#P())return;J.preventDefault(),J.stopPropagation(),this.#JJ()}#S(){let J=this.getAttribute("value");if(!J)return;let Q=["solid","gradient","image","video","webcam"];try{let Z=JSON.parse(J);if(Z.type)this.#W=Z.type;if(Z.color){if(typeof Z.color==="string")this.#X=this.#XJ(Z.color);else if(typeof Z.color==="object"&&Z.color.h!==void 0)this.#X=Z.color}let $=Z.alpha!==void 0?Number(Z.alpha):Z.opacity!==void 0?Number(Z.opacity)/100:void 0;if(Number.isFinite($))this.#X.a=Math.max(0,Math.min(1,$));if(this.#T="srgb",Z.gradient)this.#Z=S({...this.#Z,...Z.gradient});if(Z.image)this.#U={...this.#U,...Z.image};if(Z.video){let X=this.#Q.url;if(this.#Q={...this.#Q,...Z.video},this.#Q.missing=!this.#Q.url,this.#Q.url!==X&&Z.video.poster==null)this.#qJ()}if(this.#m(Z),Z.type&&!Q.includes(Z.type)){let{type:X,...Y}=Z;this.#u[Z.type]=Y}}catch(Z){if(J.startsWith("#")){this.#W="solid",this.#X=this.#XJ(J);return}if(p(J)){let $=this.#Q.url;if(this.#W="video",this.#Q.url=J.trim(),this.#Q.missing=!1,this.#Q.url!==$)this.#qJ()}}}#L(){if(!this.#z)return;let J,Q="cover",Z="center";switch(this.#W){case"solid":J=this.#c(this.#X);break;case"gradient":J=this.#mJ();break;case"image":if(this.#U.url){J=I(this.#U.url);let $=this.#e(this.#U.scaleMode,this.#U.scale);Q=$.size,Z=$.position}else J="";break;case"video":if(this.#Q.poster){J=I(this.#Q.poster);let $=this.#e(this.#Q.scaleMode,this.#Q.scale);Q=$.size,Z=$.position}else J="";break;case"webcam":if(this.#$.snapshot){J=I(this.#$.snapshot);let $=this.#e(this.#$.scaleMode,this.#$.scale);Q=$.size,Z=$.position}else J="";break;default:{J=(this.#V[this.#W]?.element||this.querySelector(`[slot="mode-${this.#W}"]`))?.getAttribute("swatch-background")||"";break}}if(this.#z.setAttribute("background",J),this.#z.style.setProperty("--swatch-bg-size",Q),this.#z.style.setProperty("--swatch-bg-position",Z),this.#W==="solid")this.#z.setAttribute("alpha",this.#X.a);else this.#z.removeAttribute("alpha")}#e(J,Q){switch(J){case"fill":return{size:"cover",position:"center"};case"fit":return{size:"contain",position:"center"};case"crop":return{size:"cover",position:"center"};case"tile":return{size:`${Q}%`,position:"top left"};default:return{size:"cover",position:"center"}}}#JJ(){if(this.#P())return;if(!this.#J)this.#iJ();else this.#J.anchor=this.anchorElement||this.#j;if(this.#p=JSON.stringify(this.value),this.#A=this.#p,this.#fJ(this.#W,{emit:!1}),this.#z)this.#z.setAttribute("selected","true");this.#J.open=!0,this.#F(),this.#y(()=>{this.#J?.querySelector(".fig-fill-picker-close, .fig-fill-picker-type, fig-button, button, input, [tabindex='0']")?.focus?.(),this.#y(()=>{this.#l(),this.#v()})})}open(){this.#JJ()}close(){if(this.#J)this.#J.open=!1,this.#F()}#sJ(){if(!this.#J)return;for(let[J,{element:Q}]of Object.entries(this.#V)){let Z=Array.from(this.#J.querySelectorAll(".fig-fill-picker-tab")).find(($)=>$.dataset.tab===J);if(!Z)continue;while(Z.firstChild)Q.appendChild(Z.firstChild)}}#xJ({stopWebcam:J=!1}={}){if(this.#E)this.#E(),this.#E=null;if(this.#d?.disconnect(),this.#d=null,!J&&this.#GJ())this.#wJ();else this.#zJ();if(!this.#J)return;this.#sJ(),this.#J.remove(),this.#J=null,this.#YJ=null,this.#p=null,this.#A=null,this.#q=null,this.#H=null,this.#k=null,this.#f=null,this.#_=!1,this.#F()}#wJ(){this.#b+=1;let J=this.#J?.querySelector(".fig-fill-picker-webcam-video");if(J)J.srcObject=null}#zJ({emit:J=!0}={}){this.#b+=1;let Q=Boolean(this.#$.stream);if(this.#$.stream)this.#$.stream.getTracks().forEach(($)=>$.stop()),this.#$.stream=null;this.#w=null,this.#C=!1,this.#N=null;let Z=this.#J?.querySelector(".fig-fill-picker-webcam-video");if(Z)Z.srcObject=null;if(Q&&J)this.#M()}#iJ(){this.#V={},this.querySelectorAll('[slot^="mode-"]').forEach((O)=>{let f=O.getAttribute("slot").slice(5);this.#V[f]={element:O,label:O.getAttribute("label")||f.charAt(0).toUpperCase()+f.slice(1)}}),this.#J=document.createElement("dialog",{is:"fig-popup"}),this.#J.setAttribute("is","fig-popup"),this.#J.id=this.#R,this.#J.setAttribute("aria-label",this.#t()),this.#J.setAttribute("drag","true"),this.#J.setAttribute("handle","fig-header"),this.#J.setAttribute("autoresize","false"),this.#J.classList.add("fig-fill-picker-dialog"),this.#J.anchor=this.anchorElement||this.#j;let J=this.getAttribute("dialog-position")||"left";this.#J.setAttribute("position",J),this.#J.setAttribute("offset",this.getAttribute("dialog-offset")||"8 8");let Q=["solid","gradient","image","video","webcam"],Z={solid:"Solid",gradient:"Gradient",image:"Image",video:"Video",webcam:"Webcam"},$=this.getAttribute("mode"),X;if($){if(X=$.split(",").map((f)=>f.trim().toLowerCase()).filter((f)=>Q.includes(f)||this.#V[f]),X.length===0)X=[...Q]}else X=[...Q];let Y={...Z};for(let[O,{label:f}]of Object.entries(this.#V))Y[O]=f;if(!X.includes(this.#W))this.#W=X[0],this.#B=X[0];let j;if(X.length===1)j=G("h3",{className:"fig-fill-picker-type-label"},Y[X[0]]);else{let O=G("fig-select-options",{},X.map((f)=>G("fig-select-option",{value:f},Y[f])));j=G("fig-select",{className:"fig-fill-picker-type",label:"Fill type",variant:"ghost",value:this.#W},O)}let K=X.map((O)=>G("div",{className:"fig-fill-picker-tab","data-tab":O})),z=G("fig-button",{icon:!0,variant:"ghost",className:"fig-fill-picker-close","aria-label":"Close fill picker"},C("close"));this.#J.replaceChildren(G("fig-header",{},[j,z]),G("fig-content",{},K)),document.body.appendChild(this.#J);for(let[O,{element:f}]of Object.entries(this.#V)){let H=Array.from(this.#J.querySelectorAll(".fig-fill-picker-tab")).find((R)=>R.dataset.tab===O);if(!H)continue;while(f.firstChild)H.appendChild(f.firstChild);this.dispatchEvent(new CustomEvent("modeready",{bubbles:!0,detail:{mode:O,container:H}}))}let U=this.#J.querySelector(".fig-fill-picker-type");if(U)U.addEventListener("change",(O)=>{let f=typeof O.detail==="string"?O.detail:O.target?.value;if(f)this.#fJ(f)});this.#J.querySelector(".fig-fill-picker-close").addEventListener("click",()=>{this.#J.open=!1});let L=()=>{if(this.#z)this.#z.removeAttribute("selected");if(this.#GJ())this.#wJ();else this.#zJ();let O=JSON.stringify(this.value);if(this.#A!==null&&this.#A!==O)this.#x();this.#p=null,this.#A=null,this.#F();let f=this.#j;this.#y(()=>{if(f?.isConnected)HTMLElement.prototype.focus.call(f)}),this.dispatchEvent(new CustomEvent("close"))};this.#J.addEventListener("close",L);let W={solid:()=>this.#rJ(),gradient:()=>this.#tJ(),image:()=>this.#jQ(),video:()=>this.#WQ(),webcam:()=>this.#GQ()};for(let[O,f]of Object.entries(W))if(!this.#V[O]&&X.includes(O))f();for(let O of Object.keys(this.#V)){if(Q.includes(O))continue;let f=Array.from(this.#J.querySelectorAll(".fig-fill-picker-tab")).find((H)=>H.dataset.tab===O);if(!f)continue;f.addEventListener("input",(H)=>{if(H.target===this)return;if(H.stopPropagation(),H.detail)this.#u[O]=H.detail;this.#O()}),f.addEventListener("change",(H)=>{if(H.target===this)return;if(H.stopPropagation(),H.detail)this.#u[O]=H.detail;this.#x()})}}#fJ(J,{emit:Q=!0}={}){let Z=Array.from(this.#J?.querySelectorAll(".fig-fill-picker-tab")??[]).find((K)=>K.dataset.tab===J);if(!Z)return;let $=this.#B;if(this.#B=J,this.#W=J,$==="webcam"&&J!=="webcam")this.#zJ();let X=this.#J.querySelector(".fig-fill-picker-type");if(X&&X.value!==J)X.value=J;this.#J.querySelectorAll(".fig-fill-picker-tab").forEach((K)=>{if(K.dataset.tab===J)K.style.display="block";else K.style.display="none"});let j=this.#J.querySelector("fig-content");if(j)j.style.padding=this.#V[J]?"0":"";if(J==="gradient")this.#y(()=>{this.#I();let K=Z.querySelector(".fig-fill-picker-gradient-bar-input");K?.refreshLayout?.(),this.#y(()=>{K?.refreshLayout?.()})});if(J==="video")this.#HJ();if(J==="webcam")this.#$.live=this.#a()==="live",this.#YJ?.(this.#$.deviceId);if(this.#L(),Q)this.#O()}#lJ(){if(!this.#J?.open)return;if(this.#fJ(this.#W,{emit:!1}),this.#l(),this.#v(),this.#QJ(),this.#k)this.#k.setAttribute("value",this.#X.h);if(this.#f)this.#f.setAttribute("value",this.#X.a*100),this.#f.setAttribute("color",this.#c(this.#X));this.#I();let J=this.#J.querySelector('[data-tab="image"]'),Q=J?.querySelector(".fig-fill-picker-scale-mode"),Z=J?.querySelector(".fig-fill-picker-scale"),$=J?.querySelector(".fig-fill-picker-image-preview");if(Q)Q.value=this.#U.scaleMode;if(Z)Z.setAttribute("value",this.#U.scale),Z.style.display=this.#U.scaleMode==="tile"?"block":"none";if($)this.#r($);let X=this.#J.querySelector('[data-tab="video"]'),Y=X?.querySelector(".fig-fill-picker-scale-mode"),j=X?.querySelector(".fig-fill-picker-video-preview");if(Y)Y.value=this.#Q.scaleMode;if(j)this.#ZJ(j)}#rJ(){let J=this.#J.querySelector('[data-tab="solid"]'),Q=this.getAttribute("alpha")!=="false",Z=G("canvas",{width:"200",height:"200"}),$=G("fig-handle",{"aria-label":"Color saturation and brightness",role:"slider","aria-valuemin":"0","aria-valuemax":"100",type:"color",color:this.#c({...this.#X,a:1}),"data-no-color-picker":!0,drag:!0,"drag-surface":".fig-fill-picker-color-area","drag-axes":"x,y","drag-snapping":"modifier"}),X=G("fig-preview",{className:"fig-fill-picker-color-area"},[Z,$]),Y=G("fig-tooltip",{text:"Sample color"},G("fig-button",{icon:!0,variant:"ghost",className:"fig-fill-picker-eyedropper","aria-label":"Sample color"},C("eyedropper"))),j=G("div",{className:`fig-fill-picker-sliders${Q?"":" is-hue-only"}`},[Y,G("fig-slider",{type:"hue",variant:"classic",text:"false",min:"0",max:"360","aria-label":"Hue",value:this.#X.h}),Q?G("fig-slider",{type:"opacity",variant:"classic",text:"false",min:"0",max:"100","aria-label":"Opacity",value:this.#X.a*100,color:this.#c(this.#X)}):null]),K=G("fig-select-options",{},[["hex","Hex"],["rgb","RGB"],["css","CSS"],["hsl","HSL"],["hsb","HSB"],["lab","LAB"],["lch","LCH"]].map(([W,O])=>G("fig-select-option",{value:W},O))),z=G("fig-field",{className:"fig-fill-picker-inputs"},[G("fig-select",{className:"fig-fill-picker-input-mode",label:"Color value format",value:this.#G},K),G("span",{className:"fig-fill-picker-input-fields"})]);if(J.replaceChildren(X,j,z),this.#q=J.querySelector("canvas"),this.#H=J.querySelector("fig-handle"),this.#FJ(),this.#l(),this.#v(),this.#uJ(),this.#k=J.querySelector('fig-slider[type="hue"]'),this.#k.addEventListener("input",(W)=>{this.#X.h=parseFloat(W.target.value),this.#l(),this.#v(),this.#QJ(),this.#O()}),this.#k.addEventListener("change",()=>{this.#x()}),Q)this.#f=J.querySelector('fig-slider[type="opacity"]'),this.#f.addEventListener("input",(W)=>{this.#X.a=parseFloat(W.target.value)/100,this.#QJ(),this.#O()}),this.#f.addEventListener("change",()=>{this.#x()});J.querySelector(".fig-fill-picker-input-mode").addEventListener("change",(W)=>{let O=typeof W.detail==="string"?W.detail:W.target?.value;if(!O)return;this.#G=O,this.#bJ()}),this.#bJ();let L=J.querySelector(".fig-fill-picker-eyedropper");if("EyeDropper"in window)L.addEventListener("click",async()=>{try{let O=await new EyeDropper().open();this.#X={...this.#XJ(O.sRGBHex),a:this.#X.a},this.#l(),this.#v(),this.#QJ(),this.#O()}catch(W){}});else L.setAttribute("disabled",""),L.title="EyeDropper not supported in this browser"}#MQ(){let J=this.#J?.querySelector('[data-tab="solid"]');if(J){let Q=J.querySelector("canvas");if(Q){let Z=document.createElement("canvas");Z.width=Q.width,Z.height=Q.height,Q.replaceWith(Z),this.#q=Z,this.#uJ()}this.#l(),this.#v()}this.#OJ(),this.#O()}#l(){if(!this.#q&&this.#J)this.#q=this.#J.querySelector('[data-tab="solid"] canvas');if(!this.#q)return;let J=this.#T==="display-p3"?"display-p3":"srgb",Q=this.#q.getContext("2d",{colorSpace:J});if(!Q)return;let Z=this.#q.width,$=this.#q.height;Q.clearRect(0,0,Z,$);let X=this.#X.h,Y=this.#T==="display-p3",j=Q.createLinearGradient(0,0,Z,0);if(Y){j.addColorStop(0,"color(display-p3 1 1 1)");let[z,U,L]=hslToP3(X,100,50);j.addColorStop(1,`color(display-p3 ${z} ${U} ${L})`)}else j.addColorStop(0,"#FFFFFF"),j.addColorStop(1,`hsl(${X}, 100%, 50%)`);Q.fillStyle=j,Q.fillRect(0,0,Z,$);let K=Q.createLinearGradient(0,0,0,$);K.addColorStop(0,"rgba(0,0,0,0)"),K.addColorStop(1,"rgba(0,0,0,1)"),Q.fillStyle=K,Q.fillRect(0,0,Z,$)}#v(J=0){if(!this.#H||!this.#q)return;this.#FJ();let Q=this.#q.getBoundingClientRect();if((Q.width===0||Q.height===0)&&J<5){this.#y(()=>this.#v(J+1));return}let Z=Math.max(0,Math.min(100,this.#X.s)),$=Math.max(0,Math.min(100,100-this.#X.v));this.#H.setAttribute("value",`${Z}% ${$}%`),this.#H.setAttribute("color",this.#c({...this.#X,a:1}))}#FJ(){if(!this.#H)return;this.#H.setAttribute("aria-valuenow",String(Math.round(this.#X.v))),this.#H.setAttribute("aria-valuetext",`Saturation ${Math.round(this.#X.s)}%, brightness ${Math.round(this.#X.v)}%`),this.#H.removeAttribute("aria-pressed")}#CJ(J,Q,Z={}){let{updateHandle:$=!0,emitInput:X=!0,emitChange:Y=!1}=Z;if(this.#X.s=Math.max(0,Math.min(100,J*100)),this.#X.v=Math.max(0,Math.min(100,(1-Q)*100)),this.#H)this.#H.setAttribute("color",this.#c({...this.#X,a:1})),this.#FJ();if($)this.#v();if(this.#QJ(),X)this.#O();if(Y)this.#x()}#uJ(){if(this.#E)this.#E(),this.#E=null;if(!this.#q||!this.#H)return;let J=this.#q.parentElement||this.#q,Q=this.#H,Z=!1,$=(U,L={})=>{let W=J.getBoundingClientRect();if(W.width===0||W.height===0)return;let O=Math.max(0,Math.min(U.clientX-W.left,W.width)),f=Math.max(0,Math.min(U.clientY-W.top,W.height));this.#CJ(O/W.width,f/W.height,L)},X=(U)=>{if(U.button!==0)return;if(U.target===Q||Q.contains(U.target))return;Z=!0,this.#D=!0,J.setPointerCapture(U.pointerId),$(U,{updateHandle:!0,emitInput:!0})},Y=(U)=>{if(!Z)return;if(U.buttons===0){j();return}$(U,{updateHandle:!0,emitInput:!0})},j=()=>{if(!Z)return;Z=!1,this.#D=!1,this.#x()},K=(U)=>{this.#D=!0;let L=U.detail?.px,W=U.detail?.py;if(!Number.isFinite(L)||!Number.isFinite(W))return;Q.setAttribute("value",`${L*100}% ${W*100}%`),this.#CJ(L,W,{updateHandle:!1,emitInput:!0})},z=(U)=>{let L=U.detail?.px,W=U.detail?.py;if(Number.isFinite(L)&&Number.isFinite(W))Q.setAttribute("value",`${L*100}% ${W*100}%`),this.#CJ(L,W,{updateHandle:!1,emitInput:!1});this.#D=!1,this.#x()};J.addEventListener("pointerdown",X),J.addEventListener("pointermove",Y),J.addEventListener("pointerup",j),J.addEventListener("pointercancel",j),J.addEventListener("lostpointercapture",j),Q.addEventListener("input",K),Q.addEventListener("change",z),this.#E=()=>{J.removeEventListener("pointerdown",X),J.removeEventListener("pointermove",Y),J.removeEventListener("pointerup",j),J.removeEventListener("pointercancel",j),J.removeEventListener("lostpointercapture",j),Q.removeEventListener("input",K),Q.removeEventListener("change",z),this.#D=!1}}#bJ(){let J=this.#J?.querySelector(".fig-fill-picker-input-fields");if(!J)return;let Q=(K,z)=>G("fig-tooltip",{text:K},z),Z=(K,z,U,L,W,O)=>G("fig-input-number",{className:K,"aria-label":z,min:U,max:L,step:W,units:O}),$=this.getAttribute("alpha")!=="false",X=()=>$?Q("Alpha",Z("fig-fill-picker-ci-a","Alpha",0,100,0.1,"%")):null,Y=(K,z="")=>G("div",{className:["input-combo",z].filter(Boolean).join(" ")},K),j;switch(this.#G){case"rgb":j=Y([Q("Red",Z("fig-fill-picker-ci-r","Red",0,255)),Q("Green",Z("fig-fill-picker-ci-g","Green",0,255)),Q("Blue",Z("fig-fill-picker-ci-b","Blue",0,255)),X()]);break;case"hsl":j=Y([Q("Hue",Z("fig-fill-picker-ci-h","Hue",0,360)),Q("Saturation",Z("fig-fill-picker-ci-s","Saturation",0,100)),Q("Lightness",Z("fig-fill-picker-ci-l","Lightness",0,100)),X()]);break;case"hsb":j=Y([Q("Hue",Z("fig-fill-picker-ci-h","Hue",0,360)),Q("Saturation",Z("fig-fill-picker-ci-s","Saturation",0,100)),Q("Brightness",Z("fig-fill-picker-ci-v","Brightness",0,100)),X()]);break;case"lab":j=Y([Q("Lightness",Z("fig-fill-picker-ci-okl","Lightness",0,100)),Q("Green-Red axis",Z("fig-fill-picker-ci-oka","Green-Red axis",-0.4,0.4,0.001)),Q("Blue-Yellow axis",Z("fig-fill-picker-ci-okb","Blue-Yellow axis",-0.4,0.4,0.001)),X()]);break;case"lch":j=Y([Q("Lightness",Z("fig-fill-picker-ci-okl","Lightness",0,100)),Q("Chroma",Z("fig-fill-picker-ci-okc","Chroma",0,0.4,0.001)),Q("Hue",Z("fig-fill-picker-ci-okh","Hue",0,360)),X()]);break;case"css":j=G("fig-input-text",{className:"fig-fill-picker-ci-css","aria-label":"CSS color",placeholder:"rgba(0, 0, 0, 1)"});break;default:{let K=G("fig-input-text",{className:"fig-fill-picker-ci-hex","aria-label":"Hex color",placeholder:"FFFFFF"});j=$?Y([K,X()],"fig-fill-picker-ci-hex-row"):K}break}J.replaceChildren(j),this.#nJ(),this.#y(()=>this.#QJ())}#nJ(){let J=this.#J?.querySelector(".fig-fill-picker-input-fields");if(!J)return;let Q=()=>{if(this.#D)return;let X=this.#aJ();if(!X)return;let Y=Number.isFinite(X.a)?X.a:this.#X.a;if(this.#X={...X,a:Y},this.#l(),this.#v(),this.#k)this.#k.setAttribute("value",this.#X.h);if(this.#f&&Number.isFinite(X.a))this.#f.setAttribute("value",this.#X.a*100);this.#O()},Z=()=>this.#x();J.querySelectorAll("fig-input-number, fig-input-text").forEach((X)=>{X.addEventListener("input",Q),X.addEventListener("change",Z)})}#oJ(){let J=this.#J?.querySelector(".fig-fill-picker-ci-a");if(!J)return;let Q=parseFloat(J.value);if(!Number.isFinite(Q))return;return Math.max(0,Math.min(1,Q/100))}#aJ(){let J=($)=>this.#J?.querySelector(`.${$}`),Q=($)=>parseFloat(J($)?.value??0),Z=($)=>{if(!$)return null;let X=this.#oJ();return{...$,a:X??$.a??this.#X.a}};switch(this.#G){case"rgb":return Z(this.#$J({r:Q("fig-fill-picker-ci-r"),g:Q("fig-fill-picker-ci-g"),b:Q("fig-fill-picker-ci-b")}));case"hsl":{let $=this.#_Q({h:Q("fig-fill-picker-ci-h"),s:Q("fig-fill-picker-ci-s"),l:Q("fig-fill-picker-ci-l")});return Z(this.#$J($))}case"hsb":return Z({h:Q("fig-fill-picker-ci-h"),s:Q("fig-fill-picker-ci-s"),v:Q("fig-fill-picker-ci-v")});case"lab":{let $=this.#pJ({l:Q("fig-fill-picker-ci-okl")/100,a:Q("fig-fill-picker-ci-oka"),b:Q("fig-fill-picker-ci-okb")});return Z(this.#$J($))}case"lch":{let $=this.#kQ({l:Q("fig-fill-picker-ci-okl")/100,c:Q("fig-fill-picker-ci-okc"),h:Q("fig-fill-picker-ci-okh")});return Z(this.#$J($))}case"css":{let $=J("fig-fill-picker-ci-css");if(!$)return null;return this.#HQ($.value)}default:{let $=J("fig-fill-picker-ci-hex");if(!$)return null;let X=$.value.replace(/^#/,"");if(X.length===3)X=X[0]+X[0]+X[1]+X[1]+X[2]+X[2];if(X.length===8){let Y=parseInt(X.slice(6,8),16)/255;if(X=X.slice(0,6),!/^[0-9a-fA-F]{6}$/.test(X))return null;return{...this.#XJ(`#${X}`),a:Y}}if(X.length!==6||!/^[0-9a-fA-F]{6}$/.test(X))return null;return Z(this.#XJ(`#${X}`))}}}#QJ(){if(!this.#J)return;let J=this.#c(this.#X),Q=this.#IJ(this.#X),Z=(X)=>this.#J.querySelector(`.${X}`),$=(X,Y)=>{let j=Z(X);if(j)j.setAttribute("value",Y)};switch(this.#G){case"rgb":$("fig-fill-picker-ci-r",Q.r),$("fig-fill-picker-ci-g",Q.g),$("fig-fill-picker-ci-b",Q.b);break;case"hsl":{let X=this.#RQ(Q);$("fig-fill-picker-ci-h",Math.round(X.h)),$("fig-fill-picker-ci-s",Math.round(X.s)),$("fig-fill-picker-ci-l",Math.round(X.l));break}case"hsb":$("fig-fill-picker-ci-h",Math.round(this.#X.h)),$("fig-fill-picker-ci-s",Math.round(this.#X.s)),$("fig-fill-picker-ci-v",Math.round(this.#X.v));break;case"lab":{let X=this.#dJ(Q);$("fig-fill-picker-ci-okl",Math.round(X.l*100)),$("fig-fill-picker-ci-oka",+X.a.toFixed(3)),$("fig-fill-picker-ci-okb",+X.b.toFixed(3));break}case"lch":{let X=this.#TQ(Q);$("fig-fill-picker-ci-okl",Math.round(X.l*100)),$("fig-fill-picker-ci-okc",+X.c.toFixed(3)),$("fig-fill-picker-ci-okh",Math.round(X.h));break}case"css":$("fig-fill-picker-ci-css",this.#qQ(this.#X));break;default:$("fig-fill-picker-ci-hex",J.replace(/^#/,"").toUpperCase());break}if(this.#G!=="css"){let X=Math.round(this.#X.a*1000)/10;$("fig-fill-picker-ci-a",Number.isInteger(X)?X:+X.toFixed(1))}if(this.#f)this.#f.setAttribute("color",J);this.#L()}#tJ(){let J=this.#J.querySelector('[data-tab="gradient"]'),Q=G("fig-select",{className:"fig-fill-picker-gradient-type",label:"Gradient type",value:this.#Z.type},G("fig-select-options",{},[["linear","Linear"],["radial","Radial"],["angular","Angular"]].map(([U,L])=>G("fig-select-option",{value:U},L)))),Z=(U,L,W)=>G("fig-tooltip",{text:U},G("fig-button",{icon:!0,variant:"ghost",className:L,"aria-label":U},C(W))),$=G("div",{className:"fig-fill-picker-gradient-actions"},[Z("Flip gradient","fig-fill-picker-gradient-flip","swap"),Z("Rotate gradient","fig-fill-picker-gradient-rotate","rotate")]),X=G("fig-field",{className:"fig-fill-picker-gradient-header"},[Q,$]),Y=G("fig-input-gradient",{className:"fig-fill-picker-gradient-bar-input","aria-label":"Gradient stops",edit:"true",mode:"tip",size:"large",value:JSON.stringify({type:"gradient",gradient:P(this.#Z)})}),j=G("fig-preview",{className:"fig-fill-picker-gradient-preview"},Y),K=G("fig-button",{icon:!0,variant:"ghost",className:"fig-fill-picker-gradient-add","aria-label":"Add gradient stop",title:"Add stop"},C("add")),z=G("div",{className:"fig-fill-picker-gradient-stops"},[G("fig-header",{className:"fig-fill-picker-gradient-stops-header",borderless:!0},[G("span",{},"Stops"),K]),G("div",{className:"fig-fill-picker-gradient-stops-list"},document.createElement("fig-reorder"))]);J.replaceChildren(X,j,z),this.#I(),this.#eJ(J)}#NQ(){let J=({value:$,title:X,subtitle:Y,advanced:j=!1})=>G("fig-select-option",{value:$,label:`${X} — ${Y}`,className:j?"fig-fill-picker-gradient-interpolation-advanced":null},[G("fig-interpolation-swatch",{slot:"prepend",size:"large","aria-hidden":"true"}),G("span",{className:"fig-fill-picker-gradient-interpolation-label"},[G("span",{className:"fig-fill-picker-gradient-interpolation-title"},X),G("span",{className:"fig-fill-picker-gradient-interpolation-subtitle"},Y)])]),Q=G("fig-separator",{className:"fig-fill-picker-gradient-interpolation-advanced"}),Z=y.#K;return[...Z.filter(($)=>!$.advanced).map(J),Q,...Z.filter(($)=>$.advanced).map(J)]}#eJ(J){let Q=(V)=>typeof V.detail==="string"?V.detail:V.target?.value,Z=J.querySelector(".fig-fill-picker-gradient-bar-input"),$=(V)=>{if(!Z)return;this.#_=!0;try{Z.setAttribute("value",JSON.stringify({type:"gradient",gradient:P(V)}))}finally{this.#_=!1}},X=()=>{$(this.#Z)};J.querySelector(".fig-fill-picker-gradient-type")?.addEventListener("change",(V)=>{let q=Q(V);if(!q)return;this.#Z.type=q,this.#I(),this.#O()});let j=J.querySelector(".fig-fill-picker-gradient-space"),K=j?.querySelector("fig-select-options"),z="fig-fill-picker-gradient-interpolation-collapsed",U=K?.querySelector(".fig-fill-picker-gradient-interpolation-advanced"),L=()=>Boolean(K?.classList.contains(z)),W=(V)=>{K?.querySelector(".fig-overflow-end")?.setAttribute("aria-label",V?"Show all color interpolation options":"Scroll down")},O=()=>{if(!K)return;K.classList.remove(z),K.style.removeProperty("max-height"),W(!1),K.syncOverflow?.()},f=()=>{if(!K||!U)return;K.style.removeProperty("max-height"),K.classList.add(z),K.scrollTop=0;let V=K.getBoundingClientRect().top,q=U.getBoundingClientRect().top,M=K.querySelector(".fig-overflow-end")?.offsetHeight||0,D=q-V;if(D>0)K.style.maxHeight=`${Math.round(D+M)}px`;W(!0),K.syncOverflow?.()},H=(V)=>Boolean(K?.querySelector(`fig-select-option.fig-fill-picker-gradient-interpolation-advanced[value="${V}"]`)),R=()=>{if(H(g(this.#Z)))O();else f()};if(K?.addEventListener("click",(V)=>{if(!L())return;if(!V.target?.closest?.(".fig-overflow-end"))return;V.preventDefault(),V.stopPropagation(),O()},!0),K?.addEventListener("focusin",(V)=>{if(!L())return;if(V.target?.closest?.(".fig-fill-picker-gradient-interpolation-advanced"))O()}),K?.addEventListener("scroll",()=>{if(L()&&K.scrollTop!==0)K.scrollTop=0}),j?.querySelectorAll("fig-select-option").forEach((V)=>{let q=()=>{let M=F(V.getAttribute("value")||"srgb");$(N({...this.#Z,...M}))};V.addEventListener("pointerenter",q),V.addEventListener("pointerleave",()=>{if(document.activeElement!==V)X()}),V.addEventListener("focus",q),V.addEventListener("blur",()=>{if(!V.matches(":hover"))X()})}),this.#d?.disconnect(),j)this.#d=new MutationObserver(()=>{if(!j.hasAttribute("open"))X();else this.#y(R)}),this.#d.observe(j,{attributes:!0,attributeFilter:["open"]});let _=J.querySelector(".fig-fill-picker-gradient-interpolation-modes");if(_?.addEventListener("change",(V)=>{let q=typeof V.detail==="string"?V.detail:V.target?.value;if(!q)return;let M=F(q);this.#Z=N({...this.#Z,...M}),this.#I(),this.#O()}),_?.querySelectorAll("fig-segment").forEach((V)=>{let q=()=>{$(N({...this.#Z,...F(V.getAttribute("value")||"srgb")}))};V.addEventListener("pointerenter",q),V.addEventListener("pointerleave",X)}),j?.addEventListener("change",(V)=>{let q=Q(V);if(!q)return;let M=F(q);this.#Z=N({...this.#Z,...M}),this.#I(),this.#O()}),J.querySelector(".fig-fill-picker-gradient-rotate")?.addEventListener("click",()=>{this.#Z.angle=(Number(this.#Z.angle)+90)%360,this.#I(),this.#O()}),J.querySelector(".fig-fill-picker-gradient-flip").addEventListener("click",()=>{this.#Z.stops.forEach((V)=>{V.position=100-V.position}),this.#Z.stops.sort((V,q)=>V.position-q.position),this.#I(),this.#O()}),J.querySelector(".fig-fill-picker-gradient-add").addEventListener("click",()=>{this.#Z.stops.push({position:50,color:"#888888",opacity:100}),this.#Z.stops.sort((q,M)=>q.position-M.position),this.#I(),this.#O()}),Z){let V=(q)=>{if(q.stopPropagation(),this.#_)return;let M=q.detail;if(!M?.gradient)return;this.#Z=S({...this.#Z,...M.gradient}),this.#L(),this.#UJ(),this.#gJ()};Z.addEventListener("input",(q)=>{V(q),this.#O()}),Z.addEventListener("change",(q)=>{V(q),this.#x()})}J.querySelector(".fig-fill-picker-gradient-stops-list > fig-reorder")?.addEventListener("reorder",(V)=>{this.#$Q(V)})}#EJ(J){let Q=String(J.color||"#888888").replace(/^#/,"").slice(0,6),Z=J.opacity??100;if(Z>=100)return`#${Q}`;let $=Math.round(Z/100*255).toString(16).padStart(2,"0");return`#${Q}${$}`}#JQ(J){if(!(J instanceof HTMLElement))return"#888888";if(J.hexOpaque)return this.#AJ(J.hexOpaque);let Q=J.value;if(typeof Q==="string"&&Q.startsWith("#"))return this.#AJ(Q.length>7?Q.slice(0,7):Q);let Z=J.querySelector('fig-input-text:not([type="number"])'),$=String(Z?.value??Z?.getAttribute("value")??"").replace(/#/g,"").slice(0,6);if(/^[0-9A-Fa-f]{6}$/.test($))return`#${$.toUpperCase()}`;let X=J.getAttribute("value");if(typeof X==="string"&&X.startsWith("#"))return this.#AJ(X.length>7?X.slice(0,7):X);return"#888888"}#AJ(J){let Q=String(J||"#888888").replace(/^#/,"").slice(0,6);if(!/^[0-9A-Fa-f]{6}$/.test(Q))return"#888888";return`#${Q.toUpperCase()}`}#QQ(J){let Q=J.querySelector(".fig-fill-picker-stop-position"),Z=J.querySelector(".fig-fill-picker-stop-color"),$=parseFloat(Q?.value??Q?.getAttribute("value")??"0")||0,X=this.#JQ(Z),Y=100;if(Z instanceof HTMLElement&&Z.rgba?.a!==void 0)Y=Math.round(Z.rgba.a*100);else{let j=parseInt(J.dataset.index,10);if(!isNaN(j)&&this.#Z.stops[j])Y=this.#Z.stops[j].opacity??100}return{position:$,color:X,opacity:Y}}#PJ(J){let Q=parseInt(J.dataset.index,10);if(isNaN(Q)||Q<0||Q>=this.#Z.stops.length)return;let Z={...this.#Z.stops[Q],...this.#QQ(J)};this.#Z.stops[Q]=Z,this.#ZQ(J,Z)}#ZQ(J,Q){let Z=J.querySelector(".fig-fill-picker-stop-position");if(Z)Z.setAttribute("value",String(Q.position));let $=J.querySelector(".fig-fill-picker-stop-color");if($)$.setAttribute("value",this.#EJ(Q))}#$Q(J){let{oldIndex:Q,newIndex:Z}=J.detail??{};if(Q==null||Z==null||Q===Z||Q<0||Z<0||Q>=this.#Z.stops.length||Z>=this.#Z.stops.length)return;let X=J.currentTarget.querySelectorAll(".fig-fill-picker-gradient-stop-row");X.forEach((j)=>this.#PJ(j));let[Y]=this.#Z.stops.splice(Q,1);this.#Z.stops.splice(Z,0,Y),X.forEach((j,K)=>{j.dataset.index=String(K)}),this.#_=!0;try{this.#UJ(),this.#OJ(),this.#O()}finally{this.#_=!1}}#I(){if(!this.#J)return;let J=this.#J.querySelector('[data-tab="gradient"]');if(!J)return;this.#Z=S(this.#Z);let Q=g(this.#Z),Z=J.querySelector(".fig-fill-picker-gradient-space");if(Z)Z.value=Q;let $=J.querySelector(".fig-fill-picker-gradient-interpolation-modes");if($){let X=y.#Y(Q),Y=$.querySelector(`fig-segment[value="${Q}"]`)||$.querySelector(`fig-segment[data-space="${X.space}"]`);if(Y){let j=`${X.title} — ${X.subtitle}`;Y.setAttribute("value",Q),Y.setAttribute("aria-label",j);let K=Y.closest("fig-tooltip");if(K)K.setAttribute("text",j);$.value=Q}}this.#UJ(),this.#OJ(),this.#gJ()}#XQ(){let J=Array.isArray(this.#Z.stops)?[...this.#Z.stops].sort((Q,Z)=>(Q.position??0)-(Z.position??0)):[];if(J.length<2)return[{color:"#FF0000",position:0},{color:"#4F9EFF",position:100}];return J.map((Q)=>({color:String(Q.color||"#D9D9D9").replace(/^(#(?:[0-9a-f]{6})).*/i,"$1"),position:Q.position??0}))}#UJ(){if(!this.#J)return;let J=this.#XQ();this.#J.querySelectorAll("fig-interpolation-swatch").forEach((Q)=>{let Z=Q.closest("fig-select-option, fig-segment")?.getAttribute("value")||"srgb",$=F(Z),X={type:"linear",stops:J,interpolationSpace:$.interpolationSpace};if(E.has($.interpolationSpace))X.hueInterpolation=$.hueInterpolation;Q.value={type:"gradient",gradient:X}})}#OJ(){if(!this.#J)return;let J=this.#J.querySelector(".fig-fill-picker-gradient-bar-input");if(J)this.#_=!0,J.setAttribute("value",JSON.stringify({type:"gradient",gradient:P(this.#Z)})),this.#_=!1;this.#L()}#gJ(){if(!this.#J)return;let J=this.#J.querySelector(".fig-fill-picker-gradient-stops-list"),Q=J?.querySelector("fig-reorder");if(!J||!Q)return;let Z=Q.querySelectorAll(".fig-fill-picker-gradient-stop-row");if(Z.length===this.#Z.stops.length){this.#Z.stops.forEach(($,X)=>{let Y=Z[X];Y.dataset.index=X;let j=Y.querySelector(".fig-fill-picker-stop-position");if(j)j.setAttribute("value",$.position);let K=Y.querySelector(".fig-fill-picker-stop-color");if(K)K.setAttribute("value",this.#EJ($));let z=Y.querySelector(".fig-fill-picker-stop-remove");if(z)if(this.#Z.stops.length<=2)z.setAttribute("disabled","");else z.removeAttribute("disabled")});return}this.#YQ(J)}#YQ(J){let Q=J.querySelector("fig-reorder");if(!Q)return;let Z=this.#Z.stops.map(($,X)=>G("fig-field",{className:"fig-fill-picker-gradient-stop-row","data-index":X},[G("fig-input-number",{className:"fig-fill-picker-stop-position","aria-label":"Gradient stop position",min:"0",max:"100",value:$.position,units:"%"}),G("fig-input-color",{className:"fig-fill-picker-stop-color","aria-label":"Gradient stop color",text:"true",alpha:"true",picker:"figma","picker-dialog-position":"right",value:this.#EJ($)}),G("fig-button",{icon:!0,variant:"ghost",className:"fig-fill-picker-stop-remove",disabled:this.#Z.stops.length<=2,"aria-label":"Remove gradient stop"},C("minus"))]));Q.replaceChildren(...Z),Q.querySelectorAll(".fig-fill-picker-gradient-stop-row").forEach(($)=>{$.querySelector(".fig-fill-picker-stop-position").addEventListener("input",()=>{this.#PJ($),this.#UJ(),this.#OJ(),this.#O()});let X=$.querySelector(".fig-fill-picker-stop-color"),Y=X.querySelector("fig-fill-picker");if(Y)Y.anchorElement=this.#J;else this.#y(()=>{let K=X.querySelector("fig-fill-picker");if(K)K.anchorElement=this.#J});let j=()=>{this.#PJ($),this.#_=!0;try{this.#UJ(),this.#OJ(),this.#O()}finally{this.#_=!1}};X.addEventListener("input",j),X.addEventListener("change",j),$.querySelector(".fig-fill-picker-stop-remove").addEventListener("click",()=>{let K=parseInt($.dataset.index,10);if(this.#Z.stops.length>2)this.#Z.stops.splice(K,1),this.#I(),this.#O()})})}#SJ(J,Q=!0){let Z=N({...this.#Z,interpolationSpace:J??this.#Z.interpolationSpace}),$=this.#T==="display-p3",X=Z.stops.map((K)=>{let z=(K.opacity??100)/100;return`${$?this.#BQ(K.color,z):this.#VQ(K.color,z)} ${K.position}%`}).join(", "),Y=XJ(Z),j=Q&&Y?` ${Y}`:"";switch(Z.type){case"linear":return`linear-gradient(${Z.angle}deg${j}, ${X})`;case"radial":return`radial-gradient(circle at ${Z.centerX}% ${Z.centerY}%${j}, ${X})`;case"angular":return`conic-gradient(from ${Z.angle}deg${j}, ${X})`;default:return`linear-gradient(${Z.angle}deg${j}, ${X})`}}static#hJ=new Map;#vJ(J){let Q=y.#hJ.get(J);if(Q!==void 0)return Q;let Z=document.createElement("div");Z.style.background=J;let $=!!Z.style.background;return y.#hJ.set(J,$),$}#mJ(){let J=this.#SJ(void 0,!0);if(this.#vJ(J))return J;let Q=this.#SJ("oklab",!0);if(this.#vJ(Q))return Q;return this.#SJ("oklab",!1)}#jQ(){let J=this.#J.querySelector('[data-tab="image"]'),Q=G("fig-select",{className:"fig-fill-picker-scale-mode",label:"Image scale mode",value:this.#U.scaleMode},G("fig-select-options",{},[["fill","Fill"],["fit","Fit"],["crop","Crop"],["tile","Tile"]].map(([Y,j])=>G("fig-select-option",{value:Y},j)))),Z=G("fig-input-number",{className:"fig-fill-picker-scale","aria-label":"Image tile scale",min:"1",max:"200",value:this.#U.scale,units:"%"});if(this.#U.scaleMode!=="tile")Z.style.display="none";let $=G("fig-field",{className:"fig-fill-picker-media-header"},[Q,Z]),X=G("fig-image",{className:"fig-fill-picker-media-preview fig-fill-picker-image-preview",upload:"true",label:"Upload from computer",alt:"Image fill preview",size:"auto","aspect-ratio":"1/1",fit:"cover",checkerboard:"true"});J.replaceChildren($,X),this.#KQ(J)}#KQ(J){let Q=J.querySelector(".fig-fill-picker-scale-mode"),Z=J.querySelector(".fig-fill-picker-scale"),$=J.querySelector(".fig-fill-picker-image-preview");Q.addEventListener("change",(X)=>{let Y=typeof X.detail==="string"?X.detail:X.target?.value;if(!Y)return;this.#U.scaleMode=Y,Z.style.display=Y==="tile"?"block":"none",this.#r($),this.#L(),this.#O()}),Z.addEventListener("input",(X)=>{this.#U.scale=parseFloat(X.target.value)||100,this.#r($),this.#L(),this.#O()}),$.addEventListener("loaded",(X)=>{let Y=X.detail?.src||$.src;if(!Y)return;this.#U.url=Y,this.#r($),this.#L(),this.#O()}),$.addEventListener("change",()=>{if($.src)return;this.#U.url=null,this.#r($),this.#L(),this.#O()}),this.#r($)}#r(J){if(!this.#U.url){J.removeAttribute("src"),J.classList.remove("has-media","is-tiled"),J.style.backgroundImage="",J.style.backgroundPosition="",J.style.backgroundRepeat="",J.style.backgroundSize="";return}J.setAttribute("src",this.#U.url),J.classList.add("has-media"),J.style.backgroundImage="",J.style.backgroundPosition="",J.style.backgroundRepeat="",J.style.backgroundSize="",J.mediaEl?.style.removeProperty("opacity");let Q=J.querySelector("fig-input-file[data-generated]");if(Q)Q.setAttribute("label","Replace"),Q.removeAttribute("url");switch(this.#U.scaleMode){case"fill":J.classList.remove("is-tiled"),J.setAttribute("fit","cover");break;case"crop":J.classList.remove("is-tiled"),J.setAttribute("fit","cover");break;case"fit":J.classList.remove("is-tiled"),J.setAttribute("fit","contain");break;case"tile":if(J.classList.add("is-tiled"),J.setAttribute("fit","none"),J.style.backgroundImage=`url(${this.#U.url})`,J.style.backgroundPosition="top left",J.style.backgroundSize=`${this.#U.scale}%`,J.style.backgroundRepeat="repeat",J.mediaEl)J.mediaEl.style.opacity="0";break}}#ZJ(J){if(J.tagName==="FIG-MEDIA"){if(!this.#Q.url){J.removeAttribute("src"),J.classList.remove("has-media");return}if(J.setAttribute("src",this.#Q.url),this.#Q.poster)J.setAttribute("poster",this.#Q.poster);else J.removeAttribute("poster");J.classList.add("has-media");let Q=J.querySelector("fig-input-file[data-generated]");if(Q)Q.setAttribute("label","Replace"),Q.removeAttribute("url");switch(this.#Q.scaleMode){case"fill":case"crop":J.setAttribute("fit","cover");break;case"fit":J.setAttribute("fit","contain");break}return}switch(J.style.objectPosition="center",J.style.width="100%",J.style.height="100%",this.#Q.scaleMode){case"fill":case"crop":J.style.objectFit="cover";break;case"fit":J.style.objectFit="contain";break}}#WQ(){let J=this.#J.querySelector('[data-tab="video"]'),Q=G("fig-select",{className:"fig-fill-picker-scale-mode",label:"Video scale mode",value:this.#Q.scaleMode},G("fig-select-options",{},[["fill","Fill"],["fit","Fit"],["crop","Crop"]].map(([X,Y])=>G("fig-select-option",{value:X},Y)))),Z=G("fig-field",{className:"fig-fill-picker-media-header"},Q),$=G("fig-media",{className:"fig-fill-picker-media-preview fig-fill-picker-video-preview",type:"video",upload:"true",label:"Upload from computer","aria-label":"Video fill preview",size:"auto","aspect-ratio":"1/1",fit:"cover",checkerboard:"true",controls:!0,muted:"true",loop:"true"});J.replaceChildren(Z,$),this.#OQ(J),this.#HJ()}#qJ(){if(this.#Q.poster?.startsWith("blob:"))URL.revokeObjectURL(this.#Q.poster),this.#g.delete(this.#Q.poster);this.#Q.poster=null}#HJ({emit:J=!0}={}){if(this.#Q.url){if(this.#Q.missing=!1,!this.#Q.poster)this.#BJ(this.#Q.url);return}let Q=this.getAttribute("default-video");if(!Q){this.#Q.missing=!0;return}this.#Q.url=Q,this.#Q.missing=!1;let Z=this.#J?.querySelector(".fig-fill-picker-video-preview");if(Z)this.#ZJ(Z);if(this.#BJ(Q),J)this.#O()}#cJ(){if(this.#W!=="video")return;let J=this.#Q.url;if(!J||this.#Q.poster)return;this.#BJ(J)}async#zQ(J){if(typeof J.requestVideoFrameCallback==="function")await Promise.race([new Promise((Q)=>J.requestVideoFrameCallback(()=>Q())),new Promise((Q)=>setTimeout(Q,80))]);else try{await J.play(),J.pause()}catch{}if(typeof createImageBitmap==="function")try{return await createImageBitmap(J)}catch{}return null}async#UQ(J){let Q=await this.#zQ(J),Z=Q?.width||J.videoWidth,$=Q?.height||J.videoHeight;if(!Z||!$)return Q?.close?.(),null;let X=typeof OffscreenCanvas==="function"?new OffscreenCanvas(Z,$):Object.assign(document.createElement("canvas"),{width:Z,height:$}),Y=X.getContext("2d");if(!Y)return Q?.close?.(),null;try{Y.drawImage(Q||J,0,0,Z,$)}finally{Q?.close?.()}return X.convertToBlob?X.convertToBlob({type:"image/jpeg",quality:0.85}):new Promise((j)=>X.toBlob(j,"image/jpeg",0.85))}async#BJ(J,{emit:Q=!1}={}){if(!J||this.#i===J)return;this.#i=J;let Z=document.createElement("video");Z.muted=!0,Z.playsInline=!0,Z.preload="auto",Z.crossOrigin="anonymous";try{if(await new Promise((X,Y)=>{let j=()=>Y(Error("video poster failed"));Z.addEventListener("error",j,{once:!0}),Z.addEventListener("loadeddata",X,{once:!0}),Z.src=J}),!Z.videoWidth||!Z.videoHeight)return;let $=await this.#UQ(Z);if(!$||this.#Q.url!==J)return;if(this.#qJ(),this.#Q.poster=URL.createObjectURL($),this.#g.add(this.#Q.poster),this.#L(),Q)this.#O()}catch{}finally{if(Z.removeAttribute("src"),Z.load(),this.#i===J)this.#i=null}}#OQ(J){let Q=J.querySelector(".fig-fill-picker-scale-mode"),Z=J.querySelector(".fig-fill-picker-video-preview");Q.addEventListener("change",($)=>{let X=typeof $.detail==="string"?$.detail:$.target?.value;if(!X)return;this.#Q.scaleMode=X,this.#ZJ(Z),this.#L(),this.#O()}),Z.addEventListener("loaded",($)=>{let X=$.detail?.src||Z.src;if(!X)return;this.#Q.url=X,this.#Q.missing=!1,this.#ZJ(Z),this.#BJ(X),this.#L(),this.#O()}),Z.addEventListener("change",()=>{if(Z.src)return;this.#Q.url=null,this.#qJ(),this.#HJ(),this.#ZJ(Z),this.#L(),this.#O()}),this.#ZJ(Z)}#GQ(){let J=this.#J.querySelector('[data-tab="webcam"]'),Q=G("fig-field",{className:"fig-fill-picker-webcam-camera"},G("fig-select",{className:"fig-fill-picker-camera-select",label:"Camera",full:!0},document.createElement("fig-select-options")));Q.style.display="none";let Z=G("video",{className:"fig-fill-picker-webcam-video",autoplay:!0,muted:!0,playsinline:!0});Z.muted=!0;let $=G("div",{className:"fig-fill-picker-webcam-status",role:"status","aria-live":"polite"},G("span",{},"Camera access required")),X=G("fig-video",{className:"fig-fill-picker-webcam-preview","aria-label":"Webcam preview","aspect-ratio":"1/1",fit:"cover",checkerboard:"true",autoplay:"true",muted:"true"},[Z,$]),Y=G("div",{className:"fig-fill-picker-webcam-controls"},G("fig-button",{className:"fig-fill-picker-webcam-capture",variant:"secondary",full:!0,disabled:!0},"Capture"));J.replaceChildren(Q,X,Y),this.#LQ(J)}#LQ(J){let Q=J.querySelector(".fig-fill-picker-webcam-video"),Z=J.querySelector(".fig-fill-picker-webcam-status"),$=J.querySelector(".fig-fill-picker-webcam-capture"),X=J.querySelector(".fig-fill-picker-webcam-camera"),Y=J.querySelector(".fig-fill-picker-camera-select"),j=(W)=>{if(W)$.removeAttribute("disabled");else $.setAttribute("disabled","")},K=()=>{let W=!!this.#$.stream&&Q.readyState>=HTMLMediaElement.HAVE_CURRENT_DATA&&Q.videoWidth>0&&Q.videoHeight>0;if(j(W),W)Z.querySelector("span").textContent="Camera ready",Z.style.display="none",this.#h(Q)};Q.addEventListener("loadedmetadata",K),Q.addEventListener("canplay",K),Q.addEventListener("playing",K);let z=(W)=>{this.#$.stream=W,Q.srcObject=W,Q.muted=!0,Q.playsInline=!0,Q.style.display="block";let O=Q.play?.();if(O?.catch)O.catch(()=>{});K()},U=async(W,O)=>{let f=await navigator.mediaDevices.enumerateDevices();if(W!=null&&W!==this.#b)return;let H=f.filter((R)=>R.kind==="videoinput");if(H.length>1){X.style.display="";let R=Y.querySelector(":scope > fig-select-options");if(!R)R=document.createElement("fig-select-options"),Y.append(R);if(R.replaceChildren(),H.forEach((_,k)=>{let V=document.createElement("fig-select-option");V.value=_.deviceId;let q=_.label||(H.length>1?`Camera ${k+1}`:"Camera");V.textContent=q.replace(/\s*\((?:[0-9a-f]{4}:)*([0-9a-f]{4})\)$/i,(M,D)=>{return` ${/^\d+$/.test(D)?Number.parseInt(D,10).toString():D.replace(/^0+/,"")||"0"}`}),R.append(V)}),O)Y.value=O}else X.style.display="none",Y.querySelector(":scope > fig-select-options")?.replaceChildren()},L=async(W=null)=>{let O=W||this.#$.deviceId||null,f=this.#$.stream,H=f?.getTracks?.().filter((_)=>_.readyState!=="ended")??[];if(f&&H.length){let _=f.getVideoTracks?.()?.[0]?.getSettings?.()?.deviceId||this.#$.deviceId||null;if(!O||O===_){z(f),this.#M(),U(null,O||_);return}}this.#zJ({emit:Boolean(f)});let R=this.#b;j(!1),Z.querySelector("span").textContent="Starting camera",Z.style.display="flex";try{let _={video:O?{deviceId:{exact:O}}:!0},k=await navigator.mediaDevices.getUserMedia(_);if(R!==this.#b||!this.isConnected||this.#B!=="webcam"){k.getTracks().forEach((q)=>q.stop());return}let V=k.getVideoTracks?.()?.[0];this.#$.deviceId=O||V?.getSettings?.()?.deviceId||null,this.#$.live=this.#a()==="live",z(k),this.#M(),await U(R,O)}catch(_){if(R!==this.#b)return;console.error("Webcam error:",_.name,_.message);let k="Camera access denied";if(_.name==="NotAllowedError")k="Camera permission denied";else if(_.name==="NotFoundError")k="No camera found";else if(_.name==="NotReadableError")k="Camera in use by another app";else if(_.name==="OverconstrainedError")k="Camera constraints not supported";else if(!window.isSecureContext)k="Camera requires secure context";Z.replaceChildren();let V=document.createElement("span");V.textContent=k,Z.appendChild(V),Z.style.display="flex",Q.style.display="none",j(!1)}};this.#YJ=L,Y.addEventListener("change",(W)=>{let O=typeof W.detail==="string"?W.detail:W.target?.value;if(!O||O===this.#$.deviceId)return;L(O)}),$.addEventListener("click",async()=>{if(!this.#$.stream)return;let W=await this.#jJ(Q);if(!W)return;this.#U.url=W,this.#$.live=!1;let O=this.#J.querySelector(".fig-fill-picker-image-preview");if(O)this.#r(O);if(Array.from(this.#J.querySelectorAll(".fig-fill-picker-tab")).some((H)=>H.dataset.tab==="image"))this.#fJ("image");else this.#L(),this.#O();this.#x()})}#IJ(J){let Q=J.h/360,Z=J.s/100,$=J.v/100,X,Y,j,K=Math.floor(Q*6),z=Q*6-K,U=$*(1-Z),L=$*(1-z*Z),W=$*(1-(1-z)*Z);switch(K%6){case 0:X=$,Y=W,j=U;break;case 1:X=L,Y=$,j=U;break;case 2:X=U,Y=$,j=W;break;case 3:X=U,Y=L,j=$;break;case 4:X=W,Y=U,j=$;break;case 5:X=$,Y=U,j=L;break}return{r:Math.round(X*255),g:Math.round(Y*255),b:Math.round(j*255)}}#$J(J){let Q=J.r/255,Z=J.g/255,$=J.b/255,X=Math.max(Q,Z,$),Y=Math.min(Q,Z,$),j=X-Y,K=0,z=X===0?0:j/X,U=X;if(X!==Y){switch(X){case Q:K=(Z-$)/j+(Z<$?6:0);break;case Z:K=($-Q)/j+2;break;case $:K=(Q-Z)/j+4;break}K/=6}return{h:K*360,s:z*100,v:U*100,a:1}}#c(J){if(!J||typeof J.h!=="number"||typeof J.s!=="number"||typeof J.v!=="number")return"#D9D9D9";let Q=this.#IJ(J),Z=($)=>{return(isNaN($)?217:Math.max(0,Math.min(255,Math.round($)))).toString(16).padStart(2,"0")};return`#${Z(Q.r)}${Z(Q.g)}${Z(Q.b)}`}#XJ(J){let Q=parseInt(J.slice(1,3),16),Z=parseInt(J.slice(3,5),16),$=parseInt(J.slice(5,7),16);return this.#$J({r:Q,g:Z,b:$})}#VQ(J,Q=1){let Z=parseInt(J.slice(1,3),16),$=parseInt(J.slice(3,5),16),X=parseInt(J.slice(5,7),16);return`rgba(${Z}, ${$}, ${X}, ${Q})`}#fQ(J){let Q=Math.max(0,Math.min(1,Number(J)||0)),Z=Math.round(Q*1000)/1000;return String(Z)}#qQ(J=this.#X){let Q=this.#IJ(J);return`rgba(${Q.r}, ${Q.g}, ${Q.b}, ${this.#fQ(J.a)})`}#HQ(J){let Q=String(J??"").trim();if(!Q)return null;let Z=Q.match(/^#?([0-9a-f]{3}|[0-9a-f]{6}|[0-9a-f]{8})$/i);if(Z){let X=Z[1];if(X.length===3)X=X[0]+X[0]+X[1]+X[1]+X[2]+X[2];let Y=1;if(X.length===8)Y=parseInt(X.slice(6,8),16)/255,X=X.slice(0,6);return{...this.#XJ(`#${X}`),a:Y}}let $=Q.match(/^rgba?\(\s*([+-]?(?:\d+\.?\d*|\.\d+))\s*,\s*([+-]?(?:\d+\.?\d*|\.\d+))\s*,\s*([+-]?(?:\d+\.?\d*|\.\d+))(?:\s*,\s*([+-]?(?:\d+\.?\d*|\.\d+))\s*)?\)$/i);if($){let X=Math.max(0,Math.min(255,Math.round(parseFloat($[1])))),Y=Math.max(0,Math.min(255,Math.round(parseFloat($[2])))),j=Math.max(0,Math.min(255,Math.round(parseFloat($[3])))),K=$[4]!==void 0?Math.max(0,Math.min(1,parseFloat($[4]))):1;if(![X,Y,j,K].every(Number.isFinite))return null;return{...this.#$J({r:X,g:Y,b:j}),a:K}}return null}#BQ(J,Q=1){let Z=+(parseInt(J.slice(1,3),16)/255).toFixed(4),$=+(parseInt(J.slice(3,5),16)/255).toFixed(4),X=+(parseInt(J.slice(5,7),16)/255).toFixed(4);return`color(display-p3 ${Z} ${$} ${X} / ${Q})`}#RQ(J){let Q=J.r/255,Z=J.g/255,$=J.b/255,X=Math.max(Q,Z,$),Y=Math.min(Q,Z,$),j,K,z=(X+Y)/2;if(X===Y)j=K=0;else{let U=X-Y;switch(K=z>0.5?U/(2-X-Y):U/(X+Y),X){case Q:j=((Z-$)/U+(Z<$?6:0))/6;break;case Z:j=(($-Q)/U+2)/6;break;case $:j=((Q-Z)/U+4)/6;break}}return{h:j*360,s:K*100,l:z*100}}#_Q(J){let Q=J.h/360,Z=J.s/100,$=J.l/100,X,Y,j;if(Z===0)X=Y=j=$;else{let K=(L,W,O)=>{if(O<0)O+=1;if(O>1)O-=1;if(O<0.16666666666666666)return L+(W-L)*6*O;if(O<0.5)return W;if(O<0.6666666666666666)return L+(W-L)*(0.6666666666666666-O)*6;return L},z=$<0.5?$*(1+Z):$+Z-$*Z,U=2*$-z;X=K(U,z,Q+0.3333333333333333),Y=K(U,z,Q),j=K(U,z,Q-0.3333333333333333)}return{r:Math.round(X*255),g:Math.round(Y*255),b:Math.round(j*255)}}#dJ(J){let Q=(W)=>{return W=W/255,W<=0.04045?W/12.92:Math.pow((W+0.055)/1.055,2.4)},Z=Q(J.r),$=Q(J.g),X=Q(J.b),Y=0.4122214708*Z+0.5363325363*$+0.0514459929*X,j=0.2119034982*Z+0.6806995451*$+0.1073969566*X,K=0.0883024619*Z+0.2817188376*$+0.6299787005*X,z=Math.cbrt(Y),U=Math.cbrt(j),L=Math.cbrt(K);return{l:0.2104542553*z+0.793617785*U-0.0040720468*L,a:1.9779984951*z-2.428592205*U+0.4505937099*L,b:0.0259040371*z+0.7827717662*U-0.808675766*L}}#TQ(J){let Q=this.#dJ(J);return{l:Q.l,c:Math.sqrt(Q.a*Q.a+Q.b*Q.b),h:(Math.atan2(Q.b,Q.a)*180/Math.PI+360)%360}}#pJ(J){let Q=J.l+0.3963377774*J.a+0.2158037573*J.b,Z=J.l-0.1055613458*J.a-0.0638541728*J.b,$=J.l-0.0894841775*J.a-1.291485548*J.b,X=Q*Q*Q,Y=Z*Z*Z,j=$*$*$,K=(z)=>{let U=z<=0.0031308?12.92*z:1.055*Math.pow(z,0.4166666666666667)-0.055;return Math.round(Math.max(0,Math.min(1,U))*255)};return{r:K(4.0767416621*X-3.3077115913*Y+0.2309699292*j),g:K(-1.2684380046*X+2.6097574011*Y-0.3413193965*j),b:K(-0.0041960863*X-0.7034186147*Y+1.707614701*j)}}#kQ(J){let Q=J.h*Math.PI/180;return this.#pJ({l:J.l,a:J.c*Math.cos(Q),b:J.c*Math.sin(Q)})}#O(){if(this.#P())return;this.#L(),this.dispatchEvent(new CustomEvent("input",{bubbles:!0,detail:this.value}))}#x(){if(this.#P())return;this.#A=JSON.stringify(this.value),this.dispatchEvent(new CustomEvent("change",{bubbles:!0,detail:this.value}))}get value(){let J={type:this.#W,colorSpace:this.#T};switch(this.#W){case"solid":return{...J,color:this.#c(this.#X),alpha:this.#X.a,hsv:{...this.#X}};case"gradient":return{...J,gradient:P(this.#Z),css:this.#mJ()};case"image":return{...J,image:{...this.#U}};case"video":return{...J,video:this.#_J()};case"webcam":return{...J,webcam:this.#RJ()};default:return{...J,...this.#u[this.#W]}}}set value(J){if(typeof J==="string")this.setAttribute("value",J);else this.setAttribute("value",JSON.stringify(J))}attributeChangedCallback(J,Q,Z){if(Q===Z)return;switch(J){case"value":if(this.#S(),this.#L(),this.#cJ(),this.#J?.open&&!this.#D)this.#lJ(),this.#A=JSON.stringify(this.value);break;case"disabled":if(this.#F(),this.#P()&&this.#J?.open)this.close();break;case"alpha":case"mode":{if(!this.#J)break;let $=this.#J.open;if(this.#xJ(),$&&this.isConnected)this.#JJ();break}case"webcam-mode":if(this.#W==="webcam")this.#L();break;case"default-video":if(this.#W==="video")this.#HJ({emit:!1}),this.#L();break;case"aria-label":if(this.#J)this.#J.setAttribute("aria-label",this.#t());case"aria-labelledby":case"aria-describedby":this.#F();break}}}A("fig-fill-picker",y);class B extends HTMLElement{static#K=new Set(["oklch","hsl"]);static#Y=10;static#j=10;static#z=8;static#J=3;static#R=210;static#B={type:"linear",angle:135,interpolationSpace:"srgb",hueInterpolation:"shorter",stops:[{color:"#FF0000",position:0,opacity:100},{color:"#4F9EFF",position:100,opacity:100}]};#W=!1;#T=null;#X=null;#G={...B.#B};static get observedAttributes(){return["value"]}get value(){return{type:"gradient",gradient:{...this.#G}}}set value(J){if(J==null||J===""){this.removeAttribute("value");return}if(typeof J==="string"){this.setAttribute("value",J);return}this.setAttribute("value",JSON.stringify(J))}connectedCallback(){this.#Z(),this.#U(),this.#D(),this.#_()}attributeChangedCallback(J,Q,Z){if(Q===Z)return;if(J!=="value")return;if(this.#U(),this.#W)this.#_()}#Z(){if(!(this.hasAttribute("aria-label")||this.hasAttribute("aria-labelledby"))&&!this.hasAttribute("aria-hidden"))this.setAttribute("aria-hidden","true")}#U(){let J=this.getAttribute("value");if(!J){this.#G={...B.#B,stops:B.#B.stops.map((Q)=>({...Q}))};return}try{let Q=JSON.parse(J),Z=Q?.type==="gradient"&&Q.gradient?Q.gradient:Q?.gradient?Q.gradient:Q;if(!Z||typeof Z!=="object")return;this.#G=this.#Q({...B.#B,...Z})}catch{}}#Q(J){let Q={...J??{}},Z=String(Q.interpolationSpace??"srgb").toLowerCase(),$=String(Q.hueInterpolation??"shorter").toLowerCase(),X=Array.isArray(Q.stops)?Q.stops.map((Y)=>({color:String(Y?.color||"#D9D9D9").replace(/^(#(?:[0-9a-f]{6})).*/i,"$1"),position:Y?.position??0,opacity:Y?.opacity??100})):B.#B.stops.map((Y)=>({...Y}));if(X.length<2)return{...B.#B,stops:B.#B.stops.map((Y)=>({...Y}))};return{type:["linear","radial","angular"].includes(Q.type)?Q.type:"linear",angle:Number.isFinite(Number(Q.angle))?Number(Q.angle):135,interpolationSpace:Z,hueInterpolation:$,stops:X}}#$(){return B.#K.has(this.#G.interpolationSpace||"srgb")}#w(J){let{r:Q,g:Z,b:$}=l(J);if(this.#G.interpolationSpace==="hsl")return r(Q,Z,$).h;let X=n(Q,Z,$);return(o(X.l,X.a,X.b).h%360+360)%360}#C(){let J=this.#H(),Q=this.#w(J[0]?.color||"#FF0000"),Z=this.#w(J[J.length-1]?.color||"#4F9EFF"),$=B.#R-Q,Y=((B.#R-Z-$)%360+360)%360,j=Y===0?0:Y-360,K=this.#G.hueInterpolation||"shorter",z;if(K==="increasing")z=j;else if(K==="decreasing")z=Y;else if(K==="longer")z=Y<180?j:Y;else z=Y<=180?Y:j;let U=Math.sign(z),L=Math.asin(B.#J/2/B.#z)*180/Math.PI,W=Math.min(L,Math.max(0,(Math.abs(z)-0.01)/2));return{startDeg:$+U*W,sweepDeg:z-U*W*2}}#N(J){let Q=J*Math.PI/180;return{x:B.#Y+B.#z*Math.cos(Q),y:B.#j+B.#z*Math.sin(Q)}}#V(J,Q){let Z=J+Q,$=this.#N(J),X=this.#N(Z),Y=Math.abs(Q)>180?1:0,j=Q>=0?1:0;return`M ${$.x} ${$.y} A ${B.#z} ${B.#z} 0 ${Y} ${j} ${X.x} ${X.y}`}#u(){let J=this.#N(180),Q=this.#N(0);return`M ${J.x} ${J.y} L ${Q.x} ${Q.y}`}#q(J){let Q=B.#J,Z=`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none"><path d="${J}" fill="none" stroke="white" stroke-width="${Q}" stroke-linecap="round" stroke-linejoin="round"/></svg>`;return`url("data:image/svg+xml,${encodeURIComponent(Z)}")`}#H(){return[...this.#G.stops].sort((J,Q)=>(J.position??0)-(Q.position??0))}#k(){let J=this.#G.interpolationSpace||"srgb";if(J==="srgb")return"";if(B.#K.has(J))return` in ${J} ${this.#G.hueInterpolation||"shorter"} hue`;return` in ${J}`}#f(){let J=this.#H(),Q=this.#k();if(this.#$()){let $=(B.#R+90)%360,X=this.#G.interpolationSpace,Y=(K)=>X==="oklch"?`oklch(65% 0.25 ${K})`:`hsl(${K} 100% 50%)`,j=[0,300,240,180,120,60,0].map(Y).join(", ");return`conic-gradient(from ${$}deg in ${X} decreasing hue, ${j})`}let Z=J.map(($)=>`${$.color} ${$.position??0}%`).join(", ");return`linear-gradient(90deg${Q}, ${Z})`}#D(){if(this.#W)return;let J=B.#J,Q=u("svg",{className:"fig-interpolation-swatch-svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none","aria-hidden":"true"},u("circle",{className:"fig-interpolation-swatch-rim",cx:"10",cy:"10",r:"8",fill:"none",stroke:"currentColor","stroke-width":J})),Z=G("div",{className:"fig-interpolation-swatch-fill","aria-hidden":"true"});this.replaceChildren(Q,Z),this.#T=Q,this.#X=Z,this.#W=!0}#_(){if(!this.#X)return;let J=this.#$();if(this.#T)this.#T.style.display=J?"":"none";let Q=J?(()=>{let{startDeg:$,sweepDeg:X}=this.#C();return this.#V($,X)})():this.#u(),Z=this.#q(Q);this.#X.style.setProperty("-webkit-mask-image",Z),this.#X.style.maskImage=Z,this.#X.style.background=this.#f()}}A("fig-interpolation-swatch",B);
90
+ `,J.appendChild(Q);let Z=document.createElement("fig-button");Z.className="fig-select-trigger",Z.setAttribute("part","trigger"),Z.setAttribute("variant","ghost"),Z.setAttribute("aria-haspopup","listbox"),Z.setAttribute("aria-expanded","false");let $=document.createElement("span");$.className="fig-select-prepend",$.setAttribute("part","prepend"),$.setAttribute("aria-hidden","true");let X=document.createElement("span");X.className="fig-select-label",X.setAttribute("part","label"),Z.append($,X);let Y=document.createElement("dialog",{is:"fig-popup"});if(Y.setAttribute("is","fig-popup"),Y.setAttribute("part","listbox"),Y.setAttribute("theme","menu"),Y.setAttribute("role","listbox"),"popover"in HTMLElement.prototype)Y.setAttribute("popover","manual");Y.id=d(),Z.setAttribute("aria-controls",Y.id);let j=document.createElement("slot");if(j.setAttribute("name","panel"),Y.appendChild(j),J.append(Z,Y),this.#K=Z,this.#j=$,this.#z=X,this.#Y=Y,this.#J=j,Y.anchor=Z,this.#k(),this.#p(),!this.hasAttribute("value")){let K=this.#m().find((z)=>T(z,"selected"));if(K)this.setAttribute("value",K.value)}}#p(){if(!this.#Y||this.#X)return;if(typeof this.#Y.positionPopup!=="function")return;this.#G=this.#Y.positionPopup.bind(this.#Y),this.#Y.positionPopup=()=>{if(!this.open){this.#G?.();return}this.#P()},this.#X=!0}#A(J){if(!J)return null;let Q=document.createRange();Q.selectNodeContents(J);let Z=[...Q.getClientRects()].filter(($)=>$.width>0&&$.height>0);if(Z.length)return Z[0];return J.getBoundingClientRect()}#YJ(){if(typeof this.#Y?.parseViewportMargins==="function")return this.#Y.parseViewportMargins();return{top:8,right:8,bottom:8,left:8}}#b(){let J=this.#z?.getBoundingClientRect();if(!J)return null;return{x:J.x,y:J.y,width:J.width,height:J.height}}#s(){let J=window.visualViewport;return{width:J?.width??window.innerWidth,height:J?.height??window.innerHeight,offsetLeft:J?.offsetLeft??0,offsetTop:J?.offsetTop??0}}#n(J,Q,Z=0.25){if(!J&&!Q)return!1;if(!J||!Q)return!0;return Math.abs(J.x-Q.x)>Z||Math.abs(J.y-Q.y)>Z||Math.abs(J.width-Q.width)>Z||Math.abs(J.height-Q.height)>Z}#o(J,Q,Z=0.25){if(!J&&!Q)return!1;if(!J||!Q)return!0;return Math.abs(J.width-Q.width)>Z||Math.abs(J.height-Q.height)>Z||Math.abs(J.offsetLeft-Q.offsetLeft)>Z||Math.abs(J.offsetTop-Q.offsetTop)>Z}#g(){if(!this.#Z)return!1;let J=this.#n(this.#U,this.#b()),Q=this.#o(this.#Q,this.#s());return!J&&!Q}#i(){this.#U=this.#b(),this.#Q=this.#s()}#P(){if(this.#g())return;let J=this.#Y,Q=this.#z;if(!J||!Q){this.#G?.();return}let Z=this.#m(),$=Z.find((R)=>this.#M(R)===this.value)||Z[0];if(!$){this.#G?.();return}this.#G?.();let X=J.getBoundingClientRect(),Y=Q.getBoundingClientRect(),j=this.#A($);if(!X.width||!X.height||!Y.width||!j)return;let K=j.left-X.left,z=j.top-X.top,L=T(this,"full")?this.getBoundingClientRect().left:Y.left-K,W=Y.top-z,O=this.#YJ();if(typeof J.clampToViewport==="function")({left:L,top:W}=J.clampToViewport({left:L,top:W},X,O));else{let{left:R,top:_}=O,k=window.innerWidth-X.width-O.right,V=window.innerHeight-X.height-O.bottom;L=Math.min(Math.max(L,R),Math.max(R,k)),W=Math.min(Math.max(W,_),Math.max(_,V))}J.style.setProperty("right","auto","important"),J.style.setProperty("bottom","auto","important"),J.style.setProperty("left",`${Math.round(L)}px`,"important"),J.style.setProperty("top",`${Math.round(W)}px`,"important");let f=this.#f(),H=this.#A($);if(H&&f&&f.scrollHeight>f.clientHeight+1){let R=H.top-Y.top;if(Math.abs(R)>0.5)f.scrollTop+=R;f.syncOverflow?.()}if(this.#Z||this.open)this.#i()}#a(){this.#K?.addEventListener("click",this.#w),this.#K?.addEventListener("keydown",this.#V),this.addEventListener("click",this.#C),this.addEventListener("pointerover",this.#N),this.#Y?.addEventListener("keydown",this.#V),this.#Y?.addEventListener("close",this.#u),this.#J?.addEventListener("slotchange",this.#q)}#GJ(){this.#K?.removeEventListener("click",this.#w),this.#K?.removeEventListener("keydown",this.#V),this.removeEventListener("click",this.#C),this.removeEventListener("pointerover",this.#N),this.#Y?.removeEventListener("keydown",this.#V),this.#Y?.removeEventListener("close",this.#u),this.#J?.removeEventListener("slotchange",this.#q)}#RJ(){this.#k(),this.#h()}#_J(){if(this.#R)return;this.#R=new MutationObserver((J)=>{if(this.#T||this.#$)return;let Q=!1;for(let Z of J){if(Z.type==="childList"){if([...Z.addedNodes].some(($)=>this.#H($))||[...Z.removedNodes].some(($)=>this.#H($))||Z.target?.closest?.("fig-select-option"))Q=!0}if(Z.type==="attributes"&&Z.target?.tagName==="FIG-SELECT-OPTION"){if(Z.attributeName==="value"||Z.attributeName==="disabled"||Z.attributeName==="label")Q=!0;else if(Z.attributeName==="selected"){if(T(Z.target,"selected")){let $=this.#M(Z.target);if((this.getAttribute("value")??"")!==$)this.setAttribute("value",$),Q=!0}else if(this.#M(Z.target)===(this.getAttribute("value")??""))Q=!0}}if(Z.type==="characterData"&&Z.target?.parentElement?.tagName==="FIG-SELECT-OPTION")Q=!0}if(Q)this.#h()}),this.#R.observe(this,{childList:!0,subtree:!0,characterData:!0,attributes:!0,attributeFilter:["value","disabled","selected","label"]})}#m({enabledOnly:J=!1}={}){let Q=this.#f(),Z=Q?Array.from(Q.querySelectorAll(":scope > fig-select-option")):[];if(!J)return Z;return Z.filter(($)=>!T($,"disabled"))}#M(J){if(!J)return"";if(typeof J.value==="string")return J.value;let Q=J.getAttribute?.("value");if(Q!=null)return Q;return(J.textContent||"").trim()}#TJ(J){if(!J)return"";let Q=J.getAttribute?.("label");if(Q!=null&&Q!=="")return Q.trim();let Z=[];for(let $ of J.childNodes){if($.nodeType===Node.TEXT_NODE){let j=$.textContent?.trim();if(j)Z.push(j);continue}if(!($ instanceof Element))continue;let X=$.getAttribute("slot");if(X==="prepend"||X==="append")continue;let Y=$.textContent?.trim();if(Y)Z.push(Y)}if(Z.length)return Z.join(" ").trim();return(J.textContent||"").trim()}#kJ(J){if(!this.#j)return;let Q=J?.querySelector?.(':scope > [slot="prepend"]');this.#j.replaceChildren(...Array.from(Q?.childNodes??[],(Z)=>Z.cloneNode(!0)))}#LJ(){if(!this.#Y)return;this.#Y.setAttribute("position",this.getAttribute("position")||"bottom left");let J=this.getAttribute("offset");if(J)this.#Y.setAttribute("offset",J);else this.#Y.removeAttribute("offset");let Q=this.getAttribute("closedby");if(Q)this.#Y.setAttribute("closedby",Q);else this.#Y.removeAttribute("closedby")}#VJ(){let J=T(this,"disabled");if(this.#K)if(J)this.#K.setAttribute("disabled","");else this.#K.removeAttribute("disabled");if(J&&this.open)this.open=!1}#MJ(J){if(!J.length)return null;let Q=J.find((Z)=>T(Z,"selected"));if(Q&&!T(Q,"disabled"))return Q;return J.find((Z)=>!T(Z,"disabled"))||J[0]||null}#jJ(J){this.dispatchEvent(new CustomEvent("input",{detail:J,bubbles:!0,composed:!0})),this.dispatchEvent(new CustomEvent("change",{detail:J,bubbles:!0,composed:!0}))}#h(){if(this.#T)return;this.#T=!0;try{let J=this.#m(),Q=this.hasAttribute("value"),Z=Q?this.getAttribute("value"):null,$=Q?J.find((K)=>this.#M(K)===Z):null,X=!1;if(!$){if(Q){if(!J.length){if(this.#z)this.#z.textContent=Z||this.getAttribute("label")||"";return}if($=this.#MJ(J),$){let K=this.#M($);if(Z!==K)this.setAttribute("value",K),X=!0}else this.removeAttribute("value"),X=!0}else if($=J.find((K)=>T(K,"selected")),$)this.setAttribute("value",this.#M($)),X=!0}for(let K of J){let z=K===$;if(K.setAttribute("aria-selected",z?"true":"false"),z)K.setAttribute("selected","");else K.removeAttribute("selected")}let Y=$&&this.#TJ($)||this.getAttribute("label")||"";if(this.#z)this.#z.textContent=Y;this.#kJ($);let j=this.getAttribute("label")||"Select";if(this.#K?.setAttribute("aria-label",j),this.#f()?.syncOverflow?.(),X)this.#jJ(this.getAttribute("value")??"")}finally{this.#T=!1}}#y(J){if(T(this,"disabled"))return;J.preventDefault(),J.stopPropagation();let Q=!this.open;if(Q&&this.#Y&&this.#K)this.#Y.anchor=this.#K;this.open=Q}#NJ(J){let Z=(typeof J.composedPath==="function"?J.composedPath():[]).find(($)=>$?.tagName==="FIG-SELECT-OPTION");if(!Z||!this.contains(Z))return;if(T(Z,"disabled"))return;this.#F(Z)}#yJ(J){let Z=(typeof J.composedPath==="function"?J.composedPath():[]).find(($)=>$?.tagName==="FIG-SELECT-OPTION");if(!Z||!this.contains(Z))return;if(T(Z,"disabled"))return;if(J.relatedTarget instanceof Node&&Z.contains(J.relatedTarget))return;this.dispatchEvent(new CustomEvent("optionhover",{detail:this.#M(Z),bubbles:!0,composed:!0}))}#DJ(J){if(J.currentTarget===document&&J.key!=="Escape")return;if(!(this.open&&(this.#Y?.matches?.(":open")??!1))){if(this.#K?.contains(J.target)&&(J.key==="ArrowDown"||J.key==="Enter"||J.key===" ")){if(J.preventDefault(),this.#Y&&this.#K)this.#Y.anchor=this.#K;this.open=!0,requestAnimationFrame(()=>{let X=this.#m({enabledOnly:!0}).findIndex((Y)=>this.#M(Y)===this.value);this.#S(X>=0?X:0)})}return}let Z=this.#m({enabledOnly:!0});if(!Z.length)return;switch(J.key){case"ArrowDown":J.preventDefault(),this.#WJ(),this.#S(this.#W+1);break;case"ArrowUp":J.preventDefault(),this.#WJ(),this.#S(this.#W-1);break;case"Home":J.preventDefault(),this.#S(0);break;case"End":J.preventDefault(),this.#S(Z.length-1);break;case"Escape":J.preventDefault(),this.open=!1,this.#K?.focus();break;case"Enter":case" ":{this.#WJ();let $=Z[this.#W];if(!$)return;J.preventDefault(),this.#F($);break}}}#t(){if(this.hasAttribute("open"))this.removeAttribute("open");this.#K?.setAttribute("aria-expanded","false"),this.#K?.focus(),this.#W=-1}#F(J){let Q=this.#M(J);this.setAttribute("value",Q),this.#h(),this.#jJ(Q),this.open=!1}#KJ(){return this.#m({enabledOnly:!0})}#WJ(){let J=this.#KJ();if(!J.length){this.#W=-1;return}let Q=J.find(($)=>$===document.activeElement),Z=Q?J.indexOf(Q):-1;this.#W=Z>=0?Z:this.#W}#S(J){let Q=this.#KJ();if(!Q.length)return;let Z=(J%Q.length+Q.length)%Q.length;this.#W=Z,Q[Z]?.focus()}#L(){if(!this.#Y||!this.#K)return;let J=Math.ceil(this.getBoundingClientRect().width),Q=Math.ceil(this.#K.getBoundingClientRect().width),Z=Math.max(J,Q,96);this.#Y.style.setProperty("width","max-content","important"),this.#Y.style.setProperty("min-width",`${Z}px`,"important"),this.#Y.style.setProperty("max-width","min(20rem, calc(100vw - 1rem))","important")}#e(){if(!this.#Y||T(this,"disabled"))return;if(this.#K)this.#Y.anchor=this.#K;this.#p(),this.#Z=!1,this.#U=null,this.#Q=null,this.#h(),this.#L(),this.#Y.open=!0,document.addEventListener("keydown",this.#V,!0),this.#K?.setAttribute("aria-expanded","true"),this.#W=-1,requestAnimationFrame(()=>{this.#L(),this.#P();let J=this.#f(),Z=this.#KJ().findIndex(($)=>this.#M($)===this.value);if(Z>=0)this.#S(Z);else if(this.#K?.hasAttribute("data-focus-visible")||this.#K?.matches?.(":focus-visible"))this.#S(0);J?.syncOverflow?.(),this.#Z=!0,this.#i()})}#JJ(){if(!this.#Y)return;this.#Z=!1,this.#U=null,this.#Q=null,document.removeEventListener("keydown",this.#V,!0),this.#Y.open=!1,this.#K?.setAttribute("aria-expanded","false")}}A("fig-select",c);var ZJ=["srgb","srgb-linear","display-p3","oklab","oklch","hsl"],$J=["shorter","longer","increasing","decreasing"],E=new Set(["oklch","hsl"]);function N(J){let Q={...J??{}},Z=String(Q.interpolationSpace??"srgb").toLowerCase();if(!ZJ.includes(Z))Z="srgb";Q.interpolationSpace=Z;let $=String(Q.hueInterpolation??"shorter").toLowerCase();return Q.hueInterpolation=$J.includes($)?$:"shorter",Q}function S(J){let Q=N(J);return Q.interpolationSpace="srgb",delete Q.hueInterpolation,Q}function P(J){let Q=S(J),Z={...Q,interpolationSpace:Q.interpolationSpace};if(E.has(Q.interpolationSpace))Z.hueInterpolation=Q.hueInterpolation;else delete Z.hueInterpolation;return Z}function XJ(J){let Q=N(J);if(Q.interpolationSpace==="srgb")return"";if(E.has(Q.interpolationSpace))return`in ${Q.interpolationSpace} ${Q.hueInterpolation} hue`;return`in ${Q.interpolationSpace}`}function g(J){let Q=N(J);if(E.has(Q.interpolationSpace))return`${Q.interpolationSpace}-${Q.hueInterpolation||"shorter"}`;return Q.interpolationSpace}function F(J){let Q=String(J??"");for(let Z of E){let $=`${Z}-`;if(Q.startsWith($))return{interpolationSpace:Z,hueInterpolation:Q.slice($.length)||"shorter"}}return{interpolationSpace:Q||"srgb",hueInterpolation:"shorter"}}var YJ=0;class y extends HTMLElement{static#K=[{value:"srgb",space:"srgb",title:"Classic",subtitle:"sRGB Linear"},{value:"oklab",space:"oklab",title:"Smooth",subtitle:"OKLab"},{value:"oklch-increasing",space:"oklch",title:"Vibrant",subtitle:"OKLCH Increasing"},{value:"hsl-increasing",space:"hsl",title:"Vivid",subtitle:"HSL Increasing"},{value:"oklch-decreasing",space:"oklch",title:"Vibrant",subtitle:"OKLCH Decreasing",advanced:!0},{value:"hsl-decreasing",space:"hsl",title:"Vivid",subtitle:"HSL Decreasing",advanced:!0}];static#Y(J){let Q=y.#K,Z=Q.find((K)=>K.value===J);if(Z)return Z;let $=F(J),X=Q.find((K)=>K.space===$.interpolationSpace),Y=X?.subtitle.split(" ")[0]??$.interpolationSpace.toUpperCase(),j=$.hueInterpolation;return{value:J,space:$.interpolationSpace,title:X?.title??"Custom",subtitle:E.has($.interpolationSpace)?`${Y} ${j.charAt(0).toUpperCase()}${j.slice(1)}`:Y}}#j=null;#z=null;#J=null;#R=`fig-fill-picker-dialog-${++YJ}`;#B="solid";anchorElement=null;#W="solid";#T="srgb";#X={h:0,s:0,v:85,a:1};#G="hex";#Z={type:"linear",angle:0,centerX:50,centerY:50,interpolationSpace:"srgb",hueInterpolation:"shorter",stops:[{position:0,color:"#D9D9D9",opacity:100},{position:100,color:"#737373",opacity:100}]};#U={url:null,scaleMode:"fill",scale:50};#Q={url:null,poster:null,scaleMode:"fill",scale:50,opacity:1,missing:!0};#$={stream:null,live:!0,snapshot:null,deviceId:null,scaleMode:"fill",scale:50,opacity:1};#w=null;#C=!1;#N=null;#V={};#u={};#q=null;#H=null;#k=null;#f=null;#D=!1;#_=!1;#E=null;#d=null;#p=null;#A=null;#YJ=null;#b=0;#s=null;#n=null;#o=new Set;#g=new Set;#i=null;constructor(){super();this.#s=this.#KJ.bind(this),this.#n=this.#WJ.bind(this)}static get observedAttributes(){return["value","disabled","alpha","mode","webcam-mode","default-video","aria-label","aria-labelledby","aria-describedby"]}connectedCallback(){this.style.display="contents",this.#y(()=>{this.#DJ(),this.#S(),this.#L(),this.#cJ()})}disconnectedCallback(){if(this.#xJ({stopWebcam:!0}),this.#NJ(),this.#yJ(),this.#z)this.#z.removeAttribute("selected");if(this.#j)this.#j.removeEventListener("click",this.#s),this.#j.removeEventListener("keydown",this.#n);this.#j=null,this.#z=null}#P(){return this.hasAttribute("disabled")&&this.getAttribute("disabled")!=="false"}#a(){return this.getAttribute("webcam-mode")==="snapshot"?"snapshot":"live"}#GJ(){return this.#W==="webcam"&&this.#a()==="live"&&this.#$.live!==!1}#RJ(){return{live:this.#a()==="live"&&this.#$.live!==!1,snapshot:this.#$.snapshot??null,deviceId:this.#$.deviceId??null,scaleMode:this.#$.scaleMode||"fill",scale:this.#$.scale??50,opacity:this.#$.opacity??1}}#_J(){let J=this.#Q.url??null;return{url:J,poster:this.#Q.poster??null,scaleMode:this.#Q.scaleMode||"fill",scale:this.#Q.scale??50,opacity:this.#Q.opacity??1,...J?{}:{missing:!0}}}#m(J){if(J.webcam&&typeof J.webcam==="object"){let{stream:Q,snapshot:Z,...$}=J.webcam;if(Object.assign(this.#$,$),typeof Z==="string"&&Z)this.#$.snapshot=Z;return}if(J.type==="webcam"&&J.image){if(J.image.url!=null)this.#$.snapshot=J.image.url;if(J.image.scaleMode)this.#$.scaleMode=J.image.scaleMode;if(J.image.scale!=null)this.#$.scale=J.image.scale}}#M(){this.dispatchEvent(new CustomEvent("webcamstream",{bubbles:!0,composed:!0,detail:{stream:this.#$.stream,deviceId:this.#$.deviceId??null}}))}get webcamStream(){return this.#$.stream}releaseWebcam(){this.#zJ()}#TJ(J){if(!J)return null;if(this.#$.snapshot?.startsWith("blob:"))URL.revokeObjectURL(this.#$.snapshot),this.#g.delete(this.#$.snapshot);return this.#$.snapshot=URL.createObjectURL(J),this.#g.add(this.#$.snapshot),this.#$.snapshot}#kJ(J,Q,Z){if(typeof J.getImageData!=="function")return!1;let $;try{$=J.getImageData(0,0,Q,Z).data}catch{return!1}let X=Math.max(1,Math.floor(Q*Z/256)),Y=0,j=0,K=0;for(let z=0;z<$.length;z+=X*4){let U=Math.max($[z],$[z+1],$[z+2]);if(Y=Math.max(Y,U),K+=1,U>24)j+=1}if(!K)return!0;return Y<=40||j/K<0.04}async#LJ(J){let Q=[],Z=this.#$.stream?.getVideoTracks?.()?.[0];if(Z&&typeof ImageCapture==="function")try{if(this.#N?.track!==Z)this.#N=new ImageCapture(Z);Q.push(await this.#N.grabFrame())}catch{this.#N=null}if(typeof createImageBitmap==="function")try{Q.push(await createImageBitmap(J))}catch{}return Q.push(J),Q.filter(Boolean)}async#VJ(J,Q,Z,$){let X=await this.#LJ(Q);for(let Y of X){try{J.drawImage(Y,0,0,Z,$)}catch{continue}finally{Y.close?.()}if(!this.#kJ(J,Z,$))return!0}return!1}#MJ(J){return new Promise((Q)=>{if(typeof J.requestVideoFrameCallback==="function"){let Z=setTimeout(()=>Q(!1),400);J.requestVideoFrameCallback(()=>{clearTimeout(Z),Q(!0)});return}setTimeout(()=>Q(!1),200)})}async#jJ(J){if(!J?.videoWidth||!J.videoHeight)return null;let Q=document.createElement("canvas");Q.width=J.videoWidth,Q.height=J.videoHeight;let Z=Q.getContext("2d",{willReadFrequently:!0});if(!Z)return null;if(!await this.#VJ(Z,J,Q.width,Q.height))return null;let X=await new Promise((Y)=>Q.toBlob(Y,"image/png"));return this.#TJ(X)}#h(J){if(this.#W!=="webcam")return;let Q=this.#$.stream;if(!Q)return;if(this.#w===Q&&this.#$.snapshot){this.#L();return}if(this.#C)return;this.#C=!0;let Z=(X)=>{if(this.#C=!1,!X||this.#W!=="webcam"||this.#$.stream!==Q)return;this.#w=Q,this.#L()},$=async()=>{let X=await this.#jJ(J);if(X){Z(X);return}if(this.#W!=="webcam"||this.#$.stream!==Q){this.#C=!1;return}return await this.#MJ(J),$()};$()}#y(J){let Q=requestAnimationFrame(()=>{if(this.#o.delete(Q),this.isConnected)J()});return this.#o.add(Q),Q}#NJ(){this.#o.forEach((J)=>cancelAnimationFrame(J)),this.#o.clear()}#yJ(){let J=new Set([this.#$.snapshot,this.#Q.poster,this.#U.url].filter((Q)=>typeof Q==="string"&&Q.startsWith("blob:")));this.#g.forEach((Q)=>{if(!J.has(Q))URL.revokeObjectURL(Q)}),this.#g.clear(),J.forEach((Q)=>this.#g.add(Q))}#DJ(){let J=Array.from(this.children).find((Q)=>!Q.getAttribute("slot")?.startsWith("mode-"));if(!J)this.#z=document.createElement("fig-swatch"),this.#z.setAttribute("background","#D9D9D9"),this.appendChild(this.#z),this.#j=this.#z;else if(J.matches("fig-swatch, fig-chit"))this.#z=J,this.#j=J;else this.#j=J,this.#z=null;if(this.#F(),this.#j.removeEventListener("click",this.#s),this.#j.addEventListener("click",this.#s),this.#j.removeEventListener("keydown",this.#n),this.#j.addEventListener("keydown",this.#n),this.#z)this.#y(()=>{let Q=this.#z.querySelector('input[type="color"]');if(Q)Q.remove();this.#F()})}#t(){return this.getAttribute("aria-label")||"Fill picker"}#F(){if(!this.#j)return;let J=this.#P(),Q=this.getAttribute("aria-labelledby");if(!this.#j.hasAttribute("role"))this.#j.setAttribute("role","button");if(this.#j.setAttribute("tabindex",J?"-1":"0"),this.#j.setAttribute("aria-disabled",J?"true":"false"),this.#j.setAttribute("aria-haspopup","dialog"),this.#j.setAttribute("aria-expanded",this.#J?.open?"true":"false"),this.#j.setAttribute("aria-controls",this.#R),this.#j.removeAttribute("aria-hidden"),Q)this.#j.setAttribute("aria-labelledby",Q),this.#j.removeAttribute("aria-label");else if(this.hasAttribute("aria-label"))this.#j.setAttribute("aria-label",`Open ${this.#t()}`),this.#j.removeAttribute("aria-labelledby");else if(this.#j.removeAttribute("aria-labelledby"),!this.#j.hasAttribute("aria-label"))this.#j.setAttribute("aria-label",`Open ${this.#t()}`);let Z=this.getAttribute("aria-describedby");if(Z)this.#j.setAttribute("aria-describedby",Z);else this.#j.removeAttribute("aria-describedby")}#KJ(J){if(this.#P())return;J.stopPropagation(),J.preventDefault(),this.#JJ()}#WJ(J){if(J.key!=="Enter"&&J.key!==" ")return;if(this.#P())return;J.preventDefault(),J.stopPropagation(),this.#JJ()}#S(){let J=this.getAttribute("value");if(!J)return;let Q=["solid","gradient","image","video","webcam"];try{let Z=JSON.parse(J);if(Z.type)this.#W=Z.type;if(Z.color){if(typeof Z.color==="string")this.#X=this.#XJ(Z.color);else if(typeof Z.color==="object"&&Z.color.h!==void 0)this.#X=Z.color}let $=Z.alpha!==void 0?Number(Z.alpha):Z.opacity!==void 0?Number(Z.opacity)/100:void 0;if(Number.isFinite($))this.#X.a=Math.max(0,Math.min(1,$));if(this.#T="srgb",Z.gradient)this.#Z=S({...this.#Z,...Z.gradient});if(Z.image)this.#U={...this.#U,...Z.image};if(Z.video){let X=this.#Q.url;if(this.#Q={...this.#Q,...Z.video},this.#Q.missing=!this.#Q.url,this.#Q.url!==X&&Z.video.poster==null)this.#qJ()}if(this.#m(Z),Z.type&&!Q.includes(Z.type)){let{type:X,...Y}=Z;this.#u[Z.type]=Y}}catch(Z){if(J.startsWith("#")){this.#W="solid",this.#X=this.#XJ(J);return}if(p(J)){let $=this.#Q.url;if(this.#W="video",this.#Q.url=J.trim(),this.#Q.missing=!1,this.#Q.url!==$)this.#qJ()}}}#L(){if(!this.#z)return;let J,Q="cover",Z="center";switch(this.#W){case"solid":J=this.#c(this.#X);break;case"gradient":J=this.#mJ();break;case"image":if(this.#U.url){J=I(this.#U.url);let $=this.#e(this.#U.scaleMode,this.#U.scale);Q=$.size,Z=$.position}else J="";break;case"video":if(this.#Q.poster){J=I(this.#Q.poster);let $=this.#e(this.#Q.scaleMode,this.#Q.scale);Q=$.size,Z=$.position}else J="";break;case"webcam":if(this.#$.snapshot){J=I(this.#$.snapshot);let $=this.#e(this.#$.scaleMode,this.#$.scale);Q=$.size,Z=$.position}else J="";break;default:{J=(this.#V[this.#W]?.element||this.querySelector(`[slot="mode-${this.#W}"]`))?.getAttribute("swatch-background")||"";break}}if(this.#z.setAttribute("background",J),this.#z.style.setProperty("--swatch-bg-size",Q),this.#z.style.setProperty("--swatch-bg-position",Z),this.#W==="solid")this.#z.setAttribute("alpha",this.#X.a);else this.#z.removeAttribute("alpha")}#e(J,Q){switch(J){case"fill":return{size:"cover",position:"center"};case"fit":return{size:"contain",position:"center"};case"crop":return{size:"cover",position:"center"};case"tile":return{size:`${Q}%`,position:"top left"};default:return{size:"cover",position:"center"}}}#JJ(){if(this.#P())return;if(!this.#J)this.#iJ();else this.#J.anchor=this.anchorElement||this.#j;if(this.#fJ(this.#W,{emit:!1}),this.#p=JSON.stringify(this.value),this.#A=this.#p,this.#z)this.#z.setAttribute("selected","true");this.#J.open=!0,this.#F(),this.#y(()=>{this.#J?.querySelector(".fig-fill-picker-close, .fig-fill-picker-type, fig-button, button, input, [tabindex='0']")?.focus?.(),this.#y(()=>{this.#l(),this.#v()})})}open(){this.#JJ()}close(){if(this.#J)this.#J.open=!1,this.#F()}#sJ(){if(!this.#J)return;for(let[J,{element:Q}]of Object.entries(this.#V)){let Z=Array.from(this.#J.querySelectorAll(".fig-fill-picker-tab")).find(($)=>$.dataset.tab===J);if(!Z)continue;while(Z.firstChild)Q.appendChild(Z.firstChild)}}#xJ({stopWebcam:J=!1}={}){if(this.#E)this.#E(),this.#E=null;if(this.#d?.disconnect(),this.#d=null,!J&&this.#GJ())this.#wJ();else this.#zJ();if(!this.#J)return;this.#sJ(),this.#J.remove(),this.#J=null,this.#YJ=null,this.#p=null,this.#A=null,this.#q=null,this.#H=null,this.#k=null,this.#f=null,this.#_=!1,this.#F()}#wJ(){this.#b+=1;let J=this.#J?.querySelector(".fig-fill-picker-webcam-video");if(J)J.srcObject=null}#zJ({emit:J=!0}={}){this.#b+=1;let Q=Boolean(this.#$.stream);if(this.#$.stream)this.#$.stream.getTracks().forEach(($)=>$.stop()),this.#$.stream=null;this.#w=null,this.#C=!1,this.#N=null;let Z=this.#J?.querySelector(".fig-fill-picker-webcam-video");if(Z)Z.srcObject=null;if(Q&&J)this.#M()}#iJ(){this.#V={},this.querySelectorAll('[slot^="mode-"]').forEach((O)=>{let f=O.getAttribute("slot").slice(5);this.#V[f]={element:O,label:O.getAttribute("label")||f.charAt(0).toUpperCase()+f.slice(1)}}),this.#J=document.createElement("dialog",{is:"fig-popup"}),this.#J.setAttribute("is","fig-popup"),this.#J.id=this.#R,this.#J.setAttribute("aria-label",this.#t()),this.#J.setAttribute("drag","true"),this.#J.setAttribute("handle","fig-header"),this.#J.setAttribute("autoresize","false"),this.#J.classList.add("fig-fill-picker-dialog"),this.#J.anchor=this.anchorElement||this.#j;let J=this.getAttribute("dialog-position")||"left";this.#J.setAttribute("position",J),this.#J.setAttribute("offset",this.getAttribute("dialog-offset")||"8 8");let Q=["solid","gradient","image","video","webcam"],Z={solid:"Solid",gradient:"Gradient",image:"Image",video:"Video",webcam:"Webcam"},$=this.getAttribute("mode"),X;if($){if(X=$.split(",").map((f)=>f.trim().toLowerCase()).filter((f)=>Q.includes(f)||this.#V[f]),X.length===0)X=[...Q]}else X=[...Q];let Y={...Z};for(let[O,{label:f}]of Object.entries(this.#V))Y[O]=f;if(!X.includes(this.#W))this.#W=X[0],this.#B=X[0];let j;if(X.length===1)j=G("h3",{className:"fig-fill-picker-type-label"},Y[X[0]]);else{let O=G("fig-select-options",{},X.map((f)=>G("fig-select-option",{value:f},Y[f])));j=G("fig-select",{className:"fig-fill-picker-type",label:"Fill type",variant:"ghost",value:this.#W},O)}let K=X.map((O)=>G("div",{className:"fig-fill-picker-tab","data-tab":O})),z=G("fig-button",{icon:!0,variant:"ghost",className:"fig-fill-picker-close","aria-label":"Close fill picker"},C("close"));this.#J.replaceChildren(G("fig-header",{},[j,z]),G("fig-content",{},K)),document.body.appendChild(this.#J);for(let[O,{element:f}]of Object.entries(this.#V)){let H=Array.from(this.#J.querySelectorAll(".fig-fill-picker-tab")).find((R)=>R.dataset.tab===O);if(!H)continue;while(f.firstChild)H.appendChild(f.firstChild);this.dispatchEvent(new CustomEvent("modeready",{bubbles:!0,detail:{mode:O,container:H}}))}let U=this.#J.querySelector(".fig-fill-picker-type");if(U)U.addEventListener("change",(O)=>{let f=typeof O.detail==="string"?O.detail:O.target?.value;if(f)this.#fJ(f)});this.#J.querySelector(".fig-fill-picker-close").addEventListener("click",()=>{this.#J.open=!1});let L=()=>{if(this.#z)this.#z.removeAttribute("selected");if(this.#GJ())this.#wJ();else this.#zJ();let O=JSON.stringify(this.value);if(this.#A!==null&&this.#A!==O)this.#x();this.#p=null,this.#A=null,this.#F();let f=this.#j;this.#y(()=>{if(f?.isConnected)HTMLElement.prototype.focus.call(f)}),this.dispatchEvent(new CustomEvent("close"))};this.#J.addEventListener("close",L);let W={solid:()=>this.#rJ(),gradient:()=>this.#tJ(),image:()=>this.#jQ(),video:()=>this.#WQ(),webcam:()=>this.#GQ()};for(let[O,f]of Object.entries(W))if(!this.#V[O]&&X.includes(O))f();for(let O of Object.keys(this.#V)){if(Q.includes(O))continue;let f=Array.from(this.#J.querySelectorAll(".fig-fill-picker-tab")).find((H)=>H.dataset.tab===O);if(!f)continue;f.addEventListener("input",(H)=>{if(H.target===this)return;if(H.stopPropagation(),H.detail)this.#u[O]=H.detail;this.#O()}),f.addEventListener("change",(H)=>{if(H.target===this)return;if(H.stopPropagation(),H.detail)this.#u[O]=H.detail;this.#x()})}}#fJ(J,{emit:Q=!0}={}){let Z=Array.from(this.#J?.querySelectorAll(".fig-fill-picker-tab")??[]).find((K)=>K.dataset.tab===J);if(!Z)return;let $=this.#B;if(this.#B=J,this.#W=J,$==="webcam"&&J!=="webcam")this.#zJ();let X=this.#J.querySelector(".fig-fill-picker-type");if(X&&X.value!==J)X.value=J;this.#J.querySelectorAll(".fig-fill-picker-tab").forEach((K)=>{if(K.dataset.tab===J)K.style.display="block";else K.style.display="none"});let j=this.#J.querySelector("fig-content");if(j)j.style.padding=this.#V[J]?"0":"";if(J==="gradient")this.#y(()=>{this.#I();let K=Z.querySelector(".fig-fill-picker-gradient-bar-input");K?.refreshLayout?.(),this.#y(()=>{K?.refreshLayout?.()})});if(J==="video")this.#HJ({emit:!1});if(J==="webcam")this.#$.live=this.#a()==="live",this.#YJ?.(this.#$.deviceId);if(this.#L(),Q)this.#O()}#lJ(){if(!this.#J?.open)return;if(this.#fJ(this.#W,{emit:!1}),this.#l(),this.#v(),this.#QJ(),this.#k)this.#k.setAttribute("value",this.#X.h);if(this.#f)this.#f.setAttribute("value",this.#X.a*100),this.#f.setAttribute("color",this.#c(this.#X));this.#I();let J=this.#J.querySelector('[data-tab="image"]'),Q=J?.querySelector(".fig-fill-picker-scale-mode"),Z=J?.querySelector(".fig-fill-picker-scale"),$=J?.querySelector(".fig-fill-picker-image-preview");if(Q)Q.value=this.#U.scaleMode;if(Z)Z.setAttribute("value",this.#U.scale),Z.style.display=this.#U.scaleMode==="tile"?"block":"none";if($)this.#r($);let X=this.#J.querySelector('[data-tab="video"]'),Y=X?.querySelector(".fig-fill-picker-scale-mode"),j=X?.querySelector(".fig-fill-picker-video-preview");if(Y)Y.value=this.#Q.scaleMode;if(j)this.#ZJ(j)}#rJ(){let J=this.#J.querySelector('[data-tab="solid"]'),Q=this.getAttribute("alpha")!=="false",Z=G("canvas",{width:"200",height:"200"}),$=G("fig-handle",{"aria-label":"Color saturation and brightness",role:"slider","aria-valuemin":"0","aria-valuemax":"100",type:"color",color:this.#c({...this.#X,a:1}),"data-no-color-picker":!0,drag:!0,"drag-surface":".fig-fill-picker-color-area","drag-axes":"x,y","drag-snapping":"modifier"}),X=G("fig-preview",{className:"fig-fill-picker-color-area"},[Z,$]),Y=G("fig-tooltip",{text:"Sample color"},G("fig-button",{icon:!0,variant:"ghost",className:"fig-fill-picker-eyedropper","aria-label":"Sample color"},C("eyedropper"))),j=G("div",{className:`fig-fill-picker-sliders${Q?"":" is-hue-only"}`},[Y,G("fig-slider",{type:"hue",variant:"classic",text:"false",min:"0",max:"360","aria-label":"Hue",value:this.#X.h}),Q?G("fig-slider",{type:"opacity",variant:"classic",text:"false",min:"0",max:"100","aria-label":"Opacity",value:this.#X.a*100,color:this.#c(this.#X)}):null]),K=G("fig-select-options",{},[["hex","Hex"],["rgb","RGB"],["css","CSS"],["hsl","HSL"],["hsb","HSB"],["lab","LAB"],["lch","LCH"]].map(([W,O])=>G("fig-select-option",{value:W},O))),z=G("fig-field",{className:"fig-fill-picker-inputs"},[G("fig-select",{className:"fig-fill-picker-input-mode",label:"Color value format",value:this.#G},K),G("span",{className:"fig-fill-picker-input-fields"})]);if(J.replaceChildren(X,j,z),this.#q=J.querySelector("canvas"),this.#H=J.querySelector("fig-handle"),this.#FJ(),this.#l(),this.#v(),this.#uJ(),this.#k=J.querySelector('fig-slider[type="hue"]'),this.#k.addEventListener("input",(W)=>{this.#X.h=parseFloat(W.target.value),this.#l(),this.#v(),this.#QJ(),this.#O()}),this.#k.addEventListener("change",()=>{this.#x()}),Q)this.#f=J.querySelector('fig-slider[type="opacity"]'),this.#f.addEventListener("input",(W)=>{this.#X.a=parseFloat(W.target.value)/100,this.#QJ(),this.#O()}),this.#f.addEventListener("change",()=>{this.#x()});J.querySelector(".fig-fill-picker-input-mode").addEventListener("change",(W)=>{let O=typeof W.detail==="string"?W.detail:W.target?.value;if(!O)return;this.#G=O,this.#bJ()}),this.#bJ();let L=J.querySelector(".fig-fill-picker-eyedropper");if("EyeDropper"in window)L.addEventListener("click",async()=>{try{let O=await new EyeDropper().open();this.#X={...this.#XJ(O.sRGBHex),a:this.#X.a},this.#l(),this.#v(),this.#QJ(),this.#O()}catch(W){}});else L.setAttribute("disabled",""),L.title="EyeDropper not supported in this browser"}#MQ(){let J=this.#J?.querySelector('[data-tab="solid"]');if(J){let Q=J.querySelector("canvas");if(Q){let Z=document.createElement("canvas");Z.width=Q.width,Z.height=Q.height,Q.replaceWith(Z),this.#q=Z,this.#uJ()}this.#l(),this.#v()}this.#OJ(),this.#O()}#l(){if(!this.#q&&this.#J)this.#q=this.#J.querySelector('[data-tab="solid"] canvas');if(!this.#q)return;let J=this.#T==="display-p3"?"display-p3":"srgb",Q=this.#q.getContext("2d",{colorSpace:J});if(!Q)return;let Z=this.#q.width,$=this.#q.height;Q.clearRect(0,0,Z,$);let X=this.#X.h,Y=this.#T==="display-p3",j=Q.createLinearGradient(0,0,Z,0);if(Y){j.addColorStop(0,"color(display-p3 1 1 1)");let[z,U,L]=hslToP3(X,100,50);j.addColorStop(1,`color(display-p3 ${z} ${U} ${L})`)}else j.addColorStop(0,"#FFFFFF"),j.addColorStop(1,`hsl(${X}, 100%, 50%)`);Q.fillStyle=j,Q.fillRect(0,0,Z,$);let K=Q.createLinearGradient(0,0,0,$);K.addColorStop(0,"rgba(0,0,0,0)"),K.addColorStop(1,"rgba(0,0,0,1)"),Q.fillStyle=K,Q.fillRect(0,0,Z,$)}#v(J=0){if(!this.#H||!this.#q)return;this.#FJ();let Q=this.#q.getBoundingClientRect();if((Q.width===0||Q.height===0)&&J<5){this.#y(()=>this.#v(J+1));return}let Z=Math.max(0,Math.min(100,this.#X.s)),$=Math.max(0,Math.min(100,100-this.#X.v));this.#H.setAttribute("value",`${Z}% ${$}%`),this.#H.setAttribute("color",this.#c({...this.#X,a:1}))}#FJ(){if(!this.#H)return;this.#H.setAttribute("aria-valuenow",String(Math.round(this.#X.v))),this.#H.setAttribute("aria-valuetext",`Saturation ${Math.round(this.#X.s)}%, brightness ${Math.round(this.#X.v)}%`),this.#H.removeAttribute("aria-pressed")}#CJ(J,Q,Z={}){let{updateHandle:$=!0,emitInput:X=!0,emitChange:Y=!1}=Z;if(this.#X.s=Math.max(0,Math.min(100,J*100)),this.#X.v=Math.max(0,Math.min(100,(1-Q)*100)),this.#H)this.#H.setAttribute("color",this.#c({...this.#X,a:1})),this.#FJ();if($)this.#v();if(this.#QJ(),X)this.#O();if(Y)this.#x()}#uJ(){if(this.#E)this.#E(),this.#E=null;if(!this.#q||!this.#H)return;let J=this.#q.parentElement||this.#q,Q=this.#H,Z=!1,$=(U,L={})=>{let W=J.getBoundingClientRect();if(W.width===0||W.height===0)return;let O=Math.max(0,Math.min(U.clientX-W.left,W.width)),f=Math.max(0,Math.min(U.clientY-W.top,W.height));this.#CJ(O/W.width,f/W.height,L)},X=(U)=>{if(U.button!==0)return;if(U.target===Q||Q.contains(U.target))return;Z=!0,this.#D=!0,J.setPointerCapture(U.pointerId),$(U,{updateHandle:!0,emitInput:!0})},Y=(U)=>{if(!Z)return;if(U.buttons===0){j();return}$(U,{updateHandle:!0,emitInput:!0})},j=()=>{if(!Z)return;Z=!1,this.#D=!1,this.#x()},K=(U)=>{this.#D=!0;let L=U.detail?.px,W=U.detail?.py;if(!Number.isFinite(L)||!Number.isFinite(W))return;Q.setAttribute("value",`${L*100}% ${W*100}%`),this.#CJ(L,W,{updateHandle:!1,emitInput:!0})},z=(U)=>{let L=U.detail?.px,W=U.detail?.py;if(Number.isFinite(L)&&Number.isFinite(W))Q.setAttribute("value",`${L*100}% ${W*100}%`),this.#CJ(L,W,{updateHandle:!1,emitInput:!1});this.#D=!1,this.#x()};J.addEventListener("pointerdown",X),J.addEventListener("pointermove",Y),J.addEventListener("pointerup",j),J.addEventListener("pointercancel",j),J.addEventListener("lostpointercapture",j),Q.addEventListener("input",K),Q.addEventListener("change",z),this.#E=()=>{J.removeEventListener("pointerdown",X),J.removeEventListener("pointermove",Y),J.removeEventListener("pointerup",j),J.removeEventListener("pointercancel",j),J.removeEventListener("lostpointercapture",j),Q.removeEventListener("input",K),Q.removeEventListener("change",z),this.#D=!1}}#bJ(){let J=this.#J?.querySelector(".fig-fill-picker-input-fields");if(!J)return;let Q=(K,z)=>G("fig-tooltip",{text:K},z),Z=(K,z,U,L,W,O)=>G("fig-input-number",{className:K,"aria-label":z,min:U,max:L,step:W,units:O}),$=this.getAttribute("alpha")!=="false",X=()=>$?Q("Alpha",Z("fig-fill-picker-ci-a","Alpha",0,100,0.1,"%")):null,Y=(K,z="")=>G("div",{className:["input-combo",z].filter(Boolean).join(" ")},K),j;switch(this.#G){case"rgb":j=Y([Q("Red",Z("fig-fill-picker-ci-r","Red",0,255)),Q("Green",Z("fig-fill-picker-ci-g","Green",0,255)),Q("Blue",Z("fig-fill-picker-ci-b","Blue",0,255)),X()]);break;case"hsl":j=Y([Q("Hue",Z("fig-fill-picker-ci-h","Hue",0,360)),Q("Saturation",Z("fig-fill-picker-ci-s","Saturation",0,100)),Q("Lightness",Z("fig-fill-picker-ci-l","Lightness",0,100)),X()]);break;case"hsb":j=Y([Q("Hue",Z("fig-fill-picker-ci-h","Hue",0,360)),Q("Saturation",Z("fig-fill-picker-ci-s","Saturation",0,100)),Q("Brightness",Z("fig-fill-picker-ci-v","Brightness",0,100)),X()]);break;case"lab":j=Y([Q("Lightness",Z("fig-fill-picker-ci-okl","Lightness",0,100)),Q("Green-Red axis",Z("fig-fill-picker-ci-oka","Green-Red axis",-0.4,0.4,0.001)),Q("Blue-Yellow axis",Z("fig-fill-picker-ci-okb","Blue-Yellow axis",-0.4,0.4,0.001)),X()]);break;case"lch":j=Y([Q("Lightness",Z("fig-fill-picker-ci-okl","Lightness",0,100)),Q("Chroma",Z("fig-fill-picker-ci-okc","Chroma",0,0.4,0.001)),Q("Hue",Z("fig-fill-picker-ci-okh","Hue",0,360)),X()]);break;case"css":j=G("fig-input-text",{className:"fig-fill-picker-ci-css","aria-label":"CSS color",placeholder:"rgba(0, 0, 0, 1)"});break;default:{let K=G("fig-input-text",{className:"fig-fill-picker-ci-hex","aria-label":"Hex color",placeholder:"FFFFFF"});j=$?Y([K,X()],"fig-fill-picker-ci-hex-row"):K}break}J.replaceChildren(j),this.#nJ(),this.#y(()=>this.#QJ())}#nJ(){let J=this.#J?.querySelector(".fig-fill-picker-input-fields");if(!J)return;let Q=()=>{if(this.#D)return;let X=this.#aJ();if(!X)return;let Y=Number.isFinite(X.a)?X.a:this.#X.a;if(this.#X={...X,a:Y},this.#l(),this.#v(),this.#k)this.#k.setAttribute("value",this.#X.h);if(this.#f&&Number.isFinite(X.a))this.#f.setAttribute("value",this.#X.a*100);this.#O()},Z=()=>this.#x();J.querySelectorAll("fig-input-number, fig-input-text").forEach((X)=>{X.addEventListener("input",Q),X.addEventListener("change",Z)})}#oJ(){let J=this.#J?.querySelector(".fig-fill-picker-ci-a");if(!J)return;let Q=parseFloat(J.value);if(!Number.isFinite(Q))return;return Math.max(0,Math.min(1,Q/100))}#aJ(){let J=($)=>this.#J?.querySelector(`.${$}`),Q=($)=>parseFloat(J($)?.value??0),Z=($)=>{if(!$)return null;let X=this.#oJ();return{...$,a:X??$.a??this.#X.a}};switch(this.#G){case"rgb":return Z(this.#$J({r:Q("fig-fill-picker-ci-r"),g:Q("fig-fill-picker-ci-g"),b:Q("fig-fill-picker-ci-b")}));case"hsl":{let $=this.#_Q({h:Q("fig-fill-picker-ci-h"),s:Q("fig-fill-picker-ci-s"),l:Q("fig-fill-picker-ci-l")});return Z(this.#$J($))}case"hsb":return Z({h:Q("fig-fill-picker-ci-h"),s:Q("fig-fill-picker-ci-s"),v:Q("fig-fill-picker-ci-v")});case"lab":{let $=this.#pJ({l:Q("fig-fill-picker-ci-okl")/100,a:Q("fig-fill-picker-ci-oka"),b:Q("fig-fill-picker-ci-okb")});return Z(this.#$J($))}case"lch":{let $=this.#kQ({l:Q("fig-fill-picker-ci-okl")/100,c:Q("fig-fill-picker-ci-okc"),h:Q("fig-fill-picker-ci-okh")});return Z(this.#$J($))}case"css":{let $=J("fig-fill-picker-ci-css");if(!$)return null;return this.#HQ($.value)}default:{let $=J("fig-fill-picker-ci-hex");if(!$)return null;let X=$.value.replace(/^#/,"");if(X.length===3)X=X[0]+X[0]+X[1]+X[1]+X[2]+X[2];if(X.length===8){let Y=parseInt(X.slice(6,8),16)/255;if(X=X.slice(0,6),!/^[0-9a-fA-F]{6}$/.test(X))return null;return{...this.#XJ(`#${X}`),a:Y}}if(X.length!==6||!/^[0-9a-fA-F]{6}$/.test(X))return null;return Z(this.#XJ(`#${X}`))}}}#QJ(){if(!this.#J)return;let J=this.#c(this.#X),Q=this.#IJ(this.#X),Z=(X)=>this.#J.querySelector(`.${X}`),$=(X,Y)=>{let j=Z(X);if(j)j.setAttribute("value",Y)};switch(this.#G){case"rgb":$("fig-fill-picker-ci-r",Q.r),$("fig-fill-picker-ci-g",Q.g),$("fig-fill-picker-ci-b",Q.b);break;case"hsl":{let X=this.#RQ(Q);$("fig-fill-picker-ci-h",Math.round(X.h)),$("fig-fill-picker-ci-s",Math.round(X.s)),$("fig-fill-picker-ci-l",Math.round(X.l));break}case"hsb":$("fig-fill-picker-ci-h",Math.round(this.#X.h)),$("fig-fill-picker-ci-s",Math.round(this.#X.s)),$("fig-fill-picker-ci-v",Math.round(this.#X.v));break;case"lab":{let X=this.#dJ(Q);$("fig-fill-picker-ci-okl",Math.round(X.l*100)),$("fig-fill-picker-ci-oka",+X.a.toFixed(3)),$("fig-fill-picker-ci-okb",+X.b.toFixed(3));break}case"lch":{let X=this.#TQ(Q);$("fig-fill-picker-ci-okl",Math.round(X.l*100)),$("fig-fill-picker-ci-okc",+X.c.toFixed(3)),$("fig-fill-picker-ci-okh",Math.round(X.h));break}case"css":$("fig-fill-picker-ci-css",this.#qQ(this.#X));break;default:$("fig-fill-picker-ci-hex",J.replace(/^#/,"").toUpperCase());break}if(this.#G!=="css"){let X=Math.round(this.#X.a*1000)/10;$("fig-fill-picker-ci-a",Number.isInteger(X)?X:+X.toFixed(1))}if(this.#f)this.#f.setAttribute("color",J);this.#L()}#tJ(){let J=this.#J.querySelector('[data-tab="gradient"]'),Q=G("fig-select",{className:"fig-fill-picker-gradient-type",label:"Gradient type",value:this.#Z.type},G("fig-select-options",{},[["linear","Linear"],["radial","Radial"],["angular","Angular"]].map(([U,L])=>G("fig-select-option",{value:U},L)))),Z=(U,L,W)=>G("fig-tooltip",{text:U},G("fig-button",{icon:!0,variant:"ghost",className:L,"aria-label":U},C(W))),$=G("div",{className:"fig-fill-picker-gradient-actions"},[Z("Flip gradient","fig-fill-picker-gradient-flip","swap"),Z("Rotate gradient","fig-fill-picker-gradient-rotate","rotate")]),X=G("fig-field",{className:"fig-fill-picker-gradient-header"},[Q,$]),Y=G("fig-input-gradient",{className:"fig-fill-picker-gradient-bar-input","aria-label":"Gradient stops",edit:"true",mode:"tip",size:"large",value:JSON.stringify({type:"gradient",gradient:P(this.#Z)})}),j=G("fig-preview",{className:"fig-fill-picker-gradient-preview"},Y),K=G("fig-button",{icon:!0,variant:"ghost",className:"fig-fill-picker-gradient-add","aria-label":"Add gradient stop",title:"Add stop"},C("add")),z=G("div",{className:"fig-fill-picker-gradient-stops"},[G("fig-header",{className:"fig-fill-picker-gradient-stops-header",borderless:!0},[G("span",{},"Stops"),K]),G("div",{className:"fig-fill-picker-gradient-stops-list"},document.createElement("fig-reorder"))]);J.replaceChildren(X,j,z),this.#I(),this.#eJ(J)}#NQ(){let J=({value:$,title:X,subtitle:Y,advanced:j=!1})=>G("fig-select-option",{value:$,label:`${X} — ${Y}`,className:j?"fig-fill-picker-gradient-interpolation-advanced":null},[G("fig-interpolation-swatch",{slot:"prepend",size:"large","aria-hidden":"true"}),G("span",{className:"fig-fill-picker-gradient-interpolation-label"},[G("span",{className:"fig-fill-picker-gradient-interpolation-title"},X),G("span",{className:"fig-fill-picker-gradient-interpolation-subtitle"},Y)])]),Q=G("fig-separator",{className:"fig-fill-picker-gradient-interpolation-advanced"}),Z=y.#K;return[...Z.filter(($)=>!$.advanced).map(J),Q,...Z.filter(($)=>$.advanced).map(J)]}#eJ(J){let Q=(V)=>typeof V.detail==="string"?V.detail:V.target?.value,Z=J.querySelector(".fig-fill-picker-gradient-bar-input"),$=(V)=>{if(!Z)return;this.#_=!0;try{Z.setAttribute("value",JSON.stringify({type:"gradient",gradient:P(V)}))}finally{this.#_=!1}},X=()=>{$(this.#Z)};J.querySelector(".fig-fill-picker-gradient-type")?.addEventListener("change",(V)=>{let q=Q(V);if(!q)return;this.#Z.type=q,this.#I(),this.#O()});let j=J.querySelector(".fig-fill-picker-gradient-space"),K=j?.querySelector("fig-select-options"),z="fig-fill-picker-gradient-interpolation-collapsed",U=K?.querySelector(".fig-fill-picker-gradient-interpolation-advanced"),L=()=>Boolean(K?.classList.contains(z)),W=(V)=>{K?.querySelector(".fig-overflow-end")?.setAttribute("aria-label",V?"Show all color interpolation options":"Scroll down")},O=()=>{if(!K)return;K.classList.remove(z),K.style.removeProperty("max-height"),W(!1),K.syncOverflow?.()},f=()=>{if(!K||!U)return;K.style.removeProperty("max-height"),K.classList.add(z),K.scrollTop=0;let V=K.getBoundingClientRect().top,q=U.getBoundingClientRect().top,M=K.querySelector(".fig-overflow-end")?.offsetHeight||0,D=q-V;if(D>0)K.style.maxHeight=`${Math.round(D+M)}px`;W(!0),K.syncOverflow?.()},H=(V)=>Boolean(K?.querySelector(`fig-select-option.fig-fill-picker-gradient-interpolation-advanced[value="${V}"]`)),R=()=>{if(H(g(this.#Z)))O();else f()};if(K?.addEventListener("click",(V)=>{if(!L())return;if(!V.target?.closest?.(".fig-overflow-end"))return;V.preventDefault(),V.stopPropagation(),O()},!0),K?.addEventListener("focusin",(V)=>{if(!L())return;if(V.target?.closest?.(".fig-fill-picker-gradient-interpolation-advanced"))O()}),K?.addEventListener("scroll",()=>{if(L()&&K.scrollTop!==0)K.scrollTop=0}),j?.querySelectorAll("fig-select-option").forEach((V)=>{let q=()=>{let M=F(V.getAttribute("value")||"srgb");$(N({...this.#Z,...M}))};V.addEventListener("pointerenter",q),V.addEventListener("pointerleave",()=>{if(document.activeElement!==V)X()}),V.addEventListener("focus",q),V.addEventListener("blur",()=>{if(!V.matches(":hover"))X()})}),this.#d?.disconnect(),j)this.#d=new MutationObserver(()=>{if(!j.hasAttribute("open"))X();else this.#y(R)}),this.#d.observe(j,{attributes:!0,attributeFilter:["open"]});let _=J.querySelector(".fig-fill-picker-gradient-interpolation-modes");if(_?.addEventListener("change",(V)=>{let q=typeof V.detail==="string"?V.detail:V.target?.value;if(!q)return;let M=F(q);this.#Z=N({...this.#Z,...M}),this.#I(),this.#O()}),_?.querySelectorAll("fig-segment").forEach((V)=>{let q=()=>{$(N({...this.#Z,...F(V.getAttribute("value")||"srgb")}))};V.addEventListener("pointerenter",q),V.addEventListener("pointerleave",X)}),j?.addEventListener("change",(V)=>{let q=Q(V);if(!q)return;let M=F(q);this.#Z=N({...this.#Z,...M}),this.#I(),this.#O()}),J.querySelector(".fig-fill-picker-gradient-rotate")?.addEventListener("click",()=>{this.#Z.angle=(Number(this.#Z.angle)+90)%360,this.#I(),this.#O()}),J.querySelector(".fig-fill-picker-gradient-flip").addEventListener("click",()=>{this.#Z.stops.forEach((V)=>{V.position=100-V.position}),this.#Z.stops.sort((V,q)=>V.position-q.position),this.#I(),this.#O()}),J.querySelector(".fig-fill-picker-gradient-add").addEventListener("click",()=>{this.#Z.stops.push({position:50,color:"#888888",opacity:100}),this.#Z.stops.sort((q,M)=>q.position-M.position),this.#I(),this.#O()}),Z){let V=(q)=>{if(q.stopPropagation(),this.#_)return;let M=q.detail;if(!M?.gradient)return;this.#Z=S({...this.#Z,...M.gradient}),this.#L(),this.#UJ(),this.#gJ()};Z.addEventListener("input",(q)=>{V(q),this.#O()}),Z.addEventListener("change",(q)=>{V(q),this.#x()})}J.querySelector(".fig-fill-picker-gradient-stops-list > fig-reorder")?.addEventListener("reorder",(V)=>{this.#$Q(V)})}#EJ(J){let Q=String(J.color||"#888888").replace(/^#/,"").slice(0,6),Z=J.opacity??100;if(Z>=100)return`#${Q}`;let $=Math.round(Z/100*255).toString(16).padStart(2,"0");return`#${Q}${$}`}#JQ(J){if(!(J instanceof HTMLElement))return"#888888";if(J.hexOpaque)return this.#AJ(J.hexOpaque);let Q=J.value;if(typeof Q==="string"&&Q.startsWith("#"))return this.#AJ(Q.length>7?Q.slice(0,7):Q);let Z=J.querySelector('fig-input-text:not([type="number"])'),$=String(Z?.value??Z?.getAttribute("value")??"").replace(/#/g,"").slice(0,6);if(/^[0-9A-Fa-f]{6}$/.test($))return`#${$.toUpperCase()}`;let X=J.getAttribute("value");if(typeof X==="string"&&X.startsWith("#"))return this.#AJ(X.length>7?X.slice(0,7):X);return"#888888"}#AJ(J){let Q=String(J||"#888888").replace(/^#/,"").slice(0,6);if(!/^[0-9A-Fa-f]{6}$/.test(Q))return"#888888";return`#${Q.toUpperCase()}`}#QQ(J){let Q=J.querySelector(".fig-fill-picker-stop-position"),Z=J.querySelector(".fig-fill-picker-stop-color"),$=parseFloat(Q?.value??Q?.getAttribute("value")??"0")||0,X=this.#JQ(Z),Y=100;if(Z instanceof HTMLElement&&Z.rgba?.a!==void 0)Y=Math.round(Z.rgba.a*100);else{let j=parseInt(J.dataset.index,10);if(!isNaN(j)&&this.#Z.stops[j])Y=this.#Z.stops[j].opacity??100}return{position:$,color:X,opacity:Y}}#PJ(J){let Q=parseInt(J.dataset.index,10);if(isNaN(Q)||Q<0||Q>=this.#Z.stops.length)return;let Z={...this.#Z.stops[Q],...this.#QQ(J)};this.#Z.stops[Q]=Z,this.#ZQ(J,Z)}#ZQ(J,Q){let Z=J.querySelector(".fig-fill-picker-stop-position");if(Z)Z.setAttribute("value",String(Q.position));let $=J.querySelector(".fig-fill-picker-stop-color");if($)$.setAttribute("value",this.#EJ(Q))}#$Q(J){let{oldIndex:Q,newIndex:Z}=J.detail??{};if(Q==null||Z==null||Q===Z||Q<0||Z<0||Q>=this.#Z.stops.length||Z>=this.#Z.stops.length)return;let X=J.currentTarget.querySelectorAll(".fig-fill-picker-gradient-stop-row");X.forEach((j)=>this.#PJ(j));let[Y]=this.#Z.stops.splice(Q,1);this.#Z.stops.splice(Z,0,Y),X.forEach((j,K)=>{j.dataset.index=String(K)}),this.#_=!0;try{this.#UJ(),this.#OJ(),this.#O()}finally{this.#_=!1}}#I(){if(!this.#J)return;let J=this.#J.querySelector('[data-tab="gradient"]');if(!J)return;this.#Z=S(this.#Z);let Q=g(this.#Z),Z=J.querySelector(".fig-fill-picker-gradient-space");if(Z)Z.value=Q;let $=J.querySelector(".fig-fill-picker-gradient-interpolation-modes");if($){let X=y.#Y(Q),Y=$.querySelector(`fig-segment[value="${Q}"]`)||$.querySelector(`fig-segment[data-space="${X.space}"]`);if(Y){let j=`${X.title} — ${X.subtitle}`;Y.setAttribute("value",Q),Y.setAttribute("aria-label",j);let K=Y.closest("fig-tooltip");if(K)K.setAttribute("text",j);$.value=Q}}this.#UJ(),this.#OJ(),this.#gJ()}#XQ(){let J=Array.isArray(this.#Z.stops)?[...this.#Z.stops].sort((Q,Z)=>(Q.position??0)-(Z.position??0)):[];if(J.length<2)return[{color:"#FF0000",position:0},{color:"#4F9EFF",position:100}];return J.map((Q)=>({color:String(Q.color||"#D9D9D9").replace(/^(#(?:[0-9a-f]{6})).*/i,"$1"),position:Q.position??0}))}#UJ(){if(!this.#J)return;let J=this.#XQ();this.#J.querySelectorAll("fig-interpolation-swatch").forEach((Q)=>{let Z=Q.closest("fig-select-option, fig-segment")?.getAttribute("value")||"srgb",$=F(Z),X={type:"linear",stops:J,interpolationSpace:$.interpolationSpace};if(E.has($.interpolationSpace))X.hueInterpolation=$.hueInterpolation;Q.value={type:"gradient",gradient:X}})}#OJ(){if(!this.#J)return;let J=this.#J.querySelector(".fig-fill-picker-gradient-bar-input");if(J)this.#_=!0,J.setAttribute("value",JSON.stringify({type:"gradient",gradient:P(this.#Z)})),this.#_=!1;this.#L()}#gJ(){if(!this.#J)return;let J=this.#J.querySelector(".fig-fill-picker-gradient-stops-list"),Q=J?.querySelector("fig-reorder");if(!J||!Q)return;let Z=Q.querySelectorAll(".fig-fill-picker-gradient-stop-row");if(Z.length===this.#Z.stops.length){this.#Z.stops.forEach(($,X)=>{let Y=Z[X];Y.dataset.index=X;let j=Y.querySelector(".fig-fill-picker-stop-position");if(j)j.setAttribute("value",$.position);let K=Y.querySelector(".fig-fill-picker-stop-color");if(K)K.setAttribute("value",this.#EJ($));let z=Y.querySelector(".fig-fill-picker-stop-remove");if(z)if(this.#Z.stops.length<=2)z.setAttribute("disabled","");else z.removeAttribute("disabled")});return}this.#YQ(J)}#YQ(J){let Q=J.querySelector("fig-reorder");if(!Q)return;let Z=this.#Z.stops.map(($,X)=>G("fig-field",{className:"fig-fill-picker-gradient-stop-row","data-index":X},[G("fig-input-number",{className:"fig-fill-picker-stop-position","aria-label":"Gradient stop position",min:"0",max:"100",value:$.position,units:"%"}),G("fig-input-color",{className:"fig-fill-picker-stop-color","aria-label":"Gradient stop color",text:"true",alpha:"true",picker:"figma","picker-dialog-position":"right",value:this.#EJ($)}),G("fig-button",{icon:!0,variant:"ghost",className:"fig-fill-picker-stop-remove",disabled:this.#Z.stops.length<=2,"aria-label":"Remove gradient stop"},C("minus"))]));Q.replaceChildren(...Z),Q.querySelectorAll(".fig-fill-picker-gradient-stop-row").forEach(($)=>{$.querySelector(".fig-fill-picker-stop-position").addEventListener("input",()=>{this.#PJ($),this.#UJ(),this.#OJ(),this.#O()});let X=$.querySelector(".fig-fill-picker-stop-color"),Y=X.querySelector("fig-fill-picker");if(Y)Y.anchorElement=this.#J;else this.#y(()=>{let K=X.querySelector("fig-fill-picker");if(K)K.anchorElement=this.#J});let j=()=>{this.#PJ($),this.#_=!0;try{this.#UJ(),this.#OJ(),this.#O()}finally{this.#_=!1}};X.addEventListener("input",j),X.addEventListener("change",j),$.querySelector(".fig-fill-picker-stop-remove").addEventListener("click",()=>{let K=parseInt($.dataset.index,10);if(this.#Z.stops.length>2)this.#Z.stops.splice(K,1),this.#I(),this.#O()})})}#SJ(J,Q=!0){let Z=N({...this.#Z,interpolationSpace:J??this.#Z.interpolationSpace}),$=this.#T==="display-p3",X=Z.stops.map((K)=>{let z=(K.opacity??100)/100;return`${$?this.#BQ(K.color,z):this.#VQ(K.color,z)} ${K.position}%`}).join(", "),Y=XJ(Z),j=Q&&Y?` ${Y}`:"";switch(Z.type){case"linear":return`linear-gradient(${Z.angle}deg${j}, ${X})`;case"radial":return`radial-gradient(circle at ${Z.centerX}% ${Z.centerY}%${j}, ${X})`;case"angular":return`conic-gradient(from ${Z.angle}deg${j}, ${X})`;default:return`linear-gradient(${Z.angle}deg${j}, ${X})`}}static#hJ=new Map;#vJ(J){let Q=y.#hJ.get(J);if(Q!==void 0)return Q;let Z=document.createElement("div");Z.style.background=J;let $=!!Z.style.background;return y.#hJ.set(J,$),$}#mJ(){let J=this.#SJ(void 0,!0);if(this.#vJ(J))return J;let Q=this.#SJ("oklab",!0);if(this.#vJ(Q))return Q;return this.#SJ("oklab",!1)}#jQ(){let J=this.#J.querySelector('[data-tab="image"]'),Q=G("fig-select",{className:"fig-fill-picker-scale-mode",label:"Image scale mode",value:this.#U.scaleMode},G("fig-select-options",{},[["fill","Fill"],["fit","Fit"],["crop","Crop"],["tile","Tile"]].map(([Y,j])=>G("fig-select-option",{value:Y},j)))),Z=G("fig-input-number",{className:"fig-fill-picker-scale","aria-label":"Image tile scale",min:"1",max:"200",value:this.#U.scale,units:"%"});if(this.#U.scaleMode!=="tile")Z.style.display="none";let $=G("fig-field",{className:"fig-fill-picker-media-header"},[Q,Z]),X=G("fig-image",{className:"fig-fill-picker-media-preview fig-fill-picker-image-preview",upload:"true",label:"Upload from computer",alt:"Image fill preview",size:"auto","aspect-ratio":"1/1",fit:"cover",checkerboard:"true"});J.replaceChildren($,X),this.#KQ(J)}#KQ(J){let Q=J.querySelector(".fig-fill-picker-scale-mode"),Z=J.querySelector(".fig-fill-picker-scale"),$=J.querySelector(".fig-fill-picker-image-preview");Q.addEventListener("change",(X)=>{let Y=typeof X.detail==="string"?X.detail:X.target?.value;if(!Y)return;this.#U.scaleMode=Y,Z.style.display=Y==="tile"?"block":"none",this.#r($),this.#L(),this.#O()}),Z.addEventListener("input",(X)=>{this.#U.scale=parseFloat(X.target.value)||100,this.#r($),this.#L(),this.#O()}),$.addEventListener("loaded",(X)=>{let Y=X.detail?.src||$.src;if(!Y)return;let j=Y!==this.#U.url;if(this.#U.url=Y,this.#r($),this.#L(),j)this.#O();this.dispatchEvent(new CustomEvent("loaded",{bubbles:!0,detail:X.detail??{src:Y}}))}),$.addEventListener("change",()=>{if($.src)return;this.#U.url=null,this.#r($),this.#L(),this.#O()}),this.#r($)}#r(J){if(!this.#U.url){J.removeAttribute("src"),J.classList.remove("has-media","is-tiled"),J.style.backgroundImage="",J.style.backgroundPosition="",J.style.backgroundRepeat="",J.style.backgroundSize="";return}J.setAttribute("src",this.#U.url),J.classList.add("has-media"),J.style.backgroundImage="",J.style.backgroundPosition="",J.style.backgroundRepeat="",J.style.backgroundSize="",J.mediaEl?.style.removeProperty("opacity");let Q=J.querySelector("fig-input-file[data-generated]");if(Q)Q.setAttribute("label","Replace"),Q.removeAttribute("url");switch(this.#U.scaleMode){case"fill":J.classList.remove("is-tiled"),J.setAttribute("fit","cover");break;case"crop":J.classList.remove("is-tiled"),J.setAttribute("fit","cover");break;case"fit":J.classList.remove("is-tiled"),J.setAttribute("fit","contain");break;case"tile":if(J.classList.add("is-tiled"),J.setAttribute("fit","none"),J.style.backgroundImage=`url(${this.#U.url})`,J.style.backgroundPosition="top left",J.style.backgroundSize=`${this.#U.scale}%`,J.style.backgroundRepeat="repeat",J.mediaEl)J.mediaEl.style.opacity="0";break}}#ZJ(J){if(J.tagName==="FIG-MEDIA"){if(!this.#Q.url){J.removeAttribute("src"),J.classList.remove("has-media");return}if(J.setAttribute("src",this.#Q.url),this.#Q.poster)J.setAttribute("poster",this.#Q.poster);else J.removeAttribute("poster");J.classList.add("has-media");let Q=J.querySelector("fig-input-file[data-generated]");if(Q)Q.setAttribute("label","Replace"),Q.removeAttribute("url");switch(this.#Q.scaleMode){case"fill":case"crop":J.setAttribute("fit","cover");break;case"fit":J.setAttribute("fit","contain");break}return}switch(J.style.objectPosition="center",J.style.width="100%",J.style.height="100%",this.#Q.scaleMode){case"fill":case"crop":J.style.objectFit="cover";break;case"fit":J.style.objectFit="contain";break}}#WQ(){let J=this.#J.querySelector('[data-tab="video"]'),Q=G("fig-select",{className:"fig-fill-picker-scale-mode",label:"Video scale mode",value:this.#Q.scaleMode},G("fig-select-options",{},[["fill","Fill"],["fit","Fit"],["crop","Crop"]].map(([X,Y])=>G("fig-select-option",{value:X},Y)))),Z=G("fig-field",{className:"fig-fill-picker-media-header"},Q),$=G("fig-media",{className:"fig-fill-picker-media-preview fig-fill-picker-video-preview",type:"video",upload:"true",label:"Upload from computer","aria-label":"Video fill preview",size:"auto","aspect-ratio":"1/1",fit:"cover",checkerboard:"true",controls:!0,muted:"true",loop:"true"});J.replaceChildren(Z,$),this.#OQ(J),this.#HJ({emit:!1})}#qJ(){if(this.#Q.poster?.startsWith("blob:"))URL.revokeObjectURL(this.#Q.poster),this.#g.delete(this.#Q.poster);this.#Q.poster=null}#HJ({emit:J=!1}={}){if(this.#Q.url){if(this.#Q.missing=!1,!this.#Q.poster)this.#BJ(this.#Q.url);return}let Q=this.getAttribute("default-video");if(!Q){this.#Q.missing=!0;return}this.#Q.url=Q,this.#Q.missing=!1;let Z=this.#J?.querySelector(".fig-fill-picker-video-preview");if(Z)this.#ZJ(Z);if(this.#BJ(Q),J)this.#O()}#cJ(){if(this.#W!=="video")return;let J=this.#Q.url;if(!J||this.#Q.poster)return;this.#BJ(J)}async#zQ(J){if(typeof J.requestVideoFrameCallback==="function")await Promise.race([new Promise((Q)=>J.requestVideoFrameCallback(()=>Q())),new Promise((Q)=>setTimeout(Q,80))]);else try{await J.play(),J.pause()}catch{}if(typeof createImageBitmap==="function")try{return await createImageBitmap(J)}catch{}return null}async#UQ(J){let Q=await this.#zQ(J),Z=Q?.width||J.videoWidth,$=Q?.height||J.videoHeight;if(!Z||!$)return Q?.close?.(),null;let X=typeof OffscreenCanvas==="function"?new OffscreenCanvas(Z,$):Object.assign(document.createElement("canvas"),{width:Z,height:$}),Y=X.getContext("2d");if(!Y)return Q?.close?.(),null;try{Y.drawImage(Q||J,0,0,Z,$)}finally{Q?.close?.()}return X.convertToBlob?X.convertToBlob({type:"image/jpeg",quality:0.85}):new Promise((j)=>X.toBlob(j,"image/jpeg",0.85))}async#BJ(J,{emit:Q=!1}={}){if(!J||this.#i===J)return;this.#i=J;let Z=document.createElement("video");Z.muted=!0,Z.playsInline=!0,Z.preload="auto",Z.crossOrigin="anonymous";try{if(await new Promise((X,Y)=>{let j=()=>Y(Error("video poster failed"));Z.addEventListener("error",j,{once:!0}),Z.addEventListener("loadeddata",X,{once:!0}),Z.src=J}),!Z.videoWidth||!Z.videoHeight)return;let $=await this.#UQ(Z);if(!$||this.#Q.url!==J)return;if(this.#qJ(),this.#Q.poster=URL.createObjectURL($),this.#g.add(this.#Q.poster),this.#L(),Q)this.#O()}catch{}finally{if(Z.removeAttribute("src"),Z.load(),this.#i===J)this.#i=null}}#OQ(J){let Q=J.querySelector(".fig-fill-picker-scale-mode"),Z=J.querySelector(".fig-fill-picker-video-preview");Q.addEventListener("change",($)=>{let X=typeof $.detail==="string"?$.detail:$.target?.value;if(!X)return;this.#Q.scaleMode=X,this.#ZJ(Z),this.#L(),this.#O()}),Z.addEventListener("loaded",($)=>{let X=$.detail?.src||Z.src;if(!X)return;let Y=X!==this.#Q.url;if(this.#Q.url=X,this.#Q.missing=!1,this.#ZJ(Z),this.#BJ(X),this.#L(),Y)this.#O();this.dispatchEvent(new CustomEvent("loaded",{bubbles:!0,detail:$.detail??{src:X}}))}),Z.addEventListener("change",()=>{if(Z.src)return;this.#Q.url=null,this.#qJ(),this.#HJ(),this.#ZJ(Z),this.#L(),this.#O()}),this.#ZJ(Z)}#GQ(){let J=this.#J.querySelector('[data-tab="webcam"]'),Q=G("fig-field",{className:"fig-fill-picker-webcam-camera"},G("fig-select",{className:"fig-fill-picker-camera-select",label:"Camera",full:!0},document.createElement("fig-select-options")));Q.style.display="none";let Z=G("video",{className:"fig-fill-picker-webcam-video",autoplay:!0,muted:!0,playsinline:!0});Z.muted=!0;let $=G("div",{className:"fig-fill-picker-webcam-status",role:"status","aria-live":"polite"},G("span",{},"Camera access required")),X=G("fig-video",{className:"fig-fill-picker-webcam-preview","aria-label":"Webcam preview","aspect-ratio":"1/1",fit:"cover",checkerboard:"true",autoplay:"true",muted:"true"},[Z,$]),Y=G("div",{className:"fig-fill-picker-webcam-controls"},G("fig-button",{className:"fig-fill-picker-webcam-capture",variant:"secondary",full:!0,disabled:!0},"Capture"));J.replaceChildren(Q,X,Y),this.#LQ(J)}#LQ(J){let Q=J.querySelector(".fig-fill-picker-webcam-video"),Z=J.querySelector(".fig-fill-picker-webcam-status"),$=J.querySelector(".fig-fill-picker-webcam-capture"),X=J.querySelector(".fig-fill-picker-webcam-camera"),Y=J.querySelector(".fig-fill-picker-camera-select"),j=(W)=>{if(W)$.removeAttribute("disabled");else $.setAttribute("disabled","")},K=()=>{let W=!!this.#$.stream&&Q.readyState>=HTMLMediaElement.HAVE_CURRENT_DATA&&Q.videoWidth>0&&Q.videoHeight>0;if(j(W),W)Z.querySelector("span").textContent="Camera ready",Z.style.display="none",this.#h(Q)};Q.addEventListener("loadedmetadata",K),Q.addEventListener("canplay",K),Q.addEventListener("playing",K);let z=(W)=>{this.#$.stream=W,Q.srcObject=W,Q.muted=!0,Q.playsInline=!0,Q.style.display="block";let O=Q.play?.();if(O?.catch)O.catch(()=>{});K()},U=async(W,O)=>{let f=await navigator.mediaDevices.enumerateDevices();if(W!=null&&W!==this.#b)return;let H=f.filter((R)=>R.kind==="videoinput");if(H.length>1){X.style.display="";let R=Y.querySelector(":scope > fig-select-options");if(!R)R=document.createElement("fig-select-options"),Y.append(R);if(R.replaceChildren(),H.forEach((_,k)=>{let V=document.createElement("fig-select-option");V.value=_.deviceId;let q=_.label||(H.length>1?`Camera ${k+1}`:"Camera");V.textContent=q.replace(/\s*\((?:[0-9a-f]{4}:)*([0-9a-f]{4})\)$/i,(M,D)=>{return` ${/^\d+$/.test(D)?Number.parseInt(D,10).toString():D.replace(/^0+/,"")||"0"}`}),R.append(V)}),O)Y.value=O}else X.style.display="none",Y.querySelector(":scope > fig-select-options")?.replaceChildren()},L=async(W=null)=>{let O=W||this.#$.deviceId||null,f=this.#$.stream,H=f?.getTracks?.().filter((_)=>_.readyState!=="ended")??[];if(f&&H.length){let _=f.getVideoTracks?.()?.[0]?.getSettings?.()?.deviceId||this.#$.deviceId||null;if(!O||O===_){z(f),this.#M(),U(null,O||_);return}}this.#zJ({emit:Boolean(f)});let R=this.#b;j(!1),Z.querySelector("span").textContent="Starting camera",Z.style.display="flex";try{let _={video:O?{deviceId:{exact:O}}:!0},k=await navigator.mediaDevices.getUserMedia(_);if(R!==this.#b||!this.isConnected||this.#B!=="webcam"){k.getTracks().forEach((q)=>q.stop());return}let V=k.getVideoTracks?.()?.[0];this.#$.deviceId=O||V?.getSettings?.()?.deviceId||null,this.#$.live=this.#a()==="live",z(k),this.#M(),await U(R,O)}catch(_){if(R!==this.#b)return;console.error("Webcam error:",_.name,_.message);let k="Camera access denied";if(_.name==="NotAllowedError")k="Camera permission denied";else if(_.name==="NotFoundError")k="No camera found";else if(_.name==="NotReadableError")k="Camera in use by another app";else if(_.name==="OverconstrainedError")k="Camera constraints not supported";else if(!window.isSecureContext)k="Camera requires secure context";Z.replaceChildren();let V=document.createElement("span");V.textContent=k,Z.appendChild(V),Z.style.display="flex",Q.style.display="none",j(!1)}};this.#YJ=L,Y.addEventListener("change",(W)=>{let O=typeof W.detail==="string"?W.detail:W.target?.value;if(!O||O===this.#$.deviceId)return;L(O)}),$.addEventListener("click",async()=>{if(!this.#$.stream)return;let W=await this.#jJ(Q);if(!W)return;this.#U.url=W,this.#$.live=!1;let O=this.#J.querySelector(".fig-fill-picker-image-preview");if(O)this.#r(O);if(Array.from(this.#J.querySelectorAll(".fig-fill-picker-tab")).some((H)=>H.dataset.tab==="image"))this.#fJ("image");else this.#L(),this.#O();this.#x()})}#IJ(J){let Q=J.h/360,Z=J.s/100,$=J.v/100,X,Y,j,K=Math.floor(Q*6),z=Q*6-K,U=$*(1-Z),L=$*(1-z*Z),W=$*(1-(1-z)*Z);switch(K%6){case 0:X=$,Y=W,j=U;break;case 1:X=L,Y=$,j=U;break;case 2:X=U,Y=$,j=W;break;case 3:X=U,Y=L,j=$;break;case 4:X=W,Y=U,j=$;break;case 5:X=$,Y=U,j=L;break}return{r:Math.round(X*255),g:Math.round(Y*255),b:Math.round(j*255)}}#$J(J){let Q=J.r/255,Z=J.g/255,$=J.b/255,X=Math.max(Q,Z,$),Y=Math.min(Q,Z,$),j=X-Y,K=0,z=X===0?0:j/X,U=X;if(X!==Y){switch(X){case Q:K=(Z-$)/j+(Z<$?6:0);break;case Z:K=($-Q)/j+2;break;case $:K=(Q-Z)/j+4;break}K/=6}return{h:K*360,s:z*100,v:U*100,a:1}}#c(J){if(!J||typeof J.h!=="number"||typeof J.s!=="number"||typeof J.v!=="number")return"#D9D9D9";let Q=this.#IJ(J),Z=($)=>{return(isNaN($)?217:Math.max(0,Math.min(255,Math.round($)))).toString(16).padStart(2,"0")};return`#${Z(Q.r)}${Z(Q.g)}${Z(Q.b)}`}#XJ(J){let Q=parseInt(J.slice(1,3),16),Z=parseInt(J.slice(3,5),16),$=parseInt(J.slice(5,7),16);return this.#$J({r:Q,g:Z,b:$})}#VQ(J,Q=1){let Z=parseInt(J.slice(1,3),16),$=parseInt(J.slice(3,5),16),X=parseInt(J.slice(5,7),16);return`rgba(${Z}, ${$}, ${X}, ${Q})`}#fQ(J){let Q=Math.max(0,Math.min(1,Number(J)||0)),Z=Math.round(Q*1000)/1000;return String(Z)}#qQ(J=this.#X){let Q=this.#IJ(J);return`rgba(${Q.r}, ${Q.g}, ${Q.b}, ${this.#fQ(J.a)})`}#HQ(J){let Q=String(J??"").trim();if(!Q)return null;let Z=Q.match(/^#?([0-9a-f]{3}|[0-9a-f]{6}|[0-9a-f]{8})$/i);if(Z){let X=Z[1];if(X.length===3)X=X[0]+X[0]+X[1]+X[1]+X[2]+X[2];let Y=1;if(X.length===8)Y=parseInt(X.slice(6,8),16)/255,X=X.slice(0,6);return{...this.#XJ(`#${X}`),a:Y}}let $=Q.match(/^rgba?\(\s*([+-]?(?:\d+\.?\d*|\.\d+))\s*,\s*([+-]?(?:\d+\.?\d*|\.\d+))\s*,\s*([+-]?(?:\d+\.?\d*|\.\d+))(?:\s*,\s*([+-]?(?:\d+\.?\d*|\.\d+))\s*)?\)$/i);if($){let X=Math.max(0,Math.min(255,Math.round(parseFloat($[1])))),Y=Math.max(0,Math.min(255,Math.round(parseFloat($[2])))),j=Math.max(0,Math.min(255,Math.round(parseFloat($[3])))),K=$[4]!==void 0?Math.max(0,Math.min(1,parseFloat($[4]))):1;if(![X,Y,j,K].every(Number.isFinite))return null;return{...this.#$J({r:X,g:Y,b:j}),a:K}}return null}#BQ(J,Q=1){let Z=+(parseInt(J.slice(1,3),16)/255).toFixed(4),$=+(parseInt(J.slice(3,5),16)/255).toFixed(4),X=+(parseInt(J.slice(5,7),16)/255).toFixed(4);return`color(display-p3 ${Z} ${$} ${X} / ${Q})`}#RQ(J){let Q=J.r/255,Z=J.g/255,$=J.b/255,X=Math.max(Q,Z,$),Y=Math.min(Q,Z,$),j,K,z=(X+Y)/2;if(X===Y)j=K=0;else{let U=X-Y;switch(K=z>0.5?U/(2-X-Y):U/(X+Y),X){case Q:j=((Z-$)/U+(Z<$?6:0))/6;break;case Z:j=(($-Q)/U+2)/6;break;case $:j=((Q-Z)/U+4)/6;break}}return{h:j*360,s:K*100,l:z*100}}#_Q(J){let Q=J.h/360,Z=J.s/100,$=J.l/100,X,Y,j;if(Z===0)X=Y=j=$;else{let K=(L,W,O)=>{if(O<0)O+=1;if(O>1)O-=1;if(O<0.16666666666666666)return L+(W-L)*6*O;if(O<0.5)return W;if(O<0.6666666666666666)return L+(W-L)*(0.6666666666666666-O)*6;return L},z=$<0.5?$*(1+Z):$+Z-$*Z,U=2*$-z;X=K(U,z,Q+0.3333333333333333),Y=K(U,z,Q),j=K(U,z,Q-0.3333333333333333)}return{r:Math.round(X*255),g:Math.round(Y*255),b:Math.round(j*255)}}#dJ(J){let Q=(W)=>{return W=W/255,W<=0.04045?W/12.92:Math.pow((W+0.055)/1.055,2.4)},Z=Q(J.r),$=Q(J.g),X=Q(J.b),Y=0.4122214708*Z+0.5363325363*$+0.0514459929*X,j=0.2119034982*Z+0.6806995451*$+0.1073969566*X,K=0.0883024619*Z+0.2817188376*$+0.6299787005*X,z=Math.cbrt(Y),U=Math.cbrt(j),L=Math.cbrt(K);return{l:0.2104542553*z+0.793617785*U-0.0040720468*L,a:1.9779984951*z-2.428592205*U+0.4505937099*L,b:0.0259040371*z+0.7827717662*U-0.808675766*L}}#TQ(J){let Q=this.#dJ(J);return{l:Q.l,c:Math.sqrt(Q.a*Q.a+Q.b*Q.b),h:(Math.atan2(Q.b,Q.a)*180/Math.PI+360)%360}}#pJ(J){let Q=J.l+0.3963377774*J.a+0.2158037573*J.b,Z=J.l-0.1055613458*J.a-0.0638541728*J.b,$=J.l-0.0894841775*J.a-1.291485548*J.b,X=Q*Q*Q,Y=Z*Z*Z,j=$*$*$,K=(z)=>{let U=z<=0.0031308?12.92*z:1.055*Math.pow(z,0.4166666666666667)-0.055;return Math.round(Math.max(0,Math.min(1,U))*255)};return{r:K(4.0767416621*X-3.3077115913*Y+0.2309699292*j),g:K(-1.2684380046*X+2.6097574011*Y-0.3413193965*j),b:K(-0.0041960863*X-0.7034186147*Y+1.707614701*j)}}#kQ(J){let Q=J.h*Math.PI/180;return this.#pJ({l:J.l,a:J.c*Math.cos(Q),b:J.c*Math.sin(Q)})}#O(){if(this.#P())return;this.#L(),this.dispatchEvent(new CustomEvent("input",{bubbles:!0,detail:this.value}))}#x(){if(this.#P())return;this.#A=JSON.stringify(this.value),this.dispatchEvent(new CustomEvent("change",{bubbles:!0,detail:this.value}))}get value(){let J={type:this.#W,colorSpace:this.#T};switch(this.#W){case"solid":return{...J,color:this.#c(this.#X),alpha:this.#X.a,hsv:{...this.#X}};case"gradient":return{...J,gradient:P(this.#Z),css:this.#mJ()};case"image":return{...J,image:{...this.#U}};case"video":return{...J,video:this.#_J()};case"webcam":return{...J,webcam:this.#RJ()};default:return{...J,...this.#u[this.#W]}}}set value(J){if(typeof J==="string")this.setAttribute("value",J);else this.setAttribute("value",JSON.stringify(J))}attributeChangedCallback(J,Q,Z){if(Q===Z)return;switch(J){case"value":if(this.#S(),this.#L(),this.#cJ(),this.#J?.open&&!this.#D)this.#lJ(),this.#A=JSON.stringify(this.value);break;case"disabled":if(this.#F(),this.#P()&&this.#J?.open)this.close();break;case"alpha":case"mode":{if(!this.#J)break;let $=this.#J.open;if(this.#xJ(),$&&this.isConnected)this.#JJ();break}case"webcam-mode":if(this.#W==="webcam")this.#L();break;case"default-video":if(this.#W==="video")this.#HJ({emit:!1}),this.#L();break;case"aria-label":if(this.#J)this.#J.setAttribute("aria-label",this.#t());case"aria-labelledby":case"aria-describedby":this.#F();break}}}A("fig-fill-picker",y);class B extends HTMLElement{static#K=new Set(["oklch","hsl"]);static#Y=10;static#j=10;static#z=8;static#J=3;static#R=210;static#B={type:"linear",angle:135,interpolationSpace:"srgb",hueInterpolation:"shorter",stops:[{color:"#FF0000",position:0,opacity:100},{color:"#4F9EFF",position:100,opacity:100}]};#W=!1;#T=null;#X=null;#G={...B.#B};static get observedAttributes(){return["value"]}get value(){return{type:"gradient",gradient:{...this.#G}}}set value(J){if(J==null||J===""){this.removeAttribute("value");return}if(typeof J==="string"){this.setAttribute("value",J);return}this.setAttribute("value",JSON.stringify(J))}connectedCallback(){this.#Z(),this.#U(),this.#D(),this.#_()}attributeChangedCallback(J,Q,Z){if(Q===Z)return;if(J!=="value")return;if(this.#U(),this.#W)this.#_()}#Z(){if(!(this.hasAttribute("aria-label")||this.hasAttribute("aria-labelledby"))&&!this.hasAttribute("aria-hidden"))this.setAttribute("aria-hidden","true")}#U(){let J=this.getAttribute("value");if(!J){this.#G={...B.#B,stops:B.#B.stops.map((Q)=>({...Q}))};return}try{let Q=JSON.parse(J),Z=Q?.type==="gradient"&&Q.gradient?Q.gradient:Q?.gradient?Q.gradient:Q;if(!Z||typeof Z!=="object")return;this.#G=this.#Q({...B.#B,...Z})}catch{}}#Q(J){let Q={...J??{}},Z=String(Q.interpolationSpace??"srgb").toLowerCase(),$=String(Q.hueInterpolation??"shorter").toLowerCase(),X=Array.isArray(Q.stops)?Q.stops.map((Y)=>({color:String(Y?.color||"#D9D9D9").replace(/^(#(?:[0-9a-f]{6})).*/i,"$1"),position:Y?.position??0,opacity:Y?.opacity??100})):B.#B.stops.map((Y)=>({...Y}));if(X.length<2)return{...B.#B,stops:B.#B.stops.map((Y)=>({...Y}))};return{type:["linear","radial","angular"].includes(Q.type)?Q.type:"linear",angle:Number.isFinite(Number(Q.angle))?Number(Q.angle):135,interpolationSpace:Z,hueInterpolation:$,stops:X}}#$(){return B.#K.has(this.#G.interpolationSpace||"srgb")}#w(J){let{r:Q,g:Z,b:$}=l(J);if(this.#G.interpolationSpace==="hsl")return r(Q,Z,$).h;let X=n(Q,Z,$);return(o(X.l,X.a,X.b).h%360+360)%360}#C(){let J=this.#H(),Q=this.#w(J[0]?.color||"#FF0000"),Z=this.#w(J[J.length-1]?.color||"#4F9EFF"),$=B.#R-Q,Y=((B.#R-Z-$)%360+360)%360,j=Y===0?0:Y-360,K=this.#G.hueInterpolation||"shorter",z;if(K==="increasing")z=j;else if(K==="decreasing")z=Y;else if(K==="longer")z=Y<180?j:Y;else z=Y<=180?Y:j;let U=Math.sign(z),L=Math.asin(B.#J/2/B.#z)*180/Math.PI,W=Math.min(L,Math.max(0,(Math.abs(z)-0.01)/2));return{startDeg:$+U*W,sweepDeg:z-U*W*2}}#N(J){let Q=J*Math.PI/180;return{x:B.#Y+B.#z*Math.cos(Q),y:B.#j+B.#z*Math.sin(Q)}}#V(J,Q){let Z=J+Q,$=this.#N(J),X=this.#N(Z),Y=Math.abs(Q)>180?1:0,j=Q>=0?1:0;return`M ${$.x} ${$.y} A ${B.#z} ${B.#z} 0 ${Y} ${j} ${X.x} ${X.y}`}#u(){let J=this.#N(180),Q=this.#N(0);return`M ${J.x} ${J.y} L ${Q.x} ${Q.y}`}#q(J){let Q=B.#J,Z=`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none"><path d="${J}" fill="none" stroke="white" stroke-width="${Q}" stroke-linecap="round" stroke-linejoin="round"/></svg>`;return`url("data:image/svg+xml,${encodeURIComponent(Z)}")`}#H(){return[...this.#G.stops].sort((J,Q)=>(J.position??0)-(Q.position??0))}#k(){let J=this.#G.interpolationSpace||"srgb";if(J==="srgb")return"";if(B.#K.has(J))return` in ${J} ${this.#G.hueInterpolation||"shorter"} hue`;return` in ${J}`}#f(){let J=this.#H(),Q=this.#k();if(this.#$()){let $=(B.#R+90)%360,X=this.#G.interpolationSpace,Y=(K)=>X==="oklch"?`oklch(65% 0.25 ${K})`:`hsl(${K} 100% 50%)`,j=[0,300,240,180,120,60,0].map(Y).join(", ");return`conic-gradient(from ${$}deg in ${X} decreasing hue, ${j})`}let Z=J.map(($)=>`${$.color} ${$.position??0}%`).join(", ");return`linear-gradient(90deg${Q}, ${Z})`}#D(){if(this.#W)return;let J=B.#J,Q=u("svg",{className:"fig-interpolation-swatch-svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none","aria-hidden":"true"},u("circle",{className:"fig-interpolation-swatch-rim",cx:"10",cy:"10",r:"8",fill:"none",stroke:"currentColor","stroke-width":J})),Z=G("div",{className:"fig-interpolation-swatch-fill","aria-hidden":"true"});this.replaceChildren(Q,Z),this.#T=Q,this.#X=Z,this.#W=!0}#_(){if(!this.#X)return;let J=this.#$();if(this.#T)this.#T.style.display=J?"":"none";let Q=J?(()=>{let{startDeg:$,sweepDeg:X}=this.#C();return this.#V($,X)})():this.#u(),Z=this.#q(Q);this.#X.style.setProperty("-webkit-mask-image",Z),this.#X.style.maskImage=Z,this.#X.style.background=this.#f()}}A("fig-interpolation-swatch",B);