@fluid-topics/ft-filter 1.1.84 → 1.1.85

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.
@@ -1,13 +1,13 @@
1
- "use strict";(()=>{var Ll=Object.defineProperty;var G=(e,t)=>{for(var o in t)Ll(e,o,{get:t[o],enumerable:!0})};if(!ShadowRoot.prototype.createElement){let e=window.HTMLElement,t=window.customElements.define,o=window.customElements.get,n=window.customElements,i=new WeakMap,a=new WeakMap,s=new WeakMap,l=new WeakMap;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(v,x){if(v=v.toLowerCase(),this._getDefinition(v)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${v}" has already been used with this registry`);if(this._definitionsByClass.get(x)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let O=x.prototype.attributeChangedCallback,T=new Set(x.observedAttributes||[]);m(x,T,O);let F={elementClass:x,connectedCallback:x.prototype.connectedCallback,disconnectedCallback:x.prototype.disconnectedCallback,adoptedCallback:x.prototype.adoptedCallback,attributeChangedCallback:O,formAssociated:x.formAssociated,formAssociatedCallback:x.prototype.formAssociatedCallback,formDisabledCallback:x.prototype.formDisabledCallback,formResetCallback:x.prototype.formResetCallback,formStateRestoreCallback:x.prototype.formStateRestoreCallback,observedAttributes:T};this._definitionsByTag.set(v,F),this._definitionsByClass.set(x,F);let ct=o.call(n,v);ct||(ct=u(v),t.call(n,v,ct)),this===window.customElements&&(s.set(x,F),F.standInClass=ct);let j=this._awaitingUpgrade.get(v);if(j){this._awaitingUpgrade.delete(v);for(let I of j)a.delete(I),g(I,F,!0)}let P=this._whenDefinedPromises.get(v);return P!==void 0&&(P.resolve(x),this._whenDefinedPromises.delete(v)),x}upgrade(){E.push(this),n.upgrade.apply(n,arguments),E.pop()}get(v){return this._definitionsByTag.get(v)?.elementClass}_getDefinition(v){return this._definitionsByTag.get(v)}whenDefined(v){let x=this._getDefinition(v);if(x!==void 0)return Promise.resolve(x.elementClass);let O=this._whenDefinedPromises.get(v);return O===void 0&&(O={},O.promise=new Promise(T=>O.resolve=T),this._whenDefinedPromises.set(v,O)),O.promise}_upgradeWhenDefined(v,x,O){let T=this._awaitingUpgrade.get(x);T||this._awaitingUpgrade.set(x,T=new Set),O?T.add(v):T.delete(v)}};let c;window.HTMLElement=function(){let x=c;if(x)return c=void 0,x;let O=s.get(this.constructor);if(!O)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return x=Reflect.construct(e,[],O.standInClass),Object.setPrototypeOf(x,this.constructor.prototype),i.set(x,O),x},window.HTMLElement.prototype=e.prototype;let p=v=>v===document||v instanceof ShadowRoot,h=v=>{let x=v.getRootNode();if(!p(x)){let O=E[E.length-1];if(O instanceof CustomElementRegistry)return O;x=O.getRootNode(),p(x)||(x=l.get(x)?.getRootNode()||document)}return x.customElements},u=v=>class{static get formAssociated(){return!0}constructor(){let O=Reflect.construct(e,[],this.constructor);Object.setPrototypeOf(O,HTMLElement.prototype);let T=h(O)||window.customElements,F=T._getDefinition(v);return F?g(O,F):a.set(O,T),O}connectedCallback(){let O=i.get(this);O?O.connectedCallback&&O.connectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,v,!0)}disconnectedCallback(){let O=i.get(this);O?O.disconnectedCallback&&O.disconnectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,v,!1)}adoptedCallback(){i.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let O=i.get(this);O&&O.formAssociated&&O?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let O=i.get(this);O?.formAssociated&&O?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let O=i.get(this);O?.formAssociated&&O?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let O=i.get(this);O?.formAssociated&&O?.formStateRestoreCallback?.apply(this,arguments)}},m=(v,x,O)=>{if(x.size===0||O===void 0)return;let T=v.prototype.setAttribute;T&&(v.prototype.setAttribute=function(j,P){let I=j.toLowerCase();if(x.has(I)){let B=this.getAttribute(I);T.call(this,I,P),O.call(this,I,B,P)}else T.call(this,I,P)});let F=v.prototype.removeAttribute;F&&(v.prototype.removeAttribute=function(j){let P=j.toLowerCase();if(x.has(P)){let I=this.getAttribute(P);F.call(this,P),O.call(this,P,I,null)}else F.call(this,P)});let ct=v.prototype.toggleAttribute;ct&&(v.prototype.toggleAttribute=function(j,P){let I=j.toLowerCase();if(x.has(I)){let B=this.getAttribute(I);ct.call(this,I,P);let it=this.getAttribute(I);O.call(this,I,B,it)}else ct.call(this,I,P)})},y=v=>{let x=Object.getPrototypeOf(v);if(x!==window.HTMLElement)return x===e?Object.setPrototypeOf(v,window.HTMLElement):y(x)},g=(v,x,O=!1)=>{Object.setPrototypeOf(v,x.elementClass.prototype),i.set(v,x),c=v;try{new x.elementClass}catch{y(x.elementClass),new x.elementClass}x.attributeChangedCallback&&x.observedAttributes.forEach(T=>{v.hasAttribute(T)&&x.attributeChangedCallback.call(v,T,null,v.getAttribute(T))}),O&&x.connectedCallback&&v.isConnected&&x.connectedCallback.call(v)},S=Element.prototype.attachShadow;Element.prototype.attachShadow=function(v){let x=S.apply(this,arguments);return v.customElements&&(x.customElements=v.customElements),x};let E=[document],N=(v,x,O=void 0)=>{let T=(O?Object.getPrototypeOf(O):v.prototype)[x];v.prototype[x]=function(){E.push(this);let F=T.apply(O||this,arguments);return F!==void 0&&l.set(F,this),E.pop(),F}};N(ShadowRoot,"createElement",document),N(ShadowRoot,"importNode",document),N(Element,"insertAdjacentHTML");let A=(v,x)=>{let O=Object.getOwnPropertyDescriptor(v.prototype,x);Object.defineProperty(v.prototype,x,{...O,set(T){E.push(this),O.set.call(this,T),E.pop()}})};if(A(Element,"innerHTML"),A(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let v=new WeakMap,x=HTMLElement.prototype.attachInternals,O=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...j){let P=x.call(this,...j);return v.set(P,this),P},O.forEach(j=>{let P=window.ElementInternals.prototype,I=P[j];P[j]=function(...B){let it=v.get(this);if(i.get(it).formAssociated===!0)return I?.call(this,...B);throw new DOMException(`Failed to execute ${I} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class T extends Array{constructor(P){super(...P),this._elements=P}get value(){return this._elements.find(P=>P.checked===!0)?.value||""}}class F{constructor(P){let I=new Map;P.forEach((B,it)=>{let Pr=B.getAttribute("name"),qi=I.get(Pr)||[];this[+it]=B,qi.push(B),I.set(Pr,qi)}),this.length=P.length,I.forEach((B,it)=>{B&&(B.length===1?this[it]=B[0]:this[it]=new T(B))})}namedItem(P){return this[P]}}let ct=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let j=ct.get.call(this,[]),P=[];for(let I of j){let B=i.get(I);(!B||B.formAssociated===!0)&&P.push(I)}return new F(P)}})}}try{window.customElements.define("custom-element",null)}catch{let t=window.customElements.define;window.customElements.define=(o,n,i)=>{if(n!==null)try{t.bind(window.customElements)(o,n,i)}catch(a){console.info(o,n,i,a)}}}var jr={};G(jr,{CSSResult:()=>ke,LitElement:()=>zt,ReactiveElement:()=>_t,_$LE:()=>oc,_$LH:()=>Ql,adoptStyles:()=>Jo,css:()=>_,defaultConverter:()=>Qo,getCompatibleStyle:()=>ho,html:()=>k,isServer:()=>wp,noChange:()=>qt,notEqual:()=>Br,nothing:()=>V,render:()=>Fr,supportsAdoptingStyleSheets:()=>uo,svg:()=>Jl,unsafeCSS:()=>me});var Bo=globalThis,zo=Bo.ShadowRoot&&(Bo.ShadyCSS===void 0||Bo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Xi=Symbol(),Yi=new WeakMap,Wo=class{constructor(t,o,n){if(this._$cssResult$=!0,n!==Xi)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o,o=this.t;if(zo&&t===void 0){let n=o!==void 0&&o.length===1;n&&(t=Yi.get(o)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),n&&Yi.set(o,t))}return t}toString(){return this.cssText}},Ji=e=>new Wo(typeof e=="string"?e:e+"",void 0,Xi);var Lr=(e,t)=>{if(zo)e.adoptedStyleSheets=t.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet);else for(let o of t){let n=document.createElement("style"),i=Bo.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=o.cssText,e.appendChild(n)}},Uo=zo?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let o="";for(let n of t.cssRules)o+=n.cssText;return Ji(o)})(e):e;var{is:kl,defineProperty:Tl,getOwnPropertyDescriptor:Il,getOwnPropertyNames:Dl,getOwnPropertySymbols:Ml,getPrototypeOf:Bl}=Object,Ho=globalThis,Qi=Ho.trustedTypes,Wl=Qi?Qi.emptyScript:"",zl=Ho.reactiveElementPolyfillSupport,ao=(e,t)=>e,so={toAttribute(e,t){switch(t){case Boolean:e=e?Wl:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let o=e;switch(t){case Boolean:o=e!==null;break;case Number:o=e===null?null:Number(e);break;case Object:case Array:try{o=JSON.parse(e)}catch{o=null}}return o}},Fo=(e,t)=>!kl(e,t),ta={attribute:!0,type:String,converter:so,reflect:!1,hasChanged:Fo};Symbol.metadata??=Symbol("metadata"),Ho.litPropertyMetadata??=new WeakMap;var ce=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=ta){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){let n=Symbol(),i=this.getPropertyDescriptor(t,n,o);i!==void 0&&Tl(this.prototype,t,i)}}static getPropertyDescriptor(t,o,n){let{get:i,set:a}=Il(this.prototype,t)??{get(){return this[o]},set(s){this[o]=s}};return{get(){return i?.call(this)},set(s){let l=i?.call(this);a.call(this,s),this.requestUpdate(t,l,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??ta}static _$Ei(){if(this.hasOwnProperty(ao("elementProperties")))return;let t=Bl(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(ao("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(ao("properties"))){let o=this.properties,n=[...Dl(o),...Ml(o)];for(let i of n)this.createProperty(i,o[i])}let t=this[Symbol.metadata];if(t!==null){let o=litPropertyMetadata.get(t);if(o!==void 0)for(let[n,i]of o)this.elementProperties.set(n,i)}this._$Eh=new Map;for(let[o,n]of this.elementProperties){let i=this._$Eu(o,n);i!==void 0&&this._$Eh.set(i,o)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){let o=[];if(Array.isArray(t)){let n=new Set(t.flat(1/0).reverse());for(let i of n)o.unshift(Uo(i))}else t!==void 0&&o.push(Uo(t));return o}static _$Eu(t,o){let n=o.attribute;return n===!1?void 0:typeof n=="string"?n:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach(t=>t(this))}addController(t){(this._$E_??=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){let t=new Map,o=this.constructor.elementProperties;for(let n of o.keys())this.hasOwnProperty(n)&&(t.set(n,this[n]),delete this[n]);t.size>0&&(this._$Ep=t)}createRenderRoot(){let t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Lr(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach(t=>t.hostConnected?.())}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach(t=>t.hostDisconnected?.())}attributeChangedCallback(t,o,n){this._$AK(t,n)}_$EO(t,o){let n=this.constructor.elementProperties.get(t),i=this.constructor._$Eu(t,n);if(i!==void 0&&n.reflect===!0){let a=(n.converter?.toAttribute!==void 0?n.converter:so).toAttribute(o,n.type);this._$Em=t,a==null?this.removeAttribute(i):this.setAttribute(i,a),this._$Em=null}}_$AK(t,o){let n=this.constructor,i=n._$Eh.get(t);if(i!==void 0&&this._$Em!==i){let a=n.getPropertyOptions(i),s=typeof a.converter=="function"?{fromAttribute:a.converter}:a.converter?.fromAttribute!==void 0?a.converter:so;this._$Em=i,this[i]=s.fromAttribute(o,a.type),this._$Em=null}}requestUpdate(t,o,n,i=!1,a){if(t!==void 0){if(n??=this.constructor.getPropertyOptions(t),!(n.hasChanged??Fo)(i?a:this[t],o))return;this.C(t,o,n)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(t,o,n){this._$AL.has(t)||this._$AL.set(t,o),n.reflect===!0&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(o){Promise.reject(o)}let t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[i,a]of this._$Ep)this[i]=a;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[i,a]of n)a.wrapped!==!0||this._$AL.has(i)||this[i]===void 0||this.C(i,this[i],a)}let t=!1,o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach(n=>n.hostUpdate?.()),this.update(o)):this._$ET()}catch(n){throw t=!1,this._$ET(),n}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach(o=>o.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach(o=>this._$EO(o,this[o])),this._$ET()}updated(t){}firstUpdated(t){}};ce.elementStyles=[],ce.shadowRootOptions={mode:"open"},ce[ao("elementProperties")]=new Map,ce[ao("finalized")]=new Map,zl?.({ReactiveElement:ce}),(Ho.reactiveElementVersions??=[]).push("2.0.2");var Tr=globalThis,jo=Tr.trustedTypes,ea=jo?jo.createPolicy("lit-html",{createHTML:e=>e}):void 0,Ir="$lit$",Bt=`lit$${(Math.random()+"").slice(9)}$`,Dr="?"+Bt,Ul=`<${Dr}>`,fe=document,Vo=()=>fe.createComment(""),co=e=>e===null||typeof e!="object"&&typeof e!="function",sa=Array.isArray,la=e=>sa(e)||typeof e?.[Symbol.iterator]=="function",kr=`[
2
- \f\r]`,lo=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,oa=/-->/g,ra=/>/g,de=RegExp(`>|${kr}(?:([^\\s"'>=/]+)(${kr}*=${kr}*(?:[^
3
- \f\r"'\`<>=]|("|')|))|$)`,"g"),na=/'/g,ia=/"/g,ca=/^(?:script|style|textarea|title)$/i,da=e=>(t,...o)=>({_$litType$:e,strings:t,values:o}),pa=da(1),fa=da(2),gt=Symbol.for("lit-noChange"),J=Symbol.for("lit-nothing"),aa=new WeakMap,pe=fe.createTreeWalker(fe,129);function ua(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return ea!==void 0?ea.createHTML(t):t}var ha=(e,t)=>{let o=e.length-1,n=[],i,a=t===2?"<svg>":"",s=lo;for(let l=0;l<o;l++){let c=e[l],p,h,u=-1,m=0;for(;m<c.length&&(s.lastIndex=m,h=s.exec(c),h!==null);)m=s.lastIndex,s===lo?h[1]==="!--"?s=oa:h[1]!==void 0?s=ra:h[2]!==void 0?(ca.test(h[2])&&(i=RegExp("</"+h[2],"g")),s=de):h[3]!==void 0&&(s=de):s===de?h[0]===">"?(s=i??lo,u=-1):h[1]===void 0?u=-2:(u=s.lastIndex-h[2].length,p=h[1],s=h[3]===void 0?de:h[3]==='"'?ia:na):s===ia||s===na?s=de:s===oa||s===ra?s=lo:(s=de,i=void 0);let y=s===de&&e[l+1].startsWith("/>")?" ":"";a+=s===lo?c+Ul:u>=0?(n.push(p),c.slice(0,u)+Ir+c.slice(u)+Bt+y):c+Bt+(u===-2?l:y)}return[ua(e,a+(e[o]||"<?>")+(t===2?"</svg>":"")),n]},po=class e{constructor({strings:t,_$litType$:o},n){let i;this.parts=[];let a=0,s=0,l=t.length-1,c=this.parts,[p,h]=ha(t,o);if(this.el=e.createElement(p,n),pe.currentNode=this.el.content,o===2){let u=this.el.content.firstChild;u.replaceWith(...u.childNodes)}for(;(i=pe.nextNode())!==null&&c.length<l;){if(i.nodeType===1){if(i.hasAttributes())for(let u of i.getAttributeNames())if(u.endsWith(Ir)){let m=h[s++],y=i.getAttribute(u).split(Bt),g=/([.?@])?(.*)/.exec(m);c.push({type:1,index:a,name:g[2],strings:y,ctor:g[1]==="."?Go:g[1]==="?"?Zo:g[1]==="@"?qo:he}),i.removeAttribute(u)}else u.startsWith(Bt)&&(c.push({type:6,index:a}),i.removeAttribute(u));if(ca.test(i.tagName)){let u=i.textContent.split(Bt),m=u.length-1;if(m>0){i.textContent=jo?jo.emptyScript:"";for(let y=0;y<m;y++)i.append(u[y],Vo()),pe.nextNode(),c.push({type:2,index:++a});i.append(u[m],Vo())}}}else if(i.nodeType===8)if(i.data===Dr)c.push({type:2,index:a});else{let u=-1;for(;(u=i.data.indexOf(Bt,u+1))!==-1;)c.push({type:7,index:a}),u+=Bt.length-1}a++}}static createElement(t,o){let n=fe.createElement("template");return n.innerHTML=t,n}};function ue(e,t,o=e,n){if(t===gt)return t;let i=n!==void 0?o._$Co?.[n]:o._$Cl,a=co(t)?void 0:t._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(e),i._$AT(e,o,n)),n!==void 0?(o._$Co??=[])[n]=i:o._$Cl=i),i!==void 0&&(t=ue(e,i._$AS(e,t.values),i,n)),t}var Ko=class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:o},parts:n}=this._$AD,i=(t?.creationScope??fe).importNode(o,!0);pe.currentNode=i;let a=pe.nextNode(),s=0,l=0,c=n[0];for(;c!==void 0;){if(s===c.index){let p;c.type===2?p=new fo(a,a.nextSibling,this,t):c.type===1?p=new c.ctor(a,c.name,c.strings,this,t):c.type===6&&(p=new Yo(a,this,t)),this._$AV.push(p),c=n[++l]}s!==c?.index&&(a=pe.nextNode(),s++)}return pe.currentNode=fe,i}p(t){let o=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,o),o+=n.strings.length-2):n._$AI(t[o])),o++}},fo=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,n,i){this.type=2,this._$AH=J,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,o=this._$AM;return o!==void 0&&t?.nodeType===11&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=ue(this,t,o),co(t)?t===J||t==null||t===""?(this._$AH!==J&&this._$AR(),this._$AH=J):t!==this._$AH&&t!==gt&&this._(t):t._$litType$!==void 0?this.g(t):t.nodeType!==void 0?this.$(t):la(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==J&&co(this._$AH)?this._$AA.nextSibling.data=t:this.$(fe.createTextNode(t)),this._$AH=t}g(t){let{values:o,_$litType$:n}=t,i=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=po.createElement(ua(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(o);else{let a=new Ko(i,this),s=a.u(this.options);a.p(o),this.$(s),this._$AH=a}}_$AC(t){let o=aa.get(t.strings);return o===void 0&&aa.set(t.strings,o=new po(t)),o}T(t){sa(this._$AH)||(this._$AH=[],this._$AR());let o=this._$AH,n,i=0;for(let a of t)i===o.length?o.push(n=new e(this.k(Vo()),this.k(Vo()),this,this.options)):n=o[i],n._$AI(a),i++;i<o.length&&(this._$AR(n&&n._$AB.nextSibling,i),o.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){let n=t.nextSibling;t.remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},he=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,n,i,a){this.type=1,this._$AH=J,this._$AN=void 0,this.element=t,this.name=o,this._$AM=i,this.options=a,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=J}_$AI(t,o=this,n,i){let a=this.strings,s=!1;if(a===void 0)t=ue(this,t,o,0),s=!co(t)||t!==this._$AH&&t!==gt,s&&(this._$AH=t);else{let l=t,c,p;for(t=a[0],c=0;c<a.length-1;c++)p=ue(this,l[n+c],o,c),p===gt&&(p=this._$AH[c]),s||=!co(p)||p!==this._$AH[c],p===J?t=J:t!==J&&(t+=(p??"")+a[c+1]),this._$AH[c]=p}s&&!i&&this.O(t)}O(t){t===J?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},Go=class extends he{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===J?void 0:t}},Zo=class extends he{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==J)}},qo=class extends he{constructor(t,o,n,i,a){super(t,o,n,i,a),this.type=5}_$AI(t,o=this){if((t=ue(this,t,o,0)??J)===gt)return;let n=this._$AH,i=t===J&&n!==J||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,a=t!==J&&(n===J||i);i&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},Yo=class{constructor(t,o,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){ue(this,t)}},ma={j:Ir,P:Bt,A:Dr,C:1,M:ha,L:Ko,R:la,V:ue,D:fo,I:he,H:Zo,N:qo,U:Go,B:Yo},Hl=Tr.litHtmlPolyfillSupport;Hl?.(po,fo),(Tr.litHtmlVersions??=[]).push("3.1.0");var Xo=globalThis,uo=Xo.ShadowRoot&&(Xo.ShadyCSS===void 0||Xo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Mr=Symbol(),ya=new WeakMap,ke=class{constructor(t,o,n){if(this._$cssResult$=!0,n!==Mr)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o,o=this.t;if(uo&&t===void 0){let n=o!==void 0&&o.length===1;n&&(t=ya.get(o)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),n&&ya.set(o,t))}return t}toString(){return this.cssText}},me=e=>new ke(typeof e=="string"?e:e+"",void 0,Mr),_=(e,...t)=>{let o=e.length===1?e[0]:t.reduce((n,i,a)=>n+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;throw Error("Value passed to 'css' function must be a 'css' function result: "+s+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+e[a+1],e[0]);return new ke(o,e,Mr)},Jo=(e,t)=>{if(uo)e.adoptedStyleSheets=t.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet);else for(let o of t){let n=document.createElement("style"),i=Xo.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=o.cssText,e.appendChild(n)}},ho=uo?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let o="";for(let n of t.cssRules)o+=n.cssText;return me(o)})(e):e;var{is:Fl,defineProperty:jl,getOwnPropertyDescriptor:Vl,getOwnPropertyNames:Kl,getOwnPropertySymbols:Gl,getPrototypeOf:Zl}=Object,tr=globalThis,ga=tr.trustedTypes,ql=ga?ga.emptyScript:"",Yl=tr.reactiveElementPolyfillSupport,mo=(e,t)=>e,Qo={toAttribute(e,t){switch(t){case Boolean:e=e?ql:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let o=e;switch(t){case Boolean:o=e!==null;break;case Number:o=e===null?null:Number(e);break;case Object:case Array:try{o=JSON.parse(e)}catch{o=null}}return o}},Br=(e,t)=>!Fl(e,t),ba={attribute:!0,type:String,converter:Qo,reflect:!1,hasChanged:Br};Symbol.metadata??=Symbol("metadata"),tr.litPropertyMetadata??=new WeakMap;var _t=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=ba){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){let n=Symbol(),i=this.getPropertyDescriptor(t,n,o);i!==void 0&&jl(this.prototype,t,i)}}static getPropertyDescriptor(t,o,n){let{get:i,set:a}=Vl(this.prototype,t)??{get(){return this[o]},set(s){this[o]=s}};return{get(){return i?.call(this)},set(s){let l=i?.call(this);a.call(this,s),this.requestUpdate(t,l,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??ba}static _$Ei(){if(this.hasOwnProperty(mo("elementProperties")))return;let t=Zl(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(mo("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(mo("properties"))){let o=this.properties,n=[...Kl(o),...Gl(o)];for(let i of n)this.createProperty(i,o[i])}let t=this[Symbol.metadata];if(t!==null){let o=litPropertyMetadata.get(t);if(o!==void 0)for(let[n,i]of o)this.elementProperties.set(n,i)}this._$Eh=new Map;for(let[o,n]of this.elementProperties){let i=this._$Eu(o,n);i!==void 0&&this._$Eh.set(i,o)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){let o=[];if(Array.isArray(t)){let n=new Set(t.flat(1/0).reverse());for(let i of n)o.unshift(ho(i))}else t!==void 0&&o.push(ho(t));return o}static _$Eu(t,o){let n=o.attribute;return n===!1?void 0:typeof n=="string"?n:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach(t=>t(this))}addController(t){(this._$E_??=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){let t=new Map,o=this.constructor.elementProperties;for(let n of o.keys())this.hasOwnProperty(n)&&(t.set(n,this[n]),delete this[n]);t.size>0&&(this._$Ep=t)}createRenderRoot(){let t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Jo(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach(t=>t.hostConnected?.())}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach(t=>t.hostDisconnected?.())}attributeChangedCallback(t,o,n){this._$AK(t,n)}_$EO(t,o){let n=this.constructor.elementProperties.get(t),i=this.constructor._$Eu(t,n);if(i!==void 0&&n.reflect===!0){let a=(n.converter?.toAttribute!==void 0?n.converter:Qo).toAttribute(o,n.type);this._$Em=t,a==null?this.removeAttribute(i):this.setAttribute(i,a),this._$Em=null}}_$AK(t,o){let n=this.constructor,i=n._$Eh.get(t);if(i!==void 0&&this._$Em!==i){let a=n.getPropertyOptions(i),s=typeof a.converter=="function"?{fromAttribute:a.converter}:a.converter?.fromAttribute!==void 0?a.converter:Qo;this._$Em=i,this[i]=s.fromAttribute(o,a.type),this._$Em=null}}requestUpdate(t,o,n,i=!1,a){if(t!==void 0){if(n??=this.constructor.getPropertyOptions(t),!(n.hasChanged??Br)(i?a:this[t],o))return;this.C(t,o,n)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(t,o,n){this._$AL.has(t)||this._$AL.set(t,o),n.reflect===!0&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(o){Promise.reject(o)}let t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[i,a]of this._$Ep)this[i]=a;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[i,a]of n)a.wrapped!==!0||this._$AL.has(i)||this[i]===void 0||this.C(i,this[i],a)}let t=!1,o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach(n=>n.hostUpdate?.()),this.update(o)):this._$ET()}catch(n){throw t=!1,this._$ET(),n}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach(o=>o.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach(o=>this._$EO(o,this[o])),this._$ET()}updated(t){}firstUpdated(t){}};_t.elementStyles=[],_t.shadowRootOptions={mode:"open"},_t[mo("elementProperties")]=new Map,_t[mo("finalized")]=new Map,Yl?.({ReactiveElement:_t}),(tr.reactiveElementVersions??=[]).push("2.0.2");var zr=globalThis,er=zr.trustedTypes,xa=er?er.createPolicy("lit-html",{createHTML:e=>e}):void 0,Ur="$lit$",Wt=`lit$${(Math.random()+"").slice(9)}$`,Hr="?"+Wt,Xl=`<${Hr}>`,be=document,go=()=>be.createComment(""),bo=e=>e===null||typeof e!="object"&&typeof e!="function",Ea=Array.isArray,Na=e=>Ea(e)||typeof e?.[Symbol.iterator]=="function",Wr=`[
4
- \f\r]`,yo=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,va=/-->/g,Sa=/>/g,ye=RegExp(`>|${Wr}(?:([^\\s"'>=/]+)(${Wr}*=${Wr}*(?:[^
5
- \f\r"'\`<>=]|("|')|))|$)`,"g"),Oa=/'/g,Ca=/"/g,Aa=/^(?:script|style|textarea|title)$/i,Ra=e=>(t,...o)=>({_$litType$:e,strings:t,values:o}),k=Ra(1),Jl=Ra(2),qt=Symbol.for("lit-noChange"),V=Symbol.for("lit-nothing"),wa=new WeakMap,ge=be.createTreeWalker(be,129);function $a(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return xa!==void 0?xa.createHTML(t):t}var _a=(e,t)=>{let o=e.length-1,n=[],i,a=t===2?"<svg>":"",s=yo;for(let l=0;l<o;l++){let c=e[l],p,h,u=-1,m=0;for(;m<c.length&&(s.lastIndex=m,h=s.exec(c),h!==null);)m=s.lastIndex,s===yo?h[1]==="!--"?s=va:h[1]!==void 0?s=Sa:h[2]!==void 0?(Aa.test(h[2])&&(i=RegExp("</"+h[2],"g")),s=ye):h[3]!==void 0&&(s=ye):s===ye?h[0]===">"?(s=i??yo,u=-1):h[1]===void 0?u=-2:(u=s.lastIndex-h[2].length,p=h[1],s=h[3]===void 0?ye:h[3]==='"'?Ca:Oa):s===Ca||s===Oa?s=ye:s===va||s===Sa?s=yo:(s=ye,i=void 0);let y=s===ye&&e[l+1].startsWith("/>")?" ":"";a+=s===yo?c+Xl:u>=0?(n.push(p),c.slice(0,u)+Ur+c.slice(u)+Wt+y):c+Wt+(u===-2?l:y)}return[$a(e,a+(e[o]||"<?>")+(t===2?"</svg>":"")),n]},xo=class e{constructor({strings:t,_$litType$:o},n){let i;this.parts=[];let a=0,s=0,l=t.length-1,c=this.parts,[p,h]=_a(t,o);if(this.el=e.createElement(p,n),ge.currentNode=this.el.content,o===2){let u=this.el.content.firstChild;u.replaceWith(...u.childNodes)}for(;(i=ge.nextNode())!==null&&c.length<l;){if(i.nodeType===1){if(i.hasAttributes())for(let u of i.getAttributeNames())if(u.endsWith(Ur)){let m=h[s++],y=i.getAttribute(u).split(Wt),g=/([.?@])?(.*)/.exec(m);c.push({type:1,index:a,name:g[2],strings:y,ctor:g[1]==="."?rr:g[1]==="?"?nr:g[1]==="@"?ir:ve}),i.removeAttribute(u)}else u.startsWith(Wt)&&(c.push({type:6,index:a}),i.removeAttribute(u));if(Aa.test(i.tagName)){let u=i.textContent.split(Wt),m=u.length-1;if(m>0){i.textContent=er?er.emptyScript:"";for(let y=0;y<m;y++)i.append(u[y],go()),ge.nextNode(),c.push({type:2,index:++a});i.append(u[m],go())}}}else if(i.nodeType===8)if(i.data===Hr)c.push({type:2,index:a});else{let u=-1;for(;(u=i.data.indexOf(Wt,u+1))!==-1;)c.push({type:7,index:a}),u+=Wt.length-1}a++}}static createElement(t,o){let n=be.createElement("template");return n.innerHTML=t,n}};function xe(e,t,o=e,n){if(t===qt)return t;let i=n!==void 0?o._$Co?.[n]:o._$Cl,a=bo(t)?void 0:t._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(e),i._$AT(e,o,n)),n!==void 0?(o._$Co??=[])[n]=i:o._$Cl=i),i!==void 0&&(t=xe(e,i._$AS(e,t.values),i,n)),t}var or=class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:o},parts:n}=this._$AD,i=(t?.creationScope??be).importNode(o,!0);ge.currentNode=i;let a=ge.nextNode(),s=0,l=0,c=n[0];for(;c!==void 0;){if(s===c.index){let p;c.type===2?p=new Te(a,a.nextSibling,this,t):c.type===1?p=new c.ctor(a,c.name,c.strings,this,t):c.type===6&&(p=new ar(a,this,t)),this._$AV.push(p),c=n[++l]}s!==c?.index&&(a=ge.nextNode(),s++)}return ge.currentNode=be,i}p(t){let o=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,o),o+=n.strings.length-2):n._$AI(t[o])),o++}},Te=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,n,i){this.type=2,this._$AH=V,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,o=this._$AM;return o!==void 0&&t?.nodeType===11&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=xe(this,t,o),bo(t)?t===V||t==null||t===""?(this._$AH!==V&&this._$AR(),this._$AH=V):t!==this._$AH&&t!==qt&&this._(t):t._$litType$!==void 0?this.g(t):t.nodeType!==void 0?this.$(t):Na(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==V&&bo(this._$AH)?this._$AA.nextSibling.data=t:this.$(be.createTextNode(t)),this._$AH=t}g(t){let{values:o,_$litType$:n}=t,i=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=xo.createElement($a(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(o);else{let a=new or(i,this),s=a.u(this.options);a.p(o),this.$(s),this._$AH=a}}_$AC(t){let o=wa.get(t.strings);return o===void 0&&wa.set(t.strings,o=new xo(t)),o}T(t){Ea(this._$AH)||(this._$AH=[],this._$AR());let o=this._$AH,n,i=0;for(let a of t)i===o.length?o.push(n=new e(this.k(go()),this.k(go()),this,this.options)):n=o[i],n._$AI(a),i++;i<o.length&&(this._$AR(n&&n._$AB.nextSibling,i),o.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){let n=t.nextSibling;t.remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},ve=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,n,i,a){this.type=1,this._$AH=V,this._$AN=void 0,this.element=t,this.name=o,this._$AM=i,this.options=a,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=V}_$AI(t,o=this,n,i){let a=this.strings,s=!1;if(a===void 0)t=xe(this,t,o,0),s=!bo(t)||t!==this._$AH&&t!==qt,s&&(this._$AH=t);else{let l=t,c,p;for(t=a[0],c=0;c<a.length-1;c++)p=xe(this,l[n+c],o,c),p===qt&&(p=this._$AH[c]),s||=!bo(p)||p!==this._$AH[c],p===V?t=V:t!==V&&(t+=(p??"")+a[c+1]),this._$AH[c]=p}s&&!i&&this.O(t)}O(t){t===V?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},rr=class extends ve{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===V?void 0:t}},nr=class extends ve{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==V)}},ir=class extends ve{constructor(t,o,n,i,a){super(t,o,n,i,a),this.type=5}_$AI(t,o=this){if((t=xe(this,t,o,0)??V)===qt)return;let n=this._$AH,i=t===V&&n!==V||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,a=t!==V&&(n===V||i);i&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},ar=class{constructor(t,o,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){xe(this,t)}},Ql={j:Ur,P:Wt,A:Hr,C:1,M:_a,L:or,R:Na,V:xe,D:Te,I:ve,H:nr,N:ir,U:rr,B:ar},tc=zr.litHtmlPolyfillSupport;tc?.(xo,Te),(zr.litHtmlVersions??=[]).push("3.1.0");var Fr=(e,t,o)=>{let n=o?.renderBefore??t,i=n._$litPart$;if(i===void 0){let a=o?.renderBefore??null;n._$litPart$=i=new Te(t.insertBefore(go(),a),a,void 0,o??{})}return i._$AI(e),i};var zt=class extends _t{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){let o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=Fr(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return qt}};zt._$litElement$=!0,zt.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:zt});var ec=globalThis.litElementPolyfillSupport;ec?.({LitElement:zt});var oc={_$AK:(e,t,o)=>{e._$AK(t,o)},_$AL:e=>e._$AL};(globalThis.litElementVersions??=[]).push("4.0.2");var wp=!1;var Zr={};G(Zr,{customElement:()=>rc,eventOptions:()=>Ie,property:()=>b,query:()=>M,queryAll:()=>Vr,queryAssignedElements:()=>Kr,queryAssignedNodes:()=>Gr,queryAsync:()=>ac,standardProperty:()=>Pa,state:()=>W});var rc=e=>(t,o)=>{o!==void 0?o.addInitializer(()=>{customElements.define(e,t)}):customElements.define(e,t)};var nc={attribute:!0,type:String,converter:so,reflect:!1,hasChanged:Fo},Pa=(e=nc,t,o)=>{let{kind:n,metadata:i}=o,a=globalThis.litPropertyMetadata.get(i);if(a===void 0&&globalThis.litPropertyMetadata.set(i,a=new Map),a.set(o.name,e),n==="accessor"){let{name:s}=o;return{set(l){let c=t.get.call(this);t.set.call(this,l),this.requestUpdate(s,c,e)},init(l){return l!==void 0&&this.C(s,void 0,e),l}}}if(n==="setter"){let{name:s}=o;return function(l){let c=this[s];t.call(this,l),this.requestUpdate(s,c,e)}}throw Error("Unsupported decorator location: "+n)};function b(e){return(t,o)=>typeof o=="object"?Pa(e,t,o):((n,i,a)=>{let s=i.hasOwnProperty(a);return i.constructor.createProperty(a,s?{...n,wrapped:!0}:n),s?Object.getOwnPropertyDescriptor(i,a):void 0})(e,t,o)}function W(e){return b({...e,state:!0,attribute:!1})}function Ie(e){return(t,o)=>{let n=typeof t=="function"?t:t[o];Object.assign(n,e)}}var Et=(e,t,o)=>(o.configurable=!0,o.enumerable=!0,Reflect.decorate&&typeof t!="object"&&Object.defineProperty(e,t,o),o);function M(e,t){return(o,n,i)=>{let a=s=>s.renderRoot?.querySelector(e)??null;if(t){let{get:s,set:l}=typeof n=="object"?o:i??(()=>{let c=Symbol();return{get(){return this[c]},set(p){this[c]=p}}})();return Et(o,n,{get(){let c=s.call(this);return c===void 0&&(c=a(this),(c!==null||this.hasUpdated)&&l.call(this,c)),c}})}return Et(o,n,{get(){return a(this)}})}}var ic;function Vr(e){return(t,o)=>Et(t,o,{get(){return(this.renderRoot??(ic??=document.createDocumentFragment())).querySelectorAll(e)}})}function ac(e){return(t,o)=>Et(t,o,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(e)??null}})}function Kr(e){return(t,o)=>{let{slot:n,selector:i}=e??{},a="slot"+(n?`[name=${n}]`:":not([name])");return Et(t,o,{get(){let s=this.renderRoot?.querySelector(a),l=s?.assignedElements(e)??[];return i===void 0?l:l.filter(c=>c.matches(i))}})}}function Gr(e){return(t,o)=>{let{slot:n}=e??{},i="slot"+(n?`[name=${n}]`:":not([name])");return Et(t,o,{get(){return this.renderRoot?.querySelector(i)?.assignedNodes(e)??[]}})}}var Yr={};G(Yr,{repeat:()=>qr});var Yt={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},Xt=e=>(...t)=>({_$litDirective$:e,values:t}),Pt=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,n){this._$Ct=t,this._$AM=o,this._$Ci=n}_$AS(t,o){return this.update(t,o)}update(t,o){return this.render(...o)}};var{D:sc}=ma;var La=()=>document.createComment(""),De=(e,t,o)=>{let n=e._$AA.parentNode,i=t===void 0?e._$AB:t._$AA;if(o===void 0){let a=n.insertBefore(La(),i),s=n.insertBefore(La(),i);o=new sc(a,s,e,e.options)}else{let a=o._$AB.nextSibling,s=o._$AM,l=s!==e;if(l){let c;o._$AQ?.(e),o._$AM=e,o._$AP!==void 0&&(c=e._$AU)!==s._$AU&&o._$AP(c)}if(a!==i||l){let c=o._$AA;for(;c!==a;){let p=c.nextSibling;n.insertBefore(c,i),c=p}}}return o},Jt=(e,t,o=e)=>(e._$AI(t,o),e),lc={},ka=(e,t=lc)=>e._$AH=t,Ta=e=>e._$AH,sr=e=>{e._$AP?.(!1,!0);let t=e._$AA,o=e._$AB.nextSibling;for(;t!==o;){let n=t.nextSibling;t.remove(),t=n}};var Ia=(e,t,o)=>{let n=new Map;for(let i=t;i<=o;i++)n.set(e[i],i);return n},qr=Xt(class extends Pt{constructor(e){if(super(e),e.type!==Yt.CHILD)throw Error("repeat() can only be used in text expressions")}ht(e,t,o){let n;o===void 0?o=t:t!==void 0&&(n=t);let i=[],a=[],s=0;for(let l of e)i[s]=n?n(l,s):s,a[s]=o(l,s),s++;return{values:a,keys:i}}render(e,t,o){return this.ht(e,t,o).values}update(e,[t,o,n]){let i=Ta(e),{values:a,keys:s}=this.ht(t,o,n);if(!Array.isArray(i))return this.dt=s,a;let l=this.dt??=[],c=[],p,h,u=0,m=i.length-1,y=0,g=a.length-1;for(;u<=m&&y<=g;)if(i[u]===null)u++;else if(i[m]===null)m--;else if(l[u]===s[y])c[y]=Jt(i[u],a[y]),u++,y++;else if(l[m]===s[g])c[g]=Jt(i[m],a[g]),m--,g--;else if(l[u]===s[g])c[g]=Jt(i[u],a[g]),De(e,c[g+1],i[u]),u++,g--;else if(l[m]===s[y])c[y]=Jt(i[m],a[y]),De(e,i[u],i[m]),m--,y++;else if(p===void 0&&(p=Ia(s,y,g),h=Ia(l,u,m)),p.has(l[u]))if(p.has(l[m])){let S=h.get(s[y]),E=S!==void 0?i[S]:null;if(E===null){let N=De(e,i[u]);Jt(N,a[y]),c[y]=N}else c[y]=Jt(E,a[y]),De(e,i[u],E),i[S]=null;y++}else sr(i[m]),m--;else sr(i[u]),u++;for(;y<=g;){let S=De(e,c[g+1]);Jt(S,a[y]),c[y++]=S}for(;u<=m;){let S=i[u++];S!==null&&sr(S)}return this.dt=s,ka(e,c),gt}});var Xr={};G(Xr,{classMap:()=>Nt});var Nt=Xt(class extends Pt{constructor(e){if(super(e),e.type!==Yt.ATTRIBUTE||e.name!=="class"||e.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter(t=>e[t]).join(" ")+" "}update(e,[t]){if(this.it===void 0){this.it=new Set,e.strings!==void 0&&(this.st=new Set(e.strings.join(" ").split(/\s/).filter(n=>n!=="")));for(let n in t)t[n]&&!this.st?.has(n)&&this.it.add(n);return this.render(t)}let o=e.element.classList;for(let n of this.it)n in t||(o.remove(n),this.it.delete(n));for(let n in t){let i=!!t[n];i===this.it.has(n)||this.st?.has(n)||(i?(o.add(n),this.it.add(n)):(o.remove(n),this.it.delete(n)))}return gt}});var Jr={};G(Jr,{styleMap:()=>dc});var Da="important",cc=" !"+Da,dc=Xt(class extends Pt{constructor(e){if(super(e),e.type!==Yt.ATTRIBUTE||e.name!=="style"||e.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(e){return Object.keys(e).reduce((t,o)=>{let n=e[o];return n==null?t:t+`${o=o.includes("-")?o:o.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${n};`},"")}update(e,[t]){let{style:o}=e.element;if(this.ut===void 0)return this.ut=new Set(Object.keys(t)),this.render(t);for(let n of this.ut)t[n]==null&&(this.ut.delete(n),n.includes("-")?o.removeProperty(n):o[n]=null);for(let n in t){let i=t[n];if(i!=null){this.ut.add(n);let a=typeof i=="string"&&i.endsWith(cc);n.includes("-")||a?o.setProperty(n,a?i.slice(0,-11):i,a?Da:""):o[n]=i}}return gt}});var tn={};G(tn,{UnsafeHTMLDirective:()=>Me,unsafeHTML:()=>Qr});var Me=class extends Pt{constructor(t){if(super(t),this.et=J,t.type!==Yt.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===J||t==null)return this.vt=void 0,this.et=t;if(t===gt)return t;if(typeof t!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;let o=[t];return o.raw=o,this.vt={_$litType$:this.constructor.resultType,strings:o,values:[]}}};Me.directiveName="unsafeHTML",Me.resultType=1;var Qr=Xt(Me);var nn={};G(nn,{CacheRegistry:()=>rn});var on={};G(on,{CancelablePromise:()=>Be,CanceledPromiseError:()=>vo,cancelable:()=>en});var vo=class extends Error{constructor(t,o,n){super(t),this.canceledPromiseResult=o,this.canceledPromiseError=n}},Be=class extends Promise{constructor(t){super((o,n)=>t(i=>{this.isCanceled?n(new vo("Promise has been canceled",i)):o(i)},i=>{this.isCanceled?n(new vo("Promise has been canceled",void 0,i)):n(i)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},en=e=>new Be((t,o)=>e.then(t).catch(o));var rn=class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,o){this.loaders[t]=o,this.finalContent.delete(t)}registerFinal(t,o){this.loaders[t]=o,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof Be&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){this.clearTimeouts[t]!=null&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,o){this.forceClear(t),this.register(t,async()=>o),this.content[t]=o}setFinal(t,o){this.forceClear(t),this.registerFinal(t,async()=>o),this.content[t]=o}async get(t,o,n){if(this.content[t]===void 0){if(o=o??this.loaders[t],o==null)throw new Error("Unknown cache key "+t);let i=en(o());return this.content[t]=i,i.then(a=>(this.content[t]=a,n!=null&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout(()=>this.clear(t),n)),a))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return t!=null&&!(t instanceof Promise)&&!(t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return this.content[t]!=null}resolvedKeys(){return Object.keys(this.content).filter(t=>this.isResolvedValue(this.content[t]))}resolvedValues(){return Object.values(this.content).filter(t=>this.isResolvedValue(t))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}};var sn={};G(sn,{ClusteringHelper:()=>an});var an=class e{constructor(t,o,n,i){this.allResults=t,this.selectedResult=o,this.clusteringMetadata=n,this.metadataDescriptors=i}static extractResultMetadata(t,o){var n,i;let a=((i=(n=t?.map)!==null&&n!==void 0?n:t?.document)!==null&&i!==void 0?i:t?.topic).metadata;return o==null?e.flattenMetadata(a):e.flattenMetadata(a.find(s=>s.key===o))}static flattenMetadata(t){if(Array.isArray(t))return t.map(n=>e.flattenMetadata(n)).filter(n=>n!=null);let o=t?.hierarchicalValues!=null&&t.hierarchicalValues.length>0;if(!(t==null||t.values.length==0&&!o))if(o){let n=[],i=[];return t.hierarchicalValues.forEach(a=>{n.push(a.join(" > ")),a.length>2?i.push(`... > ${a[a.length-1]}`):i.push(a.join(" > "))}),{key:t.key,label:t.label,value:n.join(", "),displayValue:i.join(", ")}}else{let n=t.values.join(", ");return{key:t.key,label:t.label,value:n,displayValue:n}}}computeClustersItemsForMetadata(t,o,n="No value"){var i,a;let s=e.extractResultMetadata(this.selectedResult,t),l=(i=s?.label)!==null&&i!==void 0?i:(a=this.getMetadataDescriptor(t))===null||a===void 0?void 0:a.label;return this.allResults.map(p=>e.extractResultMetadata(p,t)).map(p=>p??{key:t,label:l,value:void 0,displayValue:n}).filter(p=>p.value!=s?.value).filter((p,h,u)=>u.findIndex(m=>m.value===p.value)===h).map(p=>({result:this.findBestResultForMetadataValue(t,p.value),metadata:p})).sort((p,h)=>this.compareMetadata(p.metadata.value,h.metadata.value,t,o))}compareMetadata(t,o,n,i){if(t==null)return-1;if(o==null)return 1;let a=this.getMetadataDescriptor(n),s=a?.sortRule||"NONE",l=a?.reverseSort||!1;if(s=="ALPHABET"||s=="VERSION"){let c=t.localeCompare(o,i,{numeric:!0});return l?c*-1:c}return 0}getMetadataDescriptor(t){return this.metadataDescriptors.find(o=>t==o.key)}findBestResultForMetadataValue(t,o){let n=this.allResults.filter(c=>{var p;return((p=e.extractResultMetadata(c,t))===null||p===void 0?void 0:p.value)==o}),a=[...e.extractResultMetadata(this.selectedResult).filter(c=>this.clusteringMetadata.has(c.key)).filter(c=>c.key!==t)],s,l=-1;for(let c of n){let p=this.countMatchingMetadata(c,a);if(p>l&&(l=p,s=c,p===a.length))break}return s}countMatchingMetadata(t,o){return e.extractResultMetadata(t).filter(n=>o.some(i=>i.key===n.key&&i.value===n.value)).length}};var ln={};G(ln,{Debouncer:()=>rt});var rt=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((o,n)=>{this.resolvePromise=o,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,o;let n=[...this.callbacks];this.callbacks=[];let i=(t=this.rejectPromise)!==null&&t!==void 0?t:()=>null,a=(o=this.resolvePromise)!==null&&o!==void 0?o:()=>null;this.clearPromise();for(let s of n)try{await s()}catch(l){i(l);return}a(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var dn={};G(dn,{customElement:()=>Z,isNumber:()=>za,jsonProperty:()=>Ce,optionalNumberProperty:()=>gc});var cn={};G(cn,{dateReviver:()=>fc,deepEqual:()=>Se,delay:()=>Ma,eventPathContainsMatchingElement:()=>hc,flatDeep:()=>Oe,hasChanged:()=>So,last:()=>yc,minmax:()=>mc,parseDate:()=>Wa,waitFor:()=>Ba,waitUntil:()=>pc});var Ma=e=>new Promise(t=>setTimeout(t,e));async function pc(e,t=10,o=2e4){await Ba(async()=>await e()||void 0,t,o)}async function Ba(e,t=10,o=2e4){let n=await e(),i,a;for(i=a=performance.now();n==null&&(!o||a-i<o);)await Ma(t),n=await e(),a=performance.now();if(n==null)throw new Error("Timeout exceeded");return n}function Oe(e,t){return e.flatMap(o=>[o,...Oe(t(o),t)])}function fc(...e){return function(t,o){return e.includes(t)?Wa(o):o}}function Wa(e){return e.match(/^\d{4}-\d{2}-\d{2}$/)&&(e=e.replace(/-/g,"/")),e=e.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(t,o,n,i)=>o+n+":"+i),new Date(e)}function uc(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;var o,n,i;if(Array.isArray(e)){if(o=e.length,o!=t.length)return!1;for(n=o;n--!==0;)if(!Se(e[n],t[n]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;for(n of e.entries())if(!Se(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(i=Object.keys(e),o=i.length,o!==Object.keys(t).length)return!1;for(n=o;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,i[n]))return!1;for(n=o;n--!==0;){var a=i[n];if(!Se(e[a],t[a]))return!1}return!0}return e!==e&&t!==t}function Se(e,t){try{return uc(e,t)}catch{return!1}}function So(e,t){return!Se(e,t)}function hc(e,t,o=window.document.body){if(t.length>0){let n=e.composedPath();for(let i of n){if(i===o)return!1;if(i.matches&&t.some(a=>i.matches(a)))return!0}}return!1}function mc(e,t,o){return Math.min(Math.max(e,t),o)}function yc(e){return e[e.length-1]}var Z=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function Ce(e,t){let o=()=>JSON.parse(JSON.stringify(e));return b({type:Object,converter:{fromAttribute:n=>{if(n==null)return o();try{return JSON.parse(n)}catch{return o()}},toAttribute:n=>JSON.stringify(n)},hasChanged:So,...t??{}})}function gc(e){return b({type:Object,converter:{fromAttribute:t=>{if(t!=null)return za(t)?+t:void 0},toAttribute:t=>t==null?void 0:""+t},...e??{}})}function za(e){return!isNaN(parseFloat(e))}var Wn={};G(Wn,{designSystemVariables:()=>R});var Bn={};G(Bn,{DesignSystemFamily:()=>Dn,DesignSystemSize:()=>Mn,FtCssVariableFactory:()=>r,badge:()=>Oc,banner:()=>Sc,breadcrumb:()=>Cc,button:()=>w,chart:()=>Dc,checkbox:()=>Bc,chip:()=>xc,collapsible:()=>Tc,comboboxMultiSelect:()=>Pc,comboboxSingleSelect:()=>_c,drawer:()=>Nc,floatingMenu:()=>$c,foundation:()=>d,link:()=>vc,modal:()=>Ec,notice:()=>Mc,notification:()=>Uc,pageHeader:()=>wc,popover:()=>Lc,radio:()=>zc,resolveFamilyClass:()=>Fc,resolveSizeClass:()=>jc,semantic:()=>f,setVariable:()=>L,switch_:()=>Ic,tabs:()=>kc,textArea:()=>Rc,textInput:()=>Ac,toggle:()=>Wc,tooltip:()=>Hc,typographies:()=>Oo,typographyBody1Medium:()=>yn,typographyBody1Regular:()=>mn,typographyBody1Semibold:()=>gn,typographyBody2Medium:()=>xn,typographyBody2MediumUnderline:()=>Ua,typographyBody2Regular:()=>bn,typographyBody2Semibold:()=>vn,typographyCaption1Bold:()=>$n,typographyCaption1Medium:()=>An,typographyCaption1Semibold:()=>Rn,typographyCaption2Bold:()=>Ln,typographyCaption2Medium:()=>_n,typographyCaption2Semibold:()=>Pn,typographyCaption3Bold:()=>In,typographyCaption3Medium:()=>kn,typographyCaption3Semibold:()=>Tn,typographyDisplay:()=>pn,typographyLabel1Bold:()=>Cn,typographyLabel1Medium:()=>Sn,typographyLabel1Semibold:()=>On,typographyLabel2Bold:()=>Nn,typographyLabel2Medium:()=>wn,typographyLabel2Semibold:()=>En,typographyTitle1:()=>fn,typographyTitle2:()=>un,typographyTitle3:()=>hn,typographyVariants:()=>bc});var Ut=e=>typeof e=="string"?me(e):e,r=class{static create(t,o,n,i){let a=l=>Ut(l??i),s=_`var(${Ut(t)}, ${a(i)})`;return s.name=t,s.description=o,s.category=n,s.defaultValue=i,s.defaultCssValue=a,s.get=l=>_`var(${Ut(t)}, ${a(l)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>i,s}static extend(t,o,n,i){let a=l=>n.get(l??i),s=_`var(${Ut(t)}, ${a(i)})`;return s.name=t,s.description=o,s.category=n.category,s.fallbackVariable=n,s.defaultValue=i,s.defaultCssValue=a,s.get=l=>_`var(${Ut(t)}, ${a(l)})`,s.breadcrumb=()=>[n.name,...n.breadcrumb()],s.lastResortDefaultValue=()=>i??n.lastResortDefaultValue(),s}static external(t,o){let n=a=>t.fallbackVariable?t.fallbackVariable.get(a??t.defaultValue):Ut(a??t.lastResortDefaultValue()),i=_`var(${Ut(t.name)}, ${n(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=o,i.defaultCssValue=n,i.get=a=>_`var(${Ut(t.name)}, ${n(a)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}};function L(e,t){return Ut(`${e.name}: ${t}`)}var d={colorWhite:r.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:r.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:r.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:r.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:r.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:r.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:r.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:r.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:r.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:r.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:r.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:r.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:r.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:r.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:r.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:r.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:r.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:r.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:r.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:r.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:r.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:r.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:r.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:r.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:r.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:r.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:r.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:r.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:r.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:r.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:r.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:r.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:r.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:r.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:r.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:r.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:r.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:r.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:r.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:r.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:r.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:r.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:r.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:r.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:r.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:r.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:r.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:r.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:r.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:r.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:r.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:r.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:r.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:r.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:r.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:r.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:r.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:r.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:r.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:r.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:r.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:r.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:r.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:r.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:r.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:r.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:r.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:r.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:r.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:r.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:r.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:r.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:r.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:r.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:r.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:r.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:r.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:r.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:r.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:r.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:r.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:r.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:r.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:r.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:r.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:r.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:r.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:r.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:r.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:r.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:r.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:r.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:r.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:r.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:r.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:r.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:r.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:r.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:r.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:r.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:r.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:r.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:r.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:r.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:r.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:r.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:r.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:r.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:r.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:r.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:r.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:r.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:r.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:r.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:r.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:r.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:r.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:r.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:r.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:r.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:r.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:r.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:r.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:r.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:r.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:r.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:r.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:r.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:r.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:r.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:r.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:r.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:r.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:r.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:r.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:r.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:r.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:r.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:r.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:r.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:r.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:r.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:r.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:r.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:r.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:r.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:r.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:r.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:r.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:r.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:r.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:r.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:r.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:r.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:r.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:r.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:r.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:r.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:r.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:r.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:r.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:r.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:r.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:r.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:r.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:r.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:r.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:r.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:r.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:r.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:r.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:r.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:r.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:r.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:r.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:r.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:r.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:r.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:r.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:r.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:r.create("--ft-opacity-0","","NUMBER","0"),opacity8:r.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:r.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:r.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:r.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:r.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:r.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:r.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:r.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:r.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:r.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:r.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:r.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:r.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:r.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},pn={fontFamily:r.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:r.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:r.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-display-textCase","","UNKNOWN","none")},fn={fontFamily:r.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:r.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:r.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},un={fontFamily:r.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:r.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:r.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},hn={fontFamily:r.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:r.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:r.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},mn={fontFamily:r.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:r.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:r.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},yn={fontFamily:r.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:r.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},gn={fontFamily:r.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:r.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},bn={fontFamily:r.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:r.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},xn={fontFamily:r.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Ua={fontFamily:r.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:r.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:r.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},vn={fontFamily:r.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Sn={fontFamily:r.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},On={fontFamily:r.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Cn={fontFamily:r.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},wn={fontFamily:r.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},En={fontFamily:r.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Nn={fontFamily:r.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},An={fontFamily:r.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Rn={fontFamily:r.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},$n={fontFamily:r.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},_n={fontFamily:r.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:r.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Pn={fontFamily:r.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:r.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Ln={fontFamily:r.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:r.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},kn={fontFamily:r.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:r.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Tn={fontFamily:r.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:r.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},In={fontFamily:r.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:r.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Oo={display:pn,"title-1":fn,"title-2":un,"title-3":hn,"body-1-regular":mn,"body-1-medium":yn,"body-1-semibold":gn,"body-2-regular":bn,"body-2-medium":xn,"body-2-medium-underline":Ua,"body-2-semibold":vn,"label-1-medium":Sn,"label-1-semibold":On,"label-1-bold":Cn,"label-2-medium":wn,"label-2-semibold":En,"label-2-bold":Nn,"caption-1-medium":An,"caption-1-semibold":Rn,"caption-1-bold":$n,"caption-2-medium":_n,"caption-2-semibold":Pn,"caption-2-bold":Ln,"caption-3-medium":kn,"caption-3-semibold":Tn,"caption-3-bold":In},bc=["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"];var f={backgroundActionPrimary:r.extend("--ft-background-action-primary","Used as backgorund of primary action components.",d.colorBrand0),backgroundErrorSubtle:r.extend("--ft-background-error-subtle","Used as background of subtle error components.",d.colorRed10),backgroundInfoSubtle:r.extend("--ft-background-info-subtle","Used as background of subtle information components.",d.colorCyan10),backgroundWarningSubtle:r.extend("--ft-background-warning-subtle","Used as background of subtle information components.",d.colorOrange10),backgroundSuccessSubtle:r.extend("--ft-background-success-subtle","Used as background of subtle success components.",d.colorGreen10),backgroundGlobalSurface:r.extend("--ft-background-global-surface","Used as app background.",d.colorWhite),backgroundGlobalOnSurface:r.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",d.colorGray10),backgroundGlobalOnSurfaceDark:r.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",d.colorGray30),contentActionPrimary:r.extend("--ft-content-action-primary","Used on label of primary action on light surface.",d.colorBrand0),contentWarningPrimary:r.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",d.colorOrange200),contentWarningIconOnly:r.extend("--ft-content-warning-icon-only","Used on warning status icons alone",d.colorOrange0),contentErrorPrimary:r.extend("--ft-content-error-primary","Used on label of error messages on light surface.",d.colorRed0),contentErrorIconOnly:r.extend("--ft-content-error-icon-only","Used on error status icons alone",d.colorRed70),contentInfoPrimary:r.extend("--ft-content-info-primary","Used on label of information messages on light surface.",d.colorCyan200),contentInfoIconOnly:r.extend("--ft-content-info-icon-only","Used on info status icons alone",d.colorCyan0),contentSuccessPrimary:r.extend("--ft-content-success-primary","Used on label of success messages on light surface.",d.colorGreen200),contentSuccessIconOnly:r.extend("--ft-content-success-icon-only","Used on success status icons alone",d.colorGreen0),contentGlobalPrimary:r.extend("--ft-content-global-primary","Used for main content on the page.",d.colorGray500),contentGlobalSecondary:r.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
6
- Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",d.colorGray0),contentGlobalOnColor:r.extend("--ft-content-global-on-color","Used for content on a dominant color.",d.colorWhite),borderActionPrimary:r.extend("--ft-border-action-primary","Used as border for primary action components.",d.colorBrand0),borderActionFocusRing:r.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",d.colorCyan0),borderWarningPrimary:r.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",d.colorOrange200),borderWarningSubtle:r.extend("--ft-border-warning-subtle","Used as border for warning components.",d.colorOrange30),borderSuccessPrimary:r.extend("--ft-border-success-primary","Used as border for success buttons.",d.colorGreen200),borderSuccessSubtle:r.extend("--ft-border-success-subtle","Used as border for success components.",d.colorGreen30),borderErrorPrimary:r.extend("--ft-border-error-primary","Used as border for text fields in error states.",d.colorRed0),borderErrorSubtle:r.extend("--ft-border-error-subtle","Used as border for error components.",d.colorRed30),borderInfoPrimary:r.extend("--ft-border-info-primary","Used as border for buttons in info color.",d.colorCyan200),borderInfoSubtle:r.extend("--ft-border-info-subtle","Used as border for information components.",d.colorCyan30),borderGlobalPrimary:r.extend("--ft-border-global-primary","Used as border for element like input.",d.colorGray50),borderGlobalSubtle:r.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",d.colorGray30),borderInputPrimary:r.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",d.colorGray80)};var w={largeHeight:r.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:r.extend("--ft-button-large-horizontal-padding","",d.spacing4),largeGap:r.extend("--ft-button-large-gap","",d.spacing2),largeBorderRadius:r.extend("--ft-button-large-border-radius","",d.borderRadiusS),largeIconSize:r.extend("--ft-button-large-icon-size","",d.iconSize3),largeBorderWidth:r.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:r.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:r.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:r.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:r.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:r.extend("--ft-button-medium-horizontal-padding","",d.spacing3),mediumGap:r.extend("--ft-button-medium-gap","",d.spacing2),mediumBorderRadius:r.extend("--ft-button-medium-border-radius","",d.borderRadiusS),mediumIconSize:r.extend("--ft-button-medium-icon-size","",d.iconSize2),mediumBorderWidth:r.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:r.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:r.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:r.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:r.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:r.extend("--ft-button-small-horizontal-padding","",d.spacing2),smallGap:r.extend("--ft-button-small-gap","",d.spacing1),smallBorderRadius:r.extend("--ft-button-small-border-radius","",d.borderRadiusS),smallIconSize:r.extend("--ft-button-small-icon-size","",d.iconSize1),smallBorderWidth:r.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:r.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:r.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:r.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:r.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:r.extend("--ft-button-x-small-icon-size","",d.iconSize1),xSmallFocusOutlineOffset:r.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:r.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:r.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:r.extend("--ft-button-round-border-radius","",d.borderRadiusPill),primaryBackgroundColor:r.extend("--ft-button-primary-background-color","",f.backgroundActionPrimary),primaryColor:r.extend("--ft-button-primary-color","",f.contentGlobalOnColor),primaryIconColor:r.extend("--ft-button-primary-icon-color","",f.contentGlobalOnColor),primaryStateLayerColor:r.extend("--ft-button-primary-state-layer-color","",f.contentGlobalOnColor),primaryHoverStateLayerOpacity:r.extend("--ft-button-primary-hover-state-layer-opacity","",d.opacity16),primaryFocusStateLayerOpacity:r.extend("--ft-button-primary-focus-state-layer-opacity","",d.opacity16),primaryActiveStateLayerOpacity:r.extend("--ft-button-primary-active-state-layer-opacity","",d.opacity24),primaryDisabledComponentOpacity:r.extend("--ft-button-primary-disabled-component-opacity","",d.opacity40),focusFocusRingColor:r.extend("--ft-button-focus-focus-ring-color","",f.borderActionFocusRing),tertiaryBackgroundColor:r.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:r.extend("--ft-button-tertiary-color","",f.contentActionPrimary),tertiaryIconColor:r.extend("--ft-button-tertiary-icon-color","",f.contentActionPrimary),tertiaryStateLayerColor:r.extend("--ft-button-tertiary-state-layer-color","",f.contentActionPrimary),tertiaryHoverStateLayerOpacity:r.extend("--ft-button-tertiary-hover-state-layer-opacity","",d.opacity8),tertiaryFocusStateLayerOpacity:r.extend("--ft-button-tertiary-focus-state-layer-opacity","",d.opacity8),tertiaryActiveStateLayerOpacity:r.extend("--ft-button-tertiary-active-state-layer-opacity","",d.opacity16),tertiaryDisabledComponentOpacity:r.extend("--ft-button-tertiary-disabled-component-opacity","",d.opacity40),secondaryBackgroundColor:r.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:r.extend("--ft-button-secondary-color","",f.contentActionPrimary),secondaryIconColor:r.extend("--ft-button-secondary-icon-color","",f.contentActionPrimary),secondaryStateLayerColor:r.extend("--ft-button-secondary-state-layer-color","",f.contentActionPrimary),secondaryHoverStateLayerOpacity:r.extend("--ft-button-secondary-hover-state-layer-opacity","",d.opacity8),secondaryFocusStateLayerOpacity:r.extend("--ft-button-secondary-focus-state-layer-opacity","",d.opacity8),secondaryActiveStateLayerOpacity:r.extend("--ft-button-secondary-active-state-layer-opacity","",d.opacity16),secondaryDisabledComponentOpacity:r.extend("--ft-button-secondary-disabled-component-opacity","",d.opacity40),secondaryBorderColor:r.extend("--ft-button-secondary-border-color","",f.borderActionPrimary),neutralBackgroundColor:r.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:r.extend("--ft-button-neutral-icon-color","",f.contentGlobalSecondary),neutralColor:r.extend("--ft-button-neutral-color","",f.contentGlobalSecondary),neutralStateLayerColor:r.extend("--ft-button-neutral-state-layer-color","",f.contentGlobalSecondary),neutralHoverStateLayerOpacity:r.extend("--ft-button-neutral-hover-state-layer-opacity","",d.opacity8),neutralFocusStateLayerOpacity:r.extend("--ft-button-neutral-focus-state-layer-opacity","",d.opacity8),neutralActiveStateLayerOpacity:r.extend("--ft-button-neutral-active-state-layer-opacity","",d.opacity16),neutralDisabledComponentOpacity:r.extend("--ft-button-neutral-disabled-component-opacity","",d.opacity40)};var xc={largeMinHeight:r.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:r.extend("--ft-chip-large-horizontal-padding","",d.spacing3),largeButtonRightPadding:r.extend("--ft-chip-large-button-right-padding","",d.spacing1),largeGap:r.extend("--ft-chip-large-gap","",d.spacing1),largeFocusOutlineOffset:r.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:r.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:r.extend("--ft-chip-large-border-radius","",d.borderRadiusPill),largeBorderWidth:r.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:r.extend("--ft-chip-large-icon-size","",d.iconSize3),mediumMinHeight:r.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:r.extend("--ft-chip-medium-horizontal-padding","",d.spacing2),mediumButtonRightPadding:r.extend("--ft-chip-medium-button-right-padding","",d.spacing05),mediumGap:r.extend("--ft-chip-medium-gap","",d.spacing1),mediumFocusOutlineOffset:r.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:r.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:r.extend("--ft-chip-medium-border-radius","",d.borderRadiusPill),mediumBorderWidth:r.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:r.extend("--ft-chip-medium-icon-size","",d.iconSize2),smallMinHeight:r.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:r.extend("--ft-chip-small-horizontal-padding","",d.spacing1),smallButtonRightPadding:r.extend("--ft-chip-small-button-right-padding","",d.spacing05),smallGap:r.extend("--ft-chip-small-gap","",d.spacing1),smallFocusOutlineOffset:r.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:r.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:r.extend("--ft-chip-small-border-radius","",d.borderRadiusPill),smallBorderWidth:r.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:r.extend("--ft-chip-small-icon-size","",d.iconSize1),neutralBackgroundColor:r.extend("--ft-chip-neutral-background-color","",f.backgroundGlobalOnSurface),neutralColor:r.extend("--ft-chip-neutral-color","",f.contentGlobalSecondary),neutralIconColor:r.extend("--ft-chip-neutral-icon-color","",f.contentGlobalSecondary),neutralBorderColor:r.extend("--ft-chip-neutral-border-color","",f.borderGlobalSubtle),infoBackgroundColor:r.extend("--ft-chip-info-background-color","",f.backgroundInfoSubtle),infoColor:r.extend("--ft-chip-info-color","",f.contentInfoPrimary),infoIconColor:r.extend("--ft-chip-info-icon-color","",f.contentInfoIconOnly),infoBorderColor:r.extend("--ft-chip-info-border-color","",f.borderInfoSubtle),successBackgroundColor:r.extend("--ft-chip-success-background-color","",f.backgroundSuccessSubtle),successColor:r.extend("--ft-chip-success-color","",f.contentSuccessPrimary),successIconColor:r.extend("--ft-chip-success-icon-color","",f.contentSuccessIconOnly),successBorderColor:r.extend("--ft-chip-success-border-color","",f.borderSuccessSubtle),warningBackgroundColor:r.extend("--ft-chip-warning-background-color","",f.backgroundWarningSubtle),warningColor:r.extend("--ft-chip-warning-color","",f.contentWarningPrimary),warningIconColor:r.extend("--ft-chip-warning-icon-color","",f.contentWarningIconOnly),warningBorderColor:r.extend("--ft-chip-warning-border-color","",f.borderWarningSubtle),errorBackgroundColor:r.extend("--ft-chip-error-background-color","",f.backgroundErrorSubtle),errorColor:r.extend("--ft-chip-error-color","",f.contentErrorPrimary),errorIconColor:r.extend("--ft-chip-error-icon-color","",f.contentErrorIconOnly),errorBorderColor:r.extend("--ft-chip-error-border-color","",f.borderErrorSubtle)};var vc={focusOpacity:r.extend("--ft-link-focus-opacity","",d.opacity80),focusFocusRingColor:r.extend("--ft-link-focus-focus-ring-color","",f.borderActionFocusRing),brandColor:r.extend("--ft-link-brand-color","",f.contentActionPrimary),infoColor:r.extend("--ft-link-info-color","",f.contentInfoPrimary)};var Sc={iconSize:r.extend("--ft-banner-icon-size","",d.iconSize5),borderWidth:r.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:r.extend("--ft-banner-left-padding","",d.spacing6),rightPadding:r.extend("--ft-banner-right-padding","",d.spacing6),verticalPadding:r.extend("--ft-banner-vertical-padding","",d.spacing6),horizontalSideGap:r.extend("--ft-banner-horizontal-side-gap","",d.spacing6),horizontalMobileGap:r.extend("--ft-banner-horizontal-mobile-gap","",d.spacing4),verticalMobileGap:r.extend("--ft-banner-vertical-mobile-gap","",d.spacing6),horizontalMiddleGap:r.extend("--ft-banner-horizontal-middle-gap","",d.spacing20),infoBackgroundColor:r.extend("--ft-banner-info-background-color","",f.backgroundInfoSubtle),infoColor:r.extend("--ft-banner-info-color","",f.contentInfoPrimary),infoIconColor:r.extend("--ft-banner-info-icon-color","",f.contentInfoIconOnly),infoBorderColor:r.extend("--ft-banner-info-border-color","",f.borderInfoSubtle)};var Oc={horizontalPadding:r.extend("--ft-badge-horizontal-padding","",d.spacing1),verticalPadding:r.extend("--ft-badge-vertical-padding","",d.spacing1),borderRadius:r.extend("--ft-badge-border-radius","",d.borderRadiusPill),color:r.extend("--ft-badge-color","",f.contentGlobalOnColor),backgroundColor:r.extend("--ft-badge-background-color","",f.contentActionPrimary)};var Cc={horizontalGap:r.extend("--ft-breadcrumb-horizontal-gap","",d.spacing1),verticalGap:r.extend("--ft-breadcrumb-vertical-gap","",d.spacing2),currentColor:r.extend("--ft-breadcrumb-current-color","",f.contentGlobalPrimary),previousNonClickableColor:r.extend("--ft-breadcrumb-previous-non-clickable-color","",f.contentGlobalSecondary),iconColor:r.extend("--ft-breadcrumb-icon-color","",f.contentGlobalSubtle)};var wc={horizontalPadding:r.extend("--ft-page-header-horizontal-padding","",d.spacing12),horizontalGap:r.extend("--ft-page-header-horizontal-gap","",d.spacing4),verticalGap:r.extend("--ft-page-header-vertical-gap","",d.spacing2),classicVerticalPadding:r.extend("--ft-page-header-classic-vertical-padding","",d.spacing6),multilineVerticalPadding:r.extend("--ft-page-header-multiline-vertical-padding","",d.spacing4),inlineVerticalPadding:r.extend("--ft-page-header-inline-vertical-padding","",d.spacing2),backgroundColor:r.extend("--ft-page-header-background-color","",d.colorWhite),bottomBorderColor:r.extend("--ft-page-header-bottom-border-color","",f.borderGlobalSubtle),titleColor:r.extend("--ft-page-header-title-color","",f.contentGlobalPrimary),subtitleColor:r.extend("--ft-page-header-subtitle-color","",f.contentGlobalSecondary)};var Ec={smallContainerWidth:r.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:r.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:r.extend("--ft-modal-overlay-background-color","",d.colorGray700),overlayOpacity:r.extend("--ft-modal-overlay-opacity","",d.opacity40),shadow:r.extend("--ft-modal-shadow","",d.shadowElevation03),bodyBackgroundColor:r.extend("--ft-modal-body-background-color","",d.colorWhite),bodyColor:r.extend("--ft-modal-body-color","",f.contentGlobalPrimary),bodyHorizontalPadding:r.extend("--ft-modal-body-horizontal-padding","",d.spacing6),bodyVerticalPadding:r.extend("--ft-modal-body-vertical-padding","",d.spacing6),bodyVerticalGap:r.extend("--ft-modal-body-vertical-gap","",d.spacing6),containerMargin:r.extend("--ft-modal-container-margin","",d.spacing3),headerBackgroundColor:r.extend("--ft-modal-header-background-color","",f.backgroundGlobalOnSurface),headerBorderColor:r.extend("--ft-modal-header-border-color","",f.borderGlobalSubtle),headerColor:r.extend("--ft-modal-header-color","",f.contentGlobalPrimary),headerTrailingIconColor:r.extend("--ft-modal-header-trailing-icon-color","",f.contentGlobalSecondary),headerVerticalPadding:r.extend("--ft-modal-header-vertical-padding","",d.spacing1),headerRightPadding:r.extend("--ft-modal-header-right-padding","",d.spacing1),headerLeftPadding:r.extend("--ft-modal-header-left-padding","",d.spacing6),headerGap:r.extend("--ft-modal-header-gap","",d.spacing2),headerBorderBottom:r.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:r.extend("--ft-modal-border-radius","",d.borderRadiusM)};var Nc={overlayOpacity:r.extend("--ft-drawer-overlay-opacity","",d.opacity40),shadow:r.extend("--ft-drawer-shadow","",d.shadowElevation03),bodyColor:r.extend("--ft-drawer-body-color","",f.contentGlobalPrimary),bodyHorizontalPadding:r.extend("--ft-drawer-body-horizontal-padding","",d.spacing6),bodyVerticalPadding:r.extend("--ft-drawer-body-vertical-padding","",d.spacing6),bodyGap:r.extend("--ft-drawer-body-gap","",d.spacing6),bodyBackgroundColor:r.extend("--ft-drawer-body-background-color","",d.colorWhite),headerBackgroundColor:r.extend("--ft-drawer-header-background-color","",f.backgroundGlobalOnSurface),headerBorderColor:r.extend("--ft-drawer-header-border-color","",f.borderGlobalSubtle),headerColor:r.extend("--ft-drawer-header-color","",f.contentGlobalPrimary),headerTrailingIconColor:r.extend("--ft-drawer-header-trailing-icon-color","",f.contentGlobalSecondary),headerHeight:r.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:r.extend("--ft-drawer-header-horizontal-padding","",d.spacing2),headerBorderWidth:r.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:r.extend("--ft-drawer-header-gap","",d.spacing3),buttonsBarBackgroundColor:r.extend("--ft-drawer-buttons-bar-background-color","",f.backgroundGlobalOnSurface),buttonsBarBorderColor:r.extend("--ft-drawer-buttons-bar-border-color","",f.borderGlobalSubtle),buttonsBarColor:r.extend("--ft-drawer-buttons-bar-color","",f.contentGlobalPrimary),buttonsBarHorizontalPadding:r.extend("--ft-drawer-buttons-bar-horizontal-padding","",d.spacing4),buttonsBarVerticalPadding:r.extend("--ft-drawer-buttons-bar-vertical-padding","",d.spacing4),buttonsBarGap:r.extend("--ft-drawer-buttons-bar-gap","",d.spacing3),buttonsBarBorderWidth:r.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:r.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:r.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:r.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:r.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:r.extend("--ft-drawer-overlay-background-color","",d.colorGray700)};var Ac={fieldHorizontalPadding:r.extend("--ft-text-input-field-horizontal-padding","",d.spacing4),fieldHorizontalGap:r.extend("--ft-text-input-field-horizontal-gap","",d.spacing3),fieldVerticalGap:r.extend("--ft-text-input-field-vertical-gap","",d.spacing05),fieldIconSize:r.extend("--ft-text-input-field-icon-size","",d.iconSize3),fieldHeight:r.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:r.extend("--ft-text-input-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:r.extend("--ft-text-input-helper-horizontal-gap","",d.spacing1),helperIconSize:r.extend("--ft-text-input-helper-icon-size","",d.iconSize2),borderRadius:r.extend("--ft-text-input-border-radius","",d.borderRadiusM),backgroundColor:r.extend("--ft-text-input-background-color","",d.colorWhite),contentValueColor:r.extend("--ft-text-input-content-value-color","",f.contentGlobalPrimary),trailingIconColor:r.extend("--ft-text-input-trailing-icon-color","",f.contentGlobalSubtle),labelColor:r.extend("--ft-text-input-label-color","",f.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-text-input-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-text-input-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:r.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:r.extend("--ft-text-input-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-text-input-error-helper-text-color","",f.contentErrorPrimary),errorHelperIconColor:r.extend("--ft-text-input-error-helper-icon-color","",f.contentErrorIconOnly),warningBorderWidth:r.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:r.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-text-input-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:r.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-text-input-disabled-component-opacity","",d.opacity40)};var Rc={backgroundColor:r.extend("--ft-text-area-background-color","",d.colorWhite),contentValueColor:r.extend("--ft-text-area-content-value-color","",f.contentGlobalPrimary),labelColor:r.extend("--ft-text-area-label-color","",f.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-text-area-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-text-area-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:r.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:r.extend("--ft-text-area-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-text-area-error-helper-text-color","",f.contentErrorPrimary),errorHelperIconColor:r.extend("--ft-text-area-error-helper-icon-color","",f.contentErrorIconOnly),focusFocusRingColor:r.extend("--ft-text-area-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:r.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:r.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-text-area-disabled-component-opacity","",d.opacity40),fieldHorizontalLeftPadding:r.extend("--ft-text-area-field-horizontal-left-padding","",d.spacing4),fieldHorizontalGap:r.extend("--ft-text-area-field-horizontal-gap","",d.spacing3),fieldVerticalGap:r.extend("--ft-text-area-field-vertical-gap","",d.spacing05),fieldMinHeight:r.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:r.extend("--ft-text-area-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:r.extend("--ft-text-area-helper-horizontal-gap","",d.spacing1),helperIconSize:r.extend("--ft-text-area-helper-icon-size","",d.iconSize2),borderRadius:r.extend("--ft-text-area-border-radius","",d.borderRadiusM)};var $c={height:r.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:r.extend("--ft-floating-menu-horizontal-padding","",d.spacing4),offIconColor:r.extend("--ft-floating-menu-off-icon-color","",f.contentGlobalPrimary),offColor:r.extend("--ft-floating-menu-off-color","",f.contentGlobalPrimary),onColor:r.extend("--ft-floating-menu-on-color","",f.contentActionPrimary),onStateLayerColor:r.extend("--ft-floating-menu-on-state-layer-color","",f.contentActionPrimary),gap:r.extend("--ft-floating-menu-gap","",d.spacing3),focusFocusRingColor:r.extend("--ft-floating-menu-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:r.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:r.extend("--ft-floating-menu-focus-state-layer-opacity","",d.opacity8),hoverStateLayerOpacity:r.extend("--ft-floating-menu-hover-state-layer-opacity","",d.opacity8),activeStateLayerOpacity:r.extend("--ft-floating-menu-active-state-layer-opacity","",d.opacity16),disabledComponentOpacity:r.extend("--ft-floating-menu-disabled-component-opacity","",d.opacity40),iconSize:r.extend("--ft-floating-menu-icon-size","",d.iconSize3),backgroundColor:r.extend("--ft-floating-menu-background-color","",f.backgroundGlobalOnSurface)};var _c={fieldHorizontalPadding:r.extend("--ft-combobox-single-select-field-horizontal-padding","",d.spacing4),fieldHorizontalGap:r.extend("--ft-combobox-single-select-field-horizontal-gap","",d.spacing3),fieldVerticalGap:r.extend("--ft-combobox-single-select-field-vertical-gap","",d.spacing05),fieldIconSize:r.extend("--ft-combobox-single-select-field-icon-size","",d.iconSize3),fieldHeight:r.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:r.extend("--ft-combobox-single-select-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:r.extend("--ft-combobox-single-select-helper-horizontal-gap","",d.spacing1),helperVerticalGap:r.extend("--ft-combobox-single-select-helper-vertical-gap","",d.spacing1),helperIconSize:r.extend("--ft-combobox-single-select-helper-icon-size","",d.iconSize2),menuVerticalGap:r.extend("--ft-combobox-single-select-menu-vertical-gap","",d.spacing2),borderRadius:r.extend("--ft-combobox-single-select-border-radius","",d.borderRadiusM),backgroundColor:r.extend("--ft-combobox-single-select-background-color","",d.colorWhite),labelColor:r.extend("--ft-combobox-single-select-label-color","",f.contentGlobalSubtle),contentValueColor:r.extend("--ft-combobox-single-select-content-value-color","",f.contentGlobalPrimary),trailingIconColor:r.extend("--ft-combobox-single-select-trailing-icon-color","",f.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-combobox-single-select-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-combobox-single-select-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:r.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:r.extend("--ft-combobox-single-select-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-combobox-single-select-error-helper-text-color","",f.contentErrorPrimary),warningBorderWidth:r.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:r.extend("--ft-combobox-single-select-warning-border-color","",f.borderWarningPrimary),warningHelperTextColor:r.extend("--ft-combobox-single-select-warning-helper-text-color","",f.contentWarningPrimary),warningHelperIconColor:r.extend("--ft-combobox-single-select-warning-helper-icon-color","",f.contentWarningIconOnly),focusOutlineWidth:r.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-combobox-single-select-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:r.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-combobox-single-select-disabled-component-opacity","",d.opacity40)};var Pc={backgroundColor:r.extend("--ft-combobox-multi-select-background-color","",d.colorWhite),labelColor:r.extend("--ft-combobox-multi-select-label-color","",f.contentGlobalSubtle),trailingIconColor:r.extend("--ft-combobox-multi-select-trailing-icon-color","",f.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-combobox-multi-select-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-combobox-multi-select-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:r.extend("--ft-combobox-multi-select-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-combobox-multi-select-error-helper-text-color","",f.contentErrorPrimary),errorHelperIcon:r.extend("--ft-combobox-multi-select-error-helper-icon","",f.contentErrorIconOnly),errorBorderWidth:r.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:r.extend("--ft-combobox-multi-select-warning-border-color","",f.borderWarningPrimary),warningHelperTextColor:r.extend("--ft-combobox-multi-select-warning-helper-text-color","",f.contentWarningPrimary),warningHelperIconColor:r.extend("--ft-combobox-multi-select-warning-helper-icon-color","",f.contentWarningIconOnly),warningBorderWidth:r.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-combobox-multi-select-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:r.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:r.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-combobox-multi-select-disabled-component-opacity","",d.opacity40),helperHorizontalPadding:r.extend("--ft-combobox-multi-select-helper-horizontal-padding","",d.spacing4),helperHorizontalGap:r.extend("--ft-combobox-multi-select-helper-horizontal-gap","",d.spacing1),helperVerticalGap:r.extend("--ft-combobox-multi-select-helper-vertical-gap","",d.spacing1),helperIconSize:r.extend("--ft-combobox-multi-select-helper-icon-size","",d.iconSize2),fieldHorizontalPadding:r.extend("--ft-combobox-multi-select-field-horizontal-padding","",d.spacing4),fieldHorizontalGap:r.extend("--ft-combobox-multi-select-field-horizontal-gap","",d.spacing3),fieldVerticalGap:r.extend("--ft-combobox-multi-select-field-vertical-gap","",d.spacing05),fieldIconSize:r.extend("--ft-combobox-multi-select-field-icon-size","",d.iconSize3),fieldMaxHeight:r.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:r.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",d.spacing1),contentValuesVerticalGap:r.extend("--ft-combobox-multi-select-content-values-vertical-gap","",d.spacing1),borderRadius:r.extend("--ft-combobox-multi-select-border-radius","",d.borderRadiusM)};var Lc={backgroundColor:r.extend("--ft-popover-background-color","",f.backgroundGlobalOnSurface),horizontalPadding:r.extend("--ft-popover-horizontal-padding","",d.spacing6),verticalPadding:r.extend("--ft-popover-vertical-padding","",d.spacing6),titleColor:r.extend("--ft-popover-title-color","",f.contentGlobalPrimary),bodyColor:r.extend("--ft-popover-body-color","",f.contentGlobalSecondary),linkColor:r.extend("--ft-popover-link-color","",f.contentActionPrimary),gap:r.extend("--ft-popover-gap","",d.spacing3),borderRadius:r.extend("--ft-popover-border-radius","",d.borderRadiusM),shadow:r.extend("--ft-popover-shadow","",d.shadowElevation02)};var kc={topLeftBorderRadius:r.extend("--ft-tabs-top-left-border-radius","",d.borderRadiusS),topRightBorderRadius:r.extend("--ft-tabs-top-right-border-radius","",d.borderRadiusS),withLabelHorizontalPadding:r.extend("--ft-tabs-with-label-horizontal-padding","",d.spacing4),withLabelVerticalPadding:r.extend("--ft-tabs-with-label-vertical-padding","",d.spacing3),horizontalGap:r.extend("--ft-tabs-horizontal-gap","",d.spacing1),verticalGap:r.extend("--ft-tabs-vertical-gap","",d.spacing1),offHoverStateLayerOpacity:r.extend("--ft-tabs-off-hover-state-layer-opacity","",d.opacity8),offDefaultStateLayerOpacity:r.extend("--ft-tabs-off-default-state-layer-opacity","",d.opacity0),offFocusStateLayerOpacity:r.extend("--ft-tabs-off-focus-state-layer-opacity","",d.opacity8),offDisabledComponentOpacity:r.extend("--ft-tabs-off-disabled-component-opacity","",d.opacity40),offColor:r.extend("--ft-tabs-off-color","",f.contentGlobalSubtle),offStateLayerColor:r.extend("--ft-tabs-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:r.extend("--ft-tabs-on-hover-state-layer-opacity","",d.opacity8),onDefaultStateLayerOpacity:r.extend("--ft-tabs-on-default-state-layer-opacity","",d.opacity0),onFocusStateLayerOpacity:r.extend("--ft-tabs-on-focus-state-layer-opacity","",d.opacity8),onActiveStateLayerOpacity:r.extend("--ft-tabs-on-active-state-layer-opacity","",d.opacity16),onColor:r.extend("--ft-tabs-on-color","",f.contentActionPrimary),onStateLayerColor:r.extend("--ft-tabs-on-state-layer-color","",f.contentActionPrimary),iconOnlyHorizontalPadding:r.extend("--ft-tabs-icon-only-horizontal-padding","",d.spacing4),iconOnlyVerticalPadding:r.extend("--ft-tabs-icon-only-vertical-padding","",d.spacing4),alertTopPadding:r.extend("--ft-tabs-alert-top-padding","",d.spacing1),alertRightPadding:r.extend("--ft-tabs-alert-right-padding","",d.spacing05),focusOutlineWidth:r.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-tabs-focus-focus-ring-color","",f.borderActionFocusRing)};var Tc={hoverStateLayerOpacity:r.extend("--ft-collapsible-hover-state-layer-opacity","",d.opacity8),focusStateLayerOpacity:r.extend("--ft-collapsible-focus-state-layer-opacity","",d.opacity8),focusOutlineWidth:r.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:r.extend("--ft-collapsible-focus-focus-ring-color","",f.borderActionFocusRing),activeStateLayerOpacity:r.extend("--ft-collapsible-active-state-layer-opacity","",d.opacity16),disabledComponentOpacity:r.extend("--ft-collapsible-disabled-component-opacity","",d.opacity40),horizontalPadding:r.extend("--ft-collapsible-horizontal-padding","",d.spacing4),verticalPadding:r.extend("--ft-collapsible-vertical-padding","",d.spacing3),color:r.extend("--ft-collapsible-color","",f.contentGlobalPrimary),stateLayerColor:r.extend("--ft-collapsible-state-layer-color","",f.contentGlobalPrimary),backgroundColor:r.extend("--ft-collapsible-background-color","",f.backgroundGlobalOnSurface),borderColor:r.extend("--ft-collapsible-border-color","",f.borderGlobalSubtle),iconSize:r.extend("--ft-collapsible-icon-size","",d.iconSize3)};var Ic={groupHorizontalPadding:r.extend("--ft-switch-group-horizontal-padding","",d.spacing1),groupVerticalPadding:r.extend("--ft-switch-group-vertical-padding","",d.spacing1),groupGap:r.extend("--ft-switch-group-gap","",d.spacing1),groupBackgroundColor:r.extend("--ft-switch-group-background-color","",f.backgroundGlobalSurface),groupBorderColor:r.extend("--ft-switch-group-border-color","",f.borderGlobalSubtle),groupBorderRadius:r.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:r.extend("--ft-switch-label-horizontal-padding","",d.spacing2),labelVerticalPadding:r.extend("--ft-switch-label-vertical-padding","",d.spacing1),offHoverStateLayerOpacity:r.extend("--ft-switch-off-hover-state-layer-opacity","",d.opacity8),offFocusStateLayerOpacity:r.extend("--ft-switch-off-focus-state-layer-opacity","",d.opacity8),offActiveStateLayerOpacity:r.extend("--ft-switch-off-active-state-layer-opacity","",d.opacity16),offDisabledComponentOpacity:r.extend("--ft-switch-off-disabled-component-opacity","",d.opacity40),offColor:r.extend("--ft-switch-off-color","",f.contentGlobalSubtle),offStateLayerColor:r.extend("--ft-switch-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:r.extend("--ft-switch-on-hover-state-layer-opacity","",d.opacity8),onFocusStateLayerOpacity:r.extend("--ft-switch-on-focus-state-layer-opacity","",d.opacity8),onActiveStateLayerOpacity:r.extend("--ft-switch-on-active-state-layer-opacity","",d.opacity16),onDisabledComponentOpacity:r.extend("--ft-switch-on-disabled-component-opacity","",d.opacity40),onColor:r.extend("--ft-switch-on-color","",f.contentActionPrimary),onStateLayerColor:r.extend("--ft-switch-on-state-layer-color","",f.contentActionPrimary),iconHorizontalPadding:r.extend("--ft-switch-icon-horizontal-padding","",d.spacing1),iconVerticalPadding:r.extend("--ft-switch-icon-vertical-padding","",d.spacing1),focusOutlineWidth:r.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-switch-focus-focus-ring-color","",f.borderActionFocusRing),optionBorderRadius:r.extend("--ft-switch-option-border-radius","",d.borderRadiusS)};var Dc={color1Light:r.extend("--ft-chart-1-light","for area color charts",d.colorBrand40),color1Base:r.extend("--ft-chart-1-base","for line charts",d.colorBrand0),color2Light:r.extend("--ft-chart-2-light","for area color charts",d.colorYellow60),color2Base:r.extend("--ft-chart-2-base","for line charts",d.colorYellow100),color3Light:r.extend("--ft-chart-3-light","",d.colorUltramarine40),color3Base:r.extend("--ft-chart-3-base","",d.colorUltramarine70),color4Light:r.extend("--ft-chart-4-light","",d.colorCyan50),color4Base:r.extend("--ft-chart-4-base","",d.colorCyan100),color5Light:r.extend("--ft-chart-5-light","",d.colorRed40),color5Base:r.extend("--ft-chart-5-base","",d.colorRed60),color6Light:r.extend("--ft-chart-6-light","",d.colorGreen40),color6Base:r.extend("--ft-chart-6-base","",d.colorGreen70),color7Light:r.extend("--ft-chart-7-light","",d.colorOrange70),color7Base:r.extend("--ft-chart-7-base","",d.colorOrange100),color8Light:r.extend("--ft-chart-8-light","",d.colorAvocado70),color8Base:r.extend("--ft-chart-8-base","",d.colorAvocado200),color9Light:r.extend("--ft-chart-9-light","",d.colorBrown50),color9Base:r.extend("--ft-chart-9-base","",d.colorBrown200),color10Light:r.extend("--ft-chart-10-light","",d.colorGray50),color10Base:r.extend("--ft-chart-10-base","",d.colorGray80),monochrome10:r.extend("--ft-chart-monochrome-10","",d.colorBrand10),monochrome20:r.extend("--ft-chart-monochrome-20","",d.colorBrand20),monochrome30:r.extend("--ft-chart-monochrome-30","",d.colorBrand40),monochrome40:r.extend("--ft-chart-monochrome-40","",d.colorBrand60),monochrome50:r.extend("--ft-chart-monochrome-50","",d.colorBrand0),monochrome60:r.extend("--ft-chart-monochrome-60","",d.colorBrand200)};var Mc={borderWidth:r.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:r.extend("--ft-notice-horizontal-padding","",d.spacing3),verticalPadding:r.extend("--ft-notice-vertical-padding","",d.spacing2),borderRadius:r.extend("--ft-notice-border-radius","",d.borderRadiusS),gap:r.extend("--ft-notice-gap","",d.spacing2),iconSize:r.extend("--ft-notice-icon-size","",d.iconSize3),infoBackgroundColor:r.extend("--ft-notice-info-background-color","",f.backgroundInfoSubtle),infoBorderColor:r.extend("--ft-notice-info-border-color","",f.borderInfoSubtle),infoColor:r.extend("--ft-notice-info-color","",f.contentInfoPrimary),infoIconColor:r.extend("--ft-notice-info-icon-color","",f.contentInfoIconOnly),warningBackgroundColor:r.extend("--ft-notice-warning-background-color","",f.backgroundWarningSubtle),warningBorderColor:r.extend("--ft-notice-warning-border-color","",f.borderWarningSubtle),warningColor:r.extend("--ft-notice-warning-color","",f.contentWarningPrimary),warningIconColor:r.extend("--ft-notice-warning-icon-color","",f.contentWarningIconOnly),errorBackgroundColor:r.extend("--ft-notice-error-background-color","",f.backgroundErrorSubtle),errorBorderColor:r.extend("--ft-notice-error-border-color","",f.borderErrorSubtle),errorColor:r.extend("--ft-notice-error-color","",f.contentErrorPrimary),errorIconColor:r.extend("--ft-notice-error-icon-color","",f.contentErrorIconOnly),successBackgroundColor:r.extend("--ft-notice-success-background-color","",f.backgroundSuccessSubtle),successBorderColor:r.extend("--ft-notice-success-border-color","",f.borderSuccessSubtle),successColor:r.extend("--ft-notice-success-color","",f.contentSuccessPrimary),successIconColor:r.extend("--ft-notice-success-icon-color","",f.contentSuccessIconOnly)};var Bc={color:r.extend("--ft-checkbox-color","",f.contentGlobalPrimary),checkedBackgroundColor:r.extend("--ft-checkbox-checked-background-color","",f.contentActionPrimary),checkedStateLayerColor:r.extend("--ft-checkbox-checked-state-layer-color","",f.contentActionPrimary),checkedIconColor:r.extend("--ft-checkbox-checked-icon-color","",f.contentGlobalOnColor),checkedHoverStateLayerOpacity:r.extend("--ft-checkbox-checked-hover-state-layer-opacity","",d.opacity16),checkedFocusStateLayerOpacity:r.extend("--ft-checkbox-checked-focus-state-layer-opacity","",d.opacity16),checkedActiveStateLayerOpacity:r.extend("--ft-checkbox-checked-active-state-layer-opacity","",d.opacity24),checkedDisabledComponentOpacity:r.extend("--ft-checkbox-checked-disabled-component-opacity","",d.opacity40),uncheckedBorderColor:r.extend("--ft-checkbox-unchecked-border-color","",d.colorGray80),uncheckedStateLayerColor:r.extend("--ft-checkbox-unchecked-state-layer-color","",d.colorGray80),uncheckedHoverStateLayerOpacity:r.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",d.opacity16),uncheckedFocusStateLayerOpacity:r.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",d.opacity16),uncheckedActiveStateLayerOpacity:r.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",d.opacity24),uncheckedDisabledComponentOpacity:r.extend("--ft-checkbox-unchecked-disabled-component-opacity","",d.opacity40),focusFocusRingColor:r.extend("--ft-checkbox-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:r.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:r.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:r.extend("--ft-checkbox-gap","",d.spacing3)};var Wc={offHoverStateLayerOpacity:r.extend("--ft-toggle-off-hover-state-layer-opacity","",d.opacity16),offFocusStateLayerOpacity:r.extend("--ft-toggle-off-focus-state-layer-opacity","",d.opacity16),offActiveStateLayerOpacity:r.extend("--ft-toggle-off-active-state-layer-opacity","",d.opacity24),offDisabledComponentOpacity:r.extend("--ft-toggle-off-disabled-component-opacity","",d.opacity40),offBackgroundColor:r.extend("--ft-toggle-off-background-color","",f.contentGlobalSubtle),offIconColor:r.extend("--ft-toggle-off-icon-color","",f.contentGlobalSubtle),offStateLayerColor:r.extend("--ft-toggle-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:r.extend("--ft-toggle-on-hover-state-layer-opacity","",d.opacity16),onFocusStateLayerOpacity:r.extend("--ft-toggle-on-focus-state-layer-opacity","",d.opacity16),onActiveStateLayerOpacity:r.extend("--ft-toggle-on-active-state-layer-opacity","",d.opacity24),onDisabledComponentOpacity:r.extend("--ft-toggle-on-disabled-component-opacity","",d.opacity40),onBackgroundColor:r.extend("--ft-toggle-on-background-color","",f.contentActionPrimary),onStateLayerColor:r.extend("--ft-toggle-on-state-layer-color","",f.contentActionPrimary),onIconColor:r.extend("--ft-toggle-on-icon-color","",f.contentActionPrimary),color:r.extend("--ft-toggle-color","",f.contentGlobalPrimary),focusFocusRingColor:r.extend("--ft-toggle-focus-focus-ring-color","",f.borderActionFocusRing),gap:r.extend("--ft-toggle-gap","",d.spacing3)};var zc={color:r.extend("--ft-radio-color","",f.contentGlobalPrimary),selectedRadioColor:r.extend("--ft-radio-selected-radio-color","",f.contentActionPrimary),selectedStateLayerColor:r.extend("--ft-radio-selected-state-layer-color","",f.contentActionPrimary),selectedHoverStateLayerOpacity:r.extend("--ft-radio-selected-hover-state-layer-opacity","",d.opacity16),selectedFocusStateLayerOpacity:r.extend("--ft-radio-selected-focus-state-layer-opacity","",d.opacity16),selectedActiveStateLayerOpacity:r.extend("--ft-radio-selected-active-state-layer-opacity","",d.opacity24),selectedDisabledComponentOpacity:r.extend("--ft-radio-selected-disabled-component-opacity","",d.opacity40),unselectedStateLayerColor:r.extend("--ft-radio-unselected-state-layer-color","",f.borderInputPrimary),unselectedBorderColor:r.extend("--ft-radio-unselected-border-color","",f.borderInputPrimary),unselectedHoverStateLayerOpacity:r.extend("--ft-radio-unselected-hover-state-layer-opacity","",d.opacity16),unselectedFocusStateLayerOpacity:r.extend("--ft-radio-unselected-focus-state-layer-opacity","",d.opacity16),unselectedActiveStateLayerOpacity:r.extend("--ft-radio-unselected-active-state-layer-opacity","",d.opacity24),unselectedDisabledComponentOpacity:r.extend("--ft-radio-unselected-disabled-component-opacity","",d.opacity40),focusFocusRingColor:r.extend("--ft-radio-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:r.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:r.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:r.extend("--ft-radio-gap","",d.spacing3)};var Uc={iconSize:r.extend("--ft-notification-icon-size","",d.iconSize4),leftPadding:r.extend("--ft-notification-left-padding","",d.spacing5),rightPadding:r.extend("--ft-notification-right-padding","",d.spacing4),verticalPadding:r.extend("--ft-notification-vertical-padding","",d.spacing3),infoBackgroundColor:r.extend("--ft-notification-info-background-color","",f.backgroundInfoSubtle),infoColor:r.extend("--ft-notification-info-color","",f.contentInfoPrimary),infoIconColor:r.extend("--ft-notification-info-icon-color","",f.contentInfoIconOnly),infoBorderColor:r.extend("--ft-notification-info-border-color","",f.borderInfoSubtle),successBackgroundColor:r.extend("--ft-notification-success-background-color","",f.backgroundSuccessSubtle),successColor:r.extend("--ft-notification-success-color","",f.contentSuccessPrimary),successIconColor:r.extend("--ft-notification-success-icon-color","",f.contentSuccessIconOnly),successBorderColor:r.extend("--ft-notification-success-border-color","",f.borderSuccessSubtle),warningBackgroundColor:r.extend("--ft-notification-warning-background-color","",f.backgroundWarningSubtle),warningColor:r.extend("--ft-notification-warning-color","",f.contentWarningPrimary),warningIconColor:r.extend("--ft-notification-warning-icon-color","",f.contentWarningIconOnly),warningBorderColor:r.extend("--ft-notification-warning-border-color","",f.borderWarningSubtle),errorBackgroundColor:r.extend("--ft-notification-error-background-color","",f.backgroundErrorSubtle),errorColor:r.extend("--ft-notification-error-color","",f.contentErrorPrimary),errorIconColor:r.extend("--ft-notification-error-icon-color","",f.contentErrorIconOnly),errorBorderColor:r.extend("--ft-notification-error-border-color","",f.borderErrorSubtle),borderRadius:r.extend("--ft-notification-border-radius","",d.borderRadiusPill),borderWidth:r.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:r.extend("--ft-notification-leading-gap","",d.spacing2),trailingGap:r.extend("--ft-notification-trailing-gap","",d.spacing8)};var Hc={horizontalPadding:r.extend("--ft-tooltip-horizontal-padding","",d.spacing2),verticalPadding:r.extend("--ft-tooltip-vertical-padding","",d.spacing2),borderRadius:r.extend("--ft-tooltip-border-radius","",d.borderRadiusS),color:r.extend("--ft-tooltip-color","",f.contentGlobalOnColor),backgroundColor:r.extend("--ft-tooltip-background-color","",f.contentGlobalPrimary),backgroundOpacity:r.extend("--ft-tooltip-background-opacity","",d.opacity80),shadow:r.extend("--ft-tooltip-shadow","",d.shadowElevation03),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","256px"),gap:r.extend("--ft-tooltip-gap","",d.spacing05)};var Dn;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(Dn||(Dn={}));var Mn;(function(e){e.large="large",e.medium="medium",e.small="small"})(Mn||(Mn={}));function Fc(e){return`design-system--family-${e}`}function jc(e){return`design-system--size-${e}`}var R={colorPrimary:r.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:r.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:r.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:r.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:r.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:r.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:r.create("--ft-color-error","","COLOR","#B00020"),colorOutline:r.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:r.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:r.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:r.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:r.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:r.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:r.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:r.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:r.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:r.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:r.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:r.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:r.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:r.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:r.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:r.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:r.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:r.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:r.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:r.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:r.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:r.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:r.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:r.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:r.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:r.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:r.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:r.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:r.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:r.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:r.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:r.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:r.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:r.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:r.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:r.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:r.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:r.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:r.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:r.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:r.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:r.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:r.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:r.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:r.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:r.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:r.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:r.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:r.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:r.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:r.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:r.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:r.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:r.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:r.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Fn={};G(Fn,{FtNotificationEvent:()=>zn,PostResizeEvent:()=>Hn,PreResizeEvent:()=>Un});var zn=class extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}},Un=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},Hn=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}};var ei={};G(ei,{computeOffsetPosition:()=>ti});var Fa=["top","right","bottom","left"],Ha=["start","end"],Vn=Fa.reduce((e,t)=>e.concat(t,t+"-"+Ha[0],t+"-"+Ha[1]),[]),Co=Math.min,Qt=Math.max,wo=Math.round;var Ht=e=>({x:e,y:e}),Vc={left:"right",right:"left",bottom:"top",top:"bottom"},Kc={start:"end",end:"start"};function Kn(e,t,o){return Qt(e,Co(t,o))}function lr(e,t){return typeof e=="function"?e(t):e}function We(e){return e.split("-")[0]}function te(e){return e.split("-")[1]}function Gn(e){return e==="x"?"y":"x"}function Zn(e){return e==="y"?"height":"width"}function cr(e){return["top","bottom"].includes(We(e))?"y":"x"}function qn(e){return Gn(cr(e))}function ja(e,t,o){o===void 0&&(o=!1);let n=te(e),i=qn(e),a=Zn(i),s=i==="x"?n===(o?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[a]>t.floating[a]&&(s=jn(s)),[s,jn(s)]}function Va(e){return e.replace(/start|end/g,t=>Kc[t])}function jn(e){return e.replace(/left|right|bottom|top/g,t=>Vc[t])}function Gc(e){return{top:0,right:0,bottom:0,left:0,...e}}function Ka(e){return typeof e!="number"?Gc(e):{top:e,right:e,bottom:e,left:e}}function we(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function Ga(e,t,o){let{reference:n,floating:i}=e,a=cr(t),s=qn(t),l=Zn(s),c=We(t),p=a==="y",h=n.x+n.width/2-i.width/2,u=n.y+n.height/2-i.height/2,m=n[l]/2-i[l]/2,y;switch(c){case"top":y={x:h,y:n.y-i.height};break;case"bottom":y={x:h,y:n.y+n.height};break;case"right":y={x:n.x+n.width,y:u};break;case"left":y={x:n.x-i.width,y:u};break;default:y={x:n.x,y:n.y}}switch(te(t)){case"start":y[s]-=m*(o&&p?-1:1);break;case"end":y[s]+=m*(o&&p?-1:1);break}return y}var Za=async(e,t,o)=>{let{placement:n="bottom",strategy:i="absolute",middleware:a=[],platform:s}=o,l=a.filter(Boolean),c=await(s.isRTL==null?void 0:s.isRTL(t)),p=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:h,y:u}=Ga(p,n,c),m=n,y={},g=0;for(let S=0;S<l.length;S++){let{name:E,fn:N}=l[S],{x:A,y:v,data:x,reset:O}=await N({x:h,y:u,initialPlacement:n,placement:m,strategy:i,middlewareData:y,rects:p,platform:s,elements:{reference:e,floating:t}});if(h=A??h,u=v??u,y={...y,[E]:{...y[E],...x}},O&&g<=50){g++,typeof O=="object"&&(O.placement&&(m=O.placement),O.rects&&(p=O.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:i}):O.rects),{x:h,y:u}=Ga(p,m,c)),S=-1;continue}}return{x:h,y:u,placement:m,strategy:i,middlewareData:y}};async function Yn(e,t){var o;t===void 0&&(t={});let{x:n,y:i,platform:a,rects:s,elements:l,strategy:c}=e,{boundary:p="clippingAncestors",rootBoundary:h="viewport",elementContext:u="floating",altBoundary:m=!1,padding:y=0}=lr(t,e),g=Ka(y),E=l[m?u==="floating"?"reference":"floating":u],N=we(await a.getClippingRect({element:(o=await(a.isElement==null?void 0:a.isElement(E)))==null||o?E:E.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(l.floating)),boundary:p,rootBoundary:h,strategy:c})),A=u==="floating"?{...s.floating,x:n,y:i}:s.reference,v=await(a.getOffsetParent==null?void 0:a.getOffsetParent(l.floating)),x=await(a.isElement==null?void 0:a.isElement(v))?await(a.getScale==null?void 0:a.getScale(v))||{x:1,y:1}:{x:1,y:1},O=we(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:A,offsetParent:v,strategy:c}):A);return{top:(N.top-O.top+g.top)/x.y,bottom:(O.bottom-N.bottom+g.bottom)/x.y,left:(N.left-O.left+g.left)/x.x,right:(O.right-N.right+g.right)/x.x}}function Zc(e,t,o){return(e?[...o.filter(i=>te(i)===e),...o.filter(i=>te(i)!==e)]:o.filter(i=>We(i)===i)).filter(i=>e?te(i)===e||(t?Va(i)!==i:!1):!0)}var Xn=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var o,n,i;let{rects:a,middlewareData:s,placement:l,platform:c,elements:p}=t,{crossAxis:h=!1,alignment:u,allowedPlacements:m=Vn,autoAlignment:y=!0,...g}=lr(e,t),S=u!==void 0||m===Vn?Zc(u||null,y,m):m,E=await Yn(t,g),N=((o=s.autoPlacement)==null?void 0:o.index)||0,A=S[N];if(A==null)return{};let v=ja(A,a,await(c.isRTL==null?void 0:c.isRTL(p.floating)));if(l!==A)return{reset:{placement:S[0]}};let x=[E[We(A)],E[v[0]],E[v[1]]],O=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:A,overflows:x}],T=S[N+1];if(T)return{data:{index:N+1,overflows:O},reset:{placement:T}};let F=O.map(P=>{let I=te(P.placement);return[P.placement,I&&h?P.overflows.slice(0,2).reduce((B,it)=>B+it,0):P.overflows[0],P.overflows]}).sort((P,I)=>P[1]-I[1]),j=((i=F.filter(P=>P[2].slice(0,te(P[0])?2:3).every(I=>I<=0))[0])==null?void 0:i[0])||F[0][0];return j!==l?{data:{index:N+1,overflows:O},reset:{placement:j}}:{}}}};var Jn=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:o,y:n,placement:i}=t,{mainAxis:a=!0,crossAxis:s=!1,limiter:l={fn:E=>{let{x:N,y:A}=E;return{x:N,y:A}}},...c}=lr(e,t),p={x:o,y:n},h=await Yn(t,c),u=cr(We(i)),m=Gn(u),y=p[m],g=p[u];if(a){let E=m==="y"?"top":"left",N=m==="y"?"bottom":"right",A=y+h[E],v=y-h[N];y=Kn(A,y,v)}if(s){let E=u==="y"?"top":"left",N=u==="y"?"bottom":"right",A=g+h[E],v=g-h[N];g=Kn(A,g,v)}let S=l.fn({...t,[m]:y,[u]:g});return{...S,data:{x:S.x-o,y:S.y-n}}}}};function Ft(e){return Ya(e)?(e.nodeName||"").toLowerCase():"#document"}function dt(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function jt(e){var t;return(t=(Ya(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Ya(e){return e instanceof Node||e instanceof dt(e).Node}function Lt(e){return e instanceof Element||e instanceof dt(e).Element}function At(e){return e instanceof HTMLElement||e instanceof dt(e).HTMLElement}function qa(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof dt(e).ShadowRoot}function ze(e){let{overflow:t,overflowX:o,overflowY:n,display:i}=bt(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+o)&&!["inline","contents"].includes(i)}function Xa(e){return["table","td","th"].includes(Ft(e))}function pr(e){let t=fr(),o=bt(e);return o.transform!=="none"||o.perspective!=="none"||(o.containerType?o.containerType!=="normal":!1)||!t&&(o.backdropFilter?o.backdropFilter!=="none":!1)||!t&&(o.filter?o.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(o.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(o.contain||"").includes(n))}function Ja(e){let t=Ee(e);for(;At(t)&&!Eo(t);){if(pr(t))return t;t=Ee(t)}return null}function fr(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Eo(e){return["html","body","#document"].includes(Ft(e))}function bt(e){return dt(e).getComputedStyle(e)}function No(e){return Lt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Ee(e){if(Ft(e)==="html")return e;let t=e.assignedSlot||e.parentNode||qa(e)&&e.host||jt(e);return qa(t)?t.host:t}function Qa(e){let t=Ee(e);return Eo(t)?e.ownerDocument?e.ownerDocument.body:e.body:At(t)&&ze(t)?t:Qa(t)}function dr(e,t,o){var n;t===void 0&&(t=[]),o===void 0&&(o=!0);let i=Qa(e),a=i===((n=e.ownerDocument)==null?void 0:n.body),s=dt(i);return a?t.concat(s,s.visualViewport||[],ze(i)?i:[],s.frameElement&&o?dr(s.frameElement):[]):t.concat(i,dr(i,[],o))}function os(e){let t=bt(e),o=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=At(e),a=i?e.offsetWidth:o,s=i?e.offsetHeight:n,l=wo(o)!==a||wo(n)!==s;return l&&(o=a,n=s),{width:o,height:n,$:l}}function rs(e){return Lt(e)?e:e.contextElement}function Ue(e){let t=rs(e);if(!At(t))return Ht(1);let o=t.getBoundingClientRect(),{width:n,height:i,$:a}=os(t),s=(a?wo(o.width):o.width)/n,l=(a?wo(o.height):o.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}var qc=Ht(0);function ns(e){let t=dt(e);return!fr()||!t.visualViewport?qc:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Yc(e,t,o){return t===void 0&&(t=!1),!o||t&&o!==dt(e)?!1:t}function Ao(e,t,o,n){t===void 0&&(t=!1),o===void 0&&(o=!1);let i=e.getBoundingClientRect(),a=rs(e),s=Ht(1);t&&(n?Lt(n)&&(s=Ue(n)):s=Ue(e));let l=Yc(a,o,n)?ns(a):Ht(0),c=(i.left+l.x)/s.x,p=(i.top+l.y)/s.y,h=i.width/s.x,u=i.height/s.y;if(a){let m=dt(a),y=n&&Lt(n)?dt(n):n,g=m.frameElement;for(;g&&n&&y!==m;){let S=Ue(g),E=g.getBoundingClientRect(),N=bt(g),A=E.left+(g.clientLeft+parseFloat(N.paddingLeft))*S.x,v=E.top+(g.clientTop+parseFloat(N.paddingTop))*S.y;c*=S.x,p*=S.y,h*=S.x,u*=S.y,c+=A,p+=v,g=dt(g).frameElement}}return we({width:h,height:u,x:c,y:p})}function Xc(e){let{rect:t,offsetParent:o,strategy:n}=e,i=At(o),a=jt(o);if(o===a)return t;let s={scrollLeft:0,scrollTop:0},l=Ht(1),c=Ht(0);if((i||!i&&n!=="fixed")&&((Ft(o)!=="body"||ze(a))&&(s=No(o)),At(o))){let p=Ao(o);l=Ue(o),c.x=p.x+o.clientLeft,c.y=p.y+o.clientTop}return{width:t.width*l.x,height:t.height*l.y,x:t.x*l.x-s.scrollLeft*l.x+c.x,y:t.y*l.y-s.scrollTop*l.y+c.y}}function Jc(e){return Array.from(e.getClientRects())}function is(e){return Ao(jt(e)).left+No(e).scrollLeft}function Qc(e){let t=jt(e),o=No(e),n=e.ownerDocument.body,i=Qt(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),a=Qt(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight),s=-o.scrollLeft+is(e),l=-o.scrollTop;return bt(n).direction==="rtl"&&(s+=Qt(t.clientWidth,n.clientWidth)-i),{width:i,height:a,x:s,y:l}}function td(e,t){let o=dt(e),n=jt(e),i=o.visualViewport,a=n.clientWidth,s=n.clientHeight,l=0,c=0;if(i){a=i.width,s=i.height;let p=fr();(!p||p&&t==="fixed")&&(l=i.offsetLeft,c=i.offsetTop)}return{width:a,height:s,x:l,y:c}}function ed(e,t){let o=Ao(e,!0,t==="fixed"),n=o.top+e.clientTop,i=o.left+e.clientLeft,a=At(e)?Ue(e):Ht(1),s=e.clientWidth*a.x,l=e.clientHeight*a.y,c=i*a.x,p=n*a.y;return{width:s,height:l,x:c,y:p}}function ts(e,t,o){let n;if(t==="viewport")n=td(e,o);else if(t==="document")n=Qc(jt(e));else if(Lt(t))n=ed(t,o);else{let i=ns(e);n={...t,x:t.x-i.x,y:t.y-i.y}}return we(n)}function as(e,t){let o=Ee(e);return o===t||!Lt(o)||Eo(o)?!1:bt(o).position==="fixed"||as(o,t)}function od(e,t){let o=t.get(e);if(o)return o;let n=dr(e,[],!1).filter(l=>Lt(l)&&Ft(l)!=="body"),i=null,a=bt(e).position==="fixed",s=a?Ee(e):e;for(;Lt(s)&&!Eo(s);){let l=bt(s),c=pr(s);!c&&l.position==="fixed"&&(i=null),(a?!c&&!i:!c&&l.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||ze(s)&&!c&&as(e,s))?n=n.filter(h=>h!==s):i=l,s=Ee(s)}return t.set(e,n),n}function rd(e){let{element:t,boundary:o,rootBoundary:n,strategy:i}=e,s=[...o==="clippingAncestors"?od(t,this._c):[].concat(o),n],l=s[0],c=s.reduce((p,h)=>{let u=ts(t,h,i);return p.top=Qt(u.top,p.top),p.right=Co(u.right,p.right),p.bottom=Co(u.bottom,p.bottom),p.left=Qt(u.left,p.left),p},ts(t,l,i));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function nd(e){return os(e)}function id(e,t,o){let n=At(t),i=jt(t),a=o==="fixed",s=Ao(e,!0,a,t),l={scrollLeft:0,scrollTop:0},c=Ht(0);if(n||!n&&!a)if((Ft(t)!=="body"||ze(i))&&(l=No(t)),n){let p=Ao(t,!0,a,t);c.x=p.x+t.clientLeft,c.y=p.y+t.clientTop}else i&&(c.x=is(i));return{x:s.left+l.scrollLeft-c.x,y:s.top+l.scrollTop-c.y,width:s.width,height:s.height}}function es(e,t){return!At(e)||bt(e).position==="fixed"?null:t?t(e):e.offsetParent}function ss(e,t){let o=dt(e);if(!At(e))return o;let n=es(e,t);for(;n&&Xa(n)&&bt(n).position==="static";)n=es(n,t);return n&&(Ft(n)==="html"||Ft(n)==="body"&&bt(n).position==="static"&&!pr(n))?o:n||Ja(e)||o}var ad=async function(e){let{reference:t,floating:o,strategy:n}=e,i=this.getOffsetParent||ss,a=this.getDimensions;return{reference:id(t,await i(o),n),floating:{x:0,y:0,...await a(o)}}};function sd(e){return bt(e).direction==="rtl"}var ur={convertOffsetParentRelativeRectToViewportRelativeRect:Xc,getDocumentElement:jt,getClippingRect:rd,getOffsetParent:ss,getElementRects:ad,getClientRects:Jc,getDimensions:nd,getScale:Ue,isElement:Lt,isRTL:sd};var ls=(e,t,o)=>{let n=new Map,i={platform:ur,...o},a={...i.platform,_c:n};return Za(e,t,{...i,platform:a})};function cs(e){return ld(e)}function Qn(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function ld(e){for(let t=e;t;t=Qn(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Qn(e);t;t=Qn(t)){if(!(t instanceof Element))continue;let o=getComputedStyle(t);if(o.display!=="contents"&&(o.position!=="static"||o.filter!=="none"||t.tagName==="BODY"))return t}return null}async function ti(e,t,o){return ls(e,t,{platform:{...ur,getOffsetParent:n=>ur.getOffsetParent(n,cs)},middleware:[Jn({crossAxis:!0}),Xn({allowedPlacements:[o]})]})}var ri={};G(ri,{FtLitElement:()=>D});var oi={};G(oi,{ScopedRegistryLitElement:()=>Ro});var hr=window,cd=hr.ShadowRoot&&(hr.ShadyCSS===void 0||hr.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Pm=Symbol();var ds=(e,t)=>{cd?e.adoptedStyleSheets=t.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet):t.forEach(o=>{let n=document.createElement("style"),i=hr.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=o.cssText,e.appendChild(n)})};var Ro=class extends zt{createRenderRoot(){let t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach(([i,a])=>t.registry.define(i,a)));let o={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(o);return ds(n,t.elementStyles),n}};var mr=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},us,ps=Symbol("constructorPrototype"),fs=Symbol("constructorName"),hs=Symbol("exportpartsDebouncer"),D=class extends Ro{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[us]=new rt(5),this[fs]=this.constructor.name,this[ps]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[fs]&&Object.setPrototypeOf(this,this[ps])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(t){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",t)}this.importDynamicDependencies()}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()})}contentAvailableCallback(t){}applyCustomStylesheet(t){var o,n,i;if(((n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(a=>a.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(a){console.error(a,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let a=document.createElement("style");a.classList.add("ft-lit-element--custom-stylesheet"),a.innerHTML=this.customStylesheet,this.shadowRoot.append(a)}}scheduleExportpartsUpdate(){var t,o,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)!==null&&n!==void 0&&n)&&this[hs].run(()=>{var i,a;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((a=this.exportpartsPrefixes)===null||a===void 0?void 0:a.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(t){var o,n,i,a,s,l;let c=m=>m!=null&&m.trim().length>0,p=t.filter(c).map(m=>m.trim());if(p.length===0){this.removeAttribute("exportparts");return}let h=new Set;for(let m of(n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let y=(a=(i=m.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&a!==void 0?a:[],g=(l=(s=m.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(S=>S.split(":")[1]))!==null&&l!==void 0?l:[];new Array(...y,...g).filter(c).map(S=>S.trim()).forEach(S=>h.add(S))}if(h.size===0){this.removeAttribute("exportparts");return}let u=[...h.values()].flatMap(m=>p.map(y=>`${m}:${y}--${m}`));this.setAttribute("exportparts",[...this.part,...u].join(", "))}};us=hs;mr([b()],D.prototype,"exportpartsPrefix",void 0);mr([Ce([])],D.prototype,"exportpartsPrefixes",void 0);mr([b()],D.prototype,"customStylesheet",void 0);mr([W()],D.prototype,"useAdoptedStyleSheets",void 0);var ms={};var ai={};G(ai,{highlightHtml:()=>fd,highlightHtmlColorCssVariable:()=>ys,highlightHtmlStyles:()=>pd});var Ne=class e{constructor(t,o=!0,n=[],i=5e3){this.ctx=t,this.iframes=o,this.exclude=n,this.iframesTimeout=i}static matches(t,o){let n=typeof o=="string"?[o]:o,i=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(i){let a=!1;return n.every(s=>i.call(t,s)?(a=!0,!1):!0),a}else return!1}getContexts(){let t,o=[];return typeof this.ctx>"u"||!this.ctx?t=[]:NodeList.prototype.isPrototypeOf(this.ctx)?t=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?t=this.ctx:typeof this.ctx=="string"?t=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):t=[this.ctx],t.forEach(n=>{let i=o.filter(a=>a.contains(n)).length>0;o.indexOf(n)===-1&&!i&&o.push(n)}),o}getIframeContents(t,o,n=()=>{}){let i;try{let a=t.contentWindow;if(i=a.document,!a||!i)throw new Error("iframe inaccessible")}catch{n()}i&&o(i)}isIframeBlank(t){let o="about:blank",n=t.getAttribute("src").trim();return t.contentWindow.location.href===o&&n!==o&&n}observeIframeLoad(t,o,n){let i=!1,a=null,s=()=>{if(!i){i=!0,clearTimeout(a);try{this.isIframeBlank(t)||(t.removeEventListener("load",s),this.getIframeContents(t,o,n))}catch{n()}}};t.addEventListener("load",s),a=setTimeout(s,this.iframesTimeout)}onIframeReady(t,o,n){try{t.contentWindow.document.readyState==="complete"?this.isIframeBlank(t)?this.observeIframeLoad(t,o,n):this.getIframeContents(t,o,n):this.observeIframeLoad(t,o,n)}catch{n()}}waitForIframes(t,o){let n=0;this.forEachIframe(t,()=>!0,i=>{n++,this.waitForIframes(i.querySelector("html"),()=>{--n||o()})},i=>{i||o()})}forEachIframe(t,o,n,i=()=>{}){let a=t.querySelectorAll("iframe"),s=a.length,l=0;a=Array.prototype.slice.call(a);let c=()=>{--s<=0&&i(l)};s||c(),a.forEach(p=>{e.matches(p,this.exclude)?c():this.onIframeReady(p,h=>{o(p)&&(l++,n(h)),c()},c)})}createIterator(t,o,n){return document.createNodeIterator(t,o,n,!1)}createInstanceOnIframe(t){return new e(t.querySelector("html"),this.iframes)}compareNodeIframe(t,o,n){let i=t.compareDocumentPosition(n),a=Node.DOCUMENT_POSITION_PRECEDING;if(i&a)if(o!==null){let s=o.compareDocumentPosition(n),l=Node.DOCUMENT_POSITION_FOLLOWING;if(s&l)return!0}else return!0;return!1}getIteratorNode(t){let o=t.previousNode(),n;return o===null?n=t.nextNode():n=t.nextNode()&&t.nextNode(),{prevNode:o,node:n}}checkIframeFilter(t,o,n,i){let a=!1,s=!1;return i.forEach((l,c)=>{l.val===n&&(a=c,s=l.handled)}),this.compareNodeIframe(t,o,n)?(a===!1&&!s?i.push({val:n,handled:!0}):a!==!1&&!s&&(i[a].handled=!0),!0):(a===!1&&i.push({val:n,handled:!1}),!1)}handleOpenIframes(t,o,n,i){t.forEach(a=>{a.handled||this.getIframeContents(a.val,s=>{this.createInstanceOnIframe(s).forEachNode(o,n,i)})})}iterateThroughNodes(t,o,n,i,a){let s=this.createIterator(o,t,i),l=[],c=[],p,h,u=()=>({prevNode:h,node:p}=this.getIteratorNode(s),p);for(;u();)this.iframes&&this.forEachIframe(o,m=>this.checkIframeFilter(p,h,m,l),m=>{this.createInstanceOnIframe(m).forEachNode(t,y=>c.push(y),i)}),c.push(p);c.forEach(m=>{n(m)}),this.iframes&&this.handleOpenIframes(l,t,n,i),a()}forEachNode(t,o,n,i=()=>{}){let a=this.getContexts(),s=a.length;s||i(),a.forEach(l=>{let c=()=>{this.iterateThroughNodes(t,l,o,n,()=>{--s<=0&&i()})};this.iframes?this.waitForIframes(l,c):c()})}};var $o=class{constructor(t){this.ctx=t,this.ie=!1;let o=window.navigator.userAgent;(o.indexOf("MSIE")>-1||o.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(t){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},t)}get opt(){return this._opt}get iterator(){return new Ne(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,o="debug"){let n=this.opt.log;this.opt.debug&&typeof n=="object"&&typeof n[o]=="function"&&n[o](`mark.js: ${t}`)}escapeStr(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(t){return this.opt.wildcards!=="disabled"&&(t=this.setupWildcardsRegExp(t)),t=this.escapeStr(t),Object.keys(this.opt.synonyms).length&&(t=this.createSynonymsRegExp(t)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),this.opt.diacritics&&(t=this.createDiacriticsRegExp(t)),t=this.createMergedBlanksRegExp(t),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.createJoinersRegExp(t)),this.opt.wildcards!=="disabled"&&(t=this.createWildcardsRegExp(t)),t=this.createAccuracyRegExp(t),t}createSynonymsRegExp(t){let o=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",i=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let a in o)if(o.hasOwnProperty(a)){let s=o[a],l=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(a):this.escapeStr(a),c=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(s):this.escapeStr(s);l!==""&&c!==""&&(t=t.replace(new RegExp(`(${this.escapeStr(l)}|${this.escapeStr(c)})`,`gm${n}`),i+`(${this.processSynomyms(l)}|${this.processSynomyms(c)})`+i))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return t=t.replace(/(?:\\)*\?/g,o=>o.charAt(0)==="\\"?"?":""),t.replace(/(?:\\)*\*/g,o=>o.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(t){let o=this.opt.wildcards==="withSpaces";return t.replace(/\u0001/g,o?"[\\S\\s]?":"\\S?").replace(/\u0002/g,o?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,(o,n,i)=>{let a=i.charAt(n+1);return/[(|)\\]/.test(a)||a===""?o:o+"\0"})}createJoinersRegExp(t){let o=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&o.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&o.push("\\u00ad\\u200b\\u200c\\u200d"),o.length?t.split(/\u0000+/).join(`[${o.join("")}]*`):t}createDiacriticsRegExp(t){let o=this.opt.caseSensitive?"":"i",n=this.opt.caseSensitive?["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105","A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010D","C\xC7\u0106\u010C","d\u0111\u010F","D\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119","E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012B","I\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142","L\u0141","n\xF1\u0148\u0144","N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014D","O\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159","R\u0158","s\u0161\u015B\u0219\u015F","S\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163","T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016B","U\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFF","Y\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017A","Z\u017D\u017B\u0179"]:["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010DC\xC7\u0106\u010C","d\u0111\u010FD\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012BI\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142L\u0141","n\xF1\u0148\u0144N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014DO\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159R\u0158","s\u0161\u015B\u0219\u015FS\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016BU\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFFY\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017AZ\u017D\u017B\u0179"],i=[];return t.split("").forEach(a=>{n.every(s=>{if(s.indexOf(a)!==-1){if(i.indexOf(s)>-1)return!1;t=t.replace(new RegExp(`[${s}]`,`gm${o}`),`[${s}]`),i.push(s)}return!0})}),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(t){let o="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",n=this.opt.accuracy,i=typeof n=="string"?n:n.value,a=typeof n=="string"?[]:n.limiters,s="";switch(a.forEach(l=>{s+=`|${this.escapeStr(l)}`}),i){case"partially":default:return`()(${t})`;case"complementary":return s="\\s"+(s||this.escapeStr(o)),`()([^${s}]*${t}[^${s}]*)`;case"exactly":return`(^|\\s${s})(${t})(?=$|\\s${s})`}}getSeparatedKeywords(t){let o=[];return t.forEach(n=>{this.opt.separateWordSearch?n.split(" ").forEach(i=>{i.trim()&&o.indexOf(i)===-1&&o.push(i)}):n.trim()&&o.indexOf(n)===-1&&o.push(n)}),{keywords:o.sort((n,i)=>i.length-n.length),length:o.length}}isNumeric(t){return Number(parseFloat(t))==t}checkRanges(t){if(!Array.isArray(t)||Object.prototype.toString.call(t[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(t),[];let o=[],n=0;return t.sort((i,a)=>i.start-a.start).forEach(i=>{let{start:a,end:s,valid:l}=this.callNoMatchOnInvalidRanges(i,n);l&&(i.start=a,i.length=s-a,o.push(i),n=s)}),o}callNoMatchOnInvalidRanges(t,o){let n,i,a=!1;return t&&typeof t.start<"u"?(n=parseInt(t.start,10),i=n+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&i-o>0&&i-n>0?a=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(t)}`),this.opt.noMatch(t))):(this.log(`Ignoring invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)),{start:n,end:i,valid:a}}checkWhitespaceRanges(t,o,n){let i,a=!0,s=n.length,l=o-s,c=parseInt(t.start,10)-l;return c=c>s?s:c,i=c+parseInt(t.length,10),i>s&&(i=s,this.log(`End range automatically set to the max value of ${s}`)),c<0||i-c<0||c>s||i>s?(a=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):n.substring(c,i).replace(/\s+/g,"")===""&&(a=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:c,end:i,valid:a}}getTextNodes(t){let o="",n=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,i=>{n.push({start:o.length,end:(o+=i.textContent).length,node:i})},i=>this.matchesExclude(i.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{t({value:o,nodes:n})})}matchesExclude(t){return Ne.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,o,n){let i=this.opt.element?this.opt.element:"mark",a=t.splitText(o),s=a.splitText(n-o),l=document.createElement(i);return l.setAttribute("data-markjs","true"),this.opt.className&&l.setAttribute("class",this.opt.className),l.textContent=a.textContent,a.parentNode.replaceChild(l,a),s}wrapRangeInMappedTextNode(t,o,n,i,a){t.nodes.every((s,l)=>{let c=t.nodes[l+1];if(typeof c>"u"||c.start>o){if(!i(s.node))return!1;let p=o-s.start,h=(n>s.end?s.end:n)-s.start,u=t.value.substr(0,s.start),m=t.value.substr(h+s.start);if(s.node=this.wrapRangeInTextNode(s.node,p,h),t.value=u+m,t.nodes.forEach((y,g)=>{g>=l&&(t.nodes[g].start>0&&g!==l&&(t.nodes[g].start-=h),t.nodes[g].end-=h)}),n-=h,a(s.node.previousSibling,s.start),n>s.end)o=s.end;else return!1}return!0})}wrapMatches(t,o,n,i,a){let s=o===0?0:o+1;this.getTextNodes(l=>{l.nodes.forEach(c=>{c=c.node;let p;for(;(p=t.exec(c.textContent))!==null&&p[s]!=="";){if(!n(p[s],c))continue;let h=p.index;if(s!==0)for(let u=1;u<s;u++)h+=p[u].length;c=this.wrapRangeInTextNode(c,h,h+p[s].length),i(c.previousSibling),t.lastIndex=0}}),a()})}wrapMatchesAcrossElements(t,o,n,i,a){let s=o===0?0:o+1;this.getTextNodes(l=>{let c;for(;(c=t.exec(l.value))!==null&&c[s]!=="";){let p=c.index;if(s!==0)for(let u=1;u<s;u++)p+=c[u].length;let h=p+c[s].length;this.wrapRangeInMappedTextNode(l,p,h,u=>n(c[s],u),(u,m)=>{t.lastIndex=m,i(u)})}a()})}wrapRangeFromIndex(t,o,n,i){this.getTextNodes(a=>{let s=a.value.length;t.forEach((l,c)=>{let{start:p,end:h,valid:u}=this.checkWhitespaceRanges(l,s,a.value);u&&this.wrapRangeInMappedTextNode(a,p,h,m=>o(m,l,a.value.substring(p,h),c),m=>{n(m,l)})}),i()})}unwrapMatches(t){let o=t.parentNode,n=document.createDocumentFragment();for(;t.firstChild;)n.appendChild(t.removeChild(t.firstChild));o.replaceChild(n,t),this.ie?this.normalizeTextNode(o):o.normalize()}normalizeTextNode(t){if(t){if(t.nodeType===3)for(;t.nextSibling&&t.nextSibling.nodeType===3;)t.nodeValue+=t.nextSibling.nodeValue,t.parentNode.removeChild(t.nextSibling);else this.normalizeTextNode(t.firstChild);this.normalizeTextNode(t.nextSibling)}}markRegExp(t,o){this.opt=o,this.log(`Searching with expression "${t}"`);let n=0,i="wrapMatches",a=s=>{n++,this.opt.each(s)};this.opt.acrossElements&&(i="wrapMatchesAcrossElements"),this[i](t,this.opt.ignoreGroups,(s,l)=>this.opt.filter(l,s,n),a,()=>{n===0&&this.opt.noMatch(t),this.opt.done(n)})}mark(t,o){this.opt=o;let n=0,i="wrapMatches",{keywords:a,length:s}=this.getSeparatedKeywords(typeof t=="string"?[t]:t),l=this.opt.caseSensitive?"":"i",c=p=>{let h=new RegExp(this.createRegExp(p),`gm${l}`),u=0;this.log(`Searching with expression "${h}"`),this[i](h,1,(m,y)=>this.opt.filter(y,p,n,u),m=>{u++,n++,this.opt.each(m)},()=>{u===0&&this.opt.noMatch(p),a[s-1]===p?this.opt.done(n):c(a[a.indexOf(p)+1])})};this.opt.acrossElements&&(i="wrapMatchesAcrossElements"),s===0?this.opt.done(n):c(a[0])}markRanges(t,o){this.opt=o;let n=0,i=this.checkRanges(t);i&&i.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(i)),this.wrapRangeFromIndex(i,(a,s,l,c)=>this.opt.filter(a,s,l,c),(a,s)=>{n++,this.opt.each(a,s)},()=>{this.opt.done(n)})):this.opt.done(n)}unmark(t){this.opt=t;let o=this.opt.element?this.opt.element:"*";o+="[data-markjs]",this.opt.className&&(o+=`.${this.opt.className}`),this.log(`Removal selector "${o}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,n=>{this.unwrapMatches(n)},n=>{let i=Ne.matches(n,o),a=this.matchesExclude(n);return!i||a?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function ni(e){let t=new $o(e);return this.mark=(o,n)=>(t.mark(o,n),this),this.markRegExp=(o,n)=>(t.markRegExp(o,n),this),this.markRanges=(o,n)=>(t.markRanges(o,n),this),this.unmark=o=>(t.unmark(o),this),this}var dd=ni,ys=r.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),pd=_`
1
+ "use strict";(()=>{var Bc=Object.defineProperty;var q=(e,t)=>{for(var o in t)Bc(e,o,{get:t[o],enumerable:!0})};if(!ShadowRoot.prototype.createElement){let e=window.HTMLElement,t=window.customElements.define,o=window.customElements.get,n=window.customElements,i=new WeakMap,l=new WeakMap,c=new WeakMap,s=new WeakMap;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(C,O){if(C=C.toLowerCase(),this._getDefinition(C)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${C}" has already been used with this registry`);if(this._definitionsByClass.get(O)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let E=O.prototype.attributeChangedCallback,z=new Set(O.observedAttributes||[]);b(O,z,E);let Z={elementClass:O,connectedCallback:O.prototype.connectedCallback,disconnectedCallback:O.prototype.disconnectedCallback,adoptedCallback:O.prototype.adoptedCallback,attributeChangedCallback:E,formAssociated:O.formAssociated,formAssociatedCallback:O.prototype.formAssociatedCallback,formDisabledCallback:O.prototype.formDisabledCallback,formResetCallback:O.prototype.formResetCallback,formStateRestoreCallback:O.prototype.formStateRestoreCallback,observedAttributes:z};this._definitionsByTag.set(C,Z),this._definitionsByClass.set(O,Z);let ft=o.call(n,C);ft||(ft=g(C),t.call(n,C,ft)),this===window.customElements&&(c.set(O,Z),Z.standInClass=ft);let V=this._awaitingUpgrade.get(C);if(V){this._awaitingUpgrade.delete(C);for(let B of V)l.delete(B),v(B,Z,!0)}let _=this._whenDefinedPromises.get(C);return _!==void 0&&(_.resolve(O),this._whenDefinedPromises.delete(C)),O}upgrade(){A.push(this),n.upgrade.apply(n,arguments),A.pop()}get(C){return this._definitionsByTag.get(C)?.elementClass}_getDefinition(C){return this._definitionsByTag.get(C)}whenDefined(C){let O=this._getDefinition(C);if(O!==void 0)return Promise.resolve(O.elementClass);let E=this._whenDefinedPromises.get(C);return E===void 0&&(E={},E.promise=new Promise(z=>E.resolve=z),this._whenDefinedPromises.set(C,E)),E.promise}_upgradeWhenDefined(C,O,E){let z=this._awaitingUpgrade.get(O);z||this._awaitingUpgrade.set(O,z=new Set),E?z.add(C):z.delete(C)}};let d;window.HTMLElement=function(){let O=d;if(O)return d=void 0,O;let E=c.get(this.constructor);if(!E)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return O=Reflect.construct(e,[],E.standInClass),Object.setPrototypeOf(O,this.constructor.prototype),i.set(O,E),O},window.HTMLElement.prototype=e.prototype;let u=C=>C===document||C instanceof ShadowRoot,y=C=>{let O=C.getRootNode();if(!u(O)){let E=A[A.length-1];if(E instanceof CustomElementRegistry)return E;O=E.getRootNode(),u(O)||(O=s.get(O)?.getRootNode()||document)}return O.customElements},g=C=>class{static get formAssociated(){return!0}constructor(){let E=Reflect.construct(e,[],this.constructor);Object.setPrototypeOf(E,HTMLElement.prototype);let z=y(E)||window.customElements,Z=z._getDefinition(C);return Z?v(E,Z):l.set(E,z),E}connectedCallback(){let E=i.get(this);E?E.connectedCallback&&E.connectedCallback.apply(this,arguments):l.get(this)._upgradeWhenDefined(this,C,!0)}disconnectedCallback(){let E=i.get(this);E?E.disconnectedCallback&&E.disconnectedCallback.apply(this,arguments):l.get(this)._upgradeWhenDefined(this,C,!1)}adoptedCallback(){i.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let E=i.get(this);E&&E.formAssociated&&E?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let E=i.get(this);E?.formAssociated&&E?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let E=i.get(this);E?.formAssociated&&E?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let E=i.get(this);E?.formAssociated&&E?.formStateRestoreCallback?.apply(this,arguments)}},b=(C,O,E)=>{if(O.size===0||E===void 0)return;let z=C.prototype.setAttribute;z&&(C.prototype.setAttribute=function(V,_){let B=V.toLowerCase();if(O.has(B)){let M=this.getAttribute(B);z.call(this,B,_),E.call(this,B,M,_)}else z.call(this,B,_)});let Z=C.prototype.removeAttribute;Z&&(C.prototype.removeAttribute=function(V){let _=V.toLowerCase();if(O.has(_)){let B=this.getAttribute(_);Z.call(this,_),E.call(this,_,B,null)}else Z.call(this,_)});let ft=C.prototype.toggleAttribute;ft&&(C.prototype.toggleAttribute=function(V,_){let B=V.toLowerCase();if(O.has(B)){let M=this.getAttribute(B);ft.call(this,B,_);let ct=this.getAttribute(B);E.call(this,B,M,ct)}else ft.call(this,B,_)})},x=C=>{let O=Object.getPrototypeOf(C);if(O!==window.HTMLElement)return O===e?Object.setPrototypeOf(C,window.HTMLElement):x(O)},v=(C,O,E=!1)=>{Object.setPrototypeOf(C,O.elementClass.prototype),i.set(C,O),d=C;try{new O.elementClass}catch{x(O.elementClass),new O.elementClass}O.attributeChangedCallback&&O.observedAttributes.forEach(z=>{C.hasAttribute(z)&&O.attributeChangedCallback.call(C,z,null,C.getAttribute(z))}),E&&O.connectedCallback&&C.isConnected&&O.connectedCallback.call(C)},w=Element.prototype.attachShadow;Element.prototype.attachShadow=function(C){let O=w.apply(this,arguments);return C.customElements&&(O.customElements=C.customElements),O};let A=[document],I=(C,O,E=void 0)=>{let z=(E?Object.getPrototypeOf(E):C.prototype)[O];C.prototype[O]=function(){A.push(this);let Z=z.apply(E||this,arguments);return Z!==void 0&&s.set(Z,this),A.pop(),Z}};I(ShadowRoot,"createElement",document),I(ShadowRoot,"importNode",document),I(Element,"insertAdjacentHTML");let L=(C,O)=>{let E=Object.getOwnPropertyDescriptor(C.prototype,O);Object.defineProperty(C.prototype,O,{...E,set(z){A.push(this),E.set.call(this,z),A.pop()}})};if(L(Element,"innerHTML"),L(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let C=new WeakMap,O=HTMLElement.prototype.attachInternals,E=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...V){let _=O.call(this,...V);return C.set(_,this),_},E.forEach(V=>{let _=window.ElementInternals.prototype,B=_[V];_[V]=function(...M){let ct=C.get(this);if(i.get(ct).formAssociated===!0)return B?.call(this,...M);throw new DOMException(`Failed to execute ${B} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class z extends Array{constructor(_){super(..._),this._elements=_}get value(){return this._elements.find(_=>_.checked===!0)?.value||""}}class Z{constructor(_){let B=new Map;_.forEach((M,ct)=>{let Wr=M.getAttribute("name"),Qa=B.get(Wr)||[];this[+ct]=M,Qa.push(M),B.set(Wr,Qa)}),this.length=_.length,B.forEach((M,ct)=>{M&&(M.length===1?this[ct]=M[0]:this[ct]=new z(M))})}namedItem(_){return this[_]}}let ft=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let V=ft.get.call(this,[]),_=[];for(let B of V){let M=i.get(B);(!M||M.formAssociated===!0)&&_.push(B)}return new Z(_)}})}}try{window.customElements.define("custom-element",null)}catch{let t=window.customElements.define;window.customElements.define=(o,n,i)=>{if(n!==null)try{t.bind(window.customElements)(o,n,i)}catch(l){console.info(o,n,i,l)}}}var jr={};q(jr,{CSSResult:()=>ze,LitElement:()=>Gt,ReactiveElement:()=>kt,_$LE:()=>cs,_$LH:()=>as,adoptStyles:()=>or,css:()=>P,defaultConverter:()=>rr,getCompatibleStyle:()=>bo,html:()=>T,isServer:()=>Lp,noChange:()=>Qt,notEqual:()=>Fr,nothing:()=>j,render:()=>Vr,supportsAdoptingStyleSheets:()=>yo,svg:()=>ns,unsafeCSS:()=>Ft});var Fo=globalThis,Go=Fo.ShadowRoot&&(Fo.ShadyCSS===void 0||Fo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,ei=Symbol(),ti=new WeakMap,Ho=class{constructor(t,o,n){if(this._$cssResult$=!0,n!==ei)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o,o=this.t;if(Go&&t===void 0){let n=o!==void 0&&o.length===1;n&&(t=ti.get(o)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),n&&ti.set(o,t))}return t}toString(){return this.cssText}},oi=e=>new Ho(typeof e=="string"?e:e+"",void 0,ei);var Tr=(e,t)=>{if(Go)e.adoptedStyleSheets=t.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet);else for(let o of t){let n=document.createElement("style"),i=Fo.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=o.cssText,e.appendChild(n)}},Ko=Go?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let o="";for(let n of t.cssRules)o+=n.cssText;return oi(o)})(e):e;var{is:Uc,defineProperty:Dc,getOwnPropertyDescriptor:Mc,getOwnPropertyNames:Fc,getOwnPropertySymbols:Hc,getPrototypeOf:Gc}=Object,Zo=globalThis,ri=Zo.trustedTypes,Kc=ri?ri.emptyScript:"",Zc=Zo.reactiveElementPolyfillSupport,po=(e,t)=>e,fo={toAttribute(e,t){switch(t){case Boolean:e=e?Kc:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let o=e;switch(t){case Boolean:o=e!==null;break;case Number:o=e===null?null:Number(e);break;case Object:case Array:try{o=JSON.parse(e)}catch{o=null}}return o}},Vo=(e,t)=>!Uc(e,t),ni={attribute:!0,type:String,converter:fo,reflect:!1,hasChanged:Vo};Symbol.metadata??=Symbol("metadata"),Zo.litPropertyMetadata??=new WeakMap;var he=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=ni){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){let n=Symbol(),i=this.getPropertyDescriptor(t,n,o);i!==void 0&&Dc(this.prototype,t,i)}}static getPropertyDescriptor(t,o,n){let{get:i,set:l}=Mc(this.prototype,t)??{get(){return this[o]},set(c){this[o]=c}};return{get(){return i?.call(this)},set(c){let s=i?.call(this);l.call(this,c),this.requestUpdate(t,s,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??ni}static _$Ei(){if(this.hasOwnProperty(po("elementProperties")))return;let t=Gc(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(po("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(po("properties"))){let o=this.properties,n=[...Fc(o),...Hc(o)];for(let i of n)this.createProperty(i,o[i])}let t=this[Symbol.metadata];if(t!==null){let o=litPropertyMetadata.get(t);if(o!==void 0)for(let[n,i]of o)this.elementProperties.set(n,i)}this._$Eh=new Map;for(let[o,n]of this.elementProperties){let i=this._$Eu(o,n);i!==void 0&&this._$Eh.set(i,o)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){let o=[];if(Array.isArray(t)){let n=new Set(t.flat(1/0).reverse());for(let i of n)o.unshift(Ko(i))}else t!==void 0&&o.push(Ko(t));return o}static _$Eu(t,o){let n=o.attribute;return n===!1?void 0:typeof n=="string"?n:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach(t=>t(this))}addController(t){(this._$E_??=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){let t=new Map,o=this.constructor.elementProperties;for(let n of o.keys())this.hasOwnProperty(n)&&(t.set(n,this[n]),delete this[n]);t.size>0&&(this._$Ep=t)}createRenderRoot(){let t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Tr(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach(t=>t.hostConnected?.())}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach(t=>t.hostDisconnected?.())}attributeChangedCallback(t,o,n){this._$AK(t,n)}_$EO(t,o){let n=this.constructor.elementProperties.get(t),i=this.constructor._$Eu(t,n);if(i!==void 0&&n.reflect===!0){let l=(n.converter?.toAttribute!==void 0?n.converter:fo).toAttribute(o,n.type);this._$Em=t,l==null?this.removeAttribute(i):this.setAttribute(i,l),this._$Em=null}}_$AK(t,o){let n=this.constructor,i=n._$Eh.get(t);if(i!==void 0&&this._$Em!==i){let l=n.getPropertyOptions(i),c=typeof l.converter=="function"?{fromAttribute:l.converter}:l.converter?.fromAttribute!==void 0?l.converter:fo;this._$Em=i,this[i]=c.fromAttribute(o,l.type),this._$Em=null}}requestUpdate(t,o,n,i=!1,l){if(t!==void 0){if(n??=this.constructor.getPropertyOptions(t),!(n.hasChanged??Vo)(i?l:this[t],o))return;this.C(t,o,n)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(t,o,n){this._$AL.has(t)||this._$AL.set(t,o),n.reflect===!0&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(o){Promise.reject(o)}let t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[i,l]of this._$Ep)this[i]=l;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[i,l]of n)l.wrapped!==!0||this._$AL.has(i)||this[i]===void 0||this.C(i,this[i],l)}let t=!1,o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach(n=>n.hostUpdate?.()),this.update(o)):this._$ET()}catch(n){throw t=!1,this._$ET(),n}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach(o=>o.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach(o=>this._$EO(o,this[o])),this._$ET()}updated(t){}firstUpdated(t){}};he.elementStyles=[],he.shadowRootOptions={mode:"open"},he[po("elementProperties")]=new Map,he[po("finalized")]=new Map,Zc?.({ReactiveElement:he}),(Zo.reactiveElementVersions??=[]).push("2.0.2");var Br=globalThis,jo=Br.trustedTypes,ai=jo?jo.createPolicy("lit-html",{createHTML:e=>e}):void 0,Ur="$lit$",Mt=`lit$${(Math.random()+"").slice(9)}$`,Dr="?"+Mt,Vc=`<${Dr}>`,ye=document,Yo=()=>ye.createComment(""),ho=e=>e===null||typeof e!="object"&&typeof e!="function",pi=Array.isArray,fi=e=>pi(e)||typeof e?.[Symbol.iterator]=="function",zr=`[
2
+ \f\r]`,uo=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ii=/-->/g,li=/>/g,me=RegExp(`>|${zr}(?:([^\\s"'>=/]+)(${zr}*=${zr}*(?:[^
3
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),ci=/'/g,si=/"/g,ui=/^(?:script|style|textarea|title)$/i,hi=e=>(t,...o)=>({_$litType$:e,strings:t,values:o}),mi=hi(1),gi=hi(2),vt=Symbol.for("lit-noChange"),et=Symbol.for("lit-nothing"),di=new WeakMap,ge=ye.createTreeWalker(ye,129);function yi(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return ai!==void 0?ai.createHTML(t):t}var bi=(e,t)=>{let o=e.length-1,n=[],i,l=t===2?"<svg>":"",c=uo;for(let s=0;s<o;s++){let d=e[s],u,y,g=-1,b=0;for(;b<d.length&&(c.lastIndex=b,y=c.exec(d),y!==null);)b=c.lastIndex,c===uo?y[1]==="!--"?c=ii:y[1]!==void 0?c=li:y[2]!==void 0?(ui.test(y[2])&&(i=RegExp("</"+y[2],"g")),c=me):y[3]!==void 0&&(c=me):c===me?y[0]===">"?(c=i??uo,g=-1):y[1]===void 0?g=-2:(g=c.lastIndex-y[2].length,u=y[1],c=y[3]===void 0?me:y[3]==='"'?si:ci):c===si||c===ci?c=me:c===ii||c===li?c=uo:(c=me,i=void 0);let x=c===me&&e[s+1].startsWith("/>")?" ":"";l+=c===uo?d+Vc:g>=0?(n.push(u),d.slice(0,g)+Ur+d.slice(g)+Mt+x):d+Mt+(g===-2?s:x)}return[yi(e,l+(e[o]||"<?>")+(t===2?"</svg>":"")),n]},mo=class e{constructor({strings:t,_$litType$:o},n){let i;this.parts=[];let l=0,c=0,s=t.length-1,d=this.parts,[u,y]=bi(t,o);if(this.el=e.createElement(u,n),ge.currentNode=this.el.content,o===2){let g=this.el.content.firstChild;g.replaceWith(...g.childNodes)}for(;(i=ge.nextNode())!==null&&d.length<s;){if(i.nodeType===1){if(i.hasAttributes())for(let g of i.getAttributeNames())if(g.endsWith(Ur)){let b=y[c++],x=i.getAttribute(g).split(Mt),v=/([.?@])?(.*)/.exec(b);d.push({type:1,index:l,name:v[2],strings:x,ctor:v[1]==="."?Xo:v[1]==="?"?Jo:v[1]==="@"?Qo:xe}),i.removeAttribute(g)}else g.startsWith(Mt)&&(d.push({type:6,index:l}),i.removeAttribute(g));if(ui.test(i.tagName)){let g=i.textContent.split(Mt),b=g.length-1;if(b>0){i.textContent=jo?jo.emptyScript:"";for(let x=0;x<b;x++)i.append(g[x],Yo()),ge.nextNode(),d.push({type:2,index:++l});i.append(g[b],Yo())}}}else if(i.nodeType===8)if(i.data===Dr)d.push({type:2,index:l});else{let g=-1;for(;(g=i.data.indexOf(Mt,g+1))!==-1;)d.push({type:7,index:l}),g+=Mt.length-1}l++}}static createElement(t,o){let n=ye.createElement("template");return n.innerHTML=t,n}};function be(e,t,o=e,n){if(t===vt)return t;let i=n!==void 0?o._$Co?.[n]:o._$Cl,l=ho(t)?void 0:t._$litDirective$;return i?.constructor!==l&&(i?._$AO?.(!1),l===void 0?i=void 0:(i=new l(e),i._$AT(e,o,n)),n!==void 0?(o._$Co??=[])[n]=i:o._$Cl=i),i!==void 0&&(t=be(e,i._$AS(e,t.values),i,n)),t}var qo=class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:o},parts:n}=this._$AD,i=(t?.creationScope??ye).importNode(o,!0);ge.currentNode=i;let l=ge.nextNode(),c=0,s=0,d=n[0];for(;d!==void 0;){if(c===d.index){let u;d.type===2?u=new go(l,l.nextSibling,this,t):d.type===1?u=new d.ctor(l,d.name,d.strings,this,t):d.type===6&&(u=new tr(l,this,t)),this._$AV.push(u),d=n[++s]}c!==d?.index&&(l=ge.nextNode(),c++)}return ge.currentNode=ye,i}p(t){let o=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,o),o+=n.strings.length-2):n._$AI(t[o])),o++}},go=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,n,i){this.type=2,this._$AH=et,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,o=this._$AM;return o!==void 0&&t?.nodeType===11&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=be(this,t,o),ho(t)?t===et||t==null||t===""?(this._$AH!==et&&this._$AR(),this._$AH=et):t!==this._$AH&&t!==vt&&this._(t):t._$litType$!==void 0?this.g(t):t.nodeType!==void 0?this.$(t):fi(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==et&&ho(this._$AH)?this._$AA.nextSibling.data=t:this.$(ye.createTextNode(t)),this._$AH=t}g(t){let{values:o,_$litType$:n}=t,i=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=mo.createElement(yi(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(o);else{let l=new qo(i,this),c=l.u(this.options);l.p(o),this.$(c),this._$AH=l}}_$AC(t){let o=di.get(t.strings);return o===void 0&&di.set(t.strings,o=new mo(t)),o}T(t){pi(this._$AH)||(this._$AH=[],this._$AR());let o=this._$AH,n,i=0;for(let l of t)i===o.length?o.push(n=new e(this.k(Yo()),this.k(Yo()),this,this.options)):n=o[i],n._$AI(l),i++;i<o.length&&(this._$AR(n&&n._$AB.nextSibling,i),o.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){let n=t.nextSibling;t.remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},xe=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,n,i,l){this.type=1,this._$AH=et,this._$AN=void 0,this.element=t,this.name=o,this._$AM=i,this.options=l,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=et}_$AI(t,o=this,n,i){let l=this.strings,c=!1;if(l===void 0)t=be(this,t,o,0),c=!ho(t)||t!==this._$AH&&t!==vt,c&&(this._$AH=t);else{let s=t,d,u;for(t=l[0],d=0;d<l.length-1;d++)u=be(this,s[n+d],o,d),u===vt&&(u=this._$AH[d]),c||=!ho(u)||u!==this._$AH[d],u===et?t=et:t!==et&&(t+=(u??"")+l[d+1]),this._$AH[d]=u}c&&!i&&this.O(t)}O(t){t===et?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},Xo=class extends xe{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===et?void 0:t}},Jo=class extends xe{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==et)}},Qo=class extends xe{constructor(t,o,n,i,l){super(t,o,n,i,l),this.type=5}_$AI(t,o=this){if((t=be(this,t,o,0)??et)===vt)return;let n=this._$AH,i=t===et&&n!==et||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,l=t!==et&&(n===et||i);i&&this.element.removeEventListener(this.name,this,n),l&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},tr=class{constructor(t,o,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){be(this,t)}},xi={j:Ur,P:Mt,A:Dr,C:1,M:bi,L:qo,R:fi,V:be,D:go,I:xe,H:Jo,N:Qo,U:Xo,B:tr},jc=Br.litHtmlPolyfillSupport;jc?.(mo,go),(Br.litHtmlVersions??=[]).push("3.1.0");var er=globalThis,yo=er.ShadowRoot&&(er.ShadyCSS===void 0||er.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Mr=Symbol(),vi=new WeakMap,ze=class{constructor(t,o,n){if(this._$cssResult$=!0,n!==Mr)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o,o=this.t;if(yo&&t===void 0){let n=o!==void 0&&o.length===1;n&&(t=vi.get(o)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),n&&vi.set(o,t))}return t}toString(){return this.cssText}},Ft=e=>new ze(typeof e=="string"?e:e+"",void 0,Mr),P=(e,...t)=>{let o=e.length===1?e[0]:t.reduce((n,i,l)=>n+(c=>{if(c._$cssResult$===!0)return c.cssText;if(typeof c=="number")return c;throw Error("Value passed to 'css' function must be a 'css' function result: "+c+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+e[l+1],e[0]);return new ze(o,e,Mr)},or=(e,t)=>{if(yo)e.adoptedStyleSheets=t.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet);else for(let o of t){let n=document.createElement("style"),i=er.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=o.cssText,e.appendChild(n)}},bo=yo?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let o="";for(let n of t.cssRules)o+=n.cssText;return Ft(o)})(e):e;var{is:Yc,defineProperty:qc,getOwnPropertyDescriptor:Xc,getOwnPropertyNames:Jc,getOwnPropertySymbols:Qc,getPrototypeOf:ts}=Object,nr=globalThis,Si=nr.trustedTypes,es=Si?Si.emptyScript:"",os=nr.reactiveElementPolyfillSupport,xo=(e,t)=>e,rr={toAttribute(e,t){switch(t){case Boolean:e=e?es:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let o=e;switch(t){case Boolean:o=e!==null;break;case Number:o=e===null?null:Number(e);break;case Object:case Array:try{o=JSON.parse(e)}catch{o=null}}return o}},Fr=(e,t)=>!Yc(e,t),Oi={attribute:!0,type:String,converter:rr,reflect:!1,hasChanged:Fr};Symbol.metadata??=Symbol("metadata"),nr.litPropertyMetadata??=new WeakMap;var kt=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=Oi){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){let n=Symbol(),i=this.getPropertyDescriptor(t,n,o);i!==void 0&&qc(this.prototype,t,i)}}static getPropertyDescriptor(t,o,n){let{get:i,set:l}=Xc(this.prototype,t)??{get(){return this[o]},set(c){this[o]=c}};return{get(){return i?.call(this)},set(c){let s=i?.call(this);l.call(this,c),this.requestUpdate(t,s,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Oi}static _$Ei(){if(this.hasOwnProperty(xo("elementProperties")))return;let t=ts(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(xo("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(xo("properties"))){let o=this.properties,n=[...Jc(o),...Qc(o)];for(let i of n)this.createProperty(i,o[i])}let t=this[Symbol.metadata];if(t!==null){let o=litPropertyMetadata.get(t);if(o!==void 0)for(let[n,i]of o)this.elementProperties.set(n,i)}this._$Eh=new Map;for(let[o,n]of this.elementProperties){let i=this._$Eu(o,n);i!==void 0&&this._$Eh.set(i,o)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){let o=[];if(Array.isArray(t)){let n=new Set(t.flat(1/0).reverse());for(let i of n)o.unshift(bo(i))}else t!==void 0&&o.push(bo(t));return o}static _$Eu(t,o){let n=o.attribute;return n===!1?void 0:typeof n=="string"?n:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach(t=>t(this))}addController(t){(this._$E_??=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){let t=new Map,o=this.constructor.elementProperties;for(let n of o.keys())this.hasOwnProperty(n)&&(t.set(n,this[n]),delete this[n]);t.size>0&&(this._$Ep=t)}createRenderRoot(){let t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return or(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach(t=>t.hostConnected?.())}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach(t=>t.hostDisconnected?.())}attributeChangedCallback(t,o,n){this._$AK(t,n)}_$EO(t,o){let n=this.constructor.elementProperties.get(t),i=this.constructor._$Eu(t,n);if(i!==void 0&&n.reflect===!0){let l=(n.converter?.toAttribute!==void 0?n.converter:rr).toAttribute(o,n.type);this._$Em=t,l==null?this.removeAttribute(i):this.setAttribute(i,l),this._$Em=null}}_$AK(t,o){let n=this.constructor,i=n._$Eh.get(t);if(i!==void 0&&this._$Em!==i){let l=n.getPropertyOptions(i),c=typeof l.converter=="function"?{fromAttribute:l.converter}:l.converter?.fromAttribute!==void 0?l.converter:rr;this._$Em=i,this[i]=c.fromAttribute(o,l.type),this._$Em=null}}requestUpdate(t,o,n,i=!1,l){if(t!==void 0){if(n??=this.constructor.getPropertyOptions(t),!(n.hasChanged??Fr)(i?l:this[t],o))return;this.C(t,o,n)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(t,o,n){this._$AL.has(t)||this._$AL.set(t,o),n.reflect===!0&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(o){Promise.reject(o)}let t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[i,l]of this._$Ep)this[i]=l;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[i,l]of n)l.wrapped!==!0||this._$AL.has(i)||this[i]===void 0||this.C(i,this[i],l)}let t=!1,o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach(n=>n.hostUpdate?.()),this.update(o)):this._$ET()}catch(n){throw t=!1,this._$ET(),n}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach(o=>o.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach(o=>this._$EO(o,this[o])),this._$ET()}updated(t){}firstUpdated(t){}};kt.elementStyles=[],kt.shadowRootOptions={mode:"open"},kt[xo("elementProperties")]=new Map,kt[xo("finalized")]=new Map,os?.({ReactiveElement:kt}),(nr.reactiveElementVersions??=[]).push("2.0.2");var Gr=globalThis,ar=Gr.trustedTypes,Ci=ar?ar.createPolicy("lit-html",{createHTML:e=>e}):void 0,Kr="$lit$",Ht=`lit$${(Math.random()+"").slice(9)}$`,Zr="?"+Ht,rs=`<${Zr}>`,Oe=document,So=()=>Oe.createComment(""),Oo=e=>e===null||typeof e!="object"&&typeof e!="function",Ii=Array.isArray,Pi=e=>Ii(e)||typeof e?.[Symbol.iterator]=="function",Hr=`[
4
+ \f\r]`,vo=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,wi=/-->/g,Ei=/>/g,ve=RegExp(`>|${Hr}(?:([^\\s"'>=/]+)(${Hr}*=${Hr}*(?:[^
5
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Ni=/'/g,Ri=/"/g,Li=/^(?:script|style|textarea|title)$/i,$i=e=>(t,...o)=>({_$litType$:e,strings:t,values:o}),T=$i(1),ns=$i(2),Qt=Symbol.for("lit-noChange"),j=Symbol.for("lit-nothing"),Ai=new WeakMap,Se=Oe.createTreeWalker(Oe,129);function ki(e,t){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Ci!==void 0?Ci.createHTML(t):t}var _i=(e,t)=>{let o=e.length-1,n=[],i,l=t===2?"<svg>":"",c=vo;for(let s=0;s<o;s++){let d=e[s],u,y,g=-1,b=0;for(;b<d.length&&(c.lastIndex=b,y=c.exec(d),y!==null);)b=c.lastIndex,c===vo?y[1]==="!--"?c=wi:y[1]!==void 0?c=Ei:y[2]!==void 0?(Li.test(y[2])&&(i=RegExp("</"+y[2],"g")),c=ve):y[3]!==void 0&&(c=ve):c===ve?y[0]===">"?(c=i??vo,g=-1):y[1]===void 0?g=-2:(g=c.lastIndex-y[2].length,u=y[1],c=y[3]===void 0?ve:y[3]==='"'?Ri:Ni):c===Ri||c===Ni?c=ve:c===wi||c===Ei?c=vo:(c=ve,i=void 0);let x=c===ve&&e[s+1].startsWith("/>")?" ":"";l+=c===vo?d+rs:g>=0?(n.push(u),d.slice(0,g)+Kr+d.slice(g)+Ht+x):d+Ht+(g===-2?s:x)}return[ki(e,l+(e[o]||"<?>")+(t===2?"</svg>":"")),n]},Co=class e{constructor({strings:t,_$litType$:o},n){let i;this.parts=[];let l=0,c=0,s=t.length-1,d=this.parts,[u,y]=_i(t,o);if(this.el=e.createElement(u,n),Se.currentNode=this.el.content,o===2){let g=this.el.content.firstChild;g.replaceWith(...g.childNodes)}for(;(i=Se.nextNode())!==null&&d.length<s;){if(i.nodeType===1){if(i.hasAttributes())for(let g of i.getAttributeNames())if(g.endsWith(Kr)){let b=y[c++],x=i.getAttribute(g).split(Ht),v=/([.?@])?(.*)/.exec(b);d.push({type:1,index:l,name:v[2],strings:x,ctor:v[1]==="."?lr:v[1]==="?"?cr:v[1]==="@"?sr:we}),i.removeAttribute(g)}else g.startsWith(Ht)&&(d.push({type:6,index:l}),i.removeAttribute(g));if(Li.test(i.tagName)){let g=i.textContent.split(Ht),b=g.length-1;if(b>0){i.textContent=ar?ar.emptyScript:"";for(let x=0;x<b;x++)i.append(g[x],So()),Se.nextNode(),d.push({type:2,index:++l});i.append(g[b],So())}}}else if(i.nodeType===8)if(i.data===Zr)d.push({type:2,index:l});else{let g=-1;for(;(g=i.data.indexOf(Ht,g+1))!==-1;)d.push({type:7,index:l}),g+=Ht.length-1}l++}}static createElement(t,o){let n=Oe.createElement("template");return n.innerHTML=t,n}};function Ce(e,t,o=e,n){if(t===Qt)return t;let i=n!==void 0?o._$Co?.[n]:o._$Cl,l=Oo(t)?void 0:t._$litDirective$;return i?.constructor!==l&&(i?._$AO?.(!1),l===void 0?i=void 0:(i=new l(e),i._$AT(e,o,n)),n!==void 0?(o._$Co??=[])[n]=i:o._$Cl=i),i!==void 0&&(t=Ce(e,i._$AS(e,t.values),i,n)),t}var ir=class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:o},parts:n}=this._$AD,i=(t?.creationScope??Oe).importNode(o,!0);Se.currentNode=i;let l=Se.nextNode(),c=0,s=0,d=n[0];for(;d!==void 0;){if(c===d.index){let u;d.type===2?u=new Be(l,l.nextSibling,this,t):d.type===1?u=new d.ctor(l,d.name,d.strings,this,t):d.type===6&&(u=new dr(l,this,t)),this._$AV.push(u),d=n[++s]}c!==d?.index&&(l=Se.nextNode(),c++)}return Se.currentNode=Oe,i}p(t){let o=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,o),o+=n.strings.length-2):n._$AI(t[o])),o++}},Be=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,n,i){this.type=2,this._$AH=j,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,o=this._$AM;return o!==void 0&&t?.nodeType===11&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=Ce(this,t,o),Oo(t)?t===j||t==null||t===""?(this._$AH!==j&&this._$AR(),this._$AH=j):t!==this._$AH&&t!==Qt&&this._(t):t._$litType$!==void 0?this.g(t):t.nodeType!==void 0?this.$(t):Pi(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==j&&Oo(this._$AH)?this._$AA.nextSibling.data=t:this.$(Oe.createTextNode(t)),this._$AH=t}g(t){let{values:o,_$litType$:n}=t,i=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=Co.createElement(ki(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(o);else{let l=new ir(i,this),c=l.u(this.options);l.p(o),this.$(c),this._$AH=l}}_$AC(t){let o=Ai.get(t.strings);return o===void 0&&Ai.set(t.strings,o=new Co(t)),o}T(t){Ii(this._$AH)||(this._$AH=[],this._$AR());let o=this._$AH,n,i=0;for(let l of t)i===o.length?o.push(n=new e(this.k(So()),this.k(So()),this,this.options)):n=o[i],n._$AI(l),i++;i<o.length&&(this._$AR(n&&n._$AB.nextSibling,i),o.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){let n=t.nextSibling;t.remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},we=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,n,i,l){this.type=1,this._$AH=j,this._$AN=void 0,this.element=t,this.name=o,this._$AM=i,this.options=l,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=j}_$AI(t,o=this,n,i){let l=this.strings,c=!1;if(l===void 0)t=Ce(this,t,o,0),c=!Oo(t)||t!==this._$AH&&t!==Qt,c&&(this._$AH=t);else{let s=t,d,u;for(t=l[0],d=0;d<l.length-1;d++)u=Ce(this,s[n+d],o,d),u===Qt&&(u=this._$AH[d]),c||=!Oo(u)||u!==this._$AH[d],u===j?t=j:t!==j&&(t+=(u??"")+l[d+1]),this._$AH[d]=u}c&&!i&&this.O(t)}O(t){t===j?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},lr=class extends we{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===j?void 0:t}},cr=class extends we{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==j)}},sr=class extends we{constructor(t,o,n,i,l){super(t,o,n,i,l),this.type=5}_$AI(t,o=this){if((t=Ce(this,t,o,0)??j)===Qt)return;let n=this._$AH,i=t===j&&n!==j||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,l=t!==j&&(n===j||i);i&&this.element.removeEventListener(this.name,this,n),l&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},dr=class{constructor(t,o,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){Ce(this,t)}},as={j:Kr,P:Ht,A:Zr,C:1,M:_i,L:ir,R:Pi,V:Ce,D:Be,I:we,H:cr,N:sr,U:lr,B:dr},is=Gr.litHtmlPolyfillSupport;is?.(Co,Be),(Gr.litHtmlVersions??=[]).push("3.1.0");var Vr=(e,t,o)=>{let n=o?.renderBefore??t,i=n._$litPart$;if(i===void 0){let l=o?.renderBefore??null;n._$litPart$=i=new Be(t.insertBefore(So(),l),l,void 0,o??{})}return i._$AI(e),i};var Gt=class extends kt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){let o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=Vr(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Qt}};Gt._$litElement$=!0,Gt.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:Gt});var ls=globalThis.litElementPolyfillSupport;ls?.({LitElement:Gt});var cs={_$AK:(e,t,o)=>{e._$AK(t,o)},_$AL:e=>e._$AL};(globalThis.litElementVersions??=[]).push("4.0.2");var Lp=!1;var Jr={};q(Jr,{customElement:()=>ss,eventOptions:()=>Ue,property:()=>S,query:()=>D,queryAll:()=>Yr,queryAssignedElements:()=>qr,queryAssignedNodes:()=>Xr,queryAsync:()=>fs,standardProperty:()=>Wi,state:()=>F});var ss=e=>(t,o)=>{o!==void 0?o.addInitializer(()=>{customElements.define(e,t)}):customElements.define(e,t)};var ds={attribute:!0,type:String,converter:fo,reflect:!1,hasChanged:Vo},Wi=(e=ds,t,o)=>{let{kind:n,metadata:i}=o,l=globalThis.litPropertyMetadata.get(i);if(l===void 0&&globalThis.litPropertyMetadata.set(i,l=new Map),l.set(o.name,e),n==="accessor"){let{name:c}=o;return{set(s){let d=t.get.call(this);t.set.call(this,s),this.requestUpdate(c,d,e)},init(s){return s!==void 0&&this.C(c,void 0,e),s}}}if(n==="setter"){let{name:c}=o;return function(s){let d=this[c];t.call(this,s),this.requestUpdate(c,d,e)}}throw Error("Unsupported decorator location: "+n)};function S(e){return(t,o)=>typeof o=="object"?Wi(e,t,o):((n,i,l)=>{let c=i.hasOwnProperty(l);return i.constructor.createProperty(l,c?{...n,wrapped:!0}:n),c?Object.getOwnPropertyDescriptor(i,l):void 0})(e,t,o)}function F(e){return S({...e,state:!0,attribute:!1})}function Ue(e){return(t,o)=>{let n=typeof t=="function"?t:t[o];Object.assign(n,e)}}var At=(e,t,o)=>(o.configurable=!0,o.enumerable=!0,Reflect.decorate&&typeof t!="object"&&Object.defineProperty(e,t,o),o);function D(e,t){return(o,n,i)=>{let l=c=>c.renderRoot?.querySelector(e)??null;if(t){let{get:c,set:s}=typeof n=="object"?o:i??(()=>{let d=Symbol();return{get(){return this[d]},set(u){this[d]=u}}})();return At(o,n,{get(){let d=c.call(this);return d===void 0&&(d=l(this),(d!==null||this.hasUpdated)&&s.call(this,d)),d}})}return At(o,n,{get(){return l(this)}})}}var ps;function Yr(e){return(t,o)=>At(t,o,{get(){return(this.renderRoot??(ps??=document.createDocumentFragment())).querySelectorAll(e)}})}function fs(e){return(t,o)=>At(t,o,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(e)??null}})}function qr(e){return(t,o)=>{let{slot:n,selector:i}=e??{},l="slot"+(n?`[name=${n}]`:":not([name])");return At(t,o,{get(){let c=this.renderRoot?.querySelector(l),s=c?.assignedElements(e)??[];return i===void 0?s:s.filter(d=>d.matches(i))}})}}function Xr(e){return(t,o)=>{let{slot:n}=e??{},i="slot"+(n?`[name=${n}]`:":not([name])");return At(t,o,{get(){return this.renderRoot?.querySelector(i)?.assignedNodes(e)??[]}})}}var tn={};q(tn,{repeat:()=>Qr});var te={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},ee=e=>(...t)=>({_$litDirective$:e,values:t}),_t=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,n){this._$Ct=t,this._$AM=o,this._$Ci=n}_$AS(t,o){return this.update(t,o)}update(t,o){return this.render(...o)}};var{D:us}=xi;var Ti=()=>document.createComment(""),De=(e,t,o)=>{let n=e._$AA.parentNode,i=t===void 0?e._$AB:t._$AA;if(o===void 0){let l=n.insertBefore(Ti(),i),c=n.insertBefore(Ti(),i);o=new us(l,c,e,e.options)}else{let l=o._$AB.nextSibling,c=o._$AM,s=c!==e;if(s){let d;o._$AQ?.(e),o._$AM=e,o._$AP!==void 0&&(d=e._$AU)!==c._$AU&&o._$AP(d)}if(l!==i||s){let d=o._$AA;for(;d!==l;){let u=d.nextSibling;n.insertBefore(d,i),d=u}}}return o},oe=(e,t,o=e)=>(e._$AI(t,o),e),hs={},zi=(e,t=hs)=>e._$AH=t,Bi=e=>e._$AH,pr=e=>{e._$AP?.(!1,!0);let t=e._$AA,o=e._$AB.nextSibling;for(;t!==o;){let n=t.nextSibling;t.remove(),t=n}};var Ui=(e,t,o)=>{let n=new Map;for(let i=t;i<=o;i++)n.set(e[i],i);return n},Qr=ee(class extends _t{constructor(e){if(super(e),e.type!==te.CHILD)throw Error("repeat() can only be used in text expressions")}ht(e,t,o){let n;o===void 0?o=t:t!==void 0&&(n=t);let i=[],l=[],c=0;for(let s of e)i[c]=n?n(s,c):c,l[c]=o(s,c),c++;return{values:l,keys:i}}render(e,t,o){return this.ht(e,t,o).values}update(e,[t,o,n]){let i=Bi(e),{values:l,keys:c}=this.ht(t,o,n);if(!Array.isArray(i))return this.dt=c,l;let s=this.dt??=[],d=[],u,y,g=0,b=i.length-1,x=0,v=l.length-1;for(;g<=b&&x<=v;)if(i[g]===null)g++;else if(i[b]===null)b--;else if(s[g]===c[x])d[x]=oe(i[g],l[x]),g++,x++;else if(s[b]===c[v])d[v]=oe(i[b],l[v]),b--,v--;else if(s[g]===c[v])d[v]=oe(i[g],l[v]),De(e,d[v+1],i[g]),g++,v--;else if(s[b]===c[x])d[x]=oe(i[b],l[x]),De(e,i[g],i[b]),b--,x++;else if(u===void 0&&(u=Ui(c,x,v),y=Ui(s,g,b)),u.has(s[g]))if(u.has(s[b])){let w=y.get(c[x]),A=w!==void 0?i[w]:null;if(A===null){let I=De(e,i[g]);oe(I,l[x]),d[x]=I}else d[x]=oe(A,l[x]),De(e,i[g],A),i[w]=null;x++}else pr(i[b]),b--;else pr(i[g]),g++;for(;x<=v;){let w=De(e,d[v+1]);oe(w,l[x]),d[x++]=w}for(;g<=b;){let w=i[g++];w!==null&&pr(w)}return this.dt=c,zi(e,d),vt}});var en={};q(en,{classMap:()=>It});var It=ee(class extends _t{constructor(e){if(super(e),e.type!==te.ATTRIBUTE||e.name!=="class"||e.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(e){return" "+Object.keys(e).filter(t=>e[t]).join(" ")+" "}update(e,[t]){if(this.it===void 0){this.it=new Set,e.strings!==void 0&&(this.st=new Set(e.strings.join(" ").split(/\s/).filter(n=>n!=="")));for(let n in t)t[n]&&!this.st?.has(n)&&this.it.add(n);return this.render(t)}let o=e.element.classList;for(let n of this.it)n in t||(o.remove(n),this.it.delete(n));for(let n in t){let i=!!t[n];i===this.it.has(n)||this.st?.has(n)||(i?(o.add(n),this.it.add(n)):(o.remove(n),this.it.delete(n)))}return vt}});var on={};q(on,{styleMap:()=>gs});var Di="important",ms=" !"+Di,gs=ee(class extends _t{constructor(e){if(super(e),e.type!==te.ATTRIBUTE||e.name!=="style"||e.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(e){return Object.keys(e).reduce((t,o)=>{let n=e[o];return n==null?t:t+`${o=o.includes("-")?o:o.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${n};`},"")}update(e,[t]){let{style:o}=e.element;if(this.ut===void 0)return this.ut=new Set(Object.keys(t)),this.render(t);for(let n of this.ut)t[n]==null&&(this.ut.delete(n),n.includes("-")?o.removeProperty(n):o[n]=null);for(let n in t){let i=t[n];if(i!=null){this.ut.add(n);let l=typeof i=="string"&&i.endsWith(ms);n.includes("-")||l?o.setProperty(n,l?i.slice(0,-11):i,l?Di:""):o[n]=i}}return vt}});var nn={};q(nn,{UnsafeHTMLDirective:()=>Me,unsafeHTML:()=>rn});var Me=class extends _t{constructor(t){if(super(t),this.et=et,t.type!==te.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===et||t==null)return this.vt=void 0,this.et=t;if(t===vt)return t;if(typeof t!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;let o=[t];return o.raw=o,this.vt={_$litType$:this.constructor.resultType,strings:o,values:[]}}};Me.directiveName="unsafeHTML",Me.resultType=1;var rn=ee(Me);var sn={};q(sn,{CacheRegistry:()=>cn});var ln={};q(ln,{CancelablePromise:()=>Fe,CanceledPromiseError:()=>wo,cancelable:()=>an});var wo=class extends Error{constructor(t,o,n){super(t),this.canceledPromiseResult=o,this.canceledPromiseError=n}},Fe=class extends Promise{constructor(t){super((o,n)=>t(i=>{this.isCanceled?n(new wo("Promise has been canceled",i)):o(i)},i=>{this.isCanceled?n(new wo("Promise has been canceled",void 0,i)):n(i)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},an=e=>new Fe((t,o)=>e.then(t).catch(o));var cn=class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,o){this.loaders[t]=o,this.finalContent.delete(t)}registerFinal(t,o){this.loaders[t]=o,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof Fe&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){this.clearTimeouts[t]!=null&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,o){this.forceClear(t),this.register(t,async()=>o),this.content[t]=o}setFinal(t,o){this.forceClear(t),this.registerFinal(t,async()=>o),this.content[t]=o}async get(t,o,n){if(this.content[t]===void 0){if(o=o??this.loaders[t],o==null)throw new Error("Unknown cache key "+t);let i=an(o());return this.content[t]=i,i.then(l=>(this.content[t]=l,n!=null&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout(()=>this.clear(t),n)),l))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return t!=null&&!(t instanceof Promise)&&!(t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return this.content[t]!=null}resolvedKeys(){return Object.keys(this.content).filter(t=>this.isResolvedValue(this.content[t]))}resolvedValues(){return Object.values(this.content).filter(t=>this.isResolvedValue(t))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}};var pn={};q(pn,{ClusteringHelper:()=>dn});var dn=class e{constructor(t,o,n,i){this.allResults=t,this.selectedResult=o,this.clusteringMetadata=n,this.metadataDescriptors=i}static extractResultMetadata(t,o){var n,i;let l=((i=(n=t?.map)!==null&&n!==void 0?n:t?.document)!==null&&i!==void 0?i:t?.topic).metadata;return o==null?e.flattenMetadata(l):e.flattenMetadata(l.find(c=>c.key===o))}static flattenMetadata(t){if(Array.isArray(t))return t.map(n=>e.flattenMetadata(n)).filter(n=>n!=null);let o=t?.hierarchicalValues!=null&&t.hierarchicalValues.length>0;if(!(t==null||t.values.length==0&&!o))if(o){let n=[],i=[];return t.hierarchicalValues.forEach(l=>{n.push(l.join(" > ")),l.length>2?i.push(`... > ${l[l.length-1]}`):i.push(l.join(" > "))}),{key:t.key,label:t.label,value:n.join(", "),displayValue:i.join(", ")}}else{let n=t.values.join(", ");return{key:t.key,label:t.label,value:n,displayValue:n}}}computeClustersItemsForMetadata(t,o,n="No value"){var i,l;let c=e.extractResultMetadata(this.selectedResult,t),s=(i=c?.label)!==null&&i!==void 0?i:(l=this.getMetadataDescriptor(t))===null||l===void 0?void 0:l.label;return this.allResults.map(u=>e.extractResultMetadata(u,t)).map(u=>u??{key:t,label:s,value:void 0,displayValue:n}).filter(u=>u.value!=c?.value).filter((u,y,g)=>g.findIndex(b=>b.value===u.value)===y).map(u=>({result:this.findBestResultForMetadataValue(t,u.value),metadata:u})).sort((u,y)=>this.compareMetadata(u.metadata.value,y.metadata.value,t,o))}compareMetadata(t,o,n,i){if(t==null)return-1;if(o==null)return 1;let l=this.getMetadataDescriptor(n),c=l?.sortRule||"NONE",s=l?.reverseSort||!1;if(c=="ALPHABET"||c=="VERSION"){let d=t.localeCompare(o,i,{numeric:!0});return s?d*-1:d}return 0}getMetadataDescriptor(t){return this.metadataDescriptors.find(o=>t==o.key)}findBestResultForMetadataValue(t,o){let n=this.allResults.filter(d=>{var u;return((u=e.extractResultMetadata(d,t))===null||u===void 0?void 0:u.value)==o}),l=[...e.extractResultMetadata(this.selectedResult).filter(d=>this.clusteringMetadata.has(d.key)).filter(d=>d.key!==t)],c,s=-1;for(let d of n){let u=this.countMatchingMetadata(d,l);if(u>s&&(s=u,c=d,u===l.length))break}return c}countMatchingMetadata(t,o){return e.extractResultMetadata(t).filter(n=>o.some(i=>i.key===n.key&&i.value===n.value)).length}};var fn={};q(fn,{Debouncer:()=>it});var it=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((o,n)=>{this.resolvePromise=o,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,o;let n=[...this.callbacks];this.callbacks=[];let i=(t=this.rejectPromise)!==null&&t!==void 0?t:()=>null,l=(o=this.resolvePromise)!==null&&o!==void 0?o:()=>null;this.clearPromise();for(let c of n)try{await c()}catch(s){i(s);return}l(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var hn={};q(hn,{customElement:()=>X,isNumber:()=>Gi,jsonProperty:()=>Re,optionalNumberProperty:()=>Cs});var un={};q(un,{dateReviver:()=>bs,deepEqual:()=>Ee,delay:()=>Mi,eventPathContainsMatchingElement:()=>vs,flatDeep:()=>Ne,hasChanged:()=>Eo,last:()=>Os,minmax:()=>Ss,parseDate:()=>Hi,waitFor:()=>Fi,waitUntil:()=>ys});var Mi=e=>new Promise(t=>setTimeout(t,e));async function ys(e,t=10,o=2e4){await Fi(async()=>await e()||void 0,t,o)}async function Fi(e,t=10,o=2e4){let n=await e(),i,l;for(i=l=performance.now();n==null&&(!o||l-i<o);)await Mi(t),n=await e(),l=performance.now();if(n==null)throw new Error("Timeout exceeded");return n}function Ne(e,t){return e.flatMap(o=>[o,...Ne(t(o),t)])}function bs(...e){return function(t,o){return e.includes(t)?Hi(o):o}}function Hi(e){return e.match(/^\d{4}-\d{2}-\d{2}$/)&&(e=e.replace(/-/g,"/")),e=e.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(t,o,n,i)=>o+n+":"+i),new Date(e)}function xs(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;var o,n,i;if(Array.isArray(e)){if(o=e.length,o!=t.length)return!1;for(n=o;n--!==0;)if(!Ee(e[n],t[n]))return!1;return!0}if(e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;for(n of e.entries())if(!Ee(n[1],t.get(n[0])))return!1;return!0}if(e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(n of e.entries())if(!t.has(n[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(i=Object.keys(e),o=i.length,o!==Object.keys(t).length)return!1;for(n=o;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,i[n]))return!1;for(n=o;n--!==0;){var l=i[n];if(!Ee(e[l],t[l]))return!1}return!0}return e!==e&&t!==t}function Ee(e,t){try{return xs(e,t)}catch{return!1}}function Eo(e,t){return!Ee(e,t)}function vs(e,t,o=window.document.body){if(t.length>0){let n=e.composedPath();for(let i of n){if(i===o)return!1;if(i.matches&&t.some(l=>i.matches(l)))return!0}}return!1}function Ss(e,t,o){return Math.min(Math.max(e,t),o)}function Os(e){return e[e.length-1]}var X=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function Re(e,t){let o=()=>JSON.parse(JSON.stringify(e));return S({type:Object,converter:{fromAttribute:n=>{if(n==null)return o();try{return JSON.parse(n)}catch{return o()}},toAttribute:n=>JSON.stringify(n)},hasChanged:Eo,...t??{}})}function Cs(e){return S({type:Object,converter:{fromAttribute:t=>{if(t!=null)return Gi(t)?+t:void 0},toAttribute:t=>t==null?void 0:""+t},...e??{}})}function Gi(e){return!isNaN(parseFloat(e))}var Hn={};q(Hn,{designSystemVariables:()=>$});var Fn={};q(Fn,{DesignSystemFamily:()=>Dn,DesignSystemSize:()=>Mn,FtCssVariableFactory:()=>r,badge:()=>Is,banner:()=>As,breadcrumb:()=>Ps,button:()=>Es,chart:()=>Hs,checkbox:()=>Ks,chip:()=>Ns,collapsible:()=>Ms,comboboxMultiSelect:()=>Us,comboboxSingleSelect:()=>Bs,drawer:()=>ks,floatingMenu:()=>zs,foundation:()=>f,link:()=>Rs,modal:()=>$s,notice:()=>Gs,notification:()=>js,pageHeader:()=>Ls,popover:()=>Ds,radio:()=>Vs,resolveFamilyClass:()=>qs,resolveSizeClass:()=>Xs,semantic:()=>h,setVariable:()=>W,switch_:()=>Fs,tabs:()=>_s,textArea:()=>Ts,textInput:()=>Ws,toggle:()=>Zs,tooltip:()=>Ys,typographies:()=>No,typographyBody1Medium:()=>vn,typographyBody1Regular:()=>xn,typographyBody1Semibold:()=>Sn,typographyBody2Medium:()=>Cn,typographyBody2MediumUnderline:()=>Ki,typographyBody2Regular:()=>On,typographyBody2Semibold:()=>wn,typographyCaption1Bold:()=>kn,typographyCaption1Medium:()=>Ln,typographyCaption1Semibold:()=>$n,typographyCaption2Bold:()=>Tn,typographyCaption2Medium:()=>_n,typographyCaption2Semibold:()=>Wn,typographyCaption3Bold:()=>Un,typographyCaption3Medium:()=>zn,typographyCaption3Semibold:()=>Bn,typographyDisplay:()=>mn,typographyLabel1Bold:()=>Rn,typographyLabel1Medium:()=>En,typographyLabel1Semibold:()=>Nn,typographyLabel2Bold:()=>Pn,typographyLabel2Medium:()=>An,typographyLabel2Semibold:()=>In,typographyTitle1:()=>gn,typographyTitle2:()=>yn,typographyTitle3:()=>bn,typographyVariants:()=>ws});var Kt=e=>typeof e=="string"?Ft(e):e,r=class{static create(t,o,n,i){let l=s=>Kt(s??i),c=P`var(${Kt(t)}, ${l(i)})`;return c.name=t,c.description=o,c.category=n,c.defaultValue=i,c.defaultCssValue=l,c.get=s=>P`var(${Kt(t)}, ${l(s)})`,c.breadcrumb=()=>[],c.lastResortDefaultValue=()=>i,c}static extend(t,o,n,i){let l=s=>n.get(s??i),c=P`var(${Kt(t)}, ${l(i)})`;return c.name=t,c.description=o,c.category=n.category,c.fallbackVariable=n,c.defaultValue=i,c.defaultCssValue=l,c.get=s=>P`var(${Kt(t)}, ${l(s)})`,c.breadcrumb=()=>[n.name,...n.breadcrumb()],c.lastResortDefaultValue=()=>i??n.lastResortDefaultValue(),c}static external(t,o){let n=l=>t.fallbackVariable?t.fallbackVariable.get(l??t.defaultValue):Kt(l??t.lastResortDefaultValue()),i=P`var(${Kt(t.name)}, ${n(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=o,i.defaultCssValue=n,i.get=l=>P`var(${Kt(t.name)}, ${n(l)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}};function W(e,t){return Kt(`${e.name}: ${t}`)}var f={colorWhite:r.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:r.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:r.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:r.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:r.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:r.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:r.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:r.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:r.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:r.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:r.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:r.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:r.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:r.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:r.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:r.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:r.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:r.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:r.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:r.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:r.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:r.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:r.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:r.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:r.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:r.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:r.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:r.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:r.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:r.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:r.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:r.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:r.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:r.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:r.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:r.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:r.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:r.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:r.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:r.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:r.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:r.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:r.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:r.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:r.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:r.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:r.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:r.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:r.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:r.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:r.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:r.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:r.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:r.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:r.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:r.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:r.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:r.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:r.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:r.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:r.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:r.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:r.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:r.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:r.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:r.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:r.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:r.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:r.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:r.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:r.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:r.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:r.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:r.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:r.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:r.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:r.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:r.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:r.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:r.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:r.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:r.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:r.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:r.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:r.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:r.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:r.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:r.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:r.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:r.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:r.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:r.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:r.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:r.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:r.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:r.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:r.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:r.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:r.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:r.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:r.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:r.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:r.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:r.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:r.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:r.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:r.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:r.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:r.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:r.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:r.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:r.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:r.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:r.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:r.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:r.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:r.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:r.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:r.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:r.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:r.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:r.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:r.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:r.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:r.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:r.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:r.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:r.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:r.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:r.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:r.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:r.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:r.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:r.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:r.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:r.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:r.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:r.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:r.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:r.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:r.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:r.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:r.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:r.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:r.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:r.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:r.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:r.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:r.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:r.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:r.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:r.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:r.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:r.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:r.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:r.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:r.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:r.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:r.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:r.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:r.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:r.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:r.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:r.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:r.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:r.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:r.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:r.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:r.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:r.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:r.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:r.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:r.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:r.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:r.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:r.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:r.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:r.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:r.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:r.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:r.create("--ft-opacity-0","","NUMBER","0"),opacity8:r.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:r.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:r.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:r.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:r.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:r.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:r.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:r.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:r.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:r.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:r.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:r.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:r.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:r.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},mn={fontFamily:r.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:r.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:r.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-display-textCase","","UNKNOWN","none")},gn={fontFamily:r.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:r.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:r.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},yn={fontFamily:r.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:r.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:r.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},bn={fontFamily:r.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:r.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:r.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},xn={fontFamily:r.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:r.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:r.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},vn={fontFamily:r.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:r.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Sn={fontFamily:r.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:r.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},On={fontFamily:r.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:r.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Cn={fontFamily:r.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Ki={fontFamily:r.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:r.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:r.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},wn={fontFamily:r.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},En={fontFamily:r.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Nn={fontFamily:r.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Rn={fontFamily:r.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},An={fontFamily:r.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},In={fontFamily:r.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Pn={fontFamily:r.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Ln={fontFamily:r.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},$n={fontFamily:r.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},kn={fontFamily:r.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},_n={fontFamily:r.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:r.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Wn={fontFamily:r.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:r.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Tn={fontFamily:r.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:r.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},zn={fontFamily:r.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:r.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Bn={fontFamily:r.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:r.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Un={fontFamily:r.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:r.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},No={display:mn,"title-1":gn,"title-2":yn,"title-3":bn,"body-1-regular":xn,"body-1-medium":vn,"body-1-semibold":Sn,"body-2-regular":On,"body-2-medium":Cn,"body-2-medium-underline":Ki,"body-2-semibold":wn,"label-1-medium":En,"label-1-semibold":Nn,"label-1-bold":Rn,"label-2-medium":An,"label-2-semibold":In,"label-2-bold":Pn,"caption-1-medium":Ln,"caption-1-semibold":$n,"caption-1-bold":kn,"caption-2-medium":_n,"caption-2-semibold":Wn,"caption-2-bold":Tn,"caption-3-medium":zn,"caption-3-semibold":Bn,"caption-3-bold":Un},ws=["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"];var h={backgroundActionPrimary:r.extend("--ft-background-action-primary","Used as backgorund of primary action components.",f.colorBrand0),backgroundErrorSubtle:r.extend("--ft-background-error-subtle","Used as background of subtle error components.",f.colorRed10),backgroundInfoSubtle:r.extend("--ft-background-info-subtle","Used as background of subtle information components.",f.colorCyan10),backgroundWarningSubtle:r.extend("--ft-background-warning-subtle","Used as background of subtle information components.",f.colorOrange10),backgroundSuccessSubtle:r.extend("--ft-background-success-subtle","Used as background of subtle success components.",f.colorGreen10),backgroundGlobalSurface:r.extend("--ft-background-global-surface","Used as app background.",f.colorWhite),backgroundGlobalOnSurface:r.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",f.colorGray10),backgroundGlobalOnSurfaceDark:r.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",f.colorGray30),contentActionPrimary:r.extend("--ft-content-action-primary","Used on label of primary action on light surface.",f.colorBrand0),contentWarningPrimary:r.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",f.colorOrange200),contentWarningIconOnly:r.extend("--ft-content-warning-icon-only","Used on warning status icons alone",f.colorOrange0),contentErrorPrimary:r.extend("--ft-content-error-primary","Used on label of error messages on light surface.",f.colorRed0),contentErrorIconOnly:r.extend("--ft-content-error-icon-only","Used on error status icons alone",f.colorRed70),contentInfoPrimary:r.extend("--ft-content-info-primary","Used on label of information messages on light surface.",f.colorCyan200),contentInfoIconOnly:r.extend("--ft-content-info-icon-only","Used on info status icons alone",f.colorCyan0),contentSuccessPrimary:r.extend("--ft-content-success-primary","Used on label of success messages on light surface.",f.colorGreen200),contentSuccessIconOnly:r.extend("--ft-content-success-icon-only","Used on success status icons alone",f.colorGreen0),contentGlobalPrimary:r.extend("--ft-content-global-primary","Used for main content on the page.",f.colorGray500),contentGlobalSecondary:r.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
6
+ Also for action icons.`,f.colorGray200),contentGlobalSubtle:r.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",f.colorGray0),contentGlobalOnColor:r.extend("--ft-content-global-on-color","Used for content on a dominant color.",f.colorWhite),borderActionPrimary:r.extend("--ft-border-action-primary","Used as border for primary action components.",f.colorBrand0),borderActionFocusRing:r.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",f.colorCyan0),borderWarningPrimary:r.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",f.colorOrange200),borderWarningSubtle:r.extend("--ft-border-warning-subtle","Used as border for warning components.",f.colorOrange30),borderSuccessPrimary:r.extend("--ft-border-success-primary","Used as border for success buttons.",f.colorGreen200),borderSuccessSubtle:r.extend("--ft-border-success-subtle","Used as border for success components.",f.colorGreen30),borderErrorPrimary:r.extend("--ft-border-error-primary","Used as border for text fields in error states.",f.colorRed0),borderErrorSubtle:r.extend("--ft-border-error-subtle","Used as border for error components.",f.colorRed30),borderInfoPrimary:r.extend("--ft-border-info-primary","Used as border for buttons in info color.",f.colorCyan200),borderInfoSubtle:r.extend("--ft-border-info-subtle","Used as border for information components.",f.colorCyan30),borderGlobalPrimary:r.extend("--ft-border-global-primary","Used as border for element like input.",f.colorGray50),borderGlobalSubtle:r.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",f.colorGray30),borderInputPrimary:r.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",f.colorGray80)};var Es={largeHeight:r.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:r.extend("--ft-button-large-horizontal-padding","",f.spacing4),largeGap:r.extend("--ft-button-large-gap","",f.spacing2),largeBorderRadius:r.extend("--ft-button-large-border-radius","",f.borderRadiusS),largeIconSize:r.extend("--ft-button-large-icon-size","",f.iconSize3),largeBorderWidth:r.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:r.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:r.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:r.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:r.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:r.extend("--ft-button-medium-horizontal-padding","",f.spacing3),mediumGap:r.extend("--ft-button-medium-gap","",f.spacing2),mediumBorderRadius:r.extend("--ft-button-medium-border-radius","",f.borderRadiusS),mediumIconSize:r.extend("--ft-button-medium-icon-size","",f.iconSize2),mediumBorderWidth:r.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:r.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:r.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:r.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:r.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:r.extend("--ft-button-small-horizontal-padding","",f.spacing2),smallGap:r.extend("--ft-button-small-gap","",f.spacing1),smallBorderRadius:r.extend("--ft-button-small-border-radius","",f.borderRadiusS),smallIconSize:r.extend("--ft-button-small-icon-size","",f.iconSize1),smallBorderWidth:r.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:r.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:r.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:r.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:r.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:r.extend("--ft-button-x-small-icon-size","",f.iconSize1),xSmallFocusOutlineOffset:r.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:r.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:r.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:r.extend("--ft-button-round-border-radius","",f.borderRadiusPill),primaryBackgroundColor:r.extend("--ft-button-primary-background-color","",h.backgroundActionPrimary),primaryColor:r.extend("--ft-button-primary-color","",h.contentGlobalOnColor),primaryIconColor:r.extend("--ft-button-primary-icon-color","",h.contentGlobalOnColor),primaryStateLayerColor:r.extend("--ft-button-primary-state-layer-color","",h.contentGlobalOnColor),primaryHoverStateLayerOpacity:r.extend("--ft-button-primary-hover-state-layer-opacity","",f.opacity16),primaryFocusStateLayerOpacity:r.extend("--ft-button-primary-focus-state-layer-opacity","",f.opacity16),primaryActiveStateLayerOpacity:r.extend("--ft-button-primary-active-state-layer-opacity","",f.opacity24),primaryDisabledComponentOpacity:r.extend("--ft-button-primary-disabled-component-opacity","",f.opacity40),focusFocusRingColor:r.extend("--ft-button-focus-focus-ring-color","",h.borderActionFocusRing),tertiaryBackgroundColor:r.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:r.extend("--ft-button-tertiary-color","",h.contentActionPrimary),tertiaryIconColor:r.extend("--ft-button-tertiary-icon-color","",h.contentActionPrimary),tertiaryStateLayerColor:r.extend("--ft-button-tertiary-state-layer-color","",h.contentActionPrimary),tertiaryHoverStateLayerOpacity:r.extend("--ft-button-tertiary-hover-state-layer-opacity","",f.opacity8),tertiaryFocusStateLayerOpacity:r.extend("--ft-button-tertiary-focus-state-layer-opacity","",f.opacity8),tertiaryActiveStateLayerOpacity:r.extend("--ft-button-tertiary-active-state-layer-opacity","",f.opacity16),tertiaryDisabledComponentOpacity:r.extend("--ft-button-tertiary-disabled-component-opacity","",f.opacity40),secondaryBackgroundColor:r.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:r.extend("--ft-button-secondary-color","",h.contentActionPrimary),secondaryIconColor:r.extend("--ft-button-secondary-icon-color","",h.contentActionPrimary),secondaryStateLayerColor:r.extend("--ft-button-secondary-state-layer-color","",h.contentActionPrimary),secondaryHoverStateLayerOpacity:r.extend("--ft-button-secondary-hover-state-layer-opacity","",f.opacity8),secondaryFocusStateLayerOpacity:r.extend("--ft-button-secondary-focus-state-layer-opacity","",f.opacity8),secondaryActiveStateLayerOpacity:r.extend("--ft-button-secondary-active-state-layer-opacity","",f.opacity16),secondaryDisabledComponentOpacity:r.extend("--ft-button-secondary-disabled-component-opacity","",f.opacity40),secondaryBorderColor:r.extend("--ft-button-secondary-border-color","",h.borderActionPrimary),neutralBackgroundColor:r.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:r.extend("--ft-button-neutral-icon-color","",h.contentGlobalSecondary),neutralColor:r.extend("--ft-button-neutral-color","",h.contentGlobalSecondary),neutralStateLayerColor:r.extend("--ft-button-neutral-state-layer-color","",h.contentGlobalSecondary),neutralHoverStateLayerOpacity:r.extend("--ft-button-neutral-hover-state-layer-opacity","",f.opacity8),neutralFocusStateLayerOpacity:r.extend("--ft-button-neutral-focus-state-layer-opacity","",f.opacity8),neutralActiveStateLayerOpacity:r.extend("--ft-button-neutral-active-state-layer-opacity","",f.opacity16),neutralDisabledComponentOpacity:r.extend("--ft-button-neutral-disabled-component-opacity","",f.opacity40)};var Ns={largeMinHeight:r.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:r.extend("--ft-chip-large-horizontal-padding","",f.spacing3),largeButtonRightPadding:r.extend("--ft-chip-large-button-right-padding","",f.spacing1),largeGap:r.extend("--ft-chip-large-gap","",f.spacing1),largeFocusOutlineOffset:r.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:r.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:r.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:r.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:r.extend("--ft-chip-large-icon-size","",f.iconSize3),mediumMinHeight:r.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:r.extend("--ft-chip-medium-horizontal-padding","",f.spacing2),mediumButtonRightPadding:r.extend("--ft-chip-medium-button-right-padding","",f.spacing05),mediumGap:r.extend("--ft-chip-medium-gap","",f.spacing1),mediumFocusOutlineOffset:r.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:r.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:r.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:r.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:r.extend("--ft-chip-medium-icon-size","",f.iconSize2),smallMinHeight:r.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:r.extend("--ft-chip-small-horizontal-padding","",f.spacing1),smallButtonRightPadding:r.extend("--ft-chip-small-button-right-padding","",f.spacing05),smallGap:r.extend("--ft-chip-small-gap","",f.spacing1),smallFocusOutlineOffset:r.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:r.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:r.create("--ft-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:r.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:r.extend("--ft-chip-small-icon-size","",f.iconSize1),neutralBackgroundColor:r.extend("--ft-chip-neutral-background-color","",h.backgroundGlobalOnSurface),neutralColor:r.extend("--ft-chip-neutral-color","",h.contentGlobalSecondary),neutralIconColor:r.extend("--ft-chip-neutral-icon-color","",h.contentGlobalSecondary),neutralBorderColor:r.extend("--ft-chip-neutral-border-color","",h.borderGlobalSubtle),infoBackgroundColor:r.extend("--ft-chip-info-background-color","",h.backgroundInfoSubtle),infoColor:r.extend("--ft-chip-info-color","",h.contentInfoPrimary),infoIconColor:r.extend("--ft-chip-info-icon-color","",h.contentInfoIconOnly),infoBorderColor:r.extend("--ft-chip-info-border-color","",h.borderInfoSubtle),successBackgroundColor:r.extend("--ft-chip-success-background-color","",h.backgroundSuccessSubtle),successColor:r.extend("--ft-chip-success-color","",h.contentSuccessPrimary),successIconColor:r.extend("--ft-chip-success-icon-color","",h.contentSuccessIconOnly),successBorderColor:r.extend("--ft-chip-success-border-color","",h.borderSuccessSubtle),warningBackgroundColor:r.extend("--ft-chip-warning-background-color","",h.backgroundWarningSubtle),warningColor:r.extend("--ft-chip-warning-color","",h.contentWarningPrimary),warningIconColor:r.extend("--ft-chip-warning-icon-color","",h.contentWarningIconOnly),warningBorderColor:r.extend("--ft-chip-warning-border-color","",h.borderWarningSubtle),errorBackgroundColor:r.extend("--ft-chip-error-background-color","",h.backgroundErrorSubtle),errorColor:r.extend("--ft-chip-error-color","",h.contentErrorPrimary),errorIconColor:r.extend("--ft-chip-error-icon-color","",h.contentErrorIconOnly),errorBorderColor:r.extend("--ft-chip-error-border-color","",h.borderErrorSubtle)};var Rs={focusOpacity:r.extend("--ft-link-focus-opacity","",f.opacity80),focusFocusRingColor:r.extend("--ft-link-focus-focus-ring-color","",h.borderActionFocusRing),brandColor:r.extend("--ft-link-brand-color","",h.contentActionPrimary),infoColor:r.extend("--ft-link-info-color","",h.contentInfoPrimary)};var As={iconSize:r.extend("--ft-banner-icon-size","",f.iconSize5),borderWidth:r.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:r.extend("--ft-banner-left-padding","",f.spacing6),rightPadding:r.extend("--ft-banner-right-padding","",f.spacing6),verticalPadding:r.extend("--ft-banner-vertical-padding","",f.spacing6),horizontalSideGap:r.extend("--ft-banner-horizontal-side-gap","",f.spacing6),horizontalMobileGap:r.extend("--ft-banner-horizontal-mobile-gap","",f.spacing4),verticalMobileGap:r.extend("--ft-banner-vertical-mobile-gap","",f.spacing6),horizontalMiddleGap:r.extend("--ft-banner-horizontal-middle-gap","",f.spacing20),infoBackgroundColor:r.extend("--ft-banner-info-background-color","",h.backgroundInfoSubtle),infoColor:r.extend("--ft-banner-info-color","",h.contentInfoPrimary),infoIconColor:r.extend("--ft-banner-info-icon-color","",h.contentInfoIconOnly),infoBorderColor:r.extend("--ft-banner-info-border-color","",h.borderInfoSubtle)};var Is={horizontalPadding:r.extend("--ft-badge-horizontal-padding","",f.spacing1),verticalPadding:r.extend("--ft-badge-vertical-padding","",f.spacing1),borderRadius:r.extend("--ft-badge-border-radius","",f.borderRadiusPill),color:r.extend("--ft-badge-color","",h.contentGlobalOnColor),backgroundColor:r.extend("--ft-badge-background-color","",h.contentActionPrimary)};var Ps={horizontalGap:r.extend("--ft-breadcrumb-horizontal-gap","",f.spacing1),verticalGap:r.extend("--ft-breadcrumb-vertical-gap","",f.spacing2),currentColor:r.extend("--ft-breadcrumb-current-color","",h.contentGlobalPrimary),previousNonClickableColor:r.extend("--ft-breadcrumb-previous-non-clickable-color","",h.contentGlobalSecondary),iconColor:r.extend("--ft-breadcrumb-icon-color","",h.contentGlobalSubtle)};var Ls={horizontalPadding:r.extend("--ft-page-header-horizontal-padding","",f.spacing6),horizontalGap:r.extend("--ft-page-header-horizontal-gap","",f.spacing4),verticalGap:r.extend("--ft-page-header-vertical-gap","",f.spacing2),classicVerticalPadding:r.extend("--ft-page-header-classic-vertical-padding","",f.spacing6),multilineVerticalPadding:r.extend("--ft-page-header-multiline-vertical-padding","",f.spacing4),inlineVerticalPadding:r.extend("--ft-page-header-inline-vertical-padding","",f.spacing2),backgroundColor:r.extend("--ft-page-header-background-color","",f.colorWhite),bottomBorderColor:r.extend("--ft-page-header-bottom-border-color","",h.borderGlobalSubtle),titleColor:r.extend("--ft-page-header-title-color","",h.contentGlobalPrimary),subtitleColor:r.extend("--ft-page-header-subtitle-color","",h.contentGlobalSecondary)};var $s={smallContainerWidth:r.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:r.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:r.extend("--ft-modal-overlay-background-color","",f.colorGray700),overlayOpacity:r.extend("--ft-modal-overlay-opacity","",f.opacity40),shadow:r.extend("--ft-modal-shadow","",f.shadowElevation03),bodyBackgroundColor:r.extend("--ft-modal-body-background-color","",f.colorWhite),bodyColor:r.extend("--ft-modal-body-color","",h.contentGlobalPrimary),bodyHorizontalPadding:r.extend("--ft-modal-body-horizontal-padding","",f.spacing6),bodyVerticalPadding:r.extend("--ft-modal-body-vertical-padding","",f.spacing6),bodyVerticalGap:r.extend("--ft-modal-body-vertical-gap","",f.spacing6),containerMargin:r.extend("--ft-modal-container-margin","",f.spacing3),headerBackgroundColor:r.extend("--ft-modal-header-background-color","",h.backgroundGlobalOnSurface),headerBorderColor:r.extend("--ft-modal-header-border-color","",h.borderGlobalSubtle),headerColor:r.extend("--ft-modal-header-color","",h.contentGlobalPrimary),headerTrailingIconColor:r.extend("--ft-modal-header-trailing-icon-color","",h.contentGlobalSecondary),headerVerticalPadding:r.extend("--ft-modal-header-vertical-padding","",f.spacing1),headerRightPadding:r.extend("--ft-modal-header-right-padding","",f.spacing1),headerLeftPadding:r.extend("--ft-modal-header-left-padding","",f.spacing6),headerGap:r.extend("--ft-modal-header-gap","",f.spacing2),headerBorderBottom:r.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:r.extend("--ft-modal-border-radius","",f.borderRadiusM)};var ks={overlayOpacity:r.extend("--ft-drawer-overlay-opacity","",f.opacity40),shadow:r.extend("--ft-drawer-shadow","",f.shadowElevation03),bodyColor:r.extend("--ft-drawer-body-color","",h.contentGlobalPrimary),bodyHorizontalPadding:r.extend("--ft-drawer-body-horizontal-padding","",f.spacing6),bodyVerticalPadding:r.extend("--ft-drawer-body-vertical-padding","",f.spacing6),bodyGap:r.extend("--ft-drawer-body-gap","",f.spacing6),bodyBackgroundColor:r.extend("--ft-drawer-body-background-color","",f.colorWhite),headerBackgroundColor:r.extend("--ft-drawer-header-background-color","",h.backgroundGlobalOnSurface),headerBorderColor:r.extend("--ft-drawer-header-border-color","",h.borderGlobalSubtle),headerColor:r.extend("--ft-drawer-header-color","",h.contentGlobalPrimary),headerTrailingIconColor:r.extend("--ft-drawer-header-trailing-icon-color","",h.contentGlobalSecondary),headerHeight:r.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:r.extend("--ft-drawer-header-horizontal-padding","",f.spacing2),headerBorderWidth:r.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:r.extend("--ft-drawer-header-gap","",f.spacing3),buttonsBarBackgroundColor:r.extend("--ft-drawer-buttons-bar-background-color","",h.backgroundGlobalOnSurface),buttonsBarBorderColor:r.extend("--ft-drawer-buttons-bar-border-color","",h.borderGlobalSubtle),buttonsBarColor:r.extend("--ft-drawer-buttons-bar-color","",h.contentGlobalPrimary),buttonsBarHorizontalPadding:r.extend("--ft-drawer-buttons-bar-horizontal-padding","",f.spacing4),buttonsBarVerticalPadding:r.extend("--ft-drawer-buttons-bar-vertical-padding","",f.spacing4),buttonsBarGap:r.extend("--ft-drawer-buttons-bar-gap","",f.spacing3),buttonsBarBorderWidth:r.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:r.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:r.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:r.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:r.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:r.extend("--ft-drawer-overlay-background-color","",f.colorGray700)};var _s={offBorderBottomWidth:r.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:r.extend("--ft-tabs-off-hover-state-layer-opacity","",f.opacity8),offDefaultStateLayerOpacity:r.extend("--ft-tabs-off-default-state-layer-opacity","",f.opacity0),offFocusStateLayerOpacity:r.extend("--ft-tabs-off-focus-state-layer-opacity","",f.opacity8),offDisabledComponentOpacity:r.extend("--ft-tabs-off-disabled-component-opacity","",f.opacity40),offColor:r.extend("--ft-tabs-off-color","",h.contentGlobalSubtle),offStateLayerColor:r.extend("--ft-tabs-off-state-layer-color","",h.contentGlobalSubtle),offBorderBottomColor:r.extend("--ft-tabs-off-border-bottom-color","",h.borderGlobalSubtle),activeTabIndicatorHeight:r.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:r.extend("--ft-tabs-top-left-border-radius","",f.borderRadiusS),topRightBorderRadius:r.extend("--ft-tabs-top-right-border-radius","",f.borderRadiusS),withLabelHorizontalPadding:r.extend("--ft-tabs-with-label-horizontal-padding","",f.spacing4),withLabelVerticalPadding:r.extend("--ft-tabs-with-label-vertical-padding","",f.spacing3),horizontalGap:r.extend("--ft-tabs-horizontal-gap","",f.spacing1),verticalGap:r.extend("--ft-tabs-vertical-gap","",f.spacing1),onHoverStateLayerOpacity:r.extend("--ft-tabs-on-hover-state-layer-opacity","",f.opacity16),onDefaultStateLayerOpacity:r.extend("--ft-tabs-on-default-state-layer-opacity","",f.opacity8),onFocusStateLayerOpacity:r.extend("--ft-tabs-on-focus-state-layer-opacity","",f.opacity16),onActiveStateLayerOpacity:r.extend("--ft-tabs-on-active-state-layer-opacity","",f.opacity24),onColor:r.extend("--ft-tabs-on-color","",h.contentActionPrimary),onStateLayerColor:r.extend("--ft-tabs-on-state-layer-color","",h.contentActionPrimary),onActiveTabIndicatorColor:r.extend("--ft-tabs-on-active-tab-indicator-color","",h.contentActionPrimary),iconOnlyHorizontalPadding:r.extend("--ft-tabs-icon-only-horizontal-padding","",f.spacing4),iconOnlyVerticalPadding:r.extend("--ft-tabs-icon-only-vertical-padding","",f.spacing4),alertTopPadding:r.extend("--ft-tabs-alert-top-padding","",f.spacing1),alertRightPadding:r.extend("--ft-tabs-alert-right-padding","",f.spacing05),focusOutlineWidth:r.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-tabs-focus-focus-ring-color","",h.borderActionFocusRing)};var Ws={fieldHorizontalPadding:r.extend("--ft-text-input-field-horizontal-padding","",f.spacing4),fieldHorizontalGap:r.extend("--ft-text-input-field-horizontal-gap","",f.spacing3),fieldVerticalGap:r.extend("--ft-text-input-field-vertical-gap","",f.spacing05),fieldIconSize:r.extend("--ft-text-input-field-icon-size","",f.iconSize3),fieldHeight:r.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:r.extend("--ft-text-input-helper-horizontal-padding","",f.spacing4),helperHorizontalGap:r.extend("--ft-text-input-helper-horizontal-gap","",f.spacing1),helperIconSize:r.extend("--ft-text-input-helper-icon-size","",f.iconSize2),borderRadius:r.extend("--ft-text-input-border-radius","",f.borderRadiusM),backgroundColor:r.extend("--ft-text-input-background-color","",f.colorWhite),contentValueColor:r.extend("--ft-text-input-content-value-color","",h.contentGlobalPrimary),trailingIconColor:r.extend("--ft-text-input-trailing-icon-color","",h.contentGlobalSubtle),labelColor:r.extend("--ft-text-input-label-color","",h.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-text-input-default-border-color","",h.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-text-input-default-helper-text-color","",h.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:r.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:r.extend("--ft-text-input-error-border-color","",h.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-text-input-error-helper-text-color","",h.contentErrorPrimary),errorHelperIconColor:r.extend("--ft-text-input-error-helper-icon-color","",h.contentErrorIconOnly),warningBorderWidth:r.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:r.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-text-input-focus-focus-ring-color","",h.borderActionFocusRing),focusOutlineOffset:r.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-text-input-disabled-component-opacity","",f.opacity40)};var Ts={backgroundColor:r.extend("--ft-text-area-background-color","",f.colorWhite),contentValueColor:r.extend("--ft-text-area-content-value-color","",h.contentGlobalPrimary),labelColor:r.extend("--ft-text-area-label-color","",h.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-text-area-default-border-color","",h.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-text-area-default-helper-text-color","",h.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:r.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:r.extend("--ft-text-area-error-border-color","",h.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-text-area-error-helper-text-color","",h.contentErrorPrimary),errorHelperIconColor:r.extend("--ft-text-area-error-helper-icon-color","",h.contentErrorIconOnly),focusFocusRingColor:r.extend("--ft-text-area-focus-focus-ring-color","",h.borderActionFocusRing),focusOutlineWidth:r.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:r.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-text-area-disabled-component-opacity","",f.opacity40),fieldHorizontalLeftPadding:r.extend("--ft-text-area-field-horizontal-left-padding","",f.spacing4),fieldHorizontalGap:r.extend("--ft-text-area-field-horizontal-gap","",f.spacing3),fieldVerticalGap:r.extend("--ft-text-area-field-vertical-gap","",f.spacing05),fieldMinHeight:r.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:r.extend("--ft-text-area-helper-horizontal-padding","",f.spacing4),helperHorizontalGap:r.extend("--ft-text-area-helper-horizontal-gap","",f.spacing1),helperIconSize:r.extend("--ft-text-area-helper-icon-size","",f.iconSize2),borderRadius:r.extend("--ft-text-area-border-radius","",f.borderRadiusM)};var zs={height:r.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:r.extend("--ft-floating-menu-horizontal-padding","",f.spacing4),offIconColor:r.extend("--ft-floating-menu-off-icon-color","",h.contentGlobalPrimary),offColor:r.extend("--ft-floating-menu-off-color","",h.contentGlobalPrimary),onColor:r.extend("--ft-floating-menu-on-color","",h.contentActionPrimary),onStateLayerColor:r.extend("--ft-floating-menu-on-state-layer-color","",h.contentActionPrimary),gap:r.extend("--ft-floating-menu-gap","",f.spacing3),focusFocusRingColor:r.extend("--ft-floating-menu-focus-focus-ring-color","",h.borderActionFocusRing),focusOutlineWidth:r.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:r.extend("--ft-floating-menu-focus-state-layer-opacity","",f.opacity8),hoverStateLayerOpacity:r.extend("--ft-floating-menu-hover-state-layer-opacity","",f.opacity8),activeStateLayerOpacity:r.extend("--ft-floating-menu-active-state-layer-opacity","",f.opacity16),disabledComponentOpacity:r.extend("--ft-floating-menu-disabled-component-opacity","",f.opacity40),iconSize:r.extend("--ft-floating-menu-icon-size","",f.iconSize3),backgroundColor:r.extend("--ft-floating-menu-background-color","",h.backgroundGlobalOnSurface),shadow:r.extend("--ft-floating-menu-shadow","",f.shadowElevation02)};var Bs={fieldHorizontalPadding:r.extend("--ft-combobox-single-select-field-horizontal-padding","",f.spacing4),fieldHorizontalGap:r.extend("--ft-combobox-single-select-field-horizontal-gap","",f.spacing3),fieldVerticalGap:r.extend("--ft-combobox-single-select-field-vertical-gap","",f.spacing05),fieldIconSize:r.extend("--ft-combobox-single-select-field-icon-size","",f.iconSize3),fieldHeight:r.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:r.extend("--ft-combobox-single-select-helper-horizontal-padding","",f.spacing4),helperHorizontalGap:r.extend("--ft-combobox-single-select-helper-horizontal-gap","",f.spacing1),helperVerticalGap:r.extend("--ft-combobox-single-select-helper-vertical-gap","",f.spacing1),helperIconSize:r.extend("--ft-combobox-single-select-helper-icon-size","",f.iconSize2),menuVerticalGap:r.extend("--ft-combobox-single-select-menu-vertical-gap","",f.spacing2),borderRadius:r.extend("--ft-combobox-single-select-border-radius","",f.borderRadiusM),backgroundColor:r.extend("--ft-combobox-single-select-background-color","",f.colorWhite),labelColor:r.extend("--ft-combobox-single-select-label-color","",h.contentGlobalSubtle),contentValueColor:r.extend("--ft-combobox-single-select-content-value-color","",h.contentGlobalPrimary),trailingIconColor:r.extend("--ft-combobox-single-select-trailing-icon-color","",h.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-combobox-single-select-default-border-color","",h.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-combobox-single-select-default-helper-text-color","",h.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:r.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:r.extend("--ft-combobox-single-select-error-border-color","",h.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-combobox-single-select-error-helper-text-color","",h.contentErrorPrimary),warningBorderWidth:r.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:r.extend("--ft-combobox-single-select-warning-border-color","",h.borderWarningPrimary),warningHelperTextColor:r.extend("--ft-combobox-single-select-warning-helper-text-color","",h.contentWarningPrimary),warningHelperIconColor:r.extend("--ft-combobox-single-select-warning-helper-icon-color","",h.contentWarningIconOnly),focusOutlineWidth:r.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-combobox-single-select-focus-focus-ring-color","",h.borderActionFocusRing),focusOutlineOffset:r.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-combobox-single-select-disabled-component-opacity","",f.opacity40)};var Us={backgroundColor:r.extend("--ft-combobox-multi-select-background-color","",f.colorWhite),labelColor:r.extend("--ft-combobox-multi-select-label-color","",h.contentGlobalSubtle),trailingIconColor:r.extend("--ft-combobox-multi-select-trailing-icon-color","",h.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-combobox-multi-select-default-border-color","",h.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-combobox-multi-select-default-helper-text-color","",h.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:r.extend("--ft-combobox-multi-select-error-border-color","",h.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-combobox-multi-select-error-helper-text-color","",h.contentErrorPrimary),errorHelperIcon:r.extend("--ft-combobox-multi-select-error-helper-icon","",h.contentErrorIconOnly),errorBorderWidth:r.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:r.extend("--ft-combobox-multi-select-warning-border-color","",h.borderWarningPrimary),warningHelperTextColor:r.extend("--ft-combobox-multi-select-warning-helper-text-color","",h.contentWarningPrimary),warningHelperIconColor:r.extend("--ft-combobox-multi-select-warning-helper-icon-color","",h.contentWarningIconOnly),warningBorderWidth:r.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-combobox-multi-select-focus-focus-ring-color","",h.borderActionFocusRing),focusOutlineWidth:r.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:r.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-combobox-multi-select-disabled-component-opacity","",f.opacity40),helperHorizontalPadding:r.extend("--ft-combobox-multi-select-helper-horizontal-padding","",f.spacing4),helperHorizontalGap:r.extend("--ft-combobox-multi-select-helper-horizontal-gap","",f.spacing1),helperVerticalGap:r.extend("--ft-combobox-multi-select-helper-vertical-gap","",f.spacing1),helperIconSize:r.extend("--ft-combobox-multi-select-helper-icon-size","",f.iconSize2),fieldHorizontalPadding:r.extend("--ft-combobox-multi-select-field-horizontal-padding","",f.spacing4),fieldHorizontalGap:r.extend("--ft-combobox-multi-select-field-horizontal-gap","",f.spacing3),fieldVerticalGap:r.extend("--ft-combobox-multi-select-field-vertical-gap","",f.spacing05),fieldIconSize:r.extend("--ft-combobox-multi-select-field-icon-size","",f.iconSize3),fieldMaxHeight:r.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:r.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",f.spacing1),contentValuesVerticalGap:r.extend("--ft-combobox-multi-select-content-values-vertical-gap","",f.spacing1),borderRadius:r.extend("--ft-combobox-multi-select-border-radius","",f.borderRadiusM)};var Ds={backgroundColor:r.extend("--ft-popover-background-color","",h.backgroundGlobalOnSurface),horizontalPadding:r.extend("--ft-popover-horizontal-padding","",f.spacing6),verticalPadding:r.extend("--ft-popover-vertical-padding","",f.spacing6),titleColor:r.extend("--ft-popover-title-color","",h.contentGlobalPrimary),bodyColor:r.extend("--ft-popover-body-color","",h.contentGlobalSecondary),linkColor:r.extend("--ft-popover-link-color","",h.contentActionPrimary),gap:r.extend("--ft-popover-gap","",f.spacing3),borderRadius:r.extend("--ft-popover-border-radius","",f.borderRadiusM),shadow:r.extend("--ft-popover-shadow","",f.shadowElevation02)};var Ms={hoverStateLayerOpacity:r.extend("--ft-collapsible-hover-state-layer-opacity","",f.opacity8),focusStateLayerOpacity:r.extend("--ft-collapsible-focus-state-layer-opacity","",f.opacity8),focusOutlineWidth:r.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:r.extend("--ft-collapsible-focus-focus-ring-color","",h.borderActionFocusRing),activeStateLayerOpacity:r.extend("--ft-collapsible-active-state-layer-opacity","",f.opacity16),disabledComponentOpacity:r.extend("--ft-collapsible-disabled-component-opacity","",f.opacity40),horizontalPadding:r.extend("--ft-collapsible-horizontal-padding","",f.spacing4),verticalPadding:r.extend("--ft-collapsible-vertical-padding","",f.spacing3),color:r.extend("--ft-collapsible-color","",h.contentGlobalPrimary),stateLayerColor:r.extend("--ft-collapsible-state-layer-color","",h.contentGlobalPrimary),backgroundColor:r.extend("--ft-collapsible-background-color","",h.backgroundGlobalOnSurface),borderColor:r.extend("--ft-collapsible-border-color","",h.borderGlobalSubtle),iconSize:r.extend("--ft-collapsible-icon-size","",f.iconSize3)};var Fs={groupHorizontalPadding:r.extend("--ft-switch-group-horizontal-padding","",f.spacing1),groupVerticalPadding:r.extend("--ft-switch-group-vertical-padding","",f.spacing1),groupGap:r.extend("--ft-switch-group-gap","",f.spacing1),groupBackgroundColor:r.extend("--ft-switch-group-background-color","",h.backgroundGlobalSurface),groupBorderColor:r.extend("--ft-switch-group-border-color","",h.borderGlobalSubtle),groupBorderRadius:r.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:r.extend("--ft-switch-label-horizontal-padding","",f.spacing2),labelVerticalPadding:r.extend("--ft-switch-label-vertical-padding","",f.spacing1),offHoverStateLayerOpacity:r.extend("--ft-switch-off-hover-state-layer-opacity","",f.opacity8),offFocusStateLayerOpacity:r.extend("--ft-switch-off-focus-state-layer-opacity","",f.opacity8),offActiveStateLayerOpacity:r.extend("--ft-switch-off-active-state-layer-opacity","",f.opacity16),offDisabledComponentOpacity:r.extend("--ft-switch-off-disabled-component-opacity","",f.opacity40),offColor:r.extend("--ft-switch-off-color","",h.contentGlobalSubtle),offStateLayerColor:r.extend("--ft-switch-off-state-layer-color","",h.contentGlobalSubtle),onHoverStateLayerOpacity:r.extend("--ft-switch-on-hover-state-layer-opacity","",f.opacity8),onFocusStateLayerOpacity:r.extend("--ft-switch-on-focus-state-layer-opacity","",f.opacity8),onActiveStateLayerOpacity:r.extend("--ft-switch-on-active-state-layer-opacity","",f.opacity16),onDisabledComponentOpacity:r.extend("--ft-switch-on-disabled-component-opacity","",f.opacity40),onColor:r.extend("--ft-switch-on-color","",h.contentActionPrimary),onStateLayerColor:r.extend("--ft-switch-on-state-layer-color","",h.contentActionPrimary),iconHorizontalPadding:r.extend("--ft-switch-icon-horizontal-padding","",f.spacing1),iconVerticalPadding:r.extend("--ft-switch-icon-vertical-padding","",f.spacing1),focusOutlineWidth:r.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-switch-focus-focus-ring-color","",h.borderActionFocusRing),optionBorderRadius:r.extend("--ft-switch-option-border-radius","",f.borderRadiusS)};var Hs={color1Light:r.extend("--ft-chart-1-light","for area color charts",f.colorBrand40),color1Base:r.extend("--ft-chart-1-base","for line charts",f.colorBrand0),color2Light:r.extend("--ft-chart-2-light","for area color charts",f.colorYellow60),color2Base:r.extend("--ft-chart-2-base","for line charts",f.colorYellow100),color3Light:r.extend("--ft-chart-3-light","",f.colorUltramarine40),color3Base:r.extend("--ft-chart-3-base","",f.colorUltramarine70),color4Light:r.extend("--ft-chart-4-light","",f.colorCyan50),color4Base:r.extend("--ft-chart-4-base","",f.colorCyan100),color5Light:r.extend("--ft-chart-5-light","",f.colorRed40),color5Base:r.extend("--ft-chart-5-base","",f.colorRed60),color6Light:r.extend("--ft-chart-6-light","",f.colorGreen40),color6Base:r.extend("--ft-chart-6-base","",f.colorGreen70),color7Light:r.extend("--ft-chart-7-light","",f.colorOrange70),color7Base:r.extend("--ft-chart-7-base","",f.colorOrange100),color8Light:r.extend("--ft-chart-8-light","",f.colorAvocado70),color8Base:r.extend("--ft-chart-8-base","",f.colorAvocado200),color9Light:r.extend("--ft-chart-9-light","",f.colorBrown50),color9Base:r.extend("--ft-chart-9-base","",f.colorBrown200),color10Light:r.extend("--ft-chart-10-light","",f.colorGray50),color10Base:r.extend("--ft-chart-10-base","",f.colorGray80),monochrome10:r.extend("--ft-chart-monochrome-10","",f.colorBrand10),monochrome20:r.extend("--ft-chart-monochrome-20","",f.colorBrand20),monochrome30:r.extend("--ft-chart-monochrome-30","",f.colorBrand40),monochrome40:r.extend("--ft-chart-monochrome-40","",f.colorBrand60),monochrome50:r.extend("--ft-chart-monochrome-50","",f.colorBrand0),monochrome60:r.extend("--ft-chart-monochrome-60","",f.colorBrand200)};var Gs={borderWidth:r.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:r.extend("--ft-notice-horizontal-padding","",f.spacing3),verticalPadding:r.extend("--ft-notice-vertical-padding","",f.spacing2),borderRadius:r.extend("--ft-notice-border-radius","",f.borderRadiusS),gap:r.extend("--ft-notice-gap","",f.spacing2),iconSize:r.extend("--ft-notice-icon-size","",f.iconSize3),infoBackgroundColor:r.extend("--ft-notice-info-background-color","",h.backgroundInfoSubtle),infoBorderColor:r.extend("--ft-notice-info-border-color","",h.borderInfoSubtle),infoColor:r.extend("--ft-notice-info-color","",h.contentInfoPrimary),infoIconColor:r.extend("--ft-notice-info-icon-color","",h.contentInfoIconOnly),warningBackgroundColor:r.extend("--ft-notice-warning-background-color","",h.backgroundWarningSubtle),warningBorderColor:r.extend("--ft-notice-warning-border-color","",h.borderWarningSubtle),warningColor:r.extend("--ft-notice-warning-color","",h.contentWarningPrimary),warningIconColor:r.extend("--ft-notice-warning-icon-color","",h.contentWarningIconOnly),errorBackgroundColor:r.extend("--ft-notice-error-background-color","",h.backgroundErrorSubtle),errorBorderColor:r.extend("--ft-notice-error-border-color","",h.borderErrorSubtle),errorColor:r.extend("--ft-notice-error-color","",h.contentErrorPrimary),errorIconColor:r.extend("--ft-notice-error-icon-color","",h.contentErrorIconOnly),successBackgroundColor:r.extend("--ft-notice-success-background-color","",h.backgroundSuccessSubtle),successBorderColor:r.extend("--ft-notice-success-border-color","",h.borderSuccessSubtle),successColor:r.extend("--ft-notice-success-color","",h.contentSuccessPrimary),successIconColor:r.extend("--ft-notice-success-icon-color","",h.contentSuccessIconOnly)};var Ks={color:r.extend("--ft-checkbox-color","",h.contentGlobalPrimary),checkedBackgroundColor:r.extend("--ft-checkbox-checked-background-color","",h.contentActionPrimary),checkedStateLayerColor:r.extend("--ft-checkbox-checked-state-layer-color","",h.contentActionPrimary),checkedIconColor:r.extend("--ft-checkbox-checked-icon-color","",h.contentGlobalOnColor),checkedHoverStateLayerOpacity:r.extend("--ft-checkbox-checked-hover-state-layer-opacity","",f.opacity16),checkedFocusStateLayerOpacity:r.extend("--ft-checkbox-checked-focus-state-layer-opacity","",f.opacity16),checkedActiveStateLayerOpacity:r.extend("--ft-checkbox-checked-active-state-layer-opacity","",f.opacity24),checkedDisabledComponentOpacity:r.extend("--ft-checkbox-checked-disabled-component-opacity","",f.opacity40),uncheckedBorderColor:r.extend("--ft-checkbox-unchecked-border-color","",f.colorGray80),uncheckedStateLayerColor:r.extend("--ft-checkbox-unchecked-state-layer-color","",f.colorGray80),uncheckedHoverStateLayerOpacity:r.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",f.opacity16),uncheckedFocusStateLayerOpacity:r.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",f.opacity16),uncheckedActiveStateLayerOpacity:r.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",f.opacity24),uncheckedDisabledComponentOpacity:r.extend("--ft-checkbox-unchecked-disabled-component-opacity","",f.opacity40),focusFocusRingColor:r.extend("--ft-checkbox-focus-focus-ring-color","",h.borderActionFocusRing),focusOutlineOffset:r.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:r.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:r.extend("--ft-checkbox-gap","",f.spacing3)};var Zs={offHoverStateLayerOpacity:r.extend("--ft-toggle-off-hover-state-layer-opacity","",f.opacity16),offFocusStateLayerOpacity:r.extend("--ft-toggle-off-focus-state-layer-opacity","",f.opacity16),offActiveStateLayerOpacity:r.extend("--ft-toggle-off-active-state-layer-opacity","",f.opacity24),offDisabledComponentOpacity:r.extend("--ft-toggle-off-disabled-component-opacity","",f.opacity40),offBackgroundColor:r.extend("--ft-toggle-off-background-color","",h.contentGlobalSubtle),offIconColor:r.extend("--ft-toggle-off-icon-color","",h.contentGlobalSubtle),offStateLayerColor:r.extend("--ft-toggle-off-state-layer-color","",h.contentGlobalSubtle),onHoverStateLayerOpacity:r.extend("--ft-toggle-on-hover-state-layer-opacity","",f.opacity16),onFocusStateLayerOpacity:r.extend("--ft-toggle-on-focus-state-layer-opacity","",f.opacity16),onActiveStateLayerOpacity:r.extend("--ft-toggle-on-active-state-layer-opacity","",f.opacity24),onDisabledComponentOpacity:r.extend("--ft-toggle-on-disabled-component-opacity","",f.opacity40),onBackgroundColor:r.extend("--ft-toggle-on-background-color","",h.contentActionPrimary),onStateLayerColor:r.extend("--ft-toggle-on-state-layer-color","",h.contentActionPrimary),onIconColor:r.extend("--ft-toggle-on-icon-color","",h.contentActionPrimary),color:r.extend("--ft-toggle-color","",h.contentGlobalPrimary),focusFocusRingColor:r.extend("--ft-toggle-focus-focus-ring-color","",h.borderActionFocusRing),gap:r.extend("--ft-toggle-gap","",f.spacing3)};var Vs={color:r.extend("--ft-radio-color","",h.contentGlobalPrimary),selectedRadioColor:r.extend("--ft-radio-selected-radio-color","",h.contentActionPrimary),selectedStateLayerColor:r.extend("--ft-radio-selected-state-layer-color","",h.contentActionPrimary),selectedHoverStateLayerOpacity:r.extend("--ft-radio-selected-hover-state-layer-opacity","",f.opacity16),selectedFocusStateLayerOpacity:r.extend("--ft-radio-selected-focus-state-layer-opacity","",f.opacity16),selectedActiveStateLayerOpacity:r.extend("--ft-radio-selected-active-state-layer-opacity","",f.opacity24),selectedDisabledComponentOpacity:r.extend("--ft-radio-selected-disabled-component-opacity","",f.opacity40),unselectedStateLayerColor:r.extend("--ft-radio-unselected-state-layer-color","",h.borderInputPrimary),unselectedBorderColor:r.extend("--ft-radio-unselected-border-color","",h.borderInputPrimary),unselectedHoverStateLayerOpacity:r.extend("--ft-radio-unselected-hover-state-layer-opacity","",f.opacity16),unselectedFocusStateLayerOpacity:r.extend("--ft-radio-unselected-focus-state-layer-opacity","",f.opacity16),unselectedActiveStateLayerOpacity:r.extend("--ft-radio-unselected-active-state-layer-opacity","",f.opacity24),unselectedDisabledComponentOpacity:r.extend("--ft-radio-unselected-disabled-component-opacity","",f.opacity40),focusFocusRingColor:r.extend("--ft-radio-focus-focus-ring-color","",h.borderActionFocusRing),focusOutlineOffset:r.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:r.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:r.extend("--ft-radio-gap","",f.spacing3)};var js={iconSize:r.extend("--ft-notification-icon-size","",f.iconSize4),leftPadding:r.extend("--ft-notification-left-padding","",f.spacing5),rightPadding:r.extend("--ft-notification-right-padding","",f.spacing4),verticalPadding:r.extend("--ft-notification-vertical-padding","",f.spacing3),infoBackgroundColor:r.extend("--ft-notification-info-background-color","",h.backgroundInfoSubtle),infoColor:r.extend("--ft-notification-info-color","",h.contentInfoPrimary),infoIconColor:r.extend("--ft-notification-info-icon-color","",h.contentInfoIconOnly),infoBorderColor:r.extend("--ft-notification-info-border-color","",h.borderInfoSubtle),successBackgroundColor:r.extend("--ft-notification-success-background-color","",h.backgroundSuccessSubtle),successColor:r.extend("--ft-notification-success-color","",h.contentSuccessPrimary),successIconColor:r.extend("--ft-notification-success-icon-color","",h.contentSuccessIconOnly),successBorderColor:r.extend("--ft-notification-success-border-color","",h.borderSuccessSubtle),warningBackgroundColor:r.extend("--ft-notification-warning-background-color","",h.backgroundWarningSubtle),warningColor:r.extend("--ft-notification-warning-color","",h.contentWarningPrimary),warningIconColor:r.extend("--ft-notification-warning-icon-color","",h.contentWarningIconOnly),warningBorderColor:r.extend("--ft-notification-warning-border-color","",h.borderWarningSubtle),errorBackgroundColor:r.extend("--ft-notification-error-background-color","",h.backgroundErrorSubtle),errorColor:r.extend("--ft-notification-error-color","",h.contentErrorPrimary),errorIconColor:r.extend("--ft-notification-error-icon-color","",h.contentErrorIconOnly),errorBorderColor:r.extend("--ft-notification-error-border-color","",h.borderErrorSubtle),borderRadius:r.extend("--ft-notification-border-radius","",f.borderRadiusPill),borderWidth:r.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:r.extend("--ft-notification-leading-gap","",f.spacing2),trailingGap:r.extend("--ft-notification-trailing-gap","",f.spacing8)};var Ys={horizontalPadding:r.extend("--ft-tooltip-horizontal-padding","",f.spacing2),verticalPadding:r.extend("--ft-tooltip-vertical-padding","",f.spacing2),borderRadius:r.extend("--ft-tooltip-border-radius","",f.borderRadiusS),color:r.extend("--ft-tooltip-color","",h.contentGlobalOnColor),backgroundColor:r.extend("--ft-tooltip-background-color","",h.contentGlobalPrimary),backgroundOpacity:r.extend("--ft-tooltip-background-opacity","",f.opacity80),shadow:r.extend("--ft-tooltip-shadow","",f.shadowElevation02),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","256px"),gap:r.extend("--ft-tooltip-gap","",f.spacing05)};var Dn;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(Dn||(Dn={}));var Mn;(function(e){e.large="large",e.medium="medium",e.small="small"})(Mn||(Mn={}));function qs(e){return`design-system--family-${e}`}function Xs(e){return`design-system--size-${e}`}var $={colorPrimary:r.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:r.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:r.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:r.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:r.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:r.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:r.create("--ft-color-error","","COLOR","#B00020"),colorOutline:r.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:r.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:r.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:r.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:r.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:r.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:r.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:r.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:r.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:r.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:r.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:r.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:r.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:r.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:r.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:r.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:r.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:r.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:r.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:r.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:r.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:r.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:r.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:r.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:r.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:r.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:r.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:r.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:r.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:r.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:r.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:r.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:r.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:r.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:r.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:r.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:r.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:r.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:r.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:r.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:r.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:r.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:r.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:r.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:r.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:r.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:r.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:r.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:r.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:r.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:r.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:r.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:r.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:r.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:r.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Vn={};q(Vn,{FtNotificationEvent:()=>Gn,PostResizeEvent:()=>Zn,PreResizeEvent:()=>Kn});var Gn=class extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}},Kn=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},Zn=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}};var aa={};q(aa,{computeOffsetPosition:()=>na});var Vi=["top","right","bottom","left"],Zi=["start","end"],Yn=Vi.reduce((e,t)=>e.concat(t,t+"-"+Zi[0],t+"-"+Zi[1]),[]),Ro=Math.min,re=Math.max,Ao=Math.round;var Zt=e=>({x:e,y:e}),Js={left:"right",right:"left",bottom:"top",top:"bottom"},Qs={start:"end",end:"start"};function qn(e,t,o){return re(e,Ro(t,o))}function fr(e,t){return typeof e=="function"?e(t):e}function He(e){return e.split("-")[0]}function ne(e){return e.split("-")[1]}function Xn(e){return e==="x"?"y":"x"}function Jn(e){return e==="y"?"height":"width"}function ur(e){return["top","bottom"].includes(He(e))?"y":"x"}function Qn(e){return Xn(ur(e))}function ji(e,t,o){o===void 0&&(o=!1);let n=ne(e),i=Qn(e),l=Jn(i),c=i==="x"?n===(o?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[l]>t.floating[l]&&(c=jn(c)),[c,jn(c)]}function Yi(e){return e.replace(/start|end/g,t=>Qs[t])}function jn(e){return e.replace(/left|right|bottom|top/g,t=>Js[t])}function td(e){return{top:0,right:0,bottom:0,left:0,...e}}function qi(e){return typeof e!="number"?td(e):{top:e,right:e,bottom:e,left:e}}function Ae(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function Xi(e,t,o){let{reference:n,floating:i}=e,l=ur(t),c=Qn(t),s=Jn(c),d=He(t),u=l==="y",y=n.x+n.width/2-i.width/2,g=n.y+n.height/2-i.height/2,b=n[s]/2-i[s]/2,x;switch(d){case"top":x={x:y,y:n.y-i.height};break;case"bottom":x={x:y,y:n.y+n.height};break;case"right":x={x:n.x+n.width,y:g};break;case"left":x={x:n.x-i.width,y:g};break;default:x={x:n.x,y:n.y}}switch(ne(t)){case"start":x[c]-=b*(o&&u?-1:1);break;case"end":x[c]+=b*(o&&u?-1:1);break}return x}var Ji=async(e,t,o)=>{let{placement:n="bottom",strategy:i="absolute",middleware:l=[],platform:c}=o,s=l.filter(Boolean),d=await(c.isRTL==null?void 0:c.isRTL(t)),u=await c.getElementRects({reference:e,floating:t,strategy:i}),{x:y,y:g}=Xi(u,n,d),b=n,x={},v=0;for(let w=0;w<s.length;w++){let{name:A,fn:I}=s[w],{x:L,y:C,data:O,reset:E}=await I({x:y,y:g,initialPlacement:n,placement:b,strategy:i,middlewareData:x,rects:u,platform:c,elements:{reference:e,floating:t}});if(y=L??y,g=C??g,x={...x,[A]:{...x[A],...O}},E&&v<=50){v++,typeof E=="object"&&(E.placement&&(b=E.placement),E.rects&&(u=E.rects===!0?await c.getElementRects({reference:e,floating:t,strategy:i}):E.rects),{x:y,y:g}=Xi(u,b,d)),w=-1;continue}}return{x:y,y:g,placement:b,strategy:i,middlewareData:x}};async function ta(e,t){var o;t===void 0&&(t={});let{x:n,y:i,platform:l,rects:c,elements:s,strategy:d}=e,{boundary:u="clippingAncestors",rootBoundary:y="viewport",elementContext:g="floating",altBoundary:b=!1,padding:x=0}=fr(t,e),v=qi(x),A=s[b?g==="floating"?"reference":"floating":g],I=Ae(await l.getClippingRect({element:(o=await(l.isElement==null?void 0:l.isElement(A)))==null||o?A:A.contextElement||await(l.getDocumentElement==null?void 0:l.getDocumentElement(s.floating)),boundary:u,rootBoundary:y,strategy:d})),L=g==="floating"?{...c.floating,x:n,y:i}:c.reference,C=await(l.getOffsetParent==null?void 0:l.getOffsetParent(s.floating)),O=await(l.isElement==null?void 0:l.isElement(C))?await(l.getScale==null?void 0:l.getScale(C))||{x:1,y:1}:{x:1,y:1},E=Ae(l.convertOffsetParentRelativeRectToViewportRelativeRect?await l.convertOffsetParentRelativeRectToViewportRelativeRect({rect:L,offsetParent:C,strategy:d}):L);return{top:(I.top-E.top+v.top)/O.y,bottom:(E.bottom-I.bottom+v.bottom)/O.y,left:(I.left-E.left+v.left)/O.x,right:(E.right-I.right+v.right)/O.x}}function ed(e,t,o){return(e?[...o.filter(i=>ne(i)===e),...o.filter(i=>ne(i)!==e)]:o.filter(i=>He(i)===i)).filter(i=>e?ne(i)===e||(t?Yi(i)!==i:!1):!0)}var ea=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var o,n,i;let{rects:l,middlewareData:c,placement:s,platform:d,elements:u}=t,{crossAxis:y=!1,alignment:g,allowedPlacements:b=Yn,autoAlignment:x=!0,...v}=fr(e,t),w=g!==void 0||b===Yn?ed(g||null,x,b):b,A=await ta(t,v),I=((o=c.autoPlacement)==null?void 0:o.index)||0,L=w[I];if(L==null)return{};let C=ji(L,l,await(d.isRTL==null?void 0:d.isRTL(u.floating)));if(s!==L)return{reset:{placement:w[0]}};let O=[A[He(L)],A[C[0]],A[C[1]]],E=[...((n=c.autoPlacement)==null?void 0:n.overflows)||[],{placement:L,overflows:O}],z=w[I+1];if(z)return{data:{index:I+1,overflows:E},reset:{placement:z}};let Z=E.map(_=>{let B=ne(_.placement);return[_.placement,B&&y?_.overflows.slice(0,2).reduce((M,ct)=>M+ct,0):_.overflows[0],_.overflows]}).sort((_,B)=>_[1]-B[1]),V=((i=Z.filter(_=>_[2].slice(0,ne(_[0])?2:3).every(B=>B<=0))[0])==null?void 0:i[0])||Z[0][0];return V!==s?{data:{index:I+1,overflows:E},reset:{placement:V}}:{}}}};var oa=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:o,y:n,placement:i}=t,{mainAxis:l=!0,crossAxis:c=!1,limiter:s={fn:A=>{let{x:I,y:L}=A;return{x:I,y:L}}},...d}=fr(e,t),u={x:o,y:n},y=await ta(t,d),g=ur(He(i)),b=Xn(g),x=u[b],v=u[g];if(l){let A=b==="y"?"top":"left",I=b==="y"?"bottom":"right",L=x+y[A],C=x-y[I];x=qn(L,x,C)}if(c){let A=g==="y"?"top":"left",I=g==="y"?"bottom":"right",L=v+y[A],C=v-y[I];v=qn(L,v,C)}let w=s.fn({...t,[b]:x,[g]:v});return{...w,data:{x:w.x-o,y:w.y-n}}}}};function Vt(e){return tl(e)?(e.nodeName||"").toLowerCase():"#document"}function ut(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function jt(e){var t;return(t=(tl(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function tl(e){return e instanceof Node||e instanceof ut(e).Node}function Wt(e){return e instanceof Element||e instanceof ut(e).Element}function Pt(e){return e instanceof HTMLElement||e instanceof ut(e).HTMLElement}function Qi(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ut(e).ShadowRoot}function Ge(e){let{overflow:t,overflowX:o,overflowY:n,display:i}=St(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+o)&&!["inline","contents"].includes(i)}function el(e){return["table","td","th"].includes(Vt(e))}function mr(e){let t=gr(),o=St(e);return o.transform!=="none"||o.perspective!=="none"||(o.containerType?o.containerType!=="normal":!1)||!t&&(o.backdropFilter?o.backdropFilter!=="none":!1)||!t&&(o.filter?o.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(o.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(o.contain||"").includes(n))}function ol(e){let t=Ie(e);for(;Pt(t)&&!Io(t);){if(mr(t))return t;t=Ie(t)}return null}function gr(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Io(e){return["html","body","#document"].includes(Vt(e))}function St(e){return ut(e).getComputedStyle(e)}function Po(e){return Wt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Ie(e){if(Vt(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Qi(e)&&e.host||jt(e);return Qi(t)?t.host:t}function rl(e){let t=Ie(e);return Io(t)?e.ownerDocument?e.ownerDocument.body:e.body:Pt(t)&&Ge(t)?t:rl(t)}function hr(e,t,o){var n;t===void 0&&(t=[]),o===void 0&&(o=!0);let i=rl(e),l=i===((n=e.ownerDocument)==null?void 0:n.body),c=ut(i);return l?t.concat(c,c.visualViewport||[],Ge(i)?i:[],c.frameElement&&o?hr(c.frameElement):[]):t.concat(i,hr(i,[],o))}function il(e){let t=St(e),o=parseFloat(t.width)||0,n=parseFloat(t.height)||0,i=Pt(e),l=i?e.offsetWidth:o,c=i?e.offsetHeight:n,s=Ao(o)!==l||Ao(n)!==c;return s&&(o=l,n=c),{width:o,height:n,$:s}}function ll(e){return Wt(e)?e:e.contextElement}function Ke(e){let t=ll(e);if(!Pt(t))return Zt(1);let o=t.getBoundingClientRect(),{width:n,height:i,$:l}=il(t),c=(l?Ao(o.width):o.width)/n,s=(l?Ao(o.height):o.height)/i;return(!c||!Number.isFinite(c))&&(c=1),(!s||!Number.isFinite(s))&&(s=1),{x:c,y:s}}var od=Zt(0);function cl(e){let t=ut(e);return!gr()||!t.visualViewport?od:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function rd(e,t,o){return t===void 0&&(t=!1),!o||t&&o!==ut(e)?!1:t}function Lo(e,t,o,n){t===void 0&&(t=!1),o===void 0&&(o=!1);let i=e.getBoundingClientRect(),l=ll(e),c=Zt(1);t&&(n?Wt(n)&&(c=Ke(n)):c=Ke(e));let s=rd(l,o,n)?cl(l):Zt(0),d=(i.left+s.x)/c.x,u=(i.top+s.y)/c.y,y=i.width/c.x,g=i.height/c.y;if(l){let b=ut(l),x=n&&Wt(n)?ut(n):n,v=b.frameElement;for(;v&&n&&x!==b;){let w=Ke(v),A=v.getBoundingClientRect(),I=St(v),L=A.left+(v.clientLeft+parseFloat(I.paddingLeft))*w.x,C=A.top+(v.clientTop+parseFloat(I.paddingTop))*w.y;d*=w.x,u*=w.y,y*=w.x,g*=w.y,d+=L,u+=C,v=ut(v).frameElement}}return Ae({width:y,height:g,x:d,y:u})}function nd(e){let{rect:t,offsetParent:o,strategy:n}=e,i=Pt(o),l=jt(o);if(o===l)return t;let c={scrollLeft:0,scrollTop:0},s=Zt(1),d=Zt(0);if((i||!i&&n!=="fixed")&&((Vt(o)!=="body"||Ge(l))&&(c=Po(o)),Pt(o))){let u=Lo(o);s=Ke(o),d.x=u.x+o.clientLeft,d.y=u.y+o.clientTop}return{width:t.width*s.x,height:t.height*s.y,x:t.x*s.x-c.scrollLeft*s.x+d.x,y:t.y*s.y-c.scrollTop*s.y+d.y}}function ad(e){return Array.from(e.getClientRects())}function sl(e){return Lo(jt(e)).left+Po(e).scrollLeft}function id(e){let t=jt(e),o=Po(e),n=e.ownerDocument.body,i=re(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),l=re(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight),c=-o.scrollLeft+sl(e),s=-o.scrollTop;return St(n).direction==="rtl"&&(c+=re(t.clientWidth,n.clientWidth)-i),{width:i,height:l,x:c,y:s}}function ld(e,t){let o=ut(e),n=jt(e),i=o.visualViewport,l=n.clientWidth,c=n.clientHeight,s=0,d=0;if(i){l=i.width,c=i.height;let u=gr();(!u||u&&t==="fixed")&&(s=i.offsetLeft,d=i.offsetTop)}return{width:l,height:c,x:s,y:d}}function cd(e,t){let o=Lo(e,!0,t==="fixed"),n=o.top+e.clientTop,i=o.left+e.clientLeft,l=Pt(e)?Ke(e):Zt(1),c=e.clientWidth*l.x,s=e.clientHeight*l.y,d=i*l.x,u=n*l.y;return{width:c,height:s,x:d,y:u}}function nl(e,t,o){let n;if(t==="viewport")n=ld(e,o);else if(t==="document")n=id(jt(e));else if(Wt(t))n=cd(t,o);else{let i=cl(e);n={...t,x:t.x-i.x,y:t.y-i.y}}return Ae(n)}function dl(e,t){let o=Ie(e);return o===t||!Wt(o)||Io(o)?!1:St(o).position==="fixed"||dl(o,t)}function sd(e,t){let o=t.get(e);if(o)return o;let n=hr(e,[],!1).filter(s=>Wt(s)&&Vt(s)!=="body"),i=null,l=St(e).position==="fixed",c=l?Ie(e):e;for(;Wt(c)&&!Io(c);){let s=St(c),d=mr(c);!d&&s.position==="fixed"&&(i=null),(l?!d&&!i:!d&&s.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||Ge(c)&&!d&&dl(e,c))?n=n.filter(y=>y!==c):i=s,c=Ie(c)}return t.set(e,n),n}function dd(e){let{element:t,boundary:o,rootBoundary:n,strategy:i}=e,c=[...o==="clippingAncestors"?sd(t,this._c):[].concat(o),n],s=c[0],d=c.reduce((u,y)=>{let g=nl(t,y,i);return u.top=re(g.top,u.top),u.right=Ro(g.right,u.right),u.bottom=Ro(g.bottom,u.bottom),u.left=re(g.left,u.left),u},nl(t,s,i));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function pd(e){return il(e)}function fd(e,t,o){let n=Pt(t),i=jt(t),l=o==="fixed",c=Lo(e,!0,l,t),s={scrollLeft:0,scrollTop:0},d=Zt(0);if(n||!n&&!l)if((Vt(t)!=="body"||Ge(i))&&(s=Po(t)),n){let u=Lo(t,!0,l,t);d.x=u.x+t.clientLeft,d.y=u.y+t.clientTop}else i&&(d.x=sl(i));return{x:c.left+s.scrollLeft-d.x,y:c.top+s.scrollTop-d.y,width:c.width,height:c.height}}function al(e,t){return!Pt(e)||St(e).position==="fixed"?null:t?t(e):e.offsetParent}function pl(e,t){let o=ut(e);if(!Pt(e))return o;let n=al(e,t);for(;n&&el(n)&&St(n).position==="static";)n=al(n,t);return n&&(Vt(n)==="html"||Vt(n)==="body"&&St(n).position==="static"&&!mr(n))?o:n||ol(e)||o}var ud=async function(e){let{reference:t,floating:o,strategy:n}=e,i=this.getOffsetParent||pl,l=this.getDimensions;return{reference:fd(t,await i(o),n),floating:{x:0,y:0,...await l(o)}}};function hd(e){return St(e).direction==="rtl"}var yr={convertOffsetParentRelativeRectToViewportRelativeRect:nd,getDocumentElement:jt,getClippingRect:dd,getOffsetParent:pl,getElementRects:ud,getClientRects:ad,getDimensions:pd,getScale:Ke,isElement:Wt,isRTL:hd};var fl=(e,t,o)=>{let n=new Map,i={platform:yr,...o},l={...i.platform,_c:n};return Ji(e,t,{...i,platform:l})};function ul(e){return md(e)}function ra(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function md(e){for(let t=e;t;t=ra(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=ra(e);t;t=ra(t)){if(!(t instanceof Element))continue;let o=getComputedStyle(t);if(o.display!=="contents"&&(o.position!=="static"||o.filter!=="none"||t.tagName==="BODY"))return t}return null}async function na(e,t,o){return fl(e,t,{platform:{...yr,getOffsetParent:n=>yr.getOffsetParent(n,ul)},middleware:[oa({crossAxis:!0}),ea({allowedPlacements:[o]})]})}var la={};q(la,{FtLitElement:()=>U});var ia={};q(ia,{ScopedRegistryLitElement:()=>$o});var br=window,gd=br.ShadowRoot&&(br.ShadyCSS===void 0||br.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Bm=Symbol();var hl=(e,t)=>{gd?e.adoptedStyleSheets=t.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet):t.forEach(o=>{let n=document.createElement("style"),i=br.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=o.cssText,e.appendChild(n)})};var $o=class extends Gt{createRenderRoot(){let t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach(([i,l])=>t.registry.define(i,l)));let o={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(o);return hl(n,t.elementStyles),n}};var xr=function(e,t,o,n){var i=arguments.length,l=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(t,o,l):c(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},yl,ml=Symbol("constructorPrototype"),gl=Symbol("constructorName"),bl=Symbol("exportpartsDebouncer"),U=class extends $o{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[yl]=new it(5),this[gl]=this.constructor.name,this[ml]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[gl]&&Object.setPrototypeOf(this,this[ml])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(t){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",t)}this.importDynamicDependencies()}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()})}contentAvailableCallback(t){}applyCustomStylesheet(t){var o,n,i;if(((n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(l=>l.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((i=this.customStylesheet)!==null&&i!==void 0?i:"")}catch(l){console.error(l,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let l=document.createElement("style");l.classList.add("ft-lit-element--custom-stylesheet"),l.innerHTML=this.customStylesheet,this.shadowRoot.append(l)}}scheduleExportpartsUpdate(){var t,o,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)!==null&&n!==void 0&&n)&&this[bl].run(()=>{var i,l;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((l=this.exportpartsPrefixes)===null||l===void 0?void 0:l.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(t){var o,n,i,l,c,s;let d=b=>b!=null&&b.trim().length>0,u=t.filter(d).map(b=>b.trim());if(u.length===0){this.removeAttribute("exportparts");return}let y=new Set;for(let b of(n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let x=(l=(i=b.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&l!==void 0?l:[],v=(s=(c=b.getAttribute("exportparts"))===null||c===void 0?void 0:c.split(",").map(w=>w.split(":")[1]))!==null&&s!==void 0?s:[];new Array(...x,...v).filter(d).map(w=>w.trim()).forEach(w=>y.add(w))}if(y.size===0){this.removeAttribute("exportparts");return}let g=[...y.values()].flatMap(b=>u.map(x=>`${b}:${x}--${b}`));this.setAttribute("exportparts",[...this.part,...g].join(", "))}};yl=bl;xr([S()],U.prototype,"exportpartsPrefix",void 0);xr([Re([])],U.prototype,"exportpartsPrefixes",void 0);xr([S()],U.prototype,"customStylesheet",void 0);xr([F()],U.prototype,"useAdoptedStyleSheets",void 0);var xl={};var da={};q(da,{highlightHtml:()=>xd,highlightHtmlColorCssVariable:()=>vl,highlightHtmlStyles:()=>bd});var Pe=class e{constructor(t,o=!0,n=[],i=5e3){this.ctx=t,this.iframes=o,this.exclude=n,this.iframesTimeout=i}static matches(t,o){let n=typeof o=="string"?[o]:o,i=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(i){let l=!1;return n.every(c=>i.call(t,c)?(l=!0,!1):!0),l}else return!1}getContexts(){let t,o=[];return typeof this.ctx>"u"||!this.ctx?t=[]:NodeList.prototype.isPrototypeOf(this.ctx)?t=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?t=this.ctx:typeof this.ctx=="string"?t=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):t=[this.ctx],t.forEach(n=>{let i=o.filter(l=>l.contains(n)).length>0;o.indexOf(n)===-1&&!i&&o.push(n)}),o}getIframeContents(t,o,n=()=>{}){let i;try{let l=t.contentWindow;if(i=l.document,!l||!i)throw new Error("iframe inaccessible")}catch{n()}i&&o(i)}isIframeBlank(t){let o="about:blank",n=t.getAttribute("src").trim();return t.contentWindow.location.href===o&&n!==o&&n}observeIframeLoad(t,o,n){let i=!1,l=null,c=()=>{if(!i){i=!0,clearTimeout(l);try{this.isIframeBlank(t)||(t.removeEventListener("load",c),this.getIframeContents(t,o,n))}catch{n()}}};t.addEventListener("load",c),l=setTimeout(c,this.iframesTimeout)}onIframeReady(t,o,n){try{t.contentWindow.document.readyState==="complete"?this.isIframeBlank(t)?this.observeIframeLoad(t,o,n):this.getIframeContents(t,o,n):this.observeIframeLoad(t,o,n)}catch{n()}}waitForIframes(t,o){let n=0;this.forEachIframe(t,()=>!0,i=>{n++,this.waitForIframes(i.querySelector("html"),()=>{--n||o()})},i=>{i||o()})}forEachIframe(t,o,n,i=()=>{}){let l=t.querySelectorAll("iframe"),c=l.length,s=0;l=Array.prototype.slice.call(l);let d=()=>{--c<=0&&i(s)};c||d(),l.forEach(u=>{e.matches(u,this.exclude)?d():this.onIframeReady(u,y=>{o(u)&&(s++,n(y)),d()},d)})}createIterator(t,o,n){return document.createNodeIterator(t,o,n,!1)}createInstanceOnIframe(t){return new e(t.querySelector("html"),this.iframes)}compareNodeIframe(t,o,n){let i=t.compareDocumentPosition(n),l=Node.DOCUMENT_POSITION_PRECEDING;if(i&l)if(o!==null){let c=o.compareDocumentPosition(n),s=Node.DOCUMENT_POSITION_FOLLOWING;if(c&s)return!0}else return!0;return!1}getIteratorNode(t){let o=t.previousNode(),n;return o===null?n=t.nextNode():n=t.nextNode()&&t.nextNode(),{prevNode:o,node:n}}checkIframeFilter(t,o,n,i){let l=!1,c=!1;return i.forEach((s,d)=>{s.val===n&&(l=d,c=s.handled)}),this.compareNodeIframe(t,o,n)?(l===!1&&!c?i.push({val:n,handled:!0}):l!==!1&&!c&&(i[l].handled=!0),!0):(l===!1&&i.push({val:n,handled:!1}),!1)}handleOpenIframes(t,o,n,i){t.forEach(l=>{l.handled||this.getIframeContents(l.val,c=>{this.createInstanceOnIframe(c).forEachNode(o,n,i)})})}iterateThroughNodes(t,o,n,i,l){let c=this.createIterator(o,t,i),s=[],d=[],u,y,g=()=>({prevNode:y,node:u}=this.getIteratorNode(c),u);for(;g();)this.iframes&&this.forEachIframe(o,b=>this.checkIframeFilter(u,y,b,s),b=>{this.createInstanceOnIframe(b).forEachNode(t,x=>d.push(x),i)}),d.push(u);d.forEach(b=>{n(b)}),this.iframes&&this.handleOpenIframes(s,t,n,i),l()}forEachNode(t,o,n,i=()=>{}){let l=this.getContexts(),c=l.length;c||i(),l.forEach(s=>{let d=()=>{this.iterateThroughNodes(t,s,o,n,()=>{--c<=0&&i()})};this.iframes?this.waitForIframes(s,d):d()})}};var ko=class{constructor(t){this.ctx=t,this.ie=!1;let o=window.navigator.userAgent;(o.indexOf("MSIE")>-1||o.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(t){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},t)}get opt(){return this._opt}get iterator(){return new Pe(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,o="debug"){let n=this.opt.log;this.opt.debug&&typeof n=="object"&&typeof n[o]=="function"&&n[o](`mark.js: ${t}`)}escapeStr(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(t){return this.opt.wildcards!=="disabled"&&(t=this.setupWildcardsRegExp(t)),t=this.escapeStr(t),Object.keys(this.opt.synonyms).length&&(t=this.createSynonymsRegExp(t)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),this.opt.diacritics&&(t=this.createDiacriticsRegExp(t)),t=this.createMergedBlanksRegExp(t),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.createJoinersRegExp(t)),this.opt.wildcards!=="disabled"&&(t=this.createWildcardsRegExp(t)),t=this.createAccuracyRegExp(t),t}createSynonymsRegExp(t){let o=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",i=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let l in o)if(o.hasOwnProperty(l)){let c=o[l],s=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(l):this.escapeStr(l),d=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(c):this.escapeStr(c);s!==""&&d!==""&&(t=t.replace(new RegExp(`(${this.escapeStr(s)}|${this.escapeStr(d)})`,`gm${n}`),i+`(${this.processSynomyms(s)}|${this.processSynomyms(d)})`+i))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return t=t.replace(/(?:\\)*\?/g,o=>o.charAt(0)==="\\"?"?":""),t.replace(/(?:\\)*\*/g,o=>o.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(t){let o=this.opt.wildcards==="withSpaces";return t.replace(/\u0001/g,o?"[\\S\\s]?":"\\S?").replace(/\u0002/g,o?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,(o,n,i)=>{let l=i.charAt(n+1);return/[(|)\\]/.test(l)||l===""?o:o+"\0"})}createJoinersRegExp(t){let o=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&o.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&o.push("\\u00ad\\u200b\\u200c\\u200d"),o.length?t.split(/\u0000+/).join(`[${o.join("")}]*`):t}createDiacriticsRegExp(t){let o=this.opt.caseSensitive?"":"i",n=this.opt.caseSensitive?["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105","A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010D","C\xC7\u0106\u010C","d\u0111\u010F","D\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119","E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012B","I\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142","L\u0141","n\xF1\u0148\u0144","N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014D","O\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159","R\u0158","s\u0161\u015B\u0219\u015F","S\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163","T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016B","U\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFF","Y\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017A","Z\u017D\u017B\u0179"]:["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010DC\xC7\u0106\u010C","d\u0111\u010FD\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012BI\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142L\u0141","n\xF1\u0148\u0144N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014DO\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159R\u0158","s\u0161\u015B\u0219\u015FS\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016BU\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFFY\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017AZ\u017D\u017B\u0179"],i=[];return t.split("").forEach(l=>{n.every(c=>{if(c.indexOf(l)!==-1){if(i.indexOf(c)>-1)return!1;t=t.replace(new RegExp(`[${c}]`,`gm${o}`),`[${c}]`),i.push(c)}return!0})}),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(t){let o="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",n=this.opt.accuracy,i=typeof n=="string"?n:n.value,l=typeof n=="string"?[]:n.limiters,c="";switch(l.forEach(s=>{c+=`|${this.escapeStr(s)}`}),i){case"partially":default:return`()(${t})`;case"complementary":return c="\\s"+(c||this.escapeStr(o)),`()([^${c}]*${t}[^${c}]*)`;case"exactly":return`(^|\\s${c})(${t})(?=$|\\s${c})`}}getSeparatedKeywords(t){let o=[];return t.forEach(n=>{this.opt.separateWordSearch?n.split(" ").forEach(i=>{i.trim()&&o.indexOf(i)===-1&&o.push(i)}):n.trim()&&o.indexOf(n)===-1&&o.push(n)}),{keywords:o.sort((n,i)=>i.length-n.length),length:o.length}}isNumeric(t){return Number(parseFloat(t))==t}checkRanges(t){if(!Array.isArray(t)||Object.prototype.toString.call(t[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(t),[];let o=[],n=0;return t.sort((i,l)=>i.start-l.start).forEach(i=>{let{start:l,end:c,valid:s}=this.callNoMatchOnInvalidRanges(i,n);s&&(i.start=l,i.length=c-l,o.push(i),n=c)}),o}callNoMatchOnInvalidRanges(t,o){let n,i,l=!1;return t&&typeof t.start<"u"?(n=parseInt(t.start,10),i=n+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&i-o>0&&i-n>0?l=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(t)}`),this.opt.noMatch(t))):(this.log(`Ignoring invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)),{start:n,end:i,valid:l}}checkWhitespaceRanges(t,o,n){let i,l=!0,c=n.length,s=o-c,d=parseInt(t.start,10)-s;return d=d>c?c:d,i=d+parseInt(t.length,10),i>c&&(i=c,this.log(`End range automatically set to the max value of ${c}`)),d<0||i-d<0||d>c||i>c?(l=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):n.substring(d,i).replace(/\s+/g,"")===""&&(l=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:d,end:i,valid:l}}getTextNodes(t){let o="",n=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,i=>{n.push({start:o.length,end:(o+=i.textContent).length,node:i})},i=>this.matchesExclude(i.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{t({value:o,nodes:n})})}matchesExclude(t){return Pe.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,o,n){let i=this.opt.element?this.opt.element:"mark",l=t.splitText(o),c=l.splitText(n-o),s=document.createElement(i);return s.setAttribute("data-markjs","true"),this.opt.className&&s.setAttribute("class",this.opt.className),s.textContent=l.textContent,l.parentNode.replaceChild(s,l),c}wrapRangeInMappedTextNode(t,o,n,i,l){t.nodes.every((c,s)=>{let d=t.nodes[s+1];if(typeof d>"u"||d.start>o){if(!i(c.node))return!1;let u=o-c.start,y=(n>c.end?c.end:n)-c.start,g=t.value.substr(0,c.start),b=t.value.substr(y+c.start);if(c.node=this.wrapRangeInTextNode(c.node,u,y),t.value=g+b,t.nodes.forEach((x,v)=>{v>=s&&(t.nodes[v].start>0&&v!==s&&(t.nodes[v].start-=y),t.nodes[v].end-=y)}),n-=y,l(c.node.previousSibling,c.start),n>c.end)o=c.end;else return!1}return!0})}wrapMatches(t,o,n,i,l){let c=o===0?0:o+1;this.getTextNodes(s=>{s.nodes.forEach(d=>{d=d.node;let u;for(;(u=t.exec(d.textContent))!==null&&u[c]!=="";){if(!n(u[c],d))continue;let y=u.index;if(c!==0)for(let g=1;g<c;g++)y+=u[g].length;d=this.wrapRangeInTextNode(d,y,y+u[c].length),i(d.previousSibling),t.lastIndex=0}}),l()})}wrapMatchesAcrossElements(t,o,n,i,l){let c=o===0?0:o+1;this.getTextNodes(s=>{let d;for(;(d=t.exec(s.value))!==null&&d[c]!=="";){let u=d.index;if(c!==0)for(let g=1;g<c;g++)u+=d[g].length;let y=u+d[c].length;this.wrapRangeInMappedTextNode(s,u,y,g=>n(d[c],g),(g,b)=>{t.lastIndex=b,i(g)})}l()})}wrapRangeFromIndex(t,o,n,i){this.getTextNodes(l=>{let c=l.value.length;t.forEach((s,d)=>{let{start:u,end:y,valid:g}=this.checkWhitespaceRanges(s,c,l.value);g&&this.wrapRangeInMappedTextNode(l,u,y,b=>o(b,s,l.value.substring(u,y),d),b=>{n(b,s)})}),i()})}unwrapMatches(t){let o=t.parentNode,n=document.createDocumentFragment();for(;t.firstChild;)n.appendChild(t.removeChild(t.firstChild));o.replaceChild(n,t),this.ie?this.normalizeTextNode(o):o.normalize()}normalizeTextNode(t){if(t){if(t.nodeType===3)for(;t.nextSibling&&t.nextSibling.nodeType===3;)t.nodeValue+=t.nextSibling.nodeValue,t.parentNode.removeChild(t.nextSibling);else this.normalizeTextNode(t.firstChild);this.normalizeTextNode(t.nextSibling)}}markRegExp(t,o){this.opt=o,this.log(`Searching with expression "${t}"`);let n=0,i="wrapMatches",l=c=>{n++,this.opt.each(c)};this.opt.acrossElements&&(i="wrapMatchesAcrossElements"),this[i](t,this.opt.ignoreGroups,(c,s)=>this.opt.filter(s,c,n),l,()=>{n===0&&this.opt.noMatch(t),this.opt.done(n)})}mark(t,o){this.opt=o;let n=0,i="wrapMatches",{keywords:l,length:c}=this.getSeparatedKeywords(typeof t=="string"?[t]:t),s=this.opt.caseSensitive?"":"i",d=u=>{let y=new RegExp(this.createRegExp(u),`gm${s}`),g=0;this.log(`Searching with expression "${y}"`),this[i](y,1,(b,x)=>this.opt.filter(x,u,n,g),b=>{g++,n++,this.opt.each(b)},()=>{g===0&&this.opt.noMatch(u),l[c-1]===u?this.opt.done(n):d(l[l.indexOf(u)+1])})};this.opt.acrossElements&&(i="wrapMatchesAcrossElements"),c===0?this.opt.done(n):d(l[0])}markRanges(t,o){this.opt=o;let n=0,i=this.checkRanges(t);i&&i.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(i)),this.wrapRangeFromIndex(i,(l,c,s,d)=>this.opt.filter(l,c,s,d),(l,c)=>{n++,this.opt.each(l,c)},()=>{this.opt.done(n)})):this.opt.done(n)}unmark(t){this.opt=t;let o=this.opt.element?this.opt.element:"*";o+="[data-markjs]",this.opt.className&&(o+=`.${this.opt.className}`),this.log(`Removal selector "${o}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,n=>{this.unwrapMatches(n)},n=>{let i=Pe.matches(n,o),l=this.matchesExclude(n);return!i||l?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function ca(e){let t=new ko(e);return this.mark=(o,n)=>(t.mark(o,n),this),this.markRegExp=(o,n)=>(t.markRegExp(o,n),this),this.markRanges=(o,n)=>(t.markRanges(o,n),this),this.unmark=o=>(t.unmark(o),this),this}var yd=ca,vl=r.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),bd=P`
7
7
  .highlight-html-match {
8
- background: ${ys};
8
+ background: ${vl};
9
9
  }
10
- `,ii={className:"highlight-html-match"};function fd(e,t){var o;let n=e.getAttribute("data-highlight-html-query");if((n??"")!==(t??"")){let i=new dd(e);i.unmark(ii),t&&t.trim()&&(i.mark(t.replace(/"[^"]+"/g,""),{...ii,separateWordSearch:!0}),((o=t.match(/"[^"]+"/g))!==null&&o!==void 0?o:[]).forEach(s=>i.mark(s.replace(/"/g,""),{...ii,separateWordSearch:!1})))}e.setAttribute("data-highlight-html-query",t??"")}var si={};G(si,{noTextSelect:()=>_o,safariEllipsisFix:()=>Po,wordWrap:()=>ud});var _o=_`
10
+ `,sa={className:"highlight-html-match"};function xd(e,t){var o;let n=e.getAttribute("data-highlight-html-query");if((n??"")!==(t??"")){let i=new yd(e);i.unmark(sa),t&&t.trim()&&(i.mark(t.replace(/"[^"]+"/g,""),{...sa,separateWordSearch:!0}),((o=t.match(/"[^"]+"/g))!==null&&o!==void 0?o:[]).forEach(c=>i.mark(c.replace(/"/g,""),{...sa,separateWordSearch:!1})))}e.setAttribute("data-highlight-html-query",t??"")}var pa={};q(pa,{noTextSelect:()=>_o,safariEllipsisFix:()=>Wo,wordWrap:()=>vd});var _o=P`
11
11
  .ft-no-text-select {
12
12
  -webkit-touch-callout: none;
13
13
  -webkit-user-select: none;
@@ -16,7 +16,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
16
16
  -ms-user-select: none;
17
17
  user-select: none;
18
18
  }
19
- `,ud=_`
19
+ `,vd=P`
20
20
  .ft-word-wrap {
21
21
  white-space: normal;
22
22
  word-wrap: break-word;
@@ -28,7 +28,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
28
28
  -webkit-hyphens: auto;
29
29
  hyphens: auto
30
30
  }
31
- `,Po=_`
31
+ `,Wo=P`
32
32
  .ft-safari-ellipsis-fix {
33
33
  margin-right: 0;
34
34
 
@@ -39,8 +39,8 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
39
39
  display: inline-block;
40
40
  width: 0;
41
41
  }
42
- `;var gs={};var ci={};G(ci,{ParametrizedLabelResolver:()=>li});var li=class{constructor(t,o){this.defaultLabels=t,this.labels=o}resolve(t,...o){var n,i;t=this.resolvePluralKey(t,o);let a=(i=(n=this.labels[t])!==null&&n!==void 0?n:this.defaultLabels[t])!==null&&i!==void 0?i:"";return o.forEach((s,l)=>a=a.replace(new RegExp(`\\{${l}([^}]*)\\}`,"g"),(c,p)=>this.formatValue(s,p))),a}resolvePluralKey(t,o){for(let n of o)if(typeof n=="number"){let i=`${String(t)}[\\=${n}]`;if(i in this.labels||i in this.defaultLabels)return i}return t}formatValue(t,o){return t instanceof Date?this.formatDate(t,o):t??""}formatDate(t,o){let n=i=>o?.includes("date")?t.toLocaleDateString(i):o?.includes("time")?t.toLocaleTimeString(i):t.toLocaleString(i);try{return n(document.documentElement.lang)}catch{return n()}}};var Di={};G(Di,{FtCommandQueue:()=>Lo,FtLitElementRedux:()=>He,FtReduxStore:()=>Ii,clearAllStores:()=>Qd,isFtReduxStore:()=>Ae,redux:()=>md,reduxEventListener:()=>yd,reduxReactive:()=>hd});var hd=()=>(e,t)=>{var o;let n=e.constructor;n.reduxReactiveProperties=new Set(n.reduxReactiveProperties),(o=n.reduxReactiveProperties)===null||o===void 0||o.add(t)},md=e=>{let t=e??{};return(o,n)=>{var i;let a={hasChanged:So,attribute:!1,...t};b(a)(o,n);let s=o.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(n,{selector:(i=t.selector)!==null&&i!==void 0?i:l=>l[n],store:t.store})}},yd=e=>(t,o)=>{let n=t.constructor;n.reduxEventListeners=new Map(n.reduxEventListeners),n.reduxEventListeners.set(o,e)};var Lo=class{constructor(){this.queue=[]}add(t,o=!1){o&&(this.queue=this.queue.filter(n=>n.type!==t.type)),this.queue.push(t)}consume(t){let o=this.queue.find(n=>n.type===t);return o&&(this.queue=this.queue.filter(n=>n!==o)),o}};function Ae(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var bs,xs,vs,yr=Symbol("internalReduxEventsUnsubscribers"),ee=Symbol("internalStoresUnsubscribers"),Re=Symbol("internalStores"),He=class extends D{constructor(){super(...arguments),this[bs]=new Map,this[xs]=new Map,this[vs]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some(o=>t.has(o))&&this.updateFromStores()}getUnnamedStore(){if(this[Re].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Re].values()][0]}getStore(t){return t==null?this.getUnnamedStore():this[Re].get(t)}addStore(t,o){var n;o=(n=o??(Ae(t)?t.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(o),this.setupStore(o,t)}removeStore(t){let o=typeof t=="string"?t:t.name;this.unsubscribeFromStore(o),this[Re].delete(o)}setupStore(t,o){this[Re].set(t,o),this.subscribeToStore(t,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Re].forEach((t,o)=>this.subscribeToStore(o,t)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((t,o)=>{let n=this.constructor.getPropertyOptions(o);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:o)){let i=this.getStore(t.store);i&&(t.store?this[ee].has(t.store):this[ee].size>0)&&(this[o]=t.selector(i.getState(),this))}})}subscribeToStore(t,o){var n;this[ee].set(t,o.subscribe(()=>this.updateFromStores())),Ae(o)&&o.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,a)=>{if(typeof this[a]=="function"&&(!i.store||o.name===i.store)){let s=l=>this[a](l);o.eventBus.addEventListener(i.eventName,s),this[yr].push(()=>o.eventBus.removeEventListener(i.eventName,s))}})),this.onStoreAvailable(t)}unsubscribeFromStores(){this[ee].forEach((t,o)=>this.unsubscribeFromStore(o)),this[yr].forEach(t=>t()),this[yr]=[]}unsubscribeFromStore(t){this[ee].has(t)&&this[ee].get(t)(),this[ee].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};bs=ee,xs=Re,vs=yr;He.reduxProperties=new Map;He.reduxReactiveProperties=new Set;He.reduxEventListeners=new Map;function Ot(e){for(var t=arguments.length,o=Array(t>1?t-1:0),n=1;n<t;n++)o[n-1]=arguments[n];if(0)var i,a;throw Error("[Immer] minified error nr: "+e+(o.length?" "+o.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Vt(e){return!!e&&!!e[q]}function Rt(e){var t;return!!e&&(function(o){if(!o||typeof o!="object")return!1;var n=Object.getPrototypeOf(o);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===wd}(e)||Array.isArray(e)||!!e[As]||!!(!((t=e.constructor)===null||t===void 0)&&t[As])||bi(e)||xi(e))}function $e(e,t,o){o===void 0&&(o=!1),Ve(e)===0?(o?Object.keys:je)(e).forEach(function(n){o&&typeof n=="symbol"||t(n,e[n],e)}):e.forEach(function(n,i){return t(i,n,e)})}function Ve(e){var t=e[q];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:bi(e)?2:xi(e)?3:0}function Fe(e,t){return Ve(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function gd(e,t){return Ve(e)===2?e.get(t):e[t]}function Rs(e,t,o){var n=Ve(e);n===2?e.set(t,o):n===3?e.add(o):e[t]=o}function $s(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function bi(e){return Od&&e instanceof Map}function xi(e){return Cd&&e instanceof Set}function oe(e){return e.o||e.t}function vi(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Ls(e);delete t[q];for(var o=je(t),n=0;n<o.length;n++){var i=o[n],a=t[i];a.writable===!1&&(a.writable=!0,a.configurable=!0),(a.get||a.set)&&(t[i]={configurable:!0,writable:!0,enumerable:a.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function Si(e,t){return t===void 0&&(t=!1),Oi(e)||Vt(e)||!Rt(e)||(Ve(e)>1&&(e.set=e.add=e.clear=e.delete=bd),Object.freeze(e),t&&$e(e,function(o,n){return Si(n,!0)},!0)),e}function bd(){Ot(2)}function Oi(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function kt(e){var t=gi[e];return t||Ot(18,e),t}function xd(e,t){gi[e]||(gi[e]=t)}function hi(){return To}function di(e,t){t&&(kt("Patches"),e.u=[],e.s=[],e.v=t)}function gr(e){mi(e),e.p.forEach(vd),e.p=null}function mi(e){e===To&&(To=e.l)}function Ss(e){return To={p:[],l:To,h:e,m:!0,_:0}}function vd(e){var t=e[q];t.i===0||t.i===1?t.j():t.g=!0}function pi(e,t){t._=t.p.length;var o=t.p[0],n=e!==void 0&&e!==o;return t.h.O||kt("ES5").S(t,e,n),n?(o[q].P&&(gr(t),Ot(4)),Rt(e)&&(e=br(t,e),t.l||xr(t,e)),t.u&&kt("Patches").M(o[q].t,e,t.u,t.s)):e=br(t,o,[]),gr(t),t.u&&t.v(t.u,t.s),e!==Ps?e:void 0}function br(e,t,o){if(Oi(t))return t;var n=t[q];if(!n)return $e(t,function(l,c){return Os(e,n,t,l,c,o)},!0),t;if(n.A!==e)return t;if(!n.P)return xr(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=vi(n.k):n.o,a=i,s=!1;n.i===3&&(a=new Set(i),i.clear(),s=!0),$e(a,function(l,c){return Os(e,n,i,l,c,o,s)}),xr(e,i,!1),o&&e.u&&kt("Patches").N(n,o,e.u,e.s)}return n.o}function Os(e,t,o,n,i,a,s){if(Vt(i)){var l=br(e,i,a&&t&&t.i!==3&&!Fe(t.R,n)?a.concat(n):void 0);if(Rs(o,n,l),!Vt(l))return;e.m=!1}else s&&o.add(i);if(Rt(i)&&!Oi(i)){if(!e.h.D&&e._<1)return;br(e,i),t&&t.A.l||xr(e,i)}}function xr(e,t,o){o===void 0&&(o=!1),!e.l&&e.h.D&&e.m&&Si(t,o)}function fi(e,t){var o=e[q];return(o?oe(o):e)[t]}function Cs(e,t){if(t in e)for(var o=Object.getPrototypeOf(e);o;){var n=Object.getOwnPropertyDescriptor(o,t);if(n)return n;o=Object.getPrototypeOf(o)}}function re(e){e.P||(e.P=!0,e.l&&re(e.l))}function ui(e){e.o||(e.o=vi(e.t))}function yi(e,t,o){var n=bi(t)?kt("MapSet").F(t,o):xi(t)?kt("MapSet").T(t,o):e.O?function(i,a){var s=Array.isArray(i),l={i:s?1:0,A:a?a.A:hi(),P:!1,I:!1,R:{},l:a,t:i,k:null,o:null,j:null,C:!1},c=l,p=Io;s&&(c=[l],p=ko);var h=Proxy.revocable(c,p),u=h.revoke,m=h.proxy;return l.k=m,l.j=u,m}(t,o):kt("ES5").J(t,o);return(o?o.A:hi()).p.push(n),n}function Sd(e){return Vt(e)||Ot(22,e),function t(o){if(!Rt(o))return o;var n,i=o[q],a=Ve(o);if(i){if(!i.P&&(i.i<4||!kt("ES5").K(i)))return i.t;i.I=!0,n=ws(o,a),i.I=!1}else n=ws(o,a);return $e(n,function(s,l){i&&gd(i.t,s)===l||Rs(n,s,t(l))}),a===3?new Set(n):n}(e)}function ws(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return vi(e)}function _s(){function e(s,l){var c=a[s];return c?c.enumerable=l:a[s]=c={configurable:!0,enumerable:l,get:function(){var p=this[q];return Io.get(p,s)},set:function(p){var h=this[q];Io.set(h,s,p)}},c}function t(s){for(var l=s.length-1;l>=0;l--){var c=s[l][q];if(!c.P)switch(c.i){case 5:n(c)&&re(c);break;case 4:o(c)&&re(c)}}}function o(s){for(var l=s.t,c=s.k,p=je(c),h=p.length-1;h>=0;h--){var u=p[h];if(u!==q){var m=l[u];if(m===void 0&&!Fe(l,u))return!0;var y=c[u],g=y&&y[q];if(g?g.t!==m:!$s(y,m))return!0}}var S=!!l[q];return p.length!==je(l).length+(S?0:1)}function n(s){var l=s.k;if(l.length!==s.t.length)return!0;var c=Object.getOwnPropertyDescriptor(l,l.length-1);if(c&&!c.get)return!0;for(var p=0;p<l.length;p++)if(!l.hasOwnProperty(p))return!0;return!1}function i(s){s.g&&Ot(3,JSON.stringify(oe(s)))}var a={};xd("ES5",{J:function(s,l){var c=Array.isArray(s),p=function(u,m){if(u){for(var y=Array(m.length),g=0;g<m.length;g++)Object.defineProperty(y,""+g,e(g,!0));return y}var S=Ls(m);delete S[q];for(var E=je(S),N=0;N<E.length;N++){var A=E[N];S[A]=e(A,u||!!S[A].enumerable)}return Object.create(Object.getPrototypeOf(m),S)}(c,s),h={i:c?5:4,A:l?l.A:hi(),P:!1,I:!1,R:{},l,t:s,k:p,o:null,g:!1,C:!1};return Object.defineProperty(p,q,{value:h,writable:!0}),p},S:function(s,l,c){c?Vt(l)&&l[q].A===s&&t(s.p):(s.u&&function p(h){if(h&&typeof h=="object"){var u=h[q];if(u){var m=u.t,y=u.k,g=u.R,S=u.i;if(S===4)$e(y,function(x){x!==q&&(m[x]!==void 0||Fe(m,x)?g[x]||p(y[x]):(g[x]=!0,re(u)))}),$e(m,function(x){y[x]!==void 0||Fe(y,x)||(g[x]=!1,re(u))});else if(S===5){if(n(u)&&(re(u),g.length=!0),y.length<m.length)for(var E=y.length;E<m.length;E++)g[E]=!1;else for(var N=m.length;N<y.length;N++)g[N]=!0;for(var A=Math.min(y.length,m.length),v=0;v<A;v++)y.hasOwnProperty(v)||(g[v]=!0),g[v]===void 0&&p(y[v])}}}}(s.p[0]),t(s.p))},K:function(s){return s.i===4?o(s):n(s)}})}var Es,To,Ci=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Od=typeof Map<"u",Cd=typeof Set<"u",Ns=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Ps=Ci?Symbol.for("immer-nothing"):((Es={})["immer-nothing"]=!0,Es),As=Ci?Symbol.for("immer-draftable"):"__$immer_draftable",q=Ci?Symbol.for("immer-state"):"__$immer_state";var wd=""+Object.prototype.constructor,je=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Ls=Object.getOwnPropertyDescriptors||function(e){var t={};return je(e).forEach(function(o){t[o]=Object.getOwnPropertyDescriptor(e,o)}),t},gi={},Io={get:function(e,t){if(t===q)return e;var o=oe(e);if(!Fe(o,t))return function(i,a,s){var l,c=Cs(a,s);return c?"value"in c?c.value:(l=c.get)===null||l===void 0?void 0:l.call(i.k):void 0}(e,o,t);var n=o[t];return e.I||!Rt(n)?n:n===fi(e.t,t)?(ui(e),e.o[t]=yi(e.A.h,n,e)):n},has:function(e,t){return t in oe(e)},ownKeys:function(e){return Reflect.ownKeys(oe(e))},set:function(e,t,o){var n=Cs(oe(e),t);if(n?.set)return n.set.call(e.k,o),!0;if(!e.P){var i=fi(oe(e),t),a=i?.[q];if(a&&a.t===o)return e.o[t]=o,e.R[t]=!1,!0;if($s(o,i)&&(o!==void 0||Fe(e.t,t)))return!0;ui(e),re(e)}return e.o[t]===o&&(o!==void 0||t in e.o)||Number.isNaN(o)&&Number.isNaN(e.o[t])||(e.o[t]=o,e.R[t]=!0),!0},deleteProperty:function(e,t){return fi(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,ui(e),re(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var o=oe(e),n=Reflect.getOwnPropertyDescriptor(o,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:o[t]}},defineProperty:function(){Ot(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){Ot(12)}},ko={};$e(Io,function(e,t){ko[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),ko.deleteProperty=function(e,t){return ko.set.call(this,e,t,void 0)},ko.set=function(e,t,o){return Io.set.call(this,e[0],t,o,e[0])};var Ed=function(){function e(o){var n=this;this.O=Ns,this.D=!0,this.produce=function(i,a,s){if(typeof i=="function"&&typeof a!="function"){var l=a;a=i;var c=n;return function(S){var E=this;S===void 0&&(S=l);for(var N=arguments.length,A=Array(N>1?N-1:0),v=1;v<N;v++)A[v-1]=arguments[v];return c.produce(S,function(x){var O;return(O=a).call.apply(O,[E,x].concat(A))})}}var p;if(typeof a!="function"&&Ot(6),s!==void 0&&typeof s!="function"&&Ot(7),Rt(i)){var h=Ss(n),u=yi(n,i,void 0),m=!0;try{p=a(u),m=!1}finally{m?gr(h):mi(h)}return typeof Promise<"u"&&p instanceof Promise?p.then(function(S){return di(h,s),pi(S,h)},function(S){throw gr(h),S}):(di(h,s),pi(p,h))}if(!i||typeof i!="object"){if((p=a(i))===void 0&&(p=i),p===Ps&&(p=void 0),n.D&&Si(p,!0),s){var y=[],g=[];kt("Patches").M(i,p,y,g),s(y,g)}return p}Ot(21,i)},this.produceWithPatches=function(i,a){if(typeof i=="function")return function(p){for(var h=arguments.length,u=Array(h>1?h-1:0),m=1;m<h;m++)u[m-1]=arguments[m];return n.produceWithPatches(p,function(y){return i.apply(void 0,[y].concat(u))})};var s,l,c=n.produce(i,a,function(p,h){s=p,l=h});return typeof Promise<"u"&&c instanceof Promise?c.then(function(p){return[p,s,l]}):[c,s,l]},typeof o?.useProxies=="boolean"&&this.setUseProxies(o.useProxies),typeof o?.autoFreeze=="boolean"&&this.setAutoFreeze(o.autoFreeze)}var t=e.prototype;return t.createDraft=function(o){Rt(o)||Ot(8),Vt(o)&&(o=Sd(o));var n=Ss(this),i=yi(this,o,void 0);return i[q].C=!0,mi(n),i},t.finishDraft=function(o,n){var i=o&&o[q],a=i.A;return di(a,n),pi(void 0,a)},t.setAutoFreeze=function(o){this.D=o},t.setUseProxies=function(o){o&&!Ns&&Ot(20),this.O=o},t.applyPatches=function(o,n){var i;for(i=n.length-1;i>=0;i--){var a=n[i];if(a.path.length===0&&a.op==="replace"){o=a.value;break}}i>-1&&(n=n.slice(i+1));var s=kt("Patches").$;return Vt(o)?s(o,n):this.produce(o,function(l){return s(l,n)})},e}(),xt=new Ed,Nd=xt.produce,oy=xt.produceWithPatches.bind(xt),ry=xt.setAutoFreeze.bind(xt),ny=xt.setUseProxies.bind(xt),iy=xt.applyPatches.bind(xt),ay=xt.createDraft.bind(xt),sy=xt.finishDraft.bind(xt),vr=Nd;function ne(e){"@babel/helpers - typeof";return ne=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ne(e)}function wi(e,t){if(ne(e)!=="object"||e===null)return e;var o=e[Symbol.toPrimitive];if(o!==void 0){var n=o.call(e,t||"default");if(ne(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Ei(e){var t=wi(e,"string");return ne(t)==="symbol"?t:String(t)}function Ni(e,t,o){return t=Ei(t),t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function ks(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),o.push.apply(o,n)}return o}function Sr(e){for(var t=1;t<arguments.length;t++){var o=arguments[t]!=null?arguments[t]:{};t%2?ks(Object(o),!0).forEach(function(n){Ni(e,n,o[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ks(Object(o)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(o,n))})}return e}function at(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Ts=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Ai=function(){return Math.random().toString(36).substring(7).split("").join(".")},Or={INIT:"@@redux/INIT"+Ai(),REPLACE:"@@redux/REPLACE"+Ai(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ai()}};function Ad(e){if(typeof e!="object"||e===null)return!1;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function Ri(e,t,o){var n;if(typeof t=="function"&&typeof o=="function"||typeof o=="function"&&typeof arguments[3]=="function")throw new Error(at(0));if(typeof t=="function"&&typeof o>"u"&&(o=t,t=void 0),typeof o<"u"){if(typeof o!="function")throw new Error(at(1));return o(Ri)(e,t)}if(typeof e!="function")throw new Error(at(2));var i=e,a=t,s=[],l=s,c=!1;function p(){l===s&&(l=s.slice())}function h(){if(c)throw new Error(at(3));return a}function u(S){if(typeof S!="function")throw new Error(at(4));if(c)throw new Error(at(5));var E=!0;return p(),l.push(S),function(){if(E){if(c)throw new Error(at(6));E=!1,p();var A=l.indexOf(S);l.splice(A,1),s=null}}}function m(S){if(!Ad(S))throw new Error(at(7));if(typeof S.type>"u")throw new Error(at(8));if(c)throw new Error(at(9));try{c=!0,a=i(a,S)}finally{c=!1}for(var E=s=l,N=0;N<E.length;N++){var A=E[N];A()}return S}function y(S){if(typeof S!="function")throw new Error(at(10));i=S,m({type:Or.REPLACE})}function g(){var S,E=u;return S={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error(at(11));function v(){A.next&&A.next(h())}v();var x=E(v);return{unsubscribe:x}}},S[Ts]=function(){return this},S}return m({type:Or.INIT}),n={dispatch:m,subscribe:u,getState:h,replaceReducer:y},n[Ts]=g,n}function Rd(e){Object.keys(e).forEach(function(t){var o=e[t],n=o(void 0,{type:Or.INIT});if(typeof n>"u")throw new Error(at(12));if(typeof o(void 0,{type:Or.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(at(13))})}function Is(e){for(var t=Object.keys(e),o={},n=0;n<t.length;n++){var i=t[n];typeof e[i]=="function"&&(o[i]=e[i])}var a=Object.keys(o),s,l;try{Rd(o)}catch(c){l=c}return function(p,h){if(p===void 0&&(p={}),l)throw l;if(0)var u;for(var m=!1,y={},g=0;g<a.length;g++){var S=a[g],E=o[S],N=p[S],A=E(N,h);if(typeof A>"u"){var v=h&&h.type;throw new Error(at(14))}y[S]=A,m=m||A!==N}return m=m||a.length!==Object.keys(p).length,m?y:p}}function Ke(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function Ds(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return function(n){return function(){var i=n.apply(void 0,arguments),a=function(){throw new Error(at(15))},s={getState:i.getState,dispatch:function(){return a.apply(void 0,arguments)}},l=t.map(function(c){return c(s)});return a=Ke.apply(void 0,l)(i.dispatch),Sr(Sr({},i),{},{dispatch:a})}}}function Ms(e){var t=function(n){var i=n.dispatch,a=n.getState;return function(s){return function(l){return typeof l=="function"?l(i,a,e):s(l)}}};return t}var Bs=Ms();Bs.withExtraArgument=Ms;var $i=Bs;var Fs=function(){var e=function(t,o){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(n[a]=i[a])},e(t,o)};return function(t,o){if(typeof o!="function"&&o!==null)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");e(t,o);function n(){this.constructor=t}t.prototype=o===null?Object.create(o):(n.prototype=o.prototype,new n)}}(),$d=function(e,t){var o={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,s;return s={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function l(p){return function(h){return c([p,h])}}function c(p){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,i&&(a=p[0]&2?i.return:p[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,p[1])).done)return a;switch(i=0,a&&(p=[p[0]&2,a.value]),p[0]){case 0:case 1:a=p;break;case 4:return o.label++,{value:p[1],done:!1};case 5:o.label++,i=p[1],p=[0];continue;case 7:p=o.ops.pop(),o.trys.pop();continue;default:if(a=o.trys,!(a=a.length>0&&a[a.length-1])&&(p[0]===6||p[0]===2)){o=0;continue}if(p[0]===3&&(!a||p[1]>a[0]&&p[1]<a[3])){o.label=p[1];break}if(p[0]===6&&o.label<a[1]){o.label=a[1],a=p;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(p);break}a[2]&&o.ops.pop(),o.trys.pop();continue}p=t.call(e,o)}catch(h){p=[6,h],i=0}finally{n=a=0}if(p[0]&5)throw p[1];return{value:p[0]?p[1]:void 0,done:!0}}},Ge=function(e,t){for(var o=0,n=t.length,i=e.length;o<n;o++,i++)e[i]=t[o];return e},_d=Object.defineProperty,Pd=Object.defineProperties,Ld=Object.getOwnPropertyDescriptors,Ws=Object.getOwnPropertySymbols,kd=Object.prototype.hasOwnProperty,Td=Object.prototype.propertyIsEnumerable,zs=function(e,t,o){return t in e?_d(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o},ie=function(e,t){for(var o in t||(t={}))kd.call(t,o)&&zs(e,o,t[o]);if(Ws)for(var n=0,i=Ws(t);n<i.length;n++){var o=i[n];Td.call(t,o)&&zs(e,o,t[o])}return e},_i=function(e,t){return Pd(e,Ld(t))},Id=function(e,t,o){return new Promise(function(n,i){var a=function(c){try{l(o.next(c))}catch(p){i(p)}},s=function(c){try{l(o.throw(c))}catch(p){i(p)}},l=function(c){return c.done?n(c.value):Promise.resolve(c.value).then(a,s)};l((o=o.apply(e,t)).next())})};var Dd=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Ke:Ke.apply(null,arguments)},Ey=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Md(e){if(typeof e!="object"||e===null)return!1;var t=Object.getPrototypeOf(e);if(t===null)return!0;for(var o=t;Object.getPrototypeOf(o)!==null;)o=Object.getPrototypeOf(o);return t===o}var Bd=function(e){Fs(t,e);function t(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var i=e.apply(this,o)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return e.prototype.concat.apply(this,o)},t.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(t.bind.apply(t,Ge([void 0],o[0].concat(this)))):new(t.bind.apply(t,Ge([void 0],o.concat(this))))},t}(Array),Wd=function(e){Fs(t,e);function t(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var i=e.apply(this,o)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return e.prototype.concat.apply(this,o)},t.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(t.bind.apply(t,Ge([void 0],o[0].concat(this)))):new(t.bind.apply(t,Ge([void 0],o.concat(this))))},t}(Array);function ki(e){return Rt(e)?vr(e,function(){}):e}function zd(e){return typeof e=="boolean"}function Ud(){return function(t){return Hd(t)}}function Hd(e){e===void 0&&(e={});var t=e.thunk,o=t===void 0?!0:t,n=e.immutableCheck,i=n===void 0?!0:n,a=e.serializableCheck,s=a===void 0?!0:a,l=new Bd;if(o&&(zd(o)?l.push($i):l.push($i.withExtraArgument(o.extraArgument))),0){if(i)var c;if(s)var p}return l}var Pi=!0;function js(e){var t=Ud(),o=e||{},n=o.reducer,i=n===void 0?void 0:n,a=o.middleware,s=a===void 0?t():a,l=o.devTools,c=l===void 0?!0:l,p=o.preloadedState,h=p===void 0?void 0:p,u=o.enhancers,m=u===void 0?void 0:u,y;if(typeof i=="function")y=i;else if(Md(i))y=Is(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var g=s;if(typeof g=="function"&&(g=g(t),!Pi&&!Array.isArray(g)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Pi&&g.some(function(x){return typeof x!="function"}))throw new Error("each middleware provided to configureStore must be a function");var S=Ds.apply(void 0,g),E=Ke;c&&(E=Dd(ie({trace:!Pi},typeof c=="object"&&c)));var N=new Wd(S),A=N;Array.isArray(m)?A=Ge([S],m):typeof m=="function"&&(A=m(N));var v=E.apply(void 0,A);return Ri(y,h,v)}function ae(e,t){function o(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(t){var a=t.apply(void 0,n);if(!a)throw new Error("prepareAction did not return an object");return ie(ie({type:e,payload:a.payload},"meta"in a&&{meta:a.meta}),"error"in a&&{error:a.error})}return{type:e,payload:n[0]}}return o.toString=function(){return""+e},o.type=e,o.match=function(n){return n.type===e},o}function Vs(e){var t={},o=[],n,i={addCase:function(a,s){var l=typeof a=="string"?a:a.type;if(l in t)throw new Error("addCase cannot be called with two reducers for the same action type");return t[l]=s,i},addMatcher:function(a,s){return o.push({matcher:a,reducer:s}),i},addDefaultCase:function(a){return n=a,i}};return e(i),[t,o,n]}function Fd(e){return typeof e=="function"}function jd(e,t,o,n){o===void 0&&(o=[]);var i=typeof t=="function"?Vs(t):[t,o,n],a=i[0],s=i[1],l=i[2],c;if(Fd(e))c=function(){return ki(e())};else{var p=ki(e);c=function(){return p}}function h(u,m){u===void 0&&(u=c());var y=Ge([a[m.type]],s.filter(function(g){var S=g.matcher;return S(m)}).map(function(g){var S=g.reducer;return S}));return y.filter(function(g){return!!g}).length===0&&(y=[l]),y.reduce(function(g,S){if(S)if(Vt(g)){var E=g,N=S(E,m);return N===void 0?g:N}else{if(Rt(g))return vr(g,function(A){return S(A,m)});var N=S(g,m);if(N===void 0){if(g===null)return g;throw Error("A case reducer on a non-draftable value must not return undefined")}return N}return g},u)}return h.getInitialState=c,h}function Vd(e,t){return e+"/"+t}function Ks(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var o=typeof e.initialState=="function"?e.initialState:ki(e.initialState),n=e.reducers||{},i=Object.keys(n),a={},s={},l={};i.forEach(function(h){var u=n[h],m=Vd(t,h),y,g;"reducer"in u?(y=u.reducer,g=u.prepare):y=u,a[h]=y,s[m]=y,l[h]=g?ae(m,g):ae(m)});function c(){var h=typeof e.extraReducers=="function"?Vs(e.extraReducers):[e.extraReducers],u=h[0],m=u===void 0?{}:u,y=h[1],g=y===void 0?[]:y,S=h[2],E=S===void 0?void 0:S,N=ie(ie({},m),s);return jd(o,function(A){for(var v in N)A.addCase(v,N[v]);for(var x=0,O=g;x<O.length;x++){var T=O[x];A.addMatcher(T.matcher,T.reducer)}E&&A.addDefaultCase(E)})}var p;return{name:t,reducer:function(h,u){return p||(p=c()),p(h,u)},actions:l,caseReducers:a,getInitialState:function(){return p||(p=c()),p.getInitialState()}}}var Kd="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Gd=function(e){e===void 0&&(e=21);for(var t="",o=e;o--;)t+=Kd[Math.random()*64|0];return t},Zd=["name","message","stack","code"],Li=function(){function e(t,o){this.payload=t,this.meta=o}return e}(),Us=function(){function e(t,o){this.payload=t,this.meta=o}return e}(),qd=function(e){if(typeof e=="object"&&e!==null){for(var t={},o=0,n=Zd;o<n.length;o++){var i=n[o];typeof e[i]=="string"&&(t[i]=e[i])}return t}return{message:String(e)}},$y=function(){function e(t,o,n){var i=ae(t+"/fulfilled",function(h,u,m,y){return{payload:h,meta:_i(ie({},y||{}),{arg:m,requestId:u,requestStatus:"fulfilled"})}}),a=ae(t+"/pending",function(h,u,m){return{payload:void 0,meta:_i(ie({},m||{}),{arg:u,requestId:h,requestStatus:"pending"})}}),s=ae(t+"/rejected",function(h,u,m,y,g){return{payload:y,error:(n&&n.serializeError||qd)(h||"Rejected"),meta:_i(ie({},g||{}),{arg:m,requestId:u,rejectedWithValue:!!y,requestStatus:"rejected",aborted:h?.name==="AbortError",condition:h?.name==="ConditionError"})}}),l=!1,c=typeof AbortController<"u"?AbortController:function(){function h(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return h.prototype.abort=function(){},h}();function p(h){return function(u,m,y){var g=n?.idGenerator?n.idGenerator(h):Gd(),S=new c,E,N=!1;function A(x){E=x,S.abort()}var v=function(){return Id(this,null,function(){var x,O,T,F,ct,j,P;return $d(this,function(I){switch(I.label){case 0:return I.trys.push([0,4,,5]),F=(x=n?.condition)==null?void 0:x.call(n,h,{getState:m,extra:y}),Xd(F)?[4,F]:[3,2];case 1:F=I.sent(),I.label=2;case 2:if(F===!1||S.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return N=!0,ct=new Promise(function(B,it){return S.signal.addEventListener("abort",function(){return it({name:"AbortError",message:E||"Aborted"})})}),u(a(g,h,(O=n?.getPendingMeta)==null?void 0:O.call(n,{requestId:g,arg:h},{getState:m,extra:y}))),[4,Promise.race([ct,Promise.resolve(o(h,{dispatch:u,getState:m,extra:y,requestId:g,signal:S.signal,abort:A,rejectWithValue:function(B,it){return new Li(B,it)},fulfillWithValue:function(B,it){return new Us(B,it)}})).then(function(B){if(B instanceof Li)throw B;return B instanceof Us?i(B.payload,g,h,B.meta):i(B,g,h)})])];case 3:return T=I.sent(),[3,5];case 4:return j=I.sent(),T=j instanceof Li?s(null,g,h,j.payload,j.meta):s(j,g,h),[3,5];case 5:return P=n&&!n.dispatchConditionRejection&&s.match(T)&&T.meta.condition,P||u(T),[2,T]}})})}();return Object.assign(v,{abort:A,requestId:g,arg:h,unwrap:function(){return v.then(Yd)}})}}return Object.assign(p,{pending:a,rejected:s,fulfilled:i,typePrefix:t})}return e.withTypes=function(){return e},e}();function Yd(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function Xd(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Gs="listener",Zs="completed",qs="cancelled",_y="task-"+qs,Py="task-"+Zs,Ly=Gs+"-"+qs,ky=Gs+"-"+Zs;var Ti="listenerMiddleware";var Ty=ae(Ti+"/add"),Iy=ae(Ti+"/removeAll"),Dy=ae(Ti+"/remove");var Hs,My=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Hs||(Hs=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},Jd=function(e){return function(t){setTimeout(t,e)}},By=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Jd(10);_s();window.ftReduxStores||(window.ftReduxStores={});var Ii=class e{static get(t){var o;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,a=window.ftReduxStores[n];if(Ae(a))return a;if(i==null)return;let s=Ks({...i,reducers:(o=i.reducers)!==null&&o!==void 0?o:{}}),l=js({reducer:(c,p)=>p.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof p.type=="string"&&p.type.startsWith("DEFAULT_VALUE_SETTER__")?{...c,...p.overwrites}:s.reducer(c,p)});return window.ftReduxStores[i.name]=new e(s,l)}constructor(t,o){this.reduxSlice=t,this.reduxStore=o,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new Lo,this.actions=new Proxy(this.reduxSlice.actions,{get:(n,i,a)=>{let s=i,l=n[s];return l?(...c)=>{let p=l(...c);return this.reduxStore.dispatch(p),p}:c=>{this.setState({[s]:c})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};function Qd(){var e;for(let t of Object.values((e=window.ftReduxStores)!==null&&e!==void 0?e:{}))Ae(t)&&t.clear()}var Mi={};G(Mi,{serializeRequest:()=>ep});function tp(e){return`"${e}"`}function ep(e,t){var o,n,i,a;let s=new URLSearchParams({"content-lang":(o=t.contentLocale)!==null&&o!==void 0?o:"all"});if(((n=t.query)===null||n===void 0?void 0:n.length)>0&&s.append("query",t.query),t.scope&&t.scope!=="DEFAULT"&&s.append("scope",t.scope.toLowerCase()),t.virtualField&&t.virtualField!=="EVERYWHERE"&&s.append("virtual-field",t.virtualField.toLowerCase()),t.periodFilter){let c=t.periodFilter.period,p=c?`_${c.from}_${c.to}`:"";s.append("period",t.periodFilter.periodType.toLowerCase()+p)}if(((i=t.sort)===null||i===void 0?void 0:i.length)>0&&t.sort[0].key==="ft:lastEdition"&&s.append("sort","last_update"),((a=t.filters)===null||a===void 0?void 0:a.length)>0){let c=t.filters.map(p=>{let h=p.values.map(u=>u.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*")).map(u=>encodeURIComponent(tp(u))).join("_");return`${p.key}~${h}`}).join("*");s.append("filters",c)}return new URL(`${e.replace(/\/+$/,"")}/search?${s.toString()}`).href}var Wi={};G(Wi,{toFtFormComponent:()=>Bi});var Cr=Symbol("elementInternals");function Bi(e,t){class o extends e{static get formAssociated(){return!0}get form(){return this[Cr].form}constructor(...i){super(i),this[Cr]=this.attachInternals(),this[Cr].role=t}setFormValue(i){this[Cr].setFormValue(i)}}return o}var wr=class{static format(t,o,n,i){return window.moment?window.moment(t).locale(o).format(this.getDateFormat(n,i)):t}static getDateFormat(t,o){return t?o?"lll":"ll":o?"L LT":"L"}};var zi,Ui,Hi,Fi,Do=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((Hi=(Ui=(zi=window.safari)===null||zi===void 0?void 0:zi.pushNotification)===null||Ui===void 0?void 0:Ui.toString())!==null&&Hi!==void 0?Hi:"")==="[object SafariRemoteNotification]",op="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(Fi=window.ftGlobals)!==null&&Fi!==void 0?Fi:{lit:jr,litDecorators:Zr,litRepeat:Yr,litClassMap:Xr,litStyleMap:Jr,litUnsafeHTML:tn,wcUtils:{...nn,...on,...sn,...wr,...ln,...dn,...Wn,...Fn,...ei,...Bn,...ri,...ms,...cn,...ai,...si,...gs,...ci,...Di,...oi,...Mi,...Wi,isSafari:Do,isTouchScreen:op}};var Xs=Symbol.for(""),rp=e=>{if(e?.r===Xs)return e?._$litStatic$},ji=e=>({_$litStatic$:e,r:Xs});var Ys=new Map,Js=e=>(t,...o)=>{let n=o.length,i,a,s=[],l=[],c,p=0,h=!1;for(;p<n;){for(c=t[p];p<n&&(a=o[p],(i=rp(a))!==void 0);)c+=i+t[++p],h=!0;p!==n&&l.push(a),s.push(c),p++}if(p===n&&s.push(t[n]),h){let u=s.join("$$lit$$");(t=Ys.get(u))===void 0&&(s.raw=s,Ys.set(u,t=s)),o=l}return e(t,...o)},Vi=Js(pa),Eg=Js(fa);var _e;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button",e.display="display",e.title1="title-1",e.title2="title-2",e.title3="title-3",e.body1regular="body-1-regular",e.body1medium="body-1-medium",e.body1semibold="body-1-semibold",e.body2regular="body-2-regular",e.body2medium="body-2-medium",e.body2semibold="body-2-semibold",e.label1medium="label-1-medium",e.label1semibold="label-1-semibold",e.label1bold="label-1-bold",e.label2medium="label-2-medium",e.label2semibold="label-2-semibold",e.label2bold="label-2-bold",e.caption1medium="caption-1-medium",e.caption1semibold="caption-1-semibold",e.caption1bold="caption-1-bold",e.caption2medium="caption-2-medium",e.caption2semibold="caption-2-semibold",e.caption2bold="caption-2-bold"})(_e||(_e={}));function Qs(e){let t=Oo[e];return _`
43
- .ft-typography--${me(e)} {
42
+ `;var Sl={};var ua={};q(ua,{ParametrizedLabelResolver:()=>fa});var fa=class{constructor(t,o){this.defaultLabels=t,this.labels=o}resolve(t,...o){var n,i;t=this.resolvePluralKey(t,o);let l=(i=(n=this.labels[t])!==null&&n!==void 0?n:this.defaultLabels[t])!==null&&i!==void 0?i:"";return o.forEach((c,s)=>l=l.replace(new RegExp(`\\{${s}([^}]*)\\}`,"g"),(d,u)=>this.formatValue(c,u))),l}resolvePluralKey(t,o){for(let n of o)if(typeof n=="number"){let i=`${String(t)}[\\=${n}]`;if(i in this.labels||i in this.defaultLabels)return i}return t}formatValue(t,o){return t instanceof Date?this.formatDate(t,o):t??""}formatDate(t,o){let n=i=>o?.includes("date")?t.toLocaleDateString(i):o?.includes("time")?t.toLocaleTimeString(i):t.toLocaleString(i);try{return n(document.documentElement.lang)}catch{return n()}}};var Da={};q(Da,{FtCommandQueue:()=>To,FtLitElementRedux:()=>Ze,FtReduxStore:()=>Ua,clearAllStores:()=>ip,isFtReduxStore:()=>Le,redux:()=>Od,reduxEventListener:()=>Cd,reduxReactive:()=>Sd});var Sd=()=>(e,t)=>{var o;let n=e.constructor;n.reduxReactiveProperties=new Set(n.reduxReactiveProperties),(o=n.reduxReactiveProperties)===null||o===void 0||o.add(t)},Od=e=>{let t=e??{};return(o,n)=>{var i;let l={hasChanged:Eo,attribute:!1,...t};S(l)(o,n);let c=o.constructor;c.reduxProperties=new Map(c.reduxProperties),c.reduxProperties.set(n,{selector:(i=t.selector)!==null&&i!==void 0?i:s=>s[n],store:t.store})}},Cd=e=>(t,o)=>{let n=t.constructor;n.reduxEventListeners=new Map(n.reduxEventListeners),n.reduxEventListeners.set(o,e)};var To=class{constructor(){this.queue=[]}add(t,o=!1){o&&(this.queue=this.queue.filter(n=>n.type!==t.type)),this.queue.push(t)}consume(t){let o=this.queue.find(n=>n.type===t);return o&&(this.queue=this.queue.filter(n=>n!==o)),o}};function Le(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Ol,Cl,wl,vr=Symbol("internalReduxEventsUnsubscribers"),ae=Symbol("internalStoresUnsubscribers"),$e=Symbol("internalStores"),Ze=class extends U{constructor(){super(...arguments),this[Ol]=new Map,this[Cl]=new Map,this[wl]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some(o=>t.has(o))&&this.updateFromStores()}getUnnamedStore(){if(this[$e].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[$e].values()][0]}getStore(t){return t==null?this.getUnnamedStore():this[$e].get(t)}addStore(t,o){var n;o=(n=o??(Le(t)?t.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(o),this.setupStore(o,t)}removeStore(t){let o=typeof t=="string"?t:t.name;this.unsubscribeFromStore(o),this[$e].delete(o)}setupStore(t,o){this[$e].set(t,o),this.subscribeToStore(t,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[$e].forEach((t,o)=>this.subscribeToStore(o,t)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((t,o)=>{let n=this.constructor.getPropertyOptions(o);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:o)){let i=this.getStore(t.store);i&&(t.store?this[ae].has(t.store):this[ae].size>0)&&(this[o]=t.selector(i.getState(),this))}})}subscribeToStore(t,o){var n;this[ae].set(t,o.subscribe(()=>this.updateFromStores())),Le(o)&&o.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,l)=>{if(typeof this[l]=="function"&&(!i.store||o.name===i.store)){let c=s=>this[l](s);o.eventBus.addEventListener(i.eventName,c),this[vr].push(()=>o.eventBus.removeEventListener(i.eventName,c))}})),this.onStoreAvailable(t)}unsubscribeFromStores(){this[ae].forEach((t,o)=>this.unsubscribeFromStore(o)),this[vr].forEach(t=>t()),this[vr]=[]}unsubscribeFromStore(t){this[ae].has(t)&&this[ae].get(t)(),this[ae].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Ol=ae,Cl=$e,wl=vr;Ze.reduxProperties=new Map;Ze.reduxReactiveProperties=new Set;Ze.reduxEventListeners=new Map;function Et(e){for(var t=arguments.length,o=Array(t>1?t-1:0),n=1;n<t;n++)o[n-1]=arguments[n];if(0)var i,l;throw Error("[Immer] minified error nr: "+e+(o.length?" "+o.map(function(c){return"'"+c+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Yt(e){return!!e&&!!e[J]}function Lt(e){var t;return!!e&&(function(o){if(!o||typeof o!="object")return!1;var n=Object.getPrototypeOf(o);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===Ld}(e)||Array.isArray(e)||!!e[Ll]||!!(!((t=e.constructor)===null||t===void 0)&&t[Ll])||Oa(e)||Ca(e))}function ke(e,t,o){o===void 0&&(o=!1),Ye(e)===0?(o?Object.keys:je)(e).forEach(function(n){o&&typeof n=="symbol"||t(n,e[n],e)}):e.forEach(function(n,i){return t(i,n,e)})}function Ye(e){var t=e[J];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Oa(e)?2:Ca(e)?3:0}function Ve(e,t){return Ye(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function wd(e,t){return Ye(e)===2?e.get(t):e[t]}function $l(e,t,o){var n=Ye(e);n===2?e.set(t,o):n===3?e.add(o):e[t]=o}function kl(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Oa(e){return Id&&e instanceof Map}function Ca(e){return Pd&&e instanceof Set}function ie(e){return e.o||e.t}function wa(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Tl(e);delete t[J];for(var o=je(t),n=0;n<o.length;n++){var i=o[n],l=t[i];l.writable===!1&&(l.writable=!0,l.configurable=!0),(l.get||l.set)&&(t[i]={configurable:!0,writable:!0,enumerable:l.enumerable,value:e[i]})}return Object.create(Object.getPrototypeOf(e),t)}function Ea(e,t){return t===void 0&&(t=!1),Na(e)||Yt(e)||!Lt(e)||(Ye(e)>1&&(e.set=e.add=e.clear=e.delete=Ed),Object.freeze(e),t&&ke(e,function(o,n){return Ea(n,!0)},!0)),e}function Ed(){Et(2)}function Na(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function Tt(e){var t=Sa[e];return t||Et(18,e),t}function Nd(e,t){Sa[e]||(Sa[e]=t)}function ba(){return Bo}function ha(e,t){t&&(Tt("Patches"),e.u=[],e.s=[],e.v=t)}function Sr(e){xa(e),e.p.forEach(Rd),e.p=null}function xa(e){e===Bo&&(Bo=e.l)}function El(e){return Bo={p:[],l:Bo,h:e,m:!0,_:0}}function Rd(e){var t=e[J];t.i===0||t.i===1?t.j():t.g=!0}function ma(e,t){t._=t.p.length;var o=t.p[0],n=e!==void 0&&e!==o;return t.h.O||Tt("ES5").S(t,e,n),n?(o[J].P&&(Sr(t),Et(4)),Lt(e)&&(e=Or(t,e),t.l||Cr(t,e)),t.u&&Tt("Patches").M(o[J].t,e,t.u,t.s)):e=Or(t,o,[]),Sr(t),t.u&&t.v(t.u,t.s),e!==Wl?e:void 0}function Or(e,t,o){if(Na(t))return t;var n=t[J];if(!n)return ke(t,function(s,d){return Nl(e,n,t,s,d,o)},!0),t;if(n.A!==e)return t;if(!n.P)return Cr(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=wa(n.k):n.o,l=i,c=!1;n.i===3&&(l=new Set(i),i.clear(),c=!0),ke(l,function(s,d){return Nl(e,n,i,s,d,o,c)}),Cr(e,i,!1),o&&e.u&&Tt("Patches").N(n,o,e.u,e.s)}return n.o}function Nl(e,t,o,n,i,l,c){if(Yt(i)){var s=Or(e,i,l&&t&&t.i!==3&&!Ve(t.R,n)?l.concat(n):void 0);if($l(o,n,s),!Yt(s))return;e.m=!1}else c&&o.add(i);if(Lt(i)&&!Na(i)){if(!e.h.D&&e._<1)return;Or(e,i),t&&t.A.l||Cr(e,i)}}function Cr(e,t,o){o===void 0&&(o=!1),!e.l&&e.h.D&&e.m&&Ea(t,o)}function ga(e,t){var o=e[J];return(o?ie(o):e)[t]}function Rl(e,t){if(t in e)for(var o=Object.getPrototypeOf(e);o;){var n=Object.getOwnPropertyDescriptor(o,t);if(n)return n;o=Object.getPrototypeOf(o)}}function le(e){e.P||(e.P=!0,e.l&&le(e.l))}function ya(e){e.o||(e.o=wa(e.t))}function va(e,t,o){var n=Oa(t)?Tt("MapSet").F(t,o):Ca(t)?Tt("MapSet").T(t,o):e.O?function(i,l){var c=Array.isArray(i),s={i:c?1:0,A:l?l.A:ba(),P:!1,I:!1,R:{},l,t:i,k:null,o:null,j:null,C:!1},d=s,u=Uo;c&&(d=[s],u=zo);var y=Proxy.revocable(d,u),g=y.revoke,b=y.proxy;return s.k=b,s.j=g,b}(t,o):Tt("ES5").J(t,o);return(o?o.A:ba()).p.push(n),n}function Ad(e){return Yt(e)||Et(22,e),function t(o){if(!Lt(o))return o;var n,i=o[J],l=Ye(o);if(i){if(!i.P&&(i.i<4||!Tt("ES5").K(i)))return i.t;i.I=!0,n=Al(o,l),i.I=!1}else n=Al(o,l);return ke(n,function(c,s){i&&wd(i.t,c)===s||$l(n,c,t(s))}),l===3?new Set(n):n}(e)}function Al(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return wa(e)}function _l(){function e(c,s){var d=l[c];return d?d.enumerable=s:l[c]=d={configurable:!0,enumerable:s,get:function(){var u=this[J];return Uo.get(u,c)},set:function(u){var y=this[J];Uo.set(y,c,u)}},d}function t(c){for(var s=c.length-1;s>=0;s--){var d=c[s][J];if(!d.P)switch(d.i){case 5:n(d)&&le(d);break;case 4:o(d)&&le(d)}}}function o(c){for(var s=c.t,d=c.k,u=je(d),y=u.length-1;y>=0;y--){var g=u[y];if(g!==J){var b=s[g];if(b===void 0&&!Ve(s,g))return!0;var x=d[g],v=x&&x[J];if(v?v.t!==b:!kl(x,b))return!0}}var w=!!s[J];return u.length!==je(s).length+(w?0:1)}function n(c){var s=c.k;if(s.length!==c.t.length)return!0;var d=Object.getOwnPropertyDescriptor(s,s.length-1);if(d&&!d.get)return!0;for(var u=0;u<s.length;u++)if(!s.hasOwnProperty(u))return!0;return!1}function i(c){c.g&&Et(3,JSON.stringify(ie(c)))}var l={};Nd("ES5",{J:function(c,s){var d=Array.isArray(c),u=function(g,b){if(g){for(var x=Array(b.length),v=0;v<b.length;v++)Object.defineProperty(x,""+v,e(v,!0));return x}var w=Tl(b);delete w[J];for(var A=je(w),I=0;I<A.length;I++){var L=A[I];w[L]=e(L,g||!!w[L].enumerable)}return Object.create(Object.getPrototypeOf(b),w)}(d,c),y={i:d?5:4,A:s?s.A:ba(),P:!1,I:!1,R:{},l:s,t:c,k:u,o:null,g:!1,C:!1};return Object.defineProperty(u,J,{value:y,writable:!0}),u},S:function(c,s,d){d?Yt(s)&&s[J].A===c&&t(c.p):(c.u&&function u(y){if(y&&typeof y=="object"){var g=y[J];if(g){var b=g.t,x=g.k,v=g.R,w=g.i;if(w===4)ke(x,function(O){O!==J&&(b[O]!==void 0||Ve(b,O)?v[O]||u(x[O]):(v[O]=!0,le(g)))}),ke(b,function(O){x[O]!==void 0||Ve(x,O)||(v[O]=!1,le(g))});else if(w===5){if(n(g)&&(le(g),v.length=!0),x.length<b.length)for(var A=x.length;A<b.length;A++)v[A]=!1;else for(var I=b.length;I<x.length;I++)v[I]=!0;for(var L=Math.min(x.length,b.length),C=0;C<L;C++)x.hasOwnProperty(C)||(v[C]=!0),v[C]===void 0&&u(x[C])}}}}(c.p[0]),t(c.p))},K:function(c){return c.i===4?o(c):n(c)}})}var Il,Bo,Ra=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Id=typeof Map<"u",Pd=typeof Set<"u",Pl=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Wl=Ra?Symbol.for("immer-nothing"):((Il={})["immer-nothing"]=!0,Il),Ll=Ra?Symbol.for("immer-draftable"):"__$immer_draftable",J=Ra?Symbol.for("immer-state"):"__$immer_state";var Ld=""+Object.prototype.constructor,je=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Tl=Object.getOwnPropertyDescriptors||function(e){var t={};return je(e).forEach(function(o){t[o]=Object.getOwnPropertyDescriptor(e,o)}),t},Sa={},Uo={get:function(e,t){if(t===J)return e;var o=ie(e);if(!Ve(o,t))return function(i,l,c){var s,d=Rl(l,c);return d?"value"in d?d.value:(s=d.get)===null||s===void 0?void 0:s.call(i.k):void 0}(e,o,t);var n=o[t];return e.I||!Lt(n)?n:n===ga(e.t,t)?(ya(e),e.o[t]=va(e.A.h,n,e)):n},has:function(e,t){return t in ie(e)},ownKeys:function(e){return Reflect.ownKeys(ie(e))},set:function(e,t,o){var n=Rl(ie(e),t);if(n?.set)return n.set.call(e.k,o),!0;if(!e.P){var i=ga(ie(e),t),l=i?.[J];if(l&&l.t===o)return e.o[t]=o,e.R[t]=!1,!0;if(kl(o,i)&&(o!==void 0||Ve(e.t,t)))return!0;ya(e),le(e)}return e.o[t]===o&&(o!==void 0||t in e.o)||Number.isNaN(o)&&Number.isNaN(e.o[t])||(e.o[t]=o,e.R[t]=!0),!0},deleteProperty:function(e,t){return ga(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,ya(e),le(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var o=ie(e),n=Reflect.getOwnPropertyDescriptor(o,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:o[t]}},defineProperty:function(){Et(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){Et(12)}},zo={};ke(Uo,function(e,t){zo[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),zo.deleteProperty=function(e,t){return zo.set.call(this,e,t,void 0)},zo.set=function(e,t,o){return Uo.set.call(this,e[0],t,o,e[0])};var $d=function(){function e(o){var n=this;this.O=Pl,this.D=!0,this.produce=function(i,l,c){if(typeof i=="function"&&typeof l!="function"){var s=l;l=i;var d=n;return function(w){var A=this;w===void 0&&(w=s);for(var I=arguments.length,L=Array(I>1?I-1:0),C=1;C<I;C++)L[C-1]=arguments[C];return d.produce(w,function(O){var E;return(E=l).call.apply(E,[A,O].concat(L))})}}var u;if(typeof l!="function"&&Et(6),c!==void 0&&typeof c!="function"&&Et(7),Lt(i)){var y=El(n),g=va(n,i,void 0),b=!0;try{u=l(g),b=!1}finally{b?Sr(y):xa(y)}return typeof Promise<"u"&&u instanceof Promise?u.then(function(w){return ha(y,c),ma(w,y)},function(w){throw Sr(y),w}):(ha(y,c),ma(u,y))}if(!i||typeof i!="object"){if((u=l(i))===void 0&&(u=i),u===Wl&&(u=void 0),n.D&&Ea(u,!0),c){var x=[],v=[];Tt("Patches").M(i,u,x,v),c(x,v)}return u}Et(21,i)},this.produceWithPatches=function(i,l){if(typeof i=="function")return function(u){for(var y=arguments.length,g=Array(y>1?y-1:0),b=1;b<y;b++)g[b-1]=arguments[b];return n.produceWithPatches(u,function(x){return i.apply(void 0,[x].concat(g))})};var c,s,d=n.produce(i,l,function(u,y){c=u,s=y});return typeof Promise<"u"&&d instanceof Promise?d.then(function(u){return[u,c,s]}):[d,c,s]},typeof o?.useProxies=="boolean"&&this.setUseProxies(o.useProxies),typeof o?.autoFreeze=="boolean"&&this.setAutoFreeze(o.autoFreeze)}var t=e.prototype;return t.createDraft=function(o){Lt(o)||Et(8),Yt(o)&&(o=Ad(o));var n=El(this),i=va(this,o,void 0);return i[J].C=!0,xa(n),i},t.finishDraft=function(o,n){var i=o&&o[J],l=i.A;return ha(l,n),ma(void 0,l)},t.setAutoFreeze=function(o){this.D=o},t.setUseProxies=function(o){o&&!Pl&&Et(20),this.O=o},t.applyPatches=function(o,n){var i;for(i=n.length-1;i>=0;i--){var l=n[i];if(l.path.length===0&&l.op==="replace"){o=l.value;break}}i>-1&&(n=n.slice(i+1));var c=Tt("Patches").$;return Yt(o)?c(o,n):this.produce(o,function(s){return c(s,n)})},e}(),Ot=new $d,kd=Ot.produce,sg=Ot.produceWithPatches.bind(Ot),dg=Ot.setAutoFreeze.bind(Ot),pg=Ot.setUseProxies.bind(Ot),fg=Ot.applyPatches.bind(Ot),ug=Ot.createDraft.bind(Ot),hg=Ot.finishDraft.bind(Ot),wr=kd;function ce(e){"@babel/helpers - typeof";return ce=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ce(e)}function Aa(e,t){if(ce(e)!=="object"||e===null)return e;var o=e[Symbol.toPrimitive];if(o!==void 0){var n=o.call(e,t||"default");if(ce(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Ia(e){var t=Aa(e,"string");return ce(t)==="symbol"?t:String(t)}function Pa(e,t,o){return t=Ia(t),t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function zl(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),o.push.apply(o,n)}return o}function Er(e){for(var t=1;t<arguments.length;t++){var o=arguments[t]!=null?arguments[t]:{};t%2?zl(Object(o),!0).forEach(function(n){Pa(e,n,o[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):zl(Object(o)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(o,n))})}return e}function st(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Bl=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),La=function(){return Math.random().toString(36).substring(7).split("").join(".")},Nr={INIT:"@@redux/INIT"+La(),REPLACE:"@@redux/REPLACE"+La(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+La()}};function _d(e){if(typeof e!="object"||e===null)return!1;for(var t=e;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function $a(e,t,o){var n;if(typeof t=="function"&&typeof o=="function"||typeof o=="function"&&typeof arguments[3]=="function")throw new Error(st(0));if(typeof t=="function"&&typeof o>"u"&&(o=t,t=void 0),typeof o<"u"){if(typeof o!="function")throw new Error(st(1));return o($a)(e,t)}if(typeof e!="function")throw new Error(st(2));var i=e,l=t,c=[],s=c,d=!1;function u(){s===c&&(s=c.slice())}function y(){if(d)throw new Error(st(3));return l}function g(w){if(typeof w!="function")throw new Error(st(4));if(d)throw new Error(st(5));var A=!0;return u(),s.push(w),function(){if(A){if(d)throw new Error(st(6));A=!1,u();var L=s.indexOf(w);s.splice(L,1),c=null}}}function b(w){if(!_d(w))throw new Error(st(7));if(typeof w.type>"u")throw new Error(st(8));if(d)throw new Error(st(9));try{d=!0,l=i(l,w)}finally{d=!1}for(var A=c=s,I=0;I<A.length;I++){var L=A[I];L()}return w}function x(w){if(typeof w!="function")throw new Error(st(10));i=w,b({type:Nr.REPLACE})}function v(){var w,A=g;return w={subscribe:function(L){if(typeof L!="object"||L===null)throw new Error(st(11));function C(){L.next&&L.next(y())}C();var O=A(C);return{unsubscribe:O}}},w[Bl]=function(){return this},w}return b({type:Nr.INIT}),n={dispatch:b,subscribe:g,getState:y,replaceReducer:x},n[Bl]=v,n}function Wd(e){Object.keys(e).forEach(function(t){var o=e[t],n=o(void 0,{type:Nr.INIT});if(typeof n>"u")throw new Error(st(12));if(typeof o(void 0,{type:Nr.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(st(13))})}function Ul(e){for(var t=Object.keys(e),o={},n=0;n<t.length;n++){var i=t[n];typeof e[i]=="function"&&(o[i]=e[i])}var l=Object.keys(o),c,s;try{Wd(o)}catch(d){s=d}return function(u,y){if(u===void 0&&(u={}),s)throw s;if(0)var g;for(var b=!1,x={},v=0;v<l.length;v++){var w=l[v],A=o[w],I=u[w],L=A(I,y);if(typeof L>"u"){var C=y&&y.type;throw new Error(st(14))}x[w]=L,b=b||L!==I}return b=b||l.length!==Object.keys(u).length,b?x:u}}function qe(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function Dl(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return function(n){return function(){var i=n.apply(void 0,arguments),l=function(){throw new Error(st(15))},c={getState:i.getState,dispatch:function(){return l.apply(void 0,arguments)}},s=t.map(function(d){return d(c)});return l=qe.apply(void 0,s)(i.dispatch),Er(Er({},i),{},{dispatch:l})}}}function Ml(e){var t=function(n){var i=n.dispatch,l=n.getState;return function(c){return function(s){return typeof s=="function"?s(i,l,e):c(s)}}};return t}var Fl=Ml();Fl.withExtraArgument=Ml;var ka=Fl;var Vl=function(){var e=function(t,o){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var l in i)Object.prototype.hasOwnProperty.call(i,l)&&(n[l]=i[l])},e(t,o)};return function(t,o){if(typeof o!="function"&&o!==null)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");e(t,o);function n(){this.constructor=t}t.prototype=o===null?Object.create(o):(n.prototype=o.prototype,new n)}}(),Td=function(e,t){var o={label:0,sent:function(){if(l[0]&1)throw l[1];return l[1]},trys:[],ops:[]},n,i,l,c;return c={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function s(u){return function(y){return d([u,y])}}function d(u){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,i&&(l=u[0]&2?i.return:u[0]?i.throw||((l=i.return)&&l.call(i),0):i.next)&&!(l=l.call(i,u[1])).done)return l;switch(i=0,l&&(u=[u[0]&2,l.value]),u[0]){case 0:case 1:l=u;break;case 4:return o.label++,{value:u[1],done:!1};case 5:o.label++,i=u[1],u=[0];continue;case 7:u=o.ops.pop(),o.trys.pop();continue;default:if(l=o.trys,!(l=l.length>0&&l[l.length-1])&&(u[0]===6||u[0]===2)){o=0;continue}if(u[0]===3&&(!l||u[1]>l[0]&&u[1]<l[3])){o.label=u[1];break}if(u[0]===6&&o.label<l[1]){o.label=l[1],l=u;break}if(l&&o.label<l[2]){o.label=l[2],o.ops.push(u);break}l[2]&&o.ops.pop(),o.trys.pop();continue}u=t.call(e,o)}catch(y){u=[6,y],i=0}finally{n=l=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},Xe=function(e,t){for(var o=0,n=t.length,i=e.length;o<n;o++,i++)e[i]=t[o];return e},zd=Object.defineProperty,Bd=Object.defineProperties,Ud=Object.getOwnPropertyDescriptors,Hl=Object.getOwnPropertySymbols,Dd=Object.prototype.hasOwnProperty,Md=Object.prototype.propertyIsEnumerable,Gl=function(e,t,o){return t in e?zd(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o},se=function(e,t){for(var o in t||(t={}))Dd.call(t,o)&&Gl(e,o,t[o]);if(Hl)for(var n=0,i=Hl(t);n<i.length;n++){var o=i[n];Md.call(t,o)&&Gl(e,o,t[o])}return e},_a=function(e,t){return Bd(e,Ud(t))},Fd=function(e,t,o){return new Promise(function(n,i){var l=function(d){try{s(o.next(d))}catch(u){i(u)}},c=function(d){try{s(o.throw(d))}catch(u){i(u)}},s=function(d){return d.done?n(d.value):Promise.resolve(d.value).then(l,c)};s((o=o.apply(e,t)).next())})};var Hd=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?qe:qe.apply(null,arguments)},$g=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function Gd(e){if(typeof e!="object"||e===null)return!1;var t=Object.getPrototypeOf(e);if(t===null)return!0;for(var o=t;Object.getPrototypeOf(o)!==null;)o=Object.getPrototypeOf(o);return t===o}var Kd=function(e){Vl(t,e);function t(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var i=e.apply(this,o)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return e.prototype.concat.apply(this,o)},t.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(t.bind.apply(t,Xe([void 0],o[0].concat(this)))):new(t.bind.apply(t,Xe([void 0],o.concat(this))))},t}(Array),Zd=function(e){Vl(t,e);function t(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var i=e.apply(this,o)||this;return Object.setPrototypeOf(i,t.prototype),i}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return e.prototype.concat.apply(this,o)},t.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(t.bind.apply(t,Xe([void 0],o[0].concat(this)))):new(t.bind.apply(t,Xe([void 0],o.concat(this))))},t}(Array);function za(e){return Lt(e)?wr(e,function(){}):e}function Vd(e){return typeof e=="boolean"}function jd(){return function(t){return Yd(t)}}function Yd(e){e===void 0&&(e={});var t=e.thunk,o=t===void 0?!0:t,n=e.immutableCheck,i=n===void 0?!0:n,l=e.serializableCheck,c=l===void 0?!0:l,s=new Kd;if(o&&(Vd(o)?s.push(ka):s.push(ka.withExtraArgument(o.extraArgument))),0){if(i)var d;if(c)var u}return s}var Wa=!0;function jl(e){var t=jd(),o=e||{},n=o.reducer,i=n===void 0?void 0:n,l=o.middleware,c=l===void 0?t():l,s=o.devTools,d=s===void 0?!0:s,u=o.preloadedState,y=u===void 0?void 0:u,g=o.enhancers,b=g===void 0?void 0:g,x;if(typeof i=="function")x=i;else if(Gd(i))x=Ul(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var v=c;if(typeof v=="function"&&(v=v(t),!Wa&&!Array.isArray(v)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Wa&&v.some(function(O){return typeof O!="function"}))throw new Error("each middleware provided to configureStore must be a function");var w=Dl.apply(void 0,v),A=qe;d&&(A=Hd(se({trace:!Wa},typeof d=="object"&&d)));var I=new Zd(w),L=I;Array.isArray(b)?L=Xe([w],b):typeof b=="function"&&(L=b(I));var C=A.apply(void 0,L);return $a(x,y,C)}function de(e,t){function o(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(t){var l=t.apply(void 0,n);if(!l)throw new Error("prepareAction did not return an object");return se(se({type:e,payload:l.payload},"meta"in l&&{meta:l.meta}),"error"in l&&{error:l.error})}return{type:e,payload:n[0]}}return o.toString=function(){return""+e},o.type=e,o.match=function(n){return n.type===e},o}function Yl(e){var t={},o=[],n,i={addCase:function(l,c){var s=typeof l=="string"?l:l.type;if(s in t)throw new Error("addCase cannot be called with two reducers for the same action type");return t[s]=c,i},addMatcher:function(l,c){return o.push({matcher:l,reducer:c}),i},addDefaultCase:function(l){return n=l,i}};return e(i),[t,o,n]}function qd(e){return typeof e=="function"}function Xd(e,t,o,n){o===void 0&&(o=[]);var i=typeof t=="function"?Yl(t):[t,o,n],l=i[0],c=i[1],s=i[2],d;if(qd(e))d=function(){return za(e())};else{var u=za(e);d=function(){return u}}function y(g,b){g===void 0&&(g=d());var x=Xe([l[b.type]],c.filter(function(v){var w=v.matcher;return w(b)}).map(function(v){var w=v.reducer;return w}));return x.filter(function(v){return!!v}).length===0&&(x=[s]),x.reduce(function(v,w){if(w)if(Yt(v)){var A=v,I=w(A,b);return I===void 0?v:I}else{if(Lt(v))return wr(v,function(L){return w(L,b)});var I=w(v,b);if(I===void 0){if(v===null)return v;throw Error("A case reducer on a non-draftable value must not return undefined")}return I}return v},g)}return y.getInitialState=d,y}function Jd(e,t){return e+"/"+t}function ql(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var o=typeof e.initialState=="function"?e.initialState:za(e.initialState),n=e.reducers||{},i=Object.keys(n),l={},c={},s={};i.forEach(function(y){var g=n[y],b=Jd(t,y),x,v;"reducer"in g?(x=g.reducer,v=g.prepare):x=g,l[y]=x,c[b]=x,s[y]=v?de(b,v):de(b)});function d(){var y=typeof e.extraReducers=="function"?Yl(e.extraReducers):[e.extraReducers],g=y[0],b=g===void 0?{}:g,x=y[1],v=x===void 0?[]:x,w=y[2],A=w===void 0?void 0:w,I=se(se({},b),c);return Xd(o,function(L){for(var C in I)L.addCase(C,I[C]);for(var O=0,E=v;O<E.length;O++){var z=E[O];L.addMatcher(z.matcher,z.reducer)}A&&L.addDefaultCase(A)})}var u;return{name:t,reducer:function(y,g){return u||(u=d()),u(y,g)},actions:s,caseReducers:l,getInitialState:function(){return u||(u=d()),u.getInitialState()}}}var Qd="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",tp=function(e){e===void 0&&(e=21);for(var t="",o=e;o--;)t+=Qd[Math.random()*64|0];return t},ep=["name","message","stack","code"],Ta=function(){function e(t,o){this.payload=t,this.meta=o}return e}(),Kl=function(){function e(t,o){this.payload=t,this.meta=o}return e}(),op=function(e){if(typeof e=="object"&&e!==null){for(var t={},o=0,n=ep;o<n.length;o++){var i=n[o];typeof e[i]=="string"&&(t[i]=e[i])}return t}return{message:String(e)}},Tg=function(){function e(t,o,n){var i=de(t+"/fulfilled",function(y,g,b,x){return{payload:y,meta:_a(se({},x||{}),{arg:b,requestId:g,requestStatus:"fulfilled"})}}),l=de(t+"/pending",function(y,g,b){return{payload:void 0,meta:_a(se({},b||{}),{arg:g,requestId:y,requestStatus:"pending"})}}),c=de(t+"/rejected",function(y,g,b,x,v){return{payload:x,error:(n&&n.serializeError||op)(y||"Rejected"),meta:_a(se({},v||{}),{arg:b,requestId:g,rejectedWithValue:!!x,requestStatus:"rejected",aborted:y?.name==="AbortError",condition:y?.name==="ConditionError"})}}),s=!1,d=typeof AbortController<"u"?AbortController:function(){function y(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return y.prototype.abort=function(){},y}();function u(y){return function(g,b,x){var v=n?.idGenerator?n.idGenerator(y):tp(),w=new d,A,I=!1;function L(O){A=O,w.abort()}var C=function(){return Fd(this,null,function(){var O,E,z,Z,ft,V,_;return Td(this,function(B){switch(B.label){case 0:return B.trys.push([0,4,,5]),Z=(O=n?.condition)==null?void 0:O.call(n,y,{getState:b,extra:x}),np(Z)?[4,Z]:[3,2];case 1:Z=B.sent(),B.label=2;case 2:if(Z===!1||w.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return I=!0,ft=new Promise(function(M,ct){return w.signal.addEventListener("abort",function(){return ct({name:"AbortError",message:A||"Aborted"})})}),g(l(v,y,(E=n?.getPendingMeta)==null?void 0:E.call(n,{requestId:v,arg:y},{getState:b,extra:x}))),[4,Promise.race([ft,Promise.resolve(o(y,{dispatch:g,getState:b,extra:x,requestId:v,signal:w.signal,abort:L,rejectWithValue:function(M,ct){return new Ta(M,ct)},fulfillWithValue:function(M,ct){return new Kl(M,ct)}})).then(function(M){if(M instanceof Ta)throw M;return M instanceof Kl?i(M.payload,v,y,M.meta):i(M,v,y)})])];case 3:return z=B.sent(),[3,5];case 4:return V=B.sent(),z=V instanceof Ta?c(null,v,y,V.payload,V.meta):c(V,v,y),[3,5];case 5:return _=n&&!n.dispatchConditionRejection&&c.match(z)&&z.meta.condition,_||g(z),[2,z]}})})}();return Object.assign(C,{abort:L,requestId:v,arg:y,unwrap:function(){return C.then(rp)}})}}return Object.assign(u,{pending:l,rejected:c,fulfilled:i,typePrefix:t})}return e.withTypes=function(){return e},e}();function rp(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function np(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Xl="listener",Jl="completed",Ql="cancelled",zg="task-"+Ql,Bg="task-"+Jl,Ug=Xl+"-"+Ql,Dg=Xl+"-"+Jl;var Ba="listenerMiddleware";var Mg=de(Ba+"/add"),Fg=de(Ba+"/removeAll"),Hg=de(Ba+"/remove");var Zl,Gg=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(Zl||(Zl=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},ap=function(e){return function(t){setTimeout(t,e)}},Kg=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:ap(10);_l();window.ftReduxStores||(window.ftReduxStores={});var Ua=class e{static get(t){var o;let n=typeof t=="string"?t:t.name,i=typeof t=="string"?void 0:t,l=window.ftReduxStores[n];if(Le(l))return l;if(i==null)return;let c=ql({...i,reducers:(o=i.reducers)!==null&&o!==void 0?o:{}}),s=jl({reducer:(d,u)=>u.type==="CLEAR_FT_REDUX_STORE"?c.getInitialState():typeof u.type=="string"&&u.type.startsWith("DEFAULT_VALUE_SETTER__")?{...d,...u.overwrites}:c.reducer(d,u)});return window.ftReduxStores[i.name]=new e(c,s)}constructor(t,o){this.reduxSlice=t,this.reduxStore=o,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new To,this.actions=new Proxy(this.reduxSlice.actions,{get:(n,i,l)=>{let c=i,s=n[c];return s?(...d)=>{let u=s(...d);return this.reduxStore.dispatch(u),u}:d=>{this.setState({[c]:d})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};function ip(){var e;for(let t of Object.values((e=window.ftReduxStores)!==null&&e!==void 0?e:{}))Le(t)&&t.clear()}var Ma={};q(Ma,{serializeRequest:()=>cp});function lp(e){return`"${e}"`}function cp(e,t){var o,n,i,l;let c=new URLSearchParams({"content-lang":(o=t.contentLocale)!==null&&o!==void 0?o:"all"});if(((n=t.query)===null||n===void 0?void 0:n.length)>0&&c.append("query",t.query),t.scope&&t.scope!=="DEFAULT"&&c.append("scope",t.scope.toLowerCase()),t.virtualField&&t.virtualField!=="EVERYWHERE"&&c.append("virtual-field",t.virtualField.toLowerCase()),t.periodFilter){let d=t.periodFilter.period,u=d?`_${d.from}_${d.to}`:"";c.append("period",t.periodFilter.periodType.toLowerCase()+u)}if(((i=t.sort)===null||i===void 0?void 0:i.length)>0&&t.sort[0].key==="ft:lastEdition"&&c.append("sort","last_update"),((l=t.filters)===null||l===void 0?void 0:l.length)>0){let d=t.filters.map(u=>{let y=u.values.map(g=>g.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*")).map(g=>encodeURIComponent(lp(g))).join("_");return`${u.key}~${y}`}).join("*");c.append("filters",d)}return new URL(`${e.replace(/\/+$/,"")}/search?${c.toString()}`).href}var Ha={};q(Ha,{toFtFormComponent:()=>Fa});var Rr=Symbol("elementInternals");function Fa(e,t){class o extends e{static get formAssociated(){return!0}get form(){return this[Rr].form}constructor(...i){super(i),this[Rr]=this.attachInternals(),this[Rr].role=t}setFormValue(i){this[Rr].setFormValue(i)}}return o}var Ar=class{static format(t,o,n,i){return window.moment?window.moment(t).locale(o).format(this.getDateFormat(n,i)):t}static getDateFormat(t,o){return t?o?"lll":"ll":o?"L LT":"L"}};var Ga,Ka,Za,Va,Do=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((Za=(Ka=(Ga=window.safari)===null||Ga===void 0?void 0:Ga.pushNotification)===null||Ka===void 0?void 0:Ka.toString())!==null&&Za!==void 0?Za:"")==="[object SafariRemoteNotification]",sp="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(Va=window.ftGlobals)!==null&&Va!==void 0?Va:{lit:jr,litDecorators:Jr,litRepeat:tn,litClassMap:en,litStyleMap:on,litUnsafeHTML:nn,wcUtils:{...sn,...ln,...pn,...Ar,...fn,...hn,...Hn,...Vn,...aa,...Fn,...la,...xl,...un,...da,...pa,...Sl,...ua,...Da,...ia,...Ma,...Ha,isSafari:Do,isTouchScreen:sp}};var ec=Symbol.for(""),dp=e=>{if(e?.r===ec)return e?._$litStatic$},ja=e=>({_$litStatic$:e,r:ec});var tc=new Map,oc=e=>(t,...o)=>{let n=o.length,i,l,c=[],s=[],d,u=0,y=!1;for(;u<n;){for(d=t[u];u<n&&(l=o[u],(i=dp(l))!==void 0);)d+=i+t[++u],y=!0;u!==n&&s.push(l),c.push(d),u++}if(u===n&&c.push(t[n]),y){let g=c.join("$$lit$$");(t=tc.get(g))===void 0&&(c.raw=c,tc.set(g,t=c)),o=s}return e(t,...o)},Ya=oc(mi),$y=oc(gi);var _e;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button",e.display="display",e.title1="title-1",e.title2="title-2",e.title3="title-3",e.body1regular="body-1-regular",e.body1medium="body-1-medium",e.body1semibold="body-1-semibold",e.body2regular="body-2-regular",e.body2medium="body-2-medium",e.body2semibold="body-2-semibold",e.label1medium="label-1-medium",e.label1semibold="label-1-semibold",e.label1bold="label-1-bold",e.label2medium="label-2-medium",e.label2semibold="label-2-semibold",e.label2bold="label-2-bold",e.caption1medium="caption-1-medium",e.caption1semibold="caption-1-semibold",e.caption1bold="caption-1-bold",e.caption2medium="caption-2-medium",e.caption2semibold="caption-2-semibold",e.caption2bold="caption-2-bold"})(_e||(_e={}));function rc(e){let t=No[e];return P`
43
+ .ft-typography--${Ft(e)} {
44
44
  font-family: ${t.fontFamily};
45
45
  font-size: ${t.fontSize};
46
46
  font-weight: ${t.fontWeight};
@@ -48,45 +48,8 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
48
48
  line-height: ${t.lineHeight};
49
49
  text-transform: ${t.textCase};
50
50
  }
51
- `}var tl=r.extend("--ft-typography-font-family","",R.titleFont),Kt=r.extend("--ft-typography-font-family","",R.contentFont),$={fontFamily:Kt,fontSize:r.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:r.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:r.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:r.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:r.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Ze={fontFamily:r.extend("--ft-typography-title-font-family","",tl),fontSize:r.extend("--ft-typography-title-font-size","",$.fontSize,"20px"),fontWeight:r.extend("--ft-typography-title-font-weight","",$.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-title-letter-spacing","",$.letterSpacing,"0.15px"),lineHeight:r.extend("--ft-typography-title-line-height","",$.lineHeight,"1.2"),textTransform:r.extend("--ft-typography-title-text-transform","",$.textTransform,"inherit")},qe={fontFamily:r.extend("--ft-typography-title-dense-font-family","",tl),fontSize:r.extend("--ft-typography-title-dense-font-size","",$.fontSize,"14px"),fontWeight:r.extend("--ft-typography-title-dense-font-weight","",$.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-title-dense-letter-spacing","",$.letterSpacing,"0.105px"),lineHeight:r.extend("--ft-typography-title-dense-line-height","",$.lineHeight,"1.7"),textTransform:r.extend("--ft-typography-title-dense-text-transform","",$.textTransform,"inherit")},Ye={fontFamily:r.extend("--ft-typography-subtitle1-font-family","",Kt),fontSize:r.extend("--ft-typography-subtitle1-font-size","",$.fontSize,"16px"),fontWeight:r.extend("--ft-typography-subtitle1-font-weight","",$.fontWeight,"600"),letterSpacing:r.extend("--ft-typography-subtitle1-letter-spacing","",$.letterSpacing,"0.144px"),lineHeight:r.extend("--ft-typography-subtitle1-line-height","",$.lineHeight,"1.5"),textTransform:r.extend("--ft-typography-subtitle1-text-transform","",$.textTransform,"inherit")},Xe={fontFamily:r.extend("--ft-typography-subtitle2-font-family","",Kt),fontSize:r.extend("--ft-typography-subtitle2-font-size","",$.fontSize,"14px"),fontWeight:r.extend("--ft-typography-subtitle2-font-weight","",$.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-subtitle2-letter-spacing","",$.letterSpacing,"0.098px"),lineHeight:r.extend("--ft-typography-subtitle2-line-height","",$.lineHeight,"1.7"),textTransform:r.extend("--ft-typography-subtitle2-text-transform","",$.textTransform,"inherit")},Je={fontFamily:r.extend("--ft-typography-body1-font-family","",Kt),fontSize:r.extend("--ft-typography-body1-font-size","",$.fontSize,"16px"),fontWeight:r.extend("--ft-typography-body1-font-weight","",$.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-body1-letter-spacing","",$.letterSpacing,"0.496px"),lineHeight:r.extend("--ft-typography-body1-line-height","",$.lineHeight,"1.5"),textTransform:r.extend("--ft-typography-body1-text-transform","",$.textTransform,"inherit")},vt={fontFamily:r.extend("--ft-typography-body2-font-family","",Kt),fontSize:r.extend("--ft-typography-body2-font-size","",$.fontSize,"14px"),fontWeight:r.extend("--ft-typography-body2-font-weight","",$.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-body2-letter-spacing","",$.letterSpacing,"0.252px"),lineHeight:r.extend("--ft-typography-body2-line-height","",$.lineHeight,"1.4"),textTransform:r.extend("--ft-typography-body2-text-transform","",$.textTransform,"inherit")},Qe={fontFamily:r.extend("--ft-typography-caption-font-family","",Kt),fontSize:r.extend("--ft-typography-caption-font-size","",$.fontSize,"12px"),fontWeight:r.extend("--ft-typography-caption-font-weight","",$.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-caption-letter-spacing","",$.letterSpacing,"0.396px"),lineHeight:r.extend("--ft-typography-caption-line-height","",$.lineHeight,"1.33"),textTransform:r.extend("--ft-typography-caption-text-transform","",$.textTransform,"inherit")},to={fontFamily:r.extend("--ft-typography-breadcrumb-font-family","",Kt),fontSize:r.extend("--ft-typography-breadcrumb-font-size","",$.fontSize,"10px"),fontWeight:r.extend("--ft-typography-breadcrumb-font-weight","",$.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-breadcrumb-letter-spacing","",$.letterSpacing,"0.33px"),lineHeight:r.extend("--ft-typography-breadcrumb-line-height","",$.lineHeight,"1.6"),textTransform:r.extend("--ft-typography-breadcrumb-text-transform","",$.textTransform,"inherit")},eo={fontFamily:r.extend("--ft-typography-overline-font-family","",Kt),fontSize:r.extend("--ft-typography-overline-font-size","",$.fontSize,"10px"),fontWeight:r.extend("--ft-typography-overline-font-weight","",$.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-overline-letter-spacing","",$.letterSpacing,"1.5px"),lineHeight:r.extend("--ft-typography-overline-line-height","",$.lineHeight,"1.6"),textTransform:r.extend("--ft-typography-overline-text-transform","",$.textTransform,"uppercase")},Tt={fontFamily:r.extend("--ft-typography-button-font-family","",Kt),fontSize:r.extend("--ft-typography-button-font-size","",$.fontSize,"14px"),fontWeight:r.extend("--ft-typography-button-font-weight","",$.fontWeight,"600"),letterSpacing:r.extend("--ft-typography-button-letter-spacing","",$.letterSpacing,"1.246px"),lineHeight:r.extend("--ft-typography-button-line-height","",$.lineHeight,"1.15"),textTransform:r.extend("--ft-typography-button-text-transform","",$.textTransform,"uppercase")},el=_`
51
+ `}var nc=r.extend("--ft-typography-font-family","",$.titleFont),qt=r.extend("--ft-typography-font-family","",$.contentFont),k={fontFamily:qt,fontSize:r.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:r.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:r.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:r.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:r.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Je={fontFamily:r.extend("--ft-typography-title-font-family","",nc),fontSize:r.extend("--ft-typography-title-font-size","",k.fontSize,"20px"),fontWeight:r.extend("--ft-typography-title-font-weight","",k.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-title-letter-spacing","",k.letterSpacing,"0.15px"),lineHeight:r.extend("--ft-typography-title-line-height","",k.lineHeight,"1.2"),textTransform:r.extend("--ft-typography-title-text-transform","",k.textTransform,"inherit")},Qe={fontFamily:r.extend("--ft-typography-title-dense-font-family","",nc),fontSize:r.extend("--ft-typography-title-dense-font-size","",k.fontSize,"14px"),fontWeight:r.extend("--ft-typography-title-dense-font-weight","",k.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-title-dense-letter-spacing","",k.letterSpacing,"0.105px"),lineHeight:r.extend("--ft-typography-title-dense-line-height","",k.lineHeight,"1.7"),textTransform:r.extend("--ft-typography-title-dense-text-transform","",k.textTransform,"inherit")},to={fontFamily:r.extend("--ft-typography-subtitle1-font-family","",qt),fontSize:r.extend("--ft-typography-subtitle1-font-size","",k.fontSize,"16px"),fontWeight:r.extend("--ft-typography-subtitle1-font-weight","",k.fontWeight,"600"),letterSpacing:r.extend("--ft-typography-subtitle1-letter-spacing","",k.letterSpacing,"0.144px"),lineHeight:r.extend("--ft-typography-subtitle1-line-height","",k.lineHeight,"1.5"),textTransform:r.extend("--ft-typography-subtitle1-text-transform","",k.textTransform,"inherit")},eo={fontFamily:r.extend("--ft-typography-subtitle2-font-family","",qt),fontSize:r.extend("--ft-typography-subtitle2-font-size","",k.fontSize,"14px"),fontWeight:r.extend("--ft-typography-subtitle2-font-weight","",k.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-subtitle2-letter-spacing","",k.letterSpacing,"0.098px"),lineHeight:r.extend("--ft-typography-subtitle2-line-height","",k.lineHeight,"1.7"),textTransform:r.extend("--ft-typography-subtitle2-text-transform","",k.textTransform,"inherit")},oo={fontFamily:r.extend("--ft-typography-body1-font-family","",qt),fontSize:r.extend("--ft-typography-body1-font-size","",k.fontSize,"16px"),fontWeight:r.extend("--ft-typography-body1-font-weight","",k.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-body1-letter-spacing","",k.letterSpacing,"0.496px"),lineHeight:r.extend("--ft-typography-body1-line-height","",k.lineHeight,"1.5"),textTransform:r.extend("--ft-typography-body1-text-transform","",k.textTransform,"inherit")},Ct={fontFamily:r.extend("--ft-typography-body2-font-family","",qt),fontSize:r.extend("--ft-typography-body2-font-size","",k.fontSize,"14px"),fontWeight:r.extend("--ft-typography-body2-font-weight","",k.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-body2-letter-spacing","",k.letterSpacing,"0.252px"),lineHeight:r.extend("--ft-typography-body2-line-height","",k.lineHeight,"1.4"),textTransform:r.extend("--ft-typography-body2-text-transform","",k.textTransform,"inherit")},ro={fontFamily:r.extend("--ft-typography-caption-font-family","",qt),fontSize:r.extend("--ft-typography-caption-font-size","",k.fontSize,"12px"),fontWeight:r.extend("--ft-typography-caption-font-weight","",k.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-caption-letter-spacing","",k.letterSpacing,"0.396px"),lineHeight:r.extend("--ft-typography-caption-line-height","",k.lineHeight,"1.33"),textTransform:r.extend("--ft-typography-caption-text-transform","",k.textTransform,"inherit")},no={fontFamily:r.extend("--ft-typography-breadcrumb-font-family","",qt),fontSize:r.extend("--ft-typography-breadcrumb-font-size","",k.fontSize,"10px"),fontWeight:r.extend("--ft-typography-breadcrumb-font-weight","",k.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-breadcrumb-letter-spacing","",k.letterSpacing,"0.33px"),lineHeight:r.extend("--ft-typography-breadcrumb-line-height","",k.lineHeight,"1.6"),textTransform:r.extend("--ft-typography-breadcrumb-text-transform","",k.textTransform,"inherit")},ao={fontFamily:r.extend("--ft-typography-overline-font-family","",qt),fontSize:r.extend("--ft-typography-overline-font-size","",k.fontSize,"10px"),fontWeight:r.extend("--ft-typography-overline-font-weight","",k.fontWeight,"normal"),letterSpacing:r.extend("--ft-typography-overline-letter-spacing","",k.letterSpacing,"1.5px"),lineHeight:r.extend("--ft-typography-overline-line-height","",k.lineHeight,"1.6"),textTransform:r.extend("--ft-typography-overline-text-transform","",k.textTransform,"uppercase")},zt={fontFamily:r.extend("--ft-typography-button-font-family","",qt),fontSize:r.extend("--ft-typography-button-font-size","",k.fontSize,"14px"),fontWeight:r.extend("--ft-typography-button-font-weight","",k.fontWeight,"600"),letterSpacing:r.extend("--ft-typography-button-letter-spacing","",k.letterSpacing,"1.246px"),lineHeight:r.extend("--ft-typography-button-line-height","",k.lineHeight,"1.15"),textTransform:r.extend("--ft-typography-button-text-transform","",k.textTransform,"uppercase")},ac=P`
52
52
  .ft-typography--title {
53
- font-family: ${Ze.fontFamily};
54
- font-size: ${Ze.fontSize};
55
- font-weight: ${Ze.fontWeight};
56
- letter-spacing: ${Ze.letterSpacing};
57
- line-height: ${Ze.lineHeight};
58
- text-transform: ${Ze.textTransform};
59
- }
60
- `,ol=_`
61
- .ft-typography--title-dense {
62
- font-family: ${qe.fontFamily};
63
- font-size: ${qe.fontSize};
64
- font-weight: ${qe.fontWeight};
65
- letter-spacing: ${qe.letterSpacing};
66
- line-height: ${qe.lineHeight};
67
- text-transform: ${qe.textTransform};
68
- }
69
- `,rl=_`
70
- .ft-typography--subtitle1 {
71
- font-family: ${Ye.fontFamily};
72
- font-size: ${Ye.fontSize};
73
- font-weight: ${Ye.fontWeight};
74
- letter-spacing: ${Ye.letterSpacing};
75
- line-height: ${Ye.lineHeight};
76
- text-transform: ${Ye.textTransform};
77
- }
78
- `,nl=_`
79
- .ft-typography--subtitle2 {
80
- font-family: ${Xe.fontFamily};
81
- font-size: ${Xe.fontSize};
82
- font-weight: ${Xe.fontWeight};
83
- letter-spacing: ${Xe.letterSpacing};
84
- line-height: ${Xe.lineHeight};
85
- text-transform: ${Xe.textTransform};
86
- }
87
-
88
- `,il=_`
89
- .ft-typography--body1 {
90
53
  font-family: ${Je.fontFamily};
91
54
  font-size: ${Je.fontSize};
92
55
  font-weight: ${Je.fontWeight};
@@ -94,17 +57,8 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
94
57
  line-height: ${Je.lineHeight};
95
58
  text-transform: ${Je.textTransform};
96
59
  }
97
- `,al=_`
98
- .ft-typography--body2 {
99
- font-family: ${vt.fontFamily};
100
- font-size: ${vt.fontSize};
101
- font-weight: ${vt.fontWeight};
102
- letter-spacing: ${vt.letterSpacing};
103
- line-height: ${vt.lineHeight};
104
- text-transform: ${vt.textTransform};
105
- }
106
- `,Er=_`
107
- .ft-typography--caption {
60
+ `,ic=P`
61
+ .ft-typography--title-dense {
108
62
  font-family: ${Qe.fontFamily};
109
63
  font-size: ${Qe.fontSize};
110
64
  font-weight: ${Qe.fontWeight};
@@ -112,8 +66,8 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
112
66
  line-height: ${Qe.lineHeight};
113
67
  text-transform: ${Qe.textTransform};
114
68
  }
115
- `,sl=_`
116
- .ft-typography--breadcrumb {
69
+ `,lc=P`
70
+ .ft-typography--subtitle1 {
117
71
  font-family: ${to.fontFamily};
118
72
  font-size: ${to.fontSize};
119
73
  font-weight: ${to.fontWeight};
@@ -121,8 +75,8 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
121
75
  line-height: ${to.lineHeight};
122
76
  text-transform: ${to.textTransform};
123
77
  }
124
- `,ll=_`
125
- .ft-typography--overline {
78
+ `,cc=P`
79
+ .ft-typography--subtitle2 {
126
80
  font-family: ${eo.fontFamily};
127
81
  font-size: ${eo.fontSize};
128
82
  font-weight: ${eo.fontWeight};
@@ -130,28 +84,74 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
130
84
  line-height: ${eo.lineHeight};
131
85
  text-transform: ${eo.textTransform};
132
86
  }
133
- `,cl=_`
87
+
88
+ `,sc=P`
89
+ .ft-typography--body1 {
90
+ font-family: ${oo.fontFamily};
91
+ font-size: ${oo.fontSize};
92
+ font-weight: ${oo.fontWeight};
93
+ letter-spacing: ${oo.letterSpacing};
94
+ line-height: ${oo.lineHeight};
95
+ text-transform: ${oo.textTransform};
96
+ }
97
+ `,dc=P`
98
+ .ft-typography--body2 {
99
+ font-family: ${Ct.fontFamily};
100
+ font-size: ${Ct.fontSize};
101
+ font-weight: ${Ct.fontWeight};
102
+ letter-spacing: ${Ct.letterSpacing};
103
+ line-height: ${Ct.lineHeight};
104
+ text-transform: ${Ct.textTransform};
105
+ }
106
+ `,Ir=P`
107
+ .ft-typography--caption {
108
+ font-family: ${ro.fontFamily};
109
+ font-size: ${ro.fontSize};
110
+ font-weight: ${ro.fontWeight};
111
+ letter-spacing: ${ro.letterSpacing};
112
+ line-height: ${ro.lineHeight};
113
+ text-transform: ${ro.textTransform};
114
+ }
115
+ `,pc=P`
116
+ .ft-typography--breadcrumb {
117
+ font-family: ${no.fontFamily};
118
+ font-size: ${no.fontSize};
119
+ font-weight: ${no.fontWeight};
120
+ letter-spacing: ${no.letterSpacing};
121
+ line-height: ${no.lineHeight};
122
+ text-transform: ${no.textTransform};
123
+ }
124
+ `,fc=P`
125
+ .ft-typography--overline {
126
+ font-family: ${ao.fontFamily};
127
+ font-size: ${ao.fontSize};
128
+ font-weight: ${ao.fontWeight};
129
+ letter-spacing: ${ao.letterSpacing};
130
+ line-height: ${ao.lineHeight};
131
+ text-transform: ${ao.textTransform};
132
+ }
133
+ `,uc=P`
134
134
  .ft-typography--button {
135
- font-family: ${Tt.fontFamily};
136
- font-size: ${Tt.fontSize};
137
- font-weight: ${Tt.fontWeight};
138
- letter-spacing: ${Tt.letterSpacing};
139
- line-height: ${Tt.lineHeight};
140
- text-transform: ${Tt.textTransform};
141
- }
142
- `,dl=_`
135
+ font-family: ${zt.fontFamily};
136
+ font-size: ${zt.fontSize};
137
+ font-weight: ${zt.fontWeight};
138
+ letter-spacing: ${zt.letterSpacing};
139
+ line-height: ${zt.lineHeight};
140
+ text-transform: ${zt.textTransform};
141
+ }
142
+ `,hc=P`
143
143
  .ft-typography {
144
144
  vertical-align: inherit;
145
145
  }
146
- `,pl=[Object.keys(Oo).map(e=>Qs(e))];var fl=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},et=class extends D{constructor(){super(...arguments),this.variant=_e.body1}render(){return this.element?Vi`
147
- <${ji(this.element)}
146
+ `,mc=[Object.keys(No).map(e=>rc(e))];var gc=function(e,t,o,n){var i=arguments.length,l=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(t,o,l):c(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},nt=class extends U{constructor(){super(...arguments),this.variant=_e.body1}render(){return this.element?Ya`
147
+ <${ja(this.element)}
148
148
  part="text"
149
149
  class="ft-typography ft-typography--${this.variant}">
150
150
  <slot></slot>
151
- </${ji(this.element)}>
152
- `:Vi`
151
+ </${ja(this.element)}>
152
+ `:Ya`
153
153
  <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
154
- `}};et.styles=[el,ol,rl,nl,il,al,Er,sl,ll,cl,dl,...pl];fl([b()],et.prototype,"element",void 0);fl([b()],et.prototype,"variant",void 0);Z("ft-typography")(et);var ul=r.extend("--ft-ripple-color","",R.colorContent),z={color:ul,backgroundColor:r.extend("--ft-ripple-background-color","",ul),opacityContentOnSurfacePressed:r.external(R.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:r.external(R.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:r.external(R.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:r.external(R.opacityContentOnSurfaceSelected,"Design system"),borderRadius:r.create("--ft-ripple-border-radius","","SIZE","0px")},hl=r.extend("--ft-ripple-color","",R.colorPrimary),ml={color:hl,backgroundColor:r.extend("--ft-ripple-background-color","",hl)},yl=r.extend("--ft-ripple-color","",R.colorSecondary),gl={color:yl,backgroundColor:r.extend("--ft-ripple-background-color","",yl)},bl=_`
154
+ `}};nt.styles=[ac,ic,lc,cc,sc,dc,Ir,pc,fc,uc,hc,...mc];gc([S()],nt.prototype,"element",void 0);gc([S()],nt.prototype,"variant",void 0);X("ft-typography")(nt);var yc=r.extend("--ft-ripple-color","",$.colorContent),H={color:yc,backgroundColor:r.extend("--ft-ripple-background-color","",yc),opacityContentOnSurfacePressed:r.external($.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:r.external($.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:r.external($.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:r.external($.opacityContentOnSurfaceSelected,"Design system"),borderRadius:r.create("--ft-ripple-border-radius","","SIZE","0px")},bc=r.extend("--ft-ripple-color","",$.colorPrimary),xc={color:bc,backgroundColor:r.extend("--ft-ripple-background-color","",bc)},vc=r.extend("--ft-ripple-color","",$.colorSecondary),Sc={color:vc,backgroundColor:r.extend("--ft-ripple-background-color","",vc)},Oc=P`
155
155
  :host {
156
156
  display: contents;
157
157
  }
@@ -164,7 +164,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
164
164
 
165
165
  .ft-ripple:not(.ft-ripple--unbounded) {
166
166
  overflow: hidden;
167
- border-radius: ${z.borderRadius};
167
+ border-radius: ${H.borderRadius};
168
168
  }
169
169
 
170
170
  .ft-ripple .ft-ripple--background,
@@ -198,27 +198,27 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
198
198
  }
199
199
 
200
200
  .ft-ripple .ft-ripple--background {
201
- background-color: ${z.backgroundColor};
201
+ background-color: ${H.backgroundColor};
202
202
  }
203
203
 
204
204
  .ft-ripple .ft-ripple--effect {
205
- background-color: ${z.color};
205
+ background-color: ${H.color};
206
206
  }
207
207
 
208
208
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
209
- background-color: ${gl.backgroundColor};
209
+ background-color: ${Sc.backgroundColor};
210
210
  }
211
211
 
212
212
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
213
- background-color: ${gl.color};
213
+ background-color: ${Sc.color};
214
214
  }
215
215
 
216
216
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
217
- background-color: ${ml.backgroundColor};
217
+ background-color: ${xc.backgroundColor};
218
218
  }
219
219
 
220
220
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
221
- background-color: ${ml.color};
221
+ background-color: ${xc.color};
222
222
  }
223
223
 
224
224
  .ft-ripple .ft-ripple--background {
@@ -248,22 +248,22 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
248
248
  }
249
249
 
250
250
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
251
- opacity: ${z.opacityContentOnSurfaceHover};
251
+ opacity: ${H.opacityContentOnSurfaceHover};
252
252
  }
253
253
 
254
254
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
255
- opacity: ${z.opacityContentOnSurfaceSelected};
255
+ opacity: ${H.opacityContentOnSurfaceSelected};
256
256
  }
257
257
 
258
258
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
259
- opacity: ${z.opacityContentOnSurfaceFocused};
259
+ opacity: ${H.opacityContentOnSurfaceFocused};
260
260
  }
261
261
 
262
262
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
263
- opacity: ${z.opacityContentOnSurfacePressed};
263
+ opacity: ${H.opacityContentOnSurfacePressed};
264
264
  transform: translate(-50%, -50%) scale(1);
265
265
  }
266
- `;var pt={color:r.extend("--ft-loader-color","",R.colorPrimary),size:r.create("--ft-loader-size","","SIZE","80px")},xl=_`
266
+ `;var ht={color:r.extend("--ft-loader-color","",$.colorPrimary),size:r.create("--ft-loader-size","","SIZE","80px")},Cc=P`
267
267
  :host {
268
268
  line-height: 0;
269
269
  }
@@ -272,8 +272,8 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
272
272
  display: inline-block;
273
273
  position: relative;
274
274
 
275
- width: ${pt.size};
276
- height: ${pt.size};
275
+ width: ${ht.size};
276
+ height: ${ht.size};
277
277
  }
278
278
 
279
279
  .ft-loader div {
@@ -282,7 +282,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
282
282
  width: 25%;
283
283
  height: 25%;
284
284
  border-radius: 50%;
285
- background: ${pt.color};
285
+ background: ${ht.color};
286
286
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
287
287
  }
288
288
 
@@ -329,10 +329,10 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
329
329
  transform: translate(0, 0);
330
330
  }
331
331
  100% {
332
- transform: translate(calc(0.35 * ${pt.size}), 0);
332
+ transform: translate(calc(0.35 * ${ht.size}), 0);
333
333
  }
334
334
  }
335
- `;var ft={size:r.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:r.extend("--ft-icon-fluid-topics-font-family","",r.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:r.extend("--ft-icon-file-format-font-family","",r.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:r.extend("--ft-icon-material-font-family","",r.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:r.create("--ft-icon-vertical-align","","UNKNOWN","unset")},vl=_`
335
+ `;var mt={size:r.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:r.extend("--ft-icon-fluid-topics-font-family","",r.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:r.extend("--ft-icon-file-format-font-family","",r.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:r.extend("--ft-icon-material-font-family","",r.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:r.create("--ft-icon-vertical-align","","UNKNOWN","unset")},wc=P`
336
336
  :host, i.ft-icon {
337
337
  display: inline-flex;
338
338
  align-items: center;
@@ -341,14 +341,14 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
341
341
  }
342
342
 
343
343
  :host {
344
- width: ${ft.size};
345
- height: ${ft.size};
344
+ width: ${mt.size};
345
+ height: ${mt.size};
346
346
  }
347
347
 
348
348
  i.ft-icon {
349
349
  width: 100%;
350
350
  height: 100%;
351
- font-size: ${ft.size};
351
+ font-size: ${mt.size};
352
352
  line-height: 1;
353
353
  font-weight: normal;
354
354
  text-transform: none;
@@ -359,28 +359,28 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
359
359
  text-rendering: auto;
360
360
  -webkit-font-smoothing: antialiased;
361
361
  -moz-osx-font-smoothing: grayscale;
362
- vertical-align: ${ft.verticalAlign};
362
+ vertical-align: ${mt.verticalAlign};
363
363
  }
364
364
 
365
365
  i.ft-icon.ft-icon--fluid-topics {
366
- font-family: ${ft.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
366
+ font-family: ${mt.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
367
367
 
368
368
  /* Ugly fix because font is broken */
369
- font-size: calc(0.75 * ${ft.size});
370
- line-height: ${ft.size};
369
+ font-size: calc(0.75 * ${mt.size});
370
+ line-height: ${mt.size};
371
371
  position: relative;
372
372
  top: -4%;
373
373
  justify-content: center;
374
374
  }
375
375
 
376
376
  .ft-icon--file-format {
377
- font-family: ${ft.fileFormatFontFamily}, ft-mime, sans-serif;
377
+ font-family: ${mt.fileFormatFontFamily}, ft-mime, sans-serif;
378
378
  }
379
379
 
380
380
  .ft-icon--material {
381
- font-family: ${ft.materialFontFamily}, "Material Icons", sans-serif;
381
+ font-family: ${mt.materialFontFamily}, "Material Icons", sans-serif;
382
382
  }
383
- `;var Sl=r.extend("--ft-button-color","",R.colorPrimary),K={backgroundColor:r.extend("--ft-button-background-color","",R.colorSurface),borderRadius:r.extend("--ft-button-border-radius","",R.borderRadiusL),color:Sl,fontSize:r.extend("--ft-button-font-size","",Tt.fontSize),iconSize:r.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:r.extend("--ft-button-ripple-color","",Sl),verticalPadding:r.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:r.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:r.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:r.external(R.colorOpacityDisabled,"Design system")},Ol=r.extend("--ft-button-primary-color","",r.extend("--ft-button-color","",R.colorOnPrimary)),Ki={backgroundColor:r.extend("--ft-button-primary-background-color","",r.extend("--ft-button-background-color","",R.colorPrimary)),color:Ol,rippleColor:r.extend("--ft-button-primary-ripple-color","",Ol)},It={borderRadius:r.extend("--ft-button-dense-border-radius","",r.extend("--ft-button-border-radius","",R.borderRadiusM)),verticalPadding:r.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:r.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:r.create("--ft-button-dense-icon-padding","","SIZE","4px")},Cl=[_`
383
+ `;var Ec=r.extend("--ft-button-color","",$.colorPrimary),Y={backgroundColor:r.extend("--ft-button-background-color","",$.colorSurface),borderRadius:r.extend("--ft-button-border-radius","",$.borderRadiusL),color:Ec,fontSize:r.extend("--ft-button-font-size","",zt.fontSize),iconSize:r.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:r.extend("--ft-button-ripple-color","",Ec),verticalPadding:r.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:r.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:r.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:r.external($.colorOpacityDisabled,"Design system")},Nc=r.extend("--ft-button-primary-color","",r.extend("--ft-button-color","",$.colorOnPrimary)),qa={backgroundColor:r.extend("--ft-button-primary-background-color","",r.extend("--ft-button-background-color","",$.colorPrimary)),color:Nc,rippleColor:r.extend("--ft-button-primary-ripple-color","",Nc)},Bt={borderRadius:r.extend("--ft-button-dense-border-radius","",r.extend("--ft-button-border-radius","",$.borderRadiusM)),verticalPadding:r.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:r.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:r.create("--ft-button-dense-icon-padding","","SIZE","4px")},Rc=[P`
384
384
  :host {
385
385
  display: inline-block;
386
386
  max-width: 100%;
@@ -391,7 +391,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
391
391
  box-shadow: 0px 0px 0px transparent;
392
392
  border: 0px solid transparent;
393
393
  text-shadow: 0px 0px 0px transparent;
394
- font-size: ${K.fontSize};
394
+ font-size: ${Y.fontSize};
395
395
  }
396
396
 
397
397
  button:hover {
@@ -420,31 +420,31 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
420
420
  border: none;
421
421
  pointer-events: auto;
422
422
 
423
- --ft-button-internal-line-height: max(calc(${K.fontSize} + 2px), ${K.iconSize});
424
- --ft-button-internal-color: ${K.color};
425
- ${L(ft.size,K.iconSize)};
426
- ${L(z.color,K.rippleColor)};
423
+ --ft-button-internal-line-height: max(calc(${Y.fontSize} + 2px), ${Y.iconSize});
424
+ --ft-button-internal-color: ${Y.color};
425
+ ${W(mt.size,Y.iconSize)};
426
+ ${W(H.color,Y.rippleColor)};
427
427
 
428
- border-radius: ${K.borderRadius};
429
- padding: ${K.verticalPadding} ${K.horizontalPadding};
430
- background-color: ${K.backgroundColor};
428
+ border-radius: ${Y.borderRadius};
429
+ padding: ${Y.verticalPadding} ${Y.horizontalPadding};
430
+ background-color: ${Y.backgroundColor};
431
431
  color: var(--ft-button-internal-color);
432
432
  -webkit-mask-image: radial-gradient(white, black);
433
433
  }
434
434
 
435
435
  .ft-button.ft-button--outlined {
436
436
  border: 1px solid var(--ft-button-internal-color);
437
- padding: calc(${K.verticalPadding} - 1px) calc(${K.horizontalPadding} - 1px);
437
+ padding: calc(${Y.verticalPadding} - 1px) calc(${Y.horizontalPadding} - 1px);
438
438
  }
439
439
 
440
440
  .ft-button.ft-button--dense {
441
- padding: ${It.verticalPadding} ${It.horizontalPadding};
442
- border-radius: ${It.borderRadius};
443
- gap: ${It.iconPadding};
441
+ padding: ${Bt.verticalPadding} ${Bt.horizontalPadding};
442
+ border-radius: ${Bt.borderRadius};
443
+ gap: ${Bt.iconPadding};
444
444
  }
445
445
 
446
446
  .ft-button.ft-button--dense.ft-button--outlined {
447
- padding: calc(${It.verticalPadding} - 1px) calc(${It.horizontalPadding} - 1px);
447
+ padding: calc(${Bt.verticalPadding} - 1px) calc(${Bt.horizontalPadding} - 1px);
448
448
  }
449
449
 
450
450
  .ft-button:not([disabled]):hover {
@@ -452,22 +452,22 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
452
452
  }
453
453
 
454
454
  .ft-button--round {
455
- border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${K.verticalPadding});
455
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Y.verticalPadding});
456
456
  }
457
457
 
458
458
  .ft-button--round.ft-button--dense {
459
- border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${It.verticalPadding});
459
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Bt.verticalPadding});
460
460
  }
461
461
 
462
462
  .ft-button[disabled] {
463
463
  filter: grayscale(1);
464
- opacity: ${K.opacityDisabled};
464
+ opacity: ${Y.opacityDisabled};
465
465
  }
466
466
 
467
467
  .ft-button.ft-button--primary {
468
- background-color: ${Ki.backgroundColor};
469
- --ft-button-internal-color: ${Ki.color};
470
- ${L(z.color,Ki.rippleColor)};
468
+ background-color: ${qa.backgroundColor};
469
+ --ft-button-internal-color: ${qa.color};
470
+ ${W(H.color,qa.rippleColor)};
471
471
  }
472
472
 
473
473
  .ft-button:focus {
@@ -480,13 +480,13 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
480
480
  white-space: nowrap;
481
481
  text-overflow: ellipsis;
482
482
  display: block;
483
- margin: 0 ${K.iconPadding};
484
- ${L(Tt.fontSize,"1em")};
485
- ${L(Tt.lineHeight,"var(--ft-button-internal-line-height)")};
483
+ margin: 0 ${Y.iconPadding};
484
+ ${W(zt.fontSize,"1em")};
485
+ ${W(zt.lineHeight,"var(--ft-button-internal-line-height)")};
486
486
  }
487
487
 
488
488
  .ft-button--dense .ft-button--label {
489
- margin: 0 ${It.iconPadding};
489
+ margin: 0 ${Bt.iconPadding};
490
490
  }
491
491
 
492
492
  .ft-button--label[hidden] {
@@ -499,13 +499,13 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
499
499
  }
500
500
 
501
501
  .ft-button--label[hidden] + [part="icon"] {
502
- margin: 0 calc(${K.horizontalPadding} * -1);
503
- padding: 0 ${K.verticalPadding};
502
+ margin: 0 calc(${Y.horizontalPadding} * -1);
503
+ padding: 0 ${Y.verticalPadding};
504
504
  }
505
505
 
506
506
  .ft-button--dense .ft-button--label[hidden] + [part="icon"] {
507
- margin: 0 calc(${It.horizontalPadding} * -1);
508
- padding: 0 ${It.verticalPadding};
507
+ margin: 0 calc(${Bt.horizontalPadding} * -1);
508
+ padding: 0 ${Bt.verticalPadding};
509
509
  }
510
510
 
511
511
  .ft-button:not(.ft-button--trailing-icon) [part="label"]{
@@ -513,21 +513,21 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
513
513
  }
514
514
 
515
515
  ft-loader {
516
- ${L(pt.size,K.iconSize)};
517
- ${L(pt.color,"var(--ft-button-internal-color)")};
516
+ ${W(ht.size,Y.iconSize)};
517
+ ${W(ht.color,"var(--ft-button-internal-color)")};
518
518
  }
519
- `,_o];var ut=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},H=class extends D{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new rt(1e3),this.onTransitionStart=t=>{t.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=t=>{t.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new rt(10),this.moveRipple=t=>{var o,n;let{x:i,y:a}=this.getCoordinates(t),s=(n=(o=this.ripple)===null||o===void 0?void 0:o.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-s.x:s.width/2),this.originY=Math.round(a!=null?a-s.y:s.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(t?.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return k`
519
+ `,_o];var gt=function(e,t,o,n){var i=arguments.length,l=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(t,o,l):c(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},K=class extends U{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new it(1e3),this.onTransitionStart=t=>{t.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=t=>{t.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new it(10),this.moveRipple=t=>{var o,n;let{x:i,y:l}=this.getCoordinates(t),c=(n=(o=this.ripple)===null||o===void 0?void 0:o.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-c.x:c.width/2),this.originY=Math.round(l!=null?l-c.y:c.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(t?.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return T`
520
520
  <style>
521
521
  .ft-ripple .ft-ripple--effect {
522
522
  left: ${this.originX}px;
523
523
  top: ${this.originY}px;
524
524
  }
525
525
  </style>
526
- <div class="${Nt(t)}">
526
+ <div class="${It(t)}">
527
527
  <div class="ft-ripple--background"></div>
528
528
  <div class="ft-ripple--effect"></div>
529
529
  </div>
530
- `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,n;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(o=this.target)===null||o===void 0||o.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var t,o;let n=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;n&&this.setupFor((o=this.target)!==null&&o!==void 0?o:n)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");let o=(...l)=>c=>{l.forEach(p=>window.addEventListener(p,this.endPress,{once:!0})),this.startPress(c)},n=o("mouseup","contextmenu"),i=o("touchend","touchcancel"),a=l=>{["Enter"," "].includes(l.key)&&o("keyup")(l)},s={passive:!0};t.addEventListener("mouseover",this.startHover,s),t.addEventListener("mousemove",this.moveRipple,s),t.addEventListener("mouseleave",this.endHover,s),t.addEventListener("mousedown",n,s),t.addEventListener("touchstart",i,s),t.addEventListener("touchmove",this.moveRipple,s),t.addEventListener("keydown",a,s),t.addEventListener("focus",this.startFocus,s),t.addEventListener("blur",this.endFocus,s),t.addEventListener("focusin",this.startFocus,s),t.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,s),t.removeEventListener("mousemove",this.moveRipple,s),t.removeEventListener("mouseleave",this.endHover,s),t.removeEventListener("mousedown",n,s),t.removeEventListener("touchstart",i,s),t.removeEventListener("touchmove",this.moveRipple,s),t.removeEventListener("keydown",a,s),t.removeEventListener("focus",this.startFocus,s),t.removeEventListener("blur",this.endFocus,s),t.removeEventListener("focusin",this.startFocus,s),t.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let o=t,n=t,i,a;return o.x!=null?{x:i,y:a}=o:n.touches!=null&&(i=n.touches[0].clientX,a=n.touches[0].clientY),{x:i,y:a}}isFocusVisible(t){return t instanceof HTMLElement?t.matches(":focus-visible"):!0}isIgnored(t){if(this.disabled)return!0;if(t!=null)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};H.elementDefinitions={};H.styles=bl;ut([b({type:Boolean})],H.prototype,"primary",void 0);ut([b({type:Boolean})],H.prototype,"secondary",void 0);ut([b({type:Boolean})],H.prototype,"unbounded",void 0);ut([b({type:Boolean})],H.prototype,"activated",void 0);ut([b({type:Boolean})],H.prototype,"selected",void 0);ut([b({type:Boolean})],H.prototype,"disabled",void 0);ut([W()],H.prototype,"hovered",void 0);ut([W()],H.prototype,"focused",void 0);ut([W()],H.prototype,"pressed",void 0);ut([W()],H.prototype,"rippling",void 0);ut([W()],H.prototype,"originX",void 0);ut([W()],H.prototype,"originY",void 0);ut([M(".ft-ripple")],H.prototype,"ripple",void 0);ut([M(".ft-ripple--effect")],H.prototype,"rippleEffect",void 0);Z("ft-ripple")(H);var oo={distance:r.create("--ft-tooltip-distance","","SIZE","4px"),color:r.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:r.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:r.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:r.external(R.borderRadiusS,"Design system"),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},wl=_`
530
+ `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,n;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(o=this.target)===null||o===void 0||o.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var t,o;let n=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;n&&this.setupFor((o=this.target)!==null&&o!==void 0?o:n)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");let o=(...s)=>d=>{s.forEach(u=>window.addEventListener(u,this.endPress,{once:!0})),this.startPress(d)},n=o("mouseup","contextmenu"),i=o("touchend","touchcancel"),l=s=>{["Enter"," "].includes(s.key)&&o("keyup")(s)},c={passive:!0};t.addEventListener("mouseover",this.startHover,c),t.addEventListener("mousemove",this.moveRipple,c),t.addEventListener("mouseleave",this.endHover,c),t.addEventListener("mousedown",n,c),t.addEventListener("touchstart",i,c),t.addEventListener("touchmove",this.moveRipple,c),t.addEventListener("keydown",l,c),t.addEventListener("focus",this.startFocus,c),t.addEventListener("blur",this.endFocus,c),t.addEventListener("focusin",this.startFocus,c),t.addEventListener("focusout",this.endFocus,c),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,c),t.removeEventListener("mousemove",this.moveRipple,c),t.removeEventListener("mouseleave",this.endHover,c),t.removeEventListener("mousedown",n,c),t.removeEventListener("touchstart",i,c),t.removeEventListener("touchmove",this.moveRipple,c),t.removeEventListener("keydown",l,c),t.removeEventListener("focus",this.startFocus,c),t.removeEventListener("blur",this.endFocus,c),t.removeEventListener("focusin",this.startFocus,c),t.removeEventListener("focusout",this.endFocus,c),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let o=t,n=t,i,l;return o.x!=null?{x:i,y:l}=o:n.touches!=null&&(i=n.touches[0].clientX,l=n.touches[0].clientY),{x:i,y:l}}isFocusVisible(t){return t instanceof HTMLElement?t.matches(":focus-visible"):!0}isIgnored(t){if(this.disabled)return!0;if(t!=null)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};K.elementDefinitions={};K.styles=Oc;gt([S({type:Boolean})],K.prototype,"primary",void 0);gt([S({type:Boolean})],K.prototype,"secondary",void 0);gt([S({type:Boolean})],K.prototype,"unbounded",void 0);gt([S({type:Boolean})],K.prototype,"activated",void 0);gt([S({type:Boolean})],K.prototype,"selected",void 0);gt([S({type:Boolean})],K.prototype,"disabled",void 0);gt([F()],K.prototype,"hovered",void 0);gt([F()],K.prototype,"focused",void 0);gt([F()],K.prototype,"pressed",void 0);gt([F()],K.prototype,"rippling",void 0);gt([F()],K.prototype,"originX",void 0);gt([F()],K.prototype,"originY",void 0);gt([D(".ft-ripple")],K.prototype,"ripple",void 0);gt([D(".ft-ripple--effect")],K.prototype,"rippleEffect",void 0);X("ft-ripple")(K);var io={distance:r.create("--ft-tooltip-distance","","SIZE","4px"),color:r.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:r.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:r.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:r.external($.borderRadiusS,"Design system"),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},Ac=P`
531
531
  .ft-tooltip--container {
532
532
  display: block;
533
533
  }
@@ -542,21 +542,21 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
542
542
  box-sizing: border-box;
543
543
  overflow: hidden;
544
544
  width: max-content;
545
- max-width: ${oo.maxWidth};
545
+ max-width: ${io.maxWidth};
546
546
  text-align: center;
547
- padding: ${oo.distance};
548
- z-index: ${oo.zIndex};
547
+ padding: ${io.distance};
548
+ z-index: ${io.zIndex};
549
549
  }
550
550
 
551
551
  .ft-tooltip--content {
552
552
  padding: 4px 8px;
553
- border-radius: ${oo.borderRadiusS};
554
- background-color: ${oo.backgroundColor};
555
- color: ${oo.color};
553
+ border-radius: ${io.borderRadiusS};
554
+ background-color: ${io.backgroundColor};
555
+ color: ${io.color};
556
556
  position: relative;
557
557
  word-break: break-word;
558
558
  }
559
- `;var ht=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},X=class extends D{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new rt,this.revealDebouncer=new rt}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return k`
559
+ `;var yt=function(e,t,o,n){var i=arguments.length,l=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(t,o,l):c(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},tt=class extends U{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new it,this.revealDebouncer=new it}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return T`
560
560
  <div part="container"
561
561
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
562
562
  @mouseenter=${this.onHover}
@@ -574,21 +574,21 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
574
574
  </div>
575
575
  </div>
576
576
  </div>
577
- `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some(o=>t.has(o))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,t!=null&&await this.hideDebounce.run(()=>{this.hide()},t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return((t=this.slotNodes)!==null&&t!==void 0?t:[]).filter(o=>o.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",ti(this.slottedElement,this.tooltip,this.position).then(({x:t,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${o}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout(()=>window.addEventListener("touchstart",t=>{t.composedPath().includes(this.container)||this.onOut()},{once:!0}),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}};X.elementDefinitions={"ft-typography":et};X.styles=wl;ht([b()],X.prototype,"text",void 0);ht([b({type:Boolean})],X.prototype,"manual",void 0);ht([b({type:Boolean})],X.prototype,"inline",void 0);ht([b({type:Number})],X.prototype,"delay",void 0);ht([b()],X.prototype,"position",void 0);ht([Gr()],X.prototype,"slotNodes",void 0);ht([M(".ft-tooltip--container")],X.prototype,"container",void 0);ht([M(".ft-tooltip")],X.prototype,"tooltip",void 0);ht([M(".ft-tooltip--content")],X.prototype,"tooltipContent",void 0);ht([W()],X.prototype,"visible",void 0);ht([Ie({passive:!0})],X.prototype,"onTouch",null);ht([Ie({passive:!0})],X.prototype,"onHover",null);ht([Ie({passive:!0})],X.prototype,"onOut",null);ht([Ie({passive:!0})],X.prototype,"onClick",null);Z("ft-tooltip")(X);var Nr;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;"})(Nr||(Nr={}));var C;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(C||(C={}));var px=new Map([...["abw"].map(e=>[e,C.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,C.AUDIO]),...["avi"].map(e=>[e,C.AVI]),...["chm","xhs"].map(e=>[e,C.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,C.CODE]),...["csv"].map(e=>[e,C.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,C.DITA]),...["epub"].map(e=>[e,C.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,C.EXCEL]),...["flac"].map(e=>[e,C.FLAC]),...["gif"].map(e=>[e,C.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,C.GZIP]),...["html","htm","xhtml"].map(e=>[e,C.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,C.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,C.JPEG]),...["json"].map(e=>[e,C.JSON]),...["m4a","m4p"].map(e=>[e,C.M4A]),...["mov","qt"].map(e=>[e,C.MOV]),...["mp3"].map(e=>[e,C.MP3]),...["mp4","m4v"].map(e=>[e,C.MP4]),...["ogg","oga"].map(e=>[e,C.OGG]),...["pdf","ps"].map(e=>[e,C.PDF]),...["png"].map(e=>[e,C.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,C.POWERPOINT]),...["rar"].map(e=>[e,C.RAR]),...["stp"].map(e=>[e,C.STP]),...["txt","rtf","md","mdown"].map(e=>[e,C.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,C.VIDEO]),...["wav"].map(e=>[e,C.WAV]),...["wma"].map(e=>[e,C.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,C.WORD]),...["xml","xsl","rdf"].map(e=>[e,C.XML]),...["yaml","yml","x-yaml"].map(e=>[e,C.YAML]),...["zip"].map(e=>[e,C.ZIP])]);var fx={[C.ABW]:"#91ABC6",[C.AUDIO]:"#1795E3",[C.AVI]:"#E63324",[C.CHM]:"#71C3EB",[C.CODE]:"#71C3EB",[C.CSV]:"#1F7345",[C.DITA]:"#71C3EB",[C.EPUB]:"#85B926",[C.EXCEL]:"#1F7345",[C.FLAC]:"#1795E3",[C.GIF]:"#59B031",[C.GZIP]:"#F8AB36",[C.HTML]:"#71C3EB",[C.IMAGE]:"#59B031",[C.JPEG]:"#59B031",[C.JSON]:"#71C3EB",[C.M4A]:"#1795E3",[C.MOV]:"#E63324",[C.MP3]:"#1795E3",[C.MP4]:"#E63324",[C.OGG]:"#1795E3",[C.PDF]:"#E44948",[C.PNG]:"#59B031",[C.POWERPOINT]:"#B54A2B",[C.RAR]:"#F8AB36",[C.STP]:"#3764B1",[C.TEXT]:"#3162AB",[C.UNKNOWN]:"#999999",[C.VIDEO]:"#E63324",[C.WAV]:"#1795E3",[C.WMA]:"#1795E3",[C.WORD]:"#3162AB",[C.XML]:"#71C3EB",[C.YAML]:"#71C3EB",[C.ZIP]:"#F8AB36"};var se;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(se||(se={}));var Ar=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},mt=class extends D{constructor(){super(...arguments),this.resolvedIcon=V}render(){let t=this.variant&&Object.values(se).includes(this.variant)?this.variant:se.fluid_topics,o=t!==se.material||!!this.value;return k`
577
+ `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some(o=>t.has(o))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,t!=null&&await this.hideDebounce.run(()=>{this.hide()},t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return((t=this.slotNodes)!==null&&t!==void 0?t:[]).filter(o=>o.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",na(this.slottedElement,this.tooltip,this.position).then(({x:t,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${o}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout(()=>window.addEventListener("touchstart",t=>{t.composedPath().includes(this.container)||this.onOut()},{once:!0}),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}};tt.elementDefinitions={"ft-typography":nt};tt.styles=Ac;yt([S()],tt.prototype,"text",void 0);yt([S({type:Boolean})],tt.prototype,"manual",void 0);yt([S({type:Boolean})],tt.prototype,"inline",void 0);yt([S({type:Number})],tt.prototype,"delay",void 0);yt([S()],tt.prototype,"position",void 0);yt([Xr()],tt.prototype,"slotNodes",void 0);yt([D(".ft-tooltip--container")],tt.prototype,"container",void 0);yt([D(".ft-tooltip")],tt.prototype,"tooltip",void 0);yt([D(".ft-tooltip--content")],tt.prototype,"tooltipContent",void 0);yt([F()],tt.prototype,"visible",void 0);yt([Ue({passive:!0})],tt.prototype,"onTouch",null);yt([Ue({passive:!0})],tt.prototype,"onHover",null);yt([Ue({passive:!0})],tt.prototype,"onOut",null);yt([Ue({passive:!0})],tt.prototype,"onClick",null);X("ft-tooltip")(tt);var Pr;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;"})(Pr||(Pr={}));var N;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(N||(N={}));var b0=new Map([...["abw"].map(e=>[e,N.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,N.AUDIO]),...["avi"].map(e=>[e,N.AVI]),...["chm","xhs"].map(e=>[e,N.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,N.CODE]),...["csv"].map(e=>[e,N.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,N.DITA]),...["epub"].map(e=>[e,N.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,N.EXCEL]),...["flac"].map(e=>[e,N.FLAC]),...["gif"].map(e=>[e,N.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,N.GZIP]),...["html","htm","xhtml"].map(e=>[e,N.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,N.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,N.JPEG]),...["json"].map(e=>[e,N.JSON]),...["m4a","m4p"].map(e=>[e,N.M4A]),...["mov","qt"].map(e=>[e,N.MOV]),...["mp3"].map(e=>[e,N.MP3]),...["mp4","m4v"].map(e=>[e,N.MP4]),...["ogg","oga"].map(e=>[e,N.OGG]),...["pdf","ps"].map(e=>[e,N.PDF]),...["png"].map(e=>[e,N.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,N.POWERPOINT]),...["rar"].map(e=>[e,N.RAR]),...["stp"].map(e=>[e,N.STP]),...["txt","rtf","md","mdown"].map(e=>[e,N.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,N.VIDEO]),...["wav"].map(e=>[e,N.WAV]),...["wma"].map(e=>[e,N.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,N.WORD]),...["xml","xsl","rdf"].map(e=>[e,N.XML]),...["yaml","yml","x-yaml"].map(e=>[e,N.YAML]),...["zip"].map(e=>[e,N.ZIP])]);var x0={[N.ABW]:"#91ABC6",[N.AUDIO]:"#1795E3",[N.AVI]:"#E63324",[N.CHM]:"#71C3EB",[N.CODE]:"#71C3EB",[N.CSV]:"#1F7345",[N.DITA]:"#71C3EB",[N.EPUB]:"#85B926",[N.EXCEL]:"#1F7345",[N.FLAC]:"#1795E3",[N.GIF]:"#59B031",[N.GZIP]:"#F8AB36",[N.HTML]:"#71C3EB",[N.IMAGE]:"#59B031",[N.JPEG]:"#59B031",[N.JSON]:"#71C3EB",[N.M4A]:"#1795E3",[N.MOV]:"#E63324",[N.MP3]:"#1795E3",[N.MP4]:"#E63324",[N.OGG]:"#1795E3",[N.PDF]:"#E44948",[N.PNG]:"#59B031",[N.POWERPOINT]:"#B54A2B",[N.RAR]:"#F8AB36",[N.STP]:"#3764B1",[N.TEXT]:"#3162AB",[N.UNKNOWN]:"#999999",[N.VIDEO]:"#E63324",[N.WAV]:"#1795E3",[N.WMA]:"#1795E3",[N.WORD]:"#3162AB",[N.XML]:"#71C3EB",[N.YAML]:"#71C3EB",[N.ZIP]:"#F8AB36"};var pe;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(pe||(pe={}));var Lr=function(e,t,o,n){var i=arguments.length,l=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(t,o,l):c(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},bt=class extends U{constructor(){super(...arguments),this.resolvedIcon=j}render(){let t=this.variant&&Object.values(pe).includes(this.variant)?this.variant:pe.fluid_topics,o=t!==pe.material||!!this.value;return T`
578
578
  <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
579
- ${Qr(this.resolvedIcon)}
579
+ ${rn(this.resolvedIcon)}
580
580
  <slot ?hidden=${o}></slot>
581
581
  </i>
582
- `}get textContent(){var t,o;return(o=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&o!==void 0?o:""}update(t){super.update(t),["value","variant"].some(o=>t.has(o))&&this.resolveIcon()}resolveIcon(){var t,o;let n=this.value||this.textContent;switch(this.variant){case se.file_format:this.resolvedIcon=(t=C[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case se.material:this.resolvedIcon=this.value||V;break;default:this.resolvedIcon=(o=Nr[n.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};mt.elementDefinitions={};mt.styles=vl;Ar([b()],mt.prototype,"variant",void 0);Ar([b()],mt.prototype,"value",void 0);Ar([W()],mt.prototype,"resolvedIcon",void 0);Ar([M("slot")],mt.prototype,"slottedContent",void 0);Z("ft-icon")(mt);var Pe=class extends D{render(){return k`
582
+ `}get textContent(){var t,o;return(o=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&o!==void 0?o:""}update(t){super.update(t),["value","variant"].some(o=>t.has(o))&&this.resolveIcon()}resolveIcon(){var t,o;let n=this.value||this.textContent;switch(this.variant){case pe.file_format:this.resolvedIcon=(t=N[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case pe.material:this.resolvedIcon=this.value||j;break;default:this.resolvedIcon=(o=Pr[n.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};bt.elementDefinitions={};bt.styles=wc;Lr([S()],bt.prototype,"variant",void 0);Lr([S()],bt.prototype,"value",void 0);Lr([F()],bt.prototype,"resolvedIcon",void 0);Lr([D("slot")],bt.prototype,"slottedContent",void 0);X("ft-icon")(bt);var We=class extends U{render(){return T`
583
583
  <div class="ft-loader">
584
584
  <div></div>
585
585
  <div></div>
586
586
  <div></div>
587
587
  <div></div>
588
588
  </div>
589
- `}};Pe.styles=xl;Z("ft-loader")(Pe);var St=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},tt=class extends Bi(D,"button"){constructor(){super(),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",t=>{var o;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):this.type=="submit"&&((o=this.form)===null||o===void 0||o.requestSubmit())})}render(){return this.addTooltipIfNeeded(k`
589
+ `}};We.styles=Cc;X("ft-loader")(We);var wt=function(e,t,o,n){var i=arguments.length,l=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(t,o,l):c(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},rt=class extends Fa(U,"button"){constructor(){super(),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",t=>{var o;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):this.type=="submit"&&((o=this.form)===null||o===void 0||o.requestSubmit())})}render(){return this.addTooltipIfNeeded(T`
590
590
  <button part="button"
591
- class="${Nt(this.buttonClasses)}"
591
+ class="${It(this.buttonClasses)}"
592
592
  aria-label="${this.getLabel()}"
593
593
  ?disabled=${this.isDisabled()}>
594
594
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
@@ -601,18 +601,19 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
601
601
  </ft-typography>
602
602
  ${this.resolveIcon()}
603
603
  </button>
604
- `)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?k`
604
+ `)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?T`
605
605
  <ft-tooltip part="tooltip"
606
606
  text="${this.getLabel()}"
607
607
  position="${this.tooltipPosition}">
608
608
  ${t}
609
609
  </ft-tooltip>
610
- `:t}resolveIcon(){return this.loading?k`
611
- <ft-loader part="loader icon"></ft-loader> `:this.icon?k`
610
+ `:t}resolveIcon(){return this.loading?T`
611
+ <ft-loader part="loader icon"></ft-loader> `:this.icon?T`
612
612
  <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
613
- `:k`
613
+ `:T`
614
614
  <slot part="icon" name="icon"></slot>
615
- `}focus(){var t;(t=this.button)===null||t===void 0||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map(o=>this.unslotText(o)).join(""):t?.textContent||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};tt.elementDefinitions={"ft-ripple":H,"ft-tooltip":X,"ft-typography":et,"ft-icon":mt,"ft-loader":Pe};St([b({type:String,reflect:!0})],tt.prototype,"role",void 0);St([b()],tt.prototype,"type",void 0);St([b({type:Boolean})],tt.prototype,"disabled",void 0);St([b()],tt.prototype,"label",void 0);St([b()],tt.prototype,"icon",void 0);St([b()],tt.prototype,"iconVariant",void 0);St([b({type:Boolean})],tt.prototype,"trailingIcon",void 0);St([b({type:Boolean})],tt.prototype,"loading",void 0);St([b()],tt.prototype,"tooltipPosition",void 0);St([b({type:Boolean})],tt.prototype,"hideTooltip",void 0);St([b({type:Boolean})],tt.prototype,"forceTooltip",void 0);St([M(".ft-button")],tt.prototype,"button",void 0);St([M(".ft-button--label slot")],tt.prototype,"slottedContent",void 0);var Rr=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},st=class extends tt{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}};st.styles=[Po,Cl];Rr([b({type:Boolean})],st.prototype,"primary",void 0);Rr([b({type:Boolean})],st.prototype,"outlined",void 0);Rr([b({type:Boolean})],st.prototype,"dense",void 0);Rr([b({type:Boolean})],st.prototype,"round",void 0);var El=[_`
615
+ `}focus(){var t;(t=this.button)===null||t===void 0||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map(o=>this.unslotText(o)).join(""):t?.textContent||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};rt.elementDefinitions={"ft-ripple":K,"ft-tooltip":tt,"ft-typography":nt,"ft-icon":bt,"ft-loader":We};wt([S({type:String,reflect:!0})],rt.prototype,"role",void 0);wt([S()],rt.prototype,"type",void 0);wt([S({type:Boolean})],rt.prototype,"disabled",void 0);wt([S()],rt.prototype,"label",void 0);wt([S()],rt.prototype,"icon",void 0);wt([S()],rt.prototype,"iconVariant",void 0);wt([S({type:Boolean})],rt.prototype,"trailingIcon",void 0);wt([S({type:Boolean})],rt.prototype,"loading",void 0);wt([S()],rt.prototype,"tooltipPosition",void 0);wt([S({type:Boolean})],rt.prototype,"hideTooltip",void 0);wt([S({type:Boolean})],rt.prototype,"forceTooltip",void 0);wt([D(".ft-button")],rt.prototype,"button",void 0);wt([D(".ft-button--label slot")],rt.prototype,"slottedContent",void 0);var $r=function(e,t,o,n){var i=arguments.length,l=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(t,o,l):c(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},dt=class extends rt{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}};dt.styles=[Wo,Rc];$r([S({type:Boolean})],dt.prototype,"primary",void 0);$r([S({type:Boolean})],dt.prototype,"outlined",void 0);$r([S({type:Boolean})],dt.prototype,"dense",void 0);$r([S({type:Boolean})],dt.prototype,"round",void 0);var fe=e=>typeof e=="string"?Ft(e):e,a=class{static create(t,o,n,i){let l=s=>fe(s??i),c=P`var(${fe(t)}, ${l(i)})`;return c.name=t,c.description=o,c.category=n,c.defaultValue=i,c.defaultCssValue=l,c.get=s=>P`var(${fe(t)}, ${l(s)})`,c.breadcrumb=()=>[],c.lastResortDefaultValue=()=>i,c}static extend(t,o,n,i){let l=s=>n.get(s??i),c=P`var(${fe(t)}, ${l(i)})`;return c.name=t,c.description=o,c.category=n.category,c.fallbackVariable=n,c.defaultValue=i,c.defaultCssValue=l,c.get=s=>P`var(${fe(t)}, ${l(s)})`,c.breadcrumb=()=>[n.name,...n.breadcrumb()],c.lastResortDefaultValue=()=>i??n.lastResortDefaultValue(),c}static external(t,o){let n=l=>t.fallbackVariable?t.fallbackVariable.get(l??t.defaultValue):fe(l??t.lastResortDefaultValue()),i=P`var(${fe(t.name)}, ${n(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=o,i.defaultCssValue=n,i.get=l=>P`var(${fe(t.name)}, ${n(l)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}};var p={colorWhite:a.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:a.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:a.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:a.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:a.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:a.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:a.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:a.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:a.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:a.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:a.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:a.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:a.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:a.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:a.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:a.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:a.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:a.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:a.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:a.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:a.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:a.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:a.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:a.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:a.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:a.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:a.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:a.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:a.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:a.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:a.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:a.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:a.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:a.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:a.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:a.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:a.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:a.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:a.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:a.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:a.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:a.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:a.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:a.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:a.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:a.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:a.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:a.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:a.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:a.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:a.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:a.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:a.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:a.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:a.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:a.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:a.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:a.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:a.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:a.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:a.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:a.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:a.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:a.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:a.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:a.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:a.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:a.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:a.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:a.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:a.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:a.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:a.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:a.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:a.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:a.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:a.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:a.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:a.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:a.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:a.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:a.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:a.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:a.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:a.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:a.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:a.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:a.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:a.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:a.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:a.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:a.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:a.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:a.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:a.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:a.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:a.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:a.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:a.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:a.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:a.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:a.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:a.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:a.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:a.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:a.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:a.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:a.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:a.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:a.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:a.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:a.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:a.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:a.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:a.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:a.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:a.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:a.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:a.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:a.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:a.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:a.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:a.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:a.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:a.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:a.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:a.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:a.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:a.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:a.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:a.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:a.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:a.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:a.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:a.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:a.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:a.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:a.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:a.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:a.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:a.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:a.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:a.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:a.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:a.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:a.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:a.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:a.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:a.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:a.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:a.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:a.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:a.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:a.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:a.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:a.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:a.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:a.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:a.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:a.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:a.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:a.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:a.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:a.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:a.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:a.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:a.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:a.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:a.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:a.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:a.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:a.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:a.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:a.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:a.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:a.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:a.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:a.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:a.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:a.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:a.create("--ft-opacity-0","","NUMBER","0"),opacity8:a.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:a.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:a.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:a.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:a.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:a.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:a.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:a.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:a.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:a.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:a.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:a.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:a.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:a.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},px={fontFamily:a.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:a.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:a.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:a.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-display-textCase","","UNKNOWN","none")},fx={fontFamily:a.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:a.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:a.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:a.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},ux={fontFamily:a.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:a.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:a.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:a.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},hx={fontFamily:a.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:a.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:a.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:a.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},mx={fontFamily:a.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:a.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:a.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:a.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:a.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},gx={fontFamily:a.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:a.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:a.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:a.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},yx={fontFamily:a.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:a.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:a.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:a.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},bx={fontFamily:a.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:a.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:a.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:a.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:a.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},xx={fontFamily:a.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:a.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:a.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:a.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},vx={fontFamily:a.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:a.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:a.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:a.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:a.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:a.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Sx={fontFamily:a.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:a.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:a.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:a.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:a.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Ox={fontFamily:a.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:a.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:a.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:a.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Cx={fontFamily:a.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:a.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:a.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:a.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},wx={fontFamily:a.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:a.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:a.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:a.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:a.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Ex={fontFamily:a.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:a.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:a.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:a.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Nx={fontFamily:a.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:a.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:a.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:a.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Rx={fontFamily:a.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:a.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:a.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:a.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:a.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:a.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Ax={fontFamily:a.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:a.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Ix={fontFamily:a.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:a.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Px={fontFamily:a.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:a.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:a.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Lx={fontFamily:a.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:a.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},$x={fontFamily:a.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:a.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},kx={fontFamily:a.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:a.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:a.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},_x={fontFamily:a.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:a.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:a.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Wx={fontFamily:a.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:a.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:a.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Tx={fontFamily:a.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:a.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:a.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:a.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:a.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:a.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:a.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:a.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:a.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")};var m={backgroundActionPrimary:a.extend("--ft-background-action-primary","Used as backgorund of primary action components.",p.colorBrand0),backgroundErrorSubtle:a.extend("--ft-background-error-subtle","Used as background of subtle error components.",p.colorRed10),backgroundInfoSubtle:a.extend("--ft-background-info-subtle","Used as background of subtle information components.",p.colorCyan10),backgroundWarningSubtle:a.extend("--ft-background-warning-subtle","Used as background of subtle information components.",p.colorOrange10),backgroundSuccessSubtle:a.extend("--ft-background-success-subtle","Used as background of subtle success components.",p.colorGreen10),backgroundGlobalSurface:a.extend("--ft-background-global-surface","Used as app background.",p.colorWhite),backgroundGlobalOnSurface:a.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",p.colorGray10),backgroundGlobalOnSurfaceDark:a.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",p.colorGray30),contentActionPrimary:a.extend("--ft-content-action-primary","Used on label of primary action on light surface.",p.colorBrand0),contentWarningPrimary:a.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",p.colorOrange200),contentWarningIconOnly:a.extend("--ft-content-warning-icon-only","Used on warning status icons alone",p.colorOrange0),contentErrorPrimary:a.extend("--ft-content-error-primary","Used on label of error messages on light surface.",p.colorRed0),contentErrorIconOnly:a.extend("--ft-content-error-icon-only","Used on error status icons alone",p.colorRed70),contentInfoPrimary:a.extend("--ft-content-info-primary","Used on label of information messages on light surface.",p.colorCyan200),contentInfoIconOnly:a.extend("--ft-content-info-icon-only","Used on info status icons alone",p.colorCyan0),contentSuccessPrimary:a.extend("--ft-content-success-primary","Used on label of success messages on light surface.",p.colorGreen200),contentSuccessIconOnly:a.extend("--ft-content-success-icon-only","Used on success status icons alone",p.colorGreen0),contentGlobalPrimary:a.extend("--ft-content-global-primary","Used for main content on the page.",p.colorGray500),contentGlobalSecondary:a.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
616
+ Also for action icons.`,p.colorGray200),contentGlobalSubtle:a.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",p.colorGray0),contentGlobalOnColor:a.extend("--ft-content-global-on-color","Used for content on a dominant color.",p.colorWhite),borderActionPrimary:a.extend("--ft-border-action-primary","Used as border for primary action components.",p.colorBrand0),borderActionFocusRing:a.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",p.colorCyan0),borderWarningPrimary:a.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",p.colorOrange200),borderWarningSubtle:a.extend("--ft-border-warning-subtle","Used as border for warning components.",p.colorOrange30),borderSuccessPrimary:a.extend("--ft-border-success-primary","Used as border for success buttons.",p.colorGreen200),borderSuccessSubtle:a.extend("--ft-border-success-subtle","Used as border for success components.",p.colorGreen30),borderErrorPrimary:a.extend("--ft-border-error-primary","Used as border for text fields in error states.",p.colorRed0),borderErrorSubtle:a.extend("--ft-border-error-subtle","Used as border for error components.",p.colorRed30),borderInfoPrimary:a.extend("--ft-border-info-primary","Used as border for buttons in info color.",p.colorCyan200),borderInfoSubtle:a.extend("--ft-border-info-subtle","Used as border for information components.",p.colorCyan30),borderGlobalPrimary:a.extend("--ft-border-global-primary","Used as border for element like input.",p.colorGray50),borderGlobalSubtle:a.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",p.colorGray30),borderInputPrimary:a.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",p.colorGray80)};var R={largeHeight:a.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:a.extend("--ft-button-large-horizontal-padding","",p.spacing4),largeGap:a.extend("--ft-button-large-gap","",p.spacing2),largeBorderRadius:a.extend("--ft-button-large-border-radius","",p.borderRadiusS),largeIconSize:a.extend("--ft-button-large-icon-size","",p.iconSize3),largeBorderWidth:a.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:a.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:a.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:a.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:a.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:a.extend("--ft-button-medium-horizontal-padding","",p.spacing3),mediumGap:a.extend("--ft-button-medium-gap","",p.spacing2),mediumBorderRadius:a.extend("--ft-button-medium-border-radius","",p.borderRadiusS),mediumIconSize:a.extend("--ft-button-medium-icon-size","",p.iconSize2),mediumBorderWidth:a.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:a.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:a.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:a.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:a.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:a.extend("--ft-button-small-horizontal-padding","",p.spacing2),smallGap:a.extend("--ft-button-small-gap","",p.spacing1),smallBorderRadius:a.extend("--ft-button-small-border-radius","",p.borderRadiusS),smallIconSize:a.extend("--ft-button-small-icon-size","",p.iconSize1),smallBorderWidth:a.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:a.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:a.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:a.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:a.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:a.extend("--ft-button-x-small-icon-size","",p.iconSize1),xSmallFocusOutlineOffset:a.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:a.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:a.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:a.extend("--ft-button-round-border-radius","",p.borderRadiusPill),primaryBackgroundColor:a.extend("--ft-button-primary-background-color","",m.backgroundActionPrimary),primaryColor:a.extend("--ft-button-primary-color","",m.contentGlobalOnColor),primaryIconColor:a.extend("--ft-button-primary-icon-color","",m.contentGlobalOnColor),primaryStateLayerColor:a.extend("--ft-button-primary-state-layer-color","",m.contentGlobalOnColor),primaryHoverStateLayerOpacity:a.extend("--ft-button-primary-hover-state-layer-opacity","",p.opacity16),primaryFocusStateLayerOpacity:a.extend("--ft-button-primary-focus-state-layer-opacity","",p.opacity16),primaryActiveStateLayerOpacity:a.extend("--ft-button-primary-active-state-layer-opacity","",p.opacity24),primaryDisabledComponentOpacity:a.extend("--ft-button-primary-disabled-component-opacity","",p.opacity40),focusFocusRingColor:a.extend("--ft-button-focus-focus-ring-color","",m.borderActionFocusRing),tertiaryBackgroundColor:a.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:a.extend("--ft-button-tertiary-color","",m.contentActionPrimary),tertiaryIconColor:a.extend("--ft-button-tertiary-icon-color","",m.contentActionPrimary),tertiaryStateLayerColor:a.extend("--ft-button-tertiary-state-layer-color","",m.contentActionPrimary),tertiaryHoverStateLayerOpacity:a.extend("--ft-button-tertiary-hover-state-layer-opacity","",p.opacity8),tertiaryFocusStateLayerOpacity:a.extend("--ft-button-tertiary-focus-state-layer-opacity","",p.opacity8),tertiaryActiveStateLayerOpacity:a.extend("--ft-button-tertiary-active-state-layer-opacity","",p.opacity16),tertiaryDisabledComponentOpacity:a.extend("--ft-button-tertiary-disabled-component-opacity","",p.opacity40),secondaryBackgroundColor:a.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:a.extend("--ft-button-secondary-color","",m.contentActionPrimary),secondaryIconColor:a.extend("--ft-button-secondary-icon-color","",m.contentActionPrimary),secondaryStateLayerColor:a.extend("--ft-button-secondary-state-layer-color","",m.contentActionPrimary),secondaryHoverStateLayerOpacity:a.extend("--ft-button-secondary-hover-state-layer-opacity","",p.opacity8),secondaryFocusStateLayerOpacity:a.extend("--ft-button-secondary-focus-state-layer-opacity","",p.opacity8),secondaryActiveStateLayerOpacity:a.extend("--ft-button-secondary-active-state-layer-opacity","",p.opacity16),secondaryDisabledComponentOpacity:a.extend("--ft-button-secondary-disabled-component-opacity","",p.opacity40),secondaryBorderColor:a.extend("--ft-button-secondary-border-color","",m.borderActionPrimary),neutralBackgroundColor:a.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:a.extend("--ft-button-neutral-icon-color","",m.contentGlobalSecondary),neutralColor:a.extend("--ft-button-neutral-color","",m.contentGlobalSecondary),neutralStateLayerColor:a.extend("--ft-button-neutral-state-layer-color","",m.contentGlobalSecondary),neutralHoverStateLayerOpacity:a.extend("--ft-button-neutral-hover-state-layer-opacity","",p.opacity8),neutralFocusStateLayerOpacity:a.extend("--ft-button-neutral-focus-state-layer-opacity","",p.opacity8),neutralActiveStateLayerOpacity:a.extend("--ft-button-neutral-active-state-layer-opacity","",p.opacity16),neutralDisabledComponentOpacity:a.extend("--ft-button-neutral-disabled-component-opacity","",p.opacity40)};var jx={largeMinHeight:a.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:a.extend("--ft-chip-large-horizontal-padding","",p.spacing3),largeButtonRightPadding:a.extend("--ft-chip-large-button-right-padding","",p.spacing1),largeGap:a.extend("--ft-chip-large-gap","",p.spacing1),largeFocusOutlineOffset:a.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:a.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:a.extend("--ft-chip-large-border-radius","",p.borderRadiusPill),largeBorderWidth:a.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:a.extend("--ft-chip-large-icon-size","",p.iconSize3),mediumMinHeight:a.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:a.extend("--ft-chip-medium-horizontal-padding","",p.spacing2),mediumButtonRightPadding:a.extend("--ft-chip-medium-button-right-padding","",p.spacing05),mediumGap:a.extend("--ft-chip-medium-gap","",p.spacing1),mediumFocusOutlineOffset:a.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:a.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:a.extend("--ft-chip-medium-border-radius","",p.borderRadiusPill),mediumBorderWidth:a.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:a.extend("--ft-chip-medium-icon-size","",p.iconSize2),smallMinHeight:a.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:a.extend("--ft-chip-small-horizontal-padding","",p.spacing1),smallButtonRightPadding:a.extend("--ft-chip-small-button-right-padding","",p.spacing05),smallGap:a.extend("--ft-chip-small-gap","",p.spacing1),smallFocusOutlineOffset:a.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:a.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:a.extend("--ft-chip-small-border-radius","",p.borderRadiusPill),smallBorderWidth:a.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:a.extend("--ft-chip-small-icon-size","",p.iconSize1),neutralBackgroundColor:a.extend("--ft-chip-neutral-background-color","",m.backgroundGlobalOnSurface),neutralColor:a.extend("--ft-chip-neutral-color","",m.contentGlobalSecondary),neutralIconColor:a.extend("--ft-chip-neutral-icon-color","",m.contentGlobalSecondary),neutralBorderColor:a.extend("--ft-chip-neutral-border-color","",m.borderGlobalSubtle),infoBackgroundColor:a.extend("--ft-chip-info-background-color","",m.backgroundInfoSubtle),infoColor:a.extend("--ft-chip-info-color","",m.contentInfoPrimary),infoIconColor:a.extend("--ft-chip-info-icon-color","",m.contentInfoIconOnly),infoBorderColor:a.extend("--ft-chip-info-border-color","",m.borderInfoSubtle),successBackgroundColor:a.extend("--ft-chip-success-background-color","",m.backgroundSuccessSubtle),successColor:a.extend("--ft-chip-success-color","",m.contentSuccessPrimary),successIconColor:a.extend("--ft-chip-success-icon-color","",m.contentSuccessIconOnly),successBorderColor:a.extend("--ft-chip-success-border-color","",m.borderSuccessSubtle),warningBackgroundColor:a.extend("--ft-chip-warning-background-color","",m.backgroundWarningSubtle),warningColor:a.extend("--ft-chip-warning-color","",m.contentWarningPrimary),warningIconColor:a.extend("--ft-chip-warning-icon-color","",m.contentWarningIconOnly),warningBorderColor:a.extend("--ft-chip-warning-border-color","",m.borderWarningSubtle),errorBackgroundColor:a.extend("--ft-chip-error-background-color","",m.backgroundErrorSubtle),errorColor:a.extend("--ft-chip-error-color","",m.contentErrorPrimary),errorIconColor:a.extend("--ft-chip-error-icon-color","",m.contentErrorIconOnly),errorBorderColor:a.extend("--ft-chip-error-border-color","",m.borderErrorSubtle)};var Qx={focusOpacity:a.extend("--ft-link-focus-opacity","",p.opacity80),focusFocusRingColor:a.extend("--ft-link-focus-focus-ring-color","",m.borderActionFocusRing),brandColor:a.extend("--ft-link-brand-color","",m.contentActionPrimary),infoColor:a.extend("--ft-link-info-color","",m.contentInfoPrimary)};var nv={iconSize:a.extend("--ft-banner-icon-size","",p.iconSize5),borderWidth:a.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:a.extend("--ft-banner-left-padding","",p.spacing6),rightPadding:a.extend("--ft-banner-right-padding","",p.spacing6),verticalPadding:a.extend("--ft-banner-vertical-padding","",p.spacing6),horizontalSideGap:a.extend("--ft-banner-horizontal-side-gap","",p.spacing6),horizontalMobileGap:a.extend("--ft-banner-horizontal-mobile-gap","",p.spacing4),verticalMobileGap:a.extend("--ft-banner-vertical-mobile-gap","",p.spacing6),horizontalMiddleGap:a.extend("--ft-banner-horizontal-middle-gap","",p.spacing20),infoBackgroundColor:a.extend("--ft-banner-info-background-color","",m.backgroundInfoSubtle),infoColor:a.extend("--ft-banner-info-color","",m.contentInfoPrimary),infoIconColor:a.extend("--ft-banner-info-icon-color","",m.contentInfoIconOnly),infoBorderColor:a.extend("--ft-banner-info-border-color","",m.borderInfoSubtle)};var sv={horizontalPadding:a.extend("--ft-badge-horizontal-padding","",p.spacing1),verticalPadding:a.extend("--ft-badge-vertical-padding","",p.spacing1),borderRadius:a.extend("--ft-badge-border-radius","",p.borderRadiusPill),color:a.extend("--ft-badge-color","",m.contentGlobalOnColor),backgroundColor:a.extend("--ft-badge-background-color","",m.contentActionPrimary)};var hv={horizontalGap:a.extend("--ft-breadcrumb-horizontal-gap","",p.spacing1),verticalGap:a.extend("--ft-breadcrumb-vertical-gap","",p.spacing2),currentColor:a.extend("--ft-breadcrumb-current-color","",m.contentGlobalPrimary),previousNonClickableColor:a.extend("--ft-breadcrumb-previous-non-clickable-color","",m.contentGlobalSecondary),iconColor:a.extend("--ft-breadcrumb-icon-color","",m.contentGlobalSubtle)};var xv={horizontalPadding:a.extend("--ft-page-header-horizontal-padding","",p.spacing12),horizontalGap:a.extend("--ft-page-header-horizontal-gap","",p.spacing4),verticalGap:a.extend("--ft-page-header-vertical-gap","",p.spacing2),classicVerticalPadding:a.extend("--ft-page-header-classic-vertical-padding","",p.spacing6),multilineVerticalPadding:a.extend("--ft-page-header-multiline-vertical-padding","",p.spacing4),inlineVerticalPadding:a.extend("--ft-page-header-inline-vertical-padding","",p.spacing2),backgroundColor:a.extend("--ft-page-header-background-color","",p.colorWhite),bottomBorderColor:a.extend("--ft-page-header-bottom-border-color","",m.borderGlobalSubtle),titleColor:a.extend("--ft-page-header-title-color","",m.contentGlobalPrimary),subtitleColor:a.extend("--ft-page-header-subtitle-color","",m.contentGlobalSecondary)};var wv={smallContainerWidth:a.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:a.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:a.extend("--ft-modal-overlay-background-color","",p.colorGray700),overlayOpacity:a.extend("--ft-modal-overlay-opacity","",p.opacity40),shadow:a.extend("--ft-modal-shadow","",p.shadowElevation03),bodyBackgroundColor:a.extend("--ft-modal-body-background-color","",p.colorWhite),bodyColor:a.extend("--ft-modal-body-color","",m.contentGlobalPrimary),bodyHorizontalPadding:a.extend("--ft-modal-body-horizontal-padding","",p.spacing6),bodyVerticalPadding:a.extend("--ft-modal-body-vertical-padding","",p.spacing6),bodyVerticalGap:a.extend("--ft-modal-body-vertical-gap","",p.spacing6),containerMargin:a.extend("--ft-modal-container-margin","",p.spacing3),headerBackgroundColor:a.extend("--ft-modal-header-background-color","",m.backgroundGlobalOnSurface),headerBorderColor:a.extend("--ft-modal-header-border-color","",m.borderGlobalSubtle),headerColor:a.extend("--ft-modal-header-color","",m.contentGlobalPrimary),headerTrailingIconColor:a.extend("--ft-modal-header-trailing-icon-color","",m.contentGlobalSecondary),headerVerticalPadding:a.extend("--ft-modal-header-vertical-padding","",p.spacing1),headerRightPadding:a.extend("--ft-modal-header-right-padding","",p.spacing1),headerLeftPadding:a.extend("--ft-modal-header-left-padding","",p.spacing6),headerGap:a.extend("--ft-modal-header-gap","",p.spacing2),headerBorderBottom:a.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:a.extend("--ft-modal-border-radius","",p.borderRadiusM)};var Iv={overlayOpacity:a.extend("--ft-drawer-overlay-opacity","",p.opacity40),shadow:a.extend("--ft-drawer-shadow","",p.shadowElevation03),bodyColor:a.extend("--ft-drawer-body-color","",m.contentGlobalPrimary),bodyHorizontalPadding:a.extend("--ft-drawer-body-horizontal-padding","",p.spacing6),bodyVerticalPadding:a.extend("--ft-drawer-body-vertical-padding","",p.spacing6),bodyGap:a.extend("--ft-drawer-body-gap","",p.spacing6),bodyBackgroundColor:a.extend("--ft-drawer-body-background-color","",p.colorWhite),headerBackgroundColor:a.extend("--ft-drawer-header-background-color","",m.backgroundGlobalOnSurface),headerBorderColor:a.extend("--ft-drawer-header-border-color","",m.borderGlobalSubtle),headerColor:a.extend("--ft-drawer-header-color","",m.contentGlobalPrimary),headerTrailingIconColor:a.extend("--ft-drawer-header-trailing-icon-color","",m.contentGlobalSecondary),headerHeight:a.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:a.extend("--ft-drawer-header-horizontal-padding","",p.spacing2),headerBorderWidth:a.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:a.extend("--ft-drawer-header-gap","",p.spacing3),buttonsBarBackgroundColor:a.extend("--ft-drawer-buttons-bar-background-color","",m.backgroundGlobalOnSurface),buttonsBarBorderColor:a.extend("--ft-drawer-buttons-bar-border-color","",m.borderGlobalSubtle),buttonsBarColor:a.extend("--ft-drawer-buttons-bar-color","",m.contentGlobalPrimary),buttonsBarHorizontalPadding:a.extend("--ft-drawer-buttons-bar-horizontal-padding","",p.spacing4),buttonsBarVerticalPadding:a.extend("--ft-drawer-buttons-bar-vertical-padding","",p.spacing4),buttonsBarGap:a.extend("--ft-drawer-buttons-bar-gap","",p.spacing3),buttonsBarBorderWidth:a.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:a.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:a.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:a.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:a.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:a.extend("--ft-drawer-overlay-background-color","",p.colorGray700)};var _v={fieldHorizontalPadding:a.extend("--ft-text-input-field-horizontal-padding","",p.spacing4),fieldHorizontalGap:a.extend("--ft-text-input-field-horizontal-gap","",p.spacing3),fieldVerticalGap:a.extend("--ft-text-input-field-vertical-gap","",p.spacing05),fieldIconSize:a.extend("--ft-text-input-field-icon-size","",p.iconSize3),fieldHeight:a.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:a.extend("--ft-text-input-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:a.extend("--ft-text-input-helper-horizontal-gap","",p.spacing1),helperIconSize:a.extend("--ft-text-input-helper-icon-size","",p.iconSize2),borderRadius:a.extend("--ft-text-input-border-radius","",p.borderRadiusM),backgroundColor:a.extend("--ft-text-input-background-color","",p.colorWhite),contentValueColor:a.extend("--ft-text-input-content-value-color","",m.contentGlobalPrimary),trailingIconColor:a.extend("--ft-text-input-trailing-icon-color","",m.contentGlobalSubtle),labelColor:a.extend("--ft-text-input-label-color","",m.contentGlobalSubtle),defaultBorderColor:a.extend("--ft-text-input-default-border-color","",m.borderInputPrimary),defaultHelperTextColor:a.extend("--ft-text-input-default-helper-text-color","",m.contentGlobalSubtle),defaultBorderWidth:a.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:a.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:a.extend("--ft-text-input-error-border-color","",m.borderErrorPrimary),errorHelperTextColor:a.extend("--ft-text-input-error-helper-text-color","",m.contentErrorPrimary),errorHelperIconColor:a.extend("--ft-text-input-error-helper-icon-color","",m.contentErrorIconOnly),warningBorderWidth:a.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:a.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:a.extend("--ft-text-input-focus-focus-ring-color","",m.borderActionFocusRing),focusOutlineOffset:a.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:a.extend("--ft-text-input-disabled-component-opacity","",p.opacity40)};var Uv={backgroundColor:a.extend("--ft-text-area-background-color","",p.colorWhite),contentValueColor:a.extend("--ft-text-area-content-value-color","",m.contentGlobalPrimary),labelColor:a.extend("--ft-text-area-label-color","",m.contentGlobalSubtle),defaultBorderColor:a.extend("--ft-text-area-default-border-color","",m.borderInputPrimary),defaultHelperTextColor:a.extend("--ft-text-area-default-helper-text-color","",m.contentGlobalSubtle),defaultBorderWidth:a.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:a.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:a.extend("--ft-text-area-error-border-color","",m.borderErrorPrimary),errorHelperTextColor:a.extend("--ft-text-area-error-helper-text-color","",m.contentErrorPrimary),errorHelperIconColor:a.extend("--ft-text-area-error-helper-icon-color","",m.contentErrorIconOnly),focusFocusRingColor:a.extend("--ft-text-area-focus-focus-ring-color","",m.borderActionFocusRing),focusOutlineWidth:a.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:a.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:a.extend("--ft-text-area-disabled-component-opacity","",p.opacity40),fieldHorizontalLeftPadding:a.extend("--ft-text-area-field-horizontal-left-padding","",p.spacing4),fieldHorizontalGap:a.extend("--ft-text-area-field-horizontal-gap","",p.spacing3),fieldVerticalGap:a.extend("--ft-text-area-field-vertical-gap","",p.spacing05),fieldMinHeight:a.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:a.extend("--ft-text-area-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:a.extend("--ft-text-area-helper-horizontal-gap","",p.spacing1),helperIconSize:a.extend("--ft-text-area-helper-icon-size","",p.iconSize2),borderRadius:a.extend("--ft-text-area-border-radius","",p.borderRadiusM)};var Gv={height:a.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:a.extend("--ft-floating-menu-horizontal-padding","",p.spacing4),offIconColor:a.extend("--ft-floating-menu-off-icon-color","",m.contentGlobalPrimary),offColor:a.extend("--ft-floating-menu-off-color","",m.contentGlobalPrimary),onColor:a.extend("--ft-floating-menu-on-color","",m.contentActionPrimary),onStateLayerColor:a.extend("--ft-floating-menu-on-state-layer-color","",m.contentActionPrimary),gap:a.extend("--ft-floating-menu-gap","",p.spacing3),focusFocusRingColor:a.extend("--ft-floating-menu-focus-focus-ring-color","",m.borderActionFocusRing),focusOutlineWidth:a.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:a.extend("--ft-floating-menu-focus-state-layer-opacity","",p.opacity8),hoverStateLayerOpacity:a.extend("--ft-floating-menu-hover-state-layer-opacity","",p.opacity8),activeStateLayerOpacity:a.extend("--ft-floating-menu-active-state-layer-opacity","",p.opacity16),disabledComponentOpacity:a.extend("--ft-floating-menu-disabled-component-opacity","",p.opacity40),iconSize:a.extend("--ft-floating-menu-icon-size","",p.iconSize3),backgroundColor:a.extend("--ft-floating-menu-background-color","",m.backgroundGlobalOnSurface)};var Yv={fieldHorizontalPadding:a.extend("--ft-combobox-single-select-field-horizontal-padding","",p.spacing4),fieldHorizontalGap:a.extend("--ft-combobox-single-select-field-horizontal-gap","",p.spacing3),fieldVerticalGap:a.extend("--ft-combobox-single-select-field-vertical-gap","",p.spacing05),fieldIconSize:a.extend("--ft-combobox-single-select-field-icon-size","",p.iconSize3),fieldHeight:a.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:a.extend("--ft-combobox-single-select-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:a.extend("--ft-combobox-single-select-helper-horizontal-gap","",p.spacing1),helperVerticalGap:a.extend("--ft-combobox-single-select-helper-vertical-gap","",p.spacing1),helperIconSize:a.extend("--ft-combobox-single-select-helper-icon-size","",p.iconSize2),menuVerticalGap:a.extend("--ft-combobox-single-select-menu-vertical-gap","",p.spacing2),borderRadius:a.extend("--ft-combobox-single-select-border-radius","",p.borderRadiusM),backgroundColor:a.extend("--ft-combobox-single-select-background-color","",p.colorWhite),labelColor:a.extend("--ft-combobox-single-select-label-color","",m.contentGlobalSubtle),contentValueColor:a.extend("--ft-combobox-single-select-content-value-color","",m.contentGlobalPrimary),trailingIconColor:a.extend("--ft-combobox-single-select-trailing-icon-color","",m.contentGlobalSubtle),defaultBorderColor:a.extend("--ft-combobox-single-select-default-border-color","",m.borderInputPrimary),defaultHelperTextColor:a.extend("--ft-combobox-single-select-default-helper-text-color","",m.contentGlobalSubtle),defaultBorderWidth:a.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:a.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:a.extend("--ft-combobox-single-select-error-border-color","",m.borderErrorPrimary),errorHelperTextColor:a.extend("--ft-combobox-single-select-error-helper-text-color","",m.contentErrorPrimary),warningBorderWidth:a.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:a.extend("--ft-combobox-single-select-warning-border-color","",m.borderWarningPrimary),warningHelperTextColor:a.extend("--ft-combobox-single-select-warning-helper-text-color","",m.contentWarningPrimary),warningHelperIconColor:a.extend("--ft-combobox-single-select-warning-helper-icon-color","",m.contentWarningIconOnly),focusOutlineWidth:a.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:a.extend("--ft-combobox-single-select-focus-focus-ring-color","",m.borderActionFocusRing),focusOutlineOffset:a.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:a.extend("--ft-combobox-single-select-disabled-component-opacity","",p.opacity40)};var tS={backgroundColor:a.extend("--ft-combobox-multi-select-background-color","",p.colorWhite),labelColor:a.extend("--ft-combobox-multi-select-label-color","",m.contentGlobalSubtle),trailingIconColor:a.extend("--ft-combobox-multi-select-trailing-icon-color","",m.contentGlobalSubtle),defaultBorderColor:a.extend("--ft-combobox-multi-select-default-border-color","",m.borderInputPrimary),defaultHelperTextColor:a.extend("--ft-combobox-multi-select-default-helper-text-color","",m.contentGlobalSubtle),defaultBorderWidth:a.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:a.extend("--ft-combobox-multi-select-error-border-color","",m.borderErrorPrimary),errorHelperTextColor:a.extend("--ft-combobox-multi-select-error-helper-text-color","",m.contentErrorPrimary),errorHelperIcon:a.extend("--ft-combobox-multi-select-error-helper-icon","",m.contentErrorIconOnly),errorBorderWidth:a.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:a.extend("--ft-combobox-multi-select-warning-border-color","",m.borderWarningPrimary),warningHelperTextColor:a.extend("--ft-combobox-multi-select-warning-helper-text-color","",m.contentWarningPrimary),warningHelperIconColor:a.extend("--ft-combobox-multi-select-warning-helper-icon-color","",m.contentWarningIconOnly),warningBorderWidth:a.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:a.extend("--ft-combobox-multi-select-focus-focus-ring-color","",m.borderActionFocusRing),focusOutlineWidth:a.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:a.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:a.extend("--ft-combobox-multi-select-disabled-component-opacity","",p.opacity40),helperHorizontalPadding:a.extend("--ft-combobox-multi-select-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:a.extend("--ft-combobox-multi-select-helper-horizontal-gap","",p.spacing1),helperVerticalGap:a.extend("--ft-combobox-multi-select-helper-vertical-gap","",p.spacing1),helperIconSize:a.extend("--ft-combobox-multi-select-helper-icon-size","",p.iconSize2),fieldHorizontalPadding:a.extend("--ft-combobox-multi-select-field-horizontal-padding","",p.spacing4),fieldHorizontalGap:a.extend("--ft-combobox-multi-select-field-horizontal-gap","",p.spacing3),fieldVerticalGap:a.extend("--ft-combobox-multi-select-field-vertical-gap","",p.spacing05),fieldIconSize:a.extend("--ft-combobox-multi-select-field-icon-size","",p.iconSize3),fieldMaxHeight:a.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:a.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",p.spacing1),contentValuesVerticalGap:a.extend("--ft-combobox-multi-select-content-values-vertical-gap","",p.spacing1),borderRadius:a.extend("--ft-combobox-multi-select-border-radius","",p.borderRadiusM)};var aS={backgroundColor:a.extend("--ft-popover-background-color","",m.backgroundGlobalOnSurface),horizontalPadding:a.extend("--ft-popover-horizontal-padding","",p.spacing6),verticalPadding:a.extend("--ft-popover-vertical-padding","",p.spacing6),titleColor:a.extend("--ft-popover-title-color","",m.contentGlobalPrimary),bodyColor:a.extend("--ft-popover-body-color","",m.contentGlobalSecondary),linkColor:a.extend("--ft-popover-link-color","",m.contentActionPrimary),gap:a.extend("--ft-popover-gap","",p.spacing3),borderRadius:a.extend("--ft-popover-border-radius","",p.borderRadiusM),shadow:a.extend("--ft-popover-shadow","",p.shadowElevation02)};var dS={topLeftBorderRadius:a.extend("--ft-tabs-top-left-border-radius","",p.borderRadiusS),topRightBorderRadius:a.extend("--ft-tabs-top-right-border-radius","",p.borderRadiusS),withLabelHorizontalPadding:a.extend("--ft-tabs-with-label-horizontal-padding","",p.spacing4),withLabelVerticalPadding:a.extend("--ft-tabs-with-label-vertical-padding","",p.spacing3),horizontalGap:a.extend("--ft-tabs-horizontal-gap","",p.spacing1),verticalGap:a.extend("--ft-tabs-vertical-gap","",p.spacing1),offHoverStateLayerOpacity:a.extend("--ft-tabs-off-hover-state-layer-opacity","",p.opacity8),offDefaultStateLayerOpacity:a.extend("--ft-tabs-off-default-state-layer-opacity","",p.opacity0),offFocusStateLayerOpacity:a.extend("--ft-tabs-off-focus-state-layer-opacity","",p.opacity8),offDisabledComponentOpacity:a.extend("--ft-tabs-off-disabled-component-opacity","",p.opacity40),offColor:a.extend("--ft-tabs-off-color","",m.contentGlobalSubtle),offStateLayerColor:a.extend("--ft-tabs-off-state-layer-color","",m.contentGlobalSubtle),onHoverStateLayerOpacity:a.extend("--ft-tabs-on-hover-state-layer-opacity","",p.opacity8),onDefaultStateLayerOpacity:a.extend("--ft-tabs-on-default-state-layer-opacity","",p.opacity0),onFocusStateLayerOpacity:a.extend("--ft-tabs-on-focus-state-layer-opacity","",p.opacity8),onActiveStateLayerOpacity:a.extend("--ft-tabs-on-active-state-layer-opacity","",p.opacity16),onColor:a.extend("--ft-tabs-on-color","",m.contentActionPrimary),onStateLayerColor:a.extend("--ft-tabs-on-state-layer-color","",m.contentActionPrimary),iconOnlyHorizontalPadding:a.extend("--ft-tabs-icon-only-horizontal-padding","",p.spacing4),iconOnlyVerticalPadding:a.extend("--ft-tabs-icon-only-vertical-padding","",p.spacing4),alertTopPadding:a.extend("--ft-tabs-alert-top-padding","",p.spacing1),alertRightPadding:a.extend("--ft-tabs-alert-right-padding","",p.spacing05),focusOutlineWidth:a.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:a.extend("--ft-tabs-focus-focus-ring-color","",m.borderActionFocusRing)};var mS={hoverStateLayerOpacity:a.extend("--ft-collapsible-hover-state-layer-opacity","",p.opacity8),focusStateLayerOpacity:a.extend("--ft-collapsible-focus-state-layer-opacity","",p.opacity8),focusOutlineWidth:a.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:a.extend("--ft-collapsible-focus-focus-ring-color","",m.borderActionFocusRing),activeStateLayerOpacity:a.extend("--ft-collapsible-active-state-layer-opacity","",p.opacity16),disabledComponentOpacity:a.extend("--ft-collapsible-disabled-component-opacity","",p.opacity40),horizontalPadding:a.extend("--ft-collapsible-horizontal-padding","",p.spacing4),verticalPadding:a.extend("--ft-collapsible-vertical-padding","",p.spacing3),color:a.extend("--ft-collapsible-color","",m.contentGlobalPrimary),stateLayerColor:a.extend("--ft-collapsible-state-layer-color","",m.contentGlobalPrimary),backgroundColor:a.extend("--ft-collapsible-background-color","",m.backgroundGlobalOnSurface),borderColor:a.extend("--ft-collapsible-border-color","",m.borderGlobalSubtle),iconSize:a.extend("--ft-collapsible-icon-size","",p.iconSize3)};var vS={groupHorizontalPadding:a.extend("--ft-switch-group-horizontal-padding","",p.spacing1),groupVerticalPadding:a.extend("--ft-switch-group-vertical-padding","",p.spacing1),groupGap:a.extend("--ft-switch-group-gap","",p.spacing1),groupBackgroundColor:a.extend("--ft-switch-group-background-color","",m.backgroundGlobalSurface),groupBorderColor:a.extend("--ft-switch-group-border-color","",m.borderGlobalSubtle),groupBorderRadius:a.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:a.extend("--ft-switch-label-horizontal-padding","",p.spacing2),labelVerticalPadding:a.extend("--ft-switch-label-vertical-padding","",p.spacing1),offHoverStateLayerOpacity:a.extend("--ft-switch-off-hover-state-layer-opacity","",p.opacity8),offFocusStateLayerOpacity:a.extend("--ft-switch-off-focus-state-layer-opacity","",p.opacity8),offActiveStateLayerOpacity:a.extend("--ft-switch-off-active-state-layer-opacity","",p.opacity16),offDisabledComponentOpacity:a.extend("--ft-switch-off-disabled-component-opacity","",p.opacity40),offColor:a.extend("--ft-switch-off-color","",m.contentGlobalSubtle),offStateLayerColor:a.extend("--ft-switch-off-state-layer-color","",m.contentGlobalSubtle),onHoverStateLayerOpacity:a.extend("--ft-switch-on-hover-state-layer-opacity","",p.opacity8),onFocusStateLayerOpacity:a.extend("--ft-switch-on-focus-state-layer-opacity","",p.opacity8),onActiveStateLayerOpacity:a.extend("--ft-switch-on-active-state-layer-opacity","",p.opacity16),onDisabledComponentOpacity:a.extend("--ft-switch-on-disabled-component-opacity","",p.opacity40),onColor:a.extend("--ft-switch-on-color","",m.contentActionPrimary),onStateLayerColor:a.extend("--ft-switch-on-state-layer-color","",m.contentActionPrimary),iconHorizontalPadding:a.extend("--ft-switch-icon-horizontal-padding","",p.spacing1),iconVerticalPadding:a.extend("--ft-switch-icon-vertical-padding","",p.spacing1),focusOutlineWidth:a.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:a.extend("--ft-switch-focus-focus-ring-color","",m.borderActionFocusRing),optionBorderRadius:a.extend("--ft-switch-option-border-radius","",p.borderRadiusS)};var wS={color1Light:a.extend("--ft-chart-1-light","for area color charts",p.colorBrand40),color1Base:a.extend("--ft-chart-1-base","for line charts",p.colorBrand0),color2Light:a.extend("--ft-chart-2-light","for area color charts",p.colorYellow60),color2Base:a.extend("--ft-chart-2-base","for line charts",p.colorYellow100),color3Light:a.extend("--ft-chart-3-light","",p.colorUltramarine40),color3Base:a.extend("--ft-chart-3-base","",p.colorUltramarine70),color4Light:a.extend("--ft-chart-4-light","",p.colorCyan50),color4Base:a.extend("--ft-chart-4-base","",p.colorCyan100),color5Light:a.extend("--ft-chart-5-light","",p.colorRed40),color5Base:a.extend("--ft-chart-5-base","",p.colorRed60),color6Light:a.extend("--ft-chart-6-light","",p.colorGreen40),color6Base:a.extend("--ft-chart-6-base","",p.colorGreen70),color7Light:a.extend("--ft-chart-7-light","",p.colorOrange70),color7Base:a.extend("--ft-chart-7-base","",p.colorOrange100),color8Light:a.extend("--ft-chart-8-light","",p.colorAvocado70),color8Base:a.extend("--ft-chart-8-base","",p.colorAvocado200),color9Light:a.extend("--ft-chart-9-light","",p.colorBrown50),color9Base:a.extend("--ft-chart-9-base","",p.colorBrown200),color10Light:a.extend("--ft-chart-10-light","",p.colorGray50),color10Base:a.extend("--ft-chart-10-base","",p.colorGray80),monochrome10:a.extend("--ft-chart-monochrome-10","",p.colorBrand10),monochrome20:a.extend("--ft-chart-monochrome-20","",p.colorBrand20),monochrome30:a.extend("--ft-chart-monochrome-30","",p.colorBrand40),monochrome40:a.extend("--ft-chart-monochrome-40","",p.colorBrand60),monochrome50:a.extend("--ft-chart-monochrome-50","",p.colorBrand0),monochrome60:a.extend("--ft-chart-monochrome-60","",p.colorBrand200)};var IS={borderWidth:a.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:a.extend("--ft-notice-horizontal-padding","",p.spacing3),verticalPadding:a.extend("--ft-notice-vertical-padding","",p.spacing2),borderRadius:a.extend("--ft-notice-border-radius","",p.borderRadiusS),gap:a.extend("--ft-notice-gap","",p.spacing2),iconSize:a.extend("--ft-notice-icon-size","",p.iconSize3),infoBackgroundColor:a.extend("--ft-notice-info-background-color","",m.backgroundInfoSubtle),infoBorderColor:a.extend("--ft-notice-info-border-color","",m.borderInfoSubtle),infoColor:a.extend("--ft-notice-info-color","",m.contentInfoPrimary),infoIconColor:a.extend("--ft-notice-info-icon-color","",m.contentInfoIconOnly),warningBackgroundColor:a.extend("--ft-notice-warning-background-color","",m.backgroundWarningSubtle),warningBorderColor:a.extend("--ft-notice-warning-border-color","",m.borderWarningSubtle),warningColor:a.extend("--ft-notice-warning-color","",m.contentWarningPrimary),warningIconColor:a.extend("--ft-notice-warning-icon-color","",m.contentWarningIconOnly),errorBackgroundColor:a.extend("--ft-notice-error-background-color","",m.backgroundErrorSubtle),errorBorderColor:a.extend("--ft-notice-error-border-color","",m.borderErrorSubtle),errorColor:a.extend("--ft-notice-error-color","",m.contentErrorPrimary),errorIconColor:a.extend("--ft-notice-error-icon-color","",m.contentErrorIconOnly),successBackgroundColor:a.extend("--ft-notice-success-background-color","",m.backgroundSuccessSubtle),successBorderColor:a.extend("--ft-notice-success-border-color","",m.borderSuccessSubtle),successColor:a.extend("--ft-notice-success-color","",m.contentSuccessPrimary),successIconColor:a.extend("--ft-notice-success-icon-color","",m.contentSuccessIconOnly)};var _S={color:a.extend("--ft-checkbox-color","",m.contentGlobalPrimary),checkedBackgroundColor:a.extend("--ft-checkbox-checked-background-color","",m.contentActionPrimary),checkedStateLayerColor:a.extend("--ft-checkbox-checked-state-layer-color","",m.contentActionPrimary),checkedIconColor:a.extend("--ft-checkbox-checked-icon-color","",m.contentGlobalOnColor),checkedHoverStateLayerOpacity:a.extend("--ft-checkbox-checked-hover-state-layer-opacity","",p.opacity16),checkedFocusStateLayerOpacity:a.extend("--ft-checkbox-checked-focus-state-layer-opacity","",p.opacity16),checkedActiveStateLayerOpacity:a.extend("--ft-checkbox-checked-active-state-layer-opacity","",p.opacity24),checkedDisabledComponentOpacity:a.extend("--ft-checkbox-checked-disabled-component-opacity","",p.opacity40),uncheckedBorderColor:a.extend("--ft-checkbox-unchecked-border-color","",p.colorGray80),uncheckedStateLayerColor:a.extend("--ft-checkbox-unchecked-state-layer-color","",p.colorGray80),uncheckedHoverStateLayerOpacity:a.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",p.opacity16),uncheckedFocusStateLayerOpacity:a.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",p.opacity16),uncheckedActiveStateLayerOpacity:a.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",p.opacity24),uncheckedDisabledComponentOpacity:a.extend("--ft-checkbox-unchecked-disabled-component-opacity","",p.opacity40),focusFocusRingColor:a.extend("--ft-checkbox-focus-focus-ring-color","",m.borderActionFocusRing),focusOutlineOffset:a.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:a.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:a.extend("--ft-checkbox-gap","",p.spacing3)};var US={offHoverStateLayerOpacity:a.extend("--ft-toggle-off-hover-state-layer-opacity","",p.opacity16),offFocusStateLayerOpacity:a.extend("--ft-toggle-off-focus-state-layer-opacity","",p.opacity16),offActiveStateLayerOpacity:a.extend("--ft-toggle-off-active-state-layer-opacity","",p.opacity24),offDisabledComponentOpacity:a.extend("--ft-toggle-off-disabled-component-opacity","",p.opacity40),offBackgroundColor:a.extend("--ft-toggle-off-background-color","",m.contentGlobalSubtle),offIconColor:a.extend("--ft-toggle-off-icon-color","",m.contentGlobalSubtle),offStateLayerColor:a.extend("--ft-toggle-off-state-layer-color","",m.contentGlobalSubtle),onHoverStateLayerOpacity:a.extend("--ft-toggle-on-hover-state-layer-opacity","",p.opacity16),onFocusStateLayerOpacity:a.extend("--ft-toggle-on-focus-state-layer-opacity","",p.opacity16),onActiveStateLayerOpacity:a.extend("--ft-toggle-on-active-state-layer-opacity","",p.opacity24),onDisabledComponentOpacity:a.extend("--ft-toggle-on-disabled-component-opacity","",p.opacity40),onBackgroundColor:a.extend("--ft-toggle-on-background-color","",m.contentActionPrimary),onStateLayerColor:a.extend("--ft-toggle-on-state-layer-color","",m.contentActionPrimary),onIconColor:a.extend("--ft-toggle-on-icon-color","",m.contentActionPrimary),color:a.extend("--ft-toggle-color","",m.contentGlobalPrimary),focusFocusRingColor:a.extend("--ft-toggle-focus-focus-ring-color","",m.borderActionFocusRing),gap:a.extend("--ft-toggle-gap","",p.spacing3)};var GS={color:a.extend("--ft-radio-color","",m.contentGlobalPrimary),selectedRadioColor:a.extend("--ft-radio-selected-radio-color","",m.contentActionPrimary),selectedStateLayerColor:a.extend("--ft-radio-selected-state-layer-color","",m.contentActionPrimary),selectedHoverStateLayerOpacity:a.extend("--ft-radio-selected-hover-state-layer-opacity","",p.opacity16),selectedFocusStateLayerOpacity:a.extend("--ft-radio-selected-focus-state-layer-opacity","",p.opacity16),selectedActiveStateLayerOpacity:a.extend("--ft-radio-selected-active-state-layer-opacity","",p.opacity24),selectedDisabledComponentOpacity:a.extend("--ft-radio-selected-disabled-component-opacity","",p.opacity40),unselectedStateLayerColor:a.extend("--ft-radio-unselected-state-layer-color","",m.borderInputPrimary),unselectedBorderColor:a.extend("--ft-radio-unselected-border-color","",m.borderInputPrimary),unselectedHoverStateLayerOpacity:a.extend("--ft-radio-unselected-hover-state-layer-opacity","",p.opacity16),unselectedFocusStateLayerOpacity:a.extend("--ft-radio-unselected-focus-state-layer-opacity","",p.opacity16),unselectedActiveStateLayerOpacity:a.extend("--ft-radio-unselected-active-state-layer-opacity","",p.opacity24),unselectedDisabledComponentOpacity:a.extend("--ft-radio-unselected-disabled-component-opacity","",p.opacity40),focusFocusRingColor:a.extend("--ft-radio-focus-focus-ring-color","",m.borderActionFocusRing),focusOutlineOffset:a.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:a.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:a.extend("--ft-radio-gap","",p.spacing3)};var YS={iconSize:a.extend("--ft-notification-icon-size","",p.iconSize4),leftPadding:a.extend("--ft-notification-left-padding","",p.spacing5),rightPadding:a.extend("--ft-notification-right-padding","",p.spacing4),verticalPadding:a.extend("--ft-notification-vertical-padding","",p.spacing3),infoBackgroundColor:a.extend("--ft-notification-info-background-color","",m.backgroundInfoSubtle),infoColor:a.extend("--ft-notification-info-color","",m.contentInfoPrimary),infoIconColor:a.extend("--ft-notification-info-icon-color","",m.contentInfoIconOnly),infoBorderColor:a.extend("--ft-notification-info-border-color","",m.borderInfoSubtle),successBackgroundColor:a.extend("--ft-notification-success-background-color","",m.backgroundSuccessSubtle),successColor:a.extend("--ft-notification-success-color","",m.contentSuccessPrimary),successIconColor:a.extend("--ft-notification-success-icon-color","",m.contentSuccessIconOnly),successBorderColor:a.extend("--ft-notification-success-border-color","",m.borderSuccessSubtle),warningBackgroundColor:a.extend("--ft-notification-warning-background-color","",m.backgroundWarningSubtle),warningColor:a.extend("--ft-notification-warning-color","",m.contentWarningPrimary),warningIconColor:a.extend("--ft-notification-warning-icon-color","",m.contentWarningIconOnly),warningBorderColor:a.extend("--ft-notification-warning-border-color","",m.borderWarningSubtle),errorBackgroundColor:a.extend("--ft-notification-error-background-color","",m.backgroundErrorSubtle),errorColor:a.extend("--ft-notification-error-color","",m.contentErrorPrimary),errorIconColor:a.extend("--ft-notification-error-icon-color","",m.contentErrorIconOnly),errorBorderColor:a.extend("--ft-notification-error-border-color","",m.borderErrorSubtle),borderRadius:a.extend("--ft-notification-border-radius","",p.borderRadiusPill),borderWidth:a.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:a.extend("--ft-notification-leading-gap","",p.spacing2),trailingGap:a.extend("--ft-notification-trailing-gap","",p.spacing8)};var tO={horizontalPadding:a.extend("--ft-tooltip-horizontal-padding","",p.spacing2),verticalPadding:a.extend("--ft-tooltip-vertical-padding","",p.spacing2),borderRadius:a.extend("--ft-tooltip-border-radius","",p.borderRadiusS),color:a.extend("--ft-tooltip-color","",m.contentGlobalOnColor),backgroundColor:a.extend("--ft-tooltip-background-color","",m.contentGlobalPrimary),backgroundOpacity:a.extend("--ft-tooltip-background-opacity","",p.opacity80),shadow:a.extend("--ft-tooltip-shadow","",p.shadowElevation03),maxWidth:a.create("--ft-tooltip-max-width","","SIZE","256px"),gap:a.extend("--ft-tooltip-gap","",p.spacing05)};var Ic;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(Ic||(Ic={}));var Pc;(function(e){e.large="large",e.medium="medium",e.small="small"})(Pc||(Pc={}));var Lc=[P`
616
617
  :host {
617
618
  display: inline-block;
618
619
  max-width: 100%;
@@ -662,7 +663,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
662
663
  }
663
664
 
664
665
  .ft-button:focus-visible {
665
- outline-color: ${w.focusFocusRingColor};
666
+ outline-color: ${R.focusFocusRingColor};
666
667
  outline-style: solid;
667
668
  }
668
669
 
@@ -691,154 +692,154 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
691
692
  /** Primary styles **/
692
693
 
693
694
  .ft-button--primary {
694
- ${L(pt.color,w.primaryIconColor)};
695
+ ${W(ht.color,R.primaryIconColor)};
695
696
 
696
- ${L(z.color,w.primaryStateLayerColor)};
697
- ${L(z.opacityContentOnSurfaceHover,w.primaryHoverStateLayerOpacity)};
698
- ${L(z.opacityContentOnSurfaceFocused,w.primaryFocusStateLayerOpacity)};
699
- ${L(z.opacityContentOnSurfaceSelected,w.primaryActiveStateLayerOpacity)};
700
- ${L(z.opacityContentOnSurfacePressed,w.primaryActiveStateLayerOpacity)};
697
+ ${W(H.color,R.primaryStateLayerColor)};
698
+ ${W(H.opacityContentOnSurfaceHover,R.primaryHoverStateLayerOpacity)};
699
+ ${W(H.opacityContentOnSurfaceFocused,R.primaryFocusStateLayerOpacity)};
700
+ ${W(H.opacityContentOnSurfaceSelected,R.primaryActiveStateLayerOpacity)};
701
+ ${W(H.opacityContentOnSurfacePressed,R.primaryActiveStateLayerOpacity)};
701
702
 
702
- background-color: ${w.primaryBackgroundColor};
703
- color: ${w.primaryColor};
703
+ background-color: ${R.primaryBackgroundColor};
704
+ color: ${R.primaryColor};
704
705
  border-style: none;
705
706
  }
706
707
 
707
708
  .ft-button--primary[disabled] {
708
- opacity: ${w.primaryDisabledComponentOpacity};
709
+ opacity: ${R.primaryDisabledComponentOpacity};
709
710
  }
710
711
 
711
712
  .ft-button--primary ft-icon {
712
- color: ${w.primaryIconColor};
713
+ color: ${R.primaryIconColor};
713
714
  }
714
715
 
715
716
  /** Secondary styles **/
716
717
 
717
718
  .ft-button--secondary {
718
- ${L(pt.color,w.secondaryIconColor)};
719
+ ${W(ht.color,R.secondaryIconColor)};
719
720
 
720
- ${L(z.color,w.secondaryStateLayerColor)};
721
- ${L(z.opacityContentOnSurfaceHover,w.secondaryHoverStateLayerOpacity)};
722
- ${L(z.opacityContentOnSurfaceFocused,w.secondaryFocusStateLayerOpacity)};
723
- ${L(z.opacityContentOnSurfaceSelected,w.secondaryActiveStateLayerOpacity)};
724
- ${L(z.opacityContentOnSurfacePressed,w.secondaryActiveStateLayerOpacity)};
721
+ ${W(H.color,R.secondaryStateLayerColor)};
722
+ ${W(H.opacityContentOnSurfaceHover,R.secondaryHoverStateLayerOpacity)};
723
+ ${W(H.opacityContentOnSurfaceFocused,R.secondaryFocusStateLayerOpacity)};
724
+ ${W(H.opacityContentOnSurfaceSelected,R.secondaryActiveStateLayerOpacity)};
725
+ ${W(H.opacityContentOnSurfacePressed,R.secondaryActiveStateLayerOpacity)};
725
726
 
726
- background-color: ${w.secondaryBackgroundColor};
727
- color: ${w.secondaryColor};
728
- border-color: ${w.secondaryBorderColor};
727
+ background-color: ${R.secondaryBackgroundColor};
728
+ color: ${R.secondaryColor};
729
+ border-color: ${R.secondaryBorderColor};
729
730
  border-style: solid;
730
731
  }
731
732
 
732
733
  .ft-button--secondary[disabled] {
733
- opacity: ${w.secondaryDisabledComponentOpacity};
734
+ opacity: ${R.secondaryDisabledComponentOpacity};
734
735
  }
735
736
 
736
737
  .ft-button--secondary ft-icon {
737
- color: ${w.secondaryIconColor};
738
+ color: ${R.secondaryIconColor};
738
739
  }
739
740
 
740
741
  /** Tertiary styles **/
741
742
 
742
743
  .ft-button--tertiary {
743
- ${L(pt.color,w.tertiaryIconColor)};
744
+ ${W(ht.color,R.tertiaryIconColor)};
744
745
 
745
- ${L(z.color,w.tertiaryStateLayerColor)};
746
- ${L(z.opacityContentOnSurfaceHover,w.tertiaryHoverStateLayerOpacity)};
747
- ${L(z.opacityContentOnSurfaceFocused,w.tertiaryFocusStateLayerOpacity)};
748
- ${L(z.opacityContentOnSurfaceSelected,w.tertiaryActiveStateLayerOpacity)};
749
- ${L(z.opacityContentOnSurfacePressed,w.tertiaryActiveStateLayerOpacity)};
746
+ ${W(H.color,R.tertiaryStateLayerColor)};
747
+ ${W(H.opacityContentOnSurfaceHover,R.tertiaryHoverStateLayerOpacity)};
748
+ ${W(H.opacityContentOnSurfaceFocused,R.tertiaryFocusStateLayerOpacity)};
749
+ ${W(H.opacityContentOnSurfaceSelected,R.tertiaryActiveStateLayerOpacity)};
750
+ ${W(H.opacityContentOnSurfacePressed,R.tertiaryActiveStateLayerOpacity)};
750
751
 
751
- background-color: ${w.tertiaryBackgroundColor};
752
- color: ${w.tertiaryColor};
752
+ background-color: ${R.tertiaryBackgroundColor};
753
+ color: ${R.tertiaryColor};
753
754
  border-style: none;
754
755
  }
755
756
 
756
757
  .ft-button--tertiary[disabled] {
757
- opacity: ${w.tertiaryDisabledComponentOpacity};
758
+ opacity: ${R.tertiaryDisabledComponentOpacity};
758
759
  }
759
760
 
760
761
  .ft-button--tertiary ft-icon {
761
- color: ${w.tertiaryIconColor};
762
+ color: ${R.tertiaryIconColor};
762
763
  }
763
764
 
764
765
  /** Neutral styles **/
765
766
 
766
767
  .ft-button--neutral {
767
- ${L(pt.color,w.neutralIconColor)};
768
+ ${W(ht.color,R.neutralIconColor)};
768
769
 
769
- ${L(z.backgroundColor,w.neutralStateLayerColor)};
770
- ${L(z.opacityContentOnSurfaceHover,w.neutralHoverStateLayerOpacity)};
771
- ${L(z.opacityContentOnSurfaceFocused,w.neutralFocusStateLayerOpacity)};
772
- ${L(z.opacityContentOnSurfaceSelected,w.neutralActiveStateLayerOpacity)};
773
- ${L(z.opacityContentOnSurfacePressed,w.neutralActiveStateLayerOpacity)};
770
+ ${W(H.backgroundColor,R.neutralStateLayerColor)};
771
+ ${W(H.opacityContentOnSurfaceHover,R.neutralHoverStateLayerOpacity)};
772
+ ${W(H.opacityContentOnSurfaceFocused,R.neutralFocusStateLayerOpacity)};
773
+ ${W(H.opacityContentOnSurfaceSelected,R.neutralActiveStateLayerOpacity)};
774
+ ${W(H.opacityContentOnSurfacePressed,R.neutralActiveStateLayerOpacity)};
774
775
 
775
- background-color: ${w.neutralBackgroundColor};
776
- color: ${w.neutralColor};
776
+ background-color: ${R.neutralBackgroundColor};
777
+ color: ${R.neutralColor};
777
778
  border-style: none;
778
779
  }
779
780
 
780
781
  .ft-button--neutral[disabled] {
781
- opacity: ${w.neutralDisabledComponentOpacity};
782
+ opacity: ${R.neutralDisabledComponentOpacity};
782
783
  }
783
784
 
784
785
  .ft-button--neutral ft-icon {
785
- color: ${w.neutralIconColor};
786
+ color: ${R.neutralIconColor};
786
787
  }
787
788
 
788
789
  /** Large styles **/
789
790
 
790
791
  .ft-button--large {
791
- ${L(ft.size,w.largeIconSize)};
792
- ${L(pt.size,w.largeIconSize)};
792
+ ${W(mt.size,R.largeIconSize)};
793
+ ${W(ht.size,R.largeIconSize)};
793
794
 
794
- height: ${w.largeHeight};
795
- padding: 0 ${w.largeHorizontalPadding};
796
- gap: ${w.largeGap};
797
- border-radius: ${w.largeBorderRadius};
798
- border-width: ${w.largeBorderWidth};
795
+ height: ${R.largeHeight};
796
+ padding: 0 ${R.largeHorizontalPadding};
797
+ gap: ${R.largeGap};
798
+ border-radius: ${R.largeBorderRadius};
799
+ border-width: ${R.largeBorderWidth};
799
800
  }
800
801
 
801
802
  .ft-button--large:focus-visible {
802
- outline-width: ${w.largeFocusOutlineWidth};
803
- outline-offset: ${w.largeFocusOutlineOffset};
803
+ outline-width: ${R.largeFocusOutlineWidth};
804
+ outline-offset: ${R.largeFocusOutlineOffset};
804
805
  }
805
806
 
806
807
  .ft-button--large.ft-button--icon-only {
807
- width: ${w.largeIconOnlyWidth};
808
+ width: ${R.largeIconOnlyWidth};
808
809
  padding: unset;
809
810
  }
810
811
 
811
812
  /** Small styles **/
812
813
 
813
814
  .ft-button--small {
814
- ${L(ft.size,w.smallIconSize)};
815
- ${L(pt.size,w.smallIconSize)};
815
+ ${W(mt.size,R.smallIconSize)};
816
+ ${W(ht.size,R.smallIconSize)};
816
817
 
817
- height: ${w.smallHeight};
818
- padding: 0 ${w.smallHorizontalPadding};
819
- gap: ${w.smallGap};
820
- border-radius: ${w.smallBorderRadius};
821
- border-width: ${w.smallBorderWidth};
818
+ height: ${R.smallHeight};
819
+ padding: 0 ${R.smallHorizontalPadding};
820
+ gap: ${R.smallGap};
821
+ border-radius: ${R.smallBorderRadius};
822
+ border-width: ${R.smallBorderWidth};
822
823
  }
823
824
 
824
825
  .ft-button--small:focus-visible {
825
- outline-width: ${w.smallFocusOutlineWidth};
826
- outline-offset: ${w.smallFocusOutlineOffset};
826
+ outline-width: ${R.smallFocusOutlineWidth};
827
+ outline-offset: ${R.smallFocusOutlineOffset};
827
828
  }
828
829
 
829
830
  .ft-button--small.ft-button--icon-only {
830
- width: ${w.smallIconOnlyWidth};
831
+ width: ${R.smallIconOnlyWidth};
831
832
  padding: unset;
832
833
  }
833
- `,_o];var Mo=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},Dt=class extends tt{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary&&!this.neutral,"ft-button--neutral":this.neutral,"ft-button--large":!this.small,"ft-button--small":this.small,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon}}get typographyVariant(){return this.small?_e.caption1medium:_e.body2medium}};Dt.styles=[Po,El];Mo([b({type:Boolean})],Dt.prototype,"primary",void 0);Mo([b({type:Boolean})],Dt.prototype,"secondary",void 0);Mo([b({type:Boolean})],Dt.prototype,"tertiary",void 0);Mo([b({type:Boolean})],Dt.prototype,"neutral",void 0);Mo([b({type:Boolean})],Dt.prototype,"small",void 0);Z("ft-button")(st);Z("ftds-button")(Dt);var Gt={textColor:r.extend("--ft-checkbox-text-color","",R.colorOnSurfaceHigh),fontSize:r.extend("--ft-checkbox-font-size","",$.fontSize),colorPrimary:r.external(R.colorPrimary,"Design system"),colorOnPrimary:r.external(R.colorOnPrimary,"Design system"),borderColor:r.extend("--ft-checkbox-border-color","",R.colorOnSurfaceMedium),colorOnSurfaceDisabled:r.external(R.colorOnSurfaceDisabled,"Design system")},Nl=_`
834
+ `,_o];var Mo=function(e,t,o,n){var i=arguments.length,l=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(t,o,l):c(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},Ut=class extends rt{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary&&!this.neutral,"ft-button--neutral":this.neutral,"ft-button--large":!this.small,"ft-button--small":this.small,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon}}get typographyVariant(){return this.small?_e.caption1medium:_e.body2medium}};Ut.styles=[Wo,Lc];Mo([S({type:Boolean})],Ut.prototype,"primary",void 0);Mo([S({type:Boolean})],Ut.prototype,"secondary",void 0);Mo([S({type:Boolean})],Ut.prototype,"tertiary",void 0);Mo([S({type:Boolean})],Ut.prototype,"neutral",void 0);Mo([S({type:Boolean})],Ut.prototype,"small",void 0);X("ft-button")(dt);X("ftds-button")(Ut);var Xt={textColor:r.extend("--ft-checkbox-text-color","",$.colorOnSurfaceHigh),fontSize:r.extend("--ft-checkbox-font-size","",k.fontSize),colorPrimary:r.external($.colorPrimary,"Design system"),colorOnPrimary:r.external($.colorOnPrimary,"Design system"),borderColor:r.extend("--ft-checkbox-border-color","",$.colorOnSurfaceMedium),colorOnSurfaceDisabled:r.external($.colorOnSurfaceDisabled,"Design system")},$c=P`
834
835
  * {
835
836
  box-sizing: border-box;
836
837
  }
837
838
 
838
839
  .ft-checkbox {
839
840
  box-sizing: border-box;
840
- color: ${Gt.textColor};
841
- font-size: ${Gt.fontSize};
841
+ color: ${Xt.textColor};
842
+ font-size: ${Xt.fontSize};
842
843
 
843
844
  display: inline-flex;
844
845
  align-items: center;
@@ -846,7 +847,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
846
847
  }
847
848
 
848
849
  .ft-checkbox--disabled {
849
- color: ${Gt.colorOnSurfaceDisabled};
850
+ color: ${Xt.colorOnSurfaceDisabled};
850
851
  }
851
852
 
852
853
  input {
@@ -870,26 +871,26 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
870
871
 
871
872
  .ft-checkbox--box {
872
873
  display: flex;
873
- border: 2px solid ${Gt.borderColor};
874
+ border: 2px solid ${Xt.borderColor};
874
875
  border-radius: 2px;
875
876
 
876
877
  width: 18px;
877
878
  height: 18px;
878
879
 
879
- color: ${Gt.colorOnPrimary};
880
+ color: ${Xt.colorOnPrimary};
880
881
  }
881
882
 
882
883
 
883
884
  .ft-checkbox--checked .ft-checkbox--box,
884
885
  .ft-checkbox--indeterminate .ft-checkbox--box {
885
- border-color: ${Gt.colorPrimary};
886
- background-color: ${Gt.colorPrimary};
886
+ border-color: ${Xt.colorPrimary};
887
+ background-color: ${Xt.colorPrimary};
887
888
  }
888
889
 
889
890
  .ft-checkbox--disabled .ft-checkbox--box {
890
- border-color: ${Gt.colorOnSurfaceDisabled};
891
+ border-color: ${Xt.colorOnSurfaceDisabled};
891
892
  background-color: transparent;
892
- color: ${Gt.colorOnSurfaceDisabled};
893
+ color: ${Xt.colorOnSurfaceDisabled};
893
894
  }
894
895
 
895
896
  .ft-checkbox--checkmark {
@@ -908,8 +909,8 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
908
909
  .ft-checkbox--indeterminate .ft-checkbox--checkmark {
909
910
  opacity: 1;
910
911
  }
911
- `;var ro=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},yt=class extends D{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1}render(){let t={"ft-checkbox":!0,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return k`
912
- <label class="${Nt(t)}" for="checkbox-input">
912
+ `;var lo=function(e,t,o,n){var i=arguments.length,l=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(t,o,l):c(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},xt=class extends U{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1}render(){let t={"ft-checkbox":!0,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return T`
913
+ <label class="${It(t)}" for="checkbox-input">
913
914
  <div class="ft-checkbox--box-container">
914
915
  <ft-ripple
915
916
  ?disabled=${this.disabled}
@@ -935,14 +936,14 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
935
936
  <slot></slot>
936
937
  </ft-typography>
937
938
  </label>
938
- `}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(t){var o;super.contentAvailableCallback(t),(o=this.ripple)===null||o===void 0||o.setupFor(this.container)}};yt.elementDefinitions={"ft-ripple":H,"ft-typography":et};yt.styles=Nl;ro([b()],yt.prototype,"name",void 0);ro([b({type:Boolean,reflect:!0})],yt.prototype,"checked",void 0);ro([b({type:Boolean})],yt.prototype,"indeterminate",void 0);ro([b({type:Boolean})],yt.prototype,"disabled",void 0);ro([M(".ft-checkbox")],yt.prototype,"container",void 0);ro([M("ft-ripple")],yt.prototype,"ripple",void 0);Z("ft-checkbox")(yt);var Le={textColor:r.extend("--ft-radio-text-color","",R.colorOnSurfaceHigh),colorPrimary:r.external(R.colorPrimary,"Design system"),colorOnPrimary:r.external(R.colorOnPrimary,"Design system"),borderColor:r.extend("--ft-radio-border-color","",R.colorOnSurfaceMedium),colorOnSurfaceDisabled:r.external(R.colorOnSurfaceDisabled,"Design system")},Al=_`
939
+ `}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(t){var o;super.contentAvailableCallback(t),(o=this.ripple)===null||o===void 0||o.setupFor(this.container)}};xt.elementDefinitions={"ft-ripple":K,"ft-typography":nt};xt.styles=$c;lo([S()],xt.prototype,"name",void 0);lo([S({type:Boolean,reflect:!0})],xt.prototype,"checked",void 0);lo([S({type:Boolean})],xt.prototype,"indeterminate",void 0);lo([S({type:Boolean})],xt.prototype,"disabled",void 0);lo([D(".ft-checkbox")],xt.prototype,"container",void 0);lo([D("ft-ripple")],xt.prototype,"ripple",void 0);X("ft-checkbox")(xt);var Te={textColor:r.extend("--ft-radio-text-color","",$.colorOnSurfaceHigh),colorPrimary:r.external($.colorPrimary,"Design system"),colorOnPrimary:r.external($.colorOnPrimary,"Design system"),borderColor:r.extend("--ft-radio-border-color","",$.colorOnSurfaceMedium),colorOnSurfaceDisabled:r.external($.colorOnSurfaceDisabled,"Design system")},kc=P`
939
940
  * {
940
941
  box-sizing: border-box;
941
942
  }
942
943
 
943
944
  .ft-radio {
944
945
  box-sizing: border-box;
945
- color: ${Le.textColor};
946
+ color: ${Te.textColor};
946
947
 
947
948
  display: inline-flex;
948
949
  align-items: center;
@@ -950,7 +951,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
950
951
  }
951
952
 
952
953
  .ft-radio--disabled {
953
- color: ${Le.colorOnSurfaceDisabled};
954
+ color: ${Te.colorOnSurfaceDisabled};
954
955
  }
955
956
 
956
957
  input {
@@ -973,7 +974,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
973
974
  }
974
975
 
975
976
  .ft-radio--box {
976
- border: 2px solid ${Le.borderColor};
977
+ border: 2px solid ${Te.borderColor};
977
978
  border-radius: 50%;
978
979
 
979
980
  display: flex;
@@ -986,7 +987,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
986
987
 
987
988
  .ft-radio--box:after {
988
989
  content: " ";
989
- background-color: ${Le.colorPrimary};
990
+ background-color: ${Te.colorPrimary};
990
991
 
991
992
  border-radius: 50%;
992
993
 
@@ -998,7 +999,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
998
999
  }
999
1000
 
1000
1001
  .ft-radio--checked .ft-radio--box {
1001
- border-color: ${Le.colorPrimary};
1002
+ border-color: ${Te.colorPrimary};
1002
1003
  }
1003
1004
 
1004
1005
 
@@ -1007,24 +1008,24 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1007
1008
  }
1008
1009
 
1009
1010
  .ft-radio--disabled .ft-radio--box {
1010
- border-color: ${Le.colorOnSurfaceDisabled};
1011
+ border-color: ${Te.colorOnSurfaceDisabled};
1011
1012
  background-color: transparent;
1012
1013
  }
1013
1014
 
1014
1015
  .ft-radio--disabled .ft-radio--box:after {
1015
- background-color: ${Le.colorOnSurfaceDisabled};
1016
+ background-color: ${Te.colorOnSurfaceDisabled};
1016
1017
  }
1017
1018
 
1018
1019
  .ft-radio:has(:focus-visible) {
1019
- outline: 2px solid ${R.colorPrimary};
1020
+ outline: 2px solid ${$.colorPrimary};
1020
1021
  outline-offset: -2px;
1021
1022
  }
1022
1023
 
1023
1024
  .ft-radio ft-typography {
1024
1025
  padding-right: 2px;
1025
1026
  }
1026
- `;var Zt=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},$r=class extends CustomEvent{constructor(t,o){super("change",{detail:{value:t,checked:o},bubbles:!0,composed:!0})}},nt=class extends D{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.ariaChecked="false",this.disabled=!1,this.role="radio"}render(){let t={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return k`
1027
- <div class="${Nt(t)}">
1027
+ `;var Jt=function(e,t,o,n){var i=arguments.length,l=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(t,o,l):c(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},kr=class extends CustomEvent{constructor(t,o){super("change",{detail:{value:t,checked:o},bubbles:!0,composed:!0})}},lt=class extends U{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.ariaChecked="false",this.disabled=!1,this.role="radio"}render(){let t={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return T`
1028
+ <div class="${It(t)}">
1028
1029
  <div class="ft-radio--box-container">
1029
1030
  <ft-ripple
1030
1031
  ?disabled=${this.disabled}
@@ -1048,7 +1049,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1048
1049
  </ft-typography>
1049
1050
  </label>
1050
1051
  </div>
1051
- `}update(t){super.update(t),t.has("checked")&&(this.ariaChecked=this.checked?"true":"false")}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new $r(this.value,this.checked))}contentAvailableCallback(t){var o;super.contentAvailableCallback(t),(o=this.ripple)===null||o===void 0||o.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new $r(this.value,this.checked))}setInputTabIndex(t){this.input&&(this.input.tabIndex=t)}focus(){var t;(t=this.input)===null||t===void 0||t.focus()}};nt.elementDefinitions={"ft-ripple":H,"ft-typography":et};nt.styles=Al;Zt([b()],nt.prototype,"value",void 0);Zt([b()],nt.prototype,"name",void 0);Zt([b({type:Boolean,reflect:!0})],nt.prototype,"checked",void 0);Zt([b({attribute:"aria-checked",reflect:!0})],nt.prototype,"ariaChecked",void 0);Zt([b({type:Boolean})],nt.prototype,"disabled",void 0);Zt([b({reflect:!0,attribute:"role"})],nt.prototype,"role",void 0);Zt([M(".ft-radio")],nt.prototype,"container",void 0);Zt([M("ft-ripple")],nt.prototype,"ripple",void 0);Zt([M("input")],nt.prototype,"input",void 0);var Rl=_`
1052
+ `}update(t){super.update(t),t.has("checked")&&(this.ariaChecked=this.checked?"true":"false")}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new kr(this.value,this.checked))}contentAvailableCallback(t){var o;super.contentAvailableCallback(t),(o=this.ripple)===null||o===void 0||o.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new kr(this.value,this.checked))}setInputTabIndex(t){this.input&&(this.input.tabIndex=t)}focus(){var t;(t=this.input)===null||t===void 0||t.focus()}};lt.elementDefinitions={"ft-ripple":K,"ft-typography":nt};lt.styles=kc;Jt([S()],lt.prototype,"value",void 0);Jt([S()],lt.prototype,"name",void 0);Jt([S({type:Boolean,reflect:!0})],lt.prototype,"checked",void 0);Jt([S({attribute:"aria-checked",reflect:!0})],lt.prototype,"ariaChecked",void 0);Jt([S({type:Boolean})],lt.prototype,"disabled",void 0);Jt([S({reflect:!0,attribute:"role"})],lt.prototype,"role",void 0);Jt([D(".ft-radio")],lt.prototype,"container",void 0);Jt([D("ft-ripple")],lt.prototype,"ripple",void 0);Jt([D("input")],lt.prototype,"input",void 0);var _c=P`
1052
1053
  :host {
1053
1054
  display: block;
1054
1055
  }
@@ -1056,12 +1057,12 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1056
1057
  :host(:focus-visible) {
1057
1058
  outline: none;
1058
1059
  }
1059
- `;var no=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},Ct=class extends D{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.tabIndex=0,this.ariaLabelledBy="",this.currentSelectedIndex=0,this.onFocus=()=>{this.tabIndex==0&&(this.tabIndex=-1,setTimeout(()=>this.focusCurrentChecked(),100))},this.onFocusOut=t=>{!this.contains(t.relatedTarget)&&(this.tabIndex=0)}}render(){return k`
1060
+ `;var co=function(e,t,o,n){var i=arguments.length,l=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(t,o,l):c(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},Nt=class extends U{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.tabIndex=0,this.ariaLabelledBy="",this.currentSelectedIndex=0,this.onFocus=()=>{this.tabIndex==0&&(this.tabIndex=-1,setTimeout(()=>this.focusCurrentChecked(),100))},this.onFocusOut=t=>{!this.contains(t.relatedTarget)&&(this.tabIndex=0)}}render(){return T`
1060
1061
  <slot @slotchange=${this.onSlotChange}
1061
1062
  @change=${this.onChange}
1062
1063
  @keydown=${this.onKeyDown}
1063
1064
  ></slot>
1064
- `}connectedCallback(){super.connectedCallback(),this.addEventListener("focus",this.onFocus),this.addEventListener("focusout",this.onFocusOut)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("focus",this.onFocus),this.removeEventListener("focusout",this.onFocusOut)}onSlotChange(){this.radioButtons.forEach(t=>t.name=this.name)}contentAvailableCallback(t){super.contentAvailableCallback(t),this.radioButtons.forEach(o=>o.setInputTabIndex(-1)),this.resolveCurrentSelectedIndex()}onChange(t){t.stopPropagation(),this.radioButtons.forEach(o=>o.checked=t.detail.value===o.value),this.dispatchEvent(new CustomEvent("change",{detail:t.detail.value})),this.resolveCurrentSelectedIndex()}onKeyDown(t){let o=!1;switch(t.key){case"ArrowUp":case"ArrowLeft":{o=!0;let n=this.currentSelectedIndex-1;this.radioButtons[n<0?this.radioButtons.length-1:n].select(),this.radioButtons[n<0?this.radioButtons.length-1:n].focus();break}case"ArrowDown":case"ArrowRight":{o=!0;let n=this.currentSelectedIndex+1;this.radioButtons[n>this.radioButtons.length-1?0:n].select(),this.radioButtons[n>this.radioButtons.length-1?0:n].focus();break}case"Enter":this.radioButtons[this.currentSelectedIndex].select()}o&&(t.stopPropagation(),t.preventDefault())}resolveCurrentSelectedIndex(){let t=this.radioButtons.findIndex(o=>o.checked);t==-1?(this.currentSelectedIndex=0,this.radioButtons[0].select()):this.currentSelectedIndex=t}focusCurrentChecked(){this.radioButtons[this.currentSelectedIndex].focus()}};Ct.elementDefinitions={};Ct.styles=Rl;no([b()],Ct.prototype,"name",void 0);no([b({reflect:!0,attribute:"role"})],Ct.prototype,"role",void 0);no([b({reflect:!0})],Ct.prototype,"tabIndex",void 0);no([b({reflect:!0,attribute:"aria-labelledby"})],Ct.prototype,"ariaLabelledBy",void 0);no([Kr()],Ct.prototype,"radioButtons",void 0);no([W()],Ct.prototype,"currentSelectedIndex",void 0);Z("ft-radio")(nt);Z("ft-radio-group")(Ct);var _r={borderRadiusM:r.external(R.borderRadiusM,"Design system"),colorOutline:r.external(R.colorOutline,"Design system"),colorOnSurface:r.external(R.colorOnSurface,"Design system"),colorOnSurfaceMedium:r.external(R.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:r.external(R.colorOnSurfaceDisabled,"Design system"),colorPrimary:r.external(R.colorPrimary,"Design system"),colorOnPrimary:r.external(R.colorOnPrimary,"Design system"),fontFamily:r.external(vt.fontFamily,"Body2 typography"),fontSize:r.external(vt.fontSize,"Body2 typography"),fontWeight:r.external(vt.fontWeight,"Body2 typography"),letterSpacing:r.external(vt.letterSpacing,"Body2 typography"),lineHeight:r.external(vt.lineHeight,"Body2 typography"),textTransform:r.external(vt.textTransform,"Body2 typography")},$l=_`
1065
+ `}connectedCallback(){super.connectedCallback(),this.addEventListener("focus",this.onFocus),this.addEventListener("focusout",this.onFocusOut)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("focus",this.onFocus),this.removeEventListener("focusout",this.onFocusOut)}onSlotChange(){this.radioButtons.forEach(t=>t.name=this.name)}contentAvailableCallback(t){super.contentAvailableCallback(t),this.radioButtons.forEach(o=>o.setInputTabIndex(-1)),this.resolveCurrentSelectedIndex()}onChange(t){t.stopPropagation(),this.radioButtons.forEach(o=>o.checked=t.detail.value===o.value),this.dispatchEvent(new CustomEvent("change",{detail:t.detail.value})),this.resolveCurrentSelectedIndex()}onKeyDown(t){let o=!1;switch(t.key){case"ArrowUp":case"ArrowLeft":{o=!0;let n=this.currentSelectedIndex-1;this.radioButtons[n<0?this.radioButtons.length-1:n].select(),this.radioButtons[n<0?this.radioButtons.length-1:n].focus();break}case"ArrowDown":case"ArrowRight":{o=!0;let n=this.currentSelectedIndex+1;this.radioButtons[n>this.radioButtons.length-1?0:n].select(),this.radioButtons[n>this.radioButtons.length-1?0:n].focus();break}case"Enter":this.radioButtons[this.currentSelectedIndex].select()}o&&(t.stopPropagation(),t.preventDefault())}resolveCurrentSelectedIndex(){let t=this.radioButtons.findIndex(o=>o.checked);t==-1?(this.currentSelectedIndex=0,this.radioButtons[0].select()):this.currentSelectedIndex=t}focusCurrentChecked(){this.radioButtons[this.currentSelectedIndex].focus()}};Nt.elementDefinitions={};Nt.styles=_c;co([S()],Nt.prototype,"name",void 0);co([S({reflect:!0,attribute:"role"})],Nt.prototype,"role",void 0);co([S({reflect:!0})],Nt.prototype,"tabIndex",void 0);co([S({reflect:!0,attribute:"aria-labelledby"})],Nt.prototype,"ariaLabelledBy",void 0);co([qr()],Nt.prototype,"radioButtons",void 0);co([F()],Nt.prototype,"currentSelectedIndex",void 0);X("ft-radio")(lt);X("ft-radio-group")(Nt);var _r={borderRadiusM:r.external($.borderRadiusM,"Design system"),colorOutline:r.external($.colorOutline,"Design system"),colorOnSurface:r.external($.colorOnSurface,"Design system"),colorOnSurfaceMedium:r.external($.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:r.external($.colorOnSurfaceDisabled,"Design system"),colorPrimary:r.external($.colorPrimary,"Design system"),colorOnPrimary:r.external($.colorOnPrimary,"Design system"),fontFamily:r.external(Ct.fontFamily,"Body2 typography"),fontSize:r.external(Ct.fontSize,"Body2 typography"),fontWeight:r.external(Ct.fontWeight,"Body2 typography"),letterSpacing:r.external(Ct.letterSpacing,"Body2 typography"),lineHeight:r.external(Ct.lineHeight,"Body2 typography"),textTransform:r.external(Ct.textTransform,"Body2 typography")},Wc=P`
1065
1066
  .ft-filter-level--container {
1066
1067
  display: flex;
1067
1068
  flex-direction: column;
@@ -1111,7 +1112,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1111
1112
  }
1112
1113
 
1113
1114
  ft-button {
1114
- ${L(K.color,_r.colorOnSurface)};
1115
+ ${W(Y.color,_r.colorOnSurface)};
1115
1116
  }
1116
1117
 
1117
1118
  ft-radio, ft-checkbox {
@@ -1127,9 +1128,9 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1127
1128
  margin: 10px 0;
1128
1129
  color: ${_r.colorOnSurfaceMedium};
1129
1130
  }
1130
- `;var lt=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},Q=class extends D{constructor(){super(...arguments),this.filterId="",this.options=[],this.multivalued=!1,this.disabled=!1,this.hideSelectedOptions=!1,this.displayCount=!1,this.preventNavigation=!1,this.filter="",this.moreValuesButtonLabel="More",this.displayedValuesLimit=0,this.displayedPages=1}get hasHiddenValues(){let t=this.limit;return t!=null&&t<this.options.length}get limit(){return this.displayedValuesLimit>0?this.displayedPages*this.displayedValuesLimit:void 0}get height(){var t,o;return(o=(t=this.container)===null||t===void 0?void 0:t.scrollHeight)!==null&&o!==void 0?o:0}render(){let t=[...this.options];this.hideSelectedOptions&&(t=t.filter(n=>!n.selected)),this.filter&&(t=t.filter(n=>n.label.toLowerCase().includes(this.filter.toLowerCase())));let o=t.slice(0,this.limit);return k`
1131
+ `;var pt=function(e,t,o,n){var i=arguments.length,l=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(t,o,l):c(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},ot=class extends U{constructor(){super(...arguments),this.filterId="",this.options=[],this.multivalued=!1,this.disabled=!1,this.hideSelectedOptions=!1,this.displayCount=!1,this.preventNavigation=!1,this.filter="",this.moreValuesButtonLabel="More",this.displayedValuesLimit=0,this.displayedPages=1}get hasHiddenValues(){let t=this.limit;return t!=null&&t<this.options.length}get limit(){return this.displayedValuesLimit>0?this.displayedPages*this.displayedValuesLimit:void 0}get height(){var t,o;return(o=(t=this.container)===null||t===void 0?void 0:t.scrollHeight)!==null&&o!==void 0?o:0}render(){let t=[...this.options];this.hideSelectedOptions&&(t=t.filter(n=>!n.selected)),this.filter&&(t=t.filter(n=>n.label.toLowerCase().includes(this.filter.toLowerCase())));let o=t.slice(0,this.limit);return T`
1131
1132
  <div class="ft-filter-level--container ${this.disabled?"ft-filter--disabled":""}">
1132
- ${this.parent==null?null:k`
1133
+ ${this.parent==null?null:T`
1133
1134
  <div tabindex="0"
1134
1135
  part="controls go-back"
1135
1136
  class="ft-filter-level--go-back"
@@ -1142,15 +1143,15 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1142
1143
  <ft-typography variant="body2">${this.parent.label}</ft-typography>
1143
1144
  </div>
1144
1145
  `}
1145
- ${this.options.length===0&&this.noValuesLabel?k`
1146
+ ${this.options.length===0&&this.noValuesLabel?T`
1146
1147
  <ft-typography class="ft-filter-level--no-values" element="span" variant="body2">
1147
1148
  ${this.noValuesLabel}
1148
1149
  </ft-typography>
1149
- `:V}
1150
- ${qr(o,n=>n.value,n=>{var i;return k`
1150
+ `:j}
1151
+ ${Qr(o,n=>n.value,n=>{var i;return T`
1151
1152
  <div class="ft-filter-level--option" part="options" tabindex="-1">
1152
1153
  ${this.multivalued?this.buildMultiValuedOption(n):this.buildMonoValuedOption(n)}
1153
- ${this.preventNavigation||n.selected||((i=n.subOptions)!==null&&i!==void 0?i:[]).length===0?V:k`
1154
+ ${this.preventNavigation||n.selected||((i=n.subOptions)!==null&&i!==void 0?i:[]).length===0?j:T`
1154
1155
  <ft-button icon="thin_arrow_right"
1155
1156
  part="controls navigate-hierarchy"
1156
1157
  aria-label="expand node"
@@ -1161,7 +1162,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1161
1162
  `}
1162
1163
  </div>
1163
1164
  `})}
1164
- ${o.length<t.length?k`
1165
+ ${o.length<t.length?T`
1165
1166
  <ft-button
1166
1167
  class="ft-filter-level--display-more"
1167
1168
  icon="thin_arrow"
@@ -1170,19 +1171,19 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1170
1171
  @click=${this.displayMore}>
1171
1172
  ${this.moreValuesButtonLabel}
1172
1173
  </ft-button>
1173
- `:V}
1174
+ `:j}
1174
1175
  </div>
1175
- `}goBackOnKeyPress(t){(t.key==="Enter"||t.key===" ")&&this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}goBackOnClick(t){t.stopPropagation(),t.preventDefault(),this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}displayMore(){this.displayedPages++}buildMultiValuedOption(t){var o;return k`
1176
+ `}goBackOnKeyPress(t){(t.key==="Enter"||t.key===" ")&&this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}goBackOnClick(t){t.stopPropagation(),t.preventDefault(),this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}displayMore(){this.displayedPages++}buildMultiValuedOption(t){var o;return T`
1176
1177
  <ft-checkbox name="${this.filterId}"
1177
1178
  part="multivalued-option"
1178
1179
  data-value="${t.value}"
1179
1180
  .checked=${t.selected}
1180
1181
  .disabled=${this.disabled}
1181
- .indeterminate=${Oe((o=t.subOptions)!==null&&o!==void 0?o:[],n=>{var i;return(i=n.subOptions)!==null&&i!==void 0?i:[]}).some(n=>n.selected)}
1182
+ .indeterminate=${Ne((o=t.subOptions)!==null&&o!==void 0?o:[],n=>{var i;return(i=n.subOptions)!==null&&i!==void 0?i:[]}).some(n=>n.selected)}
1182
1183
  @change=${n=>this.optionsChanged(n,t)}>
1183
1184
  ${t.renderOption?t.renderOption:t.label}${this.displayCount?` (${t.count})`:""}
1184
1185
  </ft-checkbox>
1185
- `}buildMonoValuedOption(t){return k`
1186
+ `}buildMonoValuedOption(t){return T`
1186
1187
  <ft-radio name="${this.filterId+Math.round(Math.random()*1e6)}"
1187
1188
  part="monovalued-option"
1188
1189
  data-value="${t.value}"
@@ -1193,7 +1194,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1193
1194
  @change=${o=>this.optionsChanged(o,t)}>
1194
1195
  ${t.renderOption?t.renderOption:t.label}${this.displayCount?` (${t.count})`:""}
1195
1196
  </ft-radio>
1196
- `}onRadioKeyDown(t,o){t.stopPropagation(),(t.key===" "||t.key==="Enter")&&(t.preventDefault(),this.optionsChanged(t,o))}optionsChanged(t,o){t.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:o}))}displayLevel(t){this.dispatchEvent(new CustomEvent("display-level",{detail:t}))}};Q.elementDefinitions={"ft-button":st,"ft-ripple":H,"ft-typography":et,"ft-checkbox":yt,"ft-icon":mt,"ft-radio":nt};Q.styles=$l;lt([b({type:String})],Q.prototype,"filterId",void 0);lt([b({type:Object})],Q.prototype,"parent",void 0);lt([b({type:Array})],Q.prototype,"options",void 0);lt([b({type:Boolean})],Q.prototype,"multivalued",void 0);lt([b({type:Boolean})],Q.prototype,"disabled",void 0);lt([b({type:Boolean})],Q.prototype,"hideSelectedOptions",void 0);lt([b({type:Boolean})],Q.prototype,"displayCount",void 0);lt([b({type:Boolean})],Q.prototype,"preventNavigation",void 0);lt([b({type:String})],Q.prototype,"filter",void 0);lt([b({type:String})],Q.prototype,"moreValuesButtonLabel",void 0);lt([b({type:String})],Q.prototype,"noValuesLabel",void 0);lt([b({type:Number})],Q.prototype,"displayedValuesLimit",void 0);lt([M(".ft-filter-level--container")],Q.prototype,"container",void 0);lt([W()],Q.prototype,"radios",void 0);lt([W()],Q.prototype,"displayedPages",void 0);var le={buttonsColor:r.extend("--ft-snap-scroll-buttons-color","",R.colorPrimary),buttonsZIndex:r.create("--ft-snap-scroll-buttons-z-index","","NUMBER","1"),gap:r.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:r.external(R.colorSurface,"Design system")},_l=_`
1197
+ `}onRadioKeyDown(t,o){t.stopPropagation(),(t.key===" "||t.key==="Enter")&&(t.preventDefault(),this.optionsChanged(t,o))}optionsChanged(t,o){t.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:o}))}displayLevel(t){this.dispatchEvent(new CustomEvent("display-level",{detail:t}))}};ot.elementDefinitions={"ft-button":dt,"ft-ripple":K,"ft-typography":nt,"ft-checkbox":xt,"ft-icon":bt,"ft-radio":lt};ot.styles=Wc;pt([S({type:String})],ot.prototype,"filterId",void 0);pt([S({type:Object})],ot.prototype,"parent",void 0);pt([S({type:Array})],ot.prototype,"options",void 0);pt([S({type:Boolean})],ot.prototype,"multivalued",void 0);pt([S({type:Boolean})],ot.prototype,"disabled",void 0);pt([S({type:Boolean})],ot.prototype,"hideSelectedOptions",void 0);pt([S({type:Boolean})],ot.prototype,"displayCount",void 0);pt([S({type:Boolean})],ot.prototype,"preventNavigation",void 0);pt([S({type:String})],ot.prototype,"filter",void 0);pt([S({type:String})],ot.prototype,"moreValuesButtonLabel",void 0);pt([S({type:String})],ot.prototype,"noValuesLabel",void 0);pt([S({type:Number})],ot.prototype,"displayedValuesLimit",void 0);pt([D(".ft-filter-level--container")],ot.prototype,"container",void 0);pt([F()],ot.prototype,"radios",void 0);pt([F()],ot.prototype,"displayedPages",void 0);var ue={buttonsColor:r.extend("--ft-snap-scroll-buttons-color","",$.colorPrimary),buttonsZIndex:r.create("--ft-snap-scroll-buttons-z-index","","NUMBER","1"),gap:r.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:r.external($.colorSurface,"Design system")},Tc=P`
1197
1198
  .ft-snap-scroll {
1198
1199
  box-sizing: border-box;
1199
1200
  position: relative;
@@ -1228,7 +1229,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1228
1229
  flex-wrap: nowrap;
1229
1230
  align-items: flex-start;
1230
1231
  justify-content: flex-start;
1231
- gap: ${le.gap};
1232
+ gap: ${ue.gap};
1232
1233
  }
1233
1234
 
1234
1235
  .ft-snap-scroll--hide-scrollbar .ft-snap-scroll--content::-webkit-scrollbar {
@@ -1271,11 +1272,11 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1271
1272
  .ft-snap-scroll--next {
1272
1273
  position: absolute;
1273
1274
  display: flex;
1274
- z-index: ${le.buttonsZIndex};
1275
+ z-index: ${ue.buttonsZIndex};
1275
1276
  opacity: 1;
1276
1277
  transition: background-color .5s ease-in-out, opacity .5s ease-in-out, z-index .5s ease-in-out;
1277
- ${L(K.backgroundColor,"transparent")};
1278
- ${L(K.color,le.buttonsColor)};
1278
+ ${W(Y.backgroundColor,"transparent")};
1279
+ ${W(Y.color,ue.buttonsColor)};
1279
1280
  }
1280
1281
 
1281
1282
  .ft-snap-scroll--previous[hidden],
@@ -1288,37 +1289,37 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1288
1289
  top: 0;
1289
1290
  left: -1px;
1290
1291
  bottom: 0;
1291
- background: linear-gradient(to right, ${le.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1292
+ background: linear-gradient(to right, ${ue.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1292
1293
  }
1293
1294
 
1294
1295
  .ft-snap-scroll--vertical .ft-snap-scroll--previous {
1295
1296
  top: -1px;
1296
1297
  left: 0;
1297
1298
  right: 0;
1298
- background: linear-gradient(to bottom, ${le.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1299
+ background: linear-gradient(to bottom, ${ue.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1299
1300
  }
1300
1301
 
1301
1302
  .ft-snap-scroll--horizontal .ft-snap-scroll--next {
1302
1303
  top: 0;
1303
1304
  right: -1px;
1304
1305
  bottom: 0;
1305
- background: linear-gradient(to left, ${le.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1306
+ background: linear-gradient(to left, ${ue.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1306
1307
  }
1307
1308
 
1308
1309
  .ft-snap-scroll--vertical .ft-snap-scroll--next {
1309
1310
  left: 0;
1310
1311
  right: 0;
1311
1312
  bottom: -1px;
1312
- background: linear-gradient(to top, ${le.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1313
+ background: linear-gradient(to top, ${ue.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1313
1314
  }
1314
1315
 
1315
1316
  .ft-snap-scroll--horizontal .ft-snap-scroll--previous:hover,
1316
1317
  .ft-snap-scroll--horizontal .ft-snap-scroll--next:hover,
1317
1318
  .ft-snap-scroll--vertical .ft-snap-scroll--previous:hover,
1318
1319
  .ft-snap-scroll--vertical .ft-snap-scroll--next:hover {
1319
- background-color: ${le.colorSurface};
1320
+ background-color: ${ue.colorSurface};
1320
1321
  }
1321
- `;var Mt=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},Gi=class extends CustomEvent{constructor(t,o){super("current-element-change",{detail:{index:t,element:o}})}},ot=class extends D{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver(()=>this.scheduleUpdateScroll()),this.scrollDebouncer=new rt(200),this.updateScrollDebouncer=new rt(100)}scrollToIndex(t){this.scrollToElement(this.elements[t])}scrollIndexIntoView(t){let o=this.elements[t];if(o){let n=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.nextSize,i=this.contentSlot[this.scrollAttribute]+this.prevSize;(o[this.offsetAttribute]<i||o[this.offsetAttribute]+o[this.sizeAttribute]>n)&&this.scrollToElement(o)}}previous(){this.scrollToElement(this.elements[Math.max(0,this.closestIndexFromStart()-1)])}next(){this.scrollToElement(this.elements[Math.min(this.closestIndexFromStart()+1,this.elements.length-1)])}render(){let t=Nt({"ft-snap-scroll":!0,"ft-snap-scroll--horizontal":this.horizontal,"ft-snap-scroll--vertical":!this.horizontal,"ft-snap-scroll--hide-scrollbar":this.hideScrollbar,"ft-snap-scroll--limit-size":this.limitSize,"ft-snap-scroll--safari-fix":Do}),o=this.controls&&this.withScroll;return k`
1322
+ `;var Dt=function(e,t,o,n){var i=arguments.length,l=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(t,o,l):c(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},Xa=class extends CustomEvent{constructor(t,o){super("current-element-change",{detail:{index:t,element:o}})}},at=class extends U{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver(()=>this.scheduleUpdateScroll()),this.scrollDebouncer=new it(200),this.updateScrollDebouncer=new it(100)}scrollToIndex(t){this.scrollToElement(this.elements[t])}scrollIndexIntoView(t){let o=this.elements[t];if(o){let n=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.nextSize,i=this.contentSlot[this.scrollAttribute]+this.prevSize;(o[this.offsetAttribute]<i||o[this.offsetAttribute]+o[this.sizeAttribute]>n)&&this.scrollToElement(o)}}previous(){this.scrollToElement(this.elements[Math.max(0,this.closestIndexFromStart()-1)])}next(){this.scrollToElement(this.elements[Math.min(this.closestIndexFromStart()+1,this.elements.length-1)])}render(){let t=It({"ft-snap-scroll":!0,"ft-snap-scroll--horizontal":this.horizontal,"ft-snap-scroll--vertical":!this.horizontal,"ft-snap-scroll--hide-scrollbar":this.hideScrollbar,"ft-snap-scroll--limit-size":this.limitSize,"ft-snap-scroll--safari-fix":Do}),o=this.controls&&this.withScroll;return T`
1322
1323
  <div part="container" class="${t}">
1323
1324
  <ft-button
1324
1325
  class="ft-snap-scroll--previous"
@@ -1342,7 +1343,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1342
1343
  @click=${this.next}
1343
1344
  ></ft-button>
1344
1345
  </div>
1345
- `}update(t){super.update(t),t.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),t.has("currentElement")&&this.dispatchEvent(new Gi(this.currentElement,this.elements[this.currentElement]))}contentAvailableCallback(t){var o;super.contentAvailableCallback(t),this.contentSlot&&this.listenedContainer!==this.contentSlot&&(this.resizeObserver.observe(this.contentSlot),this.listenedContainer&&this.listenedContainer.removeEventListener("scroll",this.updateScrollCallback),this.listenedContainer=this.contentSlot,(o=this.listenedContainer)===null||o===void 0||o.addEventListener("scroll",this.updateScrollCallback))}onScroll(){this.scrollDebouncer.run(()=>this.snap()),this.scheduleUpdateScroll()}snap(){let t=this.closestElementFromStart();if(t!=null){let o=this.getDistanceFromStart(t);Math.abs(this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.contentSlot[this.scrollSizeAttribute])<o&&(t=this.lastElement),this.scrollToElement(t)}}scrollToElement(t){var o,n;t&&(this.horizontal?(o=this.contentSlot)===null||o===void 0||o.scrollTo({left:this.getOffset(t)-this.controlsSize,behavior:"smooth"}):(n=this.contentSlot)===null||n===void 0||n.scrollTo({top:this.getOffset(t)-this.controlsSize,behavior:"smooth"}),this.currentElement=this.elements.indexOf(t))}onSlotChange(){var t,o;this.elements=(o=(t=this.contentSlot)===null||t===void 0?void 0:t.assignedElements().map(n=>n))!==null&&o!==void 0?o:[],this.scheduleUpdateScroll()}closestElementFromStart(){return this.elements[this.closestIndexFromStart()]}closestIndexFromStart(){let t=-1;for(let o=0;o<this.elements.length;o++)(t<0||this.getDistanceFromStart(this.elements[o])<this.getDistanceFromStart(this.elements[t]))&&(t=o);return t}scheduleUpdateScroll(){this.updateScrollDebouncer.run(()=>this.updateScroll())}updateScroll(){this.contentSlot!=null?(this.withScroll=this.contentSlot[this.scrollSizeAttribute]>this.contentSlot[this.sizeAttribute],this.startReached=this.contentSlot[this.scrollAttribute]===0,this.endReached=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]+1>=this.contentSlot[this.scrollSizeAttribute]):(this.withScroll=!1,this.startReached=!0,this.endReached=!0)}get lastElement(){return this.elements[this.elements.length-1]}get firstElementOffset(){let t=this.elements[0];return t?t[this.offsetAttribute]:0}get controlsSize(){return this.controls?36:0}get nextSize(){return this.endReached?0:this.controlsSize}get prevSize(){return this.startReached?0:this.controlsSize}getOffset(t){return t[this.offsetAttribute]-this.firstElementOffset}getDistanceFromStart(t){let o=t===this.elements[0]?0:this.controlsSize;return Math.abs(this.getOffset(t)-this.contentSlot[this.scrollAttribute]-o)}};ot.elementDefinitions={"ft-button":st};ot.styles=_l;Mt([b({type:Boolean})],ot.prototype,"horizontal",void 0);Mt([b({type:Boolean})],ot.prototype,"hideScrollbar",void 0);Mt([b({type:Boolean})],ot.prototype,"controls",void 0);Mt([b({type:Boolean})],ot.prototype,"limitSize",void 0);Mt([W()],ot.prototype,"elements",void 0);Mt([W()],ot.prototype,"currentElement",void 0);Mt([W()],ot.prototype,"withScroll",void 0);Mt([W()],ot.prototype,"startReached",void 0);Mt([W()],ot.prototype,"endReached",void 0);Mt([M(".ft-snap-scroll--content")],ot.prototype,"contentSlot",void 0);Z("ft-snap-scroll")(ot);var wt={colorOutline:r.external(R.colorOutline,"Design system"),colorOnSurface:r.external(R.colorOnSurface,"Design system"),colorOnSurfaceMedium:r.external(R.colorOnSurfaceMedium,"Design system"),colorPrimary:r.external(R.colorPrimary,"Design system"),colorSurface:r.external(R.colorSurface,"Design system"),transitionDuration:r.external(R.transitionDuration,"Design system"),transitionTimingFunction:r.external(R.transitionTimingFunction,"Design system"),labelColor:r.extend("--ft-filter-label-color","",R.colorOnSurface),labelFontSize:r.extend("--ft-filter-label-font-size","",$.fontSize,"16px")},Pl=[Er,_`
1346
+ `}update(t){super.update(t),t.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),t.has("currentElement")&&this.dispatchEvent(new Xa(this.currentElement,this.elements[this.currentElement]))}contentAvailableCallback(t){var o;super.contentAvailableCallback(t),this.contentSlot&&this.listenedContainer!==this.contentSlot&&(this.resizeObserver.observe(this.contentSlot),this.listenedContainer&&this.listenedContainer.removeEventListener("scroll",this.updateScrollCallback),this.listenedContainer=this.contentSlot,(o=this.listenedContainer)===null||o===void 0||o.addEventListener("scroll",this.updateScrollCallback))}onScroll(){this.scrollDebouncer.run(()=>this.snap()),this.scheduleUpdateScroll()}snap(){let t=this.closestElementFromStart();if(t!=null){let o=this.getDistanceFromStart(t);Math.abs(this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.contentSlot[this.scrollSizeAttribute])<o&&(t=this.lastElement),this.scrollToElement(t)}}scrollToElement(t){var o,n;t&&(this.horizontal?(o=this.contentSlot)===null||o===void 0||o.scrollTo({left:this.getOffset(t)-this.controlsSize,behavior:"smooth"}):(n=this.contentSlot)===null||n===void 0||n.scrollTo({top:this.getOffset(t)-this.controlsSize,behavior:"smooth"}),this.currentElement=this.elements.indexOf(t))}onSlotChange(){var t,o;this.elements=(o=(t=this.contentSlot)===null||t===void 0?void 0:t.assignedElements().map(n=>n))!==null&&o!==void 0?o:[],this.scheduleUpdateScroll()}closestElementFromStart(){return this.elements[this.closestIndexFromStart()]}closestIndexFromStart(){let t=-1;for(let o=0;o<this.elements.length;o++)(t<0||this.getDistanceFromStart(this.elements[o])<this.getDistanceFromStart(this.elements[t]))&&(t=o);return t}scheduleUpdateScroll(){this.updateScrollDebouncer.run(()=>this.updateScroll())}updateScroll(){this.contentSlot!=null?(this.withScroll=this.contentSlot[this.scrollSizeAttribute]>this.contentSlot[this.sizeAttribute],this.startReached=this.contentSlot[this.scrollAttribute]===0,this.endReached=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]+1>=this.contentSlot[this.scrollSizeAttribute]):(this.withScroll=!1,this.startReached=!0,this.endReached=!0)}get lastElement(){return this.elements[this.elements.length-1]}get firstElementOffset(){let t=this.elements[0];return t?t[this.offsetAttribute]:0}get controlsSize(){return this.controls?36:0}get nextSize(){return this.endReached?0:this.controlsSize}get prevSize(){return this.startReached?0:this.controlsSize}getOffset(t){return t[this.offsetAttribute]-this.firstElementOffset}getDistanceFromStart(t){let o=t===this.elements[0]?0:this.controlsSize;return Math.abs(this.getOffset(t)-this.contentSlot[this.scrollAttribute]-o)}};at.elementDefinitions={"ft-button":dt};at.styles=Tc;Dt([S({type:Boolean})],at.prototype,"horizontal",void 0);Dt([S({type:Boolean})],at.prototype,"hideScrollbar",void 0);Dt([S({type:Boolean})],at.prototype,"controls",void 0);Dt([S({type:Boolean})],at.prototype,"limitSize",void 0);Dt([F()],at.prototype,"elements",void 0);Dt([F()],at.prototype,"currentElement",void 0);Dt([F()],at.prototype,"withScroll",void 0);Dt([F()],at.prototype,"startReached",void 0);Dt([F()],at.prototype,"endReached",void 0);Dt([D(".ft-snap-scroll--content")],at.prototype,"contentSlot",void 0);X("ft-snap-scroll")(at);var Rt={colorOutline:r.external($.colorOutline,"Design system"),colorOnSurface:r.external($.colorOnSurface,"Design system"),colorOnSurfaceMedium:r.external($.colorOnSurfaceMedium,"Design system"),colorPrimary:r.external($.colorPrimary,"Design system"),colorSurface:r.external($.colorSurface,"Design system"),transitionDuration:r.external($.transitionDuration,"Design system"),transitionTimingFunction:r.external($.transitionTimingFunction,"Design system"),labelColor:r.extend("--ft-filter-label-color","",$.colorOnSurface),labelFontSize:r.extend("--ft-filter-label-font-size","",k.fontSize,"16px")},zc=[Ir,P`
1346
1347
  :host {
1347
1348
  display: flex;
1348
1349
  max-height: 100%;
@@ -1369,7 +1370,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1369
1370
  .ft-filter--header ft-button {
1370
1371
  flex-shrink: 0;
1371
1372
  margin-left: auto;
1372
- ${L(K.iconSize,"18px")};
1373
+ ${W(Y.iconSize,"18px")};
1373
1374
  }
1374
1375
  .filter-label {
1375
1376
  display: contents;
@@ -1380,10 +1381,10 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1380
1381
  flex-shrink: 1;
1381
1382
  flex-grow: 1;
1382
1383
  word-break: break-word;
1383
- color: ${wt.labelColor};
1384
- font-size: ${wt.labelFontSize};
1385
- ${L($.lineHeight,"22px")};
1386
- ${L($.fontWeight,"bold")};
1384
+ color: ${Rt.labelColor};
1385
+ font-size: ${Rt.labelFontSize};
1386
+ ${W(k.lineHeight,"22px")};
1387
+ ${W(k.fontWeight,"bold")};
1387
1388
  }
1388
1389
 
1389
1390
  .ft-filter--filter {
@@ -1394,8 +1395,8 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1394
1395
  padding: 0 10px;
1395
1396
  overflow: hidden;
1396
1397
  height: 32px;
1397
- transition: height ${wt.transitionDuration} ${wt.transitionTimingFunction},
1398
- margin ${wt.transitionDuration} ${wt.transitionTimingFunction};
1398
+ transition: height ${Rt.transitionDuration} ${Rt.transitionTimingFunction},
1399
+ margin ${Rt.transitionDuration} ${Rt.transitionTimingFunction};
1399
1400
  transition-delay: 500ms;
1400
1401
  }
1401
1402
 
@@ -1408,15 +1409,15 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1408
1409
  display: block;
1409
1410
  width: 100%;
1410
1411
  border-radius: 4px;
1411
- border: 1px solid ${wt.colorOutline};
1412
+ border: 1px solid ${Rt.colorOutline};
1412
1413
  padding: 4px;
1413
- background-color: ${wt.colorSurface};
1414
- color: ${wt.colorOnSurface};
1415
- outline-color: ${wt.colorPrimary};
1414
+ background-color: ${Rt.colorSurface};
1415
+ color: ${Rt.colorOnSurface};
1416
+ outline-color: ${Rt.colorPrimary};
1416
1417
  }
1417
1418
 
1418
1419
  input::placeholder {
1419
- color: ${wt.colorOnSurfaceMedium};
1420
+ color: ${Rt.colorOnSurfaceMedium};
1420
1421
  }
1421
1422
 
1422
1423
  input:placeholder-shown {
@@ -1432,7 +1433,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1432
1433
  }
1433
1434
 
1434
1435
  .ft-filter--separator {
1435
- border-top: 1px solid ${wt.colorOutline};
1436
+ border-top: 1px solid ${Rt.colorOutline};
1436
1437
  margin: 4px 10px;
1437
1438
  }
1438
1439
 
@@ -1457,10 +1458,10 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1457
1458
  slot:not([name]) {
1458
1459
  display: none;
1459
1460
  }
1460
- `];var Y=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},Zi=class extends CustomEvent{constructor(t){super("change",{detail:t})}},U=class extends D{constructor(){super(...arguments),this.id="",this.label="",this.filterPlaceHolder="Filter {0}",this.clearButtonLabel="Clear",this.moreValuesButtonLabel="More",this.noValuesLabel="No values available",this.options=[],this.multivalued=!1,this.disabled=!1,this.raiseSelectedOptions=!1,this.displayCount=!1,this.displayedValuesLimit=0,this.hideClearButton=!1,this.lastLevelHasHiddenvalues=!1,this.withScroll=!1,this.filter="",this.displayedLevels=[],this.scrollResizeObserver=new ResizeObserver(()=>this.updateScroll()),this.levelsScrollDebouncer=new rt(300),this.changeDebouncer=new rt(10),this.lastDispatchedValues=[]}get flatOptions(){return Oe(this.options,t=>{var o;return(o=t.subOptions)!==null&&o!==void 0?o:[]})}get childrenFilteredFlatOptions(){return Oe(this.options,t=>{var o;return t.selected?[]:(o=t.subOptions)!==null&&o!==void 0?o:[]})}get selectedValues(){return this.childrenFilteredFlatOptions.filter(t=>t.selected).map(t=>t.value)}render(){let t=this.flatOptions.some(i=>i.selected),o=this.withScroll||this.filter||this.lastLevelHasHiddenvalues,n=this.filterPlaceHolder.replace("{0}",this.label);return k`
1461
+ `];var Q=function(e,t,o,n){var i=arguments.length,l=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(t,o,l):c(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},Ja=class extends CustomEvent{constructor(t){super("change",{detail:t})}},G=class extends U{constructor(){super(...arguments),this.id="",this.label="",this.filterPlaceHolder="Filter {0}",this.clearButtonLabel="Clear",this.moreValuesButtonLabel="More",this.noValuesLabel="No values available",this.options=[],this.multivalued=!1,this.disabled=!1,this.raiseSelectedOptions=!1,this.displayCount=!1,this.displayedValuesLimit=0,this.hideClearButton=!1,this.lastLevelHasHiddenvalues=!1,this.withScroll=!1,this.filter="",this.displayedLevels=[],this.scrollResizeObserver=new ResizeObserver(()=>this.updateScroll()),this.levelsScrollDebouncer=new it(300),this.changeDebouncer=new it(10),this.lastDispatchedValues=[]}get flatOptions(){return Ne(this.options,t=>{var o;return(o=t.subOptions)!==null&&o!==void 0?o:[]})}get childrenFilteredFlatOptions(){return Ne(this.options,t=>{var o;return t.selected?[]:(o=t.subOptions)!==null&&o!==void 0?o:[]})}get selectedValues(){return this.childrenFilteredFlatOptions.filter(t=>t.selected).map(t=>t.value)}render(){let t=this.flatOptions.some(i=>i.selected),o=this.withScroll||this.filter||this.lastLevelHasHiddenvalues,n=this.filterPlaceHolder.replace("{0}",this.label);return T`
1461
1462
  <div class="ft-filter--container ${this.disabled?"ft-filter--disabled":""}"
1462
1463
  part="container">
1463
- ${!this.label&&!t?null:k`
1464
+ ${!this.label&&!t?null:T`
1464
1465
 
1465
1466
  <div class="ft-filter--header" part="header">
1466
1467
  <div class="filter-label" id="id-group-${this.id}">
@@ -1469,7 +1470,7 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1469
1470
  </ft-typography>
1470
1471
  <slot name="label"></slot>
1471
1472
  </div>
1472
- ${t&&!this.hideClearButton?k`
1473
+ ${t&&!this.hideClearButton?T`
1473
1474
  <ft-button icon="close" dense @click=${this.clear} part="clear-button">
1474
1475
  ${this.clearButtonLabel}
1475
1476
  </ft-button>
@@ -1493,8 +1494,8 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1493
1494
  @slotchange=${this.updateOptionsFromSlot}
1494
1495
  @option-change=${this.optionsChanged}></slot>
1495
1496
  </div>
1496
- `}update(t){if(super.update(t),t.has("options")){let o=new Set(this.flatOptions.map(n=>n.value));this.displayedLevels=this.displayedLevels.filter(n=>o.has(n)),this.lastDispatchedValues=this.selectedValues}}contentAvailableCallback(t){var o,n,i,a,s;super.contentAvailableCallback(t),this.valuesContainer&&this.scrollResizeObserver.observe(this.valuesContainer),this.container&&this.scrollResizeObserver.observe(this.container),t.has("options")&&(this.updateScroll(),(o=this.levelsContainer)===null||o===void 0||o.scrollToIndex(this.displayedLevels.length)),t.has("slideIn")&&this.slideIn&&setTimeout(()=>{var l;(l=this.levelsContainer)===null||l===void 0||l.next(),this.slideIn=void 0},0),t.has("slideOut")&&this.slideOut&&((n=this.levelsContainer)===null||n===void 0||n.previous(),setTimeout(()=>{this.displayedLevels.pop(),this.slideOut=void 0},300)),this.lastLevelHasHiddenvalues=(s=(a=(i=this.shadowRoot)===null||i===void 0?void 0:i.querySelector(".ft-filter--levels ft-filter-level:last-child"))===null||a===void 0?void 0:a.hasHiddenValues)!==null&&s!==void 0?s:!1}renderLevels(){let t=this.flatOptions,o=t.filter(a=>a.selected),n=this.slideIn||this.slideOut?this.displayedLevels.length-2:this.displayedLevels.length-1,i=n<0?"ft-filter--level-center":"ft-filter--level-left";return k`
1497
- ${this.raiseSelectedOptions&&o.length>0?k`
1497
+ `}update(t){if(super.update(t),t.has("options")){let o=new Set(this.flatOptions.map(n=>n.value));this.displayedLevels=this.displayedLevels.filter(n=>o.has(n)),this.lastDispatchedValues=this.selectedValues}}contentAvailableCallback(t){var o,n,i,l,c;super.contentAvailableCallback(t),this.valuesContainer&&this.scrollResizeObserver.observe(this.valuesContainer),this.container&&this.scrollResizeObserver.observe(this.container),t.has("options")&&(this.updateScroll(),(o=this.levelsContainer)===null||o===void 0||o.scrollToIndex(this.displayedLevels.length)),t.has("slideIn")&&this.slideIn&&setTimeout(()=>{var s;(s=this.levelsContainer)===null||s===void 0||s.next(),this.slideIn=void 0},0),t.has("slideOut")&&this.slideOut&&((n=this.levelsContainer)===null||n===void 0||n.previous(),setTimeout(()=>{this.displayedLevels.pop(),this.slideOut=void 0},300)),this.lastLevelHasHiddenvalues=(c=(l=(i=this.shadowRoot)===null||i===void 0?void 0:i.querySelector(".ft-filter--levels ft-filter-level:last-child"))===null||l===void 0?void 0:l.hasHiddenValues)!==null&&c!==void 0?c:!1}renderLevels(){let t=this.flatOptions,o=t.filter(l=>l.selected),n=this.slideIn||this.slideOut?this.displayedLevels.length-2:this.displayedLevels.length-1,i=n<0?"ft-filter--level-center":"ft-filter--level-left";return T`
1498
+ ${this.raiseSelectedOptions&&o.length>0?T`
1498
1499
  <ft-filter-level
1499
1500
  filterId="${this.id}"
1500
1501
  ?multivalued=${this.multivalued}
@@ -1510,11 +1511,11 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1510
1511
  `:null}
1511
1512
  <ft-snap-scroll horizontal hideScrollbar
1512
1513
  class="ft-filter--levels"
1513
- @current-element-change=${a=>this.levelsScrollDebouncer.run(()=>{for(;a.detail.index<this.displayedLevels.length;)this.displayedLevels.pop();this.requestUpdate()})}>
1514
+ @current-element-change=${l=>this.levelsScrollDebouncer.run(()=>{for(;l.detail.index<this.displayedLevels.length;)this.displayedLevels.pop();this.requestUpdate()})}>
1514
1515
  ${this.renderLevel(i,this.options)}
1515
- ${this.displayedLevels.map(a=>t.find(s=>s.value===a)).map((a,s)=>{var l;let c=a?.value===this.slideIn||a?.value===this.slideOut?"ft-filter--level-right":s===n?"ft-filter--level-center":"ft-filter--level-left";return this.renderLevel(c,(l=a?.subOptions)!==null&&l!==void 0?l:[],a)})}
1516
+ ${this.displayedLevels.map(l=>t.find(c=>c.value===l)).map((l,c)=>{var s;let d=l?.value===this.slideIn||l?.value===this.slideOut?"ft-filter--level-right":c===n?"ft-filter--level-center":"ft-filter--level-left";return this.renderLevel(d,(s=l?.subOptions)!==null&&s!==void 0?s:[],l)})}
1516
1517
  </ft-snap-scroll>
1517
- `}renderLevel(t,o,n){return k`
1518
+ `}renderLevel(t,o,n){return T`
1518
1519
  <ft-filter-level
1519
1520
  class="${t}"
1520
1521
  filterId="${this.id}"
@@ -1534,9 +1535,9 @@ Also for action icons.`,d.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1534
1535
  .exportpartsPrefixes=${["values","available-values"]}
1535
1536
  noValuesLabel="${this.noValuesLabel}"
1536
1537
  ></ft-filter-level>
1537
- `}goBack(t){this.slideOut=t.detail.value}onDisplayLevel(t){this.displayedLevels.push(t.detail.value),this.slideIn=t.detail.value}clear(){if(this.flatOptions.forEach(t=>t.selected=!1),this.displayedLevels.length>0){let t=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[t],this.slideOut=t}this.optionsChanged()}onChange(t){var o;t.stopPropagation();let n=this.flatOptions.find(a=>a.value===t.detail.value);n.selected=!n.selected;let i=a=>{var s;a!==n&&(a.selected=!1),(s=a.subOptions)===null||s===void 0||s.forEach(i)};this.multivalued?(o=n.subOptions)===null||o===void 0||o.forEach(i):this.options.forEach(i),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run(()=>{var t;this.sendEventIfValuesChanged(),this.requestUpdate(),(t=this.levels)===null||t===void 0||t.forEach(o=>o.requestUpdate())})}sendEventIfValuesChanged(){let t=this.selectedValues;Se(this.lastDispatchedValues,t)||(this.dispatchEvent(new Zi(t)),this.lastDispatchedValues=t)}updateOptionsFromSlot(t){t.stopPropagation(),this.options=this.slotElement.assignedElements().map(o=>o),this.optionsChanged()}onFilterChange(){var t,o;this.filter=(o=(t=this.filterInput)===null||t===void 0?void 0:t.value)!==null&&o!==void 0?o:""}updateScroll(){this.valuesContainer&&(this.withScroll=this.valuesContainer.scrollHeight>this.valuesContainer.clientHeight)}};U.elementDefinitions={"ft-button":st,"ft-filter-level":Q,"ft-snap-scroll":ot,"ft-typography":et};U.styles=Pl;Y([b({type:String})],U.prototype,"id",void 0);Y([b({type:String})],U.prototype,"label",void 0);Y([b({type:String})],U.prototype,"filterPlaceHolder",void 0);Y([b({type:String})],U.prototype,"clearButtonLabel",void 0);Y([b({type:String})],U.prototype,"moreValuesButtonLabel",void 0);Y([b({type:String})],U.prototype,"noValuesLabel",void 0);Y([Ce([])],U.prototype,"options",void 0);Y([b({type:Boolean})],U.prototype,"multivalued",void 0);Y([b({type:Boolean})],U.prototype,"disabled",void 0);Y([b({type:Boolean})],U.prototype,"raiseSelectedOptions",void 0);Y([b({type:Boolean})],U.prototype,"displayCount",void 0);Y([b({type:Number})],U.prototype,"displayedValuesLimit",void 0);Y([b({type:Boolean})],U.prototype,"hideClearButton",void 0);Y([M(".ft-filter--slot")],U.prototype,"slotElement",void 0);Y([M(".ft-filter--container")],U.prototype,"container",void 0);Y([M(".ft-filter--values")],U.prototype,"valuesContainer",void 0);Y([M(".ft-filter--levels")],U.prototype,"levelsContainer",void 0);Y([W()],U.prototype,"lastLevelHasHiddenvalues",void 0);Y([M(".ft-filter--filter input")],U.prototype,"filterInput",void 0);Y([Vr(".ft-filter--levels ft-filter-level")],U.prototype,"levels",void 0);Y([W()],U.prototype,"withScroll",void 0);Y([W()],U.prototype,"filter",void 0);Y([W()],U.prototype,"slideIn",void 0);Y([W()],U.prototype,"slideOut",void 0);var io=function(e,t,o,n){var i=arguments.length,a=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(e,t,o,n);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(i<3?s(a):i>3?s(t,o,a):s(t,o))||a);return i>3&&a&&Object.defineProperty(t,o,a),a},$t=class extends D{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return k`
1538
+ `}goBack(t){this.slideOut=t.detail.value}onDisplayLevel(t){this.displayedLevels.push(t.detail.value),this.slideIn=t.detail.value}clear(){if(this.flatOptions.forEach(t=>t.selected=!1),this.displayedLevels.length>0){let t=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[t],this.slideOut=t}this.optionsChanged()}onChange(t){var o;t.stopPropagation();let n=this.flatOptions.find(l=>l.value===t.detail.value);n.selected=!n.selected;let i=l=>{var c;l!==n&&(l.selected=!1),(c=l.subOptions)===null||c===void 0||c.forEach(i)};this.multivalued?(o=n.subOptions)===null||o===void 0||o.forEach(i):this.options.forEach(i),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run(()=>{var t;this.sendEventIfValuesChanged(),this.requestUpdate(),(t=this.levels)===null||t===void 0||t.forEach(o=>o.requestUpdate())})}sendEventIfValuesChanged(){let t=this.selectedValues;Ee(this.lastDispatchedValues,t)||(this.dispatchEvent(new Ja(t)),this.lastDispatchedValues=t)}updateOptionsFromSlot(t){t.stopPropagation(),this.options=this.slotElement.assignedElements().map(o=>o),this.optionsChanged()}onFilterChange(){var t,o;this.filter=(o=(t=this.filterInput)===null||t===void 0?void 0:t.value)!==null&&o!==void 0?o:""}updateScroll(){this.valuesContainer&&(this.withScroll=this.valuesContainer.scrollHeight>this.valuesContainer.clientHeight)}};G.elementDefinitions={"ft-button":dt,"ft-filter-level":ot,"ft-snap-scroll":at,"ft-typography":nt};G.styles=zc;Q([S({type:String})],G.prototype,"id",void 0);Q([S({type:String})],G.prototype,"label",void 0);Q([S({type:String})],G.prototype,"filterPlaceHolder",void 0);Q([S({type:String})],G.prototype,"clearButtonLabel",void 0);Q([S({type:String})],G.prototype,"moreValuesButtonLabel",void 0);Q([S({type:String})],G.prototype,"noValuesLabel",void 0);Q([Re([])],G.prototype,"options",void 0);Q([S({type:Boolean})],G.prototype,"multivalued",void 0);Q([S({type:Boolean})],G.prototype,"disabled",void 0);Q([S({type:Boolean})],G.prototype,"raiseSelectedOptions",void 0);Q([S({type:Boolean})],G.prototype,"displayCount",void 0);Q([S({type:Number})],G.prototype,"displayedValuesLimit",void 0);Q([S({type:Boolean})],G.prototype,"hideClearButton",void 0);Q([D(".ft-filter--slot")],G.prototype,"slotElement",void 0);Q([D(".ft-filter--container")],G.prototype,"container",void 0);Q([D(".ft-filter--values")],G.prototype,"valuesContainer",void 0);Q([D(".ft-filter--levels")],G.prototype,"levelsContainer",void 0);Q([F()],G.prototype,"lastLevelHasHiddenvalues",void 0);Q([D(".ft-filter--filter input")],G.prototype,"filterInput",void 0);Q([Yr(".ft-filter--levels ft-filter-level")],G.prototype,"levels",void 0);Q([F()],G.prototype,"withScroll",void 0);Q([F()],G.prototype,"filter",void 0);Q([F()],G.prototype,"slideIn",void 0);Q([F()],G.prototype,"slideOut",void 0);var so=function(e,t,o,n){var i=arguments.length,l=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,t,o,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(t,o,l):c(t,o))||l);return i>3&&l&&Object.defineProperty(t,o,l),l},$t=class extends U{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return T`
1538
1539
  <slot class="ft-filter-option--slot" @slotchange=${this.updateSubOptionsFromSlot}></slot>
1539
- `}updateSubOptionsFromSlot(t){t.stopPropagation(),this.subOptions=this.slotElement.assignedElements().map(o=>o)}update(t){super.update(t),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}};$t.elementDefinitions={};io([b({type:String})],$t.prototype,"label",void 0);io([b({type:Object,converter:e=>e})],$t.prototype,"value",void 0);io([b({type:Boolean,reflect:!0})],$t.prototype,"selected",void 0);io([b({type:Object})],$t.prototype,"subOptions",void 0);io([Ce({})],$t.prototype,"renderOption",void 0);io([M(".ft-filter-option--slot")],$t.prototype,"slotElement",void 0);Z("ft-filter")(U);Z("ft-filter-option")($t);})();
1540
+ `}updateSubOptionsFromSlot(t){t.stopPropagation(),this.subOptions=this.slotElement.assignedElements().map(o=>o)}update(t){super.update(t),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}};$t.elementDefinitions={};so([S({type:String})],$t.prototype,"label",void 0);so([S({type:Object,converter:e=>e})],$t.prototype,"value",void 0);so([S({type:Boolean,reflect:!0})],$t.prototype,"selected",void 0);so([S({type:Object})],$t.prototype,"subOptions",void 0);so([Re({})],$t.prototype,"renderOption",void 0);so([D(".ft-filter-option--slot")],$t.prototype,"slotElement",void 0);X("ft-filter")(G);X("ft-filter-option")($t);})();
1540
1541
  /*! Bundled license information:
1541
1542
 
1542
1543
  @webcomponents/scoped-custom-element-registry/src/scoped-custom-element-registry.js: