@rogieking/figui3 8.9.46 → 8.9.48

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.
@@ -254,7 +254,7 @@ Rich options (requires editor):
254
254
  ```
255
255
 
256
256
  - Parent must be positioned. Types: `point`, `color`, `point-radius`, `point-radius-angle`, `point-point`.
257
- - Attrs: `type`, `value` (JSON string), `color`, `name`, `tooltips`, `disabled`, `drag-surface`, `snapping` (`false` | `modifier` | `true`)
257
+ - Attrs: `type`, `value` (JSON string), `color`, `name`, `tooltips`, `disabled`, `drag-surface`, `snapping` (`false` | `modifier` | `true`), `precision` (positions, radius, angle, and internal handles; default `2`)
258
258
  - React: JSON `value` as a string attr; do not remount during drag.
259
259
 
260
260
  ### `fig-input-angle`
@@ -590,7 +590,7 @@ toastRef.current?.showToast();
590
590
  </div>
591
591
  ```
592
592
 
593
- - Attrs: `type` (`default` | `minimal` | `color` | `canvas`), `tip`, `size`, `color`, `selected`, `disabled`, `drag`, `drag-axes`, `drag-snapping`
593
+ - Attrs: `type` (`default` | `minimal` | `color` | `canvas`), `tip`, `size`, `color`, `selected`, `disabled`, `drag`, `drag-axes`, `drag-snapping`, `precision` (percentage/pixel decimal places; default `2`, use `0` for whole numbers)
594
594
 
595
595
  ### `fig-spinner`
596
596
 
package/README.md CHANGED
@@ -1333,6 +1333,7 @@ A draggable handle element. Positioned on a `drag-surface` container with axis c
1333
1333
  | `drag-surface` | string | — | CSS selector for drag container (defaults to parent) |
1334
1334
  | `drag-axes` | string | `"xy"` | Constrain axes: `"x"`, `"y"`, `"xy"` |
1335
1335
  | `drag-snapping` | string | — | Snapping behavior |
1336
+ | `precision` | number | `2` | Decimal places for percentage values and pixel coordinates; use `0` for whole numbers |
1336
1337
  | `type` | string | — | `"color"` for a color handle with direct picker activation |
1337
1338
  | `tip` | string | — | `"color"`, `"add"`, or `"remove"` to show a persistent `fig-color-tip` |
1338
1339
  | `hit-area` | string | — | Expanded interaction zone (unitless px). `"8"`, `"8 12"` (v h), or `"8 circle"` |
@@ -1376,6 +1377,7 @@ A composite point control with optional radius circle, angle handle, or second p
1376
1377
  | `disabled` | boolean | `false` | Disable all interaction |
1377
1378
  | `drag-surface` | string | `"parent"` | Forwarded to inner `fig-handle`s |
1378
1379
  | `snapping` | string | `"false"` | `"false"`, `"true"`, `"modifier"` — applies to all handles |
1380
+ | `precision` | number | `2` | Decimal places for positions, radius, angle, and internal handle dragging |
1379
1381
 
1380
1382
  **Value shapes by type:**
1381
1383
 
@@ -1,6 +1,6 @@
1
1
  import"./fig.js";import"./fig-lab.js";function A(J,Q){if(!customElements.get(J))customElements.define(J,Q)}function T(J,Q){return J.hasAttribute(Q)&&J.getAttribute(Q)!=="false"}function p(){return Date.now().toString(36)+Math.random().toString(36).substring(2)}function I(J){if(!J)return"";return`url("${String(J).replace(/\\/g,"\\\\").replace(/"/g,"\\\"")}")`}function d(J){let Q=String(J??"").trim();if(!Q||Q.startsWith("{")||Q.startsWith("#"))return!1;if(Q.startsWith("data:video/"))return!0;try{let Z=new URL(Q,"https://fig.local").pathname;return/\.(mp4|webm|mov|m4v|ogv)$/i.test(Z)}catch{return/\.(mp4|webm|mov|m4v|ogv)(?:[?#]|$)/i.test(Q)}}function C(J,Q={}){let Z=document.createElement("fig-icon");if(J)Z.setAttribute("name",J);if(Q.size)Z.setAttribute("size",Q.size);if(Q.className)Z.className=Q.className;return Z}function h(J,Q){let Z=($)=>{if($===null||$===void 0||$===!1)return;if(Array.isArray($)){$.forEach(Z);return}J.append($ instanceof Node?$:String($))};return Z(Q),J}function s(J,Q={}){for(let[Z,$]of Object.entries(Q)){if($===null||$===void 0||$===!1)continue;if(Z==="className")J.className=String($);else if($===!0)J.setAttribute(Z,"");else J.setAttribute(Z,String($))}return J}function G(J,Q,Z){let $=document.createElement(J);return s($,Q),h($,Z)}var i="http://www.w3.org/2000/svg";function u(J,Q,Z){let $=document.createElementNS(i,J);for(let[X,Y]of Object.entries(Q||{})){if(Y===null||Y===void 0||Y===!1)continue;if(X==="className")$.setAttribute("class",String(Y));else if(Y===!0)$.setAttribute(X,"");else $.setAttribute(X,String(Y))}return h($,Z)}function l(J){let Q=String(J||"").replace(/^#/,"");return{r:parseInt(Q.substring(0,2),16)||0,g:parseInt(Q.substring(2,4),16)||0,b:parseInt(Q.substring(4,6),16)||0}}function r(J,Q,Z){let $=J/255,X=Q/255,Y=Z/255,j=Math.max($,X,Y),K=Math.min($,X,Y),z=(j+K)/2;if(j===K)return{h:0,s:0,l:z*100};let U=j-K,L=z>0.5?U/(2-j-K):U/(j+K),W;switch(j){case $:W=((X-Y)/U+(X<Y?6:0))/6;break;case X:W=((Y-$)/U+2)/6;break;default:W=(($-X)/U+4)/6;break}return{h:W*360,s:L*100,l:z*100}}function x(J){let Q=J/255;return Q<=0.04045?Q/12.92:Math.pow((Q+0.055)/1.055,2.4)}function n(J,Q,Z){let $=x(J),X=x(Q),Y=x(Z),j=Math.cbrt(0.4122214708*$+0.5363325363*X+0.0514459929*Y),K=Math.cbrt(0.2119034982*$+0.6806995451*X+0.1073969566*Y),z=Math.cbrt(0.0883024619*$+0.2817188376*X+0.6299787005*Y);return{l:0.2104542553*j+0.793617785*K-0.0040720468*z,a:1.9779984951*j-2.428592205*K+0.4505937099*z,b:0.0259040371*j+0.7827717662*K-0.808675766*z}}function o(J,Q,Z){return{l:J,c:Math.sqrt(Q*Q+Z*Z),h:Math.atan2(Z,Q)*180/Math.PI}}function a({owner:J,onStart:Q,onEnd:Z,startClass:$="",endClass:X="",chevronClass:Y="",startLabel:j="Scroll back",endLabel:K="Scroll forward"}={}){let z=(U,L)=>{let W=document.createElement("button");if(W.type="button",W.className=["fig-overflow",`fig-overflow-${U}`,U==="start"?$:X].filter(Boolean).join(" "),W.dataset.figOverflow=U,J)W.setAttribute(`data-fig-${J}-nav`,U);return W.setAttribute("tabindex","-1"),W.setAttribute("aria-label",U==="start"?j:K),W.appendChild(C("chevron",{size:"small",className:["fig-overflow-chevron",Y].filter(Boolean).join(" ")})),W.addEventListener("click",(O)=>{O.preventDefault(),O.stopPropagation(),L?.(O)}),W};return{start:z("start",Q),end:z("end",Z)}}function w(J,Q,Z="x",$=2){if(!J||!Q)return!1;let X=Z==="x",Y=X?Q.scrollWidth:Q.scrollHeight,j=X?Q.clientWidth:Q.clientHeight,K=X?Q.scrollLeft:Q.scrollTop,z=Y-j>$,U=!z||K<=$,L=!z||K+j>=Y-$;return J.classList.toggle("overflow-start",!U),J.classList.toggle("overflow-end",!L),z}function b(J,Q="x",Z=1){if(!J)return;let $=Q==="x",Y=($?J.clientWidth:J.clientHeight)*0.8*Z;J.scrollBy({[$?"left":"top"]:Y,behavior:"smooth"})}function t(J,Q,Z="y",$="auto"){if(!J||!Q||!J.contains(Q))return;requestAnimationFrame(()=>{if(!J.isConnected||!Q.isConnected)return;let X=Z==="x",Y=X?J.scrollWidth:J.scrollHeight,j=X?J.clientWidth:J.clientHeight;if(Y<=j+1){w(J,J,Z);return}let K=Q.getBoundingClientRect(),z=J.getBoundingClientRect(),U=X?J.scrollLeft:J.scrollTop,L=(X?K.left-z.left:K.top-z.top)+U,W=X?K.width:K.height,O=Y-j,f=Math.max(0,Math.min(L+W/2-j/2,O));J.scrollTo({[X?"left":"top"]:f,behavior:$}),w(J,J,Z)})}function e(J){let Q=J||"";if(Q.startsWith("["))try{let $=JSON.parse(Q);return Array.isArray($)?$:[]}catch{}let Z=Q.includes(`
2
2
  `)?`
3
- `:",";return Q.split(Z).map(($)=>$.trim()).filter(Boolean)}function JJ(J){if(J&&typeof J==="object")return String(J.value??J.label??"");return String(J??"")}function QJ(J){if(J&&typeof J==="object")return String(J.label??J.value??"");return String(J??"")}class v extends HTMLElement{static get observedAttributes(){return["value","disabled","selected","label"]}get value(){let J=this.getAttribute("value");if(J!==null)return J;return(this.textContent||"").trim()}set value(J){if(J===null||J===void 0)this.removeAttribute("value");else this.setAttribute("value",String(J))}get disabled(){return T(this,"disabled")}set disabled(J){if(J)this.setAttribute("disabled","");else this.removeAttribute("disabled")}get selected(){return T(this,"selected")}set selected(J){if(J)this.setAttribute("selected","");else this.removeAttribute("selected")}connectedCallback(){if(!this.hasAttribute("role"))this.setAttribute("role","option");if(!this.hasAttribute("tabindex"))this.setAttribute("tabindex","-1");this.#K()}attributeChangedCallback(J,Q,Z){if(Q===Z)return;if(J==="disabled")this.#K()}#K(){if(this.disabled)this.setAttribute("aria-disabled","true"),this.setAttribute("tabindex","-1");else if(this.removeAttribute("aria-disabled"),!this.hasAttribute("tabindex"))this.setAttribute("tabindex","-1")}}A("fig-select-option",v);class m extends HTMLElement{#K=null;#Y=null;#j=null;#z=this.syncOverflow.bind(this);connectedCallback(){if(!this.hasAttribute("slot"))this.setAttribute("slot","panel");this.#J(),this.#R(),this.#B(),this.addEventListener("scroll",this.#z,{passive:!0}),this.#j?.disconnect(),this.#j=new ResizeObserver(()=>this.syncOverflow()),this.#j.observe(this),requestAnimationFrame(()=>this.syncOverflow())}disconnectedCallback(){this.removeEventListener("scroll",this.#z),this.#j?.disconnect(),this.#j=null,this.#W()}syncOverflow(){return this.#R(),w(this,this,"y")}scrollToOption(J,Q="auto"){t(this,J,"y",Q)}#J(){let J=this.querySelector(":scope > fig-chooser");if(!J)return;while(J.firstChild)this.insertBefore(J.firstChild,J);J.remove()}#R(){let J=Array.from(this.children).find((Q)=>!Q.hasAttribute("data-fig-select-nav"));if(J?.tagName==="FIG-SEPARATOR")J.setAttribute("borderless","")}#B(){if(this.#K&&this.#Y&&this.contains(this.#K)&&this.contains(this.#Y))return;this.#W();let J=a({owner:"select",startLabel:"Scroll up",endLabel:"Scroll down",onStart:()=>b(this,"y",-1),onEnd:()=>b(this,"y",1)});this.#K=J.start,this.#Y=J.end,this.prepend(this.#K),this.append(this.#Y)}#W(){this.#K?.remove(),this.#Y?.remove(),this.#K=null,this.#Y=null,this.classList.remove("overflow-start","overflow-end")}}A("fig-select-options",m);class c extends HTMLElement{#K=null;#Y=null;#j=null;#z=null;#J=null;#R=null;#B=!1;#W=-1;#T=!1;#X=!1;#G=null;#Z=!1;#U=null;#Q=null;#$=!1;#x=this.#yJ.bind(this);#C=this.#N.bind(this);#M=this.#DJ.bind(this);#V=this.#FJ.bind(this);#w=this.#CJ.bind(this);#q=this.#LJ.bind(this);static get observedAttributes(){return["value","disabled","label","options","position","offset","closedby","open","variant"]}get value(){return this.getAttribute("value")??""}set value(J){if(J===null||J===void 0)this.removeAttribute("value");else this.setAttribute("value",String(J))}get open(){return T(this,"open")}set open(J){if(J)this.setAttribute("open","");else this.removeAttribute("open")}connectedCallback(){if(!this.#B)this.#d();if(this.#k(),this.#E(),this.#fJ(),this.#VJ(),this.#P(),this.#g(),this.#kJ(),this.open)this.#L()}disconnectedCallback(){this.#e(),document.removeEventListener("keydown",this.#V,!0),this.#R?.disconnect(),this.#R=null}attributeChangedCallback(J,Q,Z){if(Q===Z||!this.#B)return;if(J==="options"){this.#E(),this.#P();return}if(J==="value"||J==="label"){this.#P();return}if(J==="disabled"){this.#fJ();return}if(J==="open"){if(Z===null||Z==="false")this.#zJ();else this.#L();return}if(J==="position"||J==="offset"||J==="closedby")this.#VJ()}focus(J){this.#K?.focus(J)}blur(){this.#K?.blur()}#H(J){return J?.nodeType===1&&(J.tagName==="FIG-SELECT-OPTION"||J.tagName==="FIG-SEPARATOR"||J.tagName==="FIG-SELECT-OPTIONS")}#k(){for(let J of this.querySelectorAll(":scope > fig-select-options"))if(!J.hasAttribute("slot"))J.setAttribute("slot","panel")}#f(){let Q=(this.#J?.assignedElements({flatten:!0})??[]).find((Z)=>Z.tagName==="FIG-SELECT-OPTIONS");if(Q)return Q;return this.querySelector(":scope > fig-select-options")}#F(){return Boolean(this.querySelector(":scope > fig-select-option:not([data-fig-generated]), :scope > fig-select-options > fig-select-option:not([data-fig-generated])"))}#_(){let J=this.#f();if(J){if(!J.hasAttribute("slot"))J.setAttribute("slot","panel");return J}return J=document.createElement("fig-select-options"),J.setAttribute("slot","panel"),J.setAttribute("data-fig-generated",""),this.appendChild(J),J}#E(){if(this.#F())return;let J=this.hasAttribute("options"),Q=J?this.#_():this.#f();if(!Q)return;this.#$=!0;try{for(let X of Q.querySelectorAll(":scope > fig-select-option[data-fig-generated]"))X.remove();if(!J)return;let Z=e(this.getAttribute("options")),$=Q.querySelector(":scope > .fig-overflow-end");for(let X of Z){let Y=document.createElement("fig-select-option");if(Y.setAttribute("data-fig-generated",""),Y.setAttribute("value",JJ(X)),Y.textContent=QJ(X),$)Q.insertBefore(Y,$);else Q.appendChild(Y)}}finally{this.#$=!1}}#d(){this.#B=!0;let J=this.attachShadow({mode:"open"}),Q=document.createElement("style");Q.textContent=`
3
+ `:",";return Q.split(Z).map(($)=>$.trim()).filter(Boolean)}function JJ(J){if(J&&typeof J==="object")return String(J.value??J.label??"");return String(J??"")}function QJ(J){if(J&&typeof J==="object")return String(J.label??J.value??"");return String(J??"")}class v extends HTMLElement{static get observedAttributes(){return["value","disabled","selected","label"]}get value(){let J=this.getAttribute("value");if(J!==null)return J;return(this.textContent||"").trim()}set value(J){if(J===null||J===void 0)this.removeAttribute("value");else this.setAttribute("value",String(J))}get disabled(){return T(this,"disabled")}set disabled(J){if(J)this.setAttribute("disabled","");else this.removeAttribute("disabled")}get selected(){return T(this,"selected")}set selected(J){if(J)this.setAttribute("selected","");else this.removeAttribute("selected")}connectedCallback(){if(!this.hasAttribute("role"))this.setAttribute("role","option");if(!this.hasAttribute("tabindex"))this.setAttribute("tabindex","-1");this.#j()}attributeChangedCallback(J,Q,Z){if(Q===Z)return;if(J==="disabled")this.#j()}#j(){if(this.disabled)this.setAttribute("aria-disabled","true"),this.setAttribute("tabindex","-1");else if(this.removeAttribute("aria-disabled"),!this.hasAttribute("tabindex"))this.setAttribute("tabindex","-1")}}A("fig-select-option",v);class m extends HTMLElement{#j=null;#Y=null;#K=null;#W=null;#J=this.syncOverflow.bind(this);connectedCallback(){if(!this.hasAttribute("slot"))this.setAttribute("slot","panel");this.#T(),this.#q(),this.#z(),this.addEventListener("scroll",this.#J,{passive:!0}),this.#K?.disconnect(),this.#K=new ResizeObserver(()=>this.syncOverflow()),this.#K.observe(this),this.#W?.disconnect(),this.#W=new MutationObserver(()=>{if(!this.isConnected)return;this.#z(),this.syncOverflow()}),this.#W.observe(this,{childList:!0}),requestAnimationFrame(()=>this.syncOverflow())}disconnectedCallback(){this.removeEventListener("scroll",this.#J),this.#K?.disconnect(),this.#K=null,this.#W?.disconnect(),this.#W=null,this.#Z()}syncOverflow(){return this.#q(),w(this,this,"y")}scrollToOption(J,Q="auto"){t(this,J,"y",Q)}#T(){let J=this.querySelector(":scope > fig-chooser");if(!J)return;while(J.firstChild)this.insertBefore(J.firstChild,J);J.remove()}#q(){let J=Array.from(this.children).find((Q)=>!Q.hasAttribute("data-fig-select-nav"));if(J?.tagName==="FIG-SEPARATOR")J.setAttribute("borderless","")}#z(){if(this.#j&&this.#Y&&this.contains(this.#j)&&this.contains(this.#Y)){this.#R();return}this.#Z();let J=a({owner:"select",startLabel:"Scroll up",endLabel:"Scroll down",onStart:()=>b(this,"y",-1),onEnd:()=>b(this,"y",1)});this.#j=J.start,this.#Y=J.end,this.#R()}#R(){if(this.firstElementChild!==this.#j)this.prepend(this.#j);if(this.lastElementChild!==this.#Y)this.append(this.#Y)}#Z(){this.#j?.remove(),this.#Y?.remove(),this.#j=null,this.#Y=null,this.classList.remove("overflow-start","overflow-end")}}A("fig-select-options",m);class c extends HTMLElement{#j=null;#Y=null;#K=null;#W=null;#J=null;#T=null;#q=!1;#z=-1;#R=!1;#Z=!1;#G=null;#$=!1;#U=null;#Q=null;#X=!1;#x=this.#yJ.bind(this);#C=this.#N.bind(this);#M=this.#DJ.bind(this);#V=this.#FJ.bind(this);#w=this.#CJ.bind(this);#H=this.#LJ.bind(this);static get observedAttributes(){return["value","disabled","label","options","position","offset","closedby","open","variant"]}get value(){return this.getAttribute("value")??""}set value(J){if(J===null||J===void 0)this.removeAttribute("value");else this.setAttribute("value",String(J))}get open(){return T(this,"open")}set open(J){if(J)this.setAttribute("open","");else this.removeAttribute("open")}connectedCallback(){if(!this.#q)this.#d();if(this.#k(),this.#E(),this.#fJ(),this.#VJ(),this.#P(),this.#g(),this.#kJ(),this.open)this.#L()}disconnectedCallback(){this.#e(),document.removeEventListener("keydown",this.#V,!0),this.#T?.disconnect(),this.#T=null}attributeChangedCallback(J,Q,Z){if(Q===Z||!this.#q)return;if(J==="options"){this.#E(),this.#P();return}if(J==="value"||J==="label"){this.#P();return}if(J==="disabled"){this.#fJ();return}if(J==="open"){if(Z===null||Z==="false")this.#zJ();else this.#L();return}if(J==="position"||J==="offset"||J==="closedby")this.#VJ()}focus(J){this.#j?.focus(J)}blur(){this.#j?.blur()}#B(J){return J?.nodeType===1&&(J.tagName==="FIG-SELECT-OPTION"||J.tagName==="FIG-SEPARATOR"||J.tagName==="FIG-SELECT-OPTIONS")}#k(){for(let J of this.querySelectorAll(":scope > fig-select-options"))if(!J.hasAttribute("slot"))J.setAttribute("slot","panel")}#f(){let Q=(this.#J?.assignedElements({flatten:!0})??[]).find((Z)=>Z.tagName==="FIG-SELECT-OPTIONS");if(Q)return Q;return this.querySelector(":scope > fig-select-options")}#F(){return Boolean(this.querySelector(":scope > fig-select-option:not([data-fig-generated]), :scope > fig-select-options > fig-select-option:not([data-fig-generated])"))}#_(){let J=this.#f();if(J){if(!J.hasAttribute("slot"))J.setAttribute("slot","panel");return J}return J=document.createElement("fig-select-options"),J.setAttribute("slot","panel"),J.setAttribute("data-fig-generated",""),this.appendChild(J),J}#E(){if(this.#F())return;let J=this.hasAttribute("options"),Q=J?this.#_():this.#f();if(!Q)return;this.#X=!0;try{for(let X of Q.querySelectorAll(":scope > fig-select-option[data-fig-generated]"))X.remove();if(!J)return;let Z=e(this.getAttribute("options")),$=Q.querySelector(":scope > .fig-overflow-end");for(let X of Z){let Y=document.createElement("fig-select-option");if(Y.setAttribute("data-fig-generated",""),Y.setAttribute("value",JJ(X)),Y.textContent=QJ(X),$)Q.insertBefore(Y,$);else Q.appendChild(Y)}}finally{this.#X=!1}}#d(){this.#q=!0;let J=this.attachShadow({mode:"open"}),Q=document.createElement("style");Q.textContent=`
4
4
  :host {
5
5
  display: inline-flex;
6
6
  position: relative;
@@ -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=p(),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.#s(),!this.hasAttribute("value")){let K=this.#c().find((z)=>T(z,"selected"));if(K)this.setAttribute("value",K.value)}}#s(){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.#m()},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}}#u(){let J=this.#z?.getBoundingClientRect();if(!J)return null;return{x:J.x,y:J.y,width:J.width,height:J.height}}#i(){let J=window.visualViewport;return{width:J?.width??window.innerWidth,height:J?.height??window.innerHeight,offsetLeft:J?.offsetLeft??0,offsetTop:J?.offsetTop??0}}#a(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}#t(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}#b(){if(!this.#Z)return!1;let J=this.#a(this.#U,this.#u()),Q=this.#t(this.#Q,this.#i());return!J&&!Q}#l(){this.#U=this.#u(),this.#Q=this.#i()}#m(){if(this.#b())return;let J=this.#Y,Q=this.#z;if(!J||!Q){this.#G?.();return}let Z=this.#c(),$=Z.find((R)=>this.#y(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.#l()}#g(){this.#K?.addEventListener("click",this.#x),this.#K?.addEventListener("keydown",this.#V),this.addEventListener("click",this.#C),this.addEventListener("pointerover",this.#M),this.#Y?.addEventListener("keydown",this.#V),this.#Y?.addEventListener("close",this.#w),this.#J?.addEventListener("slotchange",this.#q)}#e(){this.#K?.removeEventListener("click",this.#x),this.#K?.removeEventListener("keydown",this.#V),this.removeEventListener("click",this.#C),this.removeEventListener("pointerover",this.#M),this.#Y?.removeEventListener("keydown",this.#V),this.#Y?.removeEventListener("close",this.#w),this.#J?.removeEventListener("slotchange",this.#q)}#LJ(){this.#k(),this.#P()}#kJ(){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.#y(Z.target);if((this.getAttribute("value")??"")!==$)this.setAttribute("value",$),Q=!0}else if(this.#y(Z.target)===(this.getAttribute("value")??""))Q=!0}}if(Z.type==="characterData"&&Z.target?.parentElement?.tagName==="FIG-SELECT-OPTION")Q=!0}if(Q)this.#P()}),this.#R.observe(this,{childList:!0,subtree:!0,characterData:!0,attributes:!0,attributeFilter:["value","disabled","selected","label"]})}#c({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"))}#y(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()}#jJ(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()}#MJ(J){if(!this.#j)return;let Q=J?.querySelector?.(':scope > [slot="prepend"]');this.#j.replaceChildren(...Array.from(Q?.childNodes??[],(Z)=>Z.cloneNode(!0)))}#VJ(){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")}#fJ(){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}#NJ(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}#qJ(J){this.dispatchEvent(new CustomEvent("input",{detail:J,bubbles:!0,composed:!0})),this.dispatchEvent(new CustomEvent("change",{detail:J,bubbles:!0,composed:!0}))}#P(){if(this.#T)return;this.#T=!0;try{let J=this.#c(),Q=this.hasAttribute("value"),Z=Q?this.getAttribute("value"):null,$=Q?J.find((K)=>this.#y(K)===Z):null,X=!1;if(!$){if(Q){if(!J.length){if(this.#z)this.#z.textContent=Z||this.getAttribute("label")||"";return}if($=this.#NJ(J),$){let K=this.#y($);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.#y($)),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.#jJ($)||this.getAttribute("label")||"";if(this.#z)this.#z.textContent=Y;this.#MJ($);let j=this.getAttribute("label")||"Select";if(this.#K?.setAttribute("aria-label",j),this.#f()?.syncOverflow?.(),X)this.#qJ(this.getAttribute("value")??"")}finally{this.#T=!1}}#yJ(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}#N(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.#r(Z)}#DJ(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.#y(Z),bubbles:!0,composed:!0}))}#FJ(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.#c({enabledOnly:!0}).findIndex((Y)=>this.#y(Y)===this.value);this.#h(X>=0?X:0)})}return}let Z=this.#c({enabledOnly:!0});if(!Z.length)return;switch(J.key){case"ArrowDown":J.preventDefault(),this.#KJ(),this.#h(this.#W+1);break;case"ArrowUp":J.preventDefault(),this.#KJ(),this.#h(this.#W-1);break;case"Home":J.preventDefault(),this.#h(0);break;case"End":J.preventDefault(),this.#h(Z.length-1);break;case"Escape":J.preventDefault(),this.open=!1,this.#K?.focus();break;case"Enter":case" ":{this.#KJ();let $=Z[this.#W];if(!$)return;J.preventDefault(),this.#r($);break}}}#CJ(){if(this.hasAttribute("open"))this.removeAttribute("open");this.#K?.setAttribute("aria-expanded","false"),this.#K?.focus(),this.#W=-1}#r(J){let Q=this.#y(J);this.setAttribute("value",Q),this.#P(),this.#qJ(Q),this.open=!1}#D(){return this.#c({enabledOnly:!0})}#KJ(){let J=this.#D();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}#h(J){let Q=this.#D();if(!Q.length)return;let Z=(J%Q.length+Q.length)%Q.length;this.#W=Z,Q[Z]?.focus()}#WJ(){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")}#L(){if(!this.#Y||T(this,"disabled"))return;if(this.#K)this.#Y.anchor=this.#K;this.#s(),this.#Z=!1,this.#U=null,this.#Q=null,this.#P(),this.#WJ(),this.#Y.open=!0,document.addEventListener("keydown",this.#V,!0),this.#K?.setAttribute("aria-expanded","true"),this.#W=-1,requestAnimationFrame(()=>{this.#WJ(),this.#m();let J=this.#f(),Z=this.#D().findIndex(($)=>this.#y($)===this.value);if(Z>=0)this.#h(Z);else if(this.#K?.hasAttribute("data-focus-visible")||this.#K?.matches?.(":focus-visible"))this.#h(0);J?.syncOverflow?.(),this.#Z=!0,this.#l()})}#zJ(){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};#x=null;#C=!1;#M=null;#V={};#w={};#q=null;#H=null;#k=null;#f=null;#F=!1;#_=!1;#E=null;#d=null;#s=null;#A=null;#YJ=null;#u=0;#i=null;#a=null;#t=new Set;#b=new Set;#l=null;#m=null;constructor(){super();this.#i=this.#KJ.bind(this),this.#a=this.#h.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.#N(()=>{this.#CJ(),this.#WJ(),this.#L(),this.#sJ()})}disconnectedCallback(){if(this.#bJ({stopWebcam:!0}),this.#DJ(),this.#FJ(),this.#z)this.#z.removeAttribute("selected");if(this.#j)this.#j.removeEventListener("click",this.#i),this.#j.removeEventListener("keydown",this.#a);this.#j=null,this.#z=null}#g(){return this.hasAttribute("disabled")&&this.getAttribute("disabled")!=="false"}#e(){return this.getAttribute("webcam-mode")==="snapshot"?"snapshot":"live"}#LJ(){return this.#W==="webcam"&&this.#e()==="live"&&this.#$.live!==!1}#kJ(){return{live:this.#e()==="live"&&this.#$.live!==!1,snapshot:this.#$.snapshot??null,deviceId:this.#$.deviceId??null,scaleMode:this.#$.scaleMode||"fill",scale:this.#$.scale??50,opacity:this.#$.opacity??1}}#c(){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}}}#y(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}}#jJ(){this.dispatchEvent(new CustomEvent("webcamstream",{bubbles:!0,composed:!0,detail:{stream:this.#$.stream,deviceId:this.#$.deviceId??null}}))}get webcamStream(){return this.#$.stream}releaseWebcam(){this.#UJ()}#MJ(J){if(!J)return null;if(this.#$.snapshot?.startsWith("blob:"))URL.revokeObjectURL(this.#$.snapshot),this.#b.delete(this.#$.snapshot);return this.#$.snapshot=URL.createObjectURL(J),this.#b.add(this.#$.snapshot),this.#$.snapshot}#VJ(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#fJ(J){let Q=[],Z=this.#$.stream?.getVideoTracks?.()?.[0];if(Z&&typeof ImageCapture==="function")try{if(this.#M?.track!==Z)this.#M=new ImageCapture(Z);Q.push(await this.#M.grabFrame())}catch{this.#M=null}if(typeof createImageBitmap==="function")try{Q.push(await createImageBitmap(J))}catch{}return Q.push(J),Q.filter(Boolean)}async#NJ(J,Q,Z,$){let X=await this.#fJ(Q);for(let Y of X){try{J.drawImage(Y,0,0,Z,$)}catch{continue}finally{Y.close?.()}if(!this.#VJ(J,Z,$))return!0}return!1}#qJ(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#P(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.#NJ(Z,J,Q.width,Q.height))return null;let X=await new Promise((Y)=>Q.toBlob(Y,"image/png"));return this.#MJ(X)}#yJ(J){if(this.#W!=="webcam")return;let Q=this.#$.stream;if(!Q)return;if(this.#x===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.#x=Q,this.#L()},$=async()=>{let X=await this.#P(J);if(X){Z(X);return}if(this.#W!=="webcam"||this.#$.stream!==Q){this.#C=!1;return}return await this.#qJ(J),$()};$()}#N(J){let Q=requestAnimationFrame(()=>{if(this.#t.delete(Q),this.isConnected)J()});return this.#t.add(Q),Q}#DJ(){this.#t.forEach((J)=>cancelAnimationFrame(J)),this.#t.clear()}#FJ(){let J=new Set([this.#$.snapshot,this.#Q.poster,this.#U.url].filter((Q)=>typeof Q==="string"&&Q.startsWith("blob:")));this.#b.forEach((Q)=>{if(!J.has(Q))URL.revokeObjectURL(Q)}),this.#b.clear(),J.forEach((Q)=>this.#b.add(Q))}#CJ(){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.#D(),this.#j.removeEventListener("click",this.#i),this.#j.addEventListener("click",this.#i),this.#j.removeEventListener("keydown",this.#a),this.#j.addEventListener("keydown",this.#a),this.#z)this.#N(()=>{let Q=this.#z.querySelector('input[type="color"]');if(Q)Q.remove();this.#D()})}#r(){return this.getAttribute("aria-label")||"Fill picker"}#D(){if(!this.#j)return;let J=this.#g(),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.#r()}`),this.#j.removeAttribute("aria-labelledby");else if(this.#j.removeAttribute("aria-labelledby"),!this.#j.hasAttribute("aria-label"))this.#j.setAttribute("aria-label",`Open ${this.#r()}`);let Z=this.getAttribute("aria-describedby");if(Z)this.#j.setAttribute("aria-describedby",Z);else this.#j.removeAttribute("aria-describedby")}#KJ(J){if(this.#g())return;J.stopPropagation(),J.preventDefault(),this.#HJ()}#h(J){if(J.key!=="Enter"&&J.key!==" ")return;if(this.#g())return;J.preventDefault(),J.stopPropagation(),this.#HJ()}#WJ(){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,Z.video.poster!=null&&Z.video.poster!=="")this.#m=this.#Q.url;else if(this.#Q.url!==X)this.#ZJ();else this.#RJ()}if(this.#y(Z),Z.type&&!Q.includes(Z.type)){let{type:X,...Y}=Z;this.#w[Z.type]=Y}}catch(Z){if(J.startsWith("#")){this.#W="solid",this.#X=this.#XJ(J);return}if(d(J)){let $=this.#Q.url;if(this.#W="video",this.#Q.url=J.trim(),this.#Q.missing=!1,this.#Q.url!==$)this.#ZJ();else this.#RJ()}}}#L(){if(!this.#z)return;let J,Q="cover",Z="center";switch(this.#W){case"solid":J=this.#p(this.#X);break;case"gradient":J=this.#dJ();break;case"image":if(this.#U.url){J=I(this.#U.url);let $=this.#zJ(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.#zJ(this.#Q.scaleMode,this.#Q.scale);Q=$.size,Z=$.position}else J="";break;case"webcam":if(this.#$.snapshot){J=I(this.#$.snapshot);let $=this.#zJ(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")}#zJ(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"}}}#HJ(){if(this.#g())return;if(!this.#J)this.#nJ();else this.#J.anchor=this.anchorElement||this.#j;if(this.#BJ(this.#W,{emit:!1}),this.#s=JSON.stringify(this.value),this.#A=this.#s,this.#z)this.#z.setAttribute("selected","true");this.#J.open=!0,this.#D(),this.#N(()=>{this.#J?.querySelector(".fig-fill-picker-close, .fig-fill-picker-type, fig-button, button, input, [tabindex='0']")?.focus?.(),this.#N(()=>{this.#n(),this.#v()})})}open(){this.#HJ()}close(){if(this.#J)this.#J.open=!1,this.#D()}#rJ(){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)}}#bJ({stopWebcam:J=!1}={}){if(this.#E)this.#E(),this.#E=null;if(this.#d?.disconnect(),this.#d=null,!J&&this.#LJ())this.#gJ();else this.#UJ();if(!this.#J)return;this.#rJ(),this.#J.remove(),this.#J=null,this.#YJ=null,this.#s=null,this.#A=null,this.#q=null,this.#H=null,this.#k=null,this.#f=null,this.#_=!1,this.#D()}#gJ(){this.#u+=1;let J=this.#J?.querySelector(".fig-fill-picker-webcam-video");if(J)J.srcObject=null}#UJ({emit:J=!0}={}){this.#u+=1;let Q=Boolean(this.#$.stream);if(this.#$.stream)this.#$.stream.getTracks().forEach(($)=>$.stop()),this.#$.stream=null;this.#x=null,this.#C=!1,this.#M=null;let Z=this.#J?.querySelector(".fig-fill-picker-webcam-video");if(Z)Z.srcObject=null;if(Q&&J)this.#jJ()}#nJ(){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.#r()),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.#BJ(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.#LJ())this.#gJ();else this.#UJ();let O=JSON.stringify(this.value);if(this.#A!==null&&this.#A!==O)this.#I();this.#s=null,this.#A=null,this.#D();let f=this.#j;this.#N(()=>{if(f?.isConnected)HTMLElement.prototype.focus.call(f)}),this.dispatchEvent(new CustomEvent("close"))};this.#J.addEventListener("close",L);let W={solid:()=>this.#aJ(),gradient:()=>this.#QQ(),image:()=>this.#zQ(),video:()=>this.#OQ(),webcam:()=>this.#fQ()};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.#w[O]=H.detail;this.#O()}),f.addEventListener("change",(H)=>{if(H.target===this)return;if(H.stopPropagation(),H.detail)this.#w[O]=H.detail;this.#I()})}}#BJ(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.#UJ();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.#N(()=>{this.#S();let K=Z.querySelector(".fig-fill-picker-gradient-bar-input");K?.refreshLayout?.(),this.#N(()=>{K?.refreshLayout?.()})});if(J==="video")this.#_J({emit:!1});if(J==="webcam")this.#$.live=this.#e()==="live",this.#YJ?.(this.#$.deviceId);if(this.#L(),Q)this.#O()}#oJ(){if(!this.#J?.open)return;if(this.#BJ(this.#W,{emit:!1}),this.#n(),this.#v(),this.#JJ(),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.#p(this.#X));this.#S();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.#o($);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.#QJ(j)}#aJ(){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.#p({...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.#p(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.#EJ(),this.#n(),this.#v(),this.#hJ(),this.#k=J.querySelector('fig-slider[type="hue"]'),this.#k.addEventListener("input",(W)=>{this.#X.h=parseFloat(W.target.value),this.#n(),this.#v(),this.#JJ(),this.#O()}),this.#k.addEventListener("change",()=>{this.#I()}),Q)this.#f=J.querySelector('fig-slider[type="opacity"]'),this.#f.addEventListener("input",(W)=>{this.#X.a=parseFloat(W.target.value)/100,this.#JJ(),this.#O()}),this.#f.addEventListener("change",()=>{this.#I()});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.#vJ()}),this.#vJ();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.#n(),this.#v(),this.#JJ(),this.#O()}catch(W){}});else L.setAttribute("disabled",""),L.title="EyeDropper not supported in this browser"}#DQ(){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.#hJ()}this.#n(),this.#v()}this.#GJ(),this.#O()}#n(){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.#EJ();let Q=this.#q.getBoundingClientRect();if((Q.width===0||Q.height===0)&&J<5){this.#N(()=>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.#p({...this.#X,a:1}))}#EJ(){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")}#AJ(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.#p({...this.#X,a:1})),this.#EJ();if($)this.#v();if(this.#JJ(),X)this.#O();if(Y)this.#I()}#hJ(){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.#AJ(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.#F=!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.#F=!1,this.#I()},K=(U)=>{this.#F=!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.#AJ(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.#AJ(L,W,{updateHandle:!1,emitInput:!1});this.#F=!1,this.#I()};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.#F=!1}}#vJ(){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.#tJ(),this.#N(()=>this.#JJ())}#tJ(){let J=this.#J?.querySelector(".fig-fill-picker-input-fields");if(!J)return;let Q=()=>{if(this.#F)return;let X=this.#JQ();if(!X)return;let Y=Number.isFinite(X.a)?X.a:this.#X.a;if(this.#X={...X,a:Y},this.#n(),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.#I();J.querySelectorAll("fig-input-number, fig-input-text").forEach((X)=>{X.addEventListener("input",Q),X.addEventListener("change",Z)})}#eJ(){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))}#JQ(){let J=($)=>this.#J?.querySelector(`.${$}`),Q=($)=>parseFloat(J($)?.value??0),Z=($)=>{if(!$)return null;let X=this.#eJ();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.#MQ({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.#lJ({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.#yQ({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.#_Q($.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}`))}}}#JJ(){if(!this.#J)return;let J=this.#p(this.#X),Q=this.#uJ(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.#kQ(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.#iJ(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.#NQ(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.#RQ(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()}#QQ(){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.#S(),this.#ZQ(J)}#FQ(){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)]}#ZQ(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.#S(),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.#N(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.#S(),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.#S(),this.#O()}),J.querySelector(".fig-fill-picker-gradient-rotate")?.addEventListener("click",()=>{this.#Z.angle=(Number(this.#Z.angle)+90)%360,this.#S(),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.#S(),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.#S(),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.#OJ(),this.#mJ()};Z.addEventListener("input",(q)=>{V(q),this.#O()}),Z.addEventListener("change",(q)=>{V(q),this.#I()})}J.querySelector(".fig-fill-picker-gradient-stops-list > fig-reorder")?.addEventListener("reorder",(V)=>{this.#jQ(V)})}#PJ(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}${$}`}#$Q(J){if(!(J instanceof HTMLElement))return"#888888";if(J.hexOpaque)return this.#SJ(J.hexOpaque);let Q=J.value;if(typeof Q==="string"&&Q.startsWith("#"))return this.#SJ(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.#SJ(X.length>7?X.slice(0,7):X);return"#888888"}#SJ(J){let Q=String(J||"#888888").replace(/^#/,"").slice(0,6);if(!/^[0-9A-Fa-f]{6}$/.test(Q))return"#888888";return`#${Q.toUpperCase()}`}#XQ(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.#$Q(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}}#IJ(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.#XQ(J)};this.#Z.stops[Q]=Z,this.#YQ(J,Z)}#YQ(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.#PJ(Q))}#jQ(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.#IJ(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.#OJ(),this.#GJ(),this.#O()}finally{this.#_=!1}}#S(){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.#OJ(),this.#GJ(),this.#mJ()}#KQ(){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}))}#OJ(){if(!this.#J)return;let J=this.#KQ();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}})}#GJ(){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()}#mJ(){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.#PJ($));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.#WQ(J)}#WQ(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.#PJ($)}),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.#IJ($),this.#OJ(),this.#GJ(),this.#O()});let X=$.querySelector(".fig-fill-picker-stop-color"),Y=X.querySelector("fig-fill-picker");if(Y)Y.anchorElement=this.#J;else this.#N(()=>{let K=X.querySelector("fig-fill-picker");if(K)K.anchorElement=this.#J});let j=()=>{this.#IJ($),this.#_=!0;try{this.#OJ(),this.#GJ(),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.#S(),this.#O()})})}#xJ(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.#TQ(K.color,z):this.#HQ(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#cJ=new Map;#pJ(J){let Q=y.#cJ.get(J);if(Q!==void 0)return Q;let Z=document.createElement("div");Z.style.background=J;let $=!!Z.style.background;return y.#cJ.set(J,$),$}#dJ(){let J=this.#xJ(void 0,!0);if(this.#pJ(J))return J;let Q=this.#xJ("oklab",!0);if(this.#pJ(Q))return Q;return this.#xJ("oklab",!1)}#zQ(){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.#UQ(J)}#UQ(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.#o($),this.#L(),this.#O()}),Z.addEventListener("input",(X)=>{this.#U.scale=parseFloat(X.target.value)||100,this.#o($),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.#o($),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.#o($),this.#L(),this.#O()}),this.#o($)}#o(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}}#QJ(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}}#OQ(){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.#VQ(J),this.#_J({emit:!1})}#ZJ(){if(this.#Q.poster?.startsWith("blob:"))URL.revokeObjectURL(this.#Q.poster),this.#b.delete(this.#Q.poster);this.#Q.poster=null,this.#m=null}#RJ(){if(!this.#Q.poster)return;if(this.#m&&this.#m===this.#Q.url)return;this.#ZJ()}#wJ(){let J=this.#J?.querySelector(".fig-fill-picker-video-preview");if(J)this.#QJ(J)}#_J({emit:J=!1}={}){if(this.#Q.url){if(this.#Q.missing=!1,this.#RJ(),!this.#Q.poster)this.#TJ(this.#Q.url);else this.#wJ();return}let Q=this.getAttribute("default-video");if(!Q){this.#Q.missing=!0;return}if(this.#Q.url=Q,this.#Q.missing=!1,this.#wJ(),this.#TJ(Q),J)this.#O()}#sJ(){if(this.#W!=="video")return;let J=this.#Q.url;if(!J)return;if(this.#RJ(),this.#Q.poster)return;this.#TJ(J)}async#GQ(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#LQ(J){let Q=await this.#GQ(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#TJ(J,{emit:Q=!1}={}){if(!J||this.#l===J)return;this.#l=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.#LQ(Z);if(!$||this.#Q.url!==J)return;if(this.#ZJ(),this.#Q.poster=URL.createObjectURL($),this.#m=J,this.#b.add(this.#Q.poster),this.#L(),this.#wJ(),Q)this.#O()}catch{}finally{if(Z.removeAttribute("src"),Z.load(),this.#l===J)this.#l=null}}#VQ(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.#QJ(Z),this.#L(),this.#O()}),Z.addEventListener("loaded",($)=>{let X=$.detail?.src||Z.src;if(!X)return;let Y=X!==this.#Q.url;if(Y)this.#ZJ();if(this.#Q.url=X,this.#Q.missing=!1,this.#QJ(Z),this.#TJ(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.#ZJ(),this.#_J(),this.#QJ(Z),this.#L(),this.#O()}),this.#QJ(Z)}#fQ(){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.#qQ(J)}#qQ(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.#yJ(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.#u)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.#jJ(),U(null,O||_);return}}this.#UJ({emit:Boolean(f)});let R=this.#u;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.#u||!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.#e()==="live",z(k),this.#jJ(),await U(R,O)}catch(_){if(R!==this.#u)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.#P(Q);if(!W)return;this.#U.url=W,this.#$.live=!1;let O=this.#J.querySelector(".fig-fill-picker-image-preview");if(O)this.#o(O);if(Array.from(this.#J.querySelectorAll(".fig-fill-picker-tab")).some((H)=>H.dataset.tab==="image"))this.#BJ("image");else this.#L(),this.#O();this.#I()})}#uJ(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}}#p(J){if(!J||typeof J.h!=="number"||typeof J.s!=="number"||typeof J.v!=="number")return"#D9D9D9";let Q=this.#uJ(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:$})}#HQ(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})`}#BQ(J){let Q=Math.max(0,Math.min(1,Number(J)||0)),Z=Math.round(Q*1000)/1000;return String(Z)}#RQ(J=this.#X){let Q=this.#uJ(J);return`rgba(${Q.r}, ${Q.g}, ${Q.b}, ${this.#BQ(J.a)})`}#_Q(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}#TQ(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})`}#kQ(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}}#MQ(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)}}#iJ(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}}#NQ(J){let Q=this.#iJ(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}}#lJ(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)}}#yQ(J){let Q=J.h*Math.PI/180;return this.#lJ({l:J.l,a:J.c*Math.cos(Q),b:J.c*Math.sin(Q)})}#O(){if(this.#g())return;this.#L(),this.dispatchEvent(new CustomEvent("input",{bubbles:!0,detail:this.value}))}#I(){if(this.#g())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.#p(this.#X),alpha:this.#X.a,hsv:{...this.#X}};case"gradient":return{...J,gradient:P(this.#Z),css:this.#dJ()};case"image":return{...J,image:{...this.#U}};case"video":return{...J,video:this.#c()};case"webcam":return{...J,webcam:this.#kJ()};default:return{...J,...this.#w[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.#WJ(),this.#L(),this.#sJ(),this.#J?.open&&!this.#F)this.#oJ(),this.#A=JSON.stringify(this.value);break;case"disabled":if(this.#D(),this.#g()&&this.#J?.open)this.close();break;case"alpha":case"mode":{if(!this.#J)break;let $=this.#J.open;if(this.#bJ(),$&&this.isConnected)this.#HJ();break}case"webcam-mode":if(this.#W==="webcam")this.#L();break;case"default-video":if(this.#W==="video")this.#_J({emit:!1}),this.#L();break;case"aria-label":if(this.#J)this.#J.setAttribute("aria-label",this.#r());case"aria-labelledby":case"aria-describedby":this.#D();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.#F(),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")}#x(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.#x(J[0]?.color||"#FF0000"),Z=this.#x(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}}#M(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.#M(J),X=this.#M(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}`}#w(){let J=this.#M(180),Q=this.#M(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})`}#F(){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.#w(),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=p(),Z.setAttribute("aria-controls",Y.id);let j=document.createElement("slot");if(j.setAttribute("name","panel"),Y.appendChild(j),J.append(Z,Y),this.#j=Z,this.#K=$,this.#W=X,this.#Y=Y,this.#J=j,Y.anchor=Z,this.#k(),this.#s(),!this.hasAttribute("value")){let K=this.#c().find((z)=>T(z,"selected"));if(K)this.setAttribute("value",K.value)}}#s(){if(!this.#Y||this.#Z)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.#m()},this.#Z=!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}}#u(){let J=this.#W?.getBoundingClientRect();if(!J)return null;return{x:J.x,y:J.y,width:J.width,height:J.height}}#i(){let J=window.visualViewport;return{width:J?.width??window.innerWidth,height:J?.height??window.innerHeight,offsetLeft:J?.offsetLeft??0,offsetTop:J?.offsetTop??0}}#a(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}#t(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}#b(){if(!this.#$)return!1;let J=this.#a(this.#U,this.#u()),Q=this.#t(this.#Q,this.#i());return!J&&!Q}#l(){this.#U=this.#u(),this.#Q=this.#i()}#m(){if(this.#b())return;let J=this.#Y,Q=this.#W;if(!J||!Q){this.#G?.();return}let Z=this.#c(),$=Z.find((R)=>this.#y(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.#$||this.open)this.#l()}#g(){this.#j?.addEventListener("click",this.#x),this.#j?.addEventListener("keydown",this.#V),this.addEventListener("click",this.#C),this.addEventListener("pointerover",this.#M),this.#Y?.addEventListener("keydown",this.#V),this.#Y?.addEventListener("close",this.#w),this.#J?.addEventListener("slotchange",this.#H)}#e(){this.#j?.removeEventListener("click",this.#x),this.#j?.removeEventListener("keydown",this.#V),this.removeEventListener("click",this.#C),this.removeEventListener("pointerover",this.#M),this.#Y?.removeEventListener("keydown",this.#V),this.#Y?.removeEventListener("close",this.#w),this.#J?.removeEventListener("slotchange",this.#H)}#LJ(){this.#k(),this.#P()}#kJ(){if(this.#T)return;this.#T=new MutationObserver((J)=>{if(this.#R||this.#X)return;let Q=!1;for(let Z of J){if(Z.type==="childList"){if([...Z.addedNodes].some(($)=>this.#B($))||[...Z.removedNodes].some(($)=>this.#B($))||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.#y(Z.target);if((this.getAttribute("value")??"")!==$)this.setAttribute("value",$),Q=!0}else if(this.#y(Z.target)===(this.getAttribute("value")??""))Q=!0}}if(Z.type==="characterData"&&Z.target?.parentElement?.tagName==="FIG-SELECT-OPTION")Q=!0}if(Q)this.#P()}),this.#T.observe(this,{childList:!0,subtree:!0,characterData:!0,attributes:!0,attributeFilter:["value","disabled","selected","label"]})}#c({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"))}#y(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()}#jJ(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()}#MJ(J){if(!this.#K)return;let Q=J?.querySelector?.(':scope > [slot="prepend"]');this.#K.replaceChildren(...Array.from(Q?.childNodes??[],(Z)=>Z.cloneNode(!0)))}#VJ(){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")}#fJ(){let J=T(this,"disabled");if(this.#j)if(J)this.#j.setAttribute("disabled","");else this.#j.removeAttribute("disabled");if(J&&this.open)this.open=!1}#NJ(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}#qJ(J){this.dispatchEvent(new CustomEvent("input",{detail:J,bubbles:!0,composed:!0})),this.dispatchEvent(new CustomEvent("change",{detail:J,bubbles:!0,composed:!0}))}#P(){if(this.#R)return;this.#R=!0;try{let J=this.#c(),Q=this.hasAttribute("value"),Z=Q?this.getAttribute("value"):null,$=Q?J.find((K)=>this.#y(K)===Z):null,X=!1;if(!$){if(Q){if(!J.length){if(this.#W)this.#W.textContent=Z||this.getAttribute("label")||"";return}if($=this.#NJ(J),$){let K=this.#y($);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.#y($)),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.#jJ($)||this.getAttribute("label")||"";if(this.#W)this.#W.textContent=Y;this.#MJ($);let j=this.getAttribute("label")||"Select";if(this.#j?.setAttribute("aria-label",j),this.#f()?.syncOverflow?.(),X)this.#qJ(this.getAttribute("value")??"")}finally{this.#R=!1}}#yJ(J){if(T(this,"disabled"))return;J.preventDefault(),J.stopPropagation();let Q=!this.open;if(Q&&this.#Y&&this.#j)this.#Y.anchor=this.#j;this.open=Q}#N(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.#r(Z)}#DJ(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.#y(Z),bubbles:!0,composed:!0}))}#FJ(J){if(J.currentTarget===document&&J.key!=="Escape")return;if(!(this.open&&(this.#Y?.matches?.(":open")??!1))){if(this.#j?.contains(J.target)&&(J.key==="ArrowDown"||J.key==="Enter"||J.key===" ")){if(J.preventDefault(),this.#Y&&this.#j)this.#Y.anchor=this.#j;this.open=!0,requestAnimationFrame(()=>{let X=this.#c({enabledOnly:!0}).findIndex((Y)=>this.#y(Y)===this.value);this.#h(X>=0?X:0)})}return}let Z=this.#c({enabledOnly:!0});if(!Z.length)return;switch(J.key){case"ArrowDown":J.preventDefault(),this.#KJ(),this.#h(this.#z+1);break;case"ArrowUp":J.preventDefault(),this.#KJ(),this.#h(this.#z-1);break;case"Home":J.preventDefault(),this.#h(0);break;case"End":J.preventDefault(),this.#h(Z.length-1);break;case"Escape":J.preventDefault(),this.open=!1,this.#j?.focus();break;case"Enter":case" ":{this.#KJ();let $=Z[this.#z];if(!$)return;J.preventDefault(),this.#r($);break}}}#CJ(){if(this.hasAttribute("open"))this.removeAttribute("open");this.#j?.setAttribute("aria-expanded","false"),this.#j?.focus(),this.#z=-1}#r(J){let Q=this.#y(J);this.setAttribute("value",Q),this.#P(),this.#qJ(Q),this.open=!1}#D(){return this.#c({enabledOnly:!0})}#KJ(){let J=this.#D();if(!J.length){this.#z=-1;return}let Q=J.find(($)=>$===document.activeElement),Z=Q?J.indexOf(Q):-1;this.#z=Z>=0?Z:this.#z}#h(J){let Q=this.#D();if(!Q.length)return;let Z=(J%Q.length+Q.length)%Q.length;this.#z=Z,Q[Z]?.focus()}#WJ(){if(!this.#Y||!this.#j)return;let J=Math.ceil(this.getBoundingClientRect().width),Q=Math.ceil(this.#j.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")}#L(){if(!this.#Y||T(this,"disabled"))return;if(this.#j)this.#Y.anchor=this.#j;this.#s(),this.#$=!1,this.#U=null,this.#Q=null,this.#P(),this.#WJ(),this.#Y.open=!0,document.addEventListener("keydown",this.#V,!0),this.#j?.setAttribute("aria-expanded","true"),this.#z=-1,requestAnimationFrame(()=>{this.#WJ(),this.#m();let J=this.#f(),Z=this.#D().findIndex(($)=>this.#y($)===this.value);if(Z>=0)this.#h(Z);else if(this.#j?.hasAttribute("data-focus-visible")||this.#j?.matches?.(":focus-visible"))this.#h(0);J?.syncOverflow?.(),this.#$=!0,this.#l()})}#zJ(){if(!this.#Y)return;this.#$=!1,this.#U=null,this.#Q=null,document.removeEventListener("keydown",this.#V,!0),this.#Y.open=!1,this.#j?.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#j=[{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.#j,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}}#K=null;#W=null;#J=null;#T=`fig-fill-picker-dialog-${++YJ}`;#q="solid";anchorElement=null;#z="solid";#R="srgb";#Z={h:0,s:0,v:85,a:1};#G="hex";#$={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};#X={stream:null,live:!0,snapshot:null,deviceId:null,scaleMode:"fill",scale:50,opacity:1};#x=null;#C=!1;#M=null;#V={};#w={};#H=null;#B=null;#k=null;#f=null;#F=!1;#_=!1;#E=null;#d=null;#s=null;#A=null;#YJ=null;#u=0;#i=null;#a=null;#t=new Set;#b=new Set;#l=null;#m=null;constructor(){super();this.#i=this.#KJ.bind(this),this.#a=this.#h.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.#N(()=>{this.#CJ(),this.#WJ(),this.#L(),this.#sJ()})}disconnectedCallback(){if(this.#bJ({stopWebcam:!0}),this.#DJ(),this.#FJ(),this.#W)this.#W.removeAttribute("selected");if(this.#K)this.#K.removeEventListener("click",this.#i),this.#K.removeEventListener("keydown",this.#a);this.#K=null,this.#W=null}#g(){return this.hasAttribute("disabled")&&this.getAttribute("disabled")!=="false"}#e(){return this.getAttribute("webcam-mode")==="snapshot"?"snapshot":"live"}#LJ(){return this.#z==="webcam"&&this.#e()==="live"&&this.#X.live!==!1}#kJ(){return{live:this.#e()==="live"&&this.#X.live!==!1,snapshot:this.#X.snapshot??null,deviceId:this.#X.deviceId??null,scaleMode:this.#X.scaleMode||"fill",scale:this.#X.scale??50,opacity:this.#X.opacity??1}}#c(){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}}}#y(J){if(J.webcam&&typeof J.webcam==="object"){let{stream:Q,snapshot:Z,...$}=J.webcam;if(Object.assign(this.#X,$),typeof Z==="string"&&Z)this.#X.snapshot=Z;return}if(J.type==="webcam"&&J.image){if(J.image.url!=null)this.#X.snapshot=J.image.url;if(J.image.scaleMode)this.#X.scaleMode=J.image.scaleMode;if(J.image.scale!=null)this.#X.scale=J.image.scale}}#jJ(){this.dispatchEvent(new CustomEvent("webcamstream",{bubbles:!0,composed:!0,detail:{stream:this.#X.stream,deviceId:this.#X.deviceId??null}}))}get webcamStream(){return this.#X.stream}releaseWebcam(){this.#UJ()}#MJ(J){if(!J)return null;if(this.#X.snapshot?.startsWith("blob:"))URL.revokeObjectURL(this.#X.snapshot),this.#b.delete(this.#X.snapshot);return this.#X.snapshot=URL.createObjectURL(J),this.#b.add(this.#X.snapshot),this.#X.snapshot}#VJ(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#fJ(J){let Q=[],Z=this.#X.stream?.getVideoTracks?.()?.[0];if(Z&&typeof ImageCapture==="function")try{if(this.#M?.track!==Z)this.#M=new ImageCapture(Z);Q.push(await this.#M.grabFrame())}catch{this.#M=null}if(typeof createImageBitmap==="function")try{Q.push(await createImageBitmap(J))}catch{}return Q.push(J),Q.filter(Boolean)}async#NJ(J,Q,Z,$){let X=await this.#fJ(Q);for(let Y of X){try{J.drawImage(Y,0,0,Z,$)}catch{continue}finally{Y.close?.()}if(!this.#VJ(J,Z,$))return!0}return!1}#qJ(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#P(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.#NJ(Z,J,Q.width,Q.height))return null;let X=await new Promise((Y)=>Q.toBlob(Y,"image/png"));return this.#MJ(X)}#yJ(J){if(this.#z!=="webcam")return;let Q=this.#X.stream;if(!Q)return;if(this.#x===Q&&this.#X.snapshot){this.#L();return}if(this.#C)return;this.#C=!0;let Z=(X)=>{if(this.#C=!1,!X||this.#z!=="webcam"||this.#X.stream!==Q)return;this.#x=Q,this.#L()},$=async()=>{let X=await this.#P(J);if(X){Z(X);return}if(this.#z!=="webcam"||this.#X.stream!==Q){this.#C=!1;return}return await this.#qJ(J),$()};$()}#N(J){let Q=requestAnimationFrame(()=>{if(this.#t.delete(Q),this.isConnected)J()});return this.#t.add(Q),Q}#DJ(){this.#t.forEach((J)=>cancelAnimationFrame(J)),this.#t.clear()}#FJ(){let J=new Set([this.#X.snapshot,this.#Q.poster,this.#U.url].filter((Q)=>typeof Q==="string"&&Q.startsWith("blob:")));this.#b.forEach((Q)=>{if(!J.has(Q))URL.revokeObjectURL(Q)}),this.#b.clear(),J.forEach((Q)=>this.#b.add(Q))}#CJ(){let J=Array.from(this.children).find((Q)=>!Q.getAttribute("slot")?.startsWith("mode-"));if(!J)this.#W=document.createElement("fig-swatch"),this.#W.setAttribute("background","#D9D9D9"),this.appendChild(this.#W),this.#K=this.#W;else if(J.matches("fig-swatch, fig-chit"))this.#W=J,this.#K=J;else this.#K=J,this.#W=null;if(this.#D(),this.#K.removeEventListener("click",this.#i),this.#K.addEventListener("click",this.#i),this.#K.removeEventListener("keydown",this.#a),this.#K.addEventListener("keydown",this.#a),this.#W)this.#N(()=>{let Q=this.#W.querySelector('input[type="color"]');if(Q)Q.remove();this.#D()})}#r(){return this.getAttribute("aria-label")||"Fill picker"}#D(){if(!this.#K)return;let J=this.#g(),Q=this.getAttribute("aria-labelledby");if(!this.#K.hasAttribute("role"))this.#K.setAttribute("role","button");if(this.#K.setAttribute("tabindex",J?"-1":"0"),this.#K.setAttribute("aria-disabled",J?"true":"false"),this.#K.setAttribute("aria-haspopup","dialog"),this.#K.setAttribute("aria-expanded",this.#J?.open?"true":"false"),this.#K.setAttribute("aria-controls",this.#T),this.#K.removeAttribute("aria-hidden"),Q)this.#K.setAttribute("aria-labelledby",Q),this.#K.removeAttribute("aria-label");else if(this.hasAttribute("aria-label"))this.#K.setAttribute("aria-label",`Open ${this.#r()}`),this.#K.removeAttribute("aria-labelledby");else if(this.#K.removeAttribute("aria-labelledby"),!this.#K.hasAttribute("aria-label"))this.#K.setAttribute("aria-label",`Open ${this.#r()}`);let Z=this.getAttribute("aria-describedby");if(Z)this.#K.setAttribute("aria-describedby",Z);else this.#K.removeAttribute("aria-describedby")}#KJ(J){if(this.#g())return;J.stopPropagation(),J.preventDefault(),this.#HJ()}#h(J){if(J.key!=="Enter"&&J.key!==" ")return;if(this.#g())return;J.preventDefault(),J.stopPropagation(),this.#HJ()}#WJ(){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.#z=Z.type;if(Z.color){if(typeof Z.color==="string")this.#Z=this.#XJ(Z.color);else if(typeof Z.color==="object"&&Z.color.h!==void 0)this.#Z=Z.color}let $=Z.alpha!==void 0?Number(Z.alpha):Z.opacity!==void 0?Number(Z.opacity)/100:void 0;if(Number.isFinite($))this.#Z.a=Math.max(0,Math.min(1,$));if(this.#R="srgb",Z.gradient)this.#$=S({...this.#$,...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,Z.video.poster!=null&&Z.video.poster!=="")this.#m=this.#Q.url;else if(this.#Q.url!==X)this.#ZJ();else this.#RJ()}if(this.#y(Z),Z.type&&!Q.includes(Z.type)){let{type:X,...Y}=Z;this.#w[Z.type]=Y}}catch(Z){if(J.startsWith("#")){this.#z="solid",this.#Z=this.#XJ(J);return}if(d(J)){let $=this.#Q.url;if(this.#z="video",this.#Q.url=J.trim(),this.#Q.missing=!1,this.#Q.url!==$)this.#ZJ();else this.#RJ()}}}#L(){if(!this.#W)return;let J,Q="cover",Z="center";switch(this.#z){case"solid":J=this.#p(this.#Z);break;case"gradient":J=this.#dJ();break;case"image":if(this.#U.url){J=I(this.#U.url);let $=this.#zJ(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.#zJ(this.#Q.scaleMode,this.#Q.scale);Q=$.size,Z=$.position}else J="";break;case"webcam":if(this.#X.snapshot){J=I(this.#X.snapshot);let $=this.#zJ(this.#X.scaleMode,this.#X.scale);Q=$.size,Z=$.position}else J="";break;default:{J=(this.#V[this.#z]?.element||this.querySelector(`[slot="mode-${this.#z}"]`))?.getAttribute("swatch-background")||"";break}}if(this.#W.setAttribute("background",J),this.#W.style.setProperty("--swatch-bg-size",Q),this.#W.style.setProperty("--swatch-bg-position",Z),this.#z==="solid")this.#W.setAttribute("alpha",this.#Z.a);else this.#W.removeAttribute("alpha")}#zJ(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"}}}#HJ(){if(this.#g())return;if(!this.#J)this.#nJ();else this.#J.anchor=this.anchorElement||this.#K;if(this.#BJ(this.#z,{emit:!1}),this.#s=JSON.stringify(this.value),this.#A=this.#s,this.#W)this.#W.setAttribute("selected","true");this.#J.open=!0,this.#D(),this.#N(()=>{this.#J?.querySelector(".fig-fill-picker-close, .fig-fill-picker-type, fig-button, button, input, [tabindex='0']")?.focus?.(),this.#N(()=>{this.#n(),this.#v()})})}open(){this.#HJ()}close(){if(this.#J)this.#J.open=!1,this.#D()}#rJ(){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)}}#bJ({stopWebcam:J=!1}={}){if(this.#E)this.#E(),this.#E=null;if(this.#d?.disconnect(),this.#d=null,!J&&this.#LJ())this.#gJ();else this.#UJ();if(!this.#J)return;this.#rJ(),this.#J.remove(),this.#J=null,this.#YJ=null,this.#s=null,this.#A=null,this.#H=null,this.#B=null,this.#k=null,this.#f=null,this.#_=!1,this.#D()}#gJ(){this.#u+=1;let J=this.#J?.querySelector(".fig-fill-picker-webcam-video");if(J)J.srcObject=null}#UJ({emit:J=!0}={}){this.#u+=1;let Q=Boolean(this.#X.stream);if(this.#X.stream)this.#X.stream.getTracks().forEach(($)=>$.stop()),this.#X.stream=null;this.#x=null,this.#C=!1,this.#M=null;let Z=this.#J?.querySelector(".fig-fill-picker-webcam-video");if(Z)Z.srcObject=null;if(Q&&J)this.#jJ()}#nJ(){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.#T,this.#J.setAttribute("aria-label",this.#r()),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.#K;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.#z))this.#z=X[0],this.#q=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.#z},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.#BJ(f)});this.#J.querySelector(".fig-fill-picker-close").addEventListener("click",()=>{this.#J.open=!1});let L=()=>{if(this.#W)this.#W.removeAttribute("selected");if(this.#LJ())this.#gJ();else this.#UJ();let O=JSON.stringify(this.value);if(this.#A!==null&&this.#A!==O)this.#I();this.#s=null,this.#A=null,this.#D();let f=this.#K;this.#N(()=>{if(f?.isConnected)HTMLElement.prototype.focus.call(f)}),this.dispatchEvent(new CustomEvent("close"))};this.#J.addEventListener("close",L);let W={solid:()=>this.#aJ(),gradient:()=>this.#QQ(),image:()=>this.#zQ(),video:()=>this.#OQ(),webcam:()=>this.#fQ()};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.#w[O]=H.detail;this.#O()}),f.addEventListener("change",(H)=>{if(H.target===this)return;if(H.stopPropagation(),H.detail)this.#w[O]=H.detail;this.#I()})}}#BJ(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.#q;if(this.#q=J,this.#z=J,$==="webcam"&&J!=="webcam")this.#UJ();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.#N(()=>{this.#S();let K=Z.querySelector(".fig-fill-picker-gradient-bar-input");K?.refreshLayout?.(),this.#N(()=>{K?.refreshLayout?.()})});if(J==="video")this.#_J({emit:!1});if(J==="webcam")this.#X.live=this.#e()==="live",this.#YJ?.(this.#X.deviceId);if(this.#L(),Q)this.#O()}#oJ(){if(!this.#J?.open)return;if(this.#BJ(this.#z,{emit:!1}),this.#n(),this.#v(),this.#JJ(),this.#k)this.#k.setAttribute("value",this.#Z.h);if(this.#f)this.#f.setAttribute("value",this.#Z.a*100),this.#f.setAttribute("color",this.#p(this.#Z));this.#S();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.#o($);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.#QJ(j)}#aJ(){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.#p({...this.#Z,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.#Z.h}),Q?G("fig-slider",{type:"opacity",variant:"classic",text:"false",min:"0",max:"100","aria-label":"Opacity",value:this.#Z.a*100,color:this.#p(this.#Z)}):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.#H=J.querySelector("canvas"),this.#B=J.querySelector("fig-handle"),this.#EJ(),this.#n(),this.#v(),this.#hJ(),this.#k=J.querySelector('fig-slider[type="hue"]'),this.#k.addEventListener("input",(W)=>{this.#Z.h=parseFloat(W.target.value),this.#n(),this.#v(),this.#JJ(),this.#O()}),this.#k.addEventListener("change",()=>{this.#I()}),Q)this.#f=J.querySelector('fig-slider[type="opacity"]'),this.#f.addEventListener("input",(W)=>{this.#Z.a=parseFloat(W.target.value)/100,this.#JJ(),this.#O()}),this.#f.addEventListener("change",()=>{this.#I()});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.#vJ()}),this.#vJ();let L=J.querySelector(".fig-fill-picker-eyedropper");if("EyeDropper"in window)L.addEventListener("click",async()=>{try{let O=await new EyeDropper().open();this.#Z={...this.#XJ(O.sRGBHex),a:this.#Z.a},this.#n(),this.#v(),this.#JJ(),this.#O()}catch(W){}});else L.setAttribute("disabled",""),L.title="EyeDropper not supported in this browser"}#DQ(){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.#H=Z,this.#hJ()}this.#n(),this.#v()}this.#GJ(),this.#O()}#n(){if(!this.#H&&this.#J)this.#H=this.#J.querySelector('[data-tab="solid"] canvas');if(!this.#H)return;let J=this.#R==="display-p3"?"display-p3":"srgb",Q=this.#H.getContext("2d",{colorSpace:J});if(!Q)return;let Z=this.#H.width,$=this.#H.height;Q.clearRect(0,0,Z,$);let X=this.#Z.h,Y=this.#R==="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.#B||!this.#H)return;this.#EJ();let Q=this.#H.getBoundingClientRect();if((Q.width===0||Q.height===0)&&J<5){this.#N(()=>this.#v(J+1));return}let Z=Math.max(0,Math.min(100,this.#Z.s)),$=Math.max(0,Math.min(100,100-this.#Z.v));this.#B.setAttribute("value",`${Z}% ${$}%`),this.#B.setAttribute("color",this.#p({...this.#Z,a:1}))}#EJ(){if(!this.#B)return;this.#B.setAttribute("aria-valuenow",String(Math.round(this.#Z.v))),this.#B.setAttribute("aria-valuetext",`Saturation ${Math.round(this.#Z.s)}%, brightness ${Math.round(this.#Z.v)}%`),this.#B.removeAttribute("aria-pressed")}#AJ(J,Q,Z={}){let{updateHandle:$=!0,emitInput:X=!0,emitChange:Y=!1}=Z;if(this.#Z.s=Math.max(0,Math.min(100,J*100)),this.#Z.v=Math.max(0,Math.min(100,(1-Q)*100)),this.#B)this.#B.setAttribute("color",this.#p({...this.#Z,a:1})),this.#EJ();if($)this.#v();if(this.#JJ(),X)this.#O();if(Y)this.#I()}#hJ(){if(this.#E)this.#E(),this.#E=null;if(!this.#H||!this.#B)return;let J=this.#H.parentElement||this.#H,Q=this.#B,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.#AJ(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.#F=!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.#F=!1,this.#I()},K=(U)=>{this.#F=!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.#AJ(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.#AJ(L,W,{updateHandle:!1,emitInput:!1});this.#F=!1,this.#I()};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.#F=!1}}#vJ(){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.#tJ(),this.#N(()=>this.#JJ())}#tJ(){let J=this.#J?.querySelector(".fig-fill-picker-input-fields");if(!J)return;let Q=()=>{if(this.#F)return;let X=this.#JQ();if(!X)return;let Y=Number.isFinite(X.a)?X.a:this.#Z.a;if(this.#Z={...X,a:Y},this.#n(),this.#v(),this.#k)this.#k.setAttribute("value",this.#Z.h);if(this.#f&&Number.isFinite(X.a))this.#f.setAttribute("value",this.#Z.a*100);this.#O()},Z=()=>this.#I();J.querySelectorAll("fig-input-number, fig-input-text").forEach((X)=>{X.addEventListener("input",Q),X.addEventListener("change",Z)})}#eJ(){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))}#JQ(){let J=($)=>this.#J?.querySelector(`.${$}`),Q=($)=>parseFloat(J($)?.value??0),Z=($)=>{if(!$)return null;let X=this.#eJ();return{...$,a:X??$.a??this.#Z.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.#MQ({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.#lJ({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.#yQ({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.#_Q($.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}`))}}}#JJ(){if(!this.#J)return;let J=this.#p(this.#Z),Q=this.#uJ(this.#Z),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.#kQ(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.#Z.h)),$("fig-fill-picker-ci-s",Math.round(this.#Z.s)),$("fig-fill-picker-ci-v",Math.round(this.#Z.v));break;case"lab":{let X=this.#iJ(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.#NQ(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.#RQ(this.#Z));break;default:$("fig-fill-picker-ci-hex",J.replace(/^#/,"").toUpperCase());break}if(this.#G!=="css"){let X=Math.round(this.#Z.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()}#QQ(){let J=this.#J.querySelector('[data-tab="gradient"]'),Q=G("fig-select",{className:"fig-fill-picker-gradient-type",label:"Gradient type",value:this.#$.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.#$)})}),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.#S(),this.#ZQ(J)}#FQ(){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.#j;return[...Z.filter(($)=>!$.advanced).map(J),Q,...Z.filter(($)=>$.advanced).map(J)]}#ZQ(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.#$)};J.querySelector(".fig-fill-picker-gradient-type")?.addEventListener("change",(V)=>{let q=Q(V);if(!q)return;this.#$.type=q,this.#S(),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.#$)))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.#$,...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.#N(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.#$=N({...this.#$,...M}),this.#S(),this.#O()}),_?.querySelectorAll("fig-segment").forEach((V)=>{let q=()=>{$(N({...this.#$,...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.#$=N({...this.#$,...M}),this.#S(),this.#O()}),J.querySelector(".fig-fill-picker-gradient-rotate")?.addEventListener("click",()=>{this.#$.angle=(Number(this.#$.angle)+90)%360,this.#S(),this.#O()}),J.querySelector(".fig-fill-picker-gradient-flip").addEventListener("click",()=>{this.#$.stops.forEach((V)=>{V.position=100-V.position}),this.#$.stops.sort((V,q)=>V.position-q.position),this.#S(),this.#O()}),J.querySelector(".fig-fill-picker-gradient-add").addEventListener("click",()=>{this.#$.stops.push({position:50,color:"#888888",opacity:100}),this.#$.stops.sort((q,M)=>q.position-M.position),this.#S(),this.#O()}),Z){let V=(q)=>{if(q.stopPropagation(),this.#_)return;let M=q.detail;if(!M?.gradient)return;this.#$=S({...this.#$,...M.gradient}),this.#L(),this.#OJ(),this.#mJ()};Z.addEventListener("input",(q)=>{V(q),this.#O()}),Z.addEventListener("change",(q)=>{V(q),this.#I()})}J.querySelector(".fig-fill-picker-gradient-stops-list > fig-reorder")?.addEventListener("reorder",(V)=>{this.#jQ(V)})}#PJ(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}${$}`}#$Q(J){if(!(J instanceof HTMLElement))return"#888888";if(J.hexOpaque)return this.#SJ(J.hexOpaque);let Q=J.value;if(typeof Q==="string"&&Q.startsWith("#"))return this.#SJ(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.#SJ(X.length>7?X.slice(0,7):X);return"#888888"}#SJ(J){let Q=String(J||"#888888").replace(/^#/,"").slice(0,6);if(!/^[0-9A-Fa-f]{6}$/.test(Q))return"#888888";return`#${Q.toUpperCase()}`}#XQ(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.#$Q(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.#$.stops[j])Y=this.#$.stops[j].opacity??100}return{position:$,color:X,opacity:Y}}#IJ(J){let Q=parseInt(J.dataset.index,10);if(isNaN(Q)||Q<0||Q>=this.#$.stops.length)return;let Z={...this.#$.stops[Q],...this.#XQ(J)};this.#$.stops[Q]=Z,this.#YQ(J,Z)}#YQ(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.#PJ(Q))}#jQ(J){let{oldIndex:Q,newIndex:Z}=J.detail??{};if(Q==null||Z==null||Q===Z||Q<0||Z<0||Q>=this.#$.stops.length||Z>=this.#$.stops.length)return;let X=J.currentTarget.querySelectorAll(".fig-fill-picker-gradient-stop-row");X.forEach((j)=>this.#IJ(j));let[Y]=this.#$.stops.splice(Q,1);this.#$.stops.splice(Z,0,Y),X.forEach((j,K)=>{j.dataset.index=String(K)}),this.#_=!0;try{this.#OJ(),this.#GJ(),this.#O()}finally{this.#_=!1}}#S(){if(!this.#J)return;let J=this.#J.querySelector('[data-tab="gradient"]');if(!J)return;this.#$=S(this.#$);let Q=g(this.#$),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.#OJ(),this.#GJ(),this.#mJ()}#KQ(){let J=Array.isArray(this.#$.stops)?[...this.#$.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}))}#OJ(){if(!this.#J)return;let J=this.#KQ();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}})}#GJ(){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.#$)})),this.#_=!1;this.#L()}#mJ(){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.#$.stops.length){this.#$.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.#PJ($));let z=Y.querySelector(".fig-fill-picker-stop-remove");if(z)if(this.#$.stops.length<=2)z.setAttribute("disabled","");else z.removeAttribute("disabled")});return}this.#WQ(J)}#WQ(J){let Q=J.querySelector("fig-reorder");if(!Q)return;let Z=this.#$.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.#PJ($)}),G("fig-button",{icon:!0,variant:"ghost",className:"fig-fill-picker-stop-remove",disabled:this.#$.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.#IJ($),this.#OJ(),this.#GJ(),this.#O()});let X=$.querySelector(".fig-fill-picker-stop-color"),Y=X.querySelector("fig-fill-picker");if(Y)Y.anchorElement=this.#J;else this.#N(()=>{let K=X.querySelector("fig-fill-picker");if(K)K.anchorElement=this.#J});let j=()=>{this.#IJ($),this.#_=!0;try{this.#OJ(),this.#GJ(),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.#$.stops.length>2)this.#$.stops.splice(K,1),this.#S(),this.#O()})})}#xJ(J,Q=!0){let Z=N({...this.#$,interpolationSpace:J??this.#$.interpolationSpace}),$=this.#R==="display-p3",X=Z.stops.map((K)=>{let z=(K.opacity??100)/100;return`${$?this.#TQ(K.color,z):this.#HQ(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#cJ=new Map;#pJ(J){let Q=y.#cJ.get(J);if(Q!==void 0)return Q;let Z=document.createElement("div");Z.style.background=J;let $=!!Z.style.background;return y.#cJ.set(J,$),$}#dJ(){let J=this.#xJ(void 0,!0);if(this.#pJ(J))return J;let Q=this.#xJ("oklab",!0);if(this.#pJ(Q))return Q;return this.#xJ("oklab",!1)}#zQ(){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.#UQ(J)}#UQ(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.#o($),this.#L(),this.#O()}),Z.addEventListener("input",(X)=>{this.#U.scale=parseFloat(X.target.value)||100,this.#o($),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.#o($),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.#o($),this.#L(),this.#O()}),this.#o($)}#o(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}}#QJ(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}}#OQ(){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.#VQ(J),this.#_J({emit:!1})}#ZJ(){if(this.#Q.poster?.startsWith("blob:"))URL.revokeObjectURL(this.#Q.poster),this.#b.delete(this.#Q.poster);this.#Q.poster=null,this.#m=null}#RJ(){if(!this.#Q.poster)return;if(this.#m&&this.#m===this.#Q.url)return;this.#ZJ()}#wJ(){let J=this.#J?.querySelector(".fig-fill-picker-video-preview");if(J)this.#QJ(J)}#_J({emit:J=!1}={}){if(this.#Q.url){if(this.#Q.missing=!1,this.#RJ(),!this.#Q.poster)this.#TJ(this.#Q.url);else this.#wJ();return}let Q=this.getAttribute("default-video");if(!Q){this.#Q.missing=!0;return}if(this.#Q.url=Q,this.#Q.missing=!1,this.#wJ(),this.#TJ(Q),J)this.#O()}#sJ(){if(this.#z!=="video")return;let J=this.#Q.url;if(!J)return;if(this.#RJ(),this.#Q.poster)return;this.#TJ(J)}async#GQ(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#LQ(J){let Q=await this.#GQ(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#TJ(J,{emit:Q=!1}={}){if(!J||this.#l===J)return;this.#l=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.#LQ(Z);if(!$||this.#Q.url!==J)return;if(this.#ZJ(),this.#Q.poster=URL.createObjectURL($),this.#m=J,this.#b.add(this.#Q.poster),this.#L(),this.#wJ(),Q)this.#O()}catch{}finally{if(Z.removeAttribute("src"),Z.load(),this.#l===J)this.#l=null}}#VQ(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.#QJ(Z),this.#L(),this.#O()}),Z.addEventListener("loaded",($)=>{let X=$.detail?.src||Z.src;if(!X)return;let Y=X!==this.#Q.url;if(Y)this.#ZJ();if(this.#Q.url=X,this.#Q.missing=!1,this.#QJ(Z),this.#TJ(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.#ZJ(),this.#_J(),this.#QJ(Z),this.#L(),this.#O()}),this.#QJ(Z)}#fQ(){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.#qQ(J)}#qQ(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.#X.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.#yJ(Q)};Q.addEventListener("loadedmetadata",K),Q.addEventListener("canplay",K),Q.addEventListener("playing",K);let z=(W)=>{this.#X.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.#u)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.#X.deviceId||null,f=this.#X.stream,H=f?.getTracks?.().filter((_)=>_.readyState!=="ended")??[];if(f&&H.length){let _=f.getVideoTracks?.()?.[0]?.getSettings?.()?.deviceId||this.#X.deviceId||null;if(!O||O===_){z(f),this.#jJ(),U(null,O||_);return}}this.#UJ({emit:Boolean(f)});let R=this.#u;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.#u||!this.isConnected||this.#q!=="webcam"){k.getTracks().forEach((q)=>q.stop());return}let V=k.getVideoTracks?.()?.[0];this.#X.deviceId=O||V?.getSettings?.()?.deviceId||null,this.#X.live=this.#e()==="live",z(k),this.#jJ(),await U(R,O)}catch(_){if(R!==this.#u)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.#X.deviceId)return;L(O)}),$.addEventListener("click",async()=>{if(!this.#X.stream)return;let W=await this.#P(Q);if(!W)return;this.#U.url=W,this.#X.live=!1;let O=this.#J.querySelector(".fig-fill-picker-image-preview");if(O)this.#o(O);if(Array.from(this.#J.querySelectorAll(".fig-fill-picker-tab")).some((H)=>H.dataset.tab==="image"))this.#BJ("image");else this.#L(),this.#O();this.#I()})}#uJ(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}}#p(J){if(!J||typeof J.h!=="number"||typeof J.s!=="number"||typeof J.v!=="number")return"#D9D9D9";let Q=this.#uJ(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:$})}#HQ(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})`}#BQ(J){let Q=Math.max(0,Math.min(1,Number(J)||0)),Z=Math.round(Q*1000)/1000;return String(Z)}#RQ(J=this.#Z){let Q=this.#uJ(J);return`rgba(${Q.r}, ${Q.g}, ${Q.b}, ${this.#BQ(J.a)})`}#_Q(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}#TQ(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})`}#kQ(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}}#MQ(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)}}#iJ(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}}#NQ(J){let Q=this.#iJ(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}}#lJ(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)}}#yQ(J){let Q=J.h*Math.PI/180;return this.#lJ({l:J.l,a:J.c*Math.cos(Q),b:J.c*Math.sin(Q)})}#O(){if(this.#g())return;this.#L(),this.dispatchEvent(new CustomEvent("input",{bubbles:!0,detail:this.value}))}#I(){if(this.#g())return;this.#A=JSON.stringify(this.value),this.dispatchEvent(new CustomEvent("change",{bubbles:!0,detail:this.value}))}get value(){let J={type:this.#z,colorSpace:this.#R};switch(this.#z){case"solid":return{...J,color:this.#p(this.#Z),alpha:this.#Z.a,hsv:{...this.#Z}};case"gradient":return{...J,gradient:P(this.#$),css:this.#dJ()};case"image":return{...J,image:{...this.#U}};case"video":return{...J,video:this.#c()};case"webcam":return{...J,webcam:this.#kJ()};default:return{...J,...this.#w[this.#z]}}}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.#WJ(),this.#L(),this.#sJ(),this.#J?.open&&!this.#F)this.#oJ(),this.#A=JSON.stringify(this.value);break;case"disabled":if(this.#D(),this.#g()&&this.#J?.open)this.close();break;case"alpha":case"mode":{if(!this.#J)break;let $=this.#J.open;if(this.#bJ(),$&&this.isConnected)this.#HJ();break}case"webcam-mode":if(this.#z==="webcam")this.#L();break;case"default-video":if(this.#z==="video")this.#_J({emit:!1}),this.#L();break;case"aria-label":if(this.#J)this.#J.setAttribute("aria-label",this.#r());case"aria-labelledby":case"aria-describedby":this.#D();break}}}A("fig-fill-picker",y);class B extends HTMLElement{static#j=new Set(["oklch","hsl"]);static#Y=10;static#K=10;static#W=8;static#J=3;static#T=210;static#q={type:"linear",angle:135,interpolationSpace:"srgb",hueInterpolation:"shorter",stops:[{color:"#FF0000",position:0,opacity:100},{color:"#4F9EFF",position:100,opacity:100}]};#z=!1;#R=null;#Z=null;#G={...B.#q};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.#$(),this.#U(),this.#F(),this.#_()}attributeChangedCallback(J,Q,Z){if(Q===Z)return;if(J!=="value")return;if(this.#U(),this.#z)this.#_()}#$(){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.#q,stops:B.#q.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.#q,...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.#q.stops.map((Y)=>({...Y}));if(X.length<2)return{...B.#q,stops:B.#q.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}}#X(){return B.#j.has(this.#G.interpolationSpace||"srgb")}#x(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.#B(),Q=this.#x(J[0]?.color||"#FF0000"),Z=this.#x(J[J.length-1]?.color||"#4F9EFF"),$=B.#T-Q,Y=((B.#T-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.#W)*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}}#M(J){let Q=J*Math.PI/180;return{x:B.#Y+B.#W*Math.cos(Q),y:B.#K+B.#W*Math.sin(Q)}}#V(J,Q){let Z=J+Q,$=this.#M(J),X=this.#M(Z),Y=Math.abs(Q)>180?1:0,j=Q>=0?1:0;return`M ${$.x} ${$.y} A ${B.#W} ${B.#W} 0 ${Y} ${j} ${X.x} ${X.y}`}#w(){let J=this.#M(180),Q=this.#M(0);return`M ${J.x} ${J.y} L ${Q.x} ${Q.y}`}#H(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)}")`}#B(){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.#j.has(J))return` in ${J} ${this.#G.hueInterpolation||"shorter"} hue`;return` in ${J}`}#f(){let J=this.#B(),Q=this.#k();if(this.#X()){let $=(B.#T+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})`}#F(){if(this.#z)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.#R=Q,this.#Z=Z,this.#z=!0}#_(){if(!this.#Z)return;let J=this.#X();if(this.#R)this.#R.style.display=J?"":"none";let Q=J?(()=>{let{startDeg:$,sweepDeg:X}=this.#C();return this.#V($,X)})():this.#w(),Z=this.#H(Q);this.#Z.style.setProperty("-webkit-mask-image",Z),this.#Z.style.maskImage=Z,this.#Z.style.background=this.#f()}}A("fig-interpolation-swatch",B);