@fluid-topics/ft-text-area 2.0.14 → 2.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ft-text-area.min.js +38 -38
- package/package.json +5 -5
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";(()=>{var s4=Object.create;var yn=Object.defineProperty;var l4=Object.getOwnPropertyDescriptor;var d4=Object.getOwnPropertyNames;var f4=Object.getPrototypeOf,u4=Object.prototype.hasOwnProperty;var p4=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),B=(e,t)=>{for(var r in t)yn(e,r,{get:t[r],enumerable:!0})},h4=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of d4(t))!u4.call(e,a)&&a!==r&&yn(e,a,{get:()=>t[a],enumerable:!(n=l4(t,a))||n.enumerable});return e};var m4=(e,t,r)=>(r=e!=null?s4(f4(e)):{},h4(t||!e||!e.__esModule?yn(r,"default",{value:e,enumerable:!0}):r,e));var Rl=p4((ht,Ol)=>{var jo=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof global<"u"&&global,Ko=function(){function e(){this.fetch=!1,this.DOMException=jo.DOMException}return e.prototype=jo,new e}();(function(e){var t=function(r){var n=typeof e<"u"&&e||typeof self<"u"&&self||typeof global<"u"&&global||{},a={searchParams:"URLSearchParams"in n,iterable:"Symbol"in n&&"iterator"in Symbol,blob:"FileReader"in n&&"Blob"in n&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in n,arrayBuffer:"ArrayBuffer"in n};function i(b){return b&&DataView.prototype.isPrototypeOf(b)}if(a.arrayBuffer)var c=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],s=ArrayBuffer.isView||function(b){return b&&c.indexOf(Object.prototype.toString.call(b))>-1};function d(b){if(typeof b!="string"&&(b=String(b)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(b)||b==="")throw new TypeError('Invalid character in header field name: "'+b+'"');return b.toLowerCase()}function f(b){return typeof b!="string"&&(b=String(b)),b}function h(b){var C={next:function(){var P=b.shift();return{done:P===void 0,value:P}}};return a.iterable&&(C[Symbol.iterator]=function(){return C}),C}function p(b){this.map={},b instanceof p?b.forEach(function(C,P){this.append(P,C)},this):Array.isArray(b)?b.forEach(function(C){if(C.length!=2)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+C.length);this.append(C[0],C[1])},this):b&&Object.getOwnPropertyNames(b).forEach(function(C){this.append(C,b[C])},this)}p.prototype.append=function(b,C){b=d(b),C=f(C);var P=this.map[b];this.map[b]=P?P+", "+C:C},p.prototype.delete=function(b){delete this.map[d(b)]},p.prototype.get=function(b){return b=d(b),this.has(b)?this.map[b]:null},p.prototype.has=function(b){return this.map.hasOwnProperty(d(b))},p.prototype.set=function(b,C){this.map[d(b)]=f(C)},p.prototype.forEach=function(b,C){for(var P in this.map)this.map.hasOwnProperty(P)&&b.call(C,this.map[P],P,this)},p.prototype.keys=function(){var b=[];return this.forEach(function(C,P){b.push(P)}),h(b)},p.prototype.values=function(){var b=[];return this.forEach(function(C){b.push(C)}),h(b)},p.prototype.entries=function(){var b=[];return this.forEach(function(C,P){b.push([P,C])}),h(b)},a.iterable&&(p.prototype[Symbol.iterator]=p.prototype.entries);function y(b){if(!b._noBody){if(b.bodyUsed)return Promise.reject(new TypeError("Already read"));b.bodyUsed=!0}}function x(b){return new Promise(function(C,P){b.onload=function(){C(b.result)},b.onerror=function(){P(b.error)}})}function v(b){var C=new FileReader,P=x(C);return C.readAsArrayBuffer(b),P}function A(b){var C=new FileReader,P=x(C),
|
|
2
|
-
`)===0?W.substr(1,W.length):W}).forEach(function(W){var X=W.split(":"),F=X.shift().trim();if(F){var go=X.join(":").trim();try{C.append(F,go)}catch(gn){console.warn("Response "+gn.message)}}}),C}w.call(L.prototype);function $(b,C){if(!(this instanceof $))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(C||(C={}),this.type="default",this.status=C.status===void 0?200:C.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=C.statusText===void 0?"":""+C.statusText,this.headers=new p(C.headers),this.url=C.url||"",this._initBody(b)}w.call($.prototype),$.prototype.clone=function(){return new $(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new p(this.headers),url:this.url})},$.error=function(){var b=new $(null,{status:200,statusText:""});return b.ok=!1,b.status=0,b.type="error",b};var G=[301,302,303,307,308];$.redirect=function(b,C){if(G.indexOf(C)===-1)throw new RangeError("Invalid status code");return new $(null,{status:C,headers:{location:b}})},r.DOMException=n.DOMException;try{new r.DOMException}catch{r.DOMException=function(C,P){this.message=C,this.name=P;var W=Error(C);this.stack=W.stack},r.DOMException.prototype=Object.create(Error.prototype),r.DOMException.prototype.constructor=r.DOMException}function k(b,C){return new Promise(function(P,W){var X=new L(b,C);if(X.signal&&X.signal.aborted)return W(new r.DOMException("Aborted","AbortError"));var F=new XMLHttpRequest;function go(){F.abort()}F.onload=function(){var ie={statusText:F.statusText,headers:U(F.getAllResponseHeaders()||"")};X.url.indexOf("file://")===0&&(F.status<200||F.status>599)?ie.status=200:ie.status=F.status,ie.url="responseURL"in F?F.responseURL:ie.headers.get("X-Request-URL");var xt="response"in F?F.response:F.responseText;setTimeout(function(){P(new $(xt,ie))},0)},F.onerror=function(){setTimeout(function(){W(new TypeError("Network request failed"))},0)},F.ontimeout=function(){setTimeout(function(){W(new TypeError("Network request timed out"))},0)},F.onabort=function(){setTimeout(function(){W(new r.DOMException("Aborted","AbortError"))},0)};function gn(ie){try{return ie===""&&n.location.href?n.location.href:ie}catch{return ie}}if(F.open(X.method,gn(X.url),!0),X.credentials==="include"?F.withCredentials=!0:X.credentials==="omit"&&(F.withCredentials=!1),"responseType"in F&&(a.blob?F.responseType="blob":a.arrayBuffer&&(F.responseType="arraybuffer")),C&&typeof C.headers=="object"&&!(C.headers instanceof p||n.Headers&&C.headers instanceof n.Headers)){var Mc=[];Object.getOwnPropertyNames(C.headers).forEach(function(ie){Mc.push(d(ie)),F.setRequestHeader(ie,f(C.headers[ie]))}),X.headers.forEach(function(ie,xt){Mc.indexOf(xt)===-1&&F.setRequestHeader(xt,ie)})}else X.headers.forEach(function(ie,xt){F.setRequestHeader(xt,ie)});X.signal&&(X.signal.addEventListener("abort",go),F.onreadystatechange=function(){F.readyState===4&&X.signal.removeEventListener("abort",go)}),F.send(typeof X._bodyInit>"u"?null:X._bodyInit)})}return k.polyfill=!0,n.fetch||(n.fetch=k,n.Headers=p,n.Request=L,n.Response=$),r.Headers=p,r.Request=L,r.Response=$,r.fetch=k,r}({})})(Ko);Ko.fetch.ponyfill=!0;delete Ko.fetch.polyfill;var lr=jo.fetch?jo:Ko;ht=lr.fetch;ht.default=lr.fetch;ht.fetch=lr.fetch;ht.Headers=lr.Headers;ht.Request=lr.Request;ht.Response=lr.Response;Ol.exports=ht});if(!ShadowRoot.prototype.createElement){let e=window.HTMLElement,t=window.customElements.define,r=window.customElements.get,n=window.customElements,a=new WeakMap,i=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(S,E){if(S=S.toLowerCase(),this._getDefinition(S)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${S}" has already been used with this registry`);if(this._definitionsByClass.get(E)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let L=E.prototype.attributeChangedCallback,M=new Set(E.observedAttributes||[]);y(E,M,L);let U={elementClass:E,connectedCallback:E.prototype.connectedCallback,disconnectedCallback:E.prototype.disconnectedCallback,adoptedCallback:E.prototype.adoptedCallback,attributeChangedCallback:L,formAssociated:E.formAssociated,formAssociatedCallback:E.prototype.formAssociatedCallback,formDisabledCallback:E.prototype.formDisabledCallback,formResetCallback:E.prototype.formResetCallback,formStateRestoreCallback:E.prototype.formStateRestoreCallback,observedAttributes:M};this._definitionsByTag.set(S,U),this._definitionsByClass.set(E,U);let $=r.call(n,S);$||($=p(S),t.call(n,S,$)),this===window.customElements&&(c.set(E,U),U.standInClass=$);let G=this._awaitingUpgrade.get(S);if(G){this._awaitingUpgrade.delete(S);for(let b of G)i.delete(b),v(b,U,!0)}let k=this._whenDefinedPromises.get(S);return k!==void 0&&(k.resolve(E),this._whenDefinedPromises.delete(S)),E}upgrade(){O.push(this),n.upgrade.apply(n,arguments),O.pop()}get(S){return this._definitionsByTag.get(S)?.elementClass}_getDefinition(S){return this._definitionsByTag.get(S)}whenDefined(S){let E=this._getDefinition(S);if(E!==void 0)return Promise.resolve(E.elementClass);let L=this._whenDefinedPromises.get(S);return L===void 0&&(L={},L.promise=new Promise(M=>L.resolve=M),this._whenDefinedPromises.set(S,L)),L.promise}_upgradeWhenDefined(S,E,L){let M=this._awaitingUpgrade.get(E);M||this._awaitingUpgrade.set(E,M=new Set),L?M.add(S):M.delete(S)}};let d;window.HTMLElement=function(){let E=d;if(E)return d=void 0,E;let L=c.get(this.constructor);if(!L)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return E=Reflect.construct(e,[],L.standInClass),Object.setPrototypeOf(E,this.constructor.prototype),a.set(E,L),E},window.HTMLElement.prototype=e.prototype;let f=S=>S===document||S instanceof ShadowRoot,h=S=>{let E=S.getRootNode();if(!f(E)){let L=O[O.length-1];if(L instanceof CustomElementRegistry)return L;E=L.getRootNode(),f(E)||(E=s.get(E)?.getRootNode()||document)}return E.customElements},p=S=>class{static get formAssociated(){return!0}constructor(){let L=Reflect.construct(e,[],this.constructor);Object.setPrototypeOf(L,HTMLElement.prototype);let M=h(L)||window.customElements,U=M._getDefinition(S);return U?v(L,U):i.set(L,M),L}connectedCallback(){let L=a.get(this);L?L.connectedCallback&&L.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,S,!0)}disconnectedCallback(){let L=a.get(this);L?L.disconnectedCallback&&L.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,S,!1)}adoptedCallback(){a.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let L=a.get(this);L&&L.formAssociated&&L?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let L=a.get(this);L?.formAssociated&&L?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let L=a.get(this);L?.formAssociated&&L?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let L=a.get(this);L?.formAssociated&&L?.formStateRestoreCallback?.apply(this,arguments)}},y=(S,E,L)=>{if(E.size===0||L===void 0)return;let M=S.prototype.setAttribute;M&&(S.prototype.setAttribute=function(G,k){let b=G.toLowerCase();if(E.has(b)){let C=this.getAttribute(b);M.call(this,b,k),L.call(this,b,C,k)}else M.call(this,b,k)});let U=S.prototype.removeAttribute;U&&(S.prototype.removeAttribute=function(G){let k=G.toLowerCase();if(E.has(k)){let b=this.getAttribute(k);U.call(this,k),L.call(this,k,b,null)}else U.call(this,k)});let $=S.prototype.toggleAttribute;$&&(S.prototype.toggleAttribute=function(G,k){let b=G.toLowerCase();if(E.has(b)){let C=this.getAttribute(b);$.call(this,b,k);let P=this.getAttribute(b);L.call(this,b,C,P)}else $.call(this,b,k)})},x=S=>{let E=Object.getPrototypeOf(S);if(E!==window.HTMLElement)return E===e?Object.setPrototypeOf(S,window.HTMLElement):x(E)},v=(S,E,L=!1)=>{Object.setPrototypeOf(S,E.elementClass.prototype),a.set(S,E),d=S;try{new E.elementClass}catch{x(E.elementClass),new E.elementClass}E.attributeChangedCallback&&E.observedAttributes.forEach(M=>{S.hasAttribute(M)&&E.attributeChangedCallback.call(S,M,null,S.getAttribute(M))}),L&&E.connectedCallback&&S.isConnected&&E.connectedCallback.call(S)},A=Element.prototype.attachShadow;Element.prototype.attachShadow=function(S){let E=A.apply(this,arguments);return S.customElements&&(E.customElements=S.customElements),E};let O=[document],_=(S,E,L=void 0)=>{let M=(L?Object.getPrototypeOf(L):S.prototype)[E];S.prototype[E]=function(){O.push(this);let U=M.apply(L||this,arguments);return U!==void 0&&s.set(U,this),O.pop(),U}};_(ShadowRoot,"createElement",document),_(ShadowRoot,"importNode",document),_(Element,"insertAdjacentHTML");let w=(S,E)=>{let L=Object.getOwnPropertyDescriptor(S.prototype,E);Object.defineProperty(S.prototype,E,{...L,set(M){O.push(this),L.set.call(this,M),O.pop()}})};if(w(Element,"innerHTML"),w(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let S=new WeakMap,E=HTMLElement.prototype.attachInternals,L=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...G){let k=E.call(this,...G);return S.set(k,this),k},L.forEach(G=>{let k=window.ElementInternals.prototype,b=k[G];k[G]=function(...C){let P=S.get(this);if(a.get(P).formAssociated===!0)return b?.call(this,...C);throw new DOMException(`Failed to execute ${b} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class M extends Array{constructor(k){super(...k),this._elements=k}get value(){return this._elements.find(k=>k.checked===!0)?.value||""}}class U{constructor(k){let b=new Map;k.forEach((C,P)=>{let W=C.getAttribute("name"),X=b.get(W)||[];this[+P]=C,X.push(C),b.set(W,X)}),this.length=k.length,b.forEach((C,P)=>{C&&(C.length===1?this[P]=C[0]:this[P]=new M(C))})}namedItem(k){return this[k]}}let $=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let G=$.get.call(this,[]),k=[];for(let b of G){let C=a.get(b);(!C||C.formAssociated===!0)&&k.push(b)}return new U(k)}})}}try{window.customElements.define("custom-element",null)}catch{let t=window.customElements.define;window.customElements.define=(r,n,a)=>{if(n!==null)try{t.bind(window.customElements)(r,n,a)}catch(i){console.info(r,n,a,i)}}}var Nn={};B(Nn,{CSSResult:()=>jt,LitElement:()=>Ve,ReactiveElement:()=>Te,_$LE:()=>R4,_$LH:()=>Rn,adoptStyles:()=>Nr,css:()=>D,defaultConverter:()=>Kt,getCompatibleStyle:()=>bo,html:()=>te,isServer:()=>_5,mathml:()=>On,noChange:()=>se,notEqual:()=>Mr,nothing:()=>Z,render:()=>_n,supportsAdoptingStyleSheets:()=>wr,svg:()=>Ln,unsafeCSS:()=>Ne});var yo=globalThis,wr=yo.ShadowRoot&&(yo.ShadyCSS===void 0||yo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,bn=Symbol(),Pc=new WeakMap,jt=class{constructor(t,r,n){if(this._$cssResult$=!0,n!==bn)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=r}get styleSheet(){let t=this.o,r=this.t;if(wr&&t===void 0){let n=r!==void 0&&r.length===1;n&&(t=Pc.get(r)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),n&&Pc.set(r,t))}return t}toString(){return this.cssText}},Ne=e=>new jt(typeof e=="string"?e:e+"",void 0,bn),D=(e,...t)=>{let r=e.length===1?e[0]:t.reduce((n,a,i)=>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.")})(a)+e[i+1],e[0]);return new jt(r,e,bn)},Nr=(e,t)=>{if(wr)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),a=yo.litNonce;a!==void 0&&n.setAttribute("nonce",a),n.textContent=r.cssText,e.appendChild(n)}},bo=wr?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let r="";for(let n of t.cssRules)r+=n.cssText;return Ne(r)})(e):e;var{is:g4,defineProperty:y4,getOwnPropertyDescriptor:b4,getOwnPropertyNames:x4,getOwnPropertySymbols:v4,getPrototypeOf:E4}=Object,xo=globalThis,zc=xo.trustedTypes,S4=zc?zc.emptyScript:"",C4=xo.reactiveElementPolyfillSupport,Tr=(e,t)=>e,Kt={toAttribute(e,t){switch(t){case Boolean:e=e?S4:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let r=e;switch(t){case Boolean:r=e!==null;break;case Number:r=e===null?null:Number(e);break;case Object:case Array:try{r=JSON.parse(e)}catch{r=null}}return r}},Mr=(e,t)=>!g4(e,t),kc={attribute:!0,type:String,converter:Kt,reflect:!1,useDefault:!1,hasChanged:Mr};Symbol.metadata??=Symbol("metadata"),xo.litPropertyMetadata??=new WeakMap;var Te=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,r=kc){if(r.state&&(r.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((r=Object.create(r)).wrapped=!0),this.elementProperties.set(t,r),!r.noAccessor){let n=Symbol(),a=this.getPropertyDescriptor(t,n,r);a!==void 0&&y4(this.prototype,t,a)}}static getPropertyDescriptor(t,r,n){let{get:a,set:i}=b4(this.prototype,t)??{get(){return this[r]},set(c){this[r]=c}};return{get:a,set(c){let s=a?.call(this);i?.call(this,c),this.requestUpdate(t,s,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??kc}static _$Ei(){if(this.hasOwnProperty(Tr("elementProperties")))return;let t=E4(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Tr("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Tr("properties"))){let r=this.properties,n=[...x4(r),...v4(r)];for(let a of n)this.createProperty(a,r[a])}let t=this[Symbol.metadata];if(t!==null){let r=litPropertyMetadata.get(t);if(r!==void 0)for(let[n,a]of r)this.elementProperties.set(n,a)}this._$Eh=new Map;for(let[r,n]of this.elementProperties){let a=this._$Eu(r,n);a!==void 0&&this._$Eh.set(a,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){let r=[];if(Array.isArray(t)){let n=new Set(t.flat(1/0).reverse());for(let a of n)r.unshift(bo(a))}else t!==void 0&&r.push(bo(t));return r}static _$Eu(t,r){let n=r.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._$ES=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(t=>t(this))}addController(t){(this._$EO??=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){let t=new Map,r=this.constructor.elementProperties;for(let n of r.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 Nr(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(t=>t.hostConnected?.())}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach(t=>t.hostDisconnected?.())}attributeChangedCallback(t,r,n){this._$AK(t,n)}_$ET(t,r){let n=this.constructor.elementProperties.get(t),a=this.constructor._$Eu(t,n);if(a!==void 0&&n.reflect===!0){let i=(n.converter?.toAttribute!==void 0?n.converter:Kt).toAttribute(r,n.type);this._$Em=t,i==null?this.removeAttribute(a):this.setAttribute(a,i),this._$Em=null}}_$AK(t,r){let n=this.constructor,a=n._$Eh.get(t);if(a!==void 0&&this._$Em!==a){let i=n.getPropertyOptions(a),c=typeof i.converter=="function"?{fromAttribute:i.converter}:i.converter?.fromAttribute!==void 0?i.converter:Kt;this._$Em=a,this[a]=c.fromAttribute(r,i.type)??this._$Ej?.get(a)??null,this._$Em=null}}requestUpdate(t,r,n){if(t!==void 0){let a=this.constructor,i=this[t];if(n??=a.getPropertyOptions(t),!((n.hasChanged??Mr)(i,r)||n.useDefault&&n.reflect&&i===this._$Ej?.get(t)&&!this.hasAttribute(a._$Eu(t,n))))return;this.C(t,r,n)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(t,r,{useDefault:n,reflect:a,wrapped:i},c){n&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,c??r??this[t]),i!==!0||c!==void 0)||(this._$AL.has(t)||(this.hasUpdated||n||(r=void 0),this._$AL.set(t,r)),a===!0&&this._$Em!==t&&(this._$Eq??=new Set).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(r){Promise.reject(r)}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[a,i]of this._$Ep)this[a]=i;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[a,i]of n){let{wrapped:c}=i,s=this[a];c!==!0||this._$AL.has(a)||s===void 0||this.C(a,void 0,i,s)}}let t=!1,r=this._$AL;try{t=this.shouldUpdate(r),t?(this.willUpdate(r),this._$EO?.forEach(n=>n.hostUpdate?.()),this.update(r)):this._$EM()}catch(n){throw t=!1,this._$EM(),n}t&&this._$AE(r)}willUpdate(t){}_$AE(t){this._$EO?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Eq&&=this._$Eq.forEach(r=>this._$ET(r,this[r])),this._$EM()}updated(t){}firstUpdated(t){}};Te.elementStyles=[],Te.shadowRootOptions={mode:"open"},Te[Tr("elementProperties")]=new Map,Te[Tr("finalized")]=new Map,C4?.({ReactiveElement:Te}),(xo.reactiveElementVersions??=[]).push("2.1.0");var vn=globalThis,vo=vn.trustedTypes,Ic=vo?vo.createPolicy("lit-html",{createHTML:e=>e}):void 0,En="$lit$",We=`lit$${Math.random().toFixed(9).slice(2)}$`,Sn="?"+We,A4=`<${Sn}>`,St=document,zr=()=>St.createComment(""),kr=e=>e===null||typeof e!="object"&&typeof e!="function",Cn=Array.isArray,$c=e=>Cn(e)||typeof e?.[Symbol.iterator]=="function",xn=`[
|
|
1
|
+
"use strict";(()=>{var s4=Object.create;var yn=Object.defineProperty;var l4=Object.getOwnPropertyDescriptor;var d4=Object.getOwnPropertyNames;var f4=Object.getPrototypeOf,u4=Object.prototype.hasOwnProperty;var p4=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),B=(e,t)=>{for(var r in t)yn(e,r,{get:t[r],enumerable:!0})},h4=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of d4(t))!u4.call(e,a)&&a!==r&&yn(e,a,{get:()=>t[a],enumerable:!(n=l4(t,a))||n.enumerable});return e};var m4=(e,t,r)=>(r=e!=null?s4(f4(e)):{},h4(t||!e||!e.__esModule?yn(r,"default",{value:e,enumerable:!0}):r,e));var Rl=p4((ht,Ol)=>{var jo=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof global<"u"&&global,Ko=function(){function e(){this.fetch=!1,this.DOMException=jo.DOMException}return e.prototype=jo,new e}();(function(e){var t=function(r){var n=typeof e<"u"&&e||typeof self<"u"&&self||typeof global<"u"&&global||{},a={searchParams:"URLSearchParams"in n,iterable:"Symbol"in n&&"iterator"in Symbol,blob:"FileReader"in n&&"Blob"in n&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in n,arrayBuffer:"ArrayBuffer"in n};function i(b){return b&&DataView.prototype.isPrototypeOf(b)}if(a.arrayBuffer)var c=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],s=ArrayBuffer.isView||function(b){return b&&c.indexOf(Object.prototype.toString.call(b))>-1};function d(b){if(typeof b!="string"&&(b=String(b)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(b)||b==="")throw new TypeError('Invalid character in header field name: "'+b+'"');return b.toLowerCase()}function f(b){return typeof b!="string"&&(b=String(b)),b}function h(b){var C={next:function(){var P=b.shift();return{done:P===void 0,value:P}}};return a.iterable&&(C[Symbol.iterator]=function(){return C}),C}function p(b){this.map={},b instanceof p?b.forEach(function(C,P){this.append(P,C)},this):Array.isArray(b)?b.forEach(function(C){if(C.length!=2)throw new TypeError("Headers constructor: expected name/value pair to be length 2, found"+C.length);this.append(C[0],C[1])},this):b&&Object.getOwnPropertyNames(b).forEach(function(C){this.append(C,b[C])},this)}p.prototype.append=function(b,C){b=d(b),C=f(C);var P=this.map[b];this.map[b]=P?P+", "+C:C},p.prototype.delete=function(b){delete this.map[d(b)]},p.prototype.get=function(b){return b=d(b),this.has(b)?this.map[b]:null},p.prototype.has=function(b){return this.map.hasOwnProperty(d(b))},p.prototype.set=function(b,C){this.map[d(b)]=f(C)},p.prototype.forEach=function(b,C){for(var P in this.map)this.map.hasOwnProperty(P)&&b.call(C,this.map[P],P,this)},p.prototype.keys=function(){var b=[];return this.forEach(function(C,P){b.push(P)}),h(b)},p.prototype.values=function(){var b=[];return this.forEach(function(C){b.push(C)}),h(b)},p.prototype.entries=function(){var b=[];return this.forEach(function(C,P){b.push([P,C])}),h(b)},a.iterable&&(p.prototype[Symbol.iterator]=p.prototype.entries);function y(b){if(!b._noBody){if(b.bodyUsed)return Promise.reject(new TypeError("Already read"));b.bodyUsed=!0}}function x(b){return new Promise(function(C,P){b.onload=function(){C(b.result)},b.onerror=function(){P(b.error)}})}function v(b){var C=new FileReader,P=x(C);return C.readAsArrayBuffer(b),P}function A(b){var C=new FileReader,P=x(C),V=/charset=([A-Za-z0-9_-]+)/.exec(b.type),X=V?V[1]:"utf-8";return C.readAsText(b,X),P}function O(b){for(var C=new Uint8Array(b),P=new Array(C.length),V=0;V<C.length;V++)P[V]=String.fromCharCode(C[V]);return P.join("")}function _(b){if(b.slice)return b.slice(0);var C=new Uint8Array(b.byteLength);return C.set(new Uint8Array(b)),C.buffer}function w(){return this.bodyUsed=!1,this._initBody=function(b){this.bodyUsed=this.bodyUsed,this._bodyInit=b,b?typeof b=="string"?this._bodyText=b:a.blob&&Blob.prototype.isPrototypeOf(b)?this._bodyBlob=b:a.formData&&FormData.prototype.isPrototypeOf(b)?this._bodyFormData=b:a.searchParams&&URLSearchParams.prototype.isPrototypeOf(b)?this._bodyText=b.toString():a.arrayBuffer&&a.blob&&i(b)?(this._bodyArrayBuffer=_(b.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):a.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(b)||s(b))?this._bodyArrayBuffer=_(b):this._bodyText=b=Object.prototype.toString.call(b):(this._noBody=!0,this._bodyText=""),this.headers.get("content-type")||(typeof b=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):a.searchParams&&URLSearchParams.prototype.isPrototypeOf(b)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},a.blob&&(this.blob=function(){var b=y(this);if(b)return b;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))}),this.arrayBuffer=function(){if(this._bodyArrayBuffer){var b=y(this);return b||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else{if(a.blob)return this.blob().then(v);throw new Error("could not read as ArrayBuffer")}},this.text=function(){var b=y(this);if(b)return b;if(this._bodyBlob)return A(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(O(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},a.formData&&(this.formData=function(){return this.text().then(M)}),this.json=function(){return this.text().then(JSON.parse)},this}var S=["CONNECT","DELETE","GET","HEAD","OPTIONS","PATCH","POST","PUT","TRACE"];function E(b){var C=b.toUpperCase();return S.indexOf(C)>-1?C:b}function L(b,C){if(!(this instanceof L))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');C=C||{};var P=C.body;if(b instanceof L){if(b.bodyUsed)throw new TypeError("Already read");this.url=b.url,this.credentials=b.credentials,C.headers||(this.headers=new p(b.headers)),this.method=b.method,this.mode=b.mode,this.signal=b.signal,!P&&b._bodyInit!=null&&(P=b._bodyInit,b.bodyUsed=!0)}else this.url=String(b);if(this.credentials=C.credentials||this.credentials||"same-origin",(C.headers||!this.headers)&&(this.headers=new p(C.headers)),this.method=E(C.method||this.method||"GET"),this.mode=C.mode||this.mode||null,this.signal=C.signal||this.signal||function(){if("AbortController"in n){var W=new AbortController;return W.signal}}(),this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&P)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(P),(this.method==="GET"||this.method==="HEAD")&&(C.cache==="no-store"||C.cache==="no-cache")){var V=/([?&])_=[^&]*/;if(V.test(this.url))this.url=this.url.replace(V,"$1_="+new Date().getTime());else{var X=/\?/;this.url+=(X.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}L.prototype.clone=function(){return new L(this,{body:this._bodyInit})};function M(b){var C=new FormData;return b.trim().split("&").forEach(function(P){if(P){var V=P.split("="),X=V.shift().replace(/\+/g," "),W=V.join("=").replace(/\+/g," ");C.append(decodeURIComponent(X),decodeURIComponent(W))}}),C}function U(b){var C=new p,P=b.replace(/\r?\n[\t ]+/g," ");return P.split("\r").map(function(V){return V.indexOf(`
|
|
2
|
+
`)===0?V.substr(1,V.length):V}).forEach(function(V){var X=V.split(":"),W=X.shift().trim();if(W){var go=X.join(":").trim();try{C.append(W,go)}catch(gn){console.warn("Response "+gn.message)}}}),C}w.call(L.prototype);function F(b,C){if(!(this instanceof F))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');if(C||(C={}),this.type="default",this.status=C.status===void 0?200:C.status,this.status<200||this.status>599)throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].");this.ok=this.status>=200&&this.status<300,this.statusText=C.statusText===void 0?"":""+C.statusText,this.headers=new p(C.headers),this.url=C.url||"",this._initBody(b)}w.call(F.prototype),F.prototype.clone=function(){return new F(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new p(this.headers),url:this.url})},F.error=function(){var b=new F(null,{status:200,statusText:""});return b.ok=!1,b.status=0,b.type="error",b};var $=[301,302,303,307,308];F.redirect=function(b,C){if($.indexOf(C)===-1)throw new RangeError("Invalid status code");return new F(null,{status:C,headers:{location:b}})},r.DOMException=n.DOMException;try{new r.DOMException}catch{r.DOMException=function(C,P){this.message=C,this.name=P;var V=Error(C);this.stack=V.stack},r.DOMException.prototype=Object.create(Error.prototype),r.DOMException.prototype.constructor=r.DOMException}function k(b,C){return new Promise(function(P,V){var X=new L(b,C);if(X.signal&&X.signal.aborted)return V(new r.DOMException("Aborted","AbortError"));var W=new XMLHttpRequest;function go(){W.abort()}W.onload=function(){var ie={statusText:W.statusText,headers:U(W.getAllResponseHeaders()||"")};X.url.indexOf("file://")===0&&(W.status<200||W.status>599)?ie.status=200:ie.status=W.status,ie.url="responseURL"in W?W.responseURL:ie.headers.get("X-Request-URL");var xt="response"in W?W.response:W.responseText;setTimeout(function(){P(new F(xt,ie))},0)},W.onerror=function(){setTimeout(function(){V(new TypeError("Network request failed"))},0)},W.ontimeout=function(){setTimeout(function(){V(new TypeError("Network request timed out"))},0)},W.onabort=function(){setTimeout(function(){V(new r.DOMException("Aborted","AbortError"))},0)};function gn(ie){try{return ie===""&&n.location.href?n.location.href:ie}catch{return ie}}if(W.open(X.method,gn(X.url),!0),X.credentials==="include"?W.withCredentials=!0:X.credentials==="omit"&&(W.withCredentials=!1),"responseType"in W&&(a.blob?W.responseType="blob":a.arrayBuffer&&(W.responseType="arraybuffer")),C&&typeof C.headers=="object"&&!(C.headers instanceof p||n.Headers&&C.headers instanceof n.Headers)){var Mc=[];Object.getOwnPropertyNames(C.headers).forEach(function(ie){Mc.push(d(ie)),W.setRequestHeader(ie,f(C.headers[ie]))}),X.headers.forEach(function(ie,xt){Mc.indexOf(xt)===-1&&W.setRequestHeader(xt,ie)})}else X.headers.forEach(function(ie,xt){W.setRequestHeader(xt,ie)});X.signal&&(X.signal.addEventListener("abort",go),W.onreadystatechange=function(){W.readyState===4&&X.signal.removeEventListener("abort",go)}),W.send(typeof X._bodyInit>"u"?null:X._bodyInit)})}return k.polyfill=!0,n.fetch||(n.fetch=k,n.Headers=p,n.Request=L,n.Response=F),r.Headers=p,r.Request=L,r.Response=F,r.fetch=k,r}({})})(Ko);Ko.fetch.ponyfill=!0;delete Ko.fetch.polyfill;var lr=jo.fetch?jo:Ko;ht=lr.fetch;ht.default=lr.fetch;ht.fetch=lr.fetch;ht.Headers=lr.Headers;ht.Request=lr.Request;ht.Response=lr.Response;Ol.exports=ht});if(!ShadowRoot.prototype.createElement){let e=window.HTMLElement,t=window.customElements.define,r=window.customElements.get,n=window.customElements,a=new WeakMap,i=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(S,E){if(S=S.toLowerCase(),this._getDefinition(S)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${S}" has already been used with this registry`);if(this._definitionsByClass.get(E)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let L=E.prototype.attributeChangedCallback,M=new Set(E.observedAttributes||[]);y(E,M,L);let U={elementClass:E,connectedCallback:E.prototype.connectedCallback,disconnectedCallback:E.prototype.disconnectedCallback,adoptedCallback:E.prototype.adoptedCallback,attributeChangedCallback:L,formAssociated:E.formAssociated,formAssociatedCallback:E.prototype.formAssociatedCallback,formDisabledCallback:E.prototype.formDisabledCallback,formResetCallback:E.prototype.formResetCallback,formStateRestoreCallback:E.prototype.formStateRestoreCallback,observedAttributes:M};this._definitionsByTag.set(S,U),this._definitionsByClass.set(E,U);let F=r.call(n,S);F||(F=p(S),t.call(n,S,F)),this===window.customElements&&(c.set(E,U),U.standInClass=F);let $=this._awaitingUpgrade.get(S);if($){this._awaitingUpgrade.delete(S);for(let b of $)i.delete(b),v(b,U,!0)}let k=this._whenDefinedPromises.get(S);return k!==void 0&&(k.resolve(E),this._whenDefinedPromises.delete(S)),E}upgrade(){O.push(this),n.upgrade.apply(n,arguments),O.pop()}get(S){return this._definitionsByTag.get(S)?.elementClass}_getDefinition(S){return this._definitionsByTag.get(S)}whenDefined(S){let E=this._getDefinition(S);if(E!==void 0)return Promise.resolve(E.elementClass);let L=this._whenDefinedPromises.get(S);return L===void 0&&(L={},L.promise=new Promise(M=>L.resolve=M),this._whenDefinedPromises.set(S,L)),L.promise}_upgradeWhenDefined(S,E,L){let M=this._awaitingUpgrade.get(E);M||this._awaitingUpgrade.set(E,M=new Set),L?M.add(S):M.delete(S)}};let d;window.HTMLElement=function(){let E=d;if(E)return d=void 0,E;let L=c.get(this.constructor);if(!L)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return E=Reflect.construct(e,[],L.standInClass),Object.setPrototypeOf(E,this.constructor.prototype),a.set(E,L),E},window.HTMLElement.prototype=e.prototype;let f=S=>S===document||S instanceof ShadowRoot,h=S=>{let E=S.getRootNode();if(!f(E)){let L=O[O.length-1];if(L instanceof CustomElementRegistry)return L;E=L.getRootNode(),f(E)||(E=s.get(E)?.getRootNode()||document)}return E.customElements},p=S=>class{static get formAssociated(){return!0}constructor(){let L=Reflect.construct(e,[],this.constructor);Object.setPrototypeOf(L,HTMLElement.prototype);let M=h(L)||window.customElements,U=M._getDefinition(S);return U?v(L,U):i.set(L,M),L}connectedCallback(){let L=a.get(this);L?L.connectedCallback&&L.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,S,!0)}disconnectedCallback(){let L=a.get(this);L?L.disconnectedCallback&&L.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,S,!1)}adoptedCallback(){a.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let L=a.get(this);L&&L.formAssociated&&L?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let L=a.get(this);L?.formAssociated&&L?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let L=a.get(this);L?.formAssociated&&L?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let L=a.get(this);L?.formAssociated&&L?.formStateRestoreCallback?.apply(this,arguments)}},y=(S,E,L)=>{if(E.size===0||L===void 0)return;let M=S.prototype.setAttribute;M&&(S.prototype.setAttribute=function($,k){let b=$.toLowerCase();if(E.has(b)){let C=this.getAttribute(b);M.call(this,b,k),L.call(this,b,C,k)}else M.call(this,b,k)});let U=S.prototype.removeAttribute;U&&(S.prototype.removeAttribute=function($){let k=$.toLowerCase();if(E.has(k)){let b=this.getAttribute(k);U.call(this,k),L.call(this,k,b,null)}else U.call(this,k)});let F=S.prototype.toggleAttribute;F&&(S.prototype.toggleAttribute=function($,k){let b=$.toLowerCase();if(E.has(b)){let C=this.getAttribute(b);F.call(this,b,k);let P=this.getAttribute(b);L.call(this,b,C,P)}else F.call(this,b,k)})},x=S=>{let E=Object.getPrototypeOf(S);if(E!==window.HTMLElement)return E===e?Object.setPrototypeOf(S,window.HTMLElement):x(E)},v=(S,E,L=!1)=>{Object.setPrototypeOf(S,E.elementClass.prototype),a.set(S,E),d=S;try{new E.elementClass}catch{x(E.elementClass),new E.elementClass}E.attributeChangedCallback&&E.observedAttributes.forEach(M=>{S.hasAttribute(M)&&E.attributeChangedCallback.call(S,M,null,S.getAttribute(M))}),L&&E.connectedCallback&&S.isConnected&&E.connectedCallback.call(S)},A=Element.prototype.attachShadow;Element.prototype.attachShadow=function(S){let E=A.apply(this,arguments);return S.customElements&&(E.customElements=S.customElements),E};let O=[document],_=(S,E,L=void 0)=>{let M=(L?Object.getPrototypeOf(L):S.prototype)[E];S.prototype[E]=function(){O.push(this);let U=M.apply(L||this,arguments);return U!==void 0&&s.set(U,this),O.pop(),U}};_(ShadowRoot,"createElement",document),_(ShadowRoot,"importNode",document),_(Element,"insertAdjacentHTML");let w=(S,E)=>{let L=Object.getOwnPropertyDescriptor(S.prototype,E);Object.defineProperty(S.prototype,E,{...L,set(M){O.push(this),L.set.call(this,M),O.pop()}})};if(w(Element,"innerHTML"),w(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let S=new WeakMap,E=HTMLElement.prototype.attachInternals,L=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...$){let k=E.call(this,...$);return S.set(k,this),k},L.forEach($=>{let k=window.ElementInternals.prototype,b=k[$];k[$]=function(...C){let P=S.get(this);if(a.get(P).formAssociated===!0)return b?.call(this,...C);throw new DOMException(`Failed to execute ${b} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class M extends Array{constructor(k){super(...k),this._elements=k}get value(){return this._elements.find(k=>k.checked===!0)?.value||""}}class U{constructor(k){let b=new Map;k.forEach((C,P)=>{let V=C.getAttribute("name"),X=b.get(V)||[];this[+P]=C,X.push(C),b.set(V,X)}),this.length=k.length,b.forEach((C,P)=>{C&&(C.length===1?this[P]=C[0]:this[P]=new M(C))})}namedItem(k){return this[k]}}let F=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let $=F.get.call(this,[]),k=[];for(let b of $){let C=a.get(b);(!C||C.formAssociated===!0)&&k.push(b)}return new U(k)}})}}try{window.customElements.define("custom-element",null)}catch{let t=window.customElements.define;window.customElements.define=(r,n,a)=>{if(n!==null)try{t.bind(window.customElements)(r,n,a)}catch(i){console.info(r,n,a,i)}}}var Nn={};B(Nn,{CSSResult:()=>jt,LitElement:()=>Ve,ReactiveElement:()=>Te,_$LE:()=>R4,_$LH:()=>Rn,adoptStyles:()=>Nr,css:()=>D,defaultConverter:()=>Kt,getCompatibleStyle:()=>bo,html:()=>te,isServer:()=>_5,mathml:()=>On,noChange:()=>se,notEqual:()=>Mr,nothing:()=>Z,render:()=>_n,supportsAdoptingStyleSheets:()=>wr,svg:()=>Ln,unsafeCSS:()=>Ne});var yo=globalThis,wr=yo.ShadowRoot&&(yo.ShadyCSS===void 0||yo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,bn=Symbol(),Pc=new WeakMap,jt=class{constructor(t,r,n){if(this._$cssResult$=!0,n!==bn)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=r}get styleSheet(){let t=this.o,r=this.t;if(wr&&t===void 0){let n=r!==void 0&&r.length===1;n&&(t=Pc.get(r)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),n&&Pc.set(r,t))}return t}toString(){return this.cssText}},Ne=e=>new jt(typeof e=="string"?e:e+"",void 0,bn),D=(e,...t)=>{let r=e.length===1?e[0]:t.reduce((n,a,i)=>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.")})(a)+e[i+1],e[0]);return new jt(r,e,bn)},Nr=(e,t)=>{if(wr)e.adoptedStyleSheets=t.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of t){let n=document.createElement("style"),a=yo.litNonce;a!==void 0&&n.setAttribute("nonce",a),n.textContent=r.cssText,e.appendChild(n)}},bo=wr?e=>e:e=>e instanceof CSSStyleSheet?(t=>{let r="";for(let n of t.cssRules)r+=n.cssText;return Ne(r)})(e):e;var{is:g4,defineProperty:y4,getOwnPropertyDescriptor:b4,getOwnPropertyNames:x4,getOwnPropertySymbols:v4,getPrototypeOf:E4}=Object,xo=globalThis,zc=xo.trustedTypes,S4=zc?zc.emptyScript:"",C4=xo.reactiveElementPolyfillSupport,Tr=(e,t)=>e,Kt={toAttribute(e,t){switch(t){case Boolean:e=e?S4:null;break;case Object:case Array:e=e==null?e:JSON.stringify(e)}return e},fromAttribute(e,t){let r=e;switch(t){case Boolean:r=e!==null;break;case Number:r=e===null?null:Number(e);break;case Object:case Array:try{r=JSON.parse(e)}catch{r=null}}return r}},Mr=(e,t)=>!g4(e,t),kc={attribute:!0,type:String,converter:Kt,reflect:!1,useDefault:!1,hasChanged:Mr};Symbol.metadata??=Symbol("metadata"),xo.litPropertyMetadata??=new WeakMap;var Te=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,r=kc){if(r.state&&(r.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((r=Object.create(r)).wrapped=!0),this.elementProperties.set(t,r),!r.noAccessor){let n=Symbol(),a=this.getPropertyDescriptor(t,n,r);a!==void 0&&y4(this.prototype,t,a)}}static getPropertyDescriptor(t,r,n){let{get:a,set:i}=b4(this.prototype,t)??{get(){return this[r]},set(c){this[r]=c}};return{get:a,set(c){let s=a?.call(this);i?.call(this,c),this.requestUpdate(t,s,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??kc}static _$Ei(){if(this.hasOwnProperty(Tr("elementProperties")))return;let t=E4(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Tr("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Tr("properties"))){let r=this.properties,n=[...x4(r),...v4(r)];for(let a of n)this.createProperty(a,r[a])}let t=this[Symbol.metadata];if(t!==null){let r=litPropertyMetadata.get(t);if(r!==void 0)for(let[n,a]of r)this.elementProperties.set(n,a)}this._$Eh=new Map;for(let[r,n]of this.elementProperties){let a=this._$Eu(r,n);a!==void 0&&this._$Eh.set(a,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){let r=[];if(Array.isArray(t)){let n=new Set(t.flat(1/0).reverse());for(let a of n)r.unshift(bo(a))}else t!==void 0&&r.push(bo(t));return r}static _$Eu(t,r){let n=r.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._$ES=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(t=>t(this))}addController(t){(this._$EO??=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){let t=new Map,r=this.constructor.elementProperties;for(let n of r.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 Nr(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(t=>t.hostConnected?.())}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach(t=>t.hostDisconnected?.())}attributeChangedCallback(t,r,n){this._$AK(t,n)}_$ET(t,r){let n=this.constructor.elementProperties.get(t),a=this.constructor._$Eu(t,n);if(a!==void 0&&n.reflect===!0){let i=(n.converter?.toAttribute!==void 0?n.converter:Kt).toAttribute(r,n.type);this._$Em=t,i==null?this.removeAttribute(a):this.setAttribute(a,i),this._$Em=null}}_$AK(t,r){let n=this.constructor,a=n._$Eh.get(t);if(a!==void 0&&this._$Em!==a){let i=n.getPropertyOptions(a),c=typeof i.converter=="function"?{fromAttribute:i.converter}:i.converter?.fromAttribute!==void 0?i.converter:Kt;this._$Em=a,this[a]=c.fromAttribute(r,i.type)??this._$Ej?.get(a)??null,this._$Em=null}}requestUpdate(t,r,n){if(t!==void 0){let a=this.constructor,i=this[t];if(n??=a.getPropertyOptions(t),!((n.hasChanged??Mr)(i,r)||n.useDefault&&n.reflect&&i===this._$Ej?.get(t)&&!this.hasAttribute(a._$Eu(t,n))))return;this.C(t,r,n)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(t,r,{useDefault:n,reflect:a,wrapped:i},c){n&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,c??r??this[t]),i!==!0||c!==void 0)||(this._$AL.has(t)||(this.hasUpdated||n||(r=void 0),this._$AL.set(t,r)),a===!0&&this._$Em!==t&&(this._$Eq??=new Set).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(r){Promise.reject(r)}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[a,i]of this._$Ep)this[a]=i;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[a,i]of n){let{wrapped:c}=i,s=this[a];c!==!0||this._$AL.has(a)||s===void 0||this.C(a,void 0,i,s)}}let t=!1,r=this._$AL;try{t=this.shouldUpdate(r),t?(this.willUpdate(r),this._$EO?.forEach(n=>n.hostUpdate?.()),this.update(r)):this._$EM()}catch(n){throw t=!1,this._$EM(),n}t&&this._$AE(r)}willUpdate(t){}_$AE(t){this._$EO?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Eq&&=this._$Eq.forEach(r=>this._$ET(r,this[r])),this._$EM()}updated(t){}firstUpdated(t){}};Te.elementStyles=[],Te.shadowRootOptions={mode:"open"},Te[Tr("elementProperties")]=new Map,Te[Tr("finalized")]=new Map,C4?.({ReactiveElement:Te}),(xo.reactiveElementVersions??=[]).push("2.1.0");var vn=globalThis,vo=vn.trustedTypes,Ic=vo?vo.createPolicy("lit-html",{createHTML:e=>e}):void 0,En="$lit$",We=`lit$${Math.random().toFixed(9).slice(2)}$`,Sn="?"+We,A4=`<${Sn}>`,St=document,zr=()=>St.createComment(""),kr=e=>e===null||typeof e!="object"&&typeof e!="function",Cn=Array.isArray,$c=e=>Cn(e)||typeof e?.[Symbol.iterator]=="function",xn=`[
|
|
3
3
|
\f\r]`,Pr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Dc=/-->/g,Uc=/>/g,vt=RegExp(`>|${xn}(?:([^\\s"'>=/]+)(${xn}*=${xn}*(?:[^
|
|
4
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),Bc=/'/g,Hc=/"/g,Fc=/^(?:script|style|textarea|title)$/i,An=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),te=An(1),Ln=An(2),On=An(3),se=Symbol.for("lit-noChange"),Z=Symbol.for("lit-nothing"),Gc=new WeakMap,Et=St.createTreeWalker(St,129);function Wc(e,t){if(!Cn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Ic!==void 0?Ic.createHTML(t):t}var Vc=(e,t)=>{let r=e.length-1,n=[],a,i=t===2?"<svg>":t===3?"<math>":"",c=Pr;for(let s=0;s<r;s++){let d=e[s],f,h,p=-1,y=0;for(;y<d.length&&(c.lastIndex=y,h=c.exec(d),h!==null);)y=c.lastIndex,c===Pr?h[1]==="!--"?c=Dc:h[1]!==void 0?c=Uc:h[2]!==void 0?(Fc.test(h[2])&&(a=RegExp("</"+h[2],"g")),c=vt):h[3]!==void 0&&(c=vt):c===vt?h[0]===">"?(c=a??Pr,p=-1):h[1]===void 0?p=-2:(p=c.lastIndex-h[2].length,f=h[1],c=h[3]===void 0?vt:h[3]==='"'?Hc:Bc):c===Hc||c===Bc?c=vt:c===Dc||c===Uc?c=Pr:(c=vt,a=void 0);let x=c===vt&&e[s+1].startsWith("/>")?" ":"";i+=c===Pr?d+A4:p>=0?(n.push(f),d.slice(0,p)+En+d.slice(p)+We+x):d+We+(p===-2?s:x)}return[Wc(e,i+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},Ir=class e{constructor({strings:t,_$litType$:r},n){let a;this.parts=[];let i=0,c=0,s=t.length-1,d=this.parts,[f,h]=Vc(t,r);if(this.el=e.createElement(f,n),Et.currentNode=this.el.content,r===2||r===3){let p=this.el.content.firstChild;p.replaceWith(...p.childNodes)}for(;(a=Et.nextNode())!==null&&d.length<s;){if(a.nodeType===1){if(a.hasAttributes())for(let p of a.getAttributeNames())if(p.endsWith(En)){let y=h[c++],x=a.getAttribute(p).split(We),v=/([.?@])?(.*)/.exec(y);d.push({type:1,index:i,name:v[2],strings:x,ctor:v[1]==="."?So:v[1]==="?"?Co:v[1]==="@"?Ao:At}),a.removeAttribute(p)}else p.startsWith(We)&&(d.push({type:6,index:i}),a.removeAttribute(p));if(Fc.test(a.tagName)){let p=a.textContent.split(We),y=p.length-1;if(y>0){a.textContent=vo?vo.emptyScript:"";for(let x=0;x<y;x++)a.append(p[x],zr()),Et.nextNode(),d.push({type:2,index:++i});a.append(p[y],zr())}}}else if(a.nodeType===8)if(a.data===Sn)d.push({type:2,index:i});else{let p=-1;for(;(p=a.data.indexOf(We,p+1))!==-1;)d.push({type:7,index:i}),p+=We.length-1}i++}}static createElement(t,r){let n=St.createElement("template");return n.innerHTML=t,n}};function Ct(e,t,r=e,n){if(t===se)return t;let a=n!==void 0?r._$Co?.[n]:r._$Cl,i=kr(t)?void 0:t._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),i===void 0?a=void 0:(a=new i(e),a._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=a:r._$Cl=a),a!==void 0&&(t=Ct(e,a._$AS(e,t.values),a,n)),t}var Eo=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:n}=this._$AD,a=(t?.creationScope??St).importNode(r,!0);Et.currentNode=a;let i=Et.nextNode(),c=0,s=0,d=n[0];for(;d!==void 0;){if(c===d.index){let f;d.type===2?f=new Zt(i,i.nextSibling,this,t):d.type===1?f=new d.ctor(i,d.name,d.strings,this,t):d.type===6&&(f=new Lo(i,this,t)),this._$AV.push(f),d=n[++s]}c!==d?.index&&(i=Et.nextNode(),c++)}return Et.currentNode=St,a}p(t){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,r),r+=n.strings.length-2):n._$AI(t[r])),r++}},Zt=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,a){this.type=2,this._$AH=Z,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=n,this.options=a,this._$Cv=a?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,r=this._$AM;return r!==void 0&&t?.nodeType===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=Ct(this,t,r),kr(t)?t===Z||t==null||t===""?(this._$AH!==Z&&this._$AR(),this._$AH=Z):t!==this._$AH&&t!==se&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):$c(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==Z&&kr(this._$AH)?this._$AA.nextSibling.data=t:this.T(St.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:n}=t,a=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=Ir.createElement(Wc(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===a)this._$AH.p(r);else{let i=new Eo(a,this),c=i.u(this.options);i.p(r),this.T(c),this._$AH=i}}_$AC(t){let r=Gc.get(t.strings);return r===void 0&&Gc.set(t.strings,r=new Ir(t)),r}k(t){Cn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,a=0;for(let i of t)a===r.length?r.push(n=new e(this.O(zr()),this.O(zr()),this,this.options)):n=r[a],n._$AI(i),a++;a<r.length&&(this._$AR(n&&n._$AB.nextSibling,a),r.length=a)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t&&t!==this._$AB;){let n=t.nextSibling;t.remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},At=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,a,i){this.type=1,this._$AH=Z,this._$AN=void 0,this.element=t,this.name=r,this._$AM=a,this.options=i,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=Z}_$AI(t,r=this,n,a){let i=this.strings,c=!1;if(i===void 0)t=Ct(this,t,r,0),c=!kr(t)||t!==this._$AH&&t!==se,c&&(this._$AH=t);else{let s=t,d,f;for(t=i[0],d=0;d<i.length-1;d++)f=Ct(this,s[n+d],r,d),f===se&&(f=this._$AH[d]),c||=!kr(f)||f!==this._$AH[d],f===Z?t=Z:t!==Z&&(t+=(f??"")+i[d+1]),this._$AH[d]=f}c&&!a&&this.j(t)}j(t){t===Z?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},So=class extends At{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===Z?void 0:t}},Co=class extends At{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==Z)}},Ao=class extends At{constructor(t,r,n,a,i){super(t,r,n,a,i),this.type=5}_$AI(t,r=this){if((t=Ct(this,t,r,0)??Z)===se)return;let n=this._$AH,a=t===Z&&n!==Z||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,i=t!==Z&&(n===Z||a);a&&this.element.removeEventListener(this.name,this,n),i&&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)}},Lo=class{constructor(t,r,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){Ct(this,t)}},Rn={M:En,P:We,A:Sn,C:1,L:Vc,R:Eo,D:$c,V:Ct,I:Zt,H:At,N:Co,U:Ao,B:So,F:Lo},L4=vn.litHtmlPolyfillSupport;L4?.(Ir,Zt),(vn.litHtmlVersions??=[]).push("3.3.0");var _n=(e,t,r)=>{let n=r?.renderBefore??t,a=n._$litPart$;if(a===void 0){let i=r?.renderBefore??null;n._$litPart$=a=new Zt(t.insertBefore(zr(),i),i,void 0,r??{})}return a._$AI(e),a};var wn=globalThis,Ve=class extends Te{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 r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=_n(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return se}};Ve._$litElement$=!0,Ve.finalized=!0,wn.litElementHydrateSupport?.({LitElement:Ve});var O4=wn.litElementPolyfillSupport;O4?.({LitElement:Ve});var R4={_$AK:(e,t,r)=>{e._$AK(t,r)},_$AL:e=>e._$AL};(wn.litElementVersions??=[]).push("4.2.0");var _5=!1;var Tn={};B(Tn,{customElement:()=>_4,eventOptions:()=>Oo,property:()=>T,query:()=>ot,queryAll:()=>T4,queryAssignedElements:()=>P4,queryAssignedNodes:()=>z4,queryAsync:()=>M4,standardProperty:()=>jc,state:()=>J});var _4=e=>(t,r)=>{r!==void 0?r.addInitializer(()=>{customElements.define(e,t)}):customElements.define(e,t)};var w4={attribute:!0,type:String,converter:Kt,reflect:!1,hasChanged:Mr},jc=(e=w4,t,r)=>{let{kind:n,metadata:a}=r,i=globalThis.litPropertyMetadata.get(a);if(i===void 0&&globalThis.litPropertyMetadata.set(a,i=new Map),n==="setter"&&((e=Object.create(e)).wrapped=!0),i.set(r.name,e),n==="accessor"){let{name:c}=r;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),s}}}if(n==="setter"){let{name:c}=r;return function(s){let d=this[c];t.call(this,s),this.requestUpdate(c,d,e)}}throw Error("Unsupported decorator location: "+n)};function T(e){return(t,r)=>typeof r=="object"?jc(e,t,r):((n,a,i)=>{let c=a.hasOwnProperty(i);return a.constructor.createProperty(i,n),c?Object.getOwnPropertyDescriptor(a,i):void 0})(e,t,r)}function J(e){return T({...e,state:!0,attribute:!1})}function Oo(e){return(t,r)=>{let n=typeof t=="function"?t:t[r];Object.assign(n,e)}}var Le=(e,t,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&typeof t!="object"&&Object.defineProperty(e,t,r),r);function ot(e,t){return(r,n,a)=>{let i=c=>c.renderRoot?.querySelector(e)??null;if(t){let{get:c,set:s}=typeof n=="object"?r:a??(()=>{let d=Symbol();return{get(){return this[d]},set(f){this[d]=f}}})();return Le(r,n,{get(){let d=c.call(this);return d===void 0&&(d=i(this),(d!==null||this.hasUpdated)&&s.call(this,d)),d}})}return Le(r,n,{get(){return i(this)}})}}var N4;function T4(e){return(t,r)=>Le(t,r,{get(){return(this.renderRoot??(N4??=document.createDocumentFragment())).querySelectorAll(e)}})}function M4(e){return(t,r)=>Le(t,r,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(e)??null}})}function P4(e){return(t,r)=>{let{slot:n,selector:a}=e??{},i="slot"+(n?`[name=${n}]`:":not([name])");return Le(t,r,{get(){let c=this.renderRoot?.querySelector(i),s=c?.assignedElements(e)??[];return a===void 0?s:s.filter(d=>d.matches(a))}})}}function z4(e){return(t,r)=>{let{slot:n}=e??{},a="slot"+(n?`[name=${n}]`:":not([name])");return Le(t,r,{get(){return this.renderRoot?.querySelector(a)?.assignedNodes(e)??[]}})}}var Mn={};B(Mn,{repeat:()=>_o});var Me={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},Oe=e=>(...t)=>({_$litDirective$:e,values:t}),Ee=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,r,n){this._$Ct=t,this._$AM=r,this._$Ci=n}_$AS(t,r){return this.update(t,r)}update(t,r){return this.render(...r)}};var{I:k4}=Rn;var Zc=e=>e.strings===void 0,Kc=()=>document.createComment(""),Yt=(e,t,r)=>{let n=e._$AA.parentNode,a=t===void 0?e._$AB:t._$AA;if(r===void 0){let i=n.insertBefore(Kc(),a),c=n.insertBefore(Kc(),a);r=new k4(i,c,e,e.options)}else{let i=r._$AB.nextSibling,c=r._$AM,s=c!==e;if(s){let d;r._$AQ?.(e),r._$AM=e,r._$AP!==void 0&&(d=e._$AU)!==c._$AU&&r._$AP(d)}if(i!==a||s){let d=r._$AA;for(;d!==i;){let f=d.nextSibling;n.insertBefore(d,a),d=f}}}return r},nt=(e,t,r=e)=>(e._$AI(t,r),e),I4={},Yc=(e,t=I4)=>e._$AH=t,qc=e=>e._$AH,Ro=e=>{e._$AP?.(!1,!0);let t=e._$AA,r=e._$AB.nextSibling;for(;t!==r;){let n=t.nextSibling;t.remove(),t=n}};var Xc=(e,t,r)=>{let n=new Map;for(let a=t;a<=r;a++)n.set(e[a],a);return n},_o=Oe(class extends Ee{constructor(e){if(super(e),e.type!==Me.CHILD)throw Error("repeat() can only be used in text expressions")}dt(e,t,r){let n;r===void 0?r=t:t!==void 0&&(n=t);let a=[],i=[],c=0;for(let s of e)a[c]=n?n(s,c):c,i[c]=r(s,c),c++;return{values:i,keys:a}}render(e,t,r){return this.dt(e,t,r).values}update(e,[t,r,n]){let a=qc(e),{values:i,keys:c}=this.dt(t,r,n);if(!Array.isArray(a))return this.ut=c,i;let s=this.ut??=[],d=[],f,h,p=0,y=a.length-1,x=0,v=i.length-1;for(;p<=y&&x<=v;)if(a[p]===null)p++;else if(a[y]===null)y--;else if(s[p]===c[x])d[x]=nt(a[p],i[x]),p++,x++;else if(s[y]===c[v])d[v]=nt(a[y],i[v]),y--,v--;else if(s[p]===c[v])d[v]=nt(a[p],i[v]),Yt(e,d[v+1],a[p]),p++,v--;else if(s[y]===c[x])d[x]=nt(a[y],i[x]),Yt(e,a[p],a[y]),y--,x++;else if(f===void 0&&(f=Xc(c,x,v),h=Xc(s,p,y)),f.has(s[p]))if(f.has(s[y])){let A=h.get(c[x]),O=A!==void 0?a[A]:null;if(O===null){let _=Yt(e,a[p]);nt(_,i[x]),d[x]=_}else d[x]=nt(O,i[x]),Yt(e,a[p],O),a[A]=null;x++}else Ro(a[y]),y--;else Ro(a[p]),p++;for(;x<=v;){let A=Yt(e,d[v+1]);nt(A,i[x]),d[x++]=A}for(;p<=y;){let A=a[p++];A!==null&&Ro(A)}return this.ut=c,Yc(e,d),se}});var Pn={};B(Pn,{classMap:()=>je});var je=Oe(class extends Ee{constructor(e){if(super(e),e.type!==Me.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.st===void 0){this.st=new Set,e.strings!==void 0&&(this.nt=new Set(e.strings.join(" ").split(/\s/).filter(n=>n!=="")));for(let n in t)t[n]&&!this.nt?.has(n)&&this.st.add(n);return this.render(t)}let r=e.element.classList;for(let n of this.st)n in t||(r.remove(n),this.st.delete(n));for(let n in t){let a=!!t[n];a===this.st.has(n)||this.nt?.has(n)||(a?(r.add(n),this.st.add(n)):(r.remove(n),this.st.delete(n)))}return se}});var zn={};B(zn,{styleMap:()=>U4});var Qc="important",D4=" !"+Qc,U4=Oe(class extends Ee{constructor(e){if(super(e),e.type!==Me.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,r)=>{let n=e[r];return n==null?t:t+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${n};`},"")}update(e,[t]){let{style:r}=e.element;if(this.ft===void 0)return this.ft=new Set(Object.keys(t)),this.render(t);for(let n of this.ft)t[n]==null&&(this.ft.delete(n),n.includes("-")?r.removeProperty(n):r[n]=null);for(let n in t){let a=t[n];if(a!=null){this.ft.add(n);let i=typeof a=="string"&&a.endsWith(D4);n.includes("-")||i?r.setProperty(n,i?a.slice(0,-11):a,i?Qc:""):r[n]=a}}return se}});var kn={};B(kn,{UnsafeHTMLDirective:()=>qt,unsafeHTML:()=>Dr});var qt=class extends Ee{constructor(t){if(super(t),this.it=Z,t.type!==Me.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Z||t==null)return this._t=void 0,this.it=t;if(t===se)return t;if(typeof t!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this._t;this.it=t;let r=[t];return r.raw=r,this._t={_$litType$:this.constructor.resultType,strings:r,values:[]}}};qt.directiveName="unsafeHTML",qt.resultType=1;var Dr=Oe(qt);var Vn={};B(Vn,{CacheRegistry:()=>Wn,ClearCacheEvent:()=>Gr});var Dn={};B(Dn,{CancelablePromise:()=>wo,CanceledPromiseError:()=>Ur,cancelable:()=>In});var Ur=class extends Error{constructor(t,r,n){super(t),this.canceledPromiseResult=r,this.canceledPromiseError=n}},wo=class extends Promise{constructor(t){super((r,n)=>t(a=>{this.isCanceled?n(new Ur("Promise has been canceled",a)):r(a)},a=>{this.isCanceled?n(new Ur("Promise has been canceled",void 0,a)):n(a)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},In=e=>new wo((t,r)=>e.then(t).catch(r));var Fn={};B(Fn,{FtNotificationEvent:()=>Hr,PostResizeEvent:()=>$n,PreResizeEvent:()=>Gn,WithEventBus:()=>Rt,withEventBus:()=>is});var Hn={};B(Hn,{applyMixinOnce:()=>ye,dateReviver:()=>G4,deepCopy:()=>Bn,deepEqual:()=>Br,delay:()=>Jc,eventPathContainsMatchingElement:()=>F4,everyDeep:()=>H4,flatDeep:()=>ts,forEachDeep:()=>rs,getComposedPathTo:()=>Un,hasChanged:()=>Lt,last:()=>W4,minmax:()=>Ot,parseDate:()=>ns,randomId:()=>V4,someDeep:()=>os,unslotText:()=>as,waitFor:()=>es,waitUntil:()=>B4});var Jc=e=>new Promise(t=>setTimeout(t,e));async function B4(e,t=10,r=2e4){await es(async()=>await e()||void 0,t,r)}async function es(e,t=10,r=2e4){let n=await e(),a,i;for(a=i=performance.now();n==null&&(!r||i-a<r);)await Jc(t),n=await e(),i=performance.now();if(n==null)throw new Error("Timeout exceeded");return n}function ts(e,t){return e.flatMap(r=>[r,...ts(t(r),t)])}function rs(e,t,r){let n=(a,i)=>{var c;for(let s=0;s<a.length;s++){let d=a[s];if(!(((c=r(d,s,a,i))!==null&&c!==void 0?c:!0)&&n(t(d),[...i,d])))return!1}return!0};n(e,[])}function os(e,t,r){let n=!1;return rs(e,t,(a,i,c,s)=>(n=!!r(a,i,c,s),!n)),n}function H4(e,t,r){return!os(e,t,(n,a,i,c)=>!r(n,a,i,c))}function G4(...e){return(t,r)=>e.includes(t)?ns(r):r}function ns(e){return e.match(/^\d{4}-\d{2}-\d{2}$/)&&(e=e.replace(/-/g,"/")),e=e.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(t,r,n,a)=>r+n+":"+a),new Date(e)}function $4(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;let r,n,a;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!Br(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(!Br(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();let i=c=>Object.keys(c).filter(s=>c[s]!=null);if(a=i(e),r=a.length,r!==i(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,a[n]))return!1;for(n=r;n--!==0;){let c=a[n];if(!Br(e[c],t[c]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Br(e,t){try{return $4(e,t)}catch{return!1}}function Lt(e,t){return!Br(e,t)}function F4(e,t,r=window.document.body){if(t.length>0){let n=e.composedPath();for(let a of n){if(a===r)return!1;if(a.matches&&t.some(i=>a.matches(i)))return!0}}return!1}function Ot(e,t,r){return Math.min(Math.max(e,t),r)}function W4(e){return e[e.length-1]}function as(e){return e instanceof HTMLSlotElement?e.assignedNodes().map(t=>as(t)).join(""):e?.textContent||""}function Un(e){let t=[],r=n=>{n.stopPropagation(),t=n.composedPath()};return e.addEventListener("get-composed-path",r),e.dispatchEvent(new Event("get-composed-path",{composed:!0})),e.removeEventListener("get-composed-path",r),t}function Bn(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function V4(e,t){return(t??"")+(""+Math.floor(Math.random()*10**e)).padStart(e,"0")}function ye(e,t){let r=n=>n[e]===!0;return n=>{if(r(n))return n;let a=t(n);return a[e]=!0,a}}var Hr=class extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}},Gn=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},$n=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}},is=ye(Symbol("withEventBus"),function(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,n,a){this.eventBus.addEventListener(r,n,a)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,a){this.eventBus.removeEventListener(r,n,a)}}}),Rt=class extends is(Object){};var Gr=class extends CustomEvent{constructor(t){super("clear-cache",{detail:{clearedKeys:t}})}},Wn=class extends Rt{constructor(){super(...arguments),this.content={}}register(t,r,n=!1){var a;let i=this.content[t],c=(a=i?.status)!==null&&a!==void 0?a:"REGISTERED";this.content[t]={...i,loader:r,final:n,status:c}}registerFinal(t,r){this.register(t,r,!0)}clearAll(t=!0){return this.clearMatching(()=>!0,t)}clearMatching(t,r=!0){let n=Object.keys(this.content).filter(t).filter(a=>this.clear(a,!1)!=null);return r&&n.length>0&&this.dispatchEvent(new Gr(n)),n}clear(t,r=!0){if(this.content[t]&&!this.content[t].final)return this.forceClear(t),r&&this.dispatchEvent(new Gr([t])),t}forceClear(t){var r;let n=this.content[t];n&&(this.clearClearTimeout(t),(r=n.promise)===null||r===void 0||r.cancel(),this.content[t]={loader:n.loader,final:n.final,status:"REGISTERED"})}clearClearTimeout(t){var r,n,a;((r=this.content[t])===null||r===void 0?void 0:r.clearTimeout)!=null&&(window.clearTimeout((n=this.content[t])===null||n===void 0?void 0:n.clearTimeout),(a=this.content[t])===null||a===void 0||delete a.clearTimeout)}set(t,r,n=!1){this.forceClear(t);let a=async()=>r,i="RESOLVED";this.content[t]={loader:a,final:n,status:i,value:r}}setFinal(t,r){return this.set(t,r,!0)}async get(t,r,n){if(!this.isRegistered(t)){if(!r)throw new Error("Unknown cache key "+t);this.register(t,r)}let a=this.content[t];switch(a.status){case"ERROR":throw a.error;case"LOADING":return a.promise;case"RESOLVED":return a.value;case"REGISTERED":return r=r??a.loader,a.status="LOADING",a.promise=In(r()),a.promise.then(i=>(a.status="RESOLVED",a.value=i,n!=null&&(this.clearClearTimeout(t),a.clearTimeout=window.setTimeout(()=>this.clear(t),n)),i)).catch(i=>{var c;throw!((c=a.promise)===null||c===void 0)&&c.isCanceled||(a.status="ERROR",a.error=i),i})}}isRegistered(t){return this.content[t]!=null}getNow(t){var r;return(r=this.content[t])===null||r===void 0?void 0:r.value}has(t){var r,n;return((r=this.content[t])===null||r===void 0?void 0:r.status)!==void 0&&((n=this.content[t])===null||n===void 0?void 0:n.status)!=="REGISTERED"}resolvedKeys(){return Object.keys(this.content).filter(t=>{var r;return((r=this.content[t])===null||r===void 0?void 0:r.status)==="RESOLVED"})}resolvedValues(){return this.resolvedKeys().map(t=>this.content[t].value)}keys(){return Object.keys(this.content)}};var qn={};B(qn,{ClusteringHelper:()=>Yn,formatHierarchicalValues:()=>Zn});var Kn={};B(Kn,{accessBreadcrumb:()=>Z4,accessResult:()=>jn,accessResultId:()=>j4,accessResultUrl:()=>K4});function jn(e){var t,r,n,a;return(a=(n=(r=(t=e?.map)!==null&&t!==void 0?t:e?.topic)!==null&&r!==void 0?r:e?.document)!==null&&n!==void 0?n:e?.htmlPackage)!==null&&a!==void 0?a:e?.htmlPackagePage}function j4(e){var t,r,n,a,i,c,s,d,f;return(d=(c=(a=(r=(t=e?.map)===null||t===void 0?void 0:t.mapId)!==null&&r!==void 0?r:(n=e?.topic)===null||n===void 0?void 0:n.tocId)!==null&&a!==void 0?a:(i=e?.document)===null||i===void 0?void 0:i.documentId)!==null&&c!==void 0?c:(s=e?.htmlPackage)===null||s===void 0?void 0:s.packageId)!==null&&d!==void 0?d:(f=e?.htmlPackagePage)===null||f===void 0?void 0:f.contentId}function K4(e){var t,r,n,a,i,c,s,d,f;return(d=(c=(a=(r=(t=e?.map)===null||t===void 0?void 0:t.readerUrl)!==null&&r!==void 0?r:(n=e?.topic)===null||n===void 0?void 0:n.readerUrl)!==null&&a!==void 0?a:(i=e?.document)===null||i===void 0?void 0:i.viewerUrl)!==null&&c!==void 0?c:(s=e?.htmlPackage)===null||s===void 0?void 0:s.viewerUrl)!==null&&d!==void 0?d:(f=e?.htmlPackagePage)===null||f===void 0?void 0:f.viewerUrl}function Z4(e){return e?.topic?[e.topic.mapTitle,...e.topic.breadcrumb]:e?.map?[e.map.title]:e?.document?[e.document.title]:e?.htmlPackage?[e.htmlPackage.title]:e?.htmlPackagePage?[e.htmlPackagePage.packageTitle,e.htmlPackagePage.title]:[]}function Zn(e,t){return t&&t>1&&e.length>=t?`... > ${e[e.length-1]}`:e.join(" > ")}var Yn=class e{constructor(t,r,n,a){this.allResults=t,this.selectedResult=r,this.clusteringMetadata=n,this.metadataDescriptors=a}static extractResultMetadata(t){let r=jn(t.result).metadata;return t.key==null?e.flattenMetadata(r,t.hierarchicalValueTruncatingLevel,t.dateFormatter):e.flattenMetadata(r.find(n=>n.key===t.key),t.hierarchicalValueTruncatingLevel,t.dateFormatter)}static flattenMetadata(t,r,n){if(Array.isArray(t))return t.map(i=>e.flattenMetadata(i,r,n)).filter(i=>i!=null);let a=t?.hierarchicalValues!=null&&t.hierarchicalValues.length>0;if(!(t==null||t.values.length==0&&!a))if(a){let i=[],c=[];return t.hierarchicalValues.forEach(s=>{i.push(Zn(s)),c.push(Zn(s,r))}),{key:t.key,label:t.label,value:i.join(", "),displayValue:c.join(", "),displayTooltipValue:i.join(", ")}}else{let i=t.values.join(", "),c=t.values.map(s=>n?n(s):s).join(", ");return{key:t.key,label:t.label,value:i,displayValue:c,displayTooltipValue:c}}}computeClustersItemsForMetadata(t,r,n="No value",a,i){var c,s;let d=e.extractResultMetadata({result:this.selectedResult,key:t,dateFormatter:i}),f=(c=d?.label)!==null&&c!==void 0?c:(s=this.getMetadataDescriptor(t))===null||s===void 0?void 0:s.label;return this.allResults.map(p=>e.extractResultMetadata({result:p,key:t,hierarchicalValueTruncatingLevel:a,dateFormatter:i})).map(p=>p??{key:t,label:f,value:void 0,displayValue:n}).filter(p=>p.value!=d?.value).filter((p,y,x)=>x.findIndex(v=>v.value===p.value)===y).map(p=>({result:this.findBestResultForMetadataValue(t,p.value),metadata:p})).sort((p,y)=>this.compareMetadata(p.metadata.value,y.metadata.value,t,r))}compareMetadata(t,r,n,a){if(t==null)return-1;if(r==null)return 1;let i=this.getMetadataDescriptor(n),c=i?.sortRule||"NONE",s=i?.reverseSort||!1;if(c=="ALPHABET"||c=="VERSION"){let d=t.localeCompare(r,a,{numeric:!0});return s?d*-1:d}return 0}getMetadataDescriptor(t){return this.metadataDescriptors.find(r=>t==r.key)}findBestResultForMetadataValue(t,r){let n=this.allResults.filter(d=>{var f;return((f=e.extractResultMetadata({result:d,key:t}))===null||f===void 0?void 0:f.value)==r}),i=[...e.extractResultMetadata({result:this.selectedResult}).filter(d=>this.clusteringMetadata.has(d.key)).filter(d=>d.key!==t)],c,s=-1;for(let d of n){let f=this.countMatchingMetadata(d,i);if(f>s&&(s=f,c=d,f===i.length))break}return c}countMatchingMetadata(t,r){return e.extractResultMetadata({result:t}).filter(n=>r.some(a=>a.key===n.key&&a.value===n.value)).length}};var Xn={};B(Xn,{Debouncer:()=>at});var at=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let a=(t=this.rejectPromise)!==null&&t!==void 0?t:()=>null,i=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let c of n)try{await c()}catch(s){a(s);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var Jn={};B(Jn,{customElement:()=>le,dateProperty:()=>q4,isNumber:()=>cs,jsonProperty:()=>Qn,numberProperty:()=>$r,optionalNumberProperty:()=>Y4});var le=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function Qn(e,t){let r=()=>JSON.parse(JSON.stringify(e));return T({type:Object,converter:{fromAttribute:n=>{if(n==null)return r();try{return JSON.parse(n)}catch{return r()}},toAttribute:n=>JSON.stringify(n)},hasChanged:Lt,...t??{}})}function Y4(e){return $r(e)}function $r(e){return T({type:Object,converter:{fromAttribute:t=>{var r,n;if(t==null)return;let a=(r=e?.min)!==null&&r!==void 0?r:-1/0,i=(n=e?.max)!==null&&n!==void 0?n:1/0;return cs(t)?Ot(a,+t,i):void 0},toAttribute:t=>t==null?void 0:""+t},useDefault:!0,...e??{}})}function cs(e){return!isNaN(parseFloat(e))}function q4(e){return T({type:Object,converter:{fromAttribute:t=>{if(t==null)return;let r=new Date(Date.parse(t));if(!isNaN(r.valueOf()))return r},toAttribute:t=>t?.toISOString()},useDefault:!0,...e??{}})}var ga={};B(ga,{designSystemVariables:()=>j});var ma={};B(ma,{DesignSystemFamily:()=>Fr,DesignSystemSize:()=>Wr,FtCssVariableFactory:()=>o,badge:()=>sd,banner:()=>cd,button:()=>Q4,card:()=>ed,chart:()=>Ad,checkbox:()=>td,chip:()=>ad,chipChoice:()=>nd,collapsible:()=>Sd,combobox:()=>vd,dateRangePicker:()=>Td,drawer:()=>hd,floatingMenu:()=>bd,foundation:()=>l,link:()=>id,menuItem:()=>xd,modal:()=>pd,notice:()=>Od,notification:()=>_d,pageDesigner:()=>Ld,pageFooter:()=>fd,pageHeader:()=>dd,pageLayout:()=>ud,popover:()=>Ed,radio:()=>rd,reorderableList:()=>Nd,resolveFamilyClass:()=>pa,resolveSizeClass:()=>ha,semantic:()=>u,setVariable:()=>Y,switch_:()=>Cd,table:()=>od,tabs:()=>md,textArea:()=>yd,textInput:()=>gd,titleBreadcrumb:()=>ld,toggle:()=>Rd,tooltip:()=>wd,treeList:()=>J4,typographies:()=>No,typographyBody1Medium:()=>aa,typographyBody1Regular:()=>na,typographyBody1Semibold:()=>ia,typographyBody2Medium:()=>_t,typographyBody2MediumUnderline:()=>ss,typographyBody2Regular:()=>ca,typographyBody2Semibold:()=>sa,typographyCaption1Medium:()=>la,typographyCaption1Semibold:()=>da,typographyCaption2Bold:()=>ua,typographyCaption2Medium:()=>ct,typographyCaption2Semibold:()=>fa,typographyDisplay:()=>ea,typographyTitle1:()=>ta,typographyTitle2:()=>ra,typographyTitle3:()=>oa,typographyVariants:()=>X4});var it=e=>typeof e=="string"?Ne(e):e,o=class{static create(t,r,n,a){let i=s=>it(s??a),c=D`var(${it(t)}, ${i(a)})`;return c.name=t,c.description=r,c.category=n,c.defaultValue=a,c.defaultCssValue=i,c.set=s=>Y(c,s??i(a)),c.get=s=>D`var(${it(t)}, ${i(s)})`,c.breadcrumb=()=>[],c.lastResortDefaultValue=()=>a,c}static extend(t,r,n,a){let i=s=>n.get(s??a),c=D`var(${it(t)}, ${i(a)})`;return c.name=t,c.description=r,c.category=n.category,c.fallbackVariable=n,c.defaultValue=a,c.defaultCssValue=i,c.set=s=>Y(c,s??i(a)),c.get=s=>D`var(${it(t)}, ${i(s)})`,c.breadcrumb=()=>[n.name,...n.breadcrumb()],c.lastResortDefaultValue=()=>a??n.lastResortDefaultValue(),c}static external(t,r){let n=i=>t.defaultCssValue(i),a=D`var(${it(t.name)}, ${n(t.defaultValue)})`;return a.name=t.name,a.category=t.category,a.fallbackVariable=t.fallbackVariable,a.defaultValue=t.defaultValue,a.context=r,a.defaultCssValue=n,a.set=i=>t.set(i),a.get=i=>D`var(${it(t.name)}, ${n(i)})`,a.breadcrumb=()=>t.breadcrumb(),a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}};function Y(e,t){return it(`${e.name}: ${t}`)}var l={colorWhite:o.create("--ftds-color-white","","COLOR","#ffffff"),colorGray0:o.create("--ftds-color-gray-0","","COLOR","#71718e"),colorGray10:o.create("--ftds-color-gray-10","","COLOR","#fbfbfc"),colorGray20:o.create("--ftds-color-gray-20","","COLOR","#f2f2f5"),colorGray30:o.create("--ftds-color-gray-30","","COLOR","#e9e9ed"),colorGray40:o.create("--ftds-color-gray-40","","COLOR","#e0e0e6"),colorGray50:o.create("--ftds-color-gray-50","","COLOR","#cdcdd7"),colorGray60:o.create("--ftds-color-gray-60","","COLOR","#bbbbc9"),colorGray70:o.create("--ftds-color-gray-70","","COLOR","#a8a8ba"),colorGray80:o.create("--ftds-color-gray-80","","COLOR","#9696ab"),colorGray90:o.create("--ftds-color-gray-90","","COLOR","#83839d"),colorGray100:o.create("--ftds-color-gray-100","","COLOR","#62627c"),colorGray200:o.create("--ftds-color-gray-200","","COLOR","#545469"),colorGray300:o.create("--ftds-color-gray-300","","COLOR","#454557"),colorGray400:o.create("--ftds-color-gray-400","","COLOR","#363644"),colorGray500:o.create("--ftds-color-gray-500","","COLOR","#282832"),colorGray600:o.create("--ftds-color-gray-600","","COLOR","#19191f"),colorGray700:o.create("--ftds-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:o.create("--ftds-color-brand-0","","COLOR","#9d207b"),colorBrand10:o.create("--ftds-color-brand-10","","COLOR","#f7edf4"),colorBrand20:o.create("--ftds-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:o.create("--ftds-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:o.create("--ftds-color-brand-40","","COLOR","#d395c2"),colorBrand50:o.create("--ftds-color-brand-50","","COLOR","#c778b1"),colorBrand60:o.create("--ftds-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:o.create("--ftds-color-brand-70","","COLOR","#ae3e90"),colorBrand100:o.create("--ftds-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:o.create("--ftds-color-brand-200","","COLOR","#78185e"),colorBrand300:o.create("--ftds-color-brand-300","","COLOR","#62144d"),colorBrand400:o.create("--ftds-color-brand-400","","COLOR","#4d103c"),colorBrand500:o.create("--ftds-color-brand-500","","COLOR","#380b2c"),colorBrand600:o.create("--ftds-color-brand-600","","COLOR","#23071b"),colorBrand700:o.create("--ftds-color-brand-700","","COLOR","#0d030b"),colorCyan0:o.create("--ftds-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:o.create("--ftds-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:o.create("--ftds-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:o.create("--ftds-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:o.create("--ftds-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:o.create("--ftds-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:o.create("--ftds-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:o.create("--ftds-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:o.create("--ftds-color-cyan-100","","COLOR","#0c849c"),colorCyan200:o.create("--ftds-color-cyan-200","","COLOR","#0a7085"),colorCyan300:o.create("--ftds-color-cyan-300","","COLOR","#085c6d"),colorCyan400:o.create("--ftds-color-cyan-400","","COLOR","#074856"),colorCyan500:o.create("--ftds-color-cyan-500","","COLOR","#05343e"),colorCyan600:o.create("--ftds-color-cyan-600","","COLOR","#032127"),colorCyan700:o.create("--ftds-color-cyan-700","","COLOR","#010d0f"),colorGreen0:o.create("--ftds-color-green-0","","COLOR","#21a274"),colorGreen10:o.create("--ftds-color-green-10","","COLOR","#edf7f3"),colorGreen20:o.create("--ftds-color-green-20","","COLOR","#cfebe1"),colorGreen30:o.create("--ftds-color-green-30","","COLOR","#b2dfcf"),colorGreen40:o.create("--ftds-color-green-40","","COLOR","#95d3bd"),colorGreen50:o.create("--ftds-color-green-50","","COLOR","#78c7ab"),colorGreen60:o.create("--ftds-color-green-60","","COLOR","#5bba98"),colorGreen70:o.create("--ftds-color-green-70","","COLOR","#3eae86"),colorGreen100:o.create("--ftds-color-green-100","","COLOR","#1d8d65"),colorGreen200:o.create("--ftds-color-green-200","","COLOR","#187856"),colorGreen300:o.create("--ftds-color-green-300","","COLOR","#146246"),colorGreen400:o.create("--ftds-color-green-400","","COLOR","#104d37"),colorGreen500:o.create("--ftds-color-green-500","","COLOR","#0b3828"),colorGreen600:o.create("--ftds-color-green-600","","COLOR","#072319"),colorGreen700:o.create("--ftds-color-green-700","","COLOR","#030d0a"),colorOrange0:o.create("--ftds-color-orange-0","","COLOR","#F2700D"),colorOrange10:o.create("--ftds-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:o.create("--ftds-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:o.create("--ftds-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:o.create("--ftds-color-orange-40","","COLOR","#FECB90"),colorOrange50:o.create("--ftds-color-orange-50","","COLOR","#FCB76E"),colorOrange60:o.create("--ftds-color-orange-60","","COLOR","#F9A34D"),colorOrange70:o.create("--ftds-color-orange-70","","COLOR","#F68B2C"),colorOrange100:o.create("--ftds-color-orange-100","","COLOR","#D35909"),colorOrange200:o.create("--ftds-color-orange-200","","COLOR","#B74706"),colorOrange300:o.create("--ftds-color-orange-300","","COLOR","#913503"),colorOrange400:o.create("--ftds-color-orange-400","","COLOR","#6F2601"),colorOrange500:o.create("--ftds-color-orange-500","","COLOR","#4D1800"),colorOrange600:o.create("--ftds-color-orange-600","","COLOR","#330F00"),colorOrange700:o.create("--ftds-color-orange-700","","COLOR","#140600"),colorRed0:o.create("--ftds-color-red-0","","COLOR","#b40e2c"),colorRed10:o.create("--ftds-color-red-10","","COLOR","#f9ebed"),colorRed20:o.create("--ftds-color-red-20","","COLOR","#efcbd2"),colorRed30:o.create("--ftds-color-red-30","","COLOR","#e5acb6"),colorRed40:o.create("--ftds-color-red-40","","COLOR","#db8c9b"),colorRed50:o.create("--ftds-color-red-50","","COLOR","#d16d7f"),colorRed60:o.create("--ftds-color-red-60","","COLOR","#c84d63"),colorRed70:o.create("--ftds-color-red-70","","COLOR","#be2e48"),colorRed100:o.create("--ftds-color-red-100","","COLOR","#9c0c26"),colorRed200:o.create("--ftds-color-red-200","","COLOR","#850a20"),colorRed300:o.create("--ftds-color-red-300","","COLOR","#6d081b"),colorRed400:o.create("--ftds-color-red-400","","COLOR","#560715"),colorRed500:o.create("--ftds-color-red-500","","COLOR","#3e050f"),colorRed600:o.create("--ftds-color-red-600","","COLOR","#270309"),colorRed700:o.create("--ftds-color-red-700","","COLOR","#0f0104"),colorYellow0:o.create("--ftds-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:o.create("--ftds-color-yellow-10","","COLOR","#fefae9"),colorYellow20:o.create("--ftds-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:o.create("--ftds-color-yellow-30","","COLOR","#faedaa"),colorYellow40:o.create("--ftds-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:o.create("--ftds-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:o.create("--ftds-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:o.create("--ftds-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:o.create("--ftds-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:o.create("--ftds-color-yellow-200","","COLOR","#b3970a"),colorYellow300:o.create("--ftds-color-yellow-300","","COLOR","#947c08"),colorYellow400:o.create("--ftds-color-yellow-400","","COLOR","#746206"),colorYellow500:o.create("--ftds-color-yellow-500","","COLOR","#554705"),colorYellow600:o.create("--ftds-color-yellow-600","","COLOR","#352d03"),colorYellow700:o.create("--ftds-color-yellow-700","","COLOR","#161201"),colorUltramarine0:o.create("--ftds-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:o.create("--ftds-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:o.create("--ftds-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:o.create("--ftds-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:o.create("--ftds-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:o.create("--ftds-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:o.create("--ftds-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:o.create("--ftds-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:o.create("--ftds-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:o.create("--ftds-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:o.create("--ftds-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:o.create("--ftds-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:o.create("--ftds-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:o.create("--ftds-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:o.create("--ftds-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:o.create("--ftds-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:o.create("--ftds-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:o.create("--ftds-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:o.create("--ftds-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:o.create("--ftds-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:o.create("--ftds-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:o.create("--ftds-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:o.create("--ftds-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:o.create("--ftds-color-avocado-100","","COLOR","#84A423"),colorAvocado200:o.create("--ftds-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:o.create("--ftds-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:o.create("--ftds-color-avocado-400","","COLOR","#495B13"),colorAvocado500:o.create("--ftds-color-avocado-500","","COLOR","#35420E"),colorAvocado600:o.create("--ftds-color-avocado-600","","COLOR","#212A09"),colorAvocado700:o.create("--ftds-color-avocado-700","","COLOR","#0E1104"),colorBrown0:o.create("--ftds-color-brown-0","","COLOR","#B26F4D"),colorBrown10:o.create("--ftds-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:o.create("--ftds-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:o.create("--ftds-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:o.create("--ftds-color-brown-40","","COLOR","#DABAAA"),colorBrown50:o.create("--ftds-color-brown-50","","COLOR","#D0A792"),colorBrown60:o.create("--ftds-color-brown-60","","COLOR","#C6947B"),colorBrown70:o.create("--ftds-color-brown-70","","COLOR","#BC8264"),colorBrown100:o.create("--ftds-color-brown-100","","COLOR","#9B6143"),colorBrown200:o.create("--ftds-color-brown-200","","COLOR","#845239"),colorBrown300:o.create("--ftds-color-brown-300","","COLOR","#6D442F"),colorBrown400:o.create("--ftds-color-brown-400","","COLOR","#553525"),colorBrown500:o.create("--ftds-color-brown-500","","COLOR","#3E271B"),colorBrown600:o.create("--ftds-color-brown-600","","COLOR","#271811"),colorBrown700:o.create("--ftds-color-brown-700","","COLOR","#100A07"),spacing1:o.create("--ftds-spacing-1","","SIZE","0.25rem"),spacing2:o.create("--ftds-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:o.create("--ftds-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:o.create("--ftds-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:o.create("--ftds-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:o.create("--ftds-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:o.create("--ftds-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:o.create("--ftds-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:o.create("--ftds-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:o.create("--ftds-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:o.create("--ftds-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:o.create("--ftds-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:o.create("--ftds-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:o.create("--ftds-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:o.create("--ftds-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:o.create("--ftds-border-radius-s","","SIZE","4px"),borderRadiusM:o.create("--ftds-border-radius-m","","SIZE","8px"),borderRadiusL:o.create("--ftds-border-radius-l","","SIZE","12px"),borderRadiusXl:o.create("--ftds-border-radius-xl","","SIZE","16px"),borderRadiusPill:o.create("--ftds-border-radius-pill","","SIZE","999px"),borderRadiusRound:o.create("--ftds-border-radius-round","","SIZE","50%"),iconSize1:o.create("--ftds-icon-size-1","","SIZE","0.75rem"),iconSize2:o.create("--ftds-icon-size-2","","SIZE","1rem"),iconSize3:o.create("--ftds-icon-size-3","","SIZE","1.25rem"),iconSize4:o.create("--ftds-icon-size-4","","SIZE","1.5rem"),iconSize5:o.create("--ftds-icon-size-5","","SIZE","2rem"),iconSize6:o.create("--ftds-icon-size-6","","SIZE","3rem"),opacity0:o.create("--ftds-opacity-0","","NUMBER","0"),opacity8:o.create("--ftds-opacity-8","","NUMBER","0.08"),opacity12:o.create("--ftds-opacity-12","","NUMBER","0.12"),opacity16:o.create("--ftds-opacity-16","","NUMBER","0.16"),opacity24:o.create("--ftds-opacity-24","","NUMBER","0.24"),opacity32:o.create("--ftds-opacity-32","","NUMBER","0.32"),opacity40:o.create("--ftds-opacity-40","","NUMBER","0.4"),opacity48:o.create("--ftds-opacity-48","","NUMBER","0.48"),opacity80:o.create("--ftds-opacity-80","","NUMBER","0.8"),shadowElevation01:o.create("--ftds-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:o.create("--ftds-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:o.create("--ftds-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:o.create("--ftds-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:o.create("--ftds-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:o.create("--ftds-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:o.create("--ftds-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:o.create("--ftds-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:o.create("--ftds-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)")},ea={fontFamily:o.create("--ftds-typography-display-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-display-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-display-line-height","","SIZE","1.2"),fontSize:o.create("--ftds-typography-display-font-size","","SIZE","2.5rem"),letterSpacing:o.create("--ftds-typography-display-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ftds-typography-display-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-display-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-display-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-display-text-case","","UNKNOWN","none")},ta={fontFamily:o.create("--ftds-typography-title-1-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-title-1-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-title-1-line-height","","SIZE","1.2"),fontSize:o.create("--ftds-typography-title-1-font-size","","SIZE","1.5rem"),letterSpacing:o.create("--ftds-typography-title-1-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ftds-typography-title-1-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-title-1-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-title-1-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-title-1-text-case","","UNKNOWN","none")},ra={fontFamily:o.create("--ftds-typography-title-2-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-title-2-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-title-2-line-height","","SIZE","1.2"),fontSize:o.create("--ftds-typography-title-2-font-size","","SIZE","1.25rem"),letterSpacing:o.create("--ftds-typography-title-2-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ftds-typography-title-2-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-title-2-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-title-2-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-title-2-text-case","","UNKNOWN","none")},oa={fontFamily:o.create("--ftds-typography-title-3-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-title-3-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-title-3-line-height","","SIZE","1.2"),fontSize:o.create("--ftds-typography-title-3-font-size","","SIZE","1.125rem"),letterSpacing:o.create("--ftds-typography-title-3-letter-spacing","","SIZE","-0.01em"),paragraphSpacing:o.create("--ftds-typography-title-3-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-title-3-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-title-3-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-title-3-text-case","","UNKNOWN","none")},na={fontFamily:o.create("--ftds-typography-body-1-regular-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-1-regular-font-weight","","UNKNOWN","400"),lineHeight:o.create("--ftds-typography-body-1-regular-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-1-regular-font-size","","SIZE","1rem"),letterSpacing:o.create("--ftds-typography-body-1-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-1-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-1-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-1-regular-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-1-regular-text-case","","UNKNOWN","none")},aa={fontFamily:o.create("--ftds-typography-body-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-1-medium-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-body-1-medium-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-1-medium-font-size","","SIZE","1rem"),letterSpacing:o.create("--ftds-typography-body-1-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-1-medium-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-1-medium-text-case","","UNKNOWN","none")},ia={fontFamily:o.create("--ftds-typography-body-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-body-1-semibold-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-1-semibold-font-size","","SIZE","1rem"),letterSpacing:o.create("--ftds-typography-body-1-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-1-semibold-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-1-semibold-text-case","","UNKNOWN","none")},ca={fontFamily:o.create("--ftds-typography-body-2-regular-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-2-regular-font-weight","","UNKNOWN","400"),lineHeight:o.create("--ftds-typography-body-2-regular-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-2-regular-font-size","","SIZE","0.875rem"),letterSpacing:o.create("--ftds-typography-body-2-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-2-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-2-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-2-regular-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-2-regular-text-case","","UNKNOWN","none")},_t={fontFamily:o.create("--ftds-typography-body-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-2-medium-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-body-2-medium-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-2-medium-font-size","","SIZE","0.875rem"),letterSpacing:o.create("--ftds-typography-body-2-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-2-medium-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-2-medium-text-case","","UNKNOWN","none")},ss={fontFamily:o.create("--ftds-typography-body-2-medium-underline-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-2-medium-underline-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-body-2-medium-underline-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-2-medium-underline-font-size","","SIZE","0.875rem"),letterSpacing:o.create("--ftds-typography-body-2-medium-underline-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-2-medium-underline-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-2-medium-underline-paragraph-indent","","UNKNOWN","0"),textCase:o.create("--ftds-typography-body-2-medium-underline-text-case","","UNKNOWN","none"),textDecoration:o.create("--ftds-typography-body-2-medium-underline-text-decoration","","UNKNOWN","underline")},sa={fontFamily:o.create("--ftds-typography-body-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-body-2-semibold-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-2-semibold-font-size","","SIZE","0.875rem"),letterSpacing:o.create("--ftds-typography-body-2-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-2-semibold-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-2-semibold-text-case","","UNKNOWN","none")},la={fontFamily:o.create("--ftds-typography-caption-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-caption-1-medium-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-caption-1-medium-line-height","","SIZE","1.3"),fontSize:o.create("--ftds-typography-caption-1-medium-font-size","","SIZE","0.75rem"),letterSpacing:o.create("--ftds-typography-caption-1-medium-letter-spacing","","SIZE","normal"),textCase:o.create("--ftds-typography-caption-1-medium-text-case","","UNKNOWN","none"),paragraphSpacing:o.create("--ftds-typography-caption-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-caption-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-caption-1-medium-text-decoration","","UNKNOWN","none")},da={fontFamily:o.create("--ftds-typography-caption-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-caption-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-caption-1-semibold-line-height","","SIZE","1.3"),fontSize:o.create("--ftds-typography-caption-1-semibold-font-size","","SIZE","0.75rem"),letterSpacing:o.create("--ftds-typography-caption-1-semibold-letter-spacing","","SIZE","normal"),textCase:o.create("--ftds-typography-caption-1-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:o.create("--ftds-typography-caption-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-caption-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-caption-1-semibold-text-decoration","","UNKNOWN","none")},ct={fontFamily:o.create("--ftds-typography-caption-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-caption-2-medium-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-caption-2-medium-line-height","","SIZE","1.3"),fontSize:o.create("--ftds-typography-caption-2-medium-font-size","","SIZE","0.6875rem"),letterSpacing:o.create("--ftds-typography-caption-2-medium-letter-spacing","","SIZE","normal"),textCase:o.create("--ftds-typography-caption-2-medium-text-case","","UNKNOWN","none"),paragraphSpacing:o.create("--ftds-typography-caption-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-caption-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-caption-2-medium-text-decoration","","UNKNOWN","none")},fa={fontFamily:o.create("--ftds-typography-caption-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-caption-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-caption-2-semibold-line-height","","SIZE","1.3"),fontSize:o.create("--ftds-typography-caption-2-semibold-font-size","","SIZE","0.6875rem"),letterSpacing:o.create("--ftds-typography-caption-2-semibold-letter-spacing","","SIZE","normal"),textCase:o.create("--ftds-typography-caption-2-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:o.create("--ftds-typography-caption-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-caption-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-caption-2-semibold-text-decoration","","UNKNOWN","none")},ua={fontFamily:o.create("--ftds-typography-caption-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-caption-2-bold-font-weight","","UNKNOWN","700"),lineHeight:o.create("--ftds-typography-caption-2-bold-line-height","","SIZE","1.3"),fontSize:o.create("--ftds-typography-caption-2-bold-font-size","","SIZE","0.6875rem"),letterSpacing:o.create("--ftds-typography-caption-2-bold-letter-spacing","","SIZE","normal"),textCase:o.create("--ftds-typography-caption-2-bold-text-case","","UNKNOWN","none"),paragraphSpacing:o.create("--ftds-typography-caption-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-caption-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-caption-2-bold-text-decoration","","UNKNOWN","none")},No={display:ea,"title-1":ta,"title-2":ra,"title-3":oa,"body-1-regular":na,"body-1-medium":aa,"body-1-semibold":ia,"body-2-regular":ca,"body-2-medium":_t,"body-2-medium-underline":ss,"body-2-semibold":sa,"caption-1-medium":la,"caption-1-semibold":da,"caption-2-medium":ct,"caption-2-semibold":fa,"caption-2-bold":ua},X4=["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","caption-1","caption-2"];var u={backgroundActionPrimary:o.extend("--ftds-background-action-primary","Used as backgorund of primary action components.",l.colorBrand0),backgroundErrorSubtle:o.extend("--ftds-background-error-subtle","Used as background of subtle error components.",l.colorRed10),backgroundInfoSubtle:o.extend("--ftds-background-info-subtle","Used as background of subtle information components.",l.colorCyan10),backgroundWarningSubtle:o.extend("--ftds-background-warning-subtle","Used as background of subtle information components.",l.colorOrange10),backgroundSuccessSubtle:o.extend("--ftds-background-success-subtle","Used as background of subtle success components.",l.colorGreen10),backgroundGlobalSurface:o.extend("--ftds-background-global-surface","Used as app background.",l.colorWhite),backgroundGlobalOnSurface:o.extend("--ftds-background-global-on-surface","Used as background on element on the base background, like cards.",l.colorGray10),backgroundGlobalOnSurfaceDark:o.extend("--ftds-background-global-on-surface-dark","Used as background on element that need background separation.",l.colorGray30),contentActionPrimary:o.extend("--ftds-content-action-primary","Used on label of primary action on light surface.",l.colorBrand0),contentWarningPrimary:o.extend("--ftds-content-warning-primary","Used on label of warning messages on light surface.",l.colorOrange200),contentWarningIconOnly:o.extend("--ftds-content-warning-icon-only","Used on warning status icons alone",l.colorOrange0),contentErrorPrimary:o.extend("--ftds-content-error-primary","Used on label of error messages on light surface.",l.colorRed0),contentErrorIconOnly:o.extend("--ftds-content-error-icon-only","Used on error status icons alone",l.colorRed70),contentInfoPrimary:o.extend("--ftds-content-info-primary","Used on label of information messages on light surface.",l.colorCyan200),contentInfoIconOnly:o.extend("--ftds-content-info-icon-only","Used on info status icons alone",l.colorCyan0),contentSuccessPrimary:o.extend("--ftds-content-success-primary","Used on label of success messages on light surface.",l.colorGreen200),contentSuccessIconOnly:o.extend("--ftds-content-success-icon-only","Used on success status icons alone",l.colorGreen0),contentGlobalPrimary:o.extend("--ftds-content-global-primary","Used for main content on the page.",l.colorGray500),contentGlobalSecondary:o.extend("--ftds-content-global-secondary",`Used for secondary content, often paired with primary content.
|
|
5
|
-
Also for action icons.`,l.colorGray200),contentGlobalSubtle:o.extend("--ftds-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",l.colorGray0),contentGlobalOnColor:o.extend("--ftds-content-global-on-color","Used for content on a dominant color.",l.colorWhite),borderActionPrimary:o.extend("--ftds-border-action-primary","Used as border for primary action components.",l.colorBrand0),borderActionFocusRing:o.extend("--ftds-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",l.colorCyan0),borderWarningPrimary:o.extend("--ftds-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",l.colorOrange200),borderWarningSubtle:o.extend("--ftds-border-warning-subtle","Used as border for warning components.",l.colorOrange30),borderSuccessPrimary:o.extend("--ftds-border-success-primary","Used as border for success buttons.",l.colorGreen200),borderSuccessSubtle:o.extend("--ftds-border-success-subtle","Used as border for success components.",l.colorGreen30),borderErrorPrimary:o.extend("--ftds-border-error-primary","Used as border for text fields in error states.",l.colorRed0),borderErrorSubtle:o.extend("--ftds-border-error-subtle","Used as border for error components.",l.colorRed30),borderInfoPrimary:o.extend("--ftds-border-info-primary","Used as border for buttons in info color.",l.colorCyan200),borderInfoSubtle:o.extend("--ftds-border-info-subtle","Used as border for information components.",l.colorCyan30),borderGlobalPrimary:o.extend("--ftds-border-global-primary","Used as border for elements/areas filled with background.global.on-surface-dark",l.colorGray50),borderGlobalSecondary:o.extend("--ftds-border-global-secondary","Used as border for elements/areas filled with background.global.on-surface",l.colorGray40),borderGlobalSubtle:o.extend("--ftds-border-global-subtle","Used as border to deliminate an area/element filled with background.global.surface and separators.",l.colorGray30),borderInputPrimary:o.extend("--ftds-border-input-primary","Used as border for checkboxes and radio buttons",l.colorGray80),borderNeutralPrimary:o.extend("--ftds-border-neutral-primary","Used as border for neutral secondary buttons",l.colorGray200)};var Q4={largeHeight:o.create("--ftds-button-large-height","","SIZE","40px"),largeHorizontalPadding:o.extend("--ftds-button-large-horizontal-padding","",l.spacing4),largeGap:o.extend("--ftds-button-large-gap","",l.spacing2),largeBorderRadius:o.extend("--ftds-button-large-border-radius","",l.borderRadiusS),largeIconSize:o.extend("--ftds-button-large-icon-size","",l.iconSize3),largeBorderWidth:o.create("--ftds-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:o.create("--ftds-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:o.create("--ftds-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:o.create("--ftds-button-large-icon-only-width","","SIZE","40px"),mediumHeight:o.create("--ftds-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:o.extend("--ftds-button-medium-horizontal-padding","",l.spacing3),mediumGap:o.extend("--ftds-button-medium-gap","",l.spacing2),mediumBorderRadius:o.extend("--ftds-button-medium-border-radius","",l.borderRadiusS),mediumIconSize:o.extend("--ftds-button-medium-icon-size","",l.iconSize2),mediumBorderWidth:o.create("--ftds-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:o.create("--ftds-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:o.create("--ftds-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:o.create("--ftds-button-medium-icon-only-width","","SIZE","30px"),smallHeight:o.create("--ftds-button-small-height","","SIZE","20px"),smallHorizontalPadding:o.extend("--ftds-button-small-horizontal-padding","",l.spacing2),smallGap:o.extend("--ftds-button-small-gap","",l.spacing1),smallBorderRadius:o.extend("--ftds-button-small-border-radius","",l.borderRadiusS),smallIconSize:o.extend("--ftds-button-small-icon-size","",l.iconSize1),smallBorderWidth:o.create("--ftds-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:o.create("--ftds-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:o.create("--ftds-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:o.create("--ftds-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:o.create("--ftds-button-x-small-height","","SIZE","16px"),xSmallIconSize:o.extend("--ftds-button-x-small-icon-size","",l.iconSize1),xSmallFocusOutlineOffset:o.create("--ftds-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:o.create("--ftds-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:o.create("--ftds-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:o.extend("--ftds-button-round-border-radius","",l.borderRadiusPill),primaryBrandBackgroundColor:o.extend("--ftds-button-primary-brand-background-color","",u.backgroundActionPrimary),primaryBrandColor:o.extend("--ftds-button-primary-brand-color","",u.contentGlobalOnColor),primaryBrandIconColor:o.extend("--ftds-button-primary-brand-icon-color","",u.contentGlobalOnColor),primaryBrandStateLayerColor:o.extend("--ftds-button-primary-brand-state-layer-color","",u.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:o.extend("--ftds-button-primary-brand-hover-state-layer-opacity","",l.opacity16),primaryBrandFocusStateLayerOpacity:o.extend("--ftds-button-primary-brand-focus-state-layer-opacity","",l.opacity16),primaryBrandActiveStateLayerOpacity:o.extend("--ftds-button-primary-brand-active-state-layer-opacity","",l.opacity24),primaryBrandDisabledComponentOpacity:o.extend("--ftds-button-primary-brand-disabled-component-opacity","",l.opacity40),focusFocusRingColor:o.extend("--ftds-button-focus-focus-ring-color","",u.borderActionFocusRing),tertiaryBrandBackgroundColor:o.create("--ftds-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:o.extend("--ftds-button-tertiary-brand-color","",u.contentActionPrimary),tertiaryBrandIconColor:o.extend("--ftds-button-tertiary-brand-icon-color","",u.contentActionPrimary),tertiaryBrandStateLayerColor:o.extend("--ftds-button-tertiary-brand-state-layer-color","",u.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-brand-hover-state-layer-opacity","",l.opacity8),tertiaryBrandFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-brand-focus-state-layer-opacity","",l.opacity8),tertiaryBrandActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-brand-active-state-layer-opacity","",l.opacity16),tertiaryBrandDisabledComponentOpacity:o.extend("--ftds-button-tertiary-brand-disabled-component-opacity","",l.opacity40),tertiaryInfoBackgroundColor:o.create("--ftds-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:o.extend("--ftds-button-tertiary-info-color","",u.contentInfoPrimary),tertiaryInfoIconColor:o.extend("--ftds-button-tertiary-info-icon-color","",u.contentInfoPrimary),tertiaryInfoStateLayerColor:o.extend("--ftds-button-tertiary-info-state-layer-color","",u.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-info-focus-state-layer-opacity","",l.opacity8),tertiaryInfoHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-info-hover-state-layer-opacity","",l.opacity8),tertiaryInfoActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-info-active-state-layer-opacity","",l.opacity16),tertiaryInfoDisabledComponentOpacity:o.extend("--ftds-button-tertiary-info-disabled-component-opacity","",l.opacity40),tertiarySuccessBackgroundColor:o.create("--ftds-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:o.extend("--ftds-button-tertiary-success-color","",u.contentSuccessPrimary),tertiarySuccessIconColor:o.extend("--ftds-button-tertiary-success-icon-color","",u.contentSuccessPrimary),tertiarySuccessStateLayerColor:o.extend("--ftds-button-tertiary-success-state-layer-color","",u.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-success-hover-state-layer-opacity","",l.opacity8),tertiarySuccessFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-success-focus-state-layer-opacity","",l.opacity8),tertiarySuccessActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-success-active-state-layer-opacity","",l.opacity16),tertiarySuccessDisabledComponentOpacity:o.extend("--ftds-button-tertiary-success-disabled-component-opacity","",l.opacity40),tertiaryWarningBackgroundColor:o.create("--ftds-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:o.extend("--ftds-button-tertiary-warning-color","",u.contentWarningPrimary),tertiaryWarningIconColor:o.extend("--ftds-button-tertiary-warning-icon-color","",u.contentWarningPrimary),tertiaryWarningStateLayerColor:o.extend("--ftds-button-tertiary-warning-state-layer-color","",u.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-warning-hover-state-layer-opacity","",l.opacity8),tertiaryWarningFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-warning-focus-state-layer-opacity","",l.opacity8),tertiaryWarningActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-warning-active-state-layer-opacity","",l.opacity16),tertiaryWarningDisabledComponentOpacity:o.extend("--ftds-button-tertiary-warning-disabled-component-opacity","",l.opacity40),tertiaryErrorBackgroundColor:o.create("--ftds-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:o.extend("--ftds-button-tertiary-error-color","",u.contentErrorPrimary),tertiaryErrorIconColor:o.extend("--ftds-button-tertiary-error-icon-color","",u.contentErrorPrimary),tertiaryErrorStateLayerColor:o.extend("--ftds-button-tertiary-error-state-layer-color","",u.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-error-hover-state-layer-opacity","",l.opacity8),tertiaryErrorFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-error-focus-state-layer-opacity","",l.opacity8),tertiaryErrorActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-error-active-state-layer-opacity","",l.opacity16),tertiaryErrorDisabledComponentOpacity:o.extend("--ftds-button-tertiary-error-disabled-component-opacity","",l.opacity40),tertiaryNeutralBackgroundColor:o.create("--ftds-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:o.extend("--ftds-button-tertiary-neutral-icon-color","",u.contentGlobalSecondary),tertiaryNeutralColor:o.extend("--ftds-button-tertiary-neutral-color","",u.contentGlobalSecondary),tertiaryNeutralStateLayerColor:o.extend("--ftds-button-tertiary-neutral-state-layer-color","",u.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-neutral-hover-state-layer-opacity","",l.opacity8),tertiaryNeutralFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-neutral-focus-state-layer-opacity","",l.opacity8),tertiaryNeutralActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-neutral-active-state-layer-opacity","",l.opacity16),tertiaryNeutralDisabledComponentOpacity:o.extend("--ftds-button-tertiary-neutral-disabled-component-opacity","",l.opacity40),secondaryBrandBackgroundColor:o.create("--ftds-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:o.extend("--ftds-button-secondary-brand-color","",u.contentActionPrimary),secondaryBrandIconColor:o.extend("--ftds-button-secondary-brand-icon-color","",u.contentActionPrimary),secondaryBrandStateLayerColor:o.extend("--ftds-button-secondary-brand-state-layer-color","",u.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:o.extend("--ftds-button-secondary-brand-hover-state-layer-opacity","",l.opacity8),secondaryBrandFocusStateLayerOpacity:o.extend("--ftds-button-secondary-brand-focus-state-layer-opacity","",l.opacity8),secondaryBrandActiveStateLayerOpacity:o.extend("--ftds-button-secondary-brand-active-state-layer-opacity","",l.opacity16),secondaryBrandDisabledComponentOpacity:o.extend("--ftds-button-secondary-brand-disabled-component-opacity","",l.opacity40),secondaryBrandBorderColor:o.extend("--ftds-button-secondary-brand-border-color","",u.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:o.extend("--ftds-button-secondary-neutral-hover-state-layer-opacity","",l.opacity8),secondaryNeutralFocusStateLayerOpacity:o.extend("--ftds-button-secondary-neutral-focus-state-layer-opacity","",l.opacity8),secondaryNeutralActiveStateLayerOpacity:o.extend("--ftds-button-secondary-neutral-active-state-layer-opacity","",l.opacity16),secondaryNeutralDisabledComponentOpacity:o.extend("--ftds-button-secondary-neutral-disabled-component-opacity","",l.opacity40),secondaryNeutralBackgroundColor:o.create("--ftds-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:o.extend("--ftds-button-secondary-neutral-color","",u.contentGlobalSecondary),secondaryNeutralIconColor:o.extend("--ftds-button-secondary-neutral-icon-color","",u.contentGlobalSecondary),secondaryNeutralStateLayerColor:o.extend("--ftds-button-secondary-neutral-state-layer-color","",u.contentGlobalSecondary),secondaryNeutralBorderColor:o.extend("--ftds-button-secondary-neutral-border-color","",u.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:o.extend("--ftds-button-secondary-info-hover-state-layer-opacity","",l.opacity8),secondaryInfoFocusStateLayerOpacity:o.extend("--ftds-button-secondary-info-focus-state-layer-opacity","",l.opacity8),secondaryInfoActiveStateLayerOpacity:o.extend("--ftds-button-secondary-info-active-state-layer-opacity","",l.opacity16),secondaryInfoDisabledComponentOpacity:o.extend("--ftds-button-secondary-info-disabled-component-opacity","",l.opacity40),secondaryInfoBackgroundColor:o.create("--ftds-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:o.extend("--ftds-button-secondary-info-border-color","",u.borderInfoPrimary),secondaryInfoColor:o.extend("--ftds-button-secondary-info-color","",u.contentInfoPrimary),secondaryInfoIconColor:o.extend("--ftds-button-secondary-info-icon-color","",u.contentInfoPrimary),secondaryInfoStateLayerColor:o.extend("--ftds-button-secondary-info-state-layer-color","",u.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:o.extend("--ftds-button-secondary-success-hover-state-layer-opacity","",l.opacity8),secondarySuccessFocusStateLayerOpacity:o.extend("--ftds-button-secondary-success-focus-state-layer-opacity","",l.opacity8),secondarySuccessActiveStateLayerOpacity:o.extend("--ftds-button-secondary-success-active-state-layer-opacity","",l.opacity16),secondarySuccessDisabledComponentOpacity:o.extend("--ftds-button-secondary-success-disabled-component-opacity","",l.opacity40),secondarySuccessBackgroundColor:o.create("--ftds-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:o.extend("--ftds-button-secondary-success-border-color","",u.borderSuccessPrimary),secondarySuccessColor:o.extend("--ftds-button-secondary-success-color","",u.contentSuccessPrimary),secondarySuccessIconColor:o.extend("--ftds-button-secondary-success-icon-color","",u.contentSuccessPrimary),secondarySuccessStateLayerColor:o.extend("--ftds-button-secondary-success-state-layer-color","",u.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:o.extend("--ftds-button-secondary-warning-hover-state-layer-opacity","",l.opacity8),secondaryWarningFocusStateLayerOpacity:o.extend("--ftds-button-secondary-warning-focus-state-layer-opacity","",l.opacity8),secondaryWarningActiveStateLayerOpacity:o.extend("--ftds-button-secondary-warning-active-state-layer-opacity","",l.opacity16),secondaryWarningDisabledComponentOpacity:o.extend("--ftds-button-secondary-warning-disabled-component-opacity","",l.opacity40),secondaryWarningBackgroundColor:o.create("--ftds-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:o.extend("--ftds-button-secondary-warning-border-color","",u.borderWarningPrimary),secondaryWarningColor:o.extend("--ftds-button-secondary-warning-color","",u.contentWarningPrimary),secondaryWarningIconColor:o.extend("--ftds-button-secondary-warning-icon-color","",u.contentWarningPrimary),secondaryWarningStateLayerColor:o.extend("--ftds-button-secondary-warning-state-layer-color","",u.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:o.extend("--ftds-button-secondary-error-hover-state-layer-opacity","",l.opacity8),secondaryErrorFocusStateLayerOpacity:o.extend("--ftds-button-secondary-error-focus-state-layer-opacity","",l.opacity8),secondaryErrorActiveStateLayerOpacity:o.extend("--ftds-button-secondary-error-active-state-layer-opacity","",l.opacity16),secondaryErrorDisabledComponentOpacity:o.extend("--ftds-button-secondary-error-disabled-component-opacity","",l.opacity40),secondaryErrorBackgroundColor:o.create("--ftds-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:o.extend("--ftds-button-secondary-error-border-color","",u.contentErrorPrimary),secondaryErrorColor:o.extend("--ftds-button-secondary-error-color","",u.contentErrorPrimary),secondaryErrorIconColor:o.extend("--ftds-button-secondary-error-icon-color","",u.contentErrorPrimary),secondaryErrorStateLayerColor:o.extend("--ftds-button-secondary-error-state-layer-color","",u.contentErrorPrimary)};var J4={loadMoreIconSize:o.extend("--ftds-tree-list-load-more-icon-size","",l.iconSize2),loadMorePaddingLeft:o.extend("--ftds-tree-list-load-more-padding-left","",l.spacing6),loadMoreUnselectedDefaultBorderColor:o.extend("--ftds-tree-list-load-more-unselected-default-border-color","",u.borderGlobalSubtle),loadMoreIconColor:o.extend("--ftds-tree-list-load-more-icon-color","",u.contentActionPrimary),loadMoreLabelColor:o.extend("--ftds-tree-list-load-more-label-color","",u.contentActionPrimary),loadMoreHoverBorderColor:o.extend("--ftds-tree-list-load-more-hover-border-color","",l.colorBrand20),loadMoreHoverBackgroundColor:o.create("--ftds-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:o.extend("--ftds-tree-list-load-more-active-border-color","",l.colorBrand20),loadMoreActiveBackgroundColor:o.create("--ftds-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:o.create("--ftds-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:o.create("--ftds-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:o.extend("--ftds-tree-list-load-more-descendant-of-selected-default-border-color","",u.borderGlobalPrimary),loadMoreLabelMarginLeft:o.extend("--ftds-tree-list-load-more-label-margin-left","",l.spacing1),nodeIconSize:o.extend("--ftds-tree-list-node-icon-size","",l.iconSize2),nodeHeight:o.create("--ftds-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:o.extend("--ftds-tree-list-node-parent-label-margin-left","",l.spacing2),nodeParentLabelMarginRight:o.extend("--ftds-tree-list-node-parent-label-margin-right","",l.spacing2),nodeRootPaddingLeft:o.extend("--ftds-tree-list-node-root-padding-left","",l.spacing6),nodeChildPaddingLeft:o.extend("--ftds-tree-list-node-child-padding-left","",l.spacing5),nodeLeafPaddingLeft:o.extend("--ftds-tree-list-node-leaf-padding-left","",l.spacing6),nodeUnselectedDefaultBorderColor:o.extend("--ftds-tree-list-node-unselected-default-border-color","",u.borderGlobalSubtle),nodeUnselectedIconColor:o.extend("--ftds-tree-list-node-unselected-icon-color","",u.contentGlobalSecondary),nodeUnselectedLabelColor:o.extend("--ftds-tree-list-node-unselected-label-color","",u.contentGlobalSecondary),nodeUnselectedCounterColor:o.extend("--ftds-tree-list-node-unselected-counter-color","",u.contentGlobalSecondary),nodeHoverBorderColor:o.extend("--ftds-tree-list-node-hover-border-color","",u.borderActionPrimary),nodeFocusFocusRingColor:o.extend("--ftds-tree-list-node-focus-focus-ring-color","",u.borderActionFocusRing),nodeFocusOutlineWidth:o.create("--ftds-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:o.extend("--ftds-tree-list-node-selected-default-border-color","",u.borderGlobalPrimary),nodeSelectedIconColor:o.extend("--ftds-tree-list-node-selected-icon-color","",u.contentGlobalSecondary),nodeSelectedLabelColor:o.extend("--ftds-tree-list-node-selected-label-color","",u.contentGlobalPrimary),nodeSelectedCounterColor:o.extend("--ftds-tree-list-node-selected-counter-color","",u.contentGlobalSecondary),nodeSelectedBackgroundColor:o.create("--ftds-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:o.extend("--ftds-tree-list-node-descendant-of-selected-default-border-color","",u.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:o.extend("--ftds-tree-list-node-descendant-of-selected-icon-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:o.extend("--ftds-tree-list-node-descendant-of-selected-label-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:o.extend("--ftds-tree-list-node-descendant-of-selected-counter-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:o.create("--ftds-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:o.create("--ftds-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:o.extend("--ftds-tree-list-header-section-padding-left","",l.spacing6),headerSectionPaddingRight:o.extend("--ftds-tree-list-header-section-padding-right","",l.spacing3),headerSectionHorizontalGap:o.extend("--ftds-tree-list-header-section-horizontal-gap","",l.spacing2),headerSectionMarginBottom:o.extend("--ftds-tree-list-header-section-margin-bottom","",l.spacing2),headerSectionColor:o.extend("--ftds-tree-list-header-section-color","",u.contentGlobalPrimary),headerSectionCounterColor:o.extend("--ftds-tree-list-header-section-counter-color","",u.contentGlobalSecondary),listContainerBorderWidth:o.create("--ftds-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:o.extend("--ftds-tree-list-list-container-background-color","",u.backgroundGlobalSurface),listContainerBorderColor:o.extend("--ftds-tree-list-list-container-border-color","",u.borderGlobalSubtle),emptyStateIllustrationWidth:o.create("--ftds-tree-list-empty-state-illustration-width","","SIZE","192px"),emptyStateIllustrationHeight:o.create("--ftds-tree-list-empty-state-illustration-height","","SIZE","192px"),emptyStateIllustrationMarginBottom:o.extend("--ftds-tree-list-empty-state-illustration-margin-bottom","",l.spacing10),emptyStateContainerPaddingTop:o.extend("--ftds-tree-list-empty-state-container-padding-top","",l.spacing10),emptyStateContainerPaddingBottom:o.extend("--ftds-tree-list-empty-state-container-padding-bottom","",l.spacing10),emptyStateTitleMarginBottom:o.extend("--ftds-tree-list-empty-state-title-margin-bottom","",l.spacing2),emptyStateTitleLabelColor:o.extend("--ftds-tree-list-empty-state-title-label-color","",u.contentGlobalSecondary),emptyStateDescriptionLabelColor:o.extend("--ftds-tree-list-empty-state-description-label-color","",u.contentGlobalSecondary)};var ed={borderColor:o.extend("--ftds-card-border-color","",u.borderGlobalSecondary),headerTitleHorizontalPadding:o.extend("--ftds-card-header-title-horizontal-padding","",l.spacing4),headerTitleVerticalPadding:o.extend("--ftds-card-header-title-vertical-padding","",l.spacing3),headerActionHorizontalPadding:o.extend("--ftds-card-header-action-horizontal-padding","",l.spacing2),headerActionVerticalPadding:o.extend("--ftds-card-header-action-vertical-padding","",l.spacing2),headerActionGap:o.extend("--ftds-card-header-action-gap","",l.spacing1),borderRadius:o.extend("--ftds-card-border-radius","",l.borderRadiusS),backgroundColor:o.extend("--ftds-card-background-color","",u.backgroundGlobalOnSurface),bodyHorizontalPadding:o.extend("--ftds-card-body-horizontal-padding","",l.spacing4),bodyVerticalPadding:o.extend("--ftds-card-body-vertical-padding","",l.spacing4),footerActionHorizontalPadding:o.extend("--ftds-card-footer-action-horizontal-padding","",l.spacing2),footerActionVerticalPadding:o.extend("--ftds-card-footer-action-vertical-padding","",l.spacing2),footerActionGap:o.extend("--ftds-card-footer-action-gap","",l.spacing1),footerContentHorizontalPadding:o.extend("--ftds-card-footer-content-horizontal-padding","",l.spacing4),footerContentVerticalPadding:o.extend("--ftds-card-footer-content-vertical-padding","",l.spacing3),sideBarHorizontalPadding:o.extend("--ftds-card-side-bar-horizontal-padding","",l.spacing1),sideBarVerticalPadding:o.extend("--ftds-card-side-bar-vertical-padding","",l.spacing1),sideBarGap:o.extend("--ftds-card-side-bar-gap","",l.spacing1)};var td={iconSize:o.extend("--ftds-checkbox-icon-size","",l.iconSize2),boxSize:o.create("--ftds-checkbox-box-size","","SIZE","18px"),colorLegendSize:o.create("--ftds-checkbox-color-legend-size","","SIZE","16px"),borderRadius:o.create("--ftds-checkbox-border-radius","","SIZE","1px"),labelHorizontalGap:o.extend("--ftds-checkbox-label-horizontal-gap","",l.spacing1),color:o.extend("--ftds-checkbox-color","",u.contentGlobalPrimary),checkedBackgroundColor:o.extend("--ftds-checkbox-checked-background-color","",u.contentActionPrimary),checkedStateLayerColor:o.extend("--ftds-checkbox-checked-state-layer-color","",u.contentActionPrimary),checkedIconColor:o.extend("--ftds-checkbox-checked-icon-color","",u.contentGlobalOnColor),checkedHoverStateLayerOpacity:o.extend("--ftds-checkbox-checked-hover-state-layer-opacity","",l.opacity16),checkedFocusStateLayerOpacity:o.extend("--ftds-checkbox-checked-focus-state-layer-opacity","",l.opacity16),checkedActiveStateLayerOpacity:o.extend("--ftds-checkbox-checked-active-state-layer-opacity","",l.opacity24),checkedDisabledComponentOpacity:o.extend("--ftds-checkbox-checked-disabled-component-opacity","",l.opacity40),uncheckedBorderColor:o.extend("--ftds-checkbox-unchecked-border-color","",l.colorGray80),uncheckedStateLayerColor:o.extend("--ftds-checkbox-unchecked-state-layer-color","",l.colorGray80),uncheckedHoverStateLayerOpacity:o.extend("--ftds-checkbox-unchecked-hover-state-layer-opacity","",l.opacity16),uncheckedFocusStateLayerOpacity:o.extend("--ftds-checkbox-unchecked-focus-state-layer-opacity","",l.opacity16),uncheckedActiveStateLayerOpacity:o.extend("--ftds-checkbox-unchecked-active-state-layer-opacity","",l.opacity24),uncheckedDisabledComponentOpacity:o.extend("--ftds-checkbox-unchecked-disabled-component-opacity","",l.opacity40),focusFocusRingColor:o.extend("--ftds-checkbox-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:o.create("--ftds-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:o.create("--ftds-checkbox-focus-outline-width","","SIZE","2px"),focusOutlineBorderRadius:o.create("--ftds-checkbox-focus-outline-border-radius","","SIZE","2px"),borderWidth:o.create("--ftds-checkbox-border-width","","SIZE","2px"),horizontalGap:o.extend("--ftds-checkbox-horizontal-gap","",l.spacing3),helperPaddingTop:o.create("--ftds-checkbox-helper-padding-top","","SIZE","0px"),helperIconSize:o.extend("--ftds-checkbox-helper-icon-size","",l.iconSize2),helperHorizontalGap:o.extend("--ftds-checkbox-helper-horizontal-gap","",l.spacing1),errorUncheckedBorderColor:o.extend("--ftds-checkbox-error-unchecked-border-color","",u.borderErrorPrimary),errorStateLayerColor:o.extend("--ftds-checkbox-error-state-layer-color","",u.contentErrorPrimary),errorHelperTextColor:o.extend("--ftds-checkbox-error-helper-text-color","",u.borderErrorPrimary),errorCheckedBackgroundColor:o.extend("--ftds-checkbox-error-checked-background-color","",u.contentErrorPrimary),helperTextColor:o.extend("--ftds-checkbox-helper-text-color","",u.contentGlobalSubtle),groupVerticalGap:o.extend("--ftds-checkbox-group-vertical-gap","",l.spacing3)};var rd={circleSize:o.create("--ftds-radio-circle-size","","SIZE","18px"),borderWidth:o.create("--ftds-radio-border-width","","SIZE","2px"),color:o.extend("--ftds-radio-color","",u.contentGlobalPrimary),selectedRadioColor:o.extend("--ftds-radio-selected-radio-color","",u.contentActionPrimary),selectedStateLayerColor:o.extend("--ftds-radio-selected-state-layer-color","",u.contentActionPrimary),selectedHoverStateLayerOpacity:o.extend("--ftds-radio-selected-hover-state-layer-opacity","",l.opacity16),selectedFocusStateLayerOpacity:o.extend("--ftds-radio-selected-focus-state-layer-opacity","",l.opacity16),selectedActiveStateLayerOpacity:o.extend("--ftds-radio-selected-active-state-layer-opacity","",l.opacity24),selectedDisabledComponentOpacity:o.extend("--ftds-radio-selected-disabled-component-opacity","",l.opacity40),unselectedStateLayerColor:o.extend("--ftds-radio-unselected-state-layer-color","",u.borderInputPrimary),unselectedBorderColor:o.extend("--ftds-radio-unselected-border-color","",u.borderInputPrimary),unselectedHoverStateLayerOpacity:o.extend("--ftds-radio-unselected-hover-state-layer-opacity","",l.opacity16),unselectedFocusStateLayerOpacity:o.extend("--ftds-radio-unselected-focus-state-layer-opacity","",l.opacity16),unselectedActiveStateLayerOpacity:o.extend("--ftds-radio-unselected-active-state-layer-opacity","",l.opacity24),unselectedDisabledComponentOpacity:o.extend("--ftds-radio-unselected-disabled-component-opacity","",l.opacity40),focusFocusRingColor:o.extend("--ftds-radio-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:o.create("--ftds-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:o.create("--ftds-radio-focus-outline-width","","SIZE","2px"),verticalGap:o.extend("--ftds-radio-vertical-gap","",l.spacing3),horizontalGap:o.extend("--ftds-radio-horizontal-gap","",l.spacing3)};var od={headerRowBorderWidth:o.create("--ftds-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:o.extend("--ftds-table-header-row-background-color","",u.backgroundGlobalOnSurfaceDark),headerRowBorderColor:o.extend("--ftds-table-header-row-border-color","",u.borderGlobalPrimary),headerRowColor:o.extend("--ftds-table-header-row-color","",u.contentGlobalPrimary),dataRowBorderWidth:o.create("--ftds-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:o.extend("--ftds-table-data-row-background-color","",u.backgroundGlobalOnSurface),dataRowBorderColor:o.extend("--ftds-table-data-row-border-color","",u.borderGlobalSubtle),dataRowColor:o.extend("--ftds-table-data-row-color","",u.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:o.extend("--ftds-table-data-row-default-hover-background-color","",l.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:o.extend("--ftds-table-data-row-selectable-unselected-hover-background-color","",l.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:o.extend("--ftds-table-data-row-selectable-selected-default-background-color","",l.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:o.extend("--ftds-table-data-row-selectable-selected-default-border-color","",l.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:o.extend("--ftds-table-data-row-selectable-selected-hover-background-color","",l.colorBrand20),dataRowSelectableSelectedHoverBorderColor:o.extend("--ftds-table-data-row-selectable-selected-hover-border-color","",l.colorBrand30),dataRowSelectableSelectedColor:o.extend("--ftds-table-data-row-selectable-selected-color","",u.contentActionPrimary),dataRowClickableHoverBackgroundColor:o.extend("--ftds-table-data-row-clickable-hover-background-color","",l.colorGray30),dataRowClickableFocusBorderColor:o.extend("--ftds-table-data-row-clickable-focus-border-color","",u.borderActionFocusRing),dataRowClickableFocusBackgroundColor:o.extend("--ftds-table-data-row-clickable-focus-background-color","",l.colorGray30),dataRowClickableActiveBackgroundColor:o.extend("--ftds-table-data-row-clickable-active-background-color","",l.colorGray40),headerCellHorizontalGap:o.extend("--ftds-table-header-cell-horizontal-gap","",l.spacing1),headerCellVerticalPadding:o.extend("--ftds-table-header-cell-vertical-padding","",l.spacing2),headerCellHorizontalPadding:o.extend("--ftds-table-header-cell-horizontal-padding","",l.spacing3),dataCellVerticalPadding:o.extend("--ftds-table-data-cell-vertical-padding","",l.spacing2),dataCellHorizontalPadding:o.extend("--ftds-table-data-cell-horizontal-padding","",l.spacing3),dataCellVerticalGap:o.extend("--ftds-table-data-cell-vertical-gap","",l.spacing1)};var nd={neutralOffHoverStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-off-hover-state-layer-opacity","",l.opacity8),neutralOffFocusStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-off-focus-state-layer-opacity","",l.opacity8),neutralOffFocusFocusRingColor:o.extend("--ftds-chip-choice-neutral-off-focus-focus-ring-color","",u.borderActionFocusRing),neutralOffActiveStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-off-active-state-layer-opacity","",l.opacity16),neutralOffBackgroundColor:o.extend("--ftds-chip-choice-neutral-off-background-color","",u.backgroundGlobalOnSurface),neutralOffBorderColor:o.extend("--ftds-chip-choice-neutral-off-border-color","",u.borderGlobalPrimary),neutralOffColor:o.extend("--ftds-chip-choice-neutral-off-color","",u.contentGlobalSecondary),neutralOffStateLayerColor:o.extend("--ftds-chip-choice-neutral-off-state-layer-color","",u.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-on-default-state-layer-opacity","",l.opacity16),neutralOnHoverStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-on-hover-state-layer-opacity","",l.opacity24),neutralOnFocusStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-on-focus-state-layer-opacity","",l.opacity24),neutralOnFocusFocusRingColor:o.extend("--ftds-chip-choice-neutral-on-focus-focus-ring-color","",u.borderActionFocusRing),neutralOnActiveStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-on-active-state-layer-opacity","",l.opacity32),neutralOnBackgroundColor:o.extend("--ftds-chip-choice-neutral-on-background-color","",u.backgroundGlobalOnSurface),neutralOnBorderColor:o.extend("--ftds-chip-choice-neutral-on-border-color","",u.borderGlobalPrimary),neutralOnColor:o.extend("--ftds-chip-choice-neutral-on-color","",u.contentGlobalPrimary),neutralOnIconColor:o.extend("--ftds-chip-choice-neutral-on-icon-color","",u.contentGlobalPrimary),neutralOnStateLayerColor:o.extend("--ftds-chip-choice-neutral-on-state-layer-color","",u.contentGlobalPrimary),largeMinHeight:o.create("--ftds-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:o.extend("--ftds-chip-choice-large-horizontal-padding","",l.spacing3),largeGap:o.extend("--ftds-chip-choice-large-gap","",l.spacing1),largeBorderRadius:o.create("--ftds-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:o.create("--ftds-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:o.extend("--ftds-chip-choice-large-icon-size","",l.iconSize3),mediumMinHeight:o.create("--ftds-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:o.extend("--ftds-chip-choice-medium-horizontal-padding","",l.spacing2),mediumGap:o.extend("--ftds-chip-choice-medium-gap","",l.spacing1),mediumBorderRadius:o.create("--ftds-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:o.create("--ftds-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:o.extend("--ftds-chip-choice-medium-icon-size","",l.iconSize2)};var ad={largeMinHeight:o.create("--ftds-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:o.extend("--ftds-chip-large-horizontal-padding","",l.spacing3),largeButtonRightPadding:o.extend("--ftds-chip-large-button-right-padding","",l.spacing1),largeGap:o.extend("--ftds-chip-large-gap","",l.spacing1),largeFocusOutlineOffset:o.create("--ftds-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:o.create("--ftds-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:o.create("--ftds-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:o.create("--ftds-chip-large-border-width","","SIZE","1px"),largeIconSize:o.extend("--ftds-chip-large-icon-size","",l.iconSize3),mediumMinHeight:o.create("--ftds-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:o.extend("--ftds-chip-medium-horizontal-padding","",l.spacing2),mediumButtonRightPadding:o.extend("--ftds-chip-medium-button-right-padding","",l.spacing05),mediumGap:o.extend("--ftds-chip-medium-gap","",l.spacing1),mediumFocusOutlineOffset:o.create("--ftds-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:o.create("--ftds-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:o.create("--ftds-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:o.create("--ftds-chip-medium-border-width","","SIZE","1px"),mediumIconSize:o.extend("--ftds-chip-medium-icon-size","",l.iconSize2),smallMinHeight:o.create("--ftds-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:o.extend("--ftds-chip-small-horizontal-padding","",l.spacing1),smallButtonRightPadding:o.extend("--ftds-chip-small-button-right-padding","",l.spacing05),smallGap:o.extend("--ftds-chip-small-gap","",l.spacing1),smallFocusOutlineOffset:o.create("--ftds-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:o.create("--ftds-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:o.create("--ftds-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:o.create("--ftds-chip-small-border-width","","SIZE","1px"),smallIconSize:o.extend("--ftds-chip-small-icon-size","",l.iconSize1),neutralBackgroundColor:o.extend("--ftds-chip-neutral-background-color","",u.backgroundGlobalOnSurface),neutralColor:o.extend("--ftds-chip-neutral-color","",u.contentGlobalSecondary),neutralIconColor:o.extend("--ftds-chip-neutral-icon-color","",u.contentGlobalSecondary),neutralBorderColor:o.extend("--ftds-chip-neutral-border-color","",u.borderGlobalSecondary),infoBackgroundColor:o.extend("--ftds-chip-info-background-color","",u.backgroundInfoSubtle),infoColor:o.extend("--ftds-chip-info-color","",u.contentInfoPrimary),infoIconColor:o.extend("--ftds-chip-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:o.extend("--ftds-chip-info-border-color","",u.borderInfoSubtle),successBackgroundColor:o.extend("--ftds-chip-success-background-color","",u.backgroundSuccessSubtle),successColor:o.extend("--ftds-chip-success-color","",u.contentSuccessPrimary),successIconColor:o.extend("--ftds-chip-success-icon-color","",u.contentSuccessIconOnly),successBorderColor:o.extend("--ftds-chip-success-border-color","",u.borderSuccessSubtle),warningBackgroundColor:o.extend("--ftds-chip-warning-background-color","",u.backgroundWarningSubtle),warningColor:o.extend("--ftds-chip-warning-color","",u.contentWarningPrimary),warningIconColor:o.extend("--ftds-chip-warning-icon-color","",u.contentWarningIconOnly),warningBorderColor:o.extend("--ftds-chip-warning-border-color","",u.borderWarningSubtle),errorBackgroundColor:o.extend("--ftds-chip-error-background-color","",u.backgroundErrorSubtle),errorColor:o.extend("--ftds-chip-error-color","",u.contentErrorPrimary),errorIconColor:o.extend("--ftds-chip-error-icon-color","",u.contentErrorIconOnly),errorBorderColor:o.extend("--ftds-chip-error-border-color","",u.borderErrorSubtle)};var id={brandHoverOpacity:o.extend("--ftds-link-brand-hover-opacity","",l.opacity80),brandHoverColor:o.extend("--ftds-link-brand-hover-color","",u.contentActionPrimary),brandFocusFocusRingColor:o.extend("--ftds-link-brand-focus-focus-ring-color","",u.borderActionFocusRing),brandFocusColor:o.extend("--ftds-link-brand-focus-color","",u.contentActionPrimary),brandDefaultColor:o.extend("--ftds-link-brand-default-color","",u.contentActionPrimary),brandActiveColor:o.extend("--ftds-link-brand-active-color","",u.contentActionPrimary),infoHoverOpacity:o.extend("--ftds-link-info-hover-opacity","",l.opacity80),infoHoverColor:o.extend("--ftds-link-info-hover-color","",u.contentInfoPrimary),infoFocusFocusRingColor:o.extend("--ftds-link-info-focus-focus-ring-color","",u.borderActionFocusRing),infoFocusColor:o.extend("--ftds-link-info-focus-color","",u.contentInfoPrimary),infoDefaultColor:o.extend("--ftds-link-info-default-color","",u.contentInfoPrimary),infoActiveColor:o.extend("--ftds-link-info-active-color","",u.contentInfoPrimary),neutralFocusFocusRingColor:o.extend("--ftds-link-neutral-focus-focus-ring-color","",u.borderActionFocusRing),neutralFocusColor:o.extend("--ftds-link-neutral-focus-color","",u.contentActionPrimary),neutralDefaultColor:o.extend("--ftds-link-neutral-default-color","",u.contentGlobalPrimary),neutralHoverColor:o.extend("--ftds-link-neutral-hover-color","",u.contentActionPrimary),neutralActiveColor:o.extend("--ftds-link-neutral-active-color","",u.contentActionPrimary),neutralVisitedColor:o.extend("--ftds-link-neutral-visited-color","",l.colorBrand100)};var cd={iconSize:o.extend("--ftds-banner-icon-size","",l.iconSize5),borderWidth:o.create("--ftds-banner-border-width","","SIZE","1px"),leftPadding:o.extend("--ftds-banner-left-padding","",l.spacing6),rightPadding:o.extend("--ftds-banner-right-padding","",l.spacing6),verticalPadding:o.extend("--ftds-banner-vertical-padding","",l.spacing6),horizontalSideGap:o.extend("--ftds-banner-horizontal-side-gap","",l.spacing6),horizontalMobileGap:o.extend("--ftds-banner-horizontal-mobile-gap","",l.spacing4),verticalMobileGap:o.extend("--ftds-banner-vertical-mobile-gap","",l.spacing6),horizontalMiddleGap:o.extend("--ftds-banner-horizontal-middle-gap","",l.spacing20),infoBackgroundColor:o.extend("--ftds-banner-info-background-color","",u.backgroundInfoSubtle),infoColor:o.extend("--ftds-banner-info-color","",u.contentInfoPrimary),infoIconColor:o.extend("--ftds-banner-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:o.extend("--ftds-banner-info-border-color","",u.borderInfoSubtle)};var sd={horizontalPadding:o.extend("--ftds-badge-horizontal-padding","",l.spacing1),verticalPadding:o.extend("--ftds-badge-vertical-padding","",l.spacing1),borderRadius:o.extend("--ftds-badge-border-radius","",l.borderRadiusPill),color:o.extend("--ftds-badge-color","",u.contentGlobalOnColor),backgroundColor:o.extend("--ftds-badge-background-color","",u.contentActionPrimary)};var ld={horizontalGap:o.extend("--ftds-title-breadcrumb-horizontal-gap","",l.spacing1),currentColor:o.extend("--ftds-title-breadcrumb-current-color","",u.contentGlobalPrimary),previousNonClickableColor:o.extend("--ftds-title-breadcrumb-previous-non-clickable-color","",u.contentGlobalSecondary),iconColor:o.extend("--ftds-title-breadcrumb-icon-color","",u.contentGlobalSubtle)};var dd={parentHorizontalPadding:o.extend("--ftds-page-header-parent-horizontal-padding","",l.spacing6),parentTopPadding:o.extend("--ftds-page-header-parent-top-padding","",l.spacing4),parentBottomPadding:o.extend("--ftds-page-header-parent-bottom-padding","",l.spacing6),parentHelpLeftMargin:o.extend("--ftds-page-header-parent-help-left-margin","",l.spacing1),parentTitleColor:o.extend("--ftds-page-header-parent-title-color","",u.contentGlobalPrimary),parentSubtitleColor:o.extend("--ftds-page-header-parent-subtitle-color","",u.contentGlobalSecondary),parentChipLeftMargin:o.extend("--ftds-page-header-parent-chip-left-margin","",l.spacing4),parentVerticalGap:o.extend("--ftds-page-header-parent-vertical-gap","",l.spacing2),parentButtonsGroupHorizontalGap:o.extend("--ftds-page-header-parent-buttons-group-horizontal-gap","",l.spacing4),parentButtonsGroupVerticalGap:o.extend("--ftds-page-header-parent-buttons-group-vertical-gap","",l.spacing4),parentChipsGroupHorizontalGap:o.extend("--ftds-page-header-parent-chips-group-horizontal-gap","",l.spacing2),parentChipsGroupVerticalGap:o.extend("--ftds-page-header-parent-chips-group-vertical-gap","",l.spacing2),childHorizontalPadding:o.extend("--ftds-page-header-child-horizontal-padding","",l.spacing6),childTopPadding:o.extend("--ftds-page-header-child-top-padding","",l.spacing2),childBottomPadding:o.extend("--ftds-page-header-child-bottom-padding","",l.spacing2),childHelpLeftMargin:o.extend("--ftds-page-header-child-help-left-margin","",l.spacing1),childChipLeftMargin:o.extend("--ftds-page-header-child-chip-left-margin","",l.spacing4),childVerticalGap:o.extend("--ftds-page-header-child-vertical-gap","",l.spacing2),childMinHeight:o.create("--ftds-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:o.extend("--ftds-page-header-child-buttons-group-horizontal-gap","",l.spacing4),childButtonsGroupVerticalGap:o.extend("--ftds-page-header-child-buttons-group-vertical-gap","",l.spacing4),childChipsGroupHorizontalGap:o.extend("--ftds-page-header-child-chips-group-horizontal-gap","",l.spacing2),childChipsGroupVerticalGap:o.extend("--ftds-page-header-child-chips-group-vertical-gap","",l.spacing2),backgroundColor:o.extend("--ftds-page-header-background-color","",l.colorWhite),bottomBorderColor:o.extend("--ftds-page-header-bottom-border-color","",u.borderGlobalSubtle),bottomBorderWidth:o.create("--ftds-page-header-bottom-border-width","","SIZE","1px")};var fd={horizontalPadding:o.extend("--ftds-page-footer-horizontal-padding","",l.spacing6),verticalPadding:o.extend("--ftds-page-footer-vertical-padding","",l.spacing2),verticalGap:o.extend("--ftds-page-footer-vertical-gap","",l.spacing2),minHeight:o.create("--ftds-page-footer-min-height","","SIZE","40px"),backgroundColor:o.extend("--ftds-page-footer-background-color","",l.colorWhite),topBorderColor:o.extend("--ftds-page-footer-top-border-color","",u.borderGlobalSubtle),topBorderWidth:o.create("--ftds-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:o.extend("--ftds-page-footer-buttons-group-gap","",l.spacing4)};var ud={contentHorizontalPadding:o.extend("--ftds-page-layout-content-horizontal-padding","",l.spacing6),contentVerticalPadding:o.extend("--ftds-page-layout-content-vertical-padding","",l.spacing6)};var pd={smallContainerTargetWidth:o.create("--ftds-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:o.extend("--ftds-modal-small-container-margin","",l.spacing6),mediumContainerTargetWidth:o.create("--ftds-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:o.extend("--ftds-modal-medium-container-margin","",l.spacing6),largeContainerTargetWidth:o.create("--ftds-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:o.extend("--ftds-modal-large-container-margin","",l.spacing6),overlayBackgroundColor:o.extend("--ftds-modal-overlay-background-color","",l.colorGray700),overlayOpacity:o.extend("--ftds-modal-overlay-opacity","",l.opacity40),shadow:o.extend("--ftds-modal-shadow","",l.shadowElevation03),bodyBackgroundColor:o.extend("--ftds-modal-body-background-color","",l.colorWhite),bodyColor:o.extend("--ftds-modal-body-color","",u.contentGlobalPrimary),bodyHorizontalPadding:o.extend("--ftds-modal-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:o.extend("--ftds-modal-body-vertical-padding","",l.spacing6),bodyVerticalGap:o.extend("--ftds-modal-body-vertical-gap","",l.spacing6),headerBackgroundColor:o.extend("--ftds-modal-header-background-color","",u.backgroundGlobalOnSurface),headerBorderColor:o.extend("--ftds-modal-header-border-color","",u.borderGlobalSubtle),headerColor:o.extend("--ftds-modal-header-color","",u.contentGlobalPrimary),headerLeadingIconColor:o.extend("--ftds-modal-header-leading-icon-color","",u.contentGlobalPrimary),headerVerticalPadding:o.extend("--ftds-modal-header-vertical-padding","",l.spacing1),headerRightPadding:o.extend("--ftds-modal-header-right-padding","",l.spacing1),headerLeftPadding:o.extend("--ftds-modal-header-left-padding","",l.spacing6),headerGap:o.extend("--ftds-modal-header-gap","",l.spacing2),headerBorderBottomWidth:o.create("--ftds-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:o.extend("--ftds-modal-border-radius","",l.borderRadiusM)};var hd={overlayOpacity:o.extend("--ftds-drawer-overlay-opacity","",l.opacity40),shadow:o.extend("--ftds-drawer-shadow","",l.shadowElevation03),bodyColor:o.extend("--ftds-drawer-body-color","",u.contentGlobalPrimary),bodyHorizontalPadding:o.extend("--ftds-drawer-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:o.extend("--ftds-drawer-body-vertical-padding","",l.spacing6),bodyGap:o.extend("--ftds-drawer-body-gap","",l.spacing6),bodyBackgroundColor:o.extend("--ftds-drawer-body-background-color","",l.colorWhite),headerBackgroundColor:o.extend("--ftds-drawer-header-background-color","",u.backgroundGlobalOnSurface),headerBorderColor:o.extend("--ftds-drawer-header-border-color","",u.borderGlobalSubtle),headerColor:o.extend("--ftds-drawer-header-color","",u.contentGlobalPrimary),headerTrailingIconColor:o.extend("--ftds-drawer-header-trailing-icon-color","",u.contentGlobalSecondary),headerHeight:o.create("--ftds-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:o.extend("--ftds-drawer-header-horizontal-padding","",l.spacing2),headerBorderWidth:o.create("--ftds-drawer-header-border-width","","SIZE","1px"),headerGap:o.extend("--ftds-drawer-header-gap","",l.spacing3),buttonsBarBackgroundColor:o.extend("--ftds-drawer-buttons-bar-background-color","",u.backgroundGlobalOnSurface),buttonsBarBorderColor:o.extend("--ftds-drawer-buttons-bar-border-color","",u.borderGlobalSubtle),buttonsBarColor:o.extend("--ftds-drawer-buttons-bar-color","",u.contentGlobalPrimary),buttonsBarHorizontalPadding:o.extend("--ftds-drawer-buttons-bar-horizontal-padding","",l.spacing6),buttonsBarVerticalPadding:o.extend("--ftds-drawer-buttons-bar-vertical-padding","",l.spacing4),buttonsBarGap:o.extend("--ftds-drawer-buttons-bar-gap","",l.spacing3),buttonsBarBorderWidth:o.create("--ftds-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:o.create("--ftds-drawer-container-width","","SIZE","66%"),containerMinWidth:o.create("--ftds-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:o.create("--ftds-drawer-container-max-width","","SIZE","1000px"),containerHeight:o.create("--ftds-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:o.extend("--ftds-drawer-overlay-background-color","",l.colorGray700)};var md={offBorderBottomWidth:o.create("--ftds-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:o.extend("--ftds-tabs-off-hover-state-layer-opacity","",l.opacity8),offDefaultStateLayerOpacity:o.extend("--ftds-tabs-off-default-state-layer-opacity","",l.opacity0),offFocusStateLayerOpacity:o.extend("--ftds-tabs-off-focus-state-layer-opacity","",l.opacity8),offDisabledComponentOpacity:o.extend("--ftds-tabs-off-disabled-component-opacity","",l.opacity40),offColor:o.extend("--ftds-tabs-off-color","",u.contentGlobalSubtle),offStateLayerColor:o.extend("--ftds-tabs-off-state-layer-color","",u.contentGlobalSubtle),offBorderBottomColor:o.extend("--ftds-tabs-off-border-bottom-color","",u.borderGlobalSubtle),activeTabIndicatorHeight:o.create("--ftds-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:o.extend("--ftds-tabs-top-left-border-radius","",l.borderRadiusS),topRightBorderRadius:o.extend("--ftds-tabs-top-right-border-radius","",l.borderRadiusS),withLabelHorizontalPadding:o.extend("--ftds-tabs-with-label-horizontal-padding","",l.spacing4),withLabelVerticalPadding:o.extend("--ftds-tabs-with-label-vertical-padding","",l.spacing3),horizontalGap:o.extend("--ftds-tabs-horizontal-gap","",l.spacing1),verticalGap:o.extend("--ftds-tabs-vertical-gap","",l.spacing1),onHoverStateLayerOpacity:o.extend("--ftds-tabs-on-hover-state-layer-opacity","",l.opacity16),onDefaultStateLayerOpacity:o.extend("--ftds-tabs-on-default-state-layer-opacity","",l.opacity8),onFocusStateLayerOpacity:o.extend("--ftds-tabs-on-focus-state-layer-opacity","",l.opacity16),onActiveStateLayerOpacity:o.extend("--ftds-tabs-on-active-state-layer-opacity","",l.opacity24),onColor:o.extend("--ftds-tabs-on-color","",u.contentActionPrimary),onStateLayerColor:o.extend("--ftds-tabs-on-state-layer-color","",u.contentActionPrimary),onActiveTabIndicatorColor:o.extend("--ftds-tabs-on-active-tab-indicator-color","",u.contentActionPrimary),iconOnlyHorizontalPadding:o.extend("--ftds-tabs-icon-only-horizontal-padding","",l.spacing4),iconOnlyVerticalPadding:o.extend("--ftds-tabs-icon-only-vertical-padding","",l.spacing4),alertTopPadding:o.extend("--ftds-tabs-alert-top-padding","",l.spacing1),alertRightPadding:o.extend("--ftds-tabs-alert-right-padding","",l.spacing05),focusOutlineWidth:o.create("--ftds-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ftds-tabs-focus-focus-ring-color","",u.borderActionFocusRing)};var gd={largeFieldHorizontalPadding:o.extend("--ftds-text-input-large-field-horizontal-padding","",l.spacing4),largeFieldHorizontalGap:o.extend("--ftds-text-input-large-field-horizontal-gap","",l.spacing3),largeFieldVerticalGap:o.extend("--ftds-text-input-large-field-vertical-gap","",l.spacing05),largeFieldHeight:o.create("--ftds-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:o.extend("--ftds-text-input-large-field-icon-size","",l.iconSize3),mediumFieldHorizontalPadding:o.extend("--ftds-text-input-medium-field-horizontal-padding","",l.spacing4),mediumFieldHorizontalGap:o.extend("--ftds-text-input-medium-field-horizontal-gap","",l.spacing3),mediumFieldVerticalGap:o.create("--ftds-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:o.create("--ftds-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:o.extend("--ftds-text-input-medium-field-icon-size","",l.iconSize3),helperHorizontalPadding:o.extend("--ftds-text-input-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:o.extend("--ftds-text-input-helper-horizontal-gap","",l.spacing1),helperIconSize:o.extend("--ftds-text-input-helper-icon-size","",l.iconSize2),borderRadius:o.extend("--ftds-text-input-border-radius","",l.borderRadiusS),backgroundColor:o.extend("--ftds-text-input-background-color","",l.colorWhite),contentValueColor:o.extend("--ftds-text-input-content-value-color","",u.contentGlobalPrimary),trailingIconColor:o.extend("--ftds-text-input-trailing-icon-color","",u.contentGlobalSubtle),labelColor:o.extend("--ftds-text-input-label-color","",u.contentGlobalSubtle),defaultBorderColor:o.extend("--ftds-text-input-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:o.extend("--ftds-text-input-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:o.create("--ftds-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:o.create("--ftds-text-input-error-border-width","","SIZE","2px"),errorBorderColor:o.extend("--ftds-text-input-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:o.extend("--ftds-text-input-error-helper-text-color","",u.contentErrorPrimary),errorHelperIconColor:o.extend("--ftds-text-input-error-helper-icon-color","",u.contentErrorIconOnly),warningBorderColor:o.extend("--ftds-text-input-warning-border-color","",u.borderWarningPrimary),warningHelperTextColor:o.extend("--ftds-text-input-warning-helper-text-color","",u.contentWarningPrimary),warningHelperIconColor:o.extend("--ftds-text-input-warning-helper-icon-color","",u.contentWarningIconOnly),warningBorderWidth:o.create("--ftds-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:o.create("--ftds-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ftds-text-input-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:o.create("--ftds-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ftds-text-input-disabled-component-opacity","",l.opacity40)};var yd={backgroundColor:o.extend("--ftds-text-area-background-color","",l.colorWhite),contentValueColor:o.extend("--ftds-text-area-content-value-color","",u.contentGlobalPrimary),labelColor:o.extend("--ftds-text-area-label-color","",u.contentGlobalSubtle),defaultBorderColor:o.extend("--ftds-text-area-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:o.extend("--ftds-text-area-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:o.create("--ftds-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:o.create("--ftds-text-area-error-border-width","","SIZE","2px"),errorBorderColor:o.extend("--ftds-text-area-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:o.extend("--ftds-text-area-error-helper-text-color","",u.contentErrorPrimary),errorHelperIconColor:o.extend("--ftds-text-area-error-helper-icon-color","",u.contentErrorIconOnly),focusFocusRingColor:o.extend("--ftds-text-area-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:o.create("--ftds-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:o.create("--ftds-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ftds-text-area-disabled-component-opacity","",l.opacity40),fieldHorizontalLeftPadding:o.extend("--ftds-text-area-field-horizontal-left-padding","",l.spacing4),fieldHorizontalGap:o.extend("--ftds-text-area-field-horizontal-gap","",l.spacing3),fieldVerticalGap:o.extend("--ftds-text-area-field-vertical-gap","",l.spacing05),fieldMinHeight:o.create("--ftds-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:o.extend("--ftds-text-area-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:o.extend("--ftds-text-area-helper-horizontal-gap","",l.spacing1),helperIconSize:o.extend("--ftds-text-area-helper-icon-size","",l.iconSize2),borderRadius:o.extend("--ftds-text-area-border-radius","",l.borderRadiusS)};var bd={height:o.create("--ftds-floating-menu-height","","SIZE","50px"),horizontalPadding:o.extend("--ftds-floating-menu-horizontal-padding","",l.spacing4),offIconColor:o.extend("--ftds-floating-menu-off-icon-color","",u.contentGlobalPrimary),offColor:o.extend("--ftds-floating-menu-off-color","",u.contentGlobalPrimary),onColor:o.extend("--ftds-floating-menu-on-color","",u.contentActionPrimary),onStateLayerColor:o.extend("--ftds-floating-menu-on-state-layer-color","",u.contentActionPrimary),gap:o.extend("--ftds-floating-menu-gap","",l.spacing3),focusFocusRingColor:o.extend("--ftds-floating-menu-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:o.create("--ftds-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:o.extend("--ftds-floating-menu-focus-state-layer-opacity","",l.opacity24),hoverStateLayerOpacity:o.extend("--ftds-floating-menu-hover-state-layer-opacity","",l.opacity8),activeStateLayerOpacity:o.extend("--ftds-floating-menu-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:o.extend("--ftds-floating-menu-disabled-component-opacity","",l.opacity40),iconSize:o.extend("--ftds-floating-menu-icon-size","",l.iconSize3),backgroundColor:o.extend("--ftds-floating-menu-background-color","",u.backgroundGlobalOnSurface),shadow:o.extend("--ftds-floating-menu-shadow","",l.shadowElevation02)};var xd={multiselectCheckedStateLayerColor:o.extend("--ftds-menu-item-multiselect-checked-state-layer-color","",u.contentActionPrimary),multiselectCheckedColor:o.extend("--ftds-menu-item-multiselect-checked-color","",u.contentGlobalPrimary),multiselectCheckedIconColor:o.extend("--ftds-menu-item-multiselect-checked-icon-color","",u.contentActionPrimary),multiselectCheckedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-checked-default-state-layer-opacity","",l.opacity8),multiselectCheckedHoverStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-checked-hover-state-layer-opacity","",l.opacity16),multiselectCheckedFocusStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-checked-focus-state-layer-opacity","",l.opacity24),multiselectIndeterminatedStateLayerColor:o.extend("--ftds-menu-item-multiselect-indeterminated-state-layer-color","",u.contentActionPrimary),multiselectIndeterminatedColor:o.extend("--ftds-menu-item-multiselect-indeterminated-color","",u.contentGlobalPrimary),multiselectIndeterminatedIconColor:o.extend("--ftds-menu-item-multiselect-indeterminated-icon-color","",u.contentActionPrimary),multiselectIndeterminatedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-indeterminated-default-state-layer-opacity","",l.opacity8),multiselectIndeterminatedHoverStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-indeterminated-hover-state-layer-opacity","",l.opacity16),multiselectIndeterminatedFocusStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-indeterminated-focus-state-layer-opacity","",l.opacity24),multiselectUncheckedStateLayerColor:o.extend("--ftds-menu-item-multiselect-unchecked-state-layer-color","",u.contentGlobalPrimary),multiselectUncheckedColor:o.extend("--ftds-menu-item-multiselect-unchecked-color","",u.contentGlobalPrimary),multiselectUncheckedIconColor:o.extend("--ftds-menu-item-multiselect-unchecked-icon-color","",u.contentGlobalSubtle),multiselectUncheckedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-unchecked-default-state-layer-opacity","",l.opacity0),multiselectUncheckedHoverStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-unchecked-hover-state-layer-opacity","",l.opacity8),multiselectUncheckedFocusStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-unchecked-focus-state-layer-opacity","",l.opacity16),selectAllCheckedStateLayerColor:o.extend("--ftds-menu-item-select-all-checked-state-layer-color","",u.contentActionPrimary),selectAllCheckedColor:o.extend("--ftds-menu-item-select-all-checked-color","",u.contentGlobalPrimary),selectAllCheckedIconColor:o.extend("--ftds-menu-item-select-all-checked-icon-color","",u.contentActionPrimary),selectAllCheckedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-select-all-checked-default-state-layer-opacity","",l.opacity0),selectAllCheckedHoverStateLayerOpacity:o.extend("--ftds-menu-item-select-all-checked-hover-state-layer-opacity","",l.opacity16),selectAllCheckedFocusStateLayerOpacity:o.extend("--ftds-menu-item-select-all-checked-focus-state-layer-opacity","",l.opacity24),selectAllIndeterminatedStateLayerColor:o.extend("--ftds-menu-item-select-all-indeterminated-state-layer-color","",u.contentGlobalPrimary),selectAllIndeterminatedColor:o.extend("--ftds-menu-item-select-all-indeterminated-color","",u.contentGlobalPrimary),selectAllIndeterminatedIconColor:o.extend("--ftds-menu-item-select-all-indeterminated-icon-color","",u.contentActionPrimary),selectAllIndeterminatedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-select-all-indeterminated-default-state-layer-opacity","",l.opacity0),selectAllIndeterminatedHoverStateLayerOpacity:o.extend("--ftds-menu-item-select-all-indeterminated-hover-state-layer-opacity","",l.opacity8),selectAllIndeterminatedFocusStateLayerOpacity:o.extend("--ftds-menu-item-select-all-indeterminated-focus-state-layer-opacity","",l.opacity16),selectAllUncheckedStateLayerColor:o.extend("--ftds-menu-item-select-all-unchecked-state-layer-color","",u.contentGlobalPrimary),selectAllUncheckedColor:o.extend("--ftds-menu-item-select-all-unchecked-color","",u.contentGlobalPrimary),selectAllUncheckedIconColor:o.extend("--ftds-menu-item-select-all-unchecked-icon-color","",u.contentGlobalSubtle),selectAllUncheckedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-select-all-unchecked-default-state-layer-opacity","",l.opacity0),selectAllUncheckedHoverStateLayerOpacity:o.extend("--ftds-menu-item-select-all-unchecked-hover-state-layer-opacity","",l.opacity8),selectAllUncheckedFocusStateLayerOpacity:o.extend("--ftds-menu-item-select-all-unchecked-focus-state-layer-opacity","",l.opacity16),defaultUncheckedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-default-unchecked-default-state-layer-opacity","",l.opacity0),defaultUncheckedHoverStateLayerOpacity:o.extend("--ftds-menu-item-default-unchecked-hover-state-layer-opacity","",l.opacity8),defaultUncheckedFocusStateLayerOpacity:o.extend("--ftds-menu-item-default-unchecked-focus-state-layer-opacity","",l.opacity16),defaultUncheckedStateLayerColor:o.extend("--ftds-menu-item-default-unchecked-state-layer-color","",u.contentGlobalPrimary),defaultUncheckedColor:o.extend("--ftds-menu-item-default-unchecked-color","",u.contentGlobalPrimary),defaultUncheckedIconColor:o.extend("--ftds-menu-item-default-unchecked-icon-color","",u.contentGlobalSubtle),defaultCheckedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-default-checked-default-state-layer-opacity","",l.opacity8),defaultCheckedHoverStateLayerOpacity:o.extend("--ftds-menu-item-default-checked-hover-state-layer-opacity","",l.opacity16),defaultCheckedFocusStateLayerOpacity:o.extend("--ftds-menu-item-default-checked-focus-state-layer-opacity","",l.opacity24),defaultCheckedStateLayerColor:o.extend("--ftds-menu-item-default-checked-state-layer-color","",u.contentActionPrimary),defaultCheckedColor:o.extend("--ftds-menu-item-default-checked-color","",u.contentActionPrimary),defaultCheckedIconColor:o.extend("--ftds-menu-item-default-checked-icon-color","",u.contentActionPrimary)};var vd={menuVerticalGap:o.extend("--ftds-combobox-menu-vertical-gap","",l.spacing2),valuesHorizontalGap:o.extend("--ftds-combobox-values-horizontal-gap","",l.spacing2),valuesVerticalGap:o.extend("--ftds-combobox-values-vertical-gap","",l.spacing2)};var Ed={backgroundColor:o.extend("--ftds-popover-background-color","",u.backgroundGlobalOnSurface),horizontalPadding:o.extend("--ftds-popover-horizontal-padding","",l.spacing6),verticalPadding:o.extend("--ftds-popover-vertical-padding","",l.spacing6),titleColor:o.extend("--ftds-popover-title-color","",u.contentGlobalPrimary),bodyColor:o.extend("--ftds-popover-body-color","",u.contentGlobalSecondary),gap:o.extend("--ftds-popover-gap","",l.spacing2),borderRadius:o.extend("--ftds-popover-border-radius","",l.borderRadiusM),shadow:o.extend("--ftds-popover-shadow","",l.shadowElevation02),maxWidth:o.create("--ftds-popover-max-width","","SIZE","440px"),contentSectionVerticalGap:o.extend("--ftds-popover-content-section-vertical-gap","",l.spacing2),multiSectionVerticalGap:o.extend("--ftds-popover-multi-section-vertical-gap","",l.spacing6)};var Sd={hoverStateLayerOpacity:o.extend("--ftds-collapsible-hover-state-layer-opacity","",l.opacity8),focusStateLayerOpacity:o.extend("--ftds-collapsible-focus-state-layer-opacity","",l.opacity8),focusOutlineWidth:o.create("--ftds-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:o.extend("--ftds-collapsible-focus-focus-ring-color","",u.borderActionFocusRing),activeStateLayerOpacity:o.extend("--ftds-collapsible-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:o.extend("--ftds-collapsible-disabled-component-opacity","",l.opacity40),horizontalPadding:o.extend("--ftds-collapsible-horizontal-padding","",l.spacing4),verticalPadding:o.extend("--ftds-collapsible-vertical-padding","",l.spacing3),color:o.extend("--ftds-collapsible-color","",u.contentGlobalPrimary),stateLayerColor:o.extend("--ftds-collapsible-state-layer-color","",u.contentGlobalPrimary),backgroundColor:o.extend("--ftds-collapsible-background-color","",u.backgroundGlobalOnSurface),borderColor:o.extend("--ftds-collapsible-border-color","",u.borderGlobalSubtle),iconSize:o.extend("--ftds-collapsible-icon-size","",l.iconSize3)};var Cd={groupHorizontalPadding:o.extend("--ftds-switch-group-horizontal-padding","",l.spacing1),groupVerticalPadding:o.extend("--ftds-switch-group-vertical-padding","",l.spacing1),groupGap:o.extend("--ftds-switch-group-gap","",l.spacing1),groupBackgroundColor:o.extend("--ftds-switch-group-background-color","",u.backgroundGlobalSurface),groupBorderColor:o.extend("--ftds-switch-group-border-color","",u.borderGlobalSubtle),groupBorderRadius:o.create("--ftds-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:o.extend("--ftds-switch-label-horizontal-padding","",l.spacing2),labelVerticalPadding:o.extend("--ftds-switch-label-vertical-padding","",l.spacing1),offHoverStateLayerOpacity:o.extend("--ftds-switch-off-hover-state-layer-opacity","",l.opacity8),offFocusStateLayerOpacity:o.extend("--ftds-switch-off-focus-state-layer-opacity","",l.opacity8),offActiveStateLayerOpacity:o.extend("--ftds-switch-off-active-state-layer-opacity","",l.opacity16),offDisabledComponentOpacity:o.extend("--ftds-switch-off-disabled-component-opacity","",l.opacity40),offColor:o.extend("--ftds-switch-off-color","",u.contentGlobalSubtle),offStateLayerColor:o.extend("--ftds-switch-off-state-layer-color","",u.contentGlobalSubtle),onHoverStateLayerOpacity:o.extend("--ftds-switch-on-hover-state-layer-opacity","",l.opacity8),onFocusStateLayerOpacity:o.extend("--ftds-switch-on-focus-state-layer-opacity","",l.opacity8),onActiveStateLayerOpacity:o.extend("--ftds-switch-on-active-state-layer-opacity","",l.opacity16),onDisabledComponentOpacity:o.extend("--ftds-switch-on-disabled-component-opacity","",l.opacity40),onColor:o.extend("--ftds-switch-on-color","",u.contentActionPrimary),onStateLayerColor:o.extend("--ftds-switch-on-state-layer-color","",u.contentActionPrimary),iconHorizontalPadding:o.extend("--ftds-switch-icon-horizontal-padding","",l.spacing1),iconVerticalPadding:o.extend("--ftds-switch-icon-vertical-padding","",l.spacing1),focusOutlineWidth:o.create("--ftds-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ftds-switch-focus-focus-ring-color","",u.borderActionFocusRing),optionBorderRadius:o.extend("--ftds-switch-option-border-radius","",l.borderRadiusS)};var Ad={color1Light:o.extend("--ftds-chart-1-light","for area color charts",l.colorBrand40),color1Base:o.extend("--ftds-chart-1-base","for line charts",l.colorBrand0),color2Light:o.extend("--ftds-chart-2-light","for area color charts",l.colorYellow60),color2Base:o.extend("--ftds-chart-2-base","for line charts",l.colorYellow100),color3Light:o.extend("--ftds-chart-3-light","",l.colorUltramarine40),color3Base:o.extend("--ftds-chart-3-base","",l.colorUltramarine70),color4Light:o.extend("--ftds-chart-4-light","",l.colorCyan50),color4Base:o.extend("--ftds-chart-4-base","",l.colorCyan100),color5Light:o.extend("--ftds-chart-5-light","",l.colorRed40),color5Base:o.extend("--ftds-chart-5-base","",l.colorRed60),color6Light:o.extend("--ftds-chart-6-light","",l.colorGreen40),color6Base:o.extend("--ftds-chart-6-base","",l.colorGreen70),color7Light:o.extend("--ftds-chart-7-light","",l.colorOrange70),color7Base:o.extend("--ftds-chart-7-base","",l.colorOrange100),color8Light:o.extend("--ftds-chart-8-light","",l.colorAvocado70),color8Base:o.extend("--ftds-chart-8-base","",l.colorAvocado200),color9Light:o.extend("--ftds-chart-9-light","",l.colorBrown50),color9Base:o.extend("--ftds-chart-9-base","",l.colorBrown200),color10Light:o.extend("--ftds-chart-10-light","",l.colorGray50),color10Base:o.extend("--ftds-chart-10-base","",l.colorGray80),monochrome10:o.extend("--ftds-chart-monochrome-10","",l.colorBrand10),monochrome20:o.extend("--ftds-chart-monochrome-20","",l.colorBrand20),monochrome30:o.extend("--ftds-chart-monochrome-30","",l.colorBrand40),monochrome40:o.extend("--ftds-chart-monochrome-40","",l.colorBrand60),monochrome50:o.extend("--ftds-chart-monochrome-50","",l.colorBrand0),monochrome60:o.extend("--ftds-chart-monochrome-60","",l.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:o.extend("--ftds-chart-scatterplot-quadrant-popular-old-background-color","",l.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:o.extend("--ftds-chart-scatterplot-quadrant-popular-new-background-color","",l.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:o.extend("--ftds-chart-scatterplot-quadrant-unpopular-old-background-color","",l.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:o.extend("--ftds-chart-scatterplot-quadrant-unpopular-new-background-color","",l.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-color","",l.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:o.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-opacity","",l.opacity48),scatterplotDatapointInitialHoverBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-initial-hover-background-color","",l.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-selected-default-background-color","",l.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-selected-hover-background-color","",l.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-color","",l.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:o.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-opacity","",l.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-unselected-hover-background-color","",l.colorGray70),scatterplotDatapointHoverHoverRingColor:o.extend("--ftds-chart-scatterplot-datapoint-hover-hover-ring-color","",l.colorCyan200)};var Ld={color1IconColor:o.extend("--ftds-page-designer-1-icon-color","for area color charts",l.colorCyan0),color1ToolbarColor:o.extend("--ftds-page-designer-1-toolbar-color","for area color charts",l.colorCyan0),color2IconColor:o.extend("--ftds-page-designer-2-icon-color","for area color charts",l.colorBrand0),color2ToolbarColor:o.extend("--ftds-page-designer-2-toolbar-color","for area color charts",l.colorBrand0),color3IconColor:o.extend("--ftds-page-designer-3-icon-color","for area color charts",l.colorYellow200),color3ToolbarColor:o.extend("--ftds-page-designer-3-toolbar-color","for area color charts",l.colorYellow200),color4IconColor:o.extend("--ftds-page-designer-4-icon-color","for area color charts",l.colorUltramarine50),color4ToolbarColor:o.extend("--ftds-page-designer-4-toolbar-color","for area color charts",l.colorUltramarine50),color5IconColor:o.extend("--ftds-page-designer-5-icon-color","for area color charts",l.colorGreen0),color5ToolbarColor:o.extend("--ftds-page-designer-5-toolbar-color","for area color charts",l.colorGreen0),color6IconColor:o.extend("--ftds-page-designer-6-icon-color","for area color charts",l.colorOrange0),color6ToolbarColor:o.extend("--ftds-page-designer-6-toolbar-color","for area color charts",l.colorOrange0),color7IconColor:o.extend("--ftds-page-designer-7-icon-color","for area color charts",l.colorAvocado200),color7ToolbarColor:o.extend("--ftds-page-designer-7-toolbar-color","for area color charts",l.colorAvocado200),color8IconColor:o.extend("--ftds-page-designer-8-icon-color","for area color charts",l.colorBrown0),color8ToolbarColor:o.extend("--ftds-page-designer-8-toolbar-color","for area color charts",l.colorBrown0)};var Od={borderWidth:o.create("--ftds-notice-border-width","","SIZE","1px"),horizontalPadding:o.extend("--ftds-notice-horizontal-padding","",l.spacing3),verticalPadding:o.extend("--ftds-notice-vertical-padding","",l.spacing2),borderRadius:o.extend("--ftds-notice-border-radius","",l.borderRadiusS),gap:o.extend("--ftds-notice-gap","",l.spacing2),iconSize:o.extend("--ftds-notice-icon-size","",l.iconSize3),infoBackgroundColor:o.extend("--ftds-notice-info-background-color","",u.backgroundInfoSubtle),infoBorderColor:o.extend("--ftds-notice-info-border-color","",u.borderInfoSubtle),infoColor:o.extend("--ftds-notice-info-color","",u.contentInfoPrimary),infoIconColor:o.extend("--ftds-notice-info-icon-color","",u.contentInfoIconOnly),warningBackgroundColor:o.extend("--ftds-notice-warning-background-color","",u.backgroundWarningSubtle),warningBorderColor:o.extend("--ftds-notice-warning-border-color","",u.borderWarningSubtle),warningColor:o.extend("--ftds-notice-warning-color","",u.contentWarningPrimary),warningIconColor:o.extend("--ftds-notice-warning-icon-color","",u.contentWarningIconOnly),errorBackgroundColor:o.extend("--ftds-notice-error-background-color","",u.backgroundErrorSubtle),errorBorderColor:o.extend("--ftds-notice-error-border-color","",u.borderErrorSubtle),errorColor:o.extend("--ftds-notice-error-color","",u.contentErrorPrimary),errorIconColor:o.extend("--ftds-notice-error-icon-color","",u.contentErrorIconOnly),successBackgroundColor:o.extend("--ftds-notice-success-background-color","",u.backgroundSuccessSubtle),successBorderColor:o.extend("--ftds-notice-success-border-color","",u.borderSuccessSubtle),successColor:o.extend("--ftds-notice-success-color","",u.contentSuccessPrimary),successIconColor:o.extend("--ftds-notice-success-icon-color","",u.contentSuccessIconOnly),denseHorizontalPadding:o.create("--ftds-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:o.create("--ftds-notice-dense-vertical-padding","","SIZE","0px"),denseGap:o.extend("--ftds-notice-dense-gap","",l.spacing1),denseIconSize:o.extend("--ftds-notice-dense-icon-size","",l.iconSize2),denseBorderWidth:o.create("--ftds-notice-dense-border-width","","SIZE","0")};var Rd={offHoverStateLayerOpacity:o.extend("--ftds-toggle-off-hover-state-layer-opacity","",l.opacity16),offFocusStateLayerOpacity:o.extend("--ftds-toggle-off-focus-state-layer-opacity","",l.opacity16),offActiveStateLayerOpacity:o.extend("--ftds-toggle-off-active-state-layer-opacity","",l.opacity24),offDisabledComponentOpacity:o.extend("--ftds-toggle-off-disabled-component-opacity","",l.opacity40),offBackgroundColor:o.extend("--ftds-toggle-off-background-color","",u.contentGlobalSubtle),offIconColor:o.extend("--ftds-toggle-off-icon-color","",u.contentGlobalSubtle),offStateLayerColor:o.extend("--ftds-toggle-off-state-layer-color","",u.contentGlobalSubtle),onHoverStateLayerOpacity:o.extend("--ftds-toggle-on-hover-state-layer-opacity","",l.opacity16),onFocusStateLayerOpacity:o.extend("--ftds-toggle-on-focus-state-layer-opacity","",l.opacity16),onActiveStateLayerOpacity:o.extend("--ftds-toggle-on-active-state-layer-opacity","",l.opacity24),onDisabledComponentOpacity:o.extend("--ftds-toggle-on-disabled-component-opacity","",l.opacity40),onBackgroundColor:o.extend("--ftds-toggle-on-background-color","",u.contentActionPrimary),onStateLayerColor:o.extend("--ftds-toggle-on-state-layer-color","",u.contentActionPrimary),onIconColor:o.extend("--ftds-toggle-on-icon-color","",u.contentActionPrimary),color:o.extend("--ftds-toggle-color","",u.contentGlobalPrimary),focusFocusRingColor:o.extend("--ftds-toggle-focus-focus-ring-color","",u.borderActionFocusRing),gap:o.extend("--ftds-toggle-gap","",l.spacing3)};var _d={iconSize:o.extend("--ftds-notification-icon-size","",l.iconSize4),leftPadding:o.extend("--ftds-notification-left-padding","",l.spacing5),rightPadding:o.extend("--ftds-notification-right-padding","",l.spacing4),verticalPadding:o.extend("--ftds-notification-vertical-padding","",l.spacing3),infoBackgroundColor:o.extend("--ftds-notification-info-background-color","",u.backgroundInfoSubtle),infoColor:o.extend("--ftds-notification-info-color","",u.contentInfoPrimary),infoIconColor:o.extend("--ftds-notification-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:o.extend("--ftds-notification-info-border-color","",u.borderInfoSubtle),successBackgroundColor:o.extend("--ftds-notification-success-background-color","",u.backgroundSuccessSubtle),successColor:o.extend("--ftds-notification-success-color","",u.contentSuccessPrimary),successIconColor:o.extend("--ftds-notification-success-icon-color","",u.contentSuccessIconOnly),successBorderColor:o.extend("--ftds-notification-success-border-color","",u.borderSuccessSubtle),warningBackgroundColor:o.extend("--ftds-notification-warning-background-color","",u.backgroundWarningSubtle),warningColor:o.extend("--ftds-notification-warning-color","",u.contentWarningPrimary),warningIconColor:o.extend("--ftds-notification-warning-icon-color","",u.contentWarningIconOnly),warningBorderColor:o.extend("--ftds-notification-warning-border-color","",u.borderWarningSubtle),errorBackgroundColor:o.extend("--ftds-notification-error-background-color","",u.backgroundErrorSubtle),errorColor:o.extend("--ftds-notification-error-color","",u.contentErrorPrimary),errorIconColor:o.extend("--ftds-notification-error-icon-color","",u.contentErrorIconOnly),errorBorderColor:o.extend("--ftds-notification-error-border-color","",u.borderErrorSubtle),borderRadius:o.extend("--ftds-notification-border-radius","",l.borderRadiusPill),borderWidth:o.create("--ftds-notification-border-width","","SIZE","1px"),leadingGap:o.extend("--ftds-notification-leading-gap","",l.spacing2),trailingGap:o.extend("--ftds-notification-trailing-gap","",l.spacing8)};var wd={horizontalPadding:o.extend("--ftds-tooltip-horizontal-padding","",l.spacing2),verticalPadding:o.extend("--ftds-tooltip-vertical-padding","",l.spacing2),borderRadius:o.extend("--ftds-tooltip-border-radius","",l.borderRadiusS),color:o.extend("--ftds-tooltip-color","",u.contentGlobalOnColor),backgroundColor:o.extend("--ftds-tooltip-background-color","",u.contentGlobalPrimary),backgroundOpacity:o.extend("--ftds-tooltip-background-opacity","",l.opacity80),shadow:o.extend("--ftds-tooltip-shadow","",l.shadowElevation02),maxWidth:o.create("--ftds-tooltip-max-width","","SIZE","256px"),gap:o.extend("--ftds-tooltip-gap","",l.spacing05)};var Nd={verticalPadding:o.extend("--ftds-reorderable-list-vertical-padding","",l.spacing4),gap:o.extend("--ftds-reorderable-list-gap","",l.spacing1),borderRadius:o.extend("--ftds-reorderable-list-border-radius","",l.borderRadiusM),reorderableItemTitleMarginRight:o.extend("--ftds-reorderable-list-reorderable-item-title-margin-right","",l.spacing6),reorderableItemTitleColor:o.extend("--ftds-reorderable-list-reorderable-item-title-color","",u.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:o.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-margin-right","",l.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:o.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",l.spacing2),reorderableItemRightButtonsGroupHorizontalGap:o.extend("--ftds-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",l.spacing2),reorderableItemUsersCountColor:o.extend("--ftds-reorderable-list-reorderable-item-users-count-color","",u.contentGlobalPrimary),reorderableItemUsersCountMarginRight:o.extend("--ftds-reorderable-list-reorderable-item-users-count-margin-right","",l.spacing6),reorderableItemBackgroundColor:o.extend("--ftds-reorderable-list-reorderable-item-background-color","",u.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:o.extend("--ftds-reorderable-list-reorderable-item-warning-message-gap","",l.spacing1),reorderableItemWarningMessageColor:o.extend("--ftds-reorderable-list-reorderable-item-warning-message-color","",u.contentWarningPrimary),reorderableItemWarningMessageIconColor:o.extend("--ftds-reorderable-list-reorderable-item-warning-message-icon-color","",u.contentWarningIconOnly),reorderableItemGripColor:o.extend("--ftds-reorderable-list-reorderable-item-grip-color","",u.contentGlobalSecondary),reorderableItemGripOpacity:o.extend("--ftds-reorderable-list-reorderable-item-grip-opacity","",l.opacity48),boxShadow:o.extend("--ftds-reorderable-list-box-shadow","",l.shadowElevation01),borderWidth:o.create("--ftds-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:o.extend("--ftds-reorderable-list-reorderable-items-gap","",l.spacing2),leftPadding:o.extend("--ftds-reorderable-list-left-padding","",l.spacing2),rightPadding:o.extend("--ftds-reorderable-list-right-padding","",l.spacing6),borderColor:o.extend("--ftds-reorderable-list-border-color","",u.borderGlobalPrimary),backgroundColor:o.extend("--ftds-reorderable-list-background-color","",u.backgroundGlobalOnSurfaceDark)};var Td={menuHorizontalPadding:o.extend("--ftds-date-range-picker-menu-horizontal-padding","",l.spacing4),menuVerticalPadding:o.extend("--ftds-date-range-picker-menu-vertical-padding","",l.spacing4),menuVerticalGap:o.extend("--ftds-date-range-picker-menu-vertical-gap","",l.spacing4),menuButtonsVerticalGap:o.extend("--ftds-date-range-picker-menu-buttons-vertical-gap","",l.spacing2)};var Fr;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(Fr||(Fr={}));var Wr;(function(e){e.large="large",e.medium="medium",e.small="small"})(Wr||(Wr={}));function pa(e){return`ftds--family-${e}`}function ha(e){return`ftds--size-${e}`}var j={colorPrimary:o.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:o.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:o.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:o.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:o.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:o.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorInfo:o.create("--ft-color-info","","COLOR","#0F6BC5"),colorWarning:o.create("--ft-color-warning","","COLOR","#B74706"),colorError:o.create("--ft-color-error","","COLOR","#B00020"),colorSuccess:o.create("--ft-color-success","","COLOR","#187856"),colorOutline:o.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:o.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:o.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:o.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:o.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:o.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:o.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:o.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:o.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:o.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:o.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:o.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:o.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:o.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:o.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:o.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:o.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:o.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:o.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:o.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:o.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:o.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:o.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:o.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:o.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:o.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:o.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:o.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:o.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:o.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:o.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:o.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:o.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:o.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:o.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:o.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:o.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:o.create("--ft-elevation-00","","SHADOW","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:o.create("--ft-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)"),elevation02:o.create("--ft-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)"),elevation03:o.create("--ft-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)"),elevation04:o.create("--ft-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)"),elevation06:o.create("--ft-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)"),elevation08:o.create("--ft-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)"),elevation12:o.create("--ft-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)"),elevation16:o.create("--ft-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)"),elevation24:o.create("--ft-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)"),borderRadiusS:o.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:o.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:o.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXL:o.create("--ft-border-radius-xl","","SIZE","16px"),titleFont:o.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:o.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:o.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:o.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var ya={};B(ya,{DynamicImporter:()=>To,dynamicImporter:()=>Md});var To=class{async import(t){if(t)return import(t)}},Md=new To;var Na={};B(Na,{computeOffsetAutoPosition:()=>rf,computeOffsetPosition:()=>tf});var ds=["top","right","bottom","left"],ls=["start","end"],xa=ds.reduce((e,t)=>e.concat(t,t+"-"+ls[0],t+"-"+ls[1]),[]),wt=Math.min,he=Math.max,Vr=Math.round;var Re=e=>({x:e,y:e}),Pd={left:"right",right:"left",bottom:"top",top:"bottom"};function va(e,t,r){return he(e,wt(t,r))}function Xt(e,t){return typeof e=="function"?e(t):e}function st(e){return e.split("-")[0]}function Pe(e){return e.split("-")[1]}function Ea(e){return e==="x"?"y":"x"}function Sa(e){return e==="y"?"height":"width"}function Qt(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function Ca(e){return Ea(Qt(e))}function fs(e,t,r){r===void 0&&(r=!1);let n=Pe(e),a=Ca(e),i=Sa(a),c=a==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(c=ba(c)),[c,ba(c)]}function us(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function ba(e){let t=st(e);return Pd[t]+e.slice(t.length)}function zd(e){return{top:0,right:0,bottom:0,left:0,...e}}function ps(e){return typeof e!="number"?zd(e):{top:e,right:e,bottom:e,left:e}}function Nt(e){let{x:t,y:r,width:n,height:a}=e;return{width:n,height:a,top:r,left:t,right:t+n,bottom:r+a,x:t,y:r}}function hs(e,t,r){let{reference:n,floating:a}=e,i=Qt(t),c=Ca(t),s=Sa(c),d=st(t),f=i==="y",h=n.x+n.width/2-a.width/2,p=n.y+n.height/2-a.height/2,y=n[s]/2-a[s]/2,x;switch(d){case"top":x={x:h,y:n.y-a.height};break;case"bottom":x={x:h,y:n.y+n.height};break;case"right":x={x:n.x+n.width,y:p};break;case"left":x={x:n.x-a.width,y:p};break;default:x={x:n.x,y:n.y}}switch(Pe(t)){case"start":x[c]-=y*(r&&f?-1:1);break;case"end":x[c]+=y*(r&&f?-1:1);break}return x}async function ms(e,t){var r;t===void 0&&(t={});let{x:n,y:a,platform:i,rects:c,elements:s,strategy:d}=e,{boundary:f="clippingAncestors",rootBoundary:h="viewport",elementContext:p="floating",altBoundary:y=!1,padding:x=0}=Xt(t,e),v=ps(x),O=s[y?p==="floating"?"reference":"floating":p],_=Nt(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(O)))==null||r?O:O.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(s.floating)),boundary:f,rootBoundary:h,strategy:d})),w=p==="floating"?{x:n,y:a,width:c.floating.width,height:c.floating.height}:c.reference,S=await(i.getOffsetParent==null?void 0:i.getOffsetParent(s.floating)),E=await(i.isElement==null?void 0:i.isElement(S))?await(i.getScale==null?void 0:i.getScale(S))||{x:1,y:1}:{x:1,y:1},L=Nt(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:w,offsetParent:S,strategy:d}):w);return{top:(_.top-L.top+v.top)/E.y,bottom:(L.bottom-_.bottom+v.bottom)/E.y,left:(_.left-L.left+v.left)/E.x,right:(L.right-_.right+v.right)/E.x}}var kd=50,gs=async(e,t,r)=>{let{placement:n="bottom",strategy:a="absolute",middleware:i=[],platform:c}=r,s=c.detectOverflow?c:{...c,detectOverflow:ms},d=await(c.isRTL==null?void 0:c.isRTL(t)),f=await c.getElementRects({reference:e,floating:t,strategy:a}),{x:h,y:p}=hs(f,n,d),y=n,x=0,v={};for(let A=0;A<i.length;A++){let O=i[A];if(!O)continue;let{name:_,fn:w}=O,{x:S,y:E,data:L,reset:M}=await w({x:h,y:p,initialPlacement:n,placement:y,strategy:a,middlewareData:v,rects:f,platform:s,elements:{reference:e,floating:t}});h=S??h,p=E??p,v[_]={...v[_],...L},M&&x<kd&&(x++,typeof M=="object"&&(M.placement&&(y=M.placement),M.rects&&(f=M.rects===!0?await c.getElementRects({reference:e,floating:t,strategy:a}):M.rects),{x:h,y:p}=hs(f,y,d)),A=-1)}return{x:h,y:p,placement:y,strategy:a,middlewareData:v}};function Id(e,t,r){return(e?[...r.filter(a=>Pe(a)===e),...r.filter(a=>Pe(a)!==e)]:r.filter(a=>st(a)===a)).filter(a=>e?Pe(a)===e||(t?us(a)!==a:!1):!0)}var ys=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,a;let{rects:i,middlewareData:c,placement:s,platform:d,elements:f}=t,{crossAxis:h=!1,alignment:p,allowedPlacements:y=xa,autoAlignment:x=!0,...v}=Xt(e,t),A=p!==void 0||y===xa?Id(p||null,x,y):y,O=await d.detectOverflow(t,v),_=((r=c.autoPlacement)==null?void 0:r.index)||0,w=A[_];if(w==null)return{};let S=fs(w,i,await(d.isRTL==null?void 0:d.isRTL(f.floating)));if(s!==w)return{reset:{placement:A[0]}};let E=[O[st(w)],O[S[0]],O[S[1]]],L=[...((n=c.autoPlacement)==null?void 0:n.overflows)||[],{placement:w,overflows:E}],M=A[_+1];if(M)return{data:{index:_+1,overflows:L},reset:{placement:M}};let U=L.map(k=>{let b=Pe(k.placement);return[k.placement,b&&h?k.overflows.slice(0,2).reduce((C,P)=>C+P,0):k.overflows[0],k.overflows]}).sort((k,b)=>k[1]-b[1]),G=((a=U.filter(k=>k[2].slice(0,Pe(k[0])?2:3).every(b=>b<=0))[0])==null?void 0:a[0])||U[0][0];return G!==s?{data:{index:_+1,overflows:L},reset:{placement:G}}:{}}}};var Dd=new Set(["left","top"]);async function Ud(e,t){let{placement:r,platform:n,elements:a}=e,i=await(n.isRTL==null?void 0:n.isRTL(a.floating)),c=st(r),s=Pe(r),d=Qt(r)==="y",f=Dd.has(c)?-1:1,h=i&&d?-1:1,p=Xt(t,e),{mainAxis:y,crossAxis:x,alignmentAxis:v}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return s&&typeof v=="number"&&(x=s==="end"?v*-1:v),d?{x:x*h,y:y*f}:{x:y*f,y:x*h}}var bs=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;let{x:a,y:i,placement:c,middlewareData:s}=t,d=await Ud(t,e);return c===((r=s.offset)==null?void 0:r.placement)&&(n=s.arrow)!=null&&n.alignmentOffset?{}:{x:a+d.x,y:i+d.y,data:{...d,placement:c}}}}},xs=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:a,platform:i}=t,{mainAxis:c=!0,crossAxis:s=!1,limiter:d={fn:_=>{let{x:w,y:S}=_;return{x:w,y:S}}},...f}=Xt(e,t),h={x:r,y:n},p=await i.detectOverflow(t,f),y=Qt(st(a)),x=Ea(y),v=h[x],A=h[y];if(c){let _=x==="y"?"top":"left",w=x==="y"?"bottom":"right",S=v+p[_],E=v-p[w];v=va(S,v,E)}if(s){let _=y==="y"?"top":"left",w=y==="y"?"bottom":"right",S=A+p[_],E=A-p[w];A=va(S,A,E)}let O=d.fn({...t,[x]:v,[y]:A});return{...O,data:{x:O.x-r,y:O.y-n,enabled:{[x]:c,[y]:s}}}}}};var vs=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,n;let{placement:a,rects:i,platform:c,elements:s}=t,{apply:d=()=>{},...f}=Xt(e,t),h=await c.detectOverflow(t,f),p=st(a),y=Pe(a),x=Qt(a)==="y",{width:v,height:A}=i.floating,O,_;p==="top"||p==="bottom"?(O=p,_=y===(await(c.isRTL==null?void 0:c.isRTL(s.floating))?"start":"end")?"left":"right"):(_=p,O=y==="end"?"top":"bottom");let w=A-h.top-h.bottom,S=v-h.left-h.right,E=wt(A-h[O],w),L=wt(v-h[_],S),M=!t.middlewareData.shift,U=E,$=L;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&($=S),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(U=w),M&&!y){let k=he(h.left,0),b=he(h.right,0),C=he(h.top,0),P=he(h.bottom,0);x?$=v-2*(k!==0||b!==0?k+b:he(h.left,h.right)):U=A-2*(C!==0||P!==0?C+P:he(h.top,h.bottom))}await d({...t,availableWidth:$,availableHeight:U});let G=await c.getDimensions(s.floating);return v!==G.width||A!==G.height?{reset:{rects:!0}}:{}}}};function Po(){return typeof window<"u"}function Mt(e){return Ss(e)?(e.nodeName||"").toLowerCase():"#document"}function me(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ze(e){var t;return(t=(Ss(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Ss(e){return Po()?e instanceof Node||e instanceof me(e).Node:!1}function Se(e){return Po()?e instanceof Element||e instanceof me(e).Element:!1}function ke(e){return Po()?e instanceof HTMLElement||e instanceof me(e).HTMLElement:!1}function Es(e){return!Po()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof me(e).ShadowRoot}function Jt(e){let{overflow:t,overflowX:r,overflowY:n,display:a}=Ce(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&a!=="inline"&&a!=="contents"}function Cs(e){return/^(table|td|th)$/.test(Mt(e))}function jr(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var Bd=/transform|translate|scale|rotate|perspective|filter/,Hd=/paint|layout|strict|content/,Tt=e=>!!e&&e!=="none",Aa;function zo(e){let t=Se(e)?Ce(e):e;return Tt(t.transform)||Tt(t.translate)||Tt(t.scale)||Tt(t.rotate)||Tt(t.perspective)||!ko()&&(Tt(t.backdropFilter)||Tt(t.filter))||Bd.test(t.willChange||"")||Hd.test(t.contain||"")}function As(e){let t=Ke(e);for(;ke(t)&&!Pt(t);){if(zo(t))return t;if(jr(t))return null;t=Ke(t)}return null}function ko(){return Aa==null&&(Aa=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Aa}function Pt(e){return/^(html|body|#document)$/.test(Mt(e))}function Ce(e){return me(e).getComputedStyle(e)}function Kr(e){return Se(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ke(e){if(Mt(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Es(e)&&e.host||ze(e);return Es(t)?t.host:t}function Ls(e){let t=Ke(e);return Pt(t)?e.ownerDocument?e.ownerDocument.body:e.body:ke(t)&&Jt(t)?t:Ls(t)}function Mo(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let a=Ls(e),i=a===((n=e.ownerDocument)==null?void 0:n.body),c=me(a);if(i){let s=Io(c);return t.concat(c,c.visualViewport||[],Jt(a)?a:[],s&&r?Mo(s):[])}else return t.concat(a,Mo(a,[],r))}function Io(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function ws(e){let t=Ce(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,a=ke(e),i=a?e.offsetWidth:r,c=a?e.offsetHeight:n,s=Vr(r)!==i||Vr(n)!==c;return s&&(r=i,n=c),{width:r,height:n,$:s}}function Ns(e){return Se(e)?e:e.contextElement}function er(e){let t=Ns(e);if(!ke(t))return Re(1);let r=t.getBoundingClientRect(),{width:n,height:a,$:i}=ws(t),c=(i?Vr(r.width):r.width)/n,s=(i?Vr(r.height):r.height)/a;return(!c||!Number.isFinite(c))&&(c=1),(!s||!Number.isFinite(s))&&(s=1),{x:c,y:s}}var Gd=Re(0);function Ts(e){let t=me(e);return!ko()||!t.visualViewport?Gd:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function $d(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==me(e)?!1:t}function Zr(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let a=e.getBoundingClientRect(),i=Ns(e),c=Re(1);t&&(n?Se(n)&&(c=er(n)):c=er(e));let s=$d(i,r,n)?Ts(i):Re(0),d=(a.left+s.x)/c.x,f=(a.top+s.y)/c.y,h=a.width/c.x,p=a.height/c.y;if(i){let y=me(i),x=n&&Se(n)?me(n):n,v=y,A=Io(v);for(;A&&n&&x!==v;){let O=er(A),_=A.getBoundingClientRect(),w=Ce(A),S=_.left+(A.clientLeft+parseFloat(w.paddingLeft))*O.x,E=_.top+(A.clientTop+parseFloat(w.paddingTop))*O.y;d*=O.x,f*=O.y,h*=O.x,p*=O.y,d+=S,f+=E,v=me(A),A=Io(v)}}return Nt({width:h,height:p,x:d,y:f})}function Do(e,t){let r=Kr(e).scrollLeft;return t?t.left+r:Zr(ze(e)).left+r}function Ms(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Do(e,r),a=r.top+t.scrollTop;return{x:n,y:a}}function Fd(e){let{elements:t,rect:r,offsetParent:n,strategy:a}=e,i=a==="fixed",c=ze(n),s=t?jr(t.floating):!1;if(n===c||s&&i)return r;let d={scrollLeft:0,scrollTop:0},f=Re(1),h=Re(0),p=ke(n);if((p||!p&&!i)&&((Mt(n)!=="body"||Jt(c))&&(d=Kr(n)),p)){let x=Zr(n);f=er(n),h.x=x.x+n.clientLeft,h.y=x.y+n.clientTop}let y=c&&!p&&!i?Ms(c,d):Re(0);return{width:r.width*f.x,height:r.height*f.y,x:r.x*f.x-d.scrollLeft*f.x+h.x+y.x,y:r.y*f.y-d.scrollTop*f.y+h.y+y.y}}function Wd(e){return Array.from(e.getClientRects())}function Vd(e){let t=ze(e),r=Kr(e),n=e.ownerDocument.body,a=he(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),i=he(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight),c=-r.scrollLeft+Do(e),s=-r.scrollTop;return Ce(n).direction==="rtl"&&(c+=he(t.clientWidth,n.clientWidth)-a),{width:a,height:i,x:c,y:s}}var Os=25;function jd(e,t){let r=me(e),n=ze(e),a=r.visualViewport,i=n.clientWidth,c=n.clientHeight,s=0,d=0;if(a){i=a.width,c=a.height;let h=ko();(!h||h&&t==="fixed")&&(s=a.offsetLeft,d=a.offsetTop)}let f=Do(n);if(f<=0){let h=n.ownerDocument,p=h.body,y=getComputedStyle(p),x=h.compatMode==="CSS1Compat"&&parseFloat(y.marginLeft)+parseFloat(y.marginRight)||0,v=Math.abs(n.clientWidth-p.clientWidth-x);v<=Os&&(i-=v)}else f<=Os&&(i+=f);return{width:i,height:c,x:s,y:d}}function Kd(e,t){let r=Zr(e,!0,t==="fixed"),n=r.top+e.clientTop,a=r.left+e.clientLeft,i=ke(e)?er(e):Re(1),c=e.clientWidth*i.x,s=e.clientHeight*i.y,d=a*i.x,f=n*i.y;return{width:c,height:s,x:d,y:f}}function Rs(e,t,r){let n;if(t==="viewport")n=jd(e,r);else if(t==="document")n=Vd(ze(e));else if(Se(t))n=Kd(t,r);else{let a=Ts(e);n={x:t.x-a.x,y:t.y-a.y,width:t.width,height:t.height}}return Nt(n)}function Ps(e,t){let r=Ke(e);return r===t||!Se(r)||Pt(r)?!1:Ce(r).position==="fixed"||Ps(r,t)}function Zd(e,t){let r=t.get(e);if(r)return r;let n=Mo(e,[],!1).filter(s=>Se(s)&&Mt(s)!=="body"),a=null,i=Ce(e).position==="fixed",c=i?Ke(e):e;for(;Se(c)&&!Pt(c);){let s=Ce(c),d=zo(c);!d&&s.position==="fixed"&&(a=null),(i?!d&&!a:!d&&s.position==="static"&&!!a&&(a.position==="absolute"||a.position==="fixed")||Jt(c)&&!d&&Ps(e,c))?n=n.filter(h=>h!==c):a=s,c=Ke(c)}return t.set(e,n),n}function Yd(e){let{element:t,boundary:r,rootBoundary:n,strategy:a}=e,c=[...r==="clippingAncestors"?jr(t)?[]:Zd(t,this._c):[].concat(r),n],s=Rs(t,c[0],a),d=s.top,f=s.right,h=s.bottom,p=s.left;for(let y=1;y<c.length;y++){let x=Rs(t,c[y],a);d=he(x.top,d),f=wt(x.right,f),h=wt(x.bottom,h),p=he(x.left,p)}return{width:f-p,height:h-d,x:p,y:d}}function qd(e){let{width:t,height:r}=ws(e);return{width:t,height:r}}function Xd(e,t,r){let n=ke(t),a=ze(t),i=r==="fixed",c=Zr(e,!0,i,t),s={scrollLeft:0,scrollTop:0},d=Re(0);function f(){d.x=Do(a)}if(n||!n&&!i)if((Mt(t)!=="body"||Jt(a))&&(s=Kr(t)),n){let x=Zr(t,!0,i,t);d.x=x.x+t.clientLeft,d.y=x.y+t.clientTop}else a&&f();i&&!n&&a&&f();let h=a&&!n&&!i?Ms(a,s):Re(0),p=c.left+s.scrollLeft-d.x-h.x,y=c.top+s.scrollTop-d.y-h.y;return{x:p,y,width:c.width,height:c.height}}function La(e){return Ce(e).position==="static"}function _s(e,t){if(!ke(e)||Ce(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return ze(e)===r&&(r=r.ownerDocument.body),r}function zs(e,t){let r=me(e);if(jr(e))return r;if(!ke(e)){let a=Ke(e);for(;a&&!Pt(a);){if(Se(a)&&!La(a))return a;a=Ke(a)}return r}let n=_s(e,t);for(;n&&Cs(n)&&La(n);)n=_s(n,t);return n&&Pt(n)&&La(n)&&!zo(n)?r:n||As(e)||r}var Qd=async function(e){let t=this.getOffsetParent||zs,r=this.getDimensions,n=await r(e.floating);return{reference:Xd(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function Jd(e){return Ce(e).direction==="rtl"}var tr={convertOffsetParentRelativeRectToViewportRelativeRect:Fd,getDocumentElement:ze,getClippingRect:Yd,getOffsetParent:zs,getElementRects:Qd,getClientRects:Wd,getDimensions:qd,getScale:er,isElement:Se,isRTL:Jd};var ks=bs,Oa=ys,Is=xs;var Ds=vs;var Ra=(e,t,r)=>{let n=new Map,a={platform:tr,...r},i={...a.platform,_c:n};return gs(e,t,{...a,platform:i})};function wa(e){return ef(e)}function _a(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function ef(e){for(let t=e;t;t=_a(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=_a(e);t;t=_a(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||r.filter!=="none"||t.tagName==="BODY"))return t}return null}async function tf(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},Ra(e,t,{strategy:n.strategy,platform:{...tr,getOffsetParent:a=>tr.getOffsetParent(a,wa)},middleware:[Is({crossAxis:!0}),Oa({allowedPlacements:[n.placement]})]})}async function rf(e,t,r,n,a,i,c){let s,d;return typeof r=="object"?(s=r.placement,n=r.allowedPlacements,a=r.strategy,i=r.maxHeightCssVariable,d=r.maxWidthCssVariable,c=r.offsetValue):s=r,Ra(e,t,{placement:s,strategy:a,platform:{...tr,getOffsetParent:f=>tr.getOffsetParent(f,wa)},middleware:[ks(c??4),Oa({allowedPlacements:n}),Ds({apply({availableHeight:f,availableWidth:h,elements:p}){typeof i=="string"&&(i=`var(${i})`),i?p.floating.style.maxHeight=`min(${Math.max(0,f)}px, ${i})`:p.floating.style.maxHeight=`${Math.max(0,f)}px`,typeof d=="string"&&(d=`var(${d})`),d?p.floating.style.maxWidth=`min(${Math.max(0,h)}px, ${d})`:p.floating.style.maxWidth=`${Math.max(0,h)}px`}})]})}var Ta={};B(Ta,{isSlotEmptyOrWithoutContent:()=>of});var of=e=>e?e.assignedNodes({flatten:!0}).filter(n=>{var a;return n.nodeType===Node.TEXT_NODE?((a=n.textContent)!==null&&a!==void 0?a:"").trim().length>0:!0}).length===0:!0;var Da={};B(Da,{FtdsBase:()=>Ia,toFtdsBase:()=>Uo});var ka={};B(ka,{ExportpartsUpdatedEvent:()=>zt,FtLitElement:()=>K});var Ma={};B(Ma,{ScopedRegistryLitElement:()=>Yr});var Yr=class extends Ve{createRenderRoot(){let t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach(([a,i])=>t.registry.define(a,i)));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return Nr(n,t.elementStyles),n}};var za={};B(za,{shadowQuerySelector:()=>Pa,shadowQuerySelectorAll:()=>nf});function Pa(e,t,...r){var n;let a=e.querySelector(t);for(let i of r)a=(n=a?.shadowRoot)===null||n===void 0?void 0:n.querySelector(i);return a}function nf(e,t,...r){let n=[...e.querySelectorAll(t)];for(let a of r)n=n.flatMap(i=>{var c,s;return[...(s=(c=i.shadowRoot)===null||c===void 0?void 0:c.querySelectorAll(a))!==null&&s!==void 0?s:[]]});return n}var rr=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(i=(a<3?c(i):a>3?c(t,r,i):c(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},Gs,Us=Symbol("constructorPrototype"),Bs=Symbol("constructorName"),$s=Symbol("exportpartsDebouncer"),Hs=Symbol("dynamicDependenciesLoaded"),zt=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};zt.eventName="exportparts-updated";var K=class extends Yr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Gs]=new at(5),this.scheduleExportpartsUpdate=()=>{var t,r,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[$s].run(()=>{var a,i;!((a=this.exportpartsPrefix)===null||a===void 0)&&a.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[Bs]=this.constructor.name,this[Us]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Bs]&&Object.setPrototypeOf(this,this[Us])}connectedCallback(){var t;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let r=this.constructor;r[Hs]||(r[Hs]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(zt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(zt.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate(),t.has("exportparts")&&this.dispatchEvent(new zt)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:a}=this.elementToFocus;if(n!=null){let i=[...a??[],n];r=Pa(this.shadowRoot,...i)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,n,a;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((a=this.customStylesheet)!==null&&a!==void 0?a:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}setExportpartsAttribute(t){var r,n,a,i,c,s;let d=y=>y!=null&&y.trim().length>0,f=t.filter(d).map(y=>y.trim());if(f.length===0){this.exportparts=void 0;return}let h=new Set;for(let y of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let x=(i=(a=y.getAttribute("part"))===null||a===void 0?void 0:a.split(" "))!==null&&i!==void 0?i:[],v=(s=(c=y.getAttribute("exportparts"))===null||c===void 0?void 0:c.split(",").map(O=>O.split(":")[1]))!==null&&s!==void 0?s:[],A=[...x,...v].filter(d).map(O=>O.trim());for(let O of A)h.add(O)}if(h.size===0){this.exportparts=void 0;return}let p=[...h.values()].flatMap(y=>f.map(x=>`${y}:${x}--${y}`));this.exportparts=[...this.part,...p].join(", ")}};Gs=$s;rr([T()],K.prototype,"exportpartsPrefix",void 0);rr([Qn([])],K.prototype,"exportpartsPrefixes",void 0);rr([T({reflect:!0})],K.prototype,"exportparts",void 0);rr([T()],K.prototype,"customStylesheet",void 0);rr([T()],K.prototype,"elementToFocus",void 0);rr([J()],K.prototype,"useAdoptedStyleSheets",void 0);var Fs=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(i=(a<3?c(i):a>3?c(t,r,i):c(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},Uo=ye(Symbol("toFtdsBase"),function(e){class t extends e{constructor(){super(...arguments),this.size=Wr.medium,this.family=Fr.neutral}getDesignSystemBaseClasses(){return{[pa(this.family)]:!0,[ha(this.size)]:!0}}}return Fs([T()],t.prototype,"size",void 0),Fs([T()],t.prototype,"family",void 0),t}),Ia=class extends Uo(K){};var Ws={};var Ba={};B(Ba,{highlightHtml:()=>sf,highlightHtmlColorCssVariable:()=>Vs,highlightHtmlStyles:()=>cf});var kt=class e{constructor(t,r=!0,n=[],a=5e3){this.ctx=t,this.iframes=r,this.exclude=n,this.iframesTimeout=a}static matches(t,r){let n=typeof r=="string"?[r]:r,a=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(a){let i=!1;return n.every(c=>a.call(t,c)?(i=!0,!1):!0),i}else return!1}getContexts(){let t,r=[];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 a=r.filter(i=>i.contains(n)).length>0;r.indexOf(n)===-1&&!a&&r.push(n)}),r}getIframeContents(t,r,n=()=>{}){let a;try{let i=t.contentWindow;if(a=i.document,!i||!a)throw new Error("iframe inaccessible")}catch{n()}a&&r(a)}isIframeBlank(t){let r="about:blank",n=t.getAttribute("src").trim();return t.contentWindow.location.href===r&&n!==r&&n}observeIframeLoad(t,r,n){let a=!1,i=null,c=()=>{if(!a){a=!0,clearTimeout(i);try{this.isIframeBlank(t)||(t.removeEventListener("load",c),this.getIframeContents(t,r,n))}catch{n()}}};t.addEventListener("load",c),i=setTimeout(c,this.iframesTimeout)}onIframeReady(t,r,n){try{t.contentWindow.document.readyState==="complete"?this.isIframeBlank(t)?this.observeIframeLoad(t,r,n):this.getIframeContents(t,r,n):this.observeIframeLoad(t,r,n)}catch{n()}}waitForIframes(t,r){let n=0;this.forEachIframe(t,()=>!0,a=>{n++,this.waitForIframes(a.querySelector("html"),()=>{--n||r()})},a=>{a||r()})}forEachIframe(t,r,n,a=()=>{}){let i=t.querySelectorAll("iframe"),c=i.length,s=0;i=Array.prototype.slice.call(i);let d=()=>{--c<=0&&a(s)};c||d(),i.forEach(f=>{e.matches(f,this.exclude)?d():this.onIframeReady(f,h=>{r(f)&&(s++,n(h)),d()},d)})}createIterator(t,r,n){return document.createNodeIterator(t,r,n,!1)}createInstanceOnIframe(t){return new e(t.querySelector("html"),this.iframes)}compareNodeIframe(t,r,n){let a=t.compareDocumentPosition(n),i=Node.DOCUMENT_POSITION_PRECEDING;if(a&i)if(r!==null){let c=r.compareDocumentPosition(n),s=Node.DOCUMENT_POSITION_FOLLOWING;if(c&s)return!0}else return!0;return!1}getIteratorNode(t){let r=t.previousNode(),n;return r===null?n=t.nextNode():n=t.nextNode()&&t.nextNode(),{prevNode:r,node:n}}checkIframeFilter(t,r,n,a){let i=!1,c=!1;return a.forEach((s,d)=>{s.val===n&&(i=d,c=s.handled)}),this.compareNodeIframe(t,r,n)?(i===!1&&!c?a.push({val:n,handled:!0}):i!==!1&&!c&&(a[i].handled=!0),!0):(i===!1&&a.push({val:n,handled:!1}),!1)}handleOpenIframes(t,r,n,a){t.forEach(i=>{i.handled||this.getIframeContents(i.val,c=>{this.createInstanceOnIframe(c).forEachNode(r,n,a)})})}iterateThroughNodes(t,r,n,a,i){let c=this.createIterator(r,t,a),s=[],d=[],f,h,p=()=>({prevNode:h,node:f}=this.getIteratorNode(c),f);for(;p();)this.iframes&&this.forEachIframe(r,y=>this.checkIframeFilter(f,h,y,s),y=>{this.createInstanceOnIframe(y).forEachNode(t,x=>d.push(x),a)}),d.push(f);d.forEach(y=>{n(y)}),this.iframes&&this.handleOpenIframes(s,t,n,a),i()}forEachNode(t,r,n,a=()=>{}){let i=this.getContexts(),c=i.length;c||a(),i.forEach(s=>{let d=()=>{this.iterateThroughNodes(t,s,r,n,()=>{--c<=0&&a()})};this.iframes?this.waitForIframes(s,d):d()})}};var qr=class{constructor(t){this.ctx=t,this.ie=!1;let r=window.navigator.userAgent;(r.indexOf("MSIE")>-1||r.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 kt(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,r="debug"){let n=this.opt.log;this.opt.debug&&typeof n=="object"&&typeof n[r]=="function"&&n[r](`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 r=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",a=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in r)if(r.hasOwnProperty(i)){let c=r[i],s=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(i):this.escapeStr(i),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}`),a+`(${this.processSynomyms(s)}|${this.processSynomyms(d)})`+a))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return t=t.replace(/(?:\\)*\?/g,r=>r.charAt(0)==="\\"?"?":""),t.replace(/(?:\\)*\*/g,r=>r.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(t){let r=this.opt.wildcards==="withSpaces";return t.replace(/\u0001/g,r?"[\\S\\s]?":"\\S?").replace(/\u0002/g,r?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,(r,n,a)=>{let i=a.charAt(n+1);return/[(|)\\]/.test(i)||i===""?r:r+"\0"})}createJoinersRegExp(t){let r=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&r.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&r.push("\\u00ad\\u200b\\u200c\\u200d"),r.length?t.split(/\u0000+/).join(`[${r.join("")}]*`):t}createDiacriticsRegExp(t){let r=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"],a=[];return t.split("").forEach(i=>{n.every(c=>{if(c.indexOf(i)!==-1){if(a.indexOf(c)>-1)return!1;t=t.replace(new RegExp(`[${c}]`,`gm${r}`),`[${c}]`),a.push(c)}return!0})}),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(t){let r="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",n=this.opt.accuracy,a=typeof n=="string"?n:n.value,i=typeof n=="string"?[]:n.limiters,c="";switch(i.forEach(s=>{c+=`|${this.escapeStr(s)}`}),a){case"partially":default:return`()(${t})`;case"complementary":return c="\\s"+(c||this.escapeStr(r)),`()([^${c}]*${t}[^${c}]*)`;case"exactly":return`(^|\\s${c})(${t})(?=$|\\s${c})`}}getSeparatedKeywords(t){let r=[];return t.forEach(n=>{this.opt.separateWordSearch?n.split(" ").forEach(a=>{a.trim()&&r.indexOf(a)===-1&&r.push(a)}):n.trim()&&r.indexOf(n)===-1&&r.push(n)}),{keywords:r.sort((n,a)=>a.length-n.length),length:r.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 r=[],n=0;return t.sort((a,i)=>a.start-i.start).forEach(a=>{let{start:i,end:c,valid:s}=this.callNoMatchOnInvalidRanges(a,n);s&&(a.start=i,a.length=c-i,r.push(a),n=c)}),r}callNoMatchOnInvalidRanges(t,r){let n,a,i=!1;return t&&typeof t.start<"u"?(n=parseInt(t.start,10),a=n+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&a-r>0&&a-n>0?i=!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:a,valid:i}}checkWhitespaceRanges(t,r,n){let a,i=!0,c=n.length,s=r-c,d=parseInt(t.start,10)-s;return d=d>c?c:d,a=d+parseInt(t.length,10),a>c&&(a=c,this.log(`End range automatically set to the max value of ${c}`)),d<0||a-d<0||d>c||a>c?(i=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):n.substring(d,a).replace(/\s+/g,"")===""&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:d,end:a,valid:i}}getTextNodes(t){let r="",n=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,a=>{n.push({start:r.length,end:(r+=a.textContent).length,node:a})},a=>this.matchesExclude(a.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{t({value:r,nodes:n})})}matchesExclude(t){return kt.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,r,n){let a=this.opt.element?this.opt.element:"mark",i=t.splitText(r),c=i.splitText(n-r),s=document.createElement(a);return s.setAttribute("data-markjs","true"),this.opt.className&&s.setAttribute("class",this.opt.className),s.textContent=i.textContent,i.parentNode.replaceChild(s,i),c}wrapRangeInMappedTextNode(t,r,n,a,i){t.nodes.every((c,s)=>{let d=t.nodes[s+1];if(typeof d>"u"||d.start>r){if(!a(c.node))return!1;let f=r-c.start,h=(n>c.end?c.end:n)-c.start,p=t.value.substr(0,c.start),y=t.value.substr(h+c.start);if(c.node=this.wrapRangeInTextNode(c.node,f,h),t.value=p+y,t.nodes.forEach((x,v)=>{v>=s&&(t.nodes[v].start>0&&v!==s&&(t.nodes[v].start-=h),t.nodes[v].end-=h)}),n-=h,i(c.node.previousSibling,c.start),n>c.end)r=c.end;else return!1}return!0})}wrapMatches(t,r,n,a,i){let c=r===0?0:r+1;this.getTextNodes(s=>{s.nodes.forEach(d=>{d=d.node;let f;for(;(f=t.exec(d.textContent))!==null&&f[c]!=="";){if(!n(f[c],d))continue;let h=f.index;if(c!==0)for(let p=1;p<c;p++)h+=f[p].length;d=this.wrapRangeInTextNode(d,h,h+f[c].length),a(d.previousSibling),t.lastIndex=0}}),i()})}wrapMatchesAcrossElements(t,r,n,a,i){let c=r===0?0:r+1;this.getTextNodes(s=>{let d;for(;(d=t.exec(s.value))!==null&&d[c]!=="";){let f=d.index;if(c!==0)for(let p=1;p<c;p++)f+=d[p].length;let h=f+d[c].length;this.wrapRangeInMappedTextNode(s,f,h,p=>n(d[c],p),(p,y)=>{t.lastIndex=y,a(p)})}i()})}wrapRangeFromIndex(t,r,n,a){this.getTextNodes(i=>{let c=i.value.length;t.forEach((s,d)=>{let{start:f,end:h,valid:p}=this.checkWhitespaceRanges(s,c,i.value);p&&this.wrapRangeInMappedTextNode(i,f,h,y=>r(y,s,i.value.substring(f,h),d),y=>{n(y,s)})}),a()})}unwrapMatches(t){let r=t.parentNode,n=document.createDocumentFragment();for(;t.firstChild;)n.appendChild(t.removeChild(t.firstChild));r.replaceChild(n,t),this.ie?this.normalizeTextNode(r):r.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,r){this.opt=r,this.log(`Searching with expression "${t}"`);let n=0,a="wrapMatches",i=c=>{n++,this.opt.each(c)};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),this[a](t,this.opt.ignoreGroups,(c,s)=>this.opt.filter(s,c,n),i,()=>{n===0&&this.opt.noMatch(t),this.opt.done(n)})}mark(t,r){this.opt=r;let n=0,a="wrapMatches",{keywords:i,length:c}=this.getSeparatedKeywords(typeof t=="string"?[t]:t),s=this.opt.caseSensitive?"":"i",d=f=>{let h=new RegExp(this.createRegExp(f),`gm${s}`),p=0;this.log(`Searching with expression "${h}"`),this[a](h,1,(y,x)=>this.opt.filter(x,f,n,p),y=>{p++,n++,this.opt.each(y)},()=>{p===0&&this.opt.noMatch(f),i[c-1]===f?this.opt.done(n):d(i[i.indexOf(f)+1])})};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),c===0?this.opt.done(n):d(i[0])}markRanges(t,r){this.opt=r;let n=0,a=this.checkRanges(t);a&&a.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(a)),this.wrapRangeFromIndex(a,(i,c,s,d)=>this.opt.filter(i,c,s,d),(i,c)=>{n++,this.opt.each(i,c)},()=>{this.opt.done(n)})):this.opt.done(n)}unmark(t){this.opt=t;let r=this.opt.element?this.opt.element:"*";r+="[data-markjs]",this.opt.className&&(r+=`.${this.opt.className}`),this.log(`Removal selector "${r}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,n=>{this.unwrapMatches(n)},n=>{let a=kt.matches(n,r),i=this.matchesExclude(n);return!a||i?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function Ua(e){let t=new qr(e);return this.mark=(r,n)=>(t.mark(r,n),this),this.markRegExp=(r,n)=>(t.markRegExp(r,n),this),this.markRanges=(r,n)=>(t.markRanges(r,n),this),this.unmark=r=>(t.unmark(r),this),this}var af=Ua,Vs=o.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),cf=D`
|
|
4
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),Bc=/'/g,Hc=/"/g,Fc=/^(?:script|style|textarea|title)$/i,An=e=>(t,...r)=>({_$litType$:e,strings:t,values:r}),te=An(1),Ln=An(2),On=An(3),se=Symbol.for("lit-noChange"),Z=Symbol.for("lit-nothing"),Gc=new WeakMap,Et=St.createTreeWalker(St,129);function Wc(e,t){if(!Cn(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Ic!==void 0?Ic.createHTML(t):t}var Vc=(e,t)=>{let r=e.length-1,n=[],a,i=t===2?"<svg>":t===3?"<math>":"",c=Pr;for(let s=0;s<r;s++){let d=e[s],f,h,p=-1,y=0;for(;y<d.length&&(c.lastIndex=y,h=c.exec(d),h!==null);)y=c.lastIndex,c===Pr?h[1]==="!--"?c=Dc:h[1]!==void 0?c=Uc:h[2]!==void 0?(Fc.test(h[2])&&(a=RegExp("</"+h[2],"g")),c=vt):h[3]!==void 0&&(c=vt):c===vt?h[0]===">"?(c=a??Pr,p=-1):h[1]===void 0?p=-2:(p=c.lastIndex-h[2].length,f=h[1],c=h[3]===void 0?vt:h[3]==='"'?Hc:Bc):c===Hc||c===Bc?c=vt:c===Dc||c===Uc?c=Pr:(c=vt,a=void 0);let x=c===vt&&e[s+1].startsWith("/>")?" ":"";i+=c===Pr?d+A4:p>=0?(n.push(f),d.slice(0,p)+En+d.slice(p)+We+x):d+We+(p===-2?s:x)}return[Wc(e,i+(e[r]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),n]},Ir=class e{constructor({strings:t,_$litType$:r},n){let a;this.parts=[];let i=0,c=0,s=t.length-1,d=this.parts,[f,h]=Vc(t,r);if(this.el=e.createElement(f,n),Et.currentNode=this.el.content,r===2||r===3){let p=this.el.content.firstChild;p.replaceWith(...p.childNodes)}for(;(a=Et.nextNode())!==null&&d.length<s;){if(a.nodeType===1){if(a.hasAttributes())for(let p of a.getAttributeNames())if(p.endsWith(En)){let y=h[c++],x=a.getAttribute(p).split(We),v=/([.?@])?(.*)/.exec(y);d.push({type:1,index:i,name:v[2],strings:x,ctor:v[1]==="."?So:v[1]==="?"?Co:v[1]==="@"?Ao:At}),a.removeAttribute(p)}else p.startsWith(We)&&(d.push({type:6,index:i}),a.removeAttribute(p));if(Fc.test(a.tagName)){let p=a.textContent.split(We),y=p.length-1;if(y>0){a.textContent=vo?vo.emptyScript:"";for(let x=0;x<y;x++)a.append(p[x],zr()),Et.nextNode(),d.push({type:2,index:++i});a.append(p[y],zr())}}}else if(a.nodeType===8)if(a.data===Sn)d.push({type:2,index:i});else{let p=-1;for(;(p=a.data.indexOf(We,p+1))!==-1;)d.push({type:7,index:i}),p+=We.length-1}i++}}static createElement(t,r){let n=St.createElement("template");return n.innerHTML=t,n}};function Ct(e,t,r=e,n){if(t===se)return t;let a=n!==void 0?r._$Co?.[n]:r._$Cl,i=kr(t)?void 0:t._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),i===void 0?a=void 0:(a=new i(e),a._$AT(e,r,n)),n!==void 0?(r._$Co??=[])[n]=a:r._$Cl=a),a!==void 0&&(t=Ct(e,a._$AS(e,t.values),a,n)),t}var Eo=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:n}=this._$AD,a=(t?.creationScope??St).importNode(r,!0);Et.currentNode=a;let i=Et.nextNode(),c=0,s=0,d=n[0];for(;d!==void 0;){if(c===d.index){let f;d.type===2?f=new Zt(i,i.nextSibling,this,t):d.type===1?f=new d.ctor(i,d.name,d.strings,this,t):d.type===6&&(f=new Lo(i,this,t)),this._$AV.push(f),d=n[++s]}c!==d?.index&&(i=Et.nextNode(),c++)}return Et.currentNode=St,a}p(t){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,r),r+=n.strings.length-2):n._$AI(t[r])),r++}},Zt=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,n,a){this.type=2,this._$AH=Z,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=n,this.options=a,this._$Cv=a?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,r=this._$AM;return r!==void 0&&t?.nodeType===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=Ct(this,t,r),kr(t)?t===Z||t==null||t===""?(this._$AH!==Z&&this._$AR(),this._$AH=Z):t!==this._$AH&&t!==se&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):$c(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==Z&&kr(this._$AH)?this._$AA.nextSibling.data=t:this.T(St.createTextNode(t)),this._$AH=t}$(t){let{values:r,_$litType$:n}=t,a=typeof n=="number"?this._$AC(t):(n.el===void 0&&(n.el=Ir.createElement(Wc(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===a)this._$AH.p(r);else{let i=new Eo(a,this),c=i.u(this.options);i.p(r),this.T(c),this._$AH=i}}_$AC(t){let r=Gc.get(t.strings);return r===void 0&&Gc.set(t.strings,r=new Ir(t)),r}k(t){Cn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,a=0;for(let i of t)a===r.length?r.push(n=new e(this.O(zr()),this.O(zr()),this,this.options)):n=r[a],n._$AI(i),a++;a<r.length&&(this._$AR(n&&n._$AB.nextSibling,a),r.length=a)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t&&t!==this._$AB;){let n=t.nextSibling;t.remove(),t=n}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},At=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,n,a,i){this.type=1,this._$AH=Z,this._$AN=void 0,this.element=t,this.name=r,this._$AM=a,this.options=i,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=Z}_$AI(t,r=this,n,a){let i=this.strings,c=!1;if(i===void 0)t=Ct(this,t,r,0),c=!kr(t)||t!==this._$AH&&t!==se,c&&(this._$AH=t);else{let s=t,d,f;for(t=i[0],d=0;d<i.length-1;d++)f=Ct(this,s[n+d],r,d),f===se&&(f=this._$AH[d]),c||=!kr(f)||f!==this._$AH[d],f===Z?t=Z:t!==Z&&(t+=(f??"")+i[d+1]),this._$AH[d]=f}c&&!a&&this.j(t)}j(t){t===Z?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},So=class extends At{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===Z?void 0:t}},Co=class extends At{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==Z)}},Ao=class extends At{constructor(t,r,n,a,i){super(t,r,n,a,i),this.type=5}_$AI(t,r=this){if((t=Ct(this,t,r,0)??Z)===se)return;let n=this._$AH,a=t===Z&&n!==Z||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,i=t!==Z&&(n===Z||a);a&&this.element.removeEventListener(this.name,this,n),i&&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)}},Lo=class{constructor(t,r,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){Ct(this,t)}},Rn={M:En,P:We,A:Sn,C:1,L:Vc,R:Eo,D:$c,V:Ct,I:Zt,H:At,N:Co,U:Ao,B:So,F:Lo},L4=vn.litHtmlPolyfillSupport;L4?.(Ir,Zt),(vn.litHtmlVersions??=[]).push("3.3.0");var _n=(e,t,r)=>{let n=r?.renderBefore??t,a=n._$litPart$;if(a===void 0){let i=r?.renderBefore??null;n._$litPart$=a=new Zt(t.insertBefore(zr(),i),i,void 0,r??{})}return a._$AI(e),a};var wn=globalThis,Ve=class extends Te{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 r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=_n(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return se}};Ve._$litElement$=!0,Ve.finalized=!0,wn.litElementHydrateSupport?.({LitElement:Ve});var O4=wn.litElementPolyfillSupport;O4?.({LitElement:Ve});var R4={_$AK:(e,t,r)=>{e._$AK(t,r)},_$AL:e=>e._$AL};(wn.litElementVersions??=[]).push("4.2.0");var _5=!1;var Tn={};B(Tn,{customElement:()=>_4,eventOptions:()=>Oo,property:()=>T,query:()=>ot,queryAll:()=>T4,queryAssignedElements:()=>P4,queryAssignedNodes:()=>z4,queryAsync:()=>M4,standardProperty:()=>jc,state:()=>J});var _4=e=>(t,r)=>{r!==void 0?r.addInitializer(()=>{customElements.define(e,t)}):customElements.define(e,t)};var w4={attribute:!0,type:String,converter:Kt,reflect:!1,hasChanged:Mr},jc=(e=w4,t,r)=>{let{kind:n,metadata:a}=r,i=globalThis.litPropertyMetadata.get(a);if(i===void 0&&globalThis.litPropertyMetadata.set(a,i=new Map),n==="setter"&&((e=Object.create(e)).wrapped=!0),i.set(r.name,e),n==="accessor"){let{name:c}=r;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),s}}}if(n==="setter"){let{name:c}=r;return function(s){let d=this[c];t.call(this,s),this.requestUpdate(c,d,e)}}throw Error("Unsupported decorator location: "+n)};function T(e){return(t,r)=>typeof r=="object"?jc(e,t,r):((n,a,i)=>{let c=a.hasOwnProperty(i);return a.constructor.createProperty(i,n),c?Object.getOwnPropertyDescriptor(a,i):void 0})(e,t,r)}function J(e){return T({...e,state:!0,attribute:!1})}function Oo(e){return(t,r)=>{let n=typeof t=="function"?t:t[r];Object.assign(n,e)}}var Le=(e,t,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&typeof t!="object"&&Object.defineProperty(e,t,r),r);function ot(e,t){return(r,n,a)=>{let i=c=>c.renderRoot?.querySelector(e)??null;if(t){let{get:c,set:s}=typeof n=="object"?r:a??(()=>{let d=Symbol();return{get(){return this[d]},set(f){this[d]=f}}})();return Le(r,n,{get(){let d=c.call(this);return d===void 0&&(d=i(this),(d!==null||this.hasUpdated)&&s.call(this,d)),d}})}return Le(r,n,{get(){return i(this)}})}}var N4;function T4(e){return(t,r)=>Le(t,r,{get(){return(this.renderRoot??(N4??=document.createDocumentFragment())).querySelectorAll(e)}})}function M4(e){return(t,r)=>Le(t,r,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(e)??null}})}function P4(e){return(t,r)=>{let{slot:n,selector:a}=e??{},i="slot"+(n?`[name=${n}]`:":not([name])");return Le(t,r,{get(){let c=this.renderRoot?.querySelector(i),s=c?.assignedElements(e)??[];return a===void 0?s:s.filter(d=>d.matches(a))}})}}function z4(e){return(t,r)=>{let{slot:n}=e??{},a="slot"+(n?`[name=${n}]`:":not([name])");return Le(t,r,{get(){return this.renderRoot?.querySelector(a)?.assignedNodes(e)??[]}})}}var Mn={};B(Mn,{repeat:()=>_o});var Me={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},Oe=e=>(...t)=>({_$litDirective$:e,values:t}),Ee=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,r,n){this._$Ct=t,this._$AM=r,this._$Ci=n}_$AS(t,r){return this.update(t,r)}update(t,r){return this.render(...r)}};var{I:k4}=Rn;var Zc=e=>e.strings===void 0,Kc=()=>document.createComment(""),Yt=(e,t,r)=>{let n=e._$AA.parentNode,a=t===void 0?e._$AB:t._$AA;if(r===void 0){let i=n.insertBefore(Kc(),a),c=n.insertBefore(Kc(),a);r=new k4(i,c,e,e.options)}else{let i=r._$AB.nextSibling,c=r._$AM,s=c!==e;if(s){let d;r._$AQ?.(e),r._$AM=e,r._$AP!==void 0&&(d=e._$AU)!==c._$AU&&r._$AP(d)}if(i!==a||s){let d=r._$AA;for(;d!==i;){let f=d.nextSibling;n.insertBefore(d,a),d=f}}}return r},nt=(e,t,r=e)=>(e._$AI(t,r),e),I4={},Yc=(e,t=I4)=>e._$AH=t,qc=e=>e._$AH,Ro=e=>{e._$AP?.(!1,!0);let t=e._$AA,r=e._$AB.nextSibling;for(;t!==r;){let n=t.nextSibling;t.remove(),t=n}};var Xc=(e,t,r)=>{let n=new Map;for(let a=t;a<=r;a++)n.set(e[a],a);return n},_o=Oe(class extends Ee{constructor(e){if(super(e),e.type!==Me.CHILD)throw Error("repeat() can only be used in text expressions")}dt(e,t,r){let n;r===void 0?r=t:t!==void 0&&(n=t);let a=[],i=[],c=0;for(let s of e)a[c]=n?n(s,c):c,i[c]=r(s,c),c++;return{values:i,keys:a}}render(e,t,r){return this.dt(e,t,r).values}update(e,[t,r,n]){let a=qc(e),{values:i,keys:c}=this.dt(t,r,n);if(!Array.isArray(a))return this.ut=c,i;let s=this.ut??=[],d=[],f,h,p=0,y=a.length-1,x=0,v=i.length-1;for(;p<=y&&x<=v;)if(a[p]===null)p++;else if(a[y]===null)y--;else if(s[p]===c[x])d[x]=nt(a[p],i[x]),p++,x++;else if(s[y]===c[v])d[v]=nt(a[y],i[v]),y--,v--;else if(s[p]===c[v])d[v]=nt(a[p],i[v]),Yt(e,d[v+1],a[p]),p++,v--;else if(s[y]===c[x])d[x]=nt(a[y],i[x]),Yt(e,a[p],a[y]),y--,x++;else if(f===void 0&&(f=Xc(c,x,v),h=Xc(s,p,y)),f.has(s[p]))if(f.has(s[y])){let A=h.get(c[x]),O=A!==void 0?a[A]:null;if(O===null){let _=Yt(e,a[p]);nt(_,i[x]),d[x]=_}else d[x]=nt(O,i[x]),Yt(e,a[p],O),a[A]=null;x++}else Ro(a[y]),y--;else Ro(a[p]),p++;for(;x<=v;){let A=Yt(e,d[v+1]);nt(A,i[x]),d[x++]=A}for(;p<=y;){let A=a[p++];A!==null&&Ro(A)}return this.ut=c,Yc(e,d),se}});var Pn={};B(Pn,{classMap:()=>je});var je=Oe(class extends Ee{constructor(e){if(super(e),e.type!==Me.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.st===void 0){this.st=new Set,e.strings!==void 0&&(this.nt=new Set(e.strings.join(" ").split(/\s/).filter(n=>n!=="")));for(let n in t)t[n]&&!this.nt?.has(n)&&this.st.add(n);return this.render(t)}let r=e.element.classList;for(let n of this.st)n in t||(r.remove(n),this.st.delete(n));for(let n in t){let a=!!t[n];a===this.st.has(n)||this.nt?.has(n)||(a?(r.add(n),this.st.add(n)):(r.remove(n),this.st.delete(n)))}return se}});var zn={};B(zn,{styleMap:()=>U4});var Qc="important",D4=" !"+Qc,U4=Oe(class extends Ee{constructor(e){if(super(e),e.type!==Me.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,r)=>{let n=e[r];return n==null?t:t+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${n};`},"")}update(e,[t]){let{style:r}=e.element;if(this.ft===void 0)return this.ft=new Set(Object.keys(t)),this.render(t);for(let n of this.ft)t[n]==null&&(this.ft.delete(n),n.includes("-")?r.removeProperty(n):r[n]=null);for(let n in t){let a=t[n];if(a!=null){this.ft.add(n);let i=typeof a=="string"&&a.endsWith(D4);n.includes("-")||i?r.setProperty(n,i?a.slice(0,-11):a,i?Qc:""):r[n]=a}}return se}});var kn={};B(kn,{UnsafeHTMLDirective:()=>qt,unsafeHTML:()=>Dr});var qt=class extends Ee{constructor(t){if(super(t),this.it=Z,t.type!==Me.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===Z||t==null)return this._t=void 0,this.it=t;if(t===se)return t;if(typeof t!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this._t;this.it=t;let r=[t];return r.raw=r,this._t={_$litType$:this.constructor.resultType,strings:r,values:[]}}};qt.directiveName="unsafeHTML",qt.resultType=1;var Dr=Oe(qt);var Vn={};B(Vn,{CacheRegistry:()=>Wn,ClearCacheEvent:()=>Gr});var Dn={};B(Dn,{CancelablePromise:()=>wo,CanceledPromiseError:()=>Ur,cancelable:()=>In});var Ur=class extends Error{constructor(t,r,n){super(t),this.canceledPromiseResult=r,this.canceledPromiseError=n}},wo=class extends Promise{constructor(t){super((r,n)=>t(a=>{this.isCanceled?n(new Ur("Promise has been canceled",a)):r(a)},a=>{this.isCanceled?n(new Ur("Promise has been canceled",void 0,a)):n(a)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},In=e=>new wo((t,r)=>e.then(t).catch(r));var Fn={};B(Fn,{FtNotificationEvent:()=>Hr,PostResizeEvent:()=>$n,PreResizeEvent:()=>Gn,WithEventBus:()=>Rt,withEventBus:()=>is});var Hn={};B(Hn,{applyMixinOnce:()=>ye,dateReviver:()=>G4,deepCopy:()=>Bn,deepEqual:()=>Br,delay:()=>Jc,eventPathContainsMatchingElement:()=>F4,everyDeep:()=>H4,flatDeep:()=>ts,forEachDeep:()=>rs,getComposedPathTo:()=>Un,hasChanged:()=>Lt,last:()=>W4,minmax:()=>Ot,parseDate:()=>ns,randomId:()=>V4,someDeep:()=>os,unslotText:()=>as,waitFor:()=>es,waitUntil:()=>B4});var Jc=e=>new Promise(t=>setTimeout(t,e));async function B4(e,t=10,r=2e4){await es(async()=>await e()||void 0,t,r)}async function es(e,t=10,r=2e4){let n=await e(),a,i;for(a=i=performance.now();n==null&&(!r||i-a<r);)await Jc(t),n=await e(),i=performance.now();if(n==null)throw new Error("Timeout exceeded");return n}function ts(e,t){return e.flatMap(r=>[r,...ts(t(r),t)])}function rs(e,t,r){let n=(a,i)=>{var c;for(let s=0;s<a.length;s++){let d=a[s];if(!(((c=r(d,s,a,i))!==null&&c!==void 0?c:!0)&&n(t(d),[...i,d])))return!1}return!0};n(e,[])}function os(e,t,r){let n=!1;return rs(e,t,(a,i,c,s)=>(n=!!r(a,i,c,s),!n)),n}function H4(e,t,r){return!os(e,t,(n,a,i,c)=>!r(n,a,i,c))}function G4(...e){return(t,r)=>e.includes(t)?ns(r):r}function ns(e){return e.match(/^\d{4}-\d{2}-\d{2}$/)&&(e=e.replace(/-/g,"/")),e=e.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(t,r,n,a)=>r+n+":"+a),new Date(e)}function $4(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;let r,n,a;if(Array.isArray(e)){if(r=e.length,r!=t.length)return!1;for(n=r;n--!==0;)if(!Br(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(!Br(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();let i=c=>Object.keys(c).filter(s=>c[s]!=null);if(a=i(e),r=a.length,r!==i(t).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,a[n]))return!1;for(n=r;n--!==0;){let c=a[n];if(!Br(e[c],t[c]))return!1}return!0}return e!==e&&t!==t||e==null&&t==null}function Br(e,t){try{return $4(e,t)}catch{return!1}}function Lt(e,t){return!Br(e,t)}function F4(e,t,r=window.document.body){if(t.length>0){let n=e.composedPath();for(let a of n){if(a===r)return!1;if(a.matches&&t.some(i=>a.matches(i)))return!0}}return!1}function Ot(e,t,r){return Math.min(Math.max(e,t),r)}function W4(e){return e[e.length-1]}function as(e){return e instanceof HTMLSlotElement?e.assignedNodes().map(t=>as(t)).join(""):e?.textContent||""}function Un(e){let t=[],r=n=>{n.stopPropagation(),t=n.composedPath()};return e.addEventListener("get-composed-path",r),e.dispatchEvent(new Event("get-composed-path",{composed:!0})),e.removeEventListener("get-composed-path",r),t}function Bn(e){return typeof window.structuredClone=="function"?structuredClone(e):e!=null?JSON.parse(JSON.stringify(e)):e}function V4(e,t){return(t??"")+(""+Math.floor(Math.random()*10**e)).padStart(e,"0")}function ye(e,t){let r=n=>n[e]===!0;return n=>{if(r(n))return n;let a=t(n);return a[e]=!0,a}}var Hr=class extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}},Gn=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},$n=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}},is=ye(Symbol("withEventBus"),function(e,t){return class extends e{constructor(){super(...arguments),this.eventBus=t??document.createElement("span")}addEventListener(r,n,a){this.eventBus.addEventListener(r,n,a)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,n,a){this.eventBus.removeEventListener(r,n,a)}}}),Rt=class extends is(Object){};var Gr=class extends CustomEvent{constructor(t){super("clear-cache",{detail:{clearedKeys:t}})}},Wn=class extends Rt{constructor(){super(...arguments),this.content={}}register(t,r,n=!1){var a;let i=this.content[t],c=(a=i?.status)!==null&&a!==void 0?a:"REGISTERED";this.content[t]={...i,loader:r,final:n,status:c}}registerFinal(t,r){this.register(t,r,!0)}clearAll(t=!0){return this.clearMatching(()=>!0,t)}clearMatching(t,r=!0){let n=Object.keys(this.content).filter(t).filter(a=>this.clear(a,!1)!=null);return r&&n.length>0&&this.dispatchEvent(new Gr(n)),n}clear(t,r=!0){if(this.content[t]&&!this.content[t].final)return this.forceClear(t),r&&this.dispatchEvent(new Gr([t])),t}forceClear(t){var r;let n=this.content[t];n&&(this.clearClearTimeout(t),(r=n.promise)===null||r===void 0||r.cancel(),this.content[t]={loader:n.loader,final:n.final,status:"REGISTERED"})}clearClearTimeout(t){var r,n,a;((r=this.content[t])===null||r===void 0?void 0:r.clearTimeout)!=null&&(window.clearTimeout((n=this.content[t])===null||n===void 0?void 0:n.clearTimeout),(a=this.content[t])===null||a===void 0||delete a.clearTimeout)}set(t,r,n=!1){this.forceClear(t);let a=async()=>r,i="RESOLVED";this.content[t]={loader:a,final:n,status:i,value:r}}setFinal(t,r){return this.set(t,r,!0)}async get(t,r,n){if(!this.isRegistered(t)){if(!r)throw new Error("Unknown cache key "+t);this.register(t,r)}let a=this.content[t];switch(a.status){case"ERROR":throw a.error;case"LOADING":return a.promise;case"RESOLVED":return a.value;case"REGISTERED":return r=r??a.loader,a.status="LOADING",a.promise=In(r()),a.promise.then(i=>(a.status="RESOLVED",a.value=i,n!=null&&(this.clearClearTimeout(t),a.clearTimeout=window.setTimeout(()=>this.clear(t),n)),i)).catch(i=>{var c;throw!((c=a.promise)===null||c===void 0)&&c.isCanceled||(a.status="ERROR",a.error=i),i})}}isRegistered(t){return this.content[t]!=null}getNow(t){var r;return(r=this.content[t])===null||r===void 0?void 0:r.value}has(t){var r,n;return((r=this.content[t])===null||r===void 0?void 0:r.status)!==void 0&&((n=this.content[t])===null||n===void 0?void 0:n.status)!=="REGISTERED"}resolvedKeys(){return Object.keys(this.content).filter(t=>{var r;return((r=this.content[t])===null||r===void 0?void 0:r.status)==="RESOLVED"})}resolvedValues(){return this.resolvedKeys().map(t=>this.content[t].value)}keys(){return Object.keys(this.content)}};var qn={};B(qn,{ClusteringHelper:()=>Yn,formatHierarchicalValues:()=>Zn});var Kn={};B(Kn,{accessBreadcrumb:()=>Z4,accessResult:()=>jn,accessResultId:()=>j4,accessResultUrl:()=>K4});function jn(e){var t,r,n,a;return(a=(n=(r=(t=e?.map)!==null&&t!==void 0?t:e?.topic)!==null&&r!==void 0?r:e?.document)!==null&&n!==void 0?n:e?.htmlPackage)!==null&&a!==void 0?a:e?.htmlPackagePage}function j4(e){var t,r,n,a,i,c,s,d,f;return(d=(c=(a=(r=(t=e?.map)===null||t===void 0?void 0:t.mapId)!==null&&r!==void 0?r:(n=e?.topic)===null||n===void 0?void 0:n.tocId)!==null&&a!==void 0?a:(i=e?.document)===null||i===void 0?void 0:i.documentId)!==null&&c!==void 0?c:(s=e?.htmlPackage)===null||s===void 0?void 0:s.packageId)!==null&&d!==void 0?d:(f=e?.htmlPackagePage)===null||f===void 0?void 0:f.contentId}function K4(e){var t,r,n,a,i,c,s,d,f;return(d=(c=(a=(r=(t=e?.map)===null||t===void 0?void 0:t.readerUrl)!==null&&r!==void 0?r:(n=e?.topic)===null||n===void 0?void 0:n.readerUrl)!==null&&a!==void 0?a:(i=e?.document)===null||i===void 0?void 0:i.viewerUrl)!==null&&c!==void 0?c:(s=e?.htmlPackage)===null||s===void 0?void 0:s.viewerUrl)!==null&&d!==void 0?d:(f=e?.htmlPackagePage)===null||f===void 0?void 0:f.viewerUrl}function Z4(e){return e?.topic?[e.topic.mapTitle,...e.topic.breadcrumb]:e?.map?[e.map.title]:e?.document?[e.document.title]:e?.htmlPackage?[e.htmlPackage.title]:e?.htmlPackagePage?[e.htmlPackagePage.packageTitle,e.htmlPackagePage.title]:[]}function Zn(e,t){return t&&t>1&&e.length>=t?`... > ${e[e.length-1]}`:e.join(" > ")}var Yn=class e{constructor(t,r,n,a){this.allResults=t,this.selectedResult=r,this.clusteringMetadata=n,this.metadataDescriptors=a}static findResultWithMetadataValue(t,r,n){return t?.find(a=>{var i;return((i=this.extractResultMetadata({result:a}).find(c=>c.key==r))===null||i===void 0?void 0:i.value)==n})}static extractResultMetadata(t){let r=jn(t.result).metadata;return t.key==null?e.flattenMetadata(r,t.hierarchicalValueTruncatingLevel,t.dateFormatter):e.flattenMetadata(r.find(n=>n.key===t.key),t.hierarchicalValueTruncatingLevel,t.dateFormatter)}static flattenMetadata(t,r,n){if(Array.isArray(t))return t.map(i=>e.flattenMetadata(i,r,n)).filter(i=>i!=null);let a=t?.hierarchicalValues!=null&&t.hierarchicalValues.length>0;if(!(t==null||t.values.length==0&&!a))if(a){let i=[],c=[];return t.hierarchicalValues.forEach(s=>{i.push(Zn(s)),c.push(Zn(s,r))}),{key:t.key,label:t.label,value:i.join(", "),displayValue:c.join(", "),displayTooltipValue:i.join(", ")}}else{let i=t.values.join(", "),c=t.values.map(s=>n?n(s):s).join(", ");return{key:t.key,label:t.label,value:i,displayValue:c,displayTooltipValue:c}}}computeClustersItemsForMetadata(t,r,n="No value",a,i){var c,s;let d=e.extractResultMetadata({result:this.selectedResult,key:t,dateFormatter:i}),f=(c=d?.label)!==null&&c!==void 0?c:(s=this.getMetadataDescriptor(t))===null||s===void 0?void 0:s.label;return this.allResults.map(p=>e.extractResultMetadata({result:p,key:t,hierarchicalValueTruncatingLevel:a,dateFormatter:i})).map(p=>p??{key:t,label:f,value:void 0,displayValue:n}).filter(p=>p.value!=d?.value).filter((p,y,x)=>x.findIndex(v=>v.value===p.value)===y).map(p=>({result:this.findBestResultForMetadataValue(t,p.value),metadata:p})).sort((p,y)=>this.compareMetadata(p.metadata.value,y.metadata.value,t,r))}compareMetadata(t,r,n,a){if(t==null)return-1;if(r==null)return 1;let i=this.getMetadataDescriptor(n),c=i?.sortRule||"NONE",s=i?.reverseSort||!1;if(c=="ALPHABET"||c=="VERSION"){let d=t.localeCompare(r,a,{numeric:!0});return s?d*-1:d}return 0}getMetadataDescriptor(t){return this.metadataDescriptors.find(r=>t==r.key)}findBestResultForMetadataValue(t,r){let n=this.allResults.filter(d=>{var f;return((f=e.extractResultMetadata({result:d,key:t}))===null||f===void 0?void 0:f.value)==r}),i=[...e.extractResultMetadata({result:this.selectedResult}).filter(d=>this.clusteringMetadata.has(d.key)).filter(d=>d.key!==t)],c,s=-1;for(let d of n){let f=this.countMatchingMetadata(d,i);if(f>s&&(s=f,c=d,f===i.length))break}return c}countMatchingMetadata(t,r){return e.extractResultMetadata({result:t}).filter(n=>r.some(a=>a.key===n.key&&a.value===n.value)).length}};var Xn={};B(Xn,{Debouncer:()=>at});var at=class{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,r){return this.callbacks=[t],this.debounce(r)}queue(t,r){return this.callbacks.push(t),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),t??this.timeout),this.promise}async runCallbacks(){var t,r;let n=[...this.callbacks];this.callbacks=[];let a=(t=this.rejectPromise)!==null&&t!==void 0?t:()=>null,i=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let c of n)try{await c()}catch(s){a(s);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var Jn={};B(Jn,{customElement:()=>le,dateProperty:()=>q4,isNumber:()=>cs,jsonProperty:()=>Qn,numberProperty:()=>$r,optionalNumberProperty:()=>Y4});var le=e=>t=>{window.customElements.get(e)||window.customElements.define(e,t)};function Qn(e,t){let r=()=>JSON.parse(JSON.stringify(e));return T({type:Object,converter:{fromAttribute:n=>{if(n==null)return r();try{return JSON.parse(n)}catch{return r()}},toAttribute:n=>JSON.stringify(n)},hasChanged:Lt,...t??{}})}function Y4(e){return $r(e)}function $r(e){return T({type:Object,converter:{fromAttribute:t=>{var r,n;if(t==null)return;let a=(r=e?.min)!==null&&r!==void 0?r:-1/0,i=(n=e?.max)!==null&&n!==void 0?n:1/0;return cs(t)?Ot(a,+t,i):void 0},toAttribute:t=>t==null?void 0:""+t},useDefault:!0,...e??{}})}function cs(e){return!isNaN(parseFloat(e))}function q4(e){return T({type:Object,converter:{fromAttribute:t=>{if(t==null)return;let r=new Date(Date.parse(t));if(!isNaN(r.valueOf()))return r},toAttribute:t=>t?.toISOString()},useDefault:!0,...e??{}})}var ga={};B(ga,{designSystemVariables:()=>j});var ma={};B(ma,{DesignSystemFamily:()=>Fr,DesignSystemSize:()=>Wr,FtCssVariableFactory:()=>o,badge:()=>sd,banner:()=>cd,button:()=>Q4,card:()=>ed,chart:()=>Ad,checkbox:()=>td,chip:()=>ad,chipChoice:()=>nd,collapsible:()=>Sd,combobox:()=>vd,dateRangePicker:()=>Td,drawer:()=>hd,floatingMenu:()=>bd,foundation:()=>l,link:()=>id,menuItem:()=>xd,modal:()=>pd,notice:()=>Od,notification:()=>_d,pageDesigner:()=>Ld,pageFooter:()=>fd,pageHeader:()=>dd,pageLayout:()=>ud,popover:()=>Ed,radio:()=>rd,reorderableList:()=>Nd,resolveFamilyClass:()=>pa,resolveSizeClass:()=>ha,semantic:()=>u,setVariable:()=>Y,switch_:()=>Cd,table:()=>od,tabs:()=>md,textArea:()=>yd,textInput:()=>gd,titleBreadcrumb:()=>ld,toggle:()=>Rd,tooltip:()=>wd,treeList:()=>J4,typographies:()=>No,typographyBody1Medium:()=>aa,typographyBody1Regular:()=>na,typographyBody1Semibold:()=>ia,typographyBody2Medium:()=>_t,typographyBody2MediumUnderline:()=>ss,typographyBody2Regular:()=>ca,typographyBody2Semibold:()=>sa,typographyCaption1Medium:()=>la,typographyCaption1Semibold:()=>da,typographyCaption2Bold:()=>ua,typographyCaption2Medium:()=>ct,typographyCaption2Semibold:()=>fa,typographyDisplay:()=>ea,typographyTitle1:()=>ta,typographyTitle2:()=>ra,typographyTitle3:()=>oa,typographyVariants:()=>X4});var it=e=>typeof e=="string"?Ne(e):e,o=class{static create(t,r,n,a){let i=s=>it(s??a),c=D`var(${it(t)}, ${i(a)})`;return c.name=t,c.description=r,c.category=n,c.defaultValue=a,c.defaultCssValue=i,c.set=s=>Y(c,s??i(a)),c.get=s=>D`var(${it(t)}, ${i(s)})`,c.breadcrumb=()=>[],c.lastResortDefaultValue=()=>a,c}static extend(t,r,n,a){let i=s=>n.get(s??a),c=D`var(${it(t)}, ${i(a)})`;return c.name=t,c.description=r,c.category=n.category,c.fallbackVariable=n,c.defaultValue=a,c.defaultCssValue=i,c.set=s=>Y(c,s??i(a)),c.get=s=>D`var(${it(t)}, ${i(s)})`,c.breadcrumb=()=>[n.name,...n.breadcrumb()],c.lastResortDefaultValue=()=>a??n.lastResortDefaultValue(),c}static external(t,r){let n=i=>t.defaultCssValue(i),a=D`var(${it(t.name)}, ${n(t.defaultValue)})`;return a.name=t.name,a.category=t.category,a.fallbackVariable=t.fallbackVariable,a.defaultValue=t.defaultValue,a.context=r,a.defaultCssValue=n,a.set=i=>t.set(i),a.get=i=>D`var(${it(t.name)}, ${n(i)})`,a.breadcrumb=()=>t.breadcrumb(),a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}};function Y(e,t){return it(`${e.name}: ${t}`)}var l={colorWhite:o.create("--ftds-color-white","","COLOR","#ffffff"),colorGray0:o.create("--ftds-color-gray-0","","COLOR","#71718e"),colorGray10:o.create("--ftds-color-gray-10","","COLOR","#fbfbfc"),colorGray20:o.create("--ftds-color-gray-20","","COLOR","#f2f2f5"),colorGray30:o.create("--ftds-color-gray-30","","COLOR","#e9e9ed"),colorGray40:o.create("--ftds-color-gray-40","","COLOR","#e0e0e6"),colorGray50:o.create("--ftds-color-gray-50","","COLOR","#cdcdd7"),colorGray60:o.create("--ftds-color-gray-60","","COLOR","#bbbbc9"),colorGray70:o.create("--ftds-color-gray-70","","COLOR","#a8a8ba"),colorGray80:o.create("--ftds-color-gray-80","","COLOR","#9696ab"),colorGray90:o.create("--ftds-color-gray-90","","COLOR","#83839d"),colorGray100:o.create("--ftds-color-gray-100","","COLOR","#62627c"),colorGray200:o.create("--ftds-color-gray-200","","COLOR","#545469"),colorGray300:o.create("--ftds-color-gray-300","","COLOR","#454557"),colorGray400:o.create("--ftds-color-gray-400","","COLOR","#363644"),colorGray500:o.create("--ftds-color-gray-500","","COLOR","#282832"),colorGray600:o.create("--ftds-color-gray-600","","COLOR","#19191f"),colorGray700:o.create("--ftds-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:o.create("--ftds-color-brand-0","","COLOR","#9d207b"),colorBrand10:o.create("--ftds-color-brand-10","","COLOR","#f7edf4"),colorBrand20:o.create("--ftds-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:o.create("--ftds-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:o.create("--ftds-color-brand-40","","COLOR","#d395c2"),colorBrand50:o.create("--ftds-color-brand-50","","COLOR","#c778b1"),colorBrand60:o.create("--ftds-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:o.create("--ftds-color-brand-70","","COLOR","#ae3e90"),colorBrand100:o.create("--ftds-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:o.create("--ftds-color-brand-200","","COLOR","#78185e"),colorBrand300:o.create("--ftds-color-brand-300","","COLOR","#62144d"),colorBrand400:o.create("--ftds-color-brand-400","","COLOR","#4d103c"),colorBrand500:o.create("--ftds-color-brand-500","","COLOR","#380b2c"),colorBrand600:o.create("--ftds-color-brand-600","","COLOR","#23071b"),colorBrand700:o.create("--ftds-color-brand-700","","COLOR","#0d030b"),colorCyan0:o.create("--ftds-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:o.create("--ftds-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:o.create("--ftds-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:o.create("--ftds-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:o.create("--ftds-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:o.create("--ftds-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:o.create("--ftds-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:o.create("--ftds-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:o.create("--ftds-color-cyan-100","","COLOR","#0c849c"),colorCyan200:o.create("--ftds-color-cyan-200","","COLOR","#0a7085"),colorCyan300:o.create("--ftds-color-cyan-300","","COLOR","#085c6d"),colorCyan400:o.create("--ftds-color-cyan-400","","COLOR","#074856"),colorCyan500:o.create("--ftds-color-cyan-500","","COLOR","#05343e"),colorCyan600:o.create("--ftds-color-cyan-600","","COLOR","#032127"),colorCyan700:o.create("--ftds-color-cyan-700","","COLOR","#010d0f"),colorGreen0:o.create("--ftds-color-green-0","","COLOR","#21a274"),colorGreen10:o.create("--ftds-color-green-10","","COLOR","#edf7f3"),colorGreen20:o.create("--ftds-color-green-20","","COLOR","#cfebe1"),colorGreen30:o.create("--ftds-color-green-30","","COLOR","#b2dfcf"),colorGreen40:o.create("--ftds-color-green-40","","COLOR","#95d3bd"),colorGreen50:o.create("--ftds-color-green-50","","COLOR","#78c7ab"),colorGreen60:o.create("--ftds-color-green-60","","COLOR","#5bba98"),colorGreen70:o.create("--ftds-color-green-70","","COLOR","#3eae86"),colorGreen100:o.create("--ftds-color-green-100","","COLOR","#1d8d65"),colorGreen200:o.create("--ftds-color-green-200","","COLOR","#187856"),colorGreen300:o.create("--ftds-color-green-300","","COLOR","#146246"),colorGreen400:o.create("--ftds-color-green-400","","COLOR","#104d37"),colorGreen500:o.create("--ftds-color-green-500","","COLOR","#0b3828"),colorGreen600:o.create("--ftds-color-green-600","","COLOR","#072319"),colorGreen700:o.create("--ftds-color-green-700","","COLOR","#030d0a"),colorOrange0:o.create("--ftds-color-orange-0","","COLOR","#F2700D"),colorOrange10:o.create("--ftds-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:o.create("--ftds-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:o.create("--ftds-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:o.create("--ftds-color-orange-40","","COLOR","#FECB90"),colorOrange50:o.create("--ftds-color-orange-50","","COLOR","#FCB76E"),colorOrange60:o.create("--ftds-color-orange-60","","COLOR","#F9A34D"),colorOrange70:o.create("--ftds-color-orange-70","","COLOR","#F68B2C"),colorOrange100:o.create("--ftds-color-orange-100","","COLOR","#D35909"),colorOrange200:o.create("--ftds-color-orange-200","","COLOR","#B74706"),colorOrange300:o.create("--ftds-color-orange-300","","COLOR","#913503"),colorOrange400:o.create("--ftds-color-orange-400","","COLOR","#6F2601"),colorOrange500:o.create("--ftds-color-orange-500","","COLOR","#4D1800"),colorOrange600:o.create("--ftds-color-orange-600","","COLOR","#330F00"),colorOrange700:o.create("--ftds-color-orange-700","","COLOR","#140600"),colorRed0:o.create("--ftds-color-red-0","","COLOR","#b40e2c"),colorRed10:o.create("--ftds-color-red-10","","COLOR","#f9ebed"),colorRed20:o.create("--ftds-color-red-20","","COLOR","#efcbd2"),colorRed30:o.create("--ftds-color-red-30","","COLOR","#e5acb6"),colorRed40:o.create("--ftds-color-red-40","","COLOR","#db8c9b"),colorRed50:o.create("--ftds-color-red-50","","COLOR","#d16d7f"),colorRed60:o.create("--ftds-color-red-60","","COLOR","#c84d63"),colorRed70:o.create("--ftds-color-red-70","","COLOR","#be2e48"),colorRed100:o.create("--ftds-color-red-100","","COLOR","#9c0c26"),colorRed200:o.create("--ftds-color-red-200","","COLOR","#850a20"),colorRed300:o.create("--ftds-color-red-300","","COLOR","#6d081b"),colorRed400:o.create("--ftds-color-red-400","","COLOR","#560715"),colorRed500:o.create("--ftds-color-red-500","","COLOR","#3e050f"),colorRed600:o.create("--ftds-color-red-600","","COLOR","#270309"),colorRed700:o.create("--ftds-color-red-700","","COLOR","#0f0104"),colorYellow0:o.create("--ftds-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:o.create("--ftds-color-yellow-10","","COLOR","#fefae9"),colorYellow20:o.create("--ftds-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:o.create("--ftds-color-yellow-30","","COLOR","#faedaa"),colorYellow40:o.create("--ftds-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:o.create("--ftds-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:o.create("--ftds-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:o.create("--ftds-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:o.create("--ftds-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:o.create("--ftds-color-yellow-200","","COLOR","#b3970a"),colorYellow300:o.create("--ftds-color-yellow-300","","COLOR","#947c08"),colorYellow400:o.create("--ftds-color-yellow-400","","COLOR","#746206"),colorYellow500:o.create("--ftds-color-yellow-500","","COLOR","#554705"),colorYellow600:o.create("--ftds-color-yellow-600","","COLOR","#352d03"),colorYellow700:o.create("--ftds-color-yellow-700","","COLOR","#161201"),colorUltramarine0:o.create("--ftds-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:o.create("--ftds-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:o.create("--ftds-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:o.create("--ftds-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:o.create("--ftds-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:o.create("--ftds-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:o.create("--ftds-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:o.create("--ftds-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:o.create("--ftds-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:o.create("--ftds-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:o.create("--ftds-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:o.create("--ftds-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:o.create("--ftds-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:o.create("--ftds-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:o.create("--ftds-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:o.create("--ftds-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:o.create("--ftds-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:o.create("--ftds-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:o.create("--ftds-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:o.create("--ftds-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:o.create("--ftds-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:o.create("--ftds-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:o.create("--ftds-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:o.create("--ftds-color-avocado-100","","COLOR","#84A423"),colorAvocado200:o.create("--ftds-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:o.create("--ftds-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:o.create("--ftds-color-avocado-400","","COLOR","#495B13"),colorAvocado500:o.create("--ftds-color-avocado-500","","COLOR","#35420E"),colorAvocado600:o.create("--ftds-color-avocado-600","","COLOR","#212A09"),colorAvocado700:o.create("--ftds-color-avocado-700","","COLOR","#0E1104"),colorBrown0:o.create("--ftds-color-brown-0","","COLOR","#B26F4D"),colorBrown10:o.create("--ftds-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:o.create("--ftds-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:o.create("--ftds-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:o.create("--ftds-color-brown-40","","COLOR","#DABAAA"),colorBrown50:o.create("--ftds-color-brown-50","","COLOR","#D0A792"),colorBrown60:o.create("--ftds-color-brown-60","","COLOR","#C6947B"),colorBrown70:o.create("--ftds-color-brown-70","","COLOR","#BC8264"),colorBrown100:o.create("--ftds-color-brown-100","","COLOR","#9B6143"),colorBrown200:o.create("--ftds-color-brown-200","","COLOR","#845239"),colorBrown300:o.create("--ftds-color-brown-300","","COLOR","#6D442F"),colorBrown400:o.create("--ftds-color-brown-400","","COLOR","#553525"),colorBrown500:o.create("--ftds-color-brown-500","","COLOR","#3E271B"),colorBrown600:o.create("--ftds-color-brown-600","","COLOR","#271811"),colorBrown700:o.create("--ftds-color-brown-700","","COLOR","#100A07"),spacing1:o.create("--ftds-spacing-1","","SIZE","0.25rem"),spacing2:o.create("--ftds-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:o.create("--ftds-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:o.create("--ftds-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:o.create("--ftds-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:o.create("--ftds-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:o.create("--ftds-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:o.create("--ftds-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:o.create("--ftds-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:o.create("--ftds-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:o.create("--ftds-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:o.create("--ftds-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:o.create("--ftds-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:o.create("--ftds-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:o.create("--ftds-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:o.create("--ftds-border-radius-s","","SIZE","4px"),borderRadiusM:o.create("--ftds-border-radius-m","","SIZE","8px"),borderRadiusL:o.create("--ftds-border-radius-l","","SIZE","12px"),borderRadiusXl:o.create("--ftds-border-radius-xl","","SIZE","16px"),borderRadiusPill:o.create("--ftds-border-radius-pill","","SIZE","999px"),borderRadiusRound:o.create("--ftds-border-radius-round","","SIZE","50%"),iconSize1:o.create("--ftds-icon-size-1","","SIZE","0.75rem"),iconSize2:o.create("--ftds-icon-size-2","","SIZE","1rem"),iconSize3:o.create("--ftds-icon-size-3","","SIZE","1.25rem"),iconSize4:o.create("--ftds-icon-size-4","","SIZE","1.5rem"),iconSize5:o.create("--ftds-icon-size-5","","SIZE","2rem"),iconSize6:o.create("--ftds-icon-size-6","","SIZE","3rem"),opacity0:o.create("--ftds-opacity-0","","NUMBER","0"),opacity8:o.create("--ftds-opacity-8","","NUMBER","0.08"),opacity12:o.create("--ftds-opacity-12","","NUMBER","0.12"),opacity16:o.create("--ftds-opacity-16","","NUMBER","0.16"),opacity24:o.create("--ftds-opacity-24","","NUMBER","0.24"),opacity32:o.create("--ftds-opacity-32","","NUMBER","0.32"),opacity40:o.create("--ftds-opacity-40","","NUMBER","0.4"),opacity48:o.create("--ftds-opacity-48","","NUMBER","0.48"),opacity80:o.create("--ftds-opacity-80","","NUMBER","0.8"),shadowElevation01:o.create("--ftds-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:o.create("--ftds-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:o.create("--ftds-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:o.create("--ftds-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:o.create("--ftds-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:o.create("--ftds-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:o.create("--ftds-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:o.create("--ftds-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:o.create("--ftds-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)")},ea={fontFamily:o.create("--ftds-typography-display-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-display-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-display-line-height","","SIZE","1.2"),fontSize:o.create("--ftds-typography-display-font-size","","SIZE","2.5rem"),letterSpacing:o.create("--ftds-typography-display-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ftds-typography-display-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-display-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-display-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-display-text-case","","UNKNOWN","none")},ta={fontFamily:o.create("--ftds-typography-title-1-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-title-1-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-title-1-line-height","","SIZE","1.2"),fontSize:o.create("--ftds-typography-title-1-font-size","","SIZE","1.5rem"),letterSpacing:o.create("--ftds-typography-title-1-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ftds-typography-title-1-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-title-1-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-title-1-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-title-1-text-case","","UNKNOWN","none")},ra={fontFamily:o.create("--ftds-typography-title-2-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-title-2-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-title-2-line-height","","SIZE","1.2"),fontSize:o.create("--ftds-typography-title-2-font-size","","SIZE","1.25rem"),letterSpacing:o.create("--ftds-typography-title-2-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ftds-typography-title-2-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-title-2-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-title-2-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-title-2-text-case","","UNKNOWN","none")},oa={fontFamily:o.create("--ftds-typography-title-3-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-title-3-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-title-3-line-height","","SIZE","1.2"),fontSize:o.create("--ftds-typography-title-3-font-size","","SIZE","1.125rem"),letterSpacing:o.create("--ftds-typography-title-3-letter-spacing","","SIZE","-0.01em"),paragraphSpacing:o.create("--ftds-typography-title-3-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-title-3-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-title-3-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-title-3-text-case","","UNKNOWN","none")},na={fontFamily:o.create("--ftds-typography-body-1-regular-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-1-regular-font-weight","","UNKNOWN","400"),lineHeight:o.create("--ftds-typography-body-1-regular-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-1-regular-font-size","","SIZE","1rem"),letterSpacing:o.create("--ftds-typography-body-1-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-1-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-1-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-1-regular-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-1-regular-text-case","","UNKNOWN","none")},aa={fontFamily:o.create("--ftds-typography-body-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-1-medium-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-body-1-medium-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-1-medium-font-size","","SIZE","1rem"),letterSpacing:o.create("--ftds-typography-body-1-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-1-medium-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-1-medium-text-case","","UNKNOWN","none")},ia={fontFamily:o.create("--ftds-typography-body-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-body-1-semibold-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-1-semibold-font-size","","SIZE","1rem"),letterSpacing:o.create("--ftds-typography-body-1-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-1-semibold-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-1-semibold-text-case","","UNKNOWN","none")},ca={fontFamily:o.create("--ftds-typography-body-2-regular-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-2-regular-font-weight","","UNKNOWN","400"),lineHeight:o.create("--ftds-typography-body-2-regular-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-2-regular-font-size","","SIZE","0.875rem"),letterSpacing:o.create("--ftds-typography-body-2-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-2-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-2-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-2-regular-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-2-regular-text-case","","UNKNOWN","none")},_t={fontFamily:o.create("--ftds-typography-body-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-2-medium-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-body-2-medium-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-2-medium-font-size","","SIZE","0.875rem"),letterSpacing:o.create("--ftds-typography-body-2-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-2-medium-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-2-medium-text-case","","UNKNOWN","none")},ss={fontFamily:o.create("--ftds-typography-body-2-medium-underline-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-2-medium-underline-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-body-2-medium-underline-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-2-medium-underline-font-size","","SIZE","0.875rem"),letterSpacing:o.create("--ftds-typography-body-2-medium-underline-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-2-medium-underline-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-2-medium-underline-paragraph-indent","","UNKNOWN","0"),textCase:o.create("--ftds-typography-body-2-medium-underline-text-case","","UNKNOWN","none"),textDecoration:o.create("--ftds-typography-body-2-medium-underline-text-decoration","","UNKNOWN","underline")},sa={fontFamily:o.create("--ftds-typography-body-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-body-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-body-2-semibold-line-height","","SIZE","1.35"),fontSize:o.create("--ftds-typography-body-2-semibold-font-size","","SIZE","0.875rem"),letterSpacing:o.create("--ftds-typography-body-2-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:o.create("--ftds-typography-body-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-body-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-body-2-semibold-text-decoration","","UNKNOWN","none"),textCase:o.create("--ftds-typography-body-2-semibold-text-case","","UNKNOWN","none")},la={fontFamily:o.create("--ftds-typography-caption-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-caption-1-medium-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-caption-1-medium-line-height","","SIZE","1.3"),fontSize:o.create("--ftds-typography-caption-1-medium-font-size","","SIZE","0.75rem"),letterSpacing:o.create("--ftds-typography-caption-1-medium-letter-spacing","","SIZE","normal"),textCase:o.create("--ftds-typography-caption-1-medium-text-case","","UNKNOWN","none"),paragraphSpacing:o.create("--ftds-typography-caption-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-caption-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-caption-1-medium-text-decoration","","UNKNOWN","none")},da={fontFamily:o.create("--ftds-typography-caption-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-caption-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-caption-1-semibold-line-height","","SIZE","1.3"),fontSize:o.create("--ftds-typography-caption-1-semibold-font-size","","SIZE","0.75rem"),letterSpacing:o.create("--ftds-typography-caption-1-semibold-letter-spacing","","SIZE","normal"),textCase:o.create("--ftds-typography-caption-1-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:o.create("--ftds-typography-caption-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-caption-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-caption-1-semibold-text-decoration","","UNKNOWN","none")},ct={fontFamily:o.create("--ftds-typography-caption-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-caption-2-medium-font-weight","","UNKNOWN","500"),lineHeight:o.create("--ftds-typography-caption-2-medium-line-height","","SIZE","1.3"),fontSize:o.create("--ftds-typography-caption-2-medium-font-size","","SIZE","0.6875rem"),letterSpacing:o.create("--ftds-typography-caption-2-medium-letter-spacing","","SIZE","normal"),textCase:o.create("--ftds-typography-caption-2-medium-text-case","","UNKNOWN","none"),paragraphSpacing:o.create("--ftds-typography-caption-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-caption-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-caption-2-medium-text-decoration","","UNKNOWN","none")},fa={fontFamily:o.create("--ftds-typography-caption-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-caption-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:o.create("--ftds-typography-caption-2-semibold-line-height","","SIZE","1.3"),fontSize:o.create("--ftds-typography-caption-2-semibold-font-size","","SIZE","0.6875rem"),letterSpacing:o.create("--ftds-typography-caption-2-semibold-letter-spacing","","SIZE","normal"),textCase:o.create("--ftds-typography-caption-2-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:o.create("--ftds-typography-caption-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-caption-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-caption-2-semibold-text-decoration","","UNKNOWN","none")},ua={fontFamily:o.create("--ftds-typography-caption-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:o.create("--ftds-typography-caption-2-bold-font-weight","","UNKNOWN","700"),lineHeight:o.create("--ftds-typography-caption-2-bold-line-height","","SIZE","1.3"),fontSize:o.create("--ftds-typography-caption-2-bold-font-size","","SIZE","0.6875rem"),letterSpacing:o.create("--ftds-typography-caption-2-bold-letter-spacing","","SIZE","normal"),textCase:o.create("--ftds-typography-caption-2-bold-text-case","","UNKNOWN","none"),paragraphSpacing:o.create("--ftds-typography-caption-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ftds-typography-caption-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:o.create("--ftds-typography-caption-2-bold-text-decoration","","UNKNOWN","none")},No={display:ea,"title-1":ta,"title-2":ra,"title-3":oa,"body-1-regular":na,"body-1-medium":aa,"body-1-semibold":ia,"body-2-regular":ca,"body-2-medium":_t,"body-2-medium-underline":ss,"body-2-semibold":sa,"caption-1-medium":la,"caption-1-semibold":da,"caption-2-medium":ct,"caption-2-semibold":fa,"caption-2-bold":ua},X4=["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","caption-1","caption-2"];var u={backgroundActionPrimary:o.extend("--ftds-background-action-primary","Used as backgorund of primary action components.",l.colorBrand0),backgroundErrorSubtle:o.extend("--ftds-background-error-subtle","Used as background of subtle error components.",l.colorRed10),backgroundInfoSubtle:o.extend("--ftds-background-info-subtle","Used as background of subtle information components.",l.colorCyan10),backgroundWarningSubtle:o.extend("--ftds-background-warning-subtle","Used as background of subtle information components.",l.colorOrange10),backgroundSuccessSubtle:o.extend("--ftds-background-success-subtle","Used as background of subtle success components.",l.colorGreen10),backgroundGlobalSurface:o.extend("--ftds-background-global-surface","Used as app background.",l.colorWhite),backgroundGlobalOnSurface:o.extend("--ftds-background-global-on-surface","Used as background on element on the base background, like cards.",l.colorGray10),backgroundGlobalOnSurfaceDark:o.extend("--ftds-background-global-on-surface-dark","Used as background on element that need background separation.",l.colorGray30),contentActionPrimary:o.extend("--ftds-content-action-primary","Used on label of primary action on light surface.",l.colorBrand0),contentWarningPrimary:o.extend("--ftds-content-warning-primary","Used on label of warning messages on light surface.",l.colorOrange200),contentWarningIconOnly:o.extend("--ftds-content-warning-icon-only","Used on warning status icons alone",l.colorOrange0),contentErrorPrimary:o.extend("--ftds-content-error-primary","Used on label of error messages on light surface.",l.colorRed0),contentErrorIconOnly:o.extend("--ftds-content-error-icon-only","Used on error status icons alone",l.colorRed70),contentInfoPrimary:o.extend("--ftds-content-info-primary","Used on label of information messages on light surface.",l.colorCyan200),contentInfoIconOnly:o.extend("--ftds-content-info-icon-only","Used on info status icons alone",l.colorCyan0),contentSuccessPrimary:o.extend("--ftds-content-success-primary","Used on label of success messages on light surface.",l.colorGreen200),contentSuccessIconOnly:o.extend("--ftds-content-success-icon-only","Used on success status icons alone",l.colorGreen0),contentGlobalPrimary:o.extend("--ftds-content-global-primary","Used for main content on the page.",l.colorGray500),contentGlobalSecondary:o.extend("--ftds-content-global-secondary",`Used for secondary content, often paired with primary content.
|
|
5
|
+
Also for action icons.`,l.colorGray200),contentGlobalSubtle:o.extend("--ftds-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",l.colorGray0),contentGlobalOnColor:o.extend("--ftds-content-global-on-color","Used for content on a dominant color.",l.colorWhite),borderActionPrimary:o.extend("--ftds-border-action-primary","Used as border for primary action components.",l.colorBrand0),borderActionFocusRing:o.extend("--ftds-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",l.colorCyan0),borderWarningPrimary:o.extend("--ftds-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",l.colorOrange200),borderWarningSubtle:o.extend("--ftds-border-warning-subtle","Used as border for warning components.",l.colorOrange30),borderSuccessPrimary:o.extend("--ftds-border-success-primary","Used as border for success buttons.",l.colorGreen200),borderSuccessSubtle:o.extend("--ftds-border-success-subtle","Used as border for success components.",l.colorGreen30),borderErrorPrimary:o.extend("--ftds-border-error-primary","Used as border for text fields in error states.",l.colorRed0),borderErrorSubtle:o.extend("--ftds-border-error-subtle","Used as border for error components.",l.colorRed30),borderInfoPrimary:o.extend("--ftds-border-info-primary","Used as border for buttons in info color.",l.colorCyan200),borderInfoSubtle:o.extend("--ftds-border-info-subtle","Used as border for information components.",l.colorCyan30),borderGlobalPrimary:o.extend("--ftds-border-global-primary","Used as border for elements/areas filled with background.global.on-surface-dark",l.colorGray50),borderGlobalSecondary:o.extend("--ftds-border-global-secondary","Used as border for elements/areas filled with background.global.on-surface",l.colorGray40),borderGlobalSubtle:o.extend("--ftds-border-global-subtle","Used as border to deliminate an area/element filled with background.global.surface and separators.",l.colorGray30),borderInputPrimary:o.extend("--ftds-border-input-primary","Used as border for checkboxes and radio buttons",l.colorGray80),borderNeutralPrimary:o.extend("--ftds-border-neutral-primary","Used as border for neutral secondary buttons",l.colorGray200)};var Q4={largeHeight:o.create("--ftds-button-large-height","","SIZE","40px"),largeHorizontalPadding:o.extend("--ftds-button-large-horizontal-padding","",l.spacing4),largeGap:o.extend("--ftds-button-large-gap","",l.spacing2),largeBorderRadius:o.extend("--ftds-button-large-border-radius","",l.borderRadiusS),largeIconSize:o.extend("--ftds-button-large-icon-size","",l.iconSize3),largeBorderWidth:o.create("--ftds-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:o.create("--ftds-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:o.create("--ftds-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:o.create("--ftds-button-large-icon-only-width","","SIZE","40px"),mediumHeight:o.create("--ftds-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:o.extend("--ftds-button-medium-horizontal-padding","",l.spacing3),mediumGap:o.extend("--ftds-button-medium-gap","",l.spacing2),mediumBorderRadius:o.extend("--ftds-button-medium-border-radius","",l.borderRadiusS),mediumIconSize:o.extend("--ftds-button-medium-icon-size","",l.iconSize2),mediumBorderWidth:o.create("--ftds-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:o.create("--ftds-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:o.create("--ftds-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:o.create("--ftds-button-medium-icon-only-width","","SIZE","30px"),smallHeight:o.create("--ftds-button-small-height","","SIZE","20px"),smallHorizontalPadding:o.extend("--ftds-button-small-horizontal-padding","",l.spacing2),smallGap:o.extend("--ftds-button-small-gap","",l.spacing1),smallBorderRadius:o.extend("--ftds-button-small-border-radius","",l.borderRadiusS),smallIconSize:o.extend("--ftds-button-small-icon-size","",l.iconSize1),smallBorderWidth:o.create("--ftds-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:o.create("--ftds-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:o.create("--ftds-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:o.create("--ftds-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:o.create("--ftds-button-x-small-height","","SIZE","16px"),xSmallIconSize:o.extend("--ftds-button-x-small-icon-size","",l.iconSize1),xSmallFocusOutlineOffset:o.create("--ftds-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:o.create("--ftds-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:o.create("--ftds-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:o.extend("--ftds-button-round-border-radius","",l.borderRadiusPill),primaryBrandBackgroundColor:o.extend("--ftds-button-primary-brand-background-color","",u.backgroundActionPrimary),primaryBrandColor:o.extend("--ftds-button-primary-brand-color","",u.contentGlobalOnColor),primaryBrandIconColor:o.extend("--ftds-button-primary-brand-icon-color","",u.contentGlobalOnColor),primaryBrandStateLayerColor:o.extend("--ftds-button-primary-brand-state-layer-color","",u.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:o.extend("--ftds-button-primary-brand-hover-state-layer-opacity","",l.opacity16),primaryBrandFocusStateLayerOpacity:o.extend("--ftds-button-primary-brand-focus-state-layer-opacity","",l.opacity16),primaryBrandActiveStateLayerOpacity:o.extend("--ftds-button-primary-brand-active-state-layer-opacity","",l.opacity24),primaryBrandDisabledComponentOpacity:o.extend("--ftds-button-primary-brand-disabled-component-opacity","",l.opacity40),focusFocusRingColor:o.extend("--ftds-button-focus-focus-ring-color","",u.borderActionFocusRing),tertiaryBrandBackgroundColor:o.create("--ftds-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:o.extend("--ftds-button-tertiary-brand-color","",u.contentActionPrimary),tertiaryBrandIconColor:o.extend("--ftds-button-tertiary-brand-icon-color","",u.contentActionPrimary),tertiaryBrandStateLayerColor:o.extend("--ftds-button-tertiary-brand-state-layer-color","",u.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-brand-hover-state-layer-opacity","",l.opacity8),tertiaryBrandFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-brand-focus-state-layer-opacity","",l.opacity8),tertiaryBrandActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-brand-active-state-layer-opacity","",l.opacity16),tertiaryBrandDisabledComponentOpacity:o.extend("--ftds-button-tertiary-brand-disabled-component-opacity","",l.opacity40),tertiaryInfoBackgroundColor:o.create("--ftds-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:o.extend("--ftds-button-tertiary-info-color","",u.contentInfoPrimary),tertiaryInfoIconColor:o.extend("--ftds-button-tertiary-info-icon-color","",u.contentInfoPrimary),tertiaryInfoStateLayerColor:o.extend("--ftds-button-tertiary-info-state-layer-color","",u.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-info-focus-state-layer-opacity","",l.opacity8),tertiaryInfoHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-info-hover-state-layer-opacity","",l.opacity8),tertiaryInfoActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-info-active-state-layer-opacity","",l.opacity16),tertiaryInfoDisabledComponentOpacity:o.extend("--ftds-button-tertiary-info-disabled-component-opacity","",l.opacity40),tertiarySuccessBackgroundColor:o.create("--ftds-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:o.extend("--ftds-button-tertiary-success-color","",u.contentSuccessPrimary),tertiarySuccessIconColor:o.extend("--ftds-button-tertiary-success-icon-color","",u.contentSuccessPrimary),tertiarySuccessStateLayerColor:o.extend("--ftds-button-tertiary-success-state-layer-color","",u.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-success-hover-state-layer-opacity","",l.opacity8),tertiarySuccessFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-success-focus-state-layer-opacity","",l.opacity8),tertiarySuccessActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-success-active-state-layer-opacity","",l.opacity16),tertiarySuccessDisabledComponentOpacity:o.extend("--ftds-button-tertiary-success-disabled-component-opacity","",l.opacity40),tertiaryWarningBackgroundColor:o.create("--ftds-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:o.extend("--ftds-button-tertiary-warning-color","",u.contentWarningPrimary),tertiaryWarningIconColor:o.extend("--ftds-button-tertiary-warning-icon-color","",u.contentWarningPrimary),tertiaryWarningStateLayerColor:o.extend("--ftds-button-tertiary-warning-state-layer-color","",u.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-warning-hover-state-layer-opacity","",l.opacity8),tertiaryWarningFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-warning-focus-state-layer-opacity","",l.opacity8),tertiaryWarningActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-warning-active-state-layer-opacity","",l.opacity16),tertiaryWarningDisabledComponentOpacity:o.extend("--ftds-button-tertiary-warning-disabled-component-opacity","",l.opacity40),tertiaryErrorBackgroundColor:o.create("--ftds-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:o.extend("--ftds-button-tertiary-error-color","",u.contentErrorPrimary),tertiaryErrorIconColor:o.extend("--ftds-button-tertiary-error-icon-color","",u.contentErrorPrimary),tertiaryErrorStateLayerColor:o.extend("--ftds-button-tertiary-error-state-layer-color","",u.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-error-hover-state-layer-opacity","",l.opacity8),tertiaryErrorFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-error-focus-state-layer-opacity","",l.opacity8),tertiaryErrorActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-error-active-state-layer-opacity","",l.opacity16),tertiaryErrorDisabledComponentOpacity:o.extend("--ftds-button-tertiary-error-disabled-component-opacity","",l.opacity40),tertiaryNeutralBackgroundColor:o.create("--ftds-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:o.extend("--ftds-button-tertiary-neutral-icon-color","",u.contentGlobalSecondary),tertiaryNeutralColor:o.extend("--ftds-button-tertiary-neutral-color","",u.contentGlobalSecondary),tertiaryNeutralStateLayerColor:o.extend("--ftds-button-tertiary-neutral-state-layer-color","",u.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:o.extend("--ftds-button-tertiary-neutral-hover-state-layer-opacity","",l.opacity8),tertiaryNeutralFocusStateLayerOpacity:o.extend("--ftds-button-tertiary-neutral-focus-state-layer-opacity","",l.opacity8),tertiaryNeutralActiveStateLayerOpacity:o.extend("--ftds-button-tertiary-neutral-active-state-layer-opacity","",l.opacity16),tertiaryNeutralDisabledComponentOpacity:o.extend("--ftds-button-tertiary-neutral-disabled-component-opacity","",l.opacity40),secondaryBrandBackgroundColor:o.create("--ftds-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:o.extend("--ftds-button-secondary-brand-color","",u.contentActionPrimary),secondaryBrandIconColor:o.extend("--ftds-button-secondary-brand-icon-color","",u.contentActionPrimary),secondaryBrandStateLayerColor:o.extend("--ftds-button-secondary-brand-state-layer-color","",u.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:o.extend("--ftds-button-secondary-brand-hover-state-layer-opacity","",l.opacity8),secondaryBrandFocusStateLayerOpacity:o.extend("--ftds-button-secondary-brand-focus-state-layer-opacity","",l.opacity8),secondaryBrandActiveStateLayerOpacity:o.extend("--ftds-button-secondary-brand-active-state-layer-opacity","",l.opacity16),secondaryBrandDisabledComponentOpacity:o.extend("--ftds-button-secondary-brand-disabled-component-opacity","",l.opacity40),secondaryBrandBorderColor:o.extend("--ftds-button-secondary-brand-border-color","",u.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:o.extend("--ftds-button-secondary-neutral-hover-state-layer-opacity","",l.opacity8),secondaryNeutralFocusStateLayerOpacity:o.extend("--ftds-button-secondary-neutral-focus-state-layer-opacity","",l.opacity8),secondaryNeutralActiveStateLayerOpacity:o.extend("--ftds-button-secondary-neutral-active-state-layer-opacity","",l.opacity16),secondaryNeutralDisabledComponentOpacity:o.extend("--ftds-button-secondary-neutral-disabled-component-opacity","",l.opacity40),secondaryNeutralBackgroundColor:o.create("--ftds-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:o.extend("--ftds-button-secondary-neutral-color","",u.contentGlobalSecondary),secondaryNeutralIconColor:o.extend("--ftds-button-secondary-neutral-icon-color","",u.contentGlobalSecondary),secondaryNeutralStateLayerColor:o.extend("--ftds-button-secondary-neutral-state-layer-color","",u.contentGlobalSecondary),secondaryNeutralBorderColor:o.extend("--ftds-button-secondary-neutral-border-color","",u.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:o.extend("--ftds-button-secondary-info-hover-state-layer-opacity","",l.opacity8),secondaryInfoFocusStateLayerOpacity:o.extend("--ftds-button-secondary-info-focus-state-layer-opacity","",l.opacity8),secondaryInfoActiveStateLayerOpacity:o.extend("--ftds-button-secondary-info-active-state-layer-opacity","",l.opacity16),secondaryInfoDisabledComponentOpacity:o.extend("--ftds-button-secondary-info-disabled-component-opacity","",l.opacity40),secondaryInfoBackgroundColor:o.create("--ftds-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:o.extend("--ftds-button-secondary-info-border-color","",u.borderInfoPrimary),secondaryInfoColor:o.extend("--ftds-button-secondary-info-color","",u.contentInfoPrimary),secondaryInfoIconColor:o.extend("--ftds-button-secondary-info-icon-color","",u.contentInfoPrimary),secondaryInfoStateLayerColor:o.extend("--ftds-button-secondary-info-state-layer-color","",u.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:o.extend("--ftds-button-secondary-success-hover-state-layer-opacity","",l.opacity8),secondarySuccessFocusStateLayerOpacity:o.extend("--ftds-button-secondary-success-focus-state-layer-opacity","",l.opacity8),secondarySuccessActiveStateLayerOpacity:o.extend("--ftds-button-secondary-success-active-state-layer-opacity","",l.opacity16),secondarySuccessDisabledComponentOpacity:o.extend("--ftds-button-secondary-success-disabled-component-opacity","",l.opacity40),secondarySuccessBackgroundColor:o.create("--ftds-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:o.extend("--ftds-button-secondary-success-border-color","",u.borderSuccessPrimary),secondarySuccessColor:o.extend("--ftds-button-secondary-success-color","",u.contentSuccessPrimary),secondarySuccessIconColor:o.extend("--ftds-button-secondary-success-icon-color","",u.contentSuccessPrimary),secondarySuccessStateLayerColor:o.extend("--ftds-button-secondary-success-state-layer-color","",u.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:o.extend("--ftds-button-secondary-warning-hover-state-layer-opacity","",l.opacity8),secondaryWarningFocusStateLayerOpacity:o.extend("--ftds-button-secondary-warning-focus-state-layer-opacity","",l.opacity8),secondaryWarningActiveStateLayerOpacity:o.extend("--ftds-button-secondary-warning-active-state-layer-opacity","",l.opacity16),secondaryWarningDisabledComponentOpacity:o.extend("--ftds-button-secondary-warning-disabled-component-opacity","",l.opacity40),secondaryWarningBackgroundColor:o.create("--ftds-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:o.extend("--ftds-button-secondary-warning-border-color","",u.borderWarningPrimary),secondaryWarningColor:o.extend("--ftds-button-secondary-warning-color","",u.contentWarningPrimary),secondaryWarningIconColor:o.extend("--ftds-button-secondary-warning-icon-color","",u.contentWarningPrimary),secondaryWarningStateLayerColor:o.extend("--ftds-button-secondary-warning-state-layer-color","",u.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:o.extend("--ftds-button-secondary-error-hover-state-layer-opacity","",l.opacity8),secondaryErrorFocusStateLayerOpacity:o.extend("--ftds-button-secondary-error-focus-state-layer-opacity","",l.opacity8),secondaryErrorActiveStateLayerOpacity:o.extend("--ftds-button-secondary-error-active-state-layer-opacity","",l.opacity16),secondaryErrorDisabledComponentOpacity:o.extend("--ftds-button-secondary-error-disabled-component-opacity","",l.opacity40),secondaryErrorBackgroundColor:o.create("--ftds-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:o.extend("--ftds-button-secondary-error-border-color","",u.contentErrorPrimary),secondaryErrorColor:o.extend("--ftds-button-secondary-error-color","",u.contentErrorPrimary),secondaryErrorIconColor:o.extend("--ftds-button-secondary-error-icon-color","",u.contentErrorPrimary),secondaryErrorStateLayerColor:o.extend("--ftds-button-secondary-error-state-layer-color","",u.contentErrorPrimary)};var J4={loadMoreIconSize:o.extend("--ftds-tree-list-load-more-icon-size","",l.iconSize2),loadMorePaddingLeft:o.extend("--ftds-tree-list-load-more-padding-left","",l.spacing6),loadMoreUnselectedDefaultBorderColor:o.extend("--ftds-tree-list-load-more-unselected-default-border-color","",u.borderGlobalSubtle),loadMoreIconColor:o.extend("--ftds-tree-list-load-more-icon-color","",u.contentActionPrimary),loadMoreLabelColor:o.extend("--ftds-tree-list-load-more-label-color","",u.contentActionPrimary),loadMoreHoverBorderColor:o.extend("--ftds-tree-list-load-more-hover-border-color","",l.colorBrand20),loadMoreHoverBackgroundColor:o.create("--ftds-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:o.extend("--ftds-tree-list-load-more-active-border-color","",l.colorBrand20),loadMoreActiveBackgroundColor:o.create("--ftds-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:o.create("--ftds-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:o.create("--ftds-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:o.extend("--ftds-tree-list-load-more-descendant-of-selected-default-border-color","",u.borderGlobalPrimary),loadMoreLabelMarginLeft:o.extend("--ftds-tree-list-load-more-label-margin-left","",l.spacing1),nodeIconSize:o.extend("--ftds-tree-list-node-icon-size","",l.iconSize2),nodeHeight:o.create("--ftds-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:o.extend("--ftds-tree-list-node-parent-label-margin-left","",l.spacing2),nodeParentLabelMarginRight:o.extend("--ftds-tree-list-node-parent-label-margin-right","",l.spacing2),nodeRootPaddingLeft:o.extend("--ftds-tree-list-node-root-padding-left","",l.spacing6),nodeChildPaddingLeft:o.extend("--ftds-tree-list-node-child-padding-left","",l.spacing5),nodeLeafPaddingLeft:o.extend("--ftds-tree-list-node-leaf-padding-left","",l.spacing6),nodeUnselectedDefaultBorderColor:o.extend("--ftds-tree-list-node-unselected-default-border-color","",u.borderGlobalSubtle),nodeUnselectedIconColor:o.extend("--ftds-tree-list-node-unselected-icon-color","",u.contentGlobalSecondary),nodeUnselectedLabelColor:o.extend("--ftds-tree-list-node-unselected-label-color","",u.contentGlobalSecondary),nodeUnselectedCounterColor:o.extend("--ftds-tree-list-node-unselected-counter-color","",u.contentGlobalSecondary),nodeHoverBorderColor:o.extend("--ftds-tree-list-node-hover-border-color","",u.borderActionPrimary),nodeFocusFocusRingColor:o.extend("--ftds-tree-list-node-focus-focus-ring-color","",u.borderActionFocusRing),nodeFocusOutlineWidth:o.create("--ftds-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:o.extend("--ftds-tree-list-node-selected-default-border-color","",u.borderGlobalPrimary),nodeSelectedIconColor:o.extend("--ftds-tree-list-node-selected-icon-color","",u.contentGlobalSecondary),nodeSelectedLabelColor:o.extend("--ftds-tree-list-node-selected-label-color","",u.contentGlobalPrimary),nodeSelectedCounterColor:o.extend("--ftds-tree-list-node-selected-counter-color","",u.contentGlobalSecondary),nodeSelectedBackgroundColor:o.create("--ftds-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:o.extend("--ftds-tree-list-node-descendant-of-selected-default-border-color","",u.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:o.extend("--ftds-tree-list-node-descendant-of-selected-icon-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:o.extend("--ftds-tree-list-node-descendant-of-selected-label-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:o.extend("--ftds-tree-list-node-descendant-of-selected-counter-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:o.create("--ftds-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:o.create("--ftds-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:o.extend("--ftds-tree-list-header-section-padding-left","",l.spacing6),headerSectionPaddingRight:o.extend("--ftds-tree-list-header-section-padding-right","",l.spacing3),headerSectionHorizontalGap:o.extend("--ftds-tree-list-header-section-horizontal-gap","",l.spacing2),headerSectionMarginBottom:o.extend("--ftds-tree-list-header-section-margin-bottom","",l.spacing2),headerSectionColor:o.extend("--ftds-tree-list-header-section-color","",u.contentGlobalPrimary),headerSectionCounterColor:o.extend("--ftds-tree-list-header-section-counter-color","",u.contentGlobalSecondary),listContainerBorderWidth:o.create("--ftds-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:o.extend("--ftds-tree-list-list-container-background-color","",u.backgroundGlobalSurface),listContainerBorderColor:o.extend("--ftds-tree-list-list-container-border-color","",u.borderGlobalSubtle),emptyStateIllustrationWidth:o.create("--ftds-tree-list-empty-state-illustration-width","","SIZE","192px"),emptyStateIllustrationHeight:o.create("--ftds-tree-list-empty-state-illustration-height","","SIZE","192px"),emptyStateIllustrationMarginBottom:o.extend("--ftds-tree-list-empty-state-illustration-margin-bottom","",l.spacing10),emptyStateContainerPaddingTop:o.extend("--ftds-tree-list-empty-state-container-padding-top","",l.spacing10),emptyStateContainerPaddingBottom:o.extend("--ftds-tree-list-empty-state-container-padding-bottom","",l.spacing10),emptyStateTitleMarginBottom:o.extend("--ftds-tree-list-empty-state-title-margin-bottom","",l.spacing2),emptyStateTitleLabelColor:o.extend("--ftds-tree-list-empty-state-title-label-color","",u.contentGlobalSecondary),emptyStateDescriptionLabelColor:o.extend("--ftds-tree-list-empty-state-description-label-color","",u.contentGlobalSecondary)};var ed={borderColor:o.extend("--ftds-card-border-color","",u.borderGlobalSecondary),headerTitleHorizontalPadding:o.extend("--ftds-card-header-title-horizontal-padding","",l.spacing4),headerTitleVerticalPadding:o.extend("--ftds-card-header-title-vertical-padding","",l.spacing3),headerActionHorizontalPadding:o.extend("--ftds-card-header-action-horizontal-padding","",l.spacing2),headerActionVerticalPadding:o.extend("--ftds-card-header-action-vertical-padding","",l.spacing2),headerActionGap:o.extend("--ftds-card-header-action-gap","",l.spacing1),borderRadius:o.extend("--ftds-card-border-radius","",l.borderRadiusS),backgroundColor:o.extend("--ftds-card-background-color","",u.backgroundGlobalOnSurface),bodyHorizontalPadding:o.extend("--ftds-card-body-horizontal-padding","",l.spacing4),bodyVerticalPadding:o.extend("--ftds-card-body-vertical-padding","",l.spacing4),footerActionHorizontalPadding:o.extend("--ftds-card-footer-action-horizontal-padding","",l.spacing2),footerActionVerticalPadding:o.extend("--ftds-card-footer-action-vertical-padding","",l.spacing2),footerActionGap:o.extend("--ftds-card-footer-action-gap","",l.spacing1),footerContentHorizontalPadding:o.extend("--ftds-card-footer-content-horizontal-padding","",l.spacing4),footerContentVerticalPadding:o.extend("--ftds-card-footer-content-vertical-padding","",l.spacing3),sideBarHorizontalPadding:o.extend("--ftds-card-side-bar-horizontal-padding","",l.spacing1),sideBarVerticalPadding:o.extend("--ftds-card-side-bar-vertical-padding","",l.spacing1),sideBarGap:o.extend("--ftds-card-side-bar-gap","",l.spacing1)};var td={iconSize:o.extend("--ftds-checkbox-icon-size","",l.iconSize2),boxSize:o.create("--ftds-checkbox-box-size","","SIZE","18px"),colorLegendSize:o.create("--ftds-checkbox-color-legend-size","","SIZE","16px"),borderRadius:o.create("--ftds-checkbox-border-radius","","SIZE","1px"),labelHorizontalGap:o.extend("--ftds-checkbox-label-horizontal-gap","",l.spacing1),color:o.extend("--ftds-checkbox-color","",u.contentGlobalPrimary),checkedBackgroundColor:o.extend("--ftds-checkbox-checked-background-color","",u.contentActionPrimary),checkedStateLayerColor:o.extend("--ftds-checkbox-checked-state-layer-color","",u.contentActionPrimary),checkedIconColor:o.extend("--ftds-checkbox-checked-icon-color","",u.contentGlobalOnColor),checkedHoverStateLayerOpacity:o.extend("--ftds-checkbox-checked-hover-state-layer-opacity","",l.opacity16),checkedFocusStateLayerOpacity:o.extend("--ftds-checkbox-checked-focus-state-layer-opacity","",l.opacity16),checkedActiveStateLayerOpacity:o.extend("--ftds-checkbox-checked-active-state-layer-opacity","",l.opacity24),checkedDisabledComponentOpacity:o.extend("--ftds-checkbox-checked-disabled-component-opacity","",l.opacity40),uncheckedBorderColor:o.extend("--ftds-checkbox-unchecked-border-color","",l.colorGray80),uncheckedStateLayerColor:o.extend("--ftds-checkbox-unchecked-state-layer-color","",l.colorGray80),uncheckedHoverStateLayerOpacity:o.extend("--ftds-checkbox-unchecked-hover-state-layer-opacity","",l.opacity16),uncheckedFocusStateLayerOpacity:o.extend("--ftds-checkbox-unchecked-focus-state-layer-opacity","",l.opacity16),uncheckedActiveStateLayerOpacity:o.extend("--ftds-checkbox-unchecked-active-state-layer-opacity","",l.opacity24),uncheckedDisabledComponentOpacity:o.extend("--ftds-checkbox-unchecked-disabled-component-opacity","",l.opacity40),focusFocusRingColor:o.extend("--ftds-checkbox-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:o.create("--ftds-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:o.create("--ftds-checkbox-focus-outline-width","","SIZE","2px"),focusOutlineBorderRadius:o.create("--ftds-checkbox-focus-outline-border-radius","","SIZE","2px"),borderWidth:o.create("--ftds-checkbox-border-width","","SIZE","2px"),horizontalGap:o.extend("--ftds-checkbox-horizontal-gap","",l.spacing3),helperPaddingTop:o.create("--ftds-checkbox-helper-padding-top","","SIZE","0px"),helperIconSize:o.extend("--ftds-checkbox-helper-icon-size","",l.iconSize2),helperHorizontalGap:o.extend("--ftds-checkbox-helper-horizontal-gap","",l.spacing1),errorUncheckedBorderColor:o.extend("--ftds-checkbox-error-unchecked-border-color","",u.borderErrorPrimary),errorStateLayerColor:o.extend("--ftds-checkbox-error-state-layer-color","",u.contentErrorPrimary),errorHelperTextColor:o.extend("--ftds-checkbox-error-helper-text-color","",u.borderErrorPrimary),errorCheckedBackgroundColor:o.extend("--ftds-checkbox-error-checked-background-color","",u.contentErrorPrimary),helperTextColor:o.extend("--ftds-checkbox-helper-text-color","",u.contentGlobalSubtle),groupVerticalGap:o.extend("--ftds-checkbox-group-vertical-gap","",l.spacing3)};var rd={circleSize:o.create("--ftds-radio-circle-size","","SIZE","18px"),borderWidth:o.create("--ftds-radio-border-width","","SIZE","2px"),color:o.extend("--ftds-radio-color","",u.contentGlobalPrimary),selectedRadioColor:o.extend("--ftds-radio-selected-radio-color","",u.contentActionPrimary),selectedStateLayerColor:o.extend("--ftds-radio-selected-state-layer-color","",u.contentActionPrimary),selectedHoverStateLayerOpacity:o.extend("--ftds-radio-selected-hover-state-layer-opacity","",l.opacity16),selectedFocusStateLayerOpacity:o.extend("--ftds-radio-selected-focus-state-layer-opacity","",l.opacity16),selectedActiveStateLayerOpacity:o.extend("--ftds-radio-selected-active-state-layer-opacity","",l.opacity24),selectedDisabledComponentOpacity:o.extend("--ftds-radio-selected-disabled-component-opacity","",l.opacity40),unselectedStateLayerColor:o.extend("--ftds-radio-unselected-state-layer-color","",u.borderInputPrimary),unselectedBorderColor:o.extend("--ftds-radio-unselected-border-color","",u.borderInputPrimary),unselectedHoverStateLayerOpacity:o.extend("--ftds-radio-unselected-hover-state-layer-opacity","",l.opacity16),unselectedFocusStateLayerOpacity:o.extend("--ftds-radio-unselected-focus-state-layer-opacity","",l.opacity16),unselectedActiveStateLayerOpacity:o.extend("--ftds-radio-unselected-active-state-layer-opacity","",l.opacity24),unselectedDisabledComponentOpacity:o.extend("--ftds-radio-unselected-disabled-component-opacity","",l.opacity40),focusFocusRingColor:o.extend("--ftds-radio-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:o.create("--ftds-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:o.create("--ftds-radio-focus-outline-width","","SIZE","2px"),verticalGap:o.extend("--ftds-radio-vertical-gap","",l.spacing3),horizontalGap:o.extend("--ftds-radio-horizontal-gap","",l.spacing3)};var od={headerRowBorderWidth:o.create("--ftds-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:o.extend("--ftds-table-header-row-background-color","",u.backgroundGlobalOnSurfaceDark),headerRowBorderColor:o.extend("--ftds-table-header-row-border-color","",u.borderGlobalPrimary),headerRowColor:o.extend("--ftds-table-header-row-color","",u.contentGlobalPrimary),dataRowBorderWidth:o.create("--ftds-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:o.extend("--ftds-table-data-row-background-color","",u.backgroundGlobalOnSurface),dataRowBorderColor:o.extend("--ftds-table-data-row-border-color","",u.borderGlobalSubtle),dataRowColor:o.extend("--ftds-table-data-row-color","",u.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:o.extend("--ftds-table-data-row-default-hover-background-color","",l.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:o.extend("--ftds-table-data-row-selectable-unselected-hover-background-color","",l.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:o.extend("--ftds-table-data-row-selectable-selected-default-background-color","",l.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:o.extend("--ftds-table-data-row-selectable-selected-default-border-color","",l.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:o.extend("--ftds-table-data-row-selectable-selected-hover-background-color","",l.colorBrand20),dataRowSelectableSelectedHoverBorderColor:o.extend("--ftds-table-data-row-selectable-selected-hover-border-color","",l.colorBrand30),dataRowSelectableSelectedColor:o.extend("--ftds-table-data-row-selectable-selected-color","",u.contentActionPrimary),dataRowClickableHoverBackgroundColor:o.extend("--ftds-table-data-row-clickable-hover-background-color","",l.colorGray30),dataRowClickableFocusBorderColor:o.extend("--ftds-table-data-row-clickable-focus-border-color","",u.borderActionFocusRing),dataRowClickableFocusBackgroundColor:o.extend("--ftds-table-data-row-clickable-focus-background-color","",l.colorGray30),dataRowClickableActiveBackgroundColor:o.extend("--ftds-table-data-row-clickable-active-background-color","",l.colorGray40),headerCellHorizontalGap:o.extend("--ftds-table-header-cell-horizontal-gap","",l.spacing1),headerCellVerticalPadding:o.extend("--ftds-table-header-cell-vertical-padding","",l.spacing2),headerCellHorizontalPadding:o.extend("--ftds-table-header-cell-horizontal-padding","",l.spacing3),dataCellVerticalPadding:o.extend("--ftds-table-data-cell-vertical-padding","",l.spacing2),dataCellHorizontalPadding:o.extend("--ftds-table-data-cell-horizontal-padding","",l.spacing3),dataCellVerticalGap:o.extend("--ftds-table-data-cell-vertical-gap","",l.spacing1)};var nd={neutralOffHoverStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-off-hover-state-layer-opacity","",l.opacity8),neutralOffFocusStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-off-focus-state-layer-opacity","",l.opacity8),neutralOffFocusFocusRingColor:o.extend("--ftds-chip-choice-neutral-off-focus-focus-ring-color","",u.borderActionFocusRing),neutralOffActiveStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-off-active-state-layer-opacity","",l.opacity16),neutralOffBackgroundColor:o.extend("--ftds-chip-choice-neutral-off-background-color","",u.backgroundGlobalOnSurface),neutralOffBorderColor:o.extend("--ftds-chip-choice-neutral-off-border-color","",u.borderGlobalPrimary),neutralOffColor:o.extend("--ftds-chip-choice-neutral-off-color","",u.contentGlobalSecondary),neutralOffStateLayerColor:o.extend("--ftds-chip-choice-neutral-off-state-layer-color","",u.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-on-default-state-layer-opacity","",l.opacity16),neutralOnHoverStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-on-hover-state-layer-opacity","",l.opacity24),neutralOnFocusStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-on-focus-state-layer-opacity","",l.opacity24),neutralOnFocusFocusRingColor:o.extend("--ftds-chip-choice-neutral-on-focus-focus-ring-color","",u.borderActionFocusRing),neutralOnActiveStateLayerOpacity:o.extend("--ftds-chip-choice-neutral-on-active-state-layer-opacity","",l.opacity32),neutralOnBackgroundColor:o.extend("--ftds-chip-choice-neutral-on-background-color","",u.backgroundGlobalOnSurface),neutralOnBorderColor:o.extend("--ftds-chip-choice-neutral-on-border-color","",u.borderGlobalPrimary),neutralOnColor:o.extend("--ftds-chip-choice-neutral-on-color","",u.contentGlobalPrimary),neutralOnIconColor:o.extend("--ftds-chip-choice-neutral-on-icon-color","",u.contentGlobalPrimary),neutralOnStateLayerColor:o.extend("--ftds-chip-choice-neutral-on-state-layer-color","",u.contentGlobalPrimary),largeMinHeight:o.create("--ftds-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:o.extend("--ftds-chip-choice-large-horizontal-padding","",l.spacing3),largeGap:o.extend("--ftds-chip-choice-large-gap","",l.spacing1),largeBorderRadius:o.create("--ftds-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:o.create("--ftds-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:o.extend("--ftds-chip-choice-large-icon-size","",l.iconSize3),mediumMinHeight:o.create("--ftds-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:o.extend("--ftds-chip-choice-medium-horizontal-padding","",l.spacing2),mediumGap:o.extend("--ftds-chip-choice-medium-gap","",l.spacing1),mediumBorderRadius:o.create("--ftds-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:o.create("--ftds-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:o.extend("--ftds-chip-choice-medium-icon-size","",l.iconSize2)};var ad={largeMinHeight:o.create("--ftds-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:o.extend("--ftds-chip-large-horizontal-padding","",l.spacing3),largeButtonRightPadding:o.extend("--ftds-chip-large-button-right-padding","",l.spacing1),largeGap:o.extend("--ftds-chip-large-gap","",l.spacing1),largeFocusOutlineOffset:o.create("--ftds-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:o.create("--ftds-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:o.create("--ftds-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:o.create("--ftds-chip-large-border-width","","SIZE","1px"),largeIconSize:o.extend("--ftds-chip-large-icon-size","",l.iconSize3),mediumMinHeight:o.create("--ftds-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:o.extend("--ftds-chip-medium-horizontal-padding","",l.spacing2),mediumButtonRightPadding:o.extend("--ftds-chip-medium-button-right-padding","",l.spacing05),mediumGap:o.extend("--ftds-chip-medium-gap","",l.spacing1),mediumFocusOutlineOffset:o.create("--ftds-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:o.create("--ftds-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:o.create("--ftds-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:o.create("--ftds-chip-medium-border-width","","SIZE","1px"),mediumIconSize:o.extend("--ftds-chip-medium-icon-size","",l.iconSize2),smallMinHeight:o.create("--ftds-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:o.extend("--ftds-chip-small-horizontal-padding","",l.spacing1),smallButtonRightPadding:o.extend("--ftds-chip-small-button-right-padding","",l.spacing05),smallGap:o.extend("--ftds-chip-small-gap","",l.spacing1),smallFocusOutlineOffset:o.create("--ftds-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:o.create("--ftds-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:o.create("--ftds-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:o.create("--ftds-chip-small-border-width","","SIZE","1px"),smallIconSize:o.extend("--ftds-chip-small-icon-size","",l.iconSize1),neutralBackgroundColor:o.extend("--ftds-chip-neutral-background-color","",u.backgroundGlobalOnSurface),neutralColor:o.extend("--ftds-chip-neutral-color","",u.contentGlobalSecondary),neutralIconColor:o.extend("--ftds-chip-neutral-icon-color","",u.contentGlobalSecondary),neutralBorderColor:o.extend("--ftds-chip-neutral-border-color","",u.borderGlobalSecondary),infoBackgroundColor:o.extend("--ftds-chip-info-background-color","",u.backgroundInfoSubtle),infoColor:o.extend("--ftds-chip-info-color","",u.contentInfoPrimary),infoIconColor:o.extend("--ftds-chip-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:o.extend("--ftds-chip-info-border-color","",u.borderInfoSubtle),successBackgroundColor:o.extend("--ftds-chip-success-background-color","",u.backgroundSuccessSubtle),successColor:o.extend("--ftds-chip-success-color","",u.contentSuccessPrimary),successIconColor:o.extend("--ftds-chip-success-icon-color","",u.contentSuccessIconOnly),successBorderColor:o.extend("--ftds-chip-success-border-color","",u.borderSuccessSubtle),warningBackgroundColor:o.extend("--ftds-chip-warning-background-color","",u.backgroundWarningSubtle),warningColor:o.extend("--ftds-chip-warning-color","",u.contentWarningPrimary),warningIconColor:o.extend("--ftds-chip-warning-icon-color","",u.contentWarningIconOnly),warningBorderColor:o.extend("--ftds-chip-warning-border-color","",u.borderWarningSubtle),errorBackgroundColor:o.extend("--ftds-chip-error-background-color","",u.backgroundErrorSubtle),errorColor:o.extend("--ftds-chip-error-color","",u.contentErrorPrimary),errorIconColor:o.extend("--ftds-chip-error-icon-color","",u.contentErrorIconOnly),errorBorderColor:o.extend("--ftds-chip-error-border-color","",u.borderErrorSubtle)};var id={brandHoverOpacity:o.extend("--ftds-link-brand-hover-opacity","",l.opacity80),brandHoverColor:o.extend("--ftds-link-brand-hover-color","",u.contentActionPrimary),brandFocusFocusRingColor:o.extend("--ftds-link-brand-focus-focus-ring-color","",u.borderActionFocusRing),brandFocusColor:o.extend("--ftds-link-brand-focus-color","",u.contentActionPrimary),brandDefaultColor:o.extend("--ftds-link-brand-default-color","",u.contentActionPrimary),brandActiveColor:o.extend("--ftds-link-brand-active-color","",u.contentActionPrimary),infoHoverOpacity:o.extend("--ftds-link-info-hover-opacity","",l.opacity80),infoHoverColor:o.extend("--ftds-link-info-hover-color","",u.contentInfoPrimary),infoFocusFocusRingColor:o.extend("--ftds-link-info-focus-focus-ring-color","",u.borderActionFocusRing),infoFocusColor:o.extend("--ftds-link-info-focus-color","",u.contentInfoPrimary),infoDefaultColor:o.extend("--ftds-link-info-default-color","",u.contentInfoPrimary),infoActiveColor:o.extend("--ftds-link-info-active-color","",u.contentInfoPrimary),neutralFocusFocusRingColor:o.extend("--ftds-link-neutral-focus-focus-ring-color","",u.borderActionFocusRing),neutralFocusColor:o.extend("--ftds-link-neutral-focus-color","",u.contentActionPrimary),neutralDefaultColor:o.extend("--ftds-link-neutral-default-color","",u.contentGlobalPrimary),neutralHoverColor:o.extend("--ftds-link-neutral-hover-color","",u.contentActionPrimary),neutralActiveColor:o.extend("--ftds-link-neutral-active-color","",u.contentActionPrimary),neutralVisitedColor:o.extend("--ftds-link-neutral-visited-color","",l.colorBrand100)};var cd={iconSize:o.extend("--ftds-banner-icon-size","",l.iconSize5),borderWidth:o.create("--ftds-banner-border-width","","SIZE","1px"),leftPadding:o.extend("--ftds-banner-left-padding","",l.spacing6),rightPadding:o.extend("--ftds-banner-right-padding","",l.spacing6),verticalPadding:o.extend("--ftds-banner-vertical-padding","",l.spacing6),horizontalSideGap:o.extend("--ftds-banner-horizontal-side-gap","",l.spacing6),horizontalMobileGap:o.extend("--ftds-banner-horizontal-mobile-gap","",l.spacing4),verticalMobileGap:o.extend("--ftds-banner-vertical-mobile-gap","",l.spacing6),horizontalMiddleGap:o.extend("--ftds-banner-horizontal-middle-gap","",l.spacing20),infoBackgroundColor:o.extend("--ftds-banner-info-background-color","",u.backgroundInfoSubtle),infoColor:o.extend("--ftds-banner-info-color","",u.contentInfoPrimary),infoIconColor:o.extend("--ftds-banner-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:o.extend("--ftds-banner-info-border-color","",u.borderInfoSubtle)};var sd={horizontalPadding:o.extend("--ftds-badge-horizontal-padding","",l.spacing1),verticalPadding:o.extend("--ftds-badge-vertical-padding","",l.spacing1),borderRadius:o.extend("--ftds-badge-border-radius","",l.borderRadiusPill),color:o.extend("--ftds-badge-color","",u.contentGlobalOnColor),backgroundColor:o.extend("--ftds-badge-background-color","",u.contentActionPrimary)};var ld={horizontalGap:o.extend("--ftds-title-breadcrumb-horizontal-gap","",l.spacing1),currentColor:o.extend("--ftds-title-breadcrumb-current-color","",u.contentGlobalPrimary),previousNonClickableColor:o.extend("--ftds-title-breadcrumb-previous-non-clickable-color","",u.contentGlobalSecondary),iconColor:o.extend("--ftds-title-breadcrumb-icon-color","",u.contentGlobalSubtle)};var dd={parentHorizontalPadding:o.extend("--ftds-page-header-parent-horizontal-padding","",l.spacing6),parentTopPadding:o.extend("--ftds-page-header-parent-top-padding","",l.spacing4),parentBottomPadding:o.extend("--ftds-page-header-parent-bottom-padding","",l.spacing6),parentHelpLeftMargin:o.extend("--ftds-page-header-parent-help-left-margin","",l.spacing1),parentTitleColor:o.extend("--ftds-page-header-parent-title-color","",u.contentGlobalPrimary),parentSubtitleColor:o.extend("--ftds-page-header-parent-subtitle-color","",u.contentGlobalSecondary),parentChipLeftMargin:o.extend("--ftds-page-header-parent-chip-left-margin","",l.spacing4),parentVerticalGap:o.extend("--ftds-page-header-parent-vertical-gap","",l.spacing2),parentButtonsGroupHorizontalGap:o.extend("--ftds-page-header-parent-buttons-group-horizontal-gap","",l.spacing4),parentButtonsGroupVerticalGap:o.extend("--ftds-page-header-parent-buttons-group-vertical-gap","",l.spacing4),parentChipsGroupHorizontalGap:o.extend("--ftds-page-header-parent-chips-group-horizontal-gap","",l.spacing2),parentChipsGroupVerticalGap:o.extend("--ftds-page-header-parent-chips-group-vertical-gap","",l.spacing2),childHorizontalPadding:o.extend("--ftds-page-header-child-horizontal-padding","",l.spacing6),childTopPadding:o.extend("--ftds-page-header-child-top-padding","",l.spacing2),childBottomPadding:o.extend("--ftds-page-header-child-bottom-padding","",l.spacing2),childHelpLeftMargin:o.extend("--ftds-page-header-child-help-left-margin","",l.spacing1),childChipLeftMargin:o.extend("--ftds-page-header-child-chip-left-margin","",l.spacing4),childVerticalGap:o.extend("--ftds-page-header-child-vertical-gap","",l.spacing2),childMinHeight:o.create("--ftds-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:o.extend("--ftds-page-header-child-buttons-group-horizontal-gap","",l.spacing4),childButtonsGroupVerticalGap:o.extend("--ftds-page-header-child-buttons-group-vertical-gap","",l.spacing4),childChipsGroupHorizontalGap:o.extend("--ftds-page-header-child-chips-group-horizontal-gap","",l.spacing2),childChipsGroupVerticalGap:o.extend("--ftds-page-header-child-chips-group-vertical-gap","",l.spacing2),backgroundColor:o.extend("--ftds-page-header-background-color","",l.colorWhite),bottomBorderColor:o.extend("--ftds-page-header-bottom-border-color","",u.borderGlobalSubtle),bottomBorderWidth:o.create("--ftds-page-header-bottom-border-width","","SIZE","1px")};var fd={horizontalPadding:o.extend("--ftds-page-footer-horizontal-padding","",l.spacing6),verticalPadding:o.extend("--ftds-page-footer-vertical-padding","",l.spacing2),verticalGap:o.extend("--ftds-page-footer-vertical-gap","",l.spacing2),minHeight:o.create("--ftds-page-footer-min-height","","SIZE","40px"),backgroundColor:o.extend("--ftds-page-footer-background-color","",l.colorWhite),topBorderColor:o.extend("--ftds-page-footer-top-border-color","",u.borderGlobalSubtle),topBorderWidth:o.create("--ftds-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:o.extend("--ftds-page-footer-buttons-group-gap","",l.spacing4)};var ud={contentHorizontalPadding:o.extend("--ftds-page-layout-content-horizontal-padding","",l.spacing6),contentVerticalPadding:o.extend("--ftds-page-layout-content-vertical-padding","",l.spacing6)};var pd={smallContainerTargetWidth:o.create("--ftds-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:o.extend("--ftds-modal-small-container-margin","",l.spacing6),mediumContainerTargetWidth:o.create("--ftds-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:o.extend("--ftds-modal-medium-container-margin","",l.spacing6),largeContainerTargetWidth:o.create("--ftds-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:o.extend("--ftds-modal-large-container-margin","",l.spacing6),overlayBackgroundColor:o.extend("--ftds-modal-overlay-background-color","",l.colorGray700),overlayOpacity:o.extend("--ftds-modal-overlay-opacity","",l.opacity40),shadow:o.extend("--ftds-modal-shadow","",l.shadowElevation03),bodyBackgroundColor:o.extend("--ftds-modal-body-background-color","",l.colorWhite),bodyColor:o.extend("--ftds-modal-body-color","",u.contentGlobalPrimary),bodyHorizontalPadding:o.extend("--ftds-modal-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:o.extend("--ftds-modal-body-vertical-padding","",l.spacing6),bodyVerticalGap:o.extend("--ftds-modal-body-vertical-gap","",l.spacing6),headerBackgroundColor:o.extend("--ftds-modal-header-background-color","",u.backgroundGlobalOnSurface),headerBorderColor:o.extend("--ftds-modal-header-border-color","",u.borderGlobalSubtle),headerColor:o.extend("--ftds-modal-header-color","",u.contentGlobalPrimary),headerLeadingIconColor:o.extend("--ftds-modal-header-leading-icon-color","",u.contentGlobalPrimary),headerVerticalPadding:o.extend("--ftds-modal-header-vertical-padding","",l.spacing1),headerRightPadding:o.extend("--ftds-modal-header-right-padding","",l.spacing1),headerLeftPadding:o.extend("--ftds-modal-header-left-padding","",l.spacing6),headerGap:o.extend("--ftds-modal-header-gap","",l.spacing2),headerBorderBottomWidth:o.create("--ftds-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:o.extend("--ftds-modal-border-radius","",l.borderRadiusM)};var hd={overlayOpacity:o.extend("--ftds-drawer-overlay-opacity","",l.opacity40),shadow:o.extend("--ftds-drawer-shadow","",l.shadowElevation03),bodyColor:o.extend("--ftds-drawer-body-color","",u.contentGlobalPrimary),bodyHorizontalPadding:o.extend("--ftds-drawer-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:o.extend("--ftds-drawer-body-vertical-padding","",l.spacing6),bodyGap:o.extend("--ftds-drawer-body-gap","",l.spacing6),bodyBackgroundColor:o.extend("--ftds-drawer-body-background-color","",l.colorWhite),headerBackgroundColor:o.extend("--ftds-drawer-header-background-color","",u.backgroundGlobalOnSurface),headerBorderColor:o.extend("--ftds-drawer-header-border-color","",u.borderGlobalSubtle),headerColor:o.extend("--ftds-drawer-header-color","",u.contentGlobalPrimary),headerTrailingIconColor:o.extend("--ftds-drawer-header-trailing-icon-color","",u.contentGlobalSecondary),headerHeight:o.create("--ftds-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:o.extend("--ftds-drawer-header-horizontal-padding","",l.spacing2),headerBorderWidth:o.create("--ftds-drawer-header-border-width","","SIZE","1px"),headerGap:o.extend("--ftds-drawer-header-gap","",l.spacing3),buttonsBarBackgroundColor:o.extend("--ftds-drawer-buttons-bar-background-color","",u.backgroundGlobalOnSurface),buttonsBarBorderColor:o.extend("--ftds-drawer-buttons-bar-border-color","",u.borderGlobalSubtle),buttonsBarColor:o.extend("--ftds-drawer-buttons-bar-color","",u.contentGlobalPrimary),buttonsBarHorizontalPadding:o.extend("--ftds-drawer-buttons-bar-horizontal-padding","",l.spacing6),buttonsBarVerticalPadding:o.extend("--ftds-drawer-buttons-bar-vertical-padding","",l.spacing4),buttonsBarGap:o.extend("--ftds-drawer-buttons-bar-gap","",l.spacing3),buttonsBarBorderWidth:o.create("--ftds-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:o.create("--ftds-drawer-container-width","","SIZE","66%"),containerMinWidth:o.create("--ftds-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:o.create("--ftds-drawer-container-max-width","","SIZE","1000px"),containerHeight:o.create("--ftds-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:o.extend("--ftds-drawer-overlay-background-color","",l.colorGray700)};var md={offBorderBottomWidth:o.create("--ftds-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:o.extend("--ftds-tabs-off-hover-state-layer-opacity","",l.opacity8),offDefaultStateLayerOpacity:o.extend("--ftds-tabs-off-default-state-layer-opacity","",l.opacity0),offFocusStateLayerOpacity:o.extend("--ftds-tabs-off-focus-state-layer-opacity","",l.opacity8),offDisabledComponentOpacity:o.extend("--ftds-tabs-off-disabled-component-opacity","",l.opacity40),offColor:o.extend("--ftds-tabs-off-color","",u.contentGlobalSubtle),offStateLayerColor:o.extend("--ftds-tabs-off-state-layer-color","",u.contentGlobalSubtle),offBorderBottomColor:o.extend("--ftds-tabs-off-border-bottom-color","",u.borderGlobalSubtle),activeTabIndicatorHeight:o.create("--ftds-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:o.extend("--ftds-tabs-top-left-border-radius","",l.borderRadiusS),topRightBorderRadius:o.extend("--ftds-tabs-top-right-border-radius","",l.borderRadiusS),withLabelHorizontalPadding:o.extend("--ftds-tabs-with-label-horizontal-padding","",l.spacing4),withLabelVerticalPadding:o.extend("--ftds-tabs-with-label-vertical-padding","",l.spacing3),horizontalGap:o.extend("--ftds-tabs-horizontal-gap","",l.spacing1),verticalGap:o.extend("--ftds-tabs-vertical-gap","",l.spacing1),onHoverStateLayerOpacity:o.extend("--ftds-tabs-on-hover-state-layer-opacity","",l.opacity16),onDefaultStateLayerOpacity:o.extend("--ftds-tabs-on-default-state-layer-opacity","",l.opacity8),onFocusStateLayerOpacity:o.extend("--ftds-tabs-on-focus-state-layer-opacity","",l.opacity16),onActiveStateLayerOpacity:o.extend("--ftds-tabs-on-active-state-layer-opacity","",l.opacity24),onColor:o.extend("--ftds-tabs-on-color","",u.contentActionPrimary),onStateLayerColor:o.extend("--ftds-tabs-on-state-layer-color","",u.contentActionPrimary),onActiveTabIndicatorColor:o.extend("--ftds-tabs-on-active-tab-indicator-color","",u.contentActionPrimary),iconOnlyHorizontalPadding:o.extend("--ftds-tabs-icon-only-horizontal-padding","",l.spacing4),iconOnlyVerticalPadding:o.extend("--ftds-tabs-icon-only-vertical-padding","",l.spacing4),alertTopPadding:o.extend("--ftds-tabs-alert-top-padding","",l.spacing1),alertRightPadding:o.extend("--ftds-tabs-alert-right-padding","",l.spacing05),focusOutlineWidth:o.create("--ftds-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ftds-tabs-focus-focus-ring-color","",u.borderActionFocusRing)};var gd={largeFieldHorizontalPadding:o.extend("--ftds-text-input-large-field-horizontal-padding","",l.spacing4),largeFieldHorizontalGap:o.extend("--ftds-text-input-large-field-horizontal-gap","",l.spacing3),largeFieldVerticalGap:o.extend("--ftds-text-input-large-field-vertical-gap","",l.spacing05),largeFieldHeight:o.create("--ftds-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:o.extend("--ftds-text-input-large-field-icon-size","",l.iconSize3),mediumFieldHorizontalPadding:o.extend("--ftds-text-input-medium-field-horizontal-padding","",l.spacing4),mediumFieldHorizontalGap:o.extend("--ftds-text-input-medium-field-horizontal-gap","",l.spacing3),mediumFieldVerticalGap:o.create("--ftds-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:o.create("--ftds-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:o.extend("--ftds-text-input-medium-field-icon-size","",l.iconSize3),helperHorizontalPadding:o.extend("--ftds-text-input-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:o.extend("--ftds-text-input-helper-horizontal-gap","",l.spacing1),helperIconSize:o.extend("--ftds-text-input-helper-icon-size","",l.iconSize2),borderRadius:o.extend("--ftds-text-input-border-radius","",l.borderRadiusS),backgroundColor:o.extend("--ftds-text-input-background-color","",l.colorWhite),contentValueColor:o.extend("--ftds-text-input-content-value-color","",u.contentGlobalPrimary),trailingIconColor:o.extend("--ftds-text-input-trailing-icon-color","",u.contentGlobalSubtle),labelColor:o.extend("--ftds-text-input-label-color","",u.contentGlobalSubtle),defaultBorderColor:o.extend("--ftds-text-input-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:o.extend("--ftds-text-input-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:o.create("--ftds-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:o.create("--ftds-text-input-error-border-width","","SIZE","2px"),errorBorderColor:o.extend("--ftds-text-input-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:o.extend("--ftds-text-input-error-helper-text-color","",u.contentErrorPrimary),errorHelperIconColor:o.extend("--ftds-text-input-error-helper-icon-color","",u.contentErrorIconOnly),warningBorderColor:o.extend("--ftds-text-input-warning-border-color","",u.borderWarningPrimary),warningHelperTextColor:o.extend("--ftds-text-input-warning-helper-text-color","",u.contentWarningPrimary),warningHelperIconColor:o.extend("--ftds-text-input-warning-helper-icon-color","",u.contentWarningIconOnly),warningBorderWidth:o.create("--ftds-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:o.create("--ftds-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ftds-text-input-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:o.create("--ftds-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ftds-text-input-disabled-component-opacity","",l.opacity40)};var yd={backgroundColor:o.extend("--ftds-text-area-background-color","",l.colorWhite),contentValueColor:o.extend("--ftds-text-area-content-value-color","",u.contentGlobalPrimary),labelColor:o.extend("--ftds-text-area-label-color","",u.contentGlobalSubtle),defaultBorderColor:o.extend("--ftds-text-area-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:o.extend("--ftds-text-area-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:o.create("--ftds-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:o.create("--ftds-text-area-error-border-width","","SIZE","2px"),errorBorderColor:o.extend("--ftds-text-area-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:o.extend("--ftds-text-area-error-helper-text-color","",u.contentErrorPrimary),errorHelperIconColor:o.extend("--ftds-text-area-error-helper-icon-color","",u.contentErrorIconOnly),focusFocusRingColor:o.extend("--ftds-text-area-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:o.create("--ftds-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:o.create("--ftds-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ftds-text-area-disabled-component-opacity","",l.opacity40),fieldHorizontalLeftPadding:o.extend("--ftds-text-area-field-horizontal-left-padding","",l.spacing4),fieldHorizontalGap:o.extend("--ftds-text-area-field-horizontal-gap","",l.spacing3),fieldVerticalGap:o.extend("--ftds-text-area-field-vertical-gap","",l.spacing05),fieldMinHeight:o.create("--ftds-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:o.extend("--ftds-text-area-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:o.extend("--ftds-text-area-helper-horizontal-gap","",l.spacing1),helperIconSize:o.extend("--ftds-text-area-helper-icon-size","",l.iconSize2),borderRadius:o.extend("--ftds-text-area-border-radius","",l.borderRadiusS)};var bd={height:o.create("--ftds-floating-menu-height","","SIZE","50px"),horizontalPadding:o.extend("--ftds-floating-menu-horizontal-padding","",l.spacing4),offIconColor:o.extend("--ftds-floating-menu-off-icon-color","",u.contentGlobalPrimary),offColor:o.extend("--ftds-floating-menu-off-color","",u.contentGlobalPrimary),onColor:o.extend("--ftds-floating-menu-on-color","",u.contentActionPrimary),onStateLayerColor:o.extend("--ftds-floating-menu-on-state-layer-color","",u.contentActionPrimary),gap:o.extend("--ftds-floating-menu-gap","",l.spacing3),focusFocusRingColor:o.extend("--ftds-floating-menu-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:o.create("--ftds-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:o.extend("--ftds-floating-menu-focus-state-layer-opacity","",l.opacity24),hoverStateLayerOpacity:o.extend("--ftds-floating-menu-hover-state-layer-opacity","",l.opacity8),activeStateLayerOpacity:o.extend("--ftds-floating-menu-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:o.extend("--ftds-floating-menu-disabled-component-opacity","",l.opacity40),iconSize:o.extend("--ftds-floating-menu-icon-size","",l.iconSize3),backgroundColor:o.extend("--ftds-floating-menu-background-color","",u.backgroundGlobalOnSurface),shadow:o.extend("--ftds-floating-menu-shadow","",l.shadowElevation02)};var xd={multiselectCheckedStateLayerColor:o.extend("--ftds-menu-item-multiselect-checked-state-layer-color","",u.contentActionPrimary),multiselectCheckedColor:o.extend("--ftds-menu-item-multiselect-checked-color","",u.contentGlobalPrimary),multiselectCheckedIconColor:o.extend("--ftds-menu-item-multiselect-checked-icon-color","",u.contentActionPrimary),multiselectCheckedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-checked-default-state-layer-opacity","",l.opacity8),multiselectCheckedHoverStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-checked-hover-state-layer-opacity","",l.opacity16),multiselectCheckedFocusStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-checked-focus-state-layer-opacity","",l.opacity24),multiselectIndeterminatedStateLayerColor:o.extend("--ftds-menu-item-multiselect-indeterminated-state-layer-color","",u.contentActionPrimary),multiselectIndeterminatedColor:o.extend("--ftds-menu-item-multiselect-indeterminated-color","",u.contentGlobalPrimary),multiselectIndeterminatedIconColor:o.extend("--ftds-menu-item-multiselect-indeterminated-icon-color","",u.contentActionPrimary),multiselectIndeterminatedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-indeterminated-default-state-layer-opacity","",l.opacity8),multiselectIndeterminatedHoverStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-indeterminated-hover-state-layer-opacity","",l.opacity16),multiselectIndeterminatedFocusStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-indeterminated-focus-state-layer-opacity","",l.opacity24),multiselectUncheckedStateLayerColor:o.extend("--ftds-menu-item-multiselect-unchecked-state-layer-color","",u.contentGlobalPrimary),multiselectUncheckedColor:o.extend("--ftds-menu-item-multiselect-unchecked-color","",u.contentGlobalPrimary),multiselectUncheckedIconColor:o.extend("--ftds-menu-item-multiselect-unchecked-icon-color","",u.contentGlobalSubtle),multiselectUncheckedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-unchecked-default-state-layer-opacity","",l.opacity0),multiselectUncheckedHoverStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-unchecked-hover-state-layer-opacity","",l.opacity8),multiselectUncheckedFocusStateLayerOpacity:o.extend("--ftds-menu-item-multiselect-unchecked-focus-state-layer-opacity","",l.opacity16),selectAllCheckedStateLayerColor:o.extend("--ftds-menu-item-select-all-checked-state-layer-color","",u.contentActionPrimary),selectAllCheckedColor:o.extend("--ftds-menu-item-select-all-checked-color","",u.contentGlobalPrimary),selectAllCheckedIconColor:o.extend("--ftds-menu-item-select-all-checked-icon-color","",u.contentActionPrimary),selectAllCheckedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-select-all-checked-default-state-layer-opacity","",l.opacity0),selectAllCheckedHoverStateLayerOpacity:o.extend("--ftds-menu-item-select-all-checked-hover-state-layer-opacity","",l.opacity16),selectAllCheckedFocusStateLayerOpacity:o.extend("--ftds-menu-item-select-all-checked-focus-state-layer-opacity","",l.opacity24),selectAllIndeterminatedStateLayerColor:o.extend("--ftds-menu-item-select-all-indeterminated-state-layer-color","",u.contentGlobalPrimary),selectAllIndeterminatedColor:o.extend("--ftds-menu-item-select-all-indeterminated-color","",u.contentGlobalPrimary),selectAllIndeterminatedIconColor:o.extend("--ftds-menu-item-select-all-indeterminated-icon-color","",u.contentActionPrimary),selectAllIndeterminatedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-select-all-indeterminated-default-state-layer-opacity","",l.opacity0),selectAllIndeterminatedHoverStateLayerOpacity:o.extend("--ftds-menu-item-select-all-indeterminated-hover-state-layer-opacity","",l.opacity8),selectAllIndeterminatedFocusStateLayerOpacity:o.extend("--ftds-menu-item-select-all-indeterminated-focus-state-layer-opacity","",l.opacity16),selectAllUncheckedStateLayerColor:o.extend("--ftds-menu-item-select-all-unchecked-state-layer-color","",u.contentGlobalPrimary),selectAllUncheckedColor:o.extend("--ftds-menu-item-select-all-unchecked-color","",u.contentGlobalPrimary),selectAllUncheckedIconColor:o.extend("--ftds-menu-item-select-all-unchecked-icon-color","",u.contentGlobalSubtle),selectAllUncheckedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-select-all-unchecked-default-state-layer-opacity","",l.opacity0),selectAllUncheckedHoverStateLayerOpacity:o.extend("--ftds-menu-item-select-all-unchecked-hover-state-layer-opacity","",l.opacity8),selectAllUncheckedFocusStateLayerOpacity:o.extend("--ftds-menu-item-select-all-unchecked-focus-state-layer-opacity","",l.opacity16),defaultUncheckedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-default-unchecked-default-state-layer-opacity","",l.opacity0),defaultUncheckedHoverStateLayerOpacity:o.extend("--ftds-menu-item-default-unchecked-hover-state-layer-opacity","",l.opacity8),defaultUncheckedFocusStateLayerOpacity:o.extend("--ftds-menu-item-default-unchecked-focus-state-layer-opacity","",l.opacity16),defaultUncheckedStateLayerColor:o.extend("--ftds-menu-item-default-unchecked-state-layer-color","",u.contentGlobalPrimary),defaultUncheckedColor:o.extend("--ftds-menu-item-default-unchecked-color","",u.contentGlobalPrimary),defaultUncheckedIconColor:o.extend("--ftds-menu-item-default-unchecked-icon-color","",u.contentGlobalSubtle),defaultCheckedDefaultStateLayerOpacity:o.extend("--ftds-menu-item-default-checked-default-state-layer-opacity","",l.opacity8),defaultCheckedHoverStateLayerOpacity:o.extend("--ftds-menu-item-default-checked-hover-state-layer-opacity","",l.opacity16),defaultCheckedFocusStateLayerOpacity:o.extend("--ftds-menu-item-default-checked-focus-state-layer-opacity","",l.opacity24),defaultCheckedStateLayerColor:o.extend("--ftds-menu-item-default-checked-state-layer-color","",u.contentActionPrimary),defaultCheckedColor:o.extend("--ftds-menu-item-default-checked-color","",u.contentActionPrimary),defaultCheckedIconColor:o.extend("--ftds-menu-item-default-checked-icon-color","",u.contentActionPrimary)};var vd={menuVerticalGap:o.extend("--ftds-combobox-menu-vertical-gap","",l.spacing2),valuesHorizontalGap:o.extend("--ftds-combobox-values-horizontal-gap","",l.spacing2),valuesVerticalGap:o.extend("--ftds-combobox-values-vertical-gap","",l.spacing2)};var Ed={backgroundColor:o.extend("--ftds-popover-background-color","",u.backgroundGlobalOnSurface),horizontalPadding:o.extend("--ftds-popover-horizontal-padding","",l.spacing6),verticalPadding:o.extend("--ftds-popover-vertical-padding","",l.spacing6),titleColor:o.extend("--ftds-popover-title-color","",u.contentGlobalPrimary),bodyColor:o.extend("--ftds-popover-body-color","",u.contentGlobalSecondary),gap:o.extend("--ftds-popover-gap","",l.spacing2),borderRadius:o.extend("--ftds-popover-border-radius","",l.borderRadiusM),shadow:o.extend("--ftds-popover-shadow","",l.shadowElevation02),maxWidth:o.create("--ftds-popover-max-width","","SIZE","440px"),contentSectionVerticalGap:o.extend("--ftds-popover-content-section-vertical-gap","",l.spacing2),multiSectionVerticalGap:o.extend("--ftds-popover-multi-section-vertical-gap","",l.spacing6)};var Sd={hoverStateLayerOpacity:o.extend("--ftds-collapsible-hover-state-layer-opacity","",l.opacity8),focusStateLayerOpacity:o.extend("--ftds-collapsible-focus-state-layer-opacity","",l.opacity8),focusOutlineWidth:o.create("--ftds-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:o.extend("--ftds-collapsible-focus-focus-ring-color","",u.borderActionFocusRing),activeStateLayerOpacity:o.extend("--ftds-collapsible-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:o.extend("--ftds-collapsible-disabled-component-opacity","",l.opacity40),horizontalPadding:o.extend("--ftds-collapsible-horizontal-padding","",l.spacing4),verticalPadding:o.extend("--ftds-collapsible-vertical-padding","",l.spacing3),color:o.extend("--ftds-collapsible-color","",u.contentGlobalPrimary),stateLayerColor:o.extend("--ftds-collapsible-state-layer-color","",u.contentGlobalPrimary),backgroundColor:o.extend("--ftds-collapsible-background-color","",u.backgroundGlobalOnSurface),borderColor:o.extend("--ftds-collapsible-border-color","",u.borderGlobalSubtle),iconSize:o.extend("--ftds-collapsible-icon-size","",l.iconSize3)};var Cd={groupHorizontalPadding:o.extend("--ftds-switch-group-horizontal-padding","",l.spacing1),groupVerticalPadding:o.extend("--ftds-switch-group-vertical-padding","",l.spacing1),groupGap:o.extend("--ftds-switch-group-gap","",l.spacing1),groupBackgroundColor:o.extend("--ftds-switch-group-background-color","",u.backgroundGlobalSurface),groupBorderColor:o.extend("--ftds-switch-group-border-color","",u.borderGlobalSubtle),groupBorderRadius:o.create("--ftds-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:o.extend("--ftds-switch-label-horizontal-padding","",l.spacing2),labelVerticalPadding:o.extend("--ftds-switch-label-vertical-padding","",l.spacing1),offHoverStateLayerOpacity:o.extend("--ftds-switch-off-hover-state-layer-opacity","",l.opacity8),offFocusStateLayerOpacity:o.extend("--ftds-switch-off-focus-state-layer-opacity","",l.opacity8),offActiveStateLayerOpacity:o.extend("--ftds-switch-off-active-state-layer-opacity","",l.opacity16),offDisabledComponentOpacity:o.extend("--ftds-switch-off-disabled-component-opacity","",l.opacity40),offColor:o.extend("--ftds-switch-off-color","",u.contentGlobalSubtle),offStateLayerColor:o.extend("--ftds-switch-off-state-layer-color","",u.contentGlobalSubtle),onHoverStateLayerOpacity:o.extend("--ftds-switch-on-hover-state-layer-opacity","",l.opacity8),onFocusStateLayerOpacity:o.extend("--ftds-switch-on-focus-state-layer-opacity","",l.opacity8),onActiveStateLayerOpacity:o.extend("--ftds-switch-on-active-state-layer-opacity","",l.opacity16),onDisabledComponentOpacity:o.extend("--ftds-switch-on-disabled-component-opacity","",l.opacity40),onColor:o.extend("--ftds-switch-on-color","",u.contentActionPrimary),onStateLayerColor:o.extend("--ftds-switch-on-state-layer-color","",u.contentActionPrimary),iconHorizontalPadding:o.extend("--ftds-switch-icon-horizontal-padding","",l.spacing1),iconVerticalPadding:o.extend("--ftds-switch-icon-vertical-padding","",l.spacing1),focusOutlineWidth:o.create("--ftds-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ftds-switch-focus-focus-ring-color","",u.borderActionFocusRing),optionBorderRadius:o.extend("--ftds-switch-option-border-radius","",l.borderRadiusS)};var Ad={color1Light:o.extend("--ftds-chart-1-light","for area color charts",l.colorBrand40),color1Base:o.extend("--ftds-chart-1-base","for line charts",l.colorBrand0),color2Light:o.extend("--ftds-chart-2-light","for area color charts",l.colorYellow60),color2Base:o.extend("--ftds-chart-2-base","for line charts",l.colorYellow100),color3Light:o.extend("--ftds-chart-3-light","",l.colorUltramarine40),color3Base:o.extend("--ftds-chart-3-base","",l.colorUltramarine70),color4Light:o.extend("--ftds-chart-4-light","",l.colorCyan50),color4Base:o.extend("--ftds-chart-4-base","",l.colorCyan100),color5Light:o.extend("--ftds-chart-5-light","",l.colorRed40),color5Base:o.extend("--ftds-chart-5-base","",l.colorRed60),color6Light:o.extend("--ftds-chart-6-light","",l.colorGreen40),color6Base:o.extend("--ftds-chart-6-base","",l.colorGreen70),color7Light:o.extend("--ftds-chart-7-light","",l.colorOrange70),color7Base:o.extend("--ftds-chart-7-base","",l.colorOrange100),color8Light:o.extend("--ftds-chart-8-light","",l.colorAvocado70),color8Base:o.extend("--ftds-chart-8-base","",l.colorAvocado200),color9Light:o.extend("--ftds-chart-9-light","",l.colorBrown50),color9Base:o.extend("--ftds-chart-9-base","",l.colorBrown200),color10Light:o.extend("--ftds-chart-10-light","",l.colorGray50),color10Base:o.extend("--ftds-chart-10-base","",l.colorGray80),monochrome10:o.extend("--ftds-chart-monochrome-10","",l.colorBrand10),monochrome20:o.extend("--ftds-chart-monochrome-20","",l.colorBrand20),monochrome30:o.extend("--ftds-chart-monochrome-30","",l.colorBrand40),monochrome40:o.extend("--ftds-chart-monochrome-40","",l.colorBrand60),monochrome50:o.extend("--ftds-chart-monochrome-50","",l.colorBrand0),monochrome60:o.extend("--ftds-chart-monochrome-60","",l.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:o.extend("--ftds-chart-scatterplot-quadrant-popular-old-background-color","",l.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:o.extend("--ftds-chart-scatterplot-quadrant-popular-new-background-color","",l.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:o.extend("--ftds-chart-scatterplot-quadrant-unpopular-old-background-color","",l.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:o.extend("--ftds-chart-scatterplot-quadrant-unpopular-new-background-color","",l.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-color","",l.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:o.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-opacity","",l.opacity48),scatterplotDatapointInitialHoverBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-initial-hover-background-color","",l.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-selected-default-background-color","",l.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-selected-hover-background-color","",l.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-color","",l.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:o.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-opacity","",l.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:o.extend("--ftds-chart-scatterplot-datapoint-unselected-hover-background-color","",l.colorGray70),scatterplotDatapointHoverHoverRingColor:o.extend("--ftds-chart-scatterplot-datapoint-hover-hover-ring-color","",l.colorCyan200)};var Ld={color1IconColor:o.extend("--ftds-page-designer-1-icon-color","for area color charts",l.colorCyan0),color1ToolbarColor:o.extend("--ftds-page-designer-1-toolbar-color","for area color charts",l.colorCyan0),color2IconColor:o.extend("--ftds-page-designer-2-icon-color","for area color charts",l.colorBrand0),color2ToolbarColor:o.extend("--ftds-page-designer-2-toolbar-color","for area color charts",l.colorBrand0),color3IconColor:o.extend("--ftds-page-designer-3-icon-color","for area color charts",l.colorYellow200),color3ToolbarColor:o.extend("--ftds-page-designer-3-toolbar-color","for area color charts",l.colorYellow200),color4IconColor:o.extend("--ftds-page-designer-4-icon-color","for area color charts",l.colorUltramarine50),color4ToolbarColor:o.extend("--ftds-page-designer-4-toolbar-color","for area color charts",l.colorUltramarine50),color5IconColor:o.extend("--ftds-page-designer-5-icon-color","for area color charts",l.colorGreen0),color5ToolbarColor:o.extend("--ftds-page-designer-5-toolbar-color","for area color charts",l.colorGreen0),color6IconColor:o.extend("--ftds-page-designer-6-icon-color","for area color charts",l.colorOrange0),color6ToolbarColor:o.extend("--ftds-page-designer-6-toolbar-color","for area color charts",l.colorOrange0),color7IconColor:o.extend("--ftds-page-designer-7-icon-color","for area color charts",l.colorAvocado200),color7ToolbarColor:o.extend("--ftds-page-designer-7-toolbar-color","for area color charts",l.colorAvocado200),color8IconColor:o.extend("--ftds-page-designer-8-icon-color","for area color charts",l.colorBrown0),color8ToolbarColor:o.extend("--ftds-page-designer-8-toolbar-color","for area color charts",l.colorBrown0)};var Od={borderWidth:o.create("--ftds-notice-border-width","","SIZE","1px"),horizontalPadding:o.extend("--ftds-notice-horizontal-padding","",l.spacing3),verticalPadding:o.extend("--ftds-notice-vertical-padding","",l.spacing2),borderRadius:o.extend("--ftds-notice-border-radius","",l.borderRadiusS),gap:o.extend("--ftds-notice-gap","",l.spacing2),iconSize:o.extend("--ftds-notice-icon-size","",l.iconSize3),infoBackgroundColor:o.extend("--ftds-notice-info-background-color","",u.backgroundInfoSubtle),infoBorderColor:o.extend("--ftds-notice-info-border-color","",u.borderInfoSubtle),infoColor:o.extend("--ftds-notice-info-color","",u.contentInfoPrimary),infoIconColor:o.extend("--ftds-notice-info-icon-color","",u.contentInfoIconOnly),warningBackgroundColor:o.extend("--ftds-notice-warning-background-color","",u.backgroundWarningSubtle),warningBorderColor:o.extend("--ftds-notice-warning-border-color","",u.borderWarningSubtle),warningColor:o.extend("--ftds-notice-warning-color","",u.contentWarningPrimary),warningIconColor:o.extend("--ftds-notice-warning-icon-color","",u.contentWarningIconOnly),errorBackgroundColor:o.extend("--ftds-notice-error-background-color","",u.backgroundErrorSubtle),errorBorderColor:o.extend("--ftds-notice-error-border-color","",u.borderErrorSubtle),errorColor:o.extend("--ftds-notice-error-color","",u.contentErrorPrimary),errorIconColor:o.extend("--ftds-notice-error-icon-color","",u.contentErrorIconOnly),successBackgroundColor:o.extend("--ftds-notice-success-background-color","",u.backgroundSuccessSubtle),successBorderColor:o.extend("--ftds-notice-success-border-color","",u.borderSuccessSubtle),successColor:o.extend("--ftds-notice-success-color","",u.contentSuccessPrimary),successIconColor:o.extend("--ftds-notice-success-icon-color","",u.contentSuccessIconOnly),denseHorizontalPadding:o.create("--ftds-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:o.create("--ftds-notice-dense-vertical-padding","","SIZE","0px"),denseGap:o.extend("--ftds-notice-dense-gap","",l.spacing1),denseIconSize:o.extend("--ftds-notice-dense-icon-size","",l.iconSize2),denseBorderWidth:o.create("--ftds-notice-dense-border-width","","SIZE","0")};var Rd={offHoverStateLayerOpacity:o.extend("--ftds-toggle-off-hover-state-layer-opacity","",l.opacity16),offFocusStateLayerOpacity:o.extend("--ftds-toggle-off-focus-state-layer-opacity","",l.opacity16),offActiveStateLayerOpacity:o.extend("--ftds-toggle-off-active-state-layer-opacity","",l.opacity24),offDisabledComponentOpacity:o.extend("--ftds-toggle-off-disabled-component-opacity","",l.opacity40),offBackgroundColor:o.extend("--ftds-toggle-off-background-color","",u.contentGlobalSubtle),offIconColor:o.extend("--ftds-toggle-off-icon-color","",u.contentGlobalSubtle),offStateLayerColor:o.extend("--ftds-toggle-off-state-layer-color","",u.contentGlobalSubtle),onHoverStateLayerOpacity:o.extend("--ftds-toggle-on-hover-state-layer-opacity","",l.opacity16),onFocusStateLayerOpacity:o.extend("--ftds-toggle-on-focus-state-layer-opacity","",l.opacity16),onActiveStateLayerOpacity:o.extend("--ftds-toggle-on-active-state-layer-opacity","",l.opacity24),onDisabledComponentOpacity:o.extend("--ftds-toggle-on-disabled-component-opacity","",l.opacity40),onBackgroundColor:o.extend("--ftds-toggle-on-background-color","",u.contentActionPrimary),onStateLayerColor:o.extend("--ftds-toggle-on-state-layer-color","",u.contentActionPrimary),onIconColor:o.extend("--ftds-toggle-on-icon-color","",u.contentActionPrimary),color:o.extend("--ftds-toggle-color","",u.contentGlobalPrimary),focusFocusRingColor:o.extend("--ftds-toggle-focus-focus-ring-color","",u.borderActionFocusRing),gap:o.extend("--ftds-toggle-gap","",l.spacing3)};var _d={iconSize:o.extend("--ftds-notification-icon-size","",l.iconSize4),leftPadding:o.extend("--ftds-notification-left-padding","",l.spacing5),rightPadding:o.extend("--ftds-notification-right-padding","",l.spacing4),verticalPadding:o.extend("--ftds-notification-vertical-padding","",l.spacing3),infoBackgroundColor:o.extend("--ftds-notification-info-background-color","",u.backgroundInfoSubtle),infoColor:o.extend("--ftds-notification-info-color","",u.contentInfoPrimary),infoIconColor:o.extend("--ftds-notification-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:o.extend("--ftds-notification-info-border-color","",u.borderInfoSubtle),successBackgroundColor:o.extend("--ftds-notification-success-background-color","",u.backgroundSuccessSubtle),successColor:o.extend("--ftds-notification-success-color","",u.contentSuccessPrimary),successIconColor:o.extend("--ftds-notification-success-icon-color","",u.contentSuccessIconOnly),successBorderColor:o.extend("--ftds-notification-success-border-color","",u.borderSuccessSubtle),warningBackgroundColor:o.extend("--ftds-notification-warning-background-color","",u.backgroundWarningSubtle),warningColor:o.extend("--ftds-notification-warning-color","",u.contentWarningPrimary),warningIconColor:o.extend("--ftds-notification-warning-icon-color","",u.contentWarningIconOnly),warningBorderColor:o.extend("--ftds-notification-warning-border-color","",u.borderWarningSubtle),errorBackgroundColor:o.extend("--ftds-notification-error-background-color","",u.backgroundErrorSubtle),errorColor:o.extend("--ftds-notification-error-color","",u.contentErrorPrimary),errorIconColor:o.extend("--ftds-notification-error-icon-color","",u.contentErrorIconOnly),errorBorderColor:o.extend("--ftds-notification-error-border-color","",u.borderErrorSubtle),borderRadius:o.extend("--ftds-notification-border-radius","",l.borderRadiusPill),borderWidth:o.create("--ftds-notification-border-width","","SIZE","1px"),leadingGap:o.extend("--ftds-notification-leading-gap","",l.spacing2),trailingGap:o.extend("--ftds-notification-trailing-gap","",l.spacing8)};var wd={horizontalPadding:o.extend("--ftds-tooltip-horizontal-padding","",l.spacing2),verticalPadding:o.extend("--ftds-tooltip-vertical-padding","",l.spacing2),borderRadius:o.extend("--ftds-tooltip-border-radius","",l.borderRadiusS),color:o.extend("--ftds-tooltip-color","",u.contentGlobalOnColor),backgroundColor:o.extend("--ftds-tooltip-background-color","",u.contentGlobalPrimary),backgroundOpacity:o.extend("--ftds-tooltip-background-opacity","",l.opacity80),shadow:o.extend("--ftds-tooltip-shadow","",l.shadowElevation02),maxWidth:o.create("--ftds-tooltip-max-width","","SIZE","256px"),gap:o.extend("--ftds-tooltip-gap","",l.spacing05)};var Nd={verticalPadding:o.extend("--ftds-reorderable-list-vertical-padding","",l.spacing4),gap:o.extend("--ftds-reorderable-list-gap","",l.spacing1),borderRadius:o.extend("--ftds-reorderable-list-border-radius","",l.borderRadiusM),reorderableItemTitleMarginRight:o.extend("--ftds-reorderable-list-reorderable-item-title-margin-right","",l.spacing6),reorderableItemTitleColor:o.extend("--ftds-reorderable-list-reorderable-item-title-color","",u.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:o.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-margin-right","",l.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:o.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",l.spacing2),reorderableItemRightButtonsGroupHorizontalGap:o.extend("--ftds-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",l.spacing2),reorderableItemUsersCountColor:o.extend("--ftds-reorderable-list-reorderable-item-users-count-color","",u.contentGlobalPrimary),reorderableItemUsersCountMarginRight:o.extend("--ftds-reorderable-list-reorderable-item-users-count-margin-right","",l.spacing6),reorderableItemBackgroundColor:o.extend("--ftds-reorderable-list-reorderable-item-background-color","",u.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:o.extend("--ftds-reorderable-list-reorderable-item-warning-message-gap","",l.spacing1),reorderableItemWarningMessageColor:o.extend("--ftds-reorderable-list-reorderable-item-warning-message-color","",u.contentWarningPrimary),reorderableItemWarningMessageIconColor:o.extend("--ftds-reorderable-list-reorderable-item-warning-message-icon-color","",u.contentWarningIconOnly),reorderableItemGripColor:o.extend("--ftds-reorderable-list-reorderable-item-grip-color","",u.contentGlobalSecondary),reorderableItemGripOpacity:o.extend("--ftds-reorderable-list-reorderable-item-grip-opacity","",l.opacity48),boxShadow:o.extend("--ftds-reorderable-list-box-shadow","",l.shadowElevation01),borderWidth:o.create("--ftds-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:o.extend("--ftds-reorderable-list-reorderable-items-gap","",l.spacing2),leftPadding:o.extend("--ftds-reorderable-list-left-padding","",l.spacing2),rightPadding:o.extend("--ftds-reorderable-list-right-padding","",l.spacing6),borderColor:o.extend("--ftds-reorderable-list-border-color","",u.borderGlobalPrimary),backgroundColor:o.extend("--ftds-reorderable-list-background-color","",u.backgroundGlobalOnSurfaceDark)};var Td={menuHorizontalPadding:o.extend("--ftds-date-range-picker-menu-horizontal-padding","",l.spacing4),menuVerticalPadding:o.extend("--ftds-date-range-picker-menu-vertical-padding","",l.spacing4),menuVerticalGap:o.extend("--ftds-date-range-picker-menu-vertical-gap","",l.spacing4),menuButtonsVerticalGap:o.extend("--ftds-date-range-picker-menu-buttons-vertical-gap","",l.spacing2)};var Fr;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(Fr||(Fr={}));var Wr;(function(e){e.large="large",e.medium="medium",e.small="small"})(Wr||(Wr={}));function pa(e){return`ftds--family-${e}`}function ha(e){return`ftds--size-${e}`}var j={colorPrimary:o.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:o.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:o.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:o.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:o.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:o.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorInfo:o.create("--ft-color-info","","COLOR","#0F6BC5"),colorWarning:o.create("--ft-color-warning","","COLOR","#B74706"),colorError:o.create("--ft-color-error","","COLOR","#B00020"),colorSuccess:o.create("--ft-color-success","","COLOR","#187856"),colorOutline:o.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:o.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:o.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:o.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:o.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:o.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:o.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:o.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:o.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:o.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:o.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:o.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:o.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:o.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:o.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:o.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:o.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:o.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:o.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:o.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:o.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:o.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:o.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:o.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:o.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:o.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:o.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:o.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:o.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:o.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:o.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:o.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:o.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:o.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:o.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:o.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:o.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:o.create("--ft-elevation-00","","SHADOW","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:o.create("--ft-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)"),elevation02:o.create("--ft-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)"),elevation03:o.create("--ft-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)"),elevation04:o.create("--ft-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)"),elevation06:o.create("--ft-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)"),elevation08:o.create("--ft-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)"),elevation12:o.create("--ft-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)"),elevation16:o.create("--ft-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)"),elevation24:o.create("--ft-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)"),borderRadiusS:o.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:o.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:o.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXL:o.create("--ft-border-radius-xl","","SIZE","16px"),titleFont:o.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:o.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:o.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:o.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var ya={};B(ya,{DynamicImporter:()=>To,dynamicImporter:()=>Md});var To=class{async import(t){if(t)return import(t)}},Md=new To;var Na={};B(Na,{computeOffsetAutoPosition:()=>rf,computeOffsetPosition:()=>tf});var ds=["top","right","bottom","left"],ls=["start","end"],xa=ds.reduce((e,t)=>e.concat(t,t+"-"+ls[0],t+"-"+ls[1]),[]),wt=Math.min,he=Math.max,Vr=Math.round;var Re=e=>({x:e,y:e}),Pd={left:"right",right:"left",bottom:"top",top:"bottom"};function va(e,t,r){return he(e,wt(t,r))}function Xt(e,t){return typeof e=="function"?e(t):e}function st(e){return e.split("-")[0]}function Pe(e){return e.split("-")[1]}function Ea(e){return e==="x"?"y":"x"}function Sa(e){return e==="y"?"height":"width"}function Qt(e){let t=e[0];return t==="t"||t==="b"?"y":"x"}function Ca(e){return Ea(Qt(e))}function fs(e,t,r){r===void 0&&(r=!1);let n=Pe(e),a=Ca(e),i=Sa(a),c=a==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(c=ba(c)),[c,ba(c)]}function us(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}function ba(e){let t=st(e);return Pd[t]+e.slice(t.length)}function zd(e){return{top:0,right:0,bottom:0,left:0,...e}}function ps(e){return typeof e!="number"?zd(e):{top:e,right:e,bottom:e,left:e}}function Nt(e){let{x:t,y:r,width:n,height:a}=e;return{width:n,height:a,top:r,left:t,right:t+n,bottom:r+a,x:t,y:r}}function hs(e,t,r){let{reference:n,floating:a}=e,i=Qt(t),c=Ca(t),s=Sa(c),d=st(t),f=i==="y",h=n.x+n.width/2-a.width/2,p=n.y+n.height/2-a.height/2,y=n[s]/2-a[s]/2,x;switch(d){case"top":x={x:h,y:n.y-a.height};break;case"bottom":x={x:h,y:n.y+n.height};break;case"right":x={x:n.x+n.width,y:p};break;case"left":x={x:n.x-a.width,y:p};break;default:x={x:n.x,y:n.y}}switch(Pe(t)){case"start":x[c]-=y*(r&&f?-1:1);break;case"end":x[c]+=y*(r&&f?-1:1);break}return x}async function ms(e,t){var r;t===void 0&&(t={});let{x:n,y:a,platform:i,rects:c,elements:s,strategy:d}=e,{boundary:f="clippingAncestors",rootBoundary:h="viewport",elementContext:p="floating",altBoundary:y=!1,padding:x=0}=Xt(t,e),v=ps(x),O=s[y?p==="floating"?"reference":"floating":p],_=Nt(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(O)))==null||r?O:O.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(s.floating)),boundary:f,rootBoundary:h,strategy:d})),w=p==="floating"?{x:n,y:a,width:c.floating.width,height:c.floating.height}:c.reference,S=await(i.getOffsetParent==null?void 0:i.getOffsetParent(s.floating)),E=await(i.isElement==null?void 0:i.isElement(S))?await(i.getScale==null?void 0:i.getScale(S))||{x:1,y:1}:{x:1,y:1},L=Nt(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:w,offsetParent:S,strategy:d}):w);return{top:(_.top-L.top+v.top)/E.y,bottom:(L.bottom-_.bottom+v.bottom)/E.y,left:(_.left-L.left+v.left)/E.x,right:(L.right-_.right+v.right)/E.x}}var kd=50,gs=async(e,t,r)=>{let{placement:n="bottom",strategy:a="absolute",middleware:i=[],platform:c}=r,s=c.detectOverflow?c:{...c,detectOverflow:ms},d=await(c.isRTL==null?void 0:c.isRTL(t)),f=await c.getElementRects({reference:e,floating:t,strategy:a}),{x:h,y:p}=hs(f,n,d),y=n,x=0,v={};for(let A=0;A<i.length;A++){let O=i[A];if(!O)continue;let{name:_,fn:w}=O,{x:S,y:E,data:L,reset:M}=await w({x:h,y:p,initialPlacement:n,placement:y,strategy:a,middlewareData:v,rects:f,platform:s,elements:{reference:e,floating:t}});h=S??h,p=E??p,v[_]={...v[_],...L},M&&x<kd&&(x++,typeof M=="object"&&(M.placement&&(y=M.placement),M.rects&&(f=M.rects===!0?await c.getElementRects({reference:e,floating:t,strategy:a}):M.rects),{x:h,y:p}=hs(f,y,d)),A=-1)}return{x:h,y:p,placement:y,strategy:a,middlewareData:v}};function Id(e,t,r){return(e?[...r.filter(a=>Pe(a)===e),...r.filter(a=>Pe(a)!==e)]:r.filter(a=>st(a)===a)).filter(a=>e?Pe(a)===e||(t?us(a)!==a:!1):!0)}var ys=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,a;let{rects:i,middlewareData:c,placement:s,platform:d,elements:f}=t,{crossAxis:h=!1,alignment:p,allowedPlacements:y=xa,autoAlignment:x=!0,...v}=Xt(e,t),A=p!==void 0||y===xa?Id(p||null,x,y):y,O=await d.detectOverflow(t,v),_=((r=c.autoPlacement)==null?void 0:r.index)||0,w=A[_];if(w==null)return{};let S=fs(w,i,await(d.isRTL==null?void 0:d.isRTL(f.floating)));if(s!==w)return{reset:{placement:A[0]}};let E=[O[st(w)],O[S[0]],O[S[1]]],L=[...((n=c.autoPlacement)==null?void 0:n.overflows)||[],{placement:w,overflows:E}],M=A[_+1];if(M)return{data:{index:_+1,overflows:L},reset:{placement:M}};let U=L.map(k=>{let b=Pe(k.placement);return[k.placement,b&&h?k.overflows.slice(0,2).reduce((C,P)=>C+P,0):k.overflows[0],k.overflows]}).sort((k,b)=>k[1]-b[1]),$=((a=U.filter(k=>k[2].slice(0,Pe(k[0])?2:3).every(b=>b<=0))[0])==null?void 0:a[0])||U[0][0];return $!==s?{data:{index:_+1,overflows:L},reset:{placement:$}}:{}}}};var Dd=new Set(["left","top"]);async function Ud(e,t){let{placement:r,platform:n,elements:a}=e,i=await(n.isRTL==null?void 0:n.isRTL(a.floating)),c=st(r),s=Pe(r),d=Qt(r)==="y",f=Dd.has(c)?-1:1,h=i&&d?-1:1,p=Xt(t,e),{mainAxis:y,crossAxis:x,alignmentAxis:v}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return s&&typeof v=="number"&&(x=s==="end"?v*-1:v),d?{x:x*h,y:y*f}:{x:y*f,y:x*h}}var bs=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;let{x:a,y:i,placement:c,middlewareData:s}=t,d=await Ud(t,e);return c===((r=s.offset)==null?void 0:r.placement)&&(n=s.arrow)!=null&&n.alignmentOffset?{}:{x:a+d.x,y:i+d.y,data:{...d,placement:c}}}}},xs=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:n,placement:a,platform:i}=t,{mainAxis:c=!0,crossAxis:s=!1,limiter:d={fn:_=>{let{x:w,y:S}=_;return{x:w,y:S}}},...f}=Xt(e,t),h={x:r,y:n},p=await i.detectOverflow(t,f),y=Qt(st(a)),x=Ea(y),v=h[x],A=h[y];if(c){let _=x==="y"?"top":"left",w=x==="y"?"bottom":"right",S=v+p[_],E=v-p[w];v=va(S,v,E)}if(s){let _=y==="y"?"top":"left",w=y==="y"?"bottom":"right",S=A+p[_],E=A-p[w];A=va(S,A,E)}let O=d.fn({...t,[x]:v,[y]:A});return{...O,data:{x:O.x-r,y:O.y-n,enabled:{[x]:c,[y]:s}}}}}};var vs=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,n;let{placement:a,rects:i,platform:c,elements:s}=t,{apply:d=()=>{},...f}=Xt(e,t),h=await c.detectOverflow(t,f),p=st(a),y=Pe(a),x=Qt(a)==="y",{width:v,height:A}=i.floating,O,_;p==="top"||p==="bottom"?(O=p,_=y===(await(c.isRTL==null?void 0:c.isRTL(s.floating))?"start":"end")?"left":"right"):(_=p,O=y==="end"?"top":"bottom");let w=A-h.top-h.bottom,S=v-h.left-h.right,E=wt(A-h[O],w),L=wt(v-h[_],S),M=!t.middlewareData.shift,U=E,F=L;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(F=S),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(U=w),M&&!y){let k=he(h.left,0),b=he(h.right,0),C=he(h.top,0),P=he(h.bottom,0);x?F=v-2*(k!==0||b!==0?k+b:he(h.left,h.right)):U=A-2*(C!==0||P!==0?C+P:he(h.top,h.bottom))}await d({...t,availableWidth:F,availableHeight:U});let $=await c.getDimensions(s.floating);return v!==$.width||A!==$.height?{reset:{rects:!0}}:{}}}};function Po(){return typeof window<"u"}function Mt(e){return Ss(e)?(e.nodeName||"").toLowerCase():"#document"}function me(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ze(e){var t;return(t=(Ss(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Ss(e){return Po()?e instanceof Node||e instanceof me(e).Node:!1}function Se(e){return Po()?e instanceof Element||e instanceof me(e).Element:!1}function ke(e){return Po()?e instanceof HTMLElement||e instanceof me(e).HTMLElement:!1}function Es(e){return!Po()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof me(e).ShadowRoot}function Jt(e){let{overflow:t,overflowX:r,overflowY:n,display:a}=Ce(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&a!=="inline"&&a!=="contents"}function Cs(e){return/^(table|td|th)$/.test(Mt(e))}function jr(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}var Bd=/transform|translate|scale|rotate|perspective|filter/,Hd=/paint|layout|strict|content/,Tt=e=>!!e&&e!=="none",Aa;function zo(e){let t=Se(e)?Ce(e):e;return Tt(t.transform)||Tt(t.translate)||Tt(t.scale)||Tt(t.rotate)||Tt(t.perspective)||!ko()&&(Tt(t.backdropFilter)||Tt(t.filter))||Bd.test(t.willChange||"")||Hd.test(t.contain||"")}function As(e){let t=Ke(e);for(;ke(t)&&!Pt(t);){if(zo(t))return t;if(jr(t))return null;t=Ke(t)}return null}function ko(){return Aa==null&&(Aa=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Aa}function Pt(e){return/^(html|body|#document)$/.test(Mt(e))}function Ce(e){return me(e).getComputedStyle(e)}function Kr(e){return Se(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ke(e){if(Mt(e)==="html")return e;let t=e.assignedSlot||e.parentNode||Es(e)&&e.host||ze(e);return Es(t)?t.host:t}function Ls(e){let t=Ke(e);return Pt(t)?e.ownerDocument?e.ownerDocument.body:e.body:ke(t)&&Jt(t)?t:Ls(t)}function Mo(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);let a=Ls(e),i=a===((n=e.ownerDocument)==null?void 0:n.body),c=me(a);if(i){let s=Io(c);return t.concat(c,c.visualViewport||[],Jt(a)?a:[],s&&r?Mo(s):[])}else return t.concat(a,Mo(a,[],r))}function Io(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function ws(e){let t=Ce(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,a=ke(e),i=a?e.offsetWidth:r,c=a?e.offsetHeight:n,s=Vr(r)!==i||Vr(n)!==c;return s&&(r=i,n=c),{width:r,height:n,$:s}}function Ns(e){return Se(e)?e:e.contextElement}function er(e){let t=Ns(e);if(!ke(t))return Re(1);let r=t.getBoundingClientRect(),{width:n,height:a,$:i}=ws(t),c=(i?Vr(r.width):r.width)/n,s=(i?Vr(r.height):r.height)/a;return(!c||!Number.isFinite(c))&&(c=1),(!s||!Number.isFinite(s))&&(s=1),{x:c,y:s}}var Gd=Re(0);function Ts(e){let t=me(e);return!ko()||!t.visualViewport?Gd:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function $d(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==me(e)?!1:t}function Zr(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);let a=e.getBoundingClientRect(),i=Ns(e),c=Re(1);t&&(n?Se(n)&&(c=er(n)):c=er(e));let s=$d(i,r,n)?Ts(i):Re(0),d=(a.left+s.x)/c.x,f=(a.top+s.y)/c.y,h=a.width/c.x,p=a.height/c.y;if(i){let y=me(i),x=n&&Se(n)?me(n):n,v=y,A=Io(v);for(;A&&n&&x!==v;){let O=er(A),_=A.getBoundingClientRect(),w=Ce(A),S=_.left+(A.clientLeft+parseFloat(w.paddingLeft))*O.x,E=_.top+(A.clientTop+parseFloat(w.paddingTop))*O.y;d*=O.x,f*=O.y,h*=O.x,p*=O.y,d+=S,f+=E,v=me(A),A=Io(v)}}return Nt({width:h,height:p,x:d,y:f})}function Do(e,t){let r=Kr(e).scrollLeft;return t?t.left+r:Zr(ze(e)).left+r}function Ms(e,t){let r=e.getBoundingClientRect(),n=r.left+t.scrollLeft-Do(e,r),a=r.top+t.scrollTop;return{x:n,y:a}}function Fd(e){let{elements:t,rect:r,offsetParent:n,strategy:a}=e,i=a==="fixed",c=ze(n),s=t?jr(t.floating):!1;if(n===c||s&&i)return r;let d={scrollLeft:0,scrollTop:0},f=Re(1),h=Re(0),p=ke(n);if((p||!p&&!i)&&((Mt(n)!=="body"||Jt(c))&&(d=Kr(n)),p)){let x=Zr(n);f=er(n),h.x=x.x+n.clientLeft,h.y=x.y+n.clientTop}let y=c&&!p&&!i?Ms(c,d):Re(0);return{width:r.width*f.x,height:r.height*f.y,x:r.x*f.x-d.scrollLeft*f.x+h.x+y.x,y:r.y*f.y-d.scrollTop*f.y+h.y+y.y}}function Wd(e){return Array.from(e.getClientRects())}function Vd(e){let t=ze(e),r=Kr(e),n=e.ownerDocument.body,a=he(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),i=he(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight),c=-r.scrollLeft+Do(e),s=-r.scrollTop;return Ce(n).direction==="rtl"&&(c+=he(t.clientWidth,n.clientWidth)-a),{width:a,height:i,x:c,y:s}}var Os=25;function jd(e,t){let r=me(e),n=ze(e),a=r.visualViewport,i=n.clientWidth,c=n.clientHeight,s=0,d=0;if(a){i=a.width,c=a.height;let h=ko();(!h||h&&t==="fixed")&&(s=a.offsetLeft,d=a.offsetTop)}let f=Do(n);if(f<=0){let h=n.ownerDocument,p=h.body,y=getComputedStyle(p),x=h.compatMode==="CSS1Compat"&&parseFloat(y.marginLeft)+parseFloat(y.marginRight)||0,v=Math.abs(n.clientWidth-p.clientWidth-x);v<=Os&&(i-=v)}else f<=Os&&(i+=f);return{width:i,height:c,x:s,y:d}}function Kd(e,t){let r=Zr(e,!0,t==="fixed"),n=r.top+e.clientTop,a=r.left+e.clientLeft,i=ke(e)?er(e):Re(1),c=e.clientWidth*i.x,s=e.clientHeight*i.y,d=a*i.x,f=n*i.y;return{width:c,height:s,x:d,y:f}}function Rs(e,t,r){let n;if(t==="viewport")n=jd(e,r);else if(t==="document")n=Vd(ze(e));else if(Se(t))n=Kd(t,r);else{let a=Ts(e);n={x:t.x-a.x,y:t.y-a.y,width:t.width,height:t.height}}return Nt(n)}function Ps(e,t){let r=Ke(e);return r===t||!Se(r)||Pt(r)?!1:Ce(r).position==="fixed"||Ps(r,t)}function Zd(e,t){let r=t.get(e);if(r)return r;let n=Mo(e,[],!1).filter(s=>Se(s)&&Mt(s)!=="body"),a=null,i=Ce(e).position==="fixed",c=i?Ke(e):e;for(;Se(c)&&!Pt(c);){let s=Ce(c),d=zo(c);!d&&s.position==="fixed"&&(a=null),(i?!d&&!a:!d&&s.position==="static"&&!!a&&(a.position==="absolute"||a.position==="fixed")||Jt(c)&&!d&&Ps(e,c))?n=n.filter(h=>h!==c):a=s,c=Ke(c)}return t.set(e,n),n}function Yd(e){let{element:t,boundary:r,rootBoundary:n,strategy:a}=e,c=[...r==="clippingAncestors"?jr(t)?[]:Zd(t,this._c):[].concat(r),n],s=Rs(t,c[0],a),d=s.top,f=s.right,h=s.bottom,p=s.left;for(let y=1;y<c.length;y++){let x=Rs(t,c[y],a);d=he(x.top,d),f=wt(x.right,f),h=wt(x.bottom,h),p=he(x.left,p)}return{width:f-p,height:h-d,x:p,y:d}}function qd(e){let{width:t,height:r}=ws(e);return{width:t,height:r}}function Xd(e,t,r){let n=ke(t),a=ze(t),i=r==="fixed",c=Zr(e,!0,i,t),s={scrollLeft:0,scrollTop:0},d=Re(0);function f(){d.x=Do(a)}if(n||!n&&!i)if((Mt(t)!=="body"||Jt(a))&&(s=Kr(t)),n){let x=Zr(t,!0,i,t);d.x=x.x+t.clientLeft,d.y=x.y+t.clientTop}else a&&f();i&&!n&&a&&f();let h=a&&!n&&!i?Ms(a,s):Re(0),p=c.left+s.scrollLeft-d.x-h.x,y=c.top+s.scrollTop-d.y-h.y;return{x:p,y,width:c.width,height:c.height}}function La(e){return Ce(e).position==="static"}function _s(e,t){if(!ke(e)||Ce(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return ze(e)===r&&(r=r.ownerDocument.body),r}function zs(e,t){let r=me(e);if(jr(e))return r;if(!ke(e)){let a=Ke(e);for(;a&&!Pt(a);){if(Se(a)&&!La(a))return a;a=Ke(a)}return r}let n=_s(e,t);for(;n&&Cs(n)&&La(n);)n=_s(n,t);return n&&Pt(n)&&La(n)&&!zo(n)?r:n||As(e)||r}var Qd=async function(e){let t=this.getOffsetParent||zs,r=this.getDimensions,n=await r(e.floating);return{reference:Xd(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function Jd(e){return Ce(e).direction==="rtl"}var tr={convertOffsetParentRelativeRectToViewportRelativeRect:Fd,getDocumentElement:ze,getClippingRect:Yd,getOffsetParent:zs,getElementRects:Qd,getClientRects:Wd,getDimensions:qd,getScale:er,isElement:Se,isRTL:Jd};var ks=bs,Oa=ys,Is=xs;var Ds=vs;var Ra=(e,t,r)=>{let n=new Map,a={platform:tr,...r},i={...a.platform,_c:n};return gs(e,t,{...a,platform:i})};function wa(e){return ef(e)}function _a(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function ef(e){for(let t=e;t;t=_a(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=_a(e);t;t=_a(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||r.filter!=="none"||t.tagName==="BODY"))return t}return null}async function tf(e,t,r){let n;return typeof r=="object"?n=r:n={placement:r},Ra(e,t,{strategy:n.strategy,platform:{...tr,getOffsetParent:a=>tr.getOffsetParent(a,wa)},middleware:[Is({crossAxis:!0}),Oa({allowedPlacements:[n.placement]})]})}async function rf(e,t,r,n,a,i,c){let s,d;return typeof r=="object"?(s=r.placement,n=r.allowedPlacements,a=r.strategy,i=r.maxHeightCssVariable,d=r.maxWidthCssVariable,c=r.offsetValue):s=r,Ra(e,t,{placement:s,strategy:a,platform:{...tr,getOffsetParent:f=>tr.getOffsetParent(f,wa)},middleware:[ks(c??4),Oa({allowedPlacements:n}),Ds({apply({availableHeight:f,availableWidth:h,elements:p}){typeof i=="string"&&(i=`var(${i})`),i?p.floating.style.maxHeight=`min(${Math.max(0,f)}px, ${i})`:p.floating.style.maxHeight=`${Math.max(0,f)}px`,typeof d=="string"&&(d=`var(${d})`),d?p.floating.style.maxWidth=`min(${Math.max(0,h)}px, ${d})`:p.floating.style.maxWidth=`${Math.max(0,h)}px`}})]})}var Ta={};B(Ta,{isSlotEmptyOrWithoutContent:()=>of});var of=e=>e?e.assignedNodes({flatten:!0}).filter(n=>{var a;return n.nodeType===Node.TEXT_NODE?((a=n.textContent)!==null&&a!==void 0?a:"").trim().length>0:!0}).length===0:!0;var Da={};B(Da,{FtdsBase:()=>Ia,toFtdsBase:()=>Uo});var ka={};B(ka,{ExportpartsUpdatedEvent:()=>zt,FtLitElement:()=>K});var Ma={};B(Ma,{ScopedRegistryLitElement:()=>Yr});var Yr=class extends Ve{createRenderRoot(){let t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach(([a,i])=>t.registry.define(a,i)));let r={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return Nr(n,t.elementStyles),n}};var za={};B(za,{shadowQuerySelector:()=>Pa,shadowQuerySelectorAll:()=>nf});function Pa(e,t,...r){var n;let a=e.querySelector(t);for(let i of r)a=(n=a?.shadowRoot)===null||n===void 0?void 0:n.querySelector(i);return a}function nf(e,t,...r){let n=[...e.querySelectorAll(t)];for(let a of r)n=n.flatMap(i=>{var c,s;return[...(s=(c=i.shadowRoot)===null||c===void 0?void 0:c.querySelectorAll(a))!==null&&s!==void 0?s:[]]});return n}var rr=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(i=(a<3?c(i):a>3?c(t,r,i):c(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},Gs,Us=Symbol("constructorPrototype"),Bs=Symbol("constructorName"),$s=Symbol("exportpartsDebouncer"),Hs=Symbol("dynamicDependenciesLoaded"),zt=class e extends CustomEvent{constructor(){super(e.eventName,{bubbles:!0})}};zt.eventName="exportparts-updated";var K=class extends Yr{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Gs]=new at(5),this.scheduleExportpartsUpdate=()=>{var t,r,n;(!((t=this.exportpartsPrefix)===null||t===void 0)&&t.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[$s].run(()=>{var a,i;!((a=this.exportpartsPrefix)===null||a===void 0)&&a.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[Bs]=this.constructor.name,this[Us]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Bs]&&Object.setPrototypeOf(this,this[Us])}connectedCallback(){var t;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(n){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",n)}let r=this.constructor;r[Hs]||(r[Hs]=!0,this.importDynamicDependencies()),(t=this.shadowRoot)===null||t===void 0||t.addEventListener(zt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this.shadowRoot)===null||t===void 0||t.removeEventListener(zt.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(t){super.updated(t),this.updateComplete.then(()=>{this.contentAvailableCallback(t),this.focusElementToFocus(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate(),t.has("exportparts")&&this.dispatchEvent(new zt)})}contentAvailableCallback(t){}focusElementToFocus(t){if(t.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:n,shadowPath:a}=this.elementToFocus;if(n!=null){let i=[...a??[],n];r=Pa(this.shadowRoot,...i)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(t){var r,n,a;if(((n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&n!==void 0?n:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((a=this.customStylesheet)!==null&&a!==void 0?a:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}setExportpartsAttribute(t){var r,n,a,i,c,s;let d=y=>y!=null&&y.trim().length>0,f=t.filter(d).map(y=>y.trim());if(f.length===0){this.exportparts=void 0;return}let h=new Set;for(let y of(n=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let x=(i=(a=y.getAttribute("part"))===null||a===void 0?void 0:a.split(" "))!==null&&i!==void 0?i:[],v=(s=(c=y.getAttribute("exportparts"))===null||c===void 0?void 0:c.split(",").map(O=>O.split(":")[1]))!==null&&s!==void 0?s:[],A=[...x,...v].filter(d).map(O=>O.trim());for(let O of A)h.add(O)}if(h.size===0){this.exportparts=void 0;return}let p=[...h.values()].flatMap(y=>f.map(x=>`${y}:${x}--${y}`));this.exportparts=[...this.part,...p].join(", ")}};Gs=$s;rr([T()],K.prototype,"exportpartsPrefix",void 0);rr([Qn([])],K.prototype,"exportpartsPrefixes",void 0);rr([T({reflect:!0})],K.prototype,"exportparts",void 0);rr([T()],K.prototype,"customStylesheet",void 0);rr([T()],K.prototype,"elementToFocus",void 0);rr([J()],K.prototype,"useAdoptedStyleSheets",void 0);var Fs=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(i=(a<3?c(i):a>3?c(t,r,i):c(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},Uo=ye(Symbol("toFtdsBase"),function(e){class t extends e{constructor(){super(...arguments),this.size=Wr.medium,this.family=Fr.neutral}getDesignSystemBaseClasses(){return{[pa(this.family)]:!0,[ha(this.size)]:!0}}}return Fs([T()],t.prototype,"size",void 0),Fs([T()],t.prototype,"family",void 0),t}),Ia=class extends Uo(K){};var Ws={};var Ba={};B(Ba,{highlightHtml:()=>sf,highlightHtmlColorCssVariable:()=>Vs,highlightHtmlStyles:()=>cf});var kt=class e{constructor(t,r=!0,n=[],a=5e3){this.ctx=t,this.iframes=r,this.exclude=n,this.iframesTimeout=a}static matches(t,r){let n=typeof r=="string"?[r]:r,a=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(a){let i=!1;return n.every(c=>a.call(t,c)?(i=!0,!1):!0),i}else return!1}getContexts(){let t,r=[];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 a=r.filter(i=>i.contains(n)).length>0;r.indexOf(n)===-1&&!a&&r.push(n)}),r}getIframeContents(t,r,n=()=>{}){let a;try{let i=t.contentWindow;if(a=i.document,!i||!a)throw new Error("iframe inaccessible")}catch{n()}a&&r(a)}isIframeBlank(t){let r="about:blank",n=t.getAttribute("src").trim();return t.contentWindow.location.href===r&&n!==r&&n}observeIframeLoad(t,r,n){let a=!1,i=null,c=()=>{if(!a){a=!0,clearTimeout(i);try{this.isIframeBlank(t)||(t.removeEventListener("load",c),this.getIframeContents(t,r,n))}catch{n()}}};t.addEventListener("load",c),i=setTimeout(c,this.iframesTimeout)}onIframeReady(t,r,n){try{t.contentWindow.document.readyState==="complete"?this.isIframeBlank(t)?this.observeIframeLoad(t,r,n):this.getIframeContents(t,r,n):this.observeIframeLoad(t,r,n)}catch{n()}}waitForIframes(t,r){let n=0;this.forEachIframe(t,()=>!0,a=>{n++,this.waitForIframes(a.querySelector("html"),()=>{--n||r()})},a=>{a||r()})}forEachIframe(t,r,n,a=()=>{}){let i=t.querySelectorAll("iframe"),c=i.length,s=0;i=Array.prototype.slice.call(i);let d=()=>{--c<=0&&a(s)};c||d(),i.forEach(f=>{e.matches(f,this.exclude)?d():this.onIframeReady(f,h=>{r(f)&&(s++,n(h)),d()},d)})}createIterator(t,r,n){return document.createNodeIterator(t,r,n,!1)}createInstanceOnIframe(t){return new e(t.querySelector("html"),this.iframes)}compareNodeIframe(t,r,n){let a=t.compareDocumentPosition(n),i=Node.DOCUMENT_POSITION_PRECEDING;if(a&i)if(r!==null){let c=r.compareDocumentPosition(n),s=Node.DOCUMENT_POSITION_FOLLOWING;if(c&s)return!0}else return!0;return!1}getIteratorNode(t){let r=t.previousNode(),n;return r===null?n=t.nextNode():n=t.nextNode()&&t.nextNode(),{prevNode:r,node:n}}checkIframeFilter(t,r,n,a){let i=!1,c=!1;return a.forEach((s,d)=>{s.val===n&&(i=d,c=s.handled)}),this.compareNodeIframe(t,r,n)?(i===!1&&!c?a.push({val:n,handled:!0}):i!==!1&&!c&&(a[i].handled=!0),!0):(i===!1&&a.push({val:n,handled:!1}),!1)}handleOpenIframes(t,r,n,a){t.forEach(i=>{i.handled||this.getIframeContents(i.val,c=>{this.createInstanceOnIframe(c).forEachNode(r,n,a)})})}iterateThroughNodes(t,r,n,a,i){let c=this.createIterator(r,t,a),s=[],d=[],f,h,p=()=>({prevNode:h,node:f}=this.getIteratorNode(c),f);for(;p();)this.iframes&&this.forEachIframe(r,y=>this.checkIframeFilter(f,h,y,s),y=>{this.createInstanceOnIframe(y).forEachNode(t,x=>d.push(x),a)}),d.push(f);d.forEach(y=>{n(y)}),this.iframes&&this.handleOpenIframes(s,t,n,a),i()}forEachNode(t,r,n,a=()=>{}){let i=this.getContexts(),c=i.length;c||a(),i.forEach(s=>{let d=()=>{this.iterateThroughNodes(t,s,r,n,()=>{--c<=0&&a()})};this.iframes?this.waitForIframes(s,d):d()})}};var qr=class{constructor(t){this.ctx=t,this.ie=!1;let r=window.navigator.userAgent;(r.indexOf("MSIE")>-1||r.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 kt(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,r="debug"){let n=this.opt.log;this.opt.debug&&typeof n=="object"&&typeof n[r]=="function"&&n[r](`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 r=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",a=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in r)if(r.hasOwnProperty(i)){let c=r[i],s=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(i):this.escapeStr(i),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}`),a+`(${this.processSynomyms(s)}|${this.processSynomyms(d)})`+a))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return t=t.replace(/(?:\\)*\?/g,r=>r.charAt(0)==="\\"?"?":""),t.replace(/(?:\\)*\*/g,r=>r.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(t){let r=this.opt.wildcards==="withSpaces";return t.replace(/\u0001/g,r?"[\\S\\s]?":"\\S?").replace(/\u0002/g,r?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,(r,n,a)=>{let i=a.charAt(n+1);return/[(|)\\]/.test(i)||i===""?r:r+"\0"})}createJoinersRegExp(t){let r=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&r.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&r.push("\\u00ad\\u200b\\u200c\\u200d"),r.length?t.split(/\u0000+/).join(`[${r.join("")}]*`):t}createDiacriticsRegExp(t){let r=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"],a=[];return t.split("").forEach(i=>{n.every(c=>{if(c.indexOf(i)!==-1){if(a.indexOf(c)>-1)return!1;t=t.replace(new RegExp(`[${c}]`,`gm${r}`),`[${c}]`),a.push(c)}return!0})}),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(t){let r="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",n=this.opt.accuracy,a=typeof n=="string"?n:n.value,i=typeof n=="string"?[]:n.limiters,c="";switch(i.forEach(s=>{c+=`|${this.escapeStr(s)}`}),a){case"partially":default:return`()(${t})`;case"complementary":return c="\\s"+(c||this.escapeStr(r)),`()([^${c}]*${t}[^${c}]*)`;case"exactly":return`(^|\\s${c})(${t})(?=$|\\s${c})`}}getSeparatedKeywords(t){let r=[];return t.forEach(n=>{this.opt.separateWordSearch?n.split(" ").forEach(a=>{a.trim()&&r.indexOf(a)===-1&&r.push(a)}):n.trim()&&r.indexOf(n)===-1&&r.push(n)}),{keywords:r.sort((n,a)=>a.length-n.length),length:r.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 r=[],n=0;return t.sort((a,i)=>a.start-i.start).forEach(a=>{let{start:i,end:c,valid:s}=this.callNoMatchOnInvalidRanges(a,n);s&&(a.start=i,a.length=c-i,r.push(a),n=c)}),r}callNoMatchOnInvalidRanges(t,r){let n,a,i=!1;return t&&typeof t.start<"u"?(n=parseInt(t.start,10),a=n+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&a-r>0&&a-n>0?i=!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:a,valid:i}}checkWhitespaceRanges(t,r,n){let a,i=!0,c=n.length,s=r-c,d=parseInt(t.start,10)-s;return d=d>c?c:d,a=d+parseInt(t.length,10),a>c&&(a=c,this.log(`End range automatically set to the max value of ${c}`)),d<0||a-d<0||d>c||a>c?(i=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):n.substring(d,a).replace(/\s+/g,"")===""&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:d,end:a,valid:i}}getTextNodes(t){let r="",n=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,a=>{n.push({start:r.length,end:(r+=a.textContent).length,node:a})},a=>this.matchesExclude(a.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{t({value:r,nodes:n})})}matchesExclude(t){return kt.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,r,n){let a=this.opt.element?this.opt.element:"mark",i=t.splitText(r),c=i.splitText(n-r),s=document.createElement(a);return s.setAttribute("data-markjs","true"),this.opt.className&&s.setAttribute("class",this.opt.className),s.textContent=i.textContent,i.parentNode.replaceChild(s,i),c}wrapRangeInMappedTextNode(t,r,n,a,i){t.nodes.every((c,s)=>{let d=t.nodes[s+1];if(typeof d>"u"||d.start>r){if(!a(c.node))return!1;let f=r-c.start,h=(n>c.end?c.end:n)-c.start,p=t.value.substr(0,c.start),y=t.value.substr(h+c.start);if(c.node=this.wrapRangeInTextNode(c.node,f,h),t.value=p+y,t.nodes.forEach((x,v)=>{v>=s&&(t.nodes[v].start>0&&v!==s&&(t.nodes[v].start-=h),t.nodes[v].end-=h)}),n-=h,i(c.node.previousSibling,c.start),n>c.end)r=c.end;else return!1}return!0})}wrapMatches(t,r,n,a,i){let c=r===0?0:r+1;this.getTextNodes(s=>{s.nodes.forEach(d=>{d=d.node;let f;for(;(f=t.exec(d.textContent))!==null&&f[c]!=="";){if(!n(f[c],d))continue;let h=f.index;if(c!==0)for(let p=1;p<c;p++)h+=f[p].length;d=this.wrapRangeInTextNode(d,h,h+f[c].length),a(d.previousSibling),t.lastIndex=0}}),i()})}wrapMatchesAcrossElements(t,r,n,a,i){let c=r===0?0:r+1;this.getTextNodes(s=>{let d;for(;(d=t.exec(s.value))!==null&&d[c]!=="";){let f=d.index;if(c!==0)for(let p=1;p<c;p++)f+=d[p].length;let h=f+d[c].length;this.wrapRangeInMappedTextNode(s,f,h,p=>n(d[c],p),(p,y)=>{t.lastIndex=y,a(p)})}i()})}wrapRangeFromIndex(t,r,n,a){this.getTextNodes(i=>{let c=i.value.length;t.forEach((s,d)=>{let{start:f,end:h,valid:p}=this.checkWhitespaceRanges(s,c,i.value);p&&this.wrapRangeInMappedTextNode(i,f,h,y=>r(y,s,i.value.substring(f,h),d),y=>{n(y,s)})}),a()})}unwrapMatches(t){let r=t.parentNode,n=document.createDocumentFragment();for(;t.firstChild;)n.appendChild(t.removeChild(t.firstChild));r.replaceChild(n,t),this.ie?this.normalizeTextNode(r):r.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,r){this.opt=r,this.log(`Searching with expression "${t}"`);let n=0,a="wrapMatches",i=c=>{n++,this.opt.each(c)};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),this[a](t,this.opt.ignoreGroups,(c,s)=>this.opt.filter(s,c,n),i,()=>{n===0&&this.opt.noMatch(t),this.opt.done(n)})}mark(t,r){this.opt=r;let n=0,a="wrapMatches",{keywords:i,length:c}=this.getSeparatedKeywords(typeof t=="string"?[t]:t),s=this.opt.caseSensitive?"":"i",d=f=>{let h=new RegExp(this.createRegExp(f),`gm${s}`),p=0;this.log(`Searching with expression "${h}"`),this[a](h,1,(y,x)=>this.opt.filter(x,f,n,p),y=>{p++,n++,this.opt.each(y)},()=>{p===0&&this.opt.noMatch(f),i[c-1]===f?this.opt.done(n):d(i[i.indexOf(f)+1])})};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),c===0?this.opt.done(n):d(i[0])}markRanges(t,r){this.opt=r;let n=0,a=this.checkRanges(t);a&&a.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(a)),this.wrapRangeFromIndex(a,(i,c,s,d)=>this.opt.filter(i,c,s,d),(i,c)=>{n++,this.opt.each(i,c)},()=>{this.opt.done(n)})):this.opt.done(n)}unmark(t){this.opt=t;let r=this.opt.element?this.opt.element:"*";r+="[data-markjs]",this.opt.className&&(r+=`.${this.opt.className}`),this.log(`Removal selector "${r}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,n=>{this.unwrapMatches(n)},n=>{let a=kt.matches(n,r),i=this.matchesExclude(n);return!a||i?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function Ua(e){let t=new qr(e);return this.mark=(r,n)=>(t.mark(r,n),this),this.markRegExp=(r,n)=>(t.markRegExp(r,n),this),this.markRanges=(r,n)=>(t.markRanges(r,n),this),this.unmark=r=>(t.unmark(r),this),this}var af=Ua,Vs=o.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),cf=D`
|
|
6
6
|
.highlight-html-match {
|
|
7
7
|
background: ${Vs};
|
|
8
8
|
}
|
|
@@ -45,7 +45,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
|
|
|
45
45
|
input::-webkit-search-results-decoration {
|
|
46
46
|
display: none;
|
|
47
47
|
}
|
|
48
|
-
`;var js={};var $a={};B($a,{ParametrizedLabelResolver:()=>Ga});var Ga=class e{constructor(t,r){this.defaultLabels=t,this.labels=r}resolve(t,...r){var n,a;t=this.resolvePluralKey(t,r);let i=(a=(n=this.labels[t])!==null&&n!==void 0?n:this.defaultLabels[t])!==null&&a!==void 0?a:"";return e.replaceParameters(i,...r)}static replaceParameters(t,...r){return r.forEach((n,a)=>t=t.replace(new RegExp(`\\{${a}([^}]*)\\}`,"g"),(i,c)=>e.formatValue(n,c))),t}resolvePluralKey(t,r){for(let n of r)if(typeof n=="number"){let a=`${String(t)}[\\=${n}]`;if(a in this.labels||a in this.defaultLabels)return a}return t}static formatValue(t,r){return t instanceof Date?e.formatDate(t,r):t??""}static formatDate(t,r){let n=a=>r?.includes("date")?t.toLocaleDateString(a):r?.includes("time")?t.toLocaleTimeString(a):t.toLocaleString(a);try{return n(document.documentElement.lang)}catch{return n()}}};var mi={};B(mi,{FtCommandQueue:()=>Xr,FtLitElementRedux:()=>Fa,FtReduxStore:()=>pi,FtStateManager:()=>hi,ReduxWatcher:()=>Wo,clearAllStores:()=>Xf,isFtReduxStore:()=>or,redux:()=>pf,reduxEventListener:()=>hf,reduxReactive:()=>uf,watch:()=>Qf,withRedux:()=>Ks});var uf=()=>(e,t)=>{var r;let n=e.constructor;n.reduxReactiveProperties=new Set(n.reduxReactiveProperties),(r=n.reduxReactiveProperties)===null||r===void 0||r.add(t)},pf=e=>{let t=e??{};return(r,n)=>{var a;let i={hasChanged:Lt,attribute:!1,...t};T(i)(r,n);let c=r.constructor;c.reduxProperties=new Map(c.reduxProperties),c.reduxProperties.set(n,{selector:(a=t.selector)!==null&&a!==void 0?a:s=>s[n],store:t.store})}},hf=e=>(t,r)=>{let n=t.constructor;n.reduxEventListeners=new Map(n.reduxEventListeners),n.reduxEventListeners.set(r,e)};var Xr=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(t.type),this.queue.push(t)}consume(t){let r=this.queue.find(n=>n.type===t);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}clear(t){typeof t=="string"?this.queue=this.queue.filter(r=>r.type!==t):this.queue=this.queue.filter(r=>!t.test(r.type))}};function or(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Qr=Symbol("internalReduxEventsUnsubscribers"),lt=Symbol("internalStoresUnsubscribers"),Dt=Symbol("internalStores"),Ks=ye(Symbol("withRedux"),function(e){var t,r,n;class a extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(c){super.willUpdate(c),[...this.reduxConstructor.reduxReactiveProperties].some(s=>c.has(s))&&this.updateFromStores()}getUnnamedStore(){if(this[Dt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Dt].values()][0]}getStore(c){return c==null?this.getUnnamedStore():this[Dt].get(c)}addStore(c,s){var d;s=(d=s??c.name)!==null&&d!==void 0?d:"default-store",this.unsubscribeFromStore(s),this[Dt].set(s,c),this.subscribeToStore(s,c),this.updateFromStores()}removeStore(c){let s=typeof c=="string"?c:c.name;this.unsubscribeFromStore(s),this[Dt].delete(s)}setupStores(){this.unsubscribeFromStores(),this[Dt].forEach((c,s)=>this.subscribeToStore(s,c)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((c,s)=>{let d=this.constructor.getPropertyOptions(s);if(!d?.attribute||!this.hasAttribute(typeof d?.attribute=="string"?d.attribute:s)){let f=this.getStore(c.store);f&&(c.store?this[lt].has(c.store):this[lt].size>0)&&(this[s]=c.selector(f.getState(),this))}})}subscribeToStore(c,s){var d;this[lt].set(c,s.subscribe(()=>this.updateFromStores())),this[Qr].set(c,[]),or(s)&&s.eventBus&&((d=this.reduxConstructor.reduxEventListeners)===null||d===void 0||d.forEach((f,h)=>{if(typeof this[h]=="function"&&(!f.store||s.name===f.store)){let p=y=>this[h](y);s.addEventListener(f.eventName,p),this[Qr].get(c).push(()=>s.removeEventListener(f.eventName,p))}})),this.onStoreAvailable(c)}unsubscribeFromStores(){this[lt].forEach((c,s)=>this.unsubscribeFromStore(s))}unsubscribeFromStore(c){var s;this[lt].has(c)&&this[lt].get(c)(),this[lt].delete(c),(s=this[Qr].get(c))===null||s===void 0||s.forEach(d=>d()),this[Qr].delete(c)}onStoreAvailable(c){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=lt,r=Dt,n=Qr,a.reduxProperties=new Map,a.reduxReactiveProperties=new Set,a.reduxEventListeners=new Map,a}),Fa=class extends Ks(K){};function Ae(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(0)var a,i;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map(function(c){return"'"+c+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Ze(e){return!!e&&!!e[ee]}function _e(e){var t;return!!e&&(function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var a=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return a===Object||typeof a=="function"&&Function.toString.call(a)===Sf}(e)||Array.isArray(e)||!!e[el]||!!(!((t=e.constructor)===null||t===void 0)&&t[el])||Qa(e)||Ja(e))}function Ut(e,t,r){r===void 0&&(r=!1),ir(e)===0?(r?Object.keys:ar)(e).forEach(function(n){r&&typeof n=="symbol"||t(n,e[n],e)}):e.forEach(function(n,a){return t(a,n,e)})}function ir(e){var t=e[ee];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Qa(e)?2:Ja(e)?3:0}function nr(e,t){return ir(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function mf(e,t){return ir(e)===2?e.get(t):e[t]}function tl(e,t,r){var n=ir(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function rl(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Qa(e){return vf&&e instanceof Map}function Ja(e){return Ef&&e instanceof Set}function dt(e){return e.o||e.t}function ei(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=al(e);delete t[ee];for(var r=ar(t),n=0;n<r.length;n++){var a=r[n],i=t[a];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(t[a]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[a]})}return Object.create(Object.getPrototypeOf(e),t)}function ti(e,t){return t===void 0&&(t=!1),ri(e)||Ze(e)||!_e(e)||(ir(e)>1&&(e.set=e.add=e.clear=e.delete=gf),Object.freeze(e),t&&Ut(e,function(r,n){return ti(n,!0)},!0)),e}function gf(){Ae(2)}function ri(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function Ie(e){var t=Xa[e];return t||Ae(18,e),t}function yf(e,t){Xa[e]||(Xa[e]=t)}function Za(){return eo}function Wa(e,t){t&&(Ie("Patches"),e.u=[],e.s=[],e.v=t)}function Bo(e){Ya(e),e.p.forEach(bf),e.p=null}function Ya(e){e===eo&&(eo=e.l)}function Zs(e){return eo={p:[],l:eo,h:e,m:!0,_:0}}function bf(e){var t=e[ee];t.i===0||t.i===1?t.j():t.g=!0}function Va(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||Ie("ES5").S(t,e,n),n?(r[ee].P&&(Bo(t),Ae(4)),_e(e)&&(e=Ho(t,e),t.l||Go(t,e)),t.u&&Ie("Patches").M(r[ee].t,e,t.u,t.s)):e=Ho(t,r,[]),Bo(t),t.u&&t.v(t.u,t.s),e!==nl?e:void 0}function Ho(e,t,r){if(ri(t))return t;var n=t[ee];if(!n)return Ut(t,function(s,d){return Ys(e,n,t,s,d,r)},!0),t;if(n.A!==e)return t;if(!n.P)return Go(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var a=n.i===4||n.i===5?n.o=ei(n.k):n.o,i=a,c=!1;n.i===3&&(i=new Set(a),a.clear(),c=!0),Ut(i,function(s,d){return Ys(e,n,a,s,d,r,c)}),Go(e,a,!1),r&&e.u&&Ie("Patches").N(n,r,e.u,e.s)}return n.o}function Ys(e,t,r,n,a,i,c){if(Ze(a)){var s=Ho(e,a,i&&t&&t.i!==3&&!nr(t.R,n)?i.concat(n):void 0);if(tl(r,n,s),!Ze(s))return;e.m=!1}else c&&r.add(a);if(_e(a)&&!ri(a)){if(!e.h.D&&e._<1)return;Ho(e,a),t&&t.A.l||Go(e,a)}}function Go(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&ti(t,r)}function ja(e,t){var r=e[ee];return(r?dt(r):e)[t]}function qs(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function ft(e){e.P||(e.P=!0,e.l&&ft(e.l))}function Ka(e){e.o||(e.o=ei(e.t))}function qa(e,t,r){var n=Qa(t)?Ie("MapSet").F(t,r):Ja(t)?Ie("MapSet").T(t,r):e.O?function(a,i){var c=Array.isArray(a),s={i:c?1:0,A:i?i.A:Za(),P:!1,I:!1,R:{},l:i,t:a,k:null,o:null,j:null,C:!1},d=s,f=to;c&&(d=[s],f=Jr);var h=Proxy.revocable(d,f),p=h.revoke,y=h.proxy;return s.k=y,s.j=p,y}(t,r):Ie("ES5").J(t,r);return(r?r.A:Za()).p.push(n),n}function xf(e){return Ze(e)||Ae(22,e),function t(r){if(!_e(r))return r;var n,a=r[ee],i=ir(r);if(a){if(!a.P&&(a.i<4||!Ie("ES5").K(a)))return a.t;a.I=!0,n=Xs(r,i),a.I=!1}else n=Xs(r,i);return Ut(n,function(c,s){a&&mf(a.t,c)===s||tl(n,c,t(s))}),i===3?new Set(n):n}(e)}function Xs(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return ei(e)}function ol(){function e(c,s){var d=i[c];return d?d.enumerable=s:i[c]=d={configurable:!0,enumerable:s,get:function(){var f=this[ee];return to.get(f,c)},set:function(f){var h=this[ee];to.set(h,c,f)}},d}function t(c){for(var s=c.length-1;s>=0;s--){var d=c[s][ee];if(!d.P)switch(d.i){case 5:n(d)&&ft(d);break;case 4:r(d)&&ft(d)}}}function r(c){for(var s=c.t,d=c.k,f=ar(d),h=f.length-1;h>=0;h--){var p=f[h];if(p!==ee){var y=s[p];if(y===void 0&&!nr(s,p))return!0;var x=d[p],v=x&&x[ee];if(v?v.t!==y:!rl(x,y))return!0}}var A=!!s[ee];return f.length!==ar(s).length+(A?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 f=0;f<s.length;f++)if(!s.hasOwnProperty(f))return!0;return!1}function a(c){c.g&&Ae(3,JSON.stringify(dt(c)))}var i={};yf("ES5",{J:function(c,s){var d=Array.isArray(c),f=function(p,y){if(p){for(var x=Array(y.length),v=0;v<y.length;v++)Object.defineProperty(x,""+v,e(v,!0));return x}var A=al(y);delete A[ee];for(var O=ar(A),_=0;_<O.length;_++){var w=O[_];A[w]=e(w,p||!!A[w].enumerable)}return Object.create(Object.getPrototypeOf(y),A)}(d,c),h={i:d?5:4,A:s?s.A:Za(),P:!1,I:!1,R:{},l:s,t:c,k:f,o:null,g:!1,C:!1};return Object.defineProperty(f,ee,{value:h,writable:!0}),f},S:function(c,s,d){d?Ze(s)&&s[ee].A===c&&t(c.p):(c.u&&function f(h){if(h&&typeof h=="object"){var p=h[ee];if(p){var y=p.t,x=p.k,v=p.R,A=p.i;if(A===4)Ut(x,function(E){E!==ee&&(y[E]!==void 0||nr(y,E)?v[E]||f(x[E]):(v[E]=!0,ft(p)))}),Ut(y,function(E){x[E]!==void 0||nr(x,E)||(v[E]=!1,ft(p))});else if(A===5){if(n(p)&&(ft(p),v.length=!0),x.length<y.length)for(var O=x.length;O<y.length;O++)v[O]=!1;else for(var _=y.length;_<x.length;_++)v[_]=!0;for(var w=Math.min(x.length,y.length),S=0;S<w;S++)x.hasOwnProperty(S)||(v[S]=!0),v[S]===void 0&&f(x[S])}}}}(c.p[0]),t(c.p))},K:function(c){return c.i===4?r(c):n(c)}})}var Qs,eo,oi=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",vf=typeof Map<"u",Ef=typeof Set<"u",Js=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",nl=oi?Symbol.for("immer-nothing"):((Qs={})["immer-nothing"]=!0,Qs),el=oi?Symbol.for("immer-draftable"):"__$immer_draftable",ee=oi?Symbol.for("immer-state"):"__$immer_state";var Sf=""+Object.prototype.constructor,ar=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,al=Object.getOwnPropertyDescriptors||function(e){var t={};return ar(e).forEach(function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)}),t},Xa={},to={get:function(e,t){if(t===ee)return e;var r=dt(e);if(!nr(r,t))return function(a,i,c){var s,d=qs(i,c);return d?"value"in d?d.value:(s=d.get)===null||s===void 0?void 0:s.call(a.k):void 0}(e,r,t);var n=r[t];return e.I||!_e(n)?n:n===ja(e.t,t)?(Ka(e),e.o[t]=qa(e.A.h,n,e)):n},has:function(e,t){return t in dt(e)},ownKeys:function(e){return Reflect.ownKeys(dt(e))},set:function(e,t,r){var n=qs(dt(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var a=ja(dt(e),t),i=a?.[ee];if(i&&i.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(rl(r,a)&&(r!==void 0||nr(e.t,t)))return!0;Ka(e),ft(e)}return e.o[t]===r&&(r!==void 0||t in e.o)||Number.isNaN(r)&&Number.isNaN(e.o[t])||(e.o[t]=r,e.R[t]=!0),!0},deleteProperty:function(e,t){return ja(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,Ka(e),ft(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=dt(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){Ae(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){Ae(12)}},Jr={};Ut(to,function(e,t){Jr[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),Jr.deleteProperty=function(e,t){return Jr.set.call(this,e,t,void 0)},Jr.set=function(e,t,r){return to.set.call(this,e[0],t,r,e[0])};var Cf=function(){function e(r){var n=this;this.O=Js,this.D=!0,this.produce=function(a,i,c){if(typeof a=="function"&&typeof i!="function"){var s=i;i=a;var d=n;return function(A){var O=this;A===void 0&&(A=s);for(var _=arguments.length,w=Array(_>1?_-1:0),S=1;S<_;S++)w[S-1]=arguments[S];return d.produce(A,function(E){var L;return(L=i).call.apply(L,[O,E].concat(w))})}}var f;if(typeof i!="function"&&Ae(6),c!==void 0&&typeof c!="function"&&Ae(7),_e(a)){var h=Zs(n),p=qa(n,a,void 0),y=!0;try{f=i(p),y=!1}finally{y?Bo(h):Ya(h)}return typeof Promise<"u"&&f instanceof Promise?f.then(function(A){return Wa(h,c),Va(A,h)},function(A){throw Bo(h),A}):(Wa(h,c),Va(f,h))}if(!a||typeof a!="object"){if((f=i(a))===void 0&&(f=a),f===nl&&(f=void 0),n.D&&ti(f,!0),c){var x=[],v=[];Ie("Patches").M(a,f,x,v),c(x,v)}return f}Ae(21,a)},this.produceWithPatches=function(a,i){if(typeof a=="function")return function(f){for(var h=arguments.length,p=Array(h>1?h-1:0),y=1;y<h;y++)p[y-1]=arguments[y];return n.produceWithPatches(f,function(x){return a.apply(void 0,[x].concat(p))})};var c,s,d=n.produce(a,i,function(f,h){c=f,s=h});return typeof Promise<"u"&&d instanceof Promise?d.then(function(f){return[f,c,s]}):[d,c,s]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var t=e.prototype;return t.createDraft=function(r){_e(r)||Ae(8),Ze(r)&&(r=xf(r));var n=Zs(this),a=qa(this,r,void 0);return a[ee].C=!0,Ya(n),a},t.finishDraft=function(r,n){var a=r&&r[ee],i=a.A;return Wa(i,n),Va(void 0,i)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!Js&&Ae(20),this.O=r},t.applyPatches=function(r,n){var a;for(a=n.length-1;a>=0;a--){var i=n[a];if(i.path.length===0&&i.op==="replace"){r=i.value;break}}a>-1&&(n=n.slice(a+1));var c=Ie("Patches").$;return Ze(r)?c(r,n):this.produce(r,function(s){return c(s,n)})},e}(),be=new Cf,Af=be.produce,Xb=be.produceWithPatches.bind(be),Qb=be.setAutoFreeze.bind(be),Jb=be.setUseProxies.bind(be),ex=be.applyPatches.bind(be),tx=be.createDraft.bind(be),rx=be.finishDraft.bind(be),$o=Af;function Bt(e){"@babel/helpers - typeof";return Bt=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},Bt(e)}function il(e,t){if(Bt(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(Bt(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function cl(e){var t=il(e,"string");return Bt(t)=="symbol"?t:t+""}function sl(e,t,r){return(t=cl(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ll(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function ni(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ll(Object(r),!0).forEach(function(n){sl(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ll(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function de(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 dl=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),ai=function(){return Math.random().toString(36).substring(7).split("").join(".")},Fo={INIT:"@@redux/INIT"+ai(),REPLACE:"@@redux/REPLACE"+ai(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ai()}};function Lf(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 ii(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(de(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(de(1));return r(ii)(e,t)}if(typeof e!="function")throw new Error(de(2));var a=e,i=t,c=[],s=c,d=!1;function f(){s===c&&(s=c.slice())}function h(){if(d)throw new Error(de(3));return i}function p(A){if(typeof A!="function")throw new Error(de(4));if(d)throw new Error(de(5));var O=!0;return f(),s.push(A),function(){if(O){if(d)throw new Error(de(6));O=!1,f();var w=s.indexOf(A);s.splice(w,1),c=null}}}function y(A){if(!Lf(A))throw new Error(de(7));if(typeof A.type>"u")throw new Error(de(8));if(d)throw new Error(de(9));try{d=!0,i=a(i,A)}finally{d=!1}for(var O=c=s,_=0;_<O.length;_++){var w=O[_];w()}return A}function x(A){if(typeof A!="function")throw new Error(de(10));a=A,y({type:Fo.REPLACE})}function v(){var A,O=p;return A={subscribe:function(w){if(typeof w!="object"||w===null)throw new Error(de(11));function S(){w.next&&w.next(h())}S();var E=O(S);return{unsubscribe:E}}},A[dl]=function(){return this},A}return y({type:Fo.INIT}),n={dispatch:y,subscribe:p,getState:h,replaceReducer:x},n[dl]=v,n}function Of(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:Fo.INIT});if(typeof n>"u")throw new Error(de(12));if(typeof r(void 0,{type:Fo.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(de(13))})}function fl(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var a=t[n];typeof e[a]=="function"&&(r[a]=e[a])}var i=Object.keys(r),c,s;try{Of(r)}catch(d){s=d}return function(f,h){if(f===void 0&&(f={}),s)throw s;if(0)var p;for(var y=!1,x={},v=0;v<i.length;v++){var A=i[v],O=r[A],_=f[A],w=O(_,h);if(typeof w>"u"){var S=h&&h.type;throw new Error(de(14))}x[A]=w,y=y||w!==_}return y=y||i.length!==Object.keys(f).length,y?x:f}}function cr(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,a){return function(){return n(a.apply(void 0,arguments))}})}function ul(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var a=n.apply(void 0,arguments),i=function(){throw new Error(de(15))},c={getState:a.getState,dispatch:function(){return i.apply(void 0,arguments)}},s=t.map(function(d){return d(c)});return i=cr.apply(void 0,s)(a.dispatch),ni(ni({},a),{},{dispatch:i})}}}function pl(e){var t=function(n){var a=n.dispatch,i=n.getState;return function(c){return function(s){return typeof s=="function"?s(a,i,e):c(s)}}};return t}var hl=pl();hl.withExtraArgument=pl;var ci=hl;var xl=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,a){n.__proto__=a}||function(n,a){for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(n[i]=a[i])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),Rf=function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,a,i,c;return c={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function s(f){return function(h){return d([f,h])}}function d(f){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,a&&(i=f[0]&2?a.return:f[0]?a.throw||((i=a.return)&&i.call(a),0):a.next)&&!(i=i.call(a,f[1])).done)return i;switch(a=0,i&&(f=[f[0]&2,i.value]),f[0]){case 0:case 1:i=f;break;case 4:return r.label++,{value:f[1],done:!1};case 5:r.label++,a=f[1],f=[0];continue;case 7:f=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(f[0]===6||f[0]===2)){r=0;continue}if(f[0]===3&&(!i||f[1]>i[0]&&f[1]<i[3])){r.label=f[1];break}if(f[0]===6&&r.label<i[1]){r.label=i[1],i=f;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(f);break}i[2]&&r.ops.pop(),r.trys.pop();continue}f=t.call(e,r)}catch(h){f=[6,h],a=0}finally{n=i=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}},sr=function(e,t){for(var r=0,n=t.length,a=e.length;r<n;r++,a++)e[a]=t[r];return e},_f=Object.defineProperty,wf=Object.defineProperties,Nf=Object.getOwnPropertyDescriptors,ml=Object.getOwnPropertySymbols,Tf=Object.prototype.hasOwnProperty,Mf=Object.prototype.propertyIsEnumerable,gl=function(e,t,r){return t in e?_f(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},ut=function(e,t){for(var r in t||(t={}))Tf.call(t,r)&&gl(e,r,t[r]);if(ml)for(var n=0,a=ml(t);n<a.length;n++){var r=a[n];Mf.call(t,r)&&gl(e,r,t[r])}return e},si=function(e,t){return wf(e,Nf(t))},Pf=function(e,t,r){return new Promise(function(n,a){var i=function(d){try{s(r.next(d))}catch(f){a(f)}},c=function(d){try{s(r.throw(d))}catch(f){a(f)}},s=function(d){return d.done?n(d.value):Promise.resolve(d.value).then(i,c)};s((r=r.apply(e,t)).next())})};var zf=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?cr:cr.apply(null,arguments)},vx=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function kf(e){if(typeof e!="object"||e===null)return!1;var t=Object.getPrototypeOf(e);if(t===null)return!0;for(var r=t;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return t===r}var If=function(e){xl(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var a=e.apply(this,r)||this;return Object.setPrototypeOf(a,t.prototype),a}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,sr([void 0],r[0].concat(this)))):new(t.bind.apply(t,sr([void 0],r.concat(this))))},t}(Array),Df=function(e){xl(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var a=e.apply(this,r)||this;return Object.setPrototypeOf(a,t.prototype),a}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,sr([void 0],r[0].concat(this)))):new(t.bind.apply(t,sr([void 0],r.concat(this))))},t}(Array);function fi(e){return _e(e)?$o(e,function(){}):e}function Uf(e){return typeof e=="boolean"}function Bf(){return function(t){return Hf(t)}}function Hf(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,a=n===void 0?!0:n,i=e.serializableCheck,c=i===void 0?!0:i,s=new If;if(r&&(Uf(r)?s.push(ci):s.push(ci.withExtraArgument(r.extraArgument))),0){if(a)var d;if(c)var f}return s}var li=!0;function vl(e){var t=Bf(),r=e||{},n=r.reducer,a=n===void 0?void 0:n,i=r.middleware,c=i===void 0?t():i,s=r.devTools,d=s===void 0?!0:s,f=r.preloadedState,h=f===void 0?void 0:f,p=r.enhancers,y=p===void 0?void 0:p,x;if(typeof a=="function")x=a;else if(kf(a))x=fl(a);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),!li&&!Array.isArray(v)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!li&&v.some(function(E){return typeof E!="function"}))throw new Error("each middleware provided to configureStore must be a function");var A=ul.apply(void 0,v),O=cr;d&&(O=zf(ut({trace:!li},typeof d=="object"&&d)));var _=new Df(A),w=_;Array.isArray(y)?w=sr([A],y):typeof y=="function"&&(w=y(_));var S=O.apply(void 0,w);return ii(x,h,S)}function pt(e,t){function r(){for(var n=[],a=0;a<arguments.length;a++)n[a]=arguments[a];if(t){var i=t.apply(void 0,n);if(!i)throw new Error("prepareAction did not return an object");return ut(ut({type:e,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:e,payload:n[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(n){return n.type===e},r}function El(e){var t={},r=[],n,a={addCase:function(i,c){var s=typeof i=="string"?i:i.type;if(s in t)throw new Error("addCase cannot be called with two reducers for the same action type");return t[s]=c,a},addMatcher:function(i,c){return r.push({matcher:i,reducer:c}),a},addDefaultCase:function(i){return n=i,a}};return e(a),[t,r,n]}function Gf(e){return typeof e=="function"}function $f(e,t,r,n){r===void 0&&(r=[]);var a=typeof t=="function"?El(t):[t,r,n],i=a[0],c=a[1],s=a[2],d;if(Gf(e))d=function(){return fi(e())};else{var f=fi(e);d=function(){return f}}function h(p,y){p===void 0&&(p=d());var x=sr([i[y.type]],c.filter(function(v){var A=v.matcher;return A(y)}).map(function(v){var A=v.reducer;return A}));return x.filter(function(v){return!!v}).length===0&&(x=[s]),x.reduce(function(v,A){if(A)if(Ze(v)){var O=v,_=A(O,y);return _===void 0?v:_}else{if(_e(v))return $o(v,function(w){return A(w,y)});var _=A(v,y);if(_===void 0){if(v===null)return v;throw Error("A case reducer on a non-draftable value must not return undefined")}return _}return v},p)}return h.getInitialState=d,h}function Ff(e,t){return e+"/"+t}function Sl(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof e.initialState=="function"?e.initialState:fi(e.initialState),n=e.reducers||{},a=Object.keys(n),i={},c={},s={};a.forEach(function(h){var p=n[h],y=Ff(t,h),x,v;"reducer"in p?(x=p.reducer,v=p.prepare):x=p,i[h]=x,c[y]=x,s[h]=v?pt(y,v):pt(y)});function d(){var h=typeof e.extraReducers=="function"?El(e.extraReducers):[e.extraReducers],p=h[0],y=p===void 0?{}:p,x=h[1],v=x===void 0?[]:x,A=h[2],O=A===void 0?void 0:A,_=ut(ut({},y),c);return $f(r,function(w){for(var S in _)w.addCase(S,_[S]);for(var E=0,L=v;E<L.length;E++){var M=L[E];w.addMatcher(M.matcher,M.reducer)}O&&w.addDefaultCase(O)})}var f;return{name:t,reducer:function(h,p){return f||(f=d()),f(h,p)},actions:s,caseReducers:i,getInitialState:function(){return f||(f=d()),f.getInitialState()}}}var Wf="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Vf=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=Wf[Math.random()*64|0];return t},jf=["name","message","stack","code"],di=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),yl=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),Kf=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=jf;r<n.length;r++){var a=n[r];typeof e[a]=="string"&&(t[a]=e[a])}return t}return{message:String(e)}},Ax=function(){function e(t,r,n){var a=pt(t+"/fulfilled",function(h,p,y,x){return{payload:h,meta:si(ut({},x||{}),{arg:y,requestId:p,requestStatus:"fulfilled"})}}),i=pt(t+"/pending",function(h,p,y){return{payload:void 0,meta:si(ut({},y||{}),{arg:p,requestId:h,requestStatus:"pending"})}}),c=pt(t+"/rejected",function(h,p,y,x,v){return{payload:x,error:(n&&n.serializeError||Kf)(h||"Rejected"),meta:si(ut({},v||{}),{arg:y,requestId:p,rejectedWithValue:!!x,requestStatus:"rejected",aborted:h?.name==="AbortError",condition:h?.name==="ConditionError"})}}),s=!1,d=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 f(h){return function(p,y,x){var v=n?.idGenerator?n.idGenerator(h):Vf(),A=new d,O,_=!1;function w(E){O=E,A.abort()}var S=function(){return Pf(this,null,function(){var E,L,M,U,$,G,k;return Rf(this,function(b){switch(b.label){case 0:return b.trys.push([0,4,,5]),U=(E=n?.condition)==null?void 0:E.call(n,h,{getState:y,extra:x}),Yf(U)?[4,U]:[3,2];case 1:U=b.sent(),b.label=2;case 2:if(U===!1||A.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return _=!0,$=new Promise(function(C,P){return A.signal.addEventListener("abort",function(){return P({name:"AbortError",message:O||"Aborted"})})}),p(i(v,h,(L=n?.getPendingMeta)==null?void 0:L.call(n,{requestId:v,arg:h},{getState:y,extra:x}))),[4,Promise.race([$,Promise.resolve(r(h,{dispatch:p,getState:y,extra:x,requestId:v,signal:A.signal,abort:w,rejectWithValue:function(C,P){return new di(C,P)},fulfillWithValue:function(C,P){return new yl(C,P)}})).then(function(C){if(C instanceof di)throw C;return C instanceof yl?a(C.payload,v,h,C.meta):a(C,v,h)})])];case 3:return M=b.sent(),[3,5];case 4:return G=b.sent(),M=G instanceof di?c(null,v,h,G.payload,G.meta):c(G,v,h),[3,5];case 5:return k=n&&!n.dispatchConditionRejection&&c.match(M)&&M.meta.condition,k||p(M),[2,M]}})})}();return Object.assign(S,{abort:w,requestId:v,arg:h,unwrap:function(){return S.then(Zf)}})}}return Object.assign(f,{pending:i,rejected:c,fulfilled:a,typePrefix:t})}return e.withTypes=function(){return e},e}();function Zf(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function Yf(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Cl="listener",Al="completed",Ll="cancelled",Lx="task-"+Ll,Ox="task-"+Al,Rx=Cl+"-"+Ll,_x=Cl+"-"+Al;var ui="listenerMiddleware";var wx=pt(ui+"/add"),Nx=pt(ui+"/removeAll"),Tx=pt(ui+"/remove");var bl,Mx=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(bl||(bl=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},qf=function(e){return function(t){setTimeout(t,e)}},Px=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:qf(10);ol();window.ftReduxStores||(window.ftReduxStores={});var pi=class e extends Rt{static get(t){var r;let n=typeof t=="string"?t:t.name,a=typeof t=="string"?void 0:t,i=window.ftReduxStores[n];if(or(i))return i;if(a==null)return;let c=Sl({...a,reducers:(r=a.reducers)!==null&&r!==void 0?r:{}}),s=vl({reducer:(d,f)=>{if(f.type==="CLEAR_FT_REDUX_STORE"){let h=Bn(c.getInitialState());for(let p of f.keeping)h[p]=(d??h)[p];return h}else if(typeof f.type=="string"&&f.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...d,...f.overwrites};return c.reducer(d,f)}});return window.ftReduxStores[a.name]=new e(c,s,a.eventBus)}constructor(t,r,n){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new Xr;let a=i=>i!=null?JSON.parse(JSON.stringify(i)):i;this.actions=new Proxy(this.reduxSlice.actions,{get:(i,c,s)=>{let d=c,f=i[d];return f?(...h)=>{let p=f(...h.map(a));return this.reduxStore.dispatch(p),p}:h=>{this.setState({[d]:a(h)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}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 Xf(){var e;for(let t of Object.values((e=window.ftReduxStores)!==null&&e!==void 0?e:{}))or(t)&&t.clear()}var Wo=class{constructor(t,r,n){this.store=t,this.valueSelector=r,this.callback=n}watch(){return this.stop(),this.lastValue=this.valueSelector(this.store.getState()),this.unsubscribe=this.store.subscribe(()=>{let t=this.store.getState(),r=this.valueSelector(t);Lt(this.lastValue,r)&&(this.callback(r,t),this.lastValue=r)}),this}stop(){return this.unsubscribe!=null&&(this.unsubscribe(),this.unsubscribe=void 0),this.lastValue=void 0,this}};function Qf(e,t,r){return new Wo(e,t,r).watch()}var hi=class{constructor(){this.requestConsumers=new Map}getOrCreateRequestConsumers(t){var r;return(r=this.requestConsumers.get(t))!==null&&r!==void 0?r:this.requestConsumers.set(t,new Set).get(t)}registerComponent(t,r){for(let n of r)this.getOrCreateRequestConsumers(n).add(t).size==1&&this.onNewNeededRequest(n)}unregisterComponent(t,r){for(let n of r)this.getOrCreateRequestConsumers(n).delete(t)}isRequestNeeded(t){return this.getOrCreateRequestConsumers(t).size>0}};var bi={};B(bi,{scrollHelper:()=>Jf});var gi,Vo=new Map,yi=class{lock(t,r){if(r){let n=Vo.get(r);if(n==null||n===t)return Vo.set(r,t),r}}release(t,r){r&&Vo.get(r)===t&&Vo.delete(r)}findFirstScrollableParent(t){var r;let n,a;for(let i of Un(t)){let c=i,s=this.elementCanScroll(c);if(s&&c.clientHeight&&c.clientHeight<c.scrollHeight){n=c;break}else s&&a==null&&(a=c)}return(r=n??a)!==null&&r!==void 0?r:document.body}elementCanScroll(t){try{return["auto","scroll"].includes(getComputedStyle(t).overflowY)&&!["contents"].includes(getComputedStyle(t).display)}catch{return!1}}getAbsoluteScrollOffset(t,r){var n,a;let i=0;for(;r&&r.offsetParent!==t.offsetParent;)i+=(n=r.offsetTop)!==null&&n!==void 0?n:0,r=r.offsetParent;return i+((a=r?.offsetTop)!==null&&a!==void 0?a:0)-t.offsetTop}computeTopOffsetRatio(t,r){if(typeof t=="number")return t;switch(t){case"end":return 1;case"center":return .5;case"nearest":return r;default:return 0}}scrollIntoViewIfPossible(t,r){let n=this.findFirstScrollableParent(t);if(t&&this.lock(this,n)){let a=this.getAbsoluteScrollOffset(n,t),i=a-n.clientHeight+t.clientHeight,c=a,s=Ot(0,(c-n.scrollTop)/(c-i),1),d=this.computeTopOffsetRatio(r?.position,s)*(i-c)+c;n.scrollTo({behavior:r?.behavior,top:d})}else console.warn("Could not scroll element into view because the scrollable parent is already locked",t,n);this.release(this,n)}};window.FluidTopicsScrollHelper=(gi=window.FluidTopicsScrollHelper)!==null&&gi!==void 0?gi:new yi;var Jf=window.FluidTopicsScrollHelper;var vi={};B(vi,{SearchPlaceConverter:()=>Zo,SearchPlaceQueryParams:()=>V,isSearchPlaceQueryParams:()=>f1,serializeRequest:()=>ru});var eu=m4(Rl(),1);var _l;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(_l||(_l={}));var wl;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(wl||(wl={}));var Nl;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(Nl||(Nl={}));var Tl;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(Tl||(Tl={}));var Ml;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Ml||(Ml={}));var Pl;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(Pl||(Pl={}));var zl;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(zl||(zl={}));var kl;(function(e){e.BOOKMARK__CREATE="BOOKMARK__CREATE",e.BOOKMARK__DELETE="BOOKMARK__DELETE",e.CASE_DEFLECTION__START="CASE_DEFLECTION__START",e.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",e.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",e.CHATBOT__RATE="CHATBOT__RATE",e.COLLECTION__CREATE="COLLECTION__CREATE",e.COLLECTION__UPDATE="COLLECTION__UPDATE",e.COLLECTION__DELETE="COLLECTION__DELETE",e.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",e.DOCUMENT__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",e.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",e.DOCUMENT__PRINT="DOCUMENT__PRINT",e.DOCUMENT__PROCESS="DOCUMENT__PROCESS",e.DOCUMENT__RATE="DOCUMENT__RATE",e.DOCUMENT__SEARCH="DOCUMENT__SEARCH",e.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",e.DOCUMENT__UNRATE="DOCUMENT__UNRATE",e.FEEDBACK__SEND="FEEDBACK__SEND",e.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",e.AI__RATE="AI__RATE",e.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",e.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",e.KHUB__PROCESS="KHUB__PROCESS",e.KHUB__SEARCH="KHUB__SEARCH",e.LABELS__DOWNLOAD="LABELS__DOWNLOAD",e.LINK__SHARE="LINK__SHARE",e.PAGE__DISPLAY="PAGE__DISPLAY",e.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",e.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",e.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",e.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",e.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",e.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",e.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",e.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",e.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",e.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",e.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",e.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",e.TOPIC__RATE="TOPIC__RATE",e.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",e.TOPIC__UNRATE="TOPIC__UNRATE",e.USER__LOGIN="USER__LOGIN",e.USER__LOGOUT="USER__LOGOUT",e.HEARTBEAT="HEARTBEAT"})(kl||(kl={}));var Il;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(Il||(Il={}));var Dl;(function(e){e.THIRD_PARTY="THIRD_PARTY",e.OFF_THE_GRID="OFF_THE_GRID",e.CONTENT_PACKAGER="CONTENT_PACKAGER",e.PAGES="PAGES",e.DESIGNED_READER="DESIGNED_READER"})(Dl||(Dl={}));var Ul;(function(e){e.HOMEPAGE="HOMEPAGE",e.CUSTOM="CUSTOM",e.HEADER="HEADER",e.READER="READER",e.TOPIC_TEMPLATE="TOPIC_TEMPLATE",e.SEARCH="SEARCH",e.SEARCH_RESULT="SEARCH_RESULT",e.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",e.LINK_PREVIEW="LINK_PREVIEW",e.UD_VIEWER="UD_VIEWER",e.ASSET_VIEWER="ASSET_VIEWER"})(Ul||(Ul={}));var Bl;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(Bl||(Bl={}));var Hl;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(Hl||(Hl={}));var Gl;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(Gl||(Gl={}));var $l;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})($l||($l={}));var Fl;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR",e.CUSTOM="CUSTOM"})(Fl||(Fl={}));var dr;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(dr||(dr={}));var Wl;(function(e){e.ASC="ASC",e.DESC="DESC"})(Wl||(Wl={}));var Vl;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(Vl||(Vl={}));var xi;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(xi||(xi={}));var e1=e=>Object.keys(xi).includes(e);var jl;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(jl||(jl={}));var Kl;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(Kl||(Kl={}));var Zl;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.PERSONAL_BOOK="PERSONAL_BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Zl||(Zl={}));var fr;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(fr||(fr={}));var t1=e=>Object.keys(fr).includes(e);var Yl;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(Yl||(Yl={}));var ql;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(ql||(ql={}));var Xl;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Xl||(Xl={}));var oe;(function(e){e.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",e.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",e.HTML_EXPORT_USER="HTML_EXPORT_USER",e.PDF_EXPORT_USER="PDF_EXPORT_USER",e.SAVED_SEARCH_USER="SAVED_SEARCH_USER",e.COLLECTION_USER="COLLECTION_USER",e.OFFLINE_USER="OFFLINE_USER",e.ANALYTICS_USER="ANALYTICS_USER",e.BETA_USER="BETA_USER",e.DEBUG_USER="DEBUG_USER",e.PRINT_USER="PRINT_USER",e.RATING_USER="RATING_USER",e.FEEDBACK_USER="FEEDBACK_USER",e.GENERATIVE_AI_USER="GENERATIVE_AI_USER",e.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",e.CONTENT_PUBLISHER="CONTENT_PUBLISHER",e.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",e.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",e.KHUB_ADMIN="KHUB_ADMIN",e.USERS_ADMIN="USERS_ADMIN",e.PORTAL_ADMIN="PORTAL_ADMIN",e.ADMIN="ADMIN"})(oe||(oe={}));var Ql;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(Ql||(Ql={}));var Jl;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(Jl||(Jl={}));var r1;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(r1||(r1={}));var o1;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SUMMARY="SUMMARY",e.SEMANTIC_SEARCH="SEMANTIC_SEARCH",e.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",e.OTHER="OTHER"})(o1||(o1={}));var n1;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(n1||(n1={}));var a1;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(a1||(a1={}));var i1;(function(e){e.USER="USER",e.ASSISTANT="ASSISTANT"})(i1||(i1={}));var c1;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(c1||(c1={}));var s1;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(s1||(s1={}));var l1;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(l1||(l1={}));var iv={[oe.PERSONAL_BOOK_SHARE_USER]:[oe.PERSONAL_BOOK_USER],[oe.HTML_EXPORT_USER]:[oe.PERSONAL_BOOK_USER],[oe.PDF_EXPORT_USER]:[oe.PERSONAL_BOOK_USER],[oe.KHUB_ADMIN]:[oe.CONTENT_PUBLISHER],[oe.ADMIN]:[oe.KHUB_ADMIN,oe.USERS_ADMIN,oe.PORTAL_ADMIN,oe.BEHAVIOR_DATA_USER],[oe.GENERATIVE_AI_EXPORT_USER]:[oe.GENERATIVE_AI_USER]};function tu(e){return`"${e}"`}function d1(e){return e.startsWith('"')&&e.endsWith('"')?e.replace(/(^"+)|("+$)/g,""):e}function ru(e,t){return new Zo(e).serialize(t)}var V;(function(e){e.LOCALE="content-lang",e.QUERY="query",e.SCOPE="scope",e.FILTERS="filters",e.VIRTUAL_FIELD="virtual-field",e.PERIOD="period",e.VALUE_FILTERS="value-filters",e.DATE_FILTERS="date-filters",e.RANGE_FILTERS="range-filters",e.SORT="sort",e.PER_PAGE="per-page",e.KEYWORD_MATCH="keyword-match"})(V||(V={}));var ou=new Set(Object.values(V));function f1(e){return ou.has(e)}var Zo=class{constructor(t,r=20,n=!1,a="en-US"){this.baseUrl=t,this.defaultPerPage=r,this.allLanguagesAllowed=n,this.defaultContentLocale=a,this.scopeMapping={documents:"DOCUMENTS",topics:"ALL_TOPICS"},this.filtersEscapeMapping=[["*","\\*","[ft-escaped-star-character]"],["~","\\\\~","[ft-escaped-tilde-character]"],["_","\\\\\\\\_","[ft-escaped-underscore-character]"]]}serialize(t,r){return this.serializeToCurrentPageIfPossible(t,r??"/search")}serializeToCurrentPageIfPossible(t,r){let n=r==null||r.trim().length===0,a=new URL(n?window.location.href:`${this.baseUrl.replace(/\/+$/,"")}${r}`);return a.search=this.toURLSearchParams(t),a.toString()}toURLSearchParams(t,r=!1){var n,a,i,c,s,d,f,h,p,y,x;let v=new URLSearchParams;t.contentLocale?(!r||t.contentLocale!==this.defaultContentLocale)&&v.append(V.LOCALE,t.contentLocale):v.append(V.LOCALE,this.allLanguagesAllowed?"all":this.defaultContentLocale),((n=t.query)===null||n===void 0?void 0:n.length)>0&&v.append(V.QUERY,t.query);let A=(i=(a=t.metadataFilters)===null||a===void 0?void 0:a.filter(E=>E.valueFilter&&!E.valueFilter.negative))!==null&&i!==void 0?i:[];if(A.length>0){let E=A.map(L=>{var M,U;let $=((U=(M=L.valueFilter)===null||M===void 0?void 0:M.values)!==null&&U!==void 0?U:[]).map(G=>this.escapeFilters(G)).map(G=>tu(d1(G))).join("_");return`${L.key}~${$}`}).join("*");v.append(V.VALUE_FILTERS,E)}let O=(s=(c=t.metadataFilters)===null||c===void 0?void 0:c.filter(E=>E.dateFilter))!==null&&s!==void 0?s:[];if(O.length>0){let E=O.map(L=>{var M;return`${L.key}~${(M=L.dateFilter)===null||M===void 0?void 0:M.type.toLowerCase()}`}).join("*");v.append(V.DATE_FILTERS,E)}let _=(f=(d=t.metadataFilters)===null||d===void 0?void 0:d.filter(E=>E.rangeFilter))!==null&&f!==void 0?f:[];if(_.length>0){let E=_.map(L=>{var M,U;return`${L.key}~${(M=L.rangeFilter)===null||M===void 0?void 0:M.from}_${(U=L.rangeFilter)===null||U===void 0?void 0:U.to}`}).join("*");v.append(V.RANGE_FILTERS,E)}t.virtualField&&t.virtualField!=="EVERYWHERE"&&v.append(V.VIRTUAL_FIELD,t.virtualField.toLowerCase()),t.scope&&t.scope!=="DEFAULT"&&v.append(V.SCOPE,t.scope.toLowerCase()),t.sortId!=null&&v.append(V.SORT,t.sortId),!((h=t.paging)===null||h===void 0)&&h.perPage&&((y=(p=t.paging)===null||p===void 0?void 0:p.perPage)!==null&&y!==void 0?y:this.defaultPerPage)!=this.defaultPerPage&&v.append(V.PER_PAGE,String(t.paging.perPage)),t.keywordMatch!=null&&v.append(V.KEYWORD_MATCH,t.keywordMatch.toLowerCase());let w=(x=t.otherQueryParams)!==null&&x!==void 0?x:{};for(let E in w)v.append(E,w[E]);let S=new Array;return v.forEach((E,L)=>{S.push(this.encodeQueryString(L)+"="+this.encodeQueryString(E))}),encodeURI(S.join("&")).replace(/#/g,"%23")}encodeQueryString(t){return encodeURIComponent(t).replace(/%20/g,"+")}parse(t){var r;let n=t.split("?"),a=this.fromURLSearchParams(n.slice(1).join("?")),i=n[0].split("/search/")[1];return i==null?a:{...a,scope:(r=this.scopeMapping[i])!==null&&r!==void 0?r:a.scope}}fromURLSearchParams(t){var r,n,a,i,c,s;try{t=decodeURI(t).replace(/%23/g,"#")}catch(_){console.warn("Could not decode search request query params, fallback on raw value",_)}let d=new URLSearchParams(t),f=d.get(V.LOCALE)==="all"?void 0:d.get(V.LOCALE),h=((r=d.get(V.VIRTUAL_FIELD))!==null&&r!==void 0?r:"EVERYWHERE").toUpperCase(),p=(n=d.get(V.SORT))===null||n===void 0?void 0:n.toLowerCase(),y=(a=d.get(V.SCOPE))!==null&&a!==void 0?a:"default",x=+((i=d.get(V.PER_PAGE))!==null&&i!==void 0?i:this.defaultPerPage),v=d.get(V.KEYWORD_MATCH),A=v?v.toUpperCase()===dr.MANDATORY?dr.MANDATORY:dr.OPTIONAL:void 0,O={};for(let _ of d.keys())f1(_)||(O[_]=d.get(_));return{contentLocale:f??(this.allLanguagesAllowed?void 0:this.defaultContentLocale),query:(c=d.get(V.QUERY))!==null&&c!==void 0?c:"",scope:(s=this.scopeMapping[y])!==null&&s!==void 0?s:"DEFAULT",virtualField:e1(h)?h:"EVERYWHERE",sortId:p,metadataFilters:this.parseCompatFilters(d),facets:[],paging:{page:1,perPage:Ot(1,isNaN(x)?this.defaultPerPage:x,1e3)},keywordMatch:A,otherQueryParams:O}}parseCompatFilters(t){var r,n,a,i,c,s;let d=[];return t.has(V.FILTERS)&&(d=this.parseValueFilters((r=t.get(V.FILTERS))!==null&&r!==void 0?r:"")),(n=t.has(V.PERIOD))!==null&&n!==void 0&&n&&(d=[...d,...this.parseLegacyPeriodFilter(((a=t.get(V.PERIOD))!==null&&a!==void 0?a:"").toUpperCase())]),[...d,...this.parseValueFilters((i=t.get(V.VALUE_FILTERS))!==null&&i!==void 0?i:""),...this.parseDateFilters((c=t.get(V.DATE_FILTERS))!==null&&c!==void 0?c:""),...this.parseRangeFilters((s=t.get(V.RANGE_FILTERS))!==null&&s!==void 0?s:"")]}splitUnknownFilter(t){return this.superEscapeFilters(t).split("*").map(r=>r.split("~"))}parseValueFilters(t){return t.length===0?[]:this.splitUnknownFilter(t).map(r=>({key:r[0],valueFilter:{values:r[1].split("_").map(d1).map(n=>this.unescapeFilterValue(n)),negative:!1}}))}parseDateFilters(t){return t.length===0?[]:this.splitUnknownFilter(t).map(r=>({key:r[0],dateFilter:{type:fr[r[1].toUpperCase()]}}))}parseRangeFilters(t){return t.length===0?[]:this.splitUnknownFilter(t).map(r=>({key:r[0],rangeFilter:{from:r[1].split("_")[0],to:r[1].split("_")[1]}}))}escapeFilters(t){for(let[r,n,a]of this.filtersEscapeMapping)t=t.replaceAll(r,n);return t}superEscapeFilters(t){for(let[r,n,a]of this.filtersEscapeMapping)t=t.replaceAll(n,a);return t}unescapeFilterValue(t){for(let[r,n,a]of this.filtersEscapeMapping)t=t.replace(a,r);return t}parseLegacyPeriodFilter(t){if(t1(t))return[{key:"ft:lastEdition",dateFilter:{type:fr[t]}}];if(t.startsWith("CUSTOM_")){let[r,n,a]=t.split("_");return[{key:"ft:lastEdition",rangeFilter:{from:n,to:a}}]}return[]}};var Ci={};B(Ci,{toFtFormComponent:()=>Si});var Ei=Symbol("elementInternals"),Si=ye(Symbol("toFtFormComponent"),function(e){class t extends e{static get formAssociated(){return!0}get form(){return this[Ei].form}constructor(...n){super(n),this[Ei]=this.attachInternals()}setFormValue(n){this[Ei].setFormValue(n)}}return t});var Li={};B(Li,{DateFormatter:()=>Ai});var Ai=class{static format(t,r,n,a,i){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(n,a,!!i)):this.getIntlDateTime(t,r,n,a,!!i)}static getMomentDateFormat(t,r,n){return n?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,n,a,i){let c=typeof t=="string"?new Date(t):t,s=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(c),d=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(c);return i?d:a?`${s} ${d}`:s}static getTimezoneAsString(){let t=n=>String(Math.floor(n)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var Ri={};B(Ri,{ALL_KEYS_VALUE:()=>Oi,SameWindowStorageEvent:()=>ur});var Oi="__all__",ur=class extends CustomEvent{constructor(t,r,n){super("same-window-storage",{detail:{key:t,oldValue:r,newValue:n}})}keyMatch(t){return this.detail.key.includes(t)||this.detail.key==Oi}};Storage.prototype.setItem=new Proxy(Storage.prototype.setItem,{apply(e,t,r){let n=t.getItem(r[0]);Reflect.apply(e,t,r),window.dispatchEvent(new ur(r[0],n,r[1]))}});Storage.prototype.removeItem=new Proxy(Storage.prototype.removeItem,{apply(e,t,r){let n=t.getItem(r[0]);Reflect.apply(e,t,r),window.dispatchEvent(new ur(r[0],n))}});Storage.prototype.clear=new Proxy(Storage.prototype.clear,{apply(e,t,r){Reflect.apply(e,t,r),window.dispatchEvent(new ur(Oi))}});var wi={};B(wi,{FocusMainContentEvent:()=>_i});var _i=class extends Event{constructor(){super("ft-focus-main-content",{composed:!0,bubbles:!0})}};var u1={};window.FluidTopicsA11yHints={isKeyboardNavigation:!1,lastPressedKey:""};function nu(e){(e.key==="Enter"||e.key===" "||e.key==="Tab")&&(window.FluidTopicsA11yHints.isKeyboardNavigation=!0),window.FluidTopicsA11yHints.lastPressedKey=e.key}function au(e){window.FluidTopicsA11yHints.isKeyboardNavigation=e.detail==0}document.addEventListener("keydown",nu);document.addEventListener("click",au);var p1=D`
|
|
48
|
+
`;var js={};var $a={};B($a,{ParametrizedLabelResolver:()=>Ga});var Ga=class e{constructor(t,r){this.defaultLabels=t,this.labels=r}resolve(t,...r){var n,a;t=this.resolvePluralKey(t,r);let i=(a=(n=this.labels[t])!==null&&n!==void 0?n:this.defaultLabels[t])!==null&&a!==void 0?a:"";return e.replaceParameters(i,...r)}static replaceParameters(t,...r){return r.forEach((n,a)=>t=t.replace(new RegExp(`\\{${a}([^}]*)\\}`,"g"),(i,c)=>e.formatValue(n,c))),t}resolvePluralKey(t,r){for(let n of r)if(typeof n=="number"){let a=`${String(t)}[\\=${n}]`;if(a in this.labels||a in this.defaultLabels)return a}return t}static formatValue(t,r){return t instanceof Date?e.formatDate(t,r):t??""}static formatDate(t,r){let n=a=>r?.includes("date")?t.toLocaleDateString(a):r?.includes("time")?t.toLocaleTimeString(a):t.toLocaleString(a);try{return n(document.documentElement.lang)}catch{return n()}}};var mi={};B(mi,{FtCommandQueue:()=>Xr,FtLitElementRedux:()=>Fa,FtReduxStore:()=>pi,FtStateManager:()=>hi,ReduxWatcher:()=>Wo,clearAllStores:()=>Xf,isFtReduxStore:()=>or,redux:()=>pf,reduxEventListener:()=>hf,reduxReactive:()=>uf,watch:()=>Qf,withRedux:()=>Ks});var uf=()=>(e,t)=>{var r;let n=e.constructor;n.reduxReactiveProperties=new Set(n.reduxReactiveProperties),(r=n.reduxReactiveProperties)===null||r===void 0||r.add(t)},pf=e=>{let t=e??{};return(r,n)=>{var a;let i={hasChanged:Lt,attribute:!1,...t};T(i)(r,n);let c=r.constructor;c.reduxProperties=new Map(c.reduxProperties),c.reduxProperties.set(n,{selector:(a=t.selector)!==null&&a!==void 0?a:s=>s[n],store:t.store})}},hf=e=>(t,r)=>{let n=t.constructor;n.reduxEventListeners=new Map(n.reduxEventListeners),n.reduxEventListeners.set(r,e)};var Xr=class{constructor(){this.queue=[]}add(t,r=!1){r&&this.clear(t.type),this.queue.push(t)}consume(t){let r=this.queue.find(n=>n.type===t);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}clear(t){typeof t=="string"?this.queue=this.queue.filter(r=>r.type!==t):this.queue=this.queue.filter(r=>!t.test(r.type))}};function or(e){var t;return(t=e?.isFtReduxStore)!==null&&t!==void 0?t:!1}var Qr=Symbol("internalReduxEventsUnsubscribers"),lt=Symbol("internalStoresUnsubscribers"),Dt=Symbol("internalStores"),Ks=ye(Symbol("withRedux"),function(e){var t,r,n;class a extends e{constructor(){super(...arguments),this[t]=new Map,this[r]=new Map,this[n]=new Map}get reduxConstructor(){return this.constructor}willUpdate(c){super.willUpdate(c),[...this.reduxConstructor.reduxReactiveProperties].some(s=>c.has(s))&&this.updateFromStores()}getUnnamedStore(){if(this[Dt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Dt].values()][0]}getStore(c){return c==null?this.getUnnamedStore():this[Dt].get(c)}addStore(c,s){var d;s=(d=s??c.name)!==null&&d!==void 0?d:"default-store",this.unsubscribeFromStore(s),this[Dt].set(s,c),this.subscribeToStore(s,c),this.updateFromStores()}removeStore(c){let s=typeof c=="string"?c:c.name;this.unsubscribeFromStore(s),this[Dt].delete(s)}setupStores(){this.unsubscribeFromStores(),this[Dt].forEach((c,s)=>this.subscribeToStore(s,c)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((c,s)=>{let d=this.constructor.getPropertyOptions(s);if(!d?.attribute||!this.hasAttribute(typeof d?.attribute=="string"?d.attribute:s)){let f=this.getStore(c.store);f&&(c.store?this[lt].has(c.store):this[lt].size>0)&&(this[s]=c.selector(f.getState(),this))}})}subscribeToStore(c,s){var d;this[lt].set(c,s.subscribe(()=>this.updateFromStores())),this[Qr].set(c,[]),or(s)&&s.eventBus&&((d=this.reduxConstructor.reduxEventListeners)===null||d===void 0||d.forEach((f,h)=>{if(typeof this[h]=="function"&&(!f.store||s.name===f.store)){let p=y=>this[h](y);s.addEventListener(f.eventName,p),this[Qr].get(c).push(()=>s.removeEventListener(f.eventName,p))}})),this.onStoreAvailable(c)}unsubscribeFromStores(){this[lt].forEach((c,s)=>this.unsubscribeFromStore(s))}unsubscribeFromStore(c){var s;this[lt].has(c)&&this[lt].get(c)(),this[lt].delete(c),(s=this[Qr].get(c))===null||s===void 0||s.forEach(d=>d()),this[Qr].delete(c)}onStoreAvailable(c){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return t=lt,r=Dt,n=Qr,a.reduxProperties=new Map,a.reduxReactiveProperties=new Set,a.reduxEventListeners=new Map,a}),Fa=class extends Ks(K){};function Ae(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(0)var a,i;throw Error("[Immer] minified error nr: "+e+(r.length?" "+r.map(function(c){return"'"+c+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Ze(e){return!!e&&!!e[ee]}function _e(e){var t;return!!e&&(function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var a=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return a===Object||typeof a=="function"&&Function.toString.call(a)===Sf}(e)||Array.isArray(e)||!!e[el]||!!(!((t=e.constructor)===null||t===void 0)&&t[el])||Qa(e)||Ja(e))}function Ut(e,t,r){r===void 0&&(r=!1),ir(e)===0?(r?Object.keys:ar)(e).forEach(function(n){r&&typeof n=="symbol"||t(n,e[n],e)}):e.forEach(function(n,a){return t(a,n,e)})}function ir(e){var t=e[ee];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Qa(e)?2:Ja(e)?3:0}function nr(e,t){return ir(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function mf(e,t){return ir(e)===2?e.get(t):e[t]}function tl(e,t,r){var n=ir(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function rl(e,t){return e===t?e!==0||1/e==1/t:e!=e&&t!=t}function Qa(e){return vf&&e instanceof Map}function Ja(e){return Ef&&e instanceof Set}function dt(e){return e.o||e.t}function ei(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=al(e);delete t[ee];for(var r=ar(t),n=0;n<r.length;n++){var a=r[n],i=t[a];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(t[a]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[a]})}return Object.create(Object.getPrototypeOf(e),t)}function ti(e,t){return t===void 0&&(t=!1),ri(e)||Ze(e)||!_e(e)||(ir(e)>1&&(e.set=e.add=e.clear=e.delete=gf),Object.freeze(e),t&&Ut(e,function(r,n){return ti(n,!0)},!0)),e}function gf(){Ae(2)}function ri(e){return e==null||typeof e!="object"||Object.isFrozen(e)}function Ie(e){var t=Xa[e];return t||Ae(18,e),t}function yf(e,t){Xa[e]||(Xa[e]=t)}function Za(){return eo}function Wa(e,t){t&&(Ie("Patches"),e.u=[],e.s=[],e.v=t)}function Bo(e){Ya(e),e.p.forEach(bf),e.p=null}function Ya(e){e===eo&&(eo=e.l)}function Zs(e){return eo={p:[],l:eo,h:e,m:!0,_:0}}function bf(e){var t=e[ee];t.i===0||t.i===1?t.j():t.g=!0}function Va(e,t){t._=t.p.length;var r=t.p[0],n=e!==void 0&&e!==r;return t.h.O||Ie("ES5").S(t,e,n),n?(r[ee].P&&(Bo(t),Ae(4)),_e(e)&&(e=Ho(t,e),t.l||Go(t,e)),t.u&&Ie("Patches").M(r[ee].t,e,t.u,t.s)):e=Ho(t,r,[]),Bo(t),t.u&&t.v(t.u,t.s),e!==nl?e:void 0}function Ho(e,t,r){if(ri(t))return t;var n=t[ee];if(!n)return Ut(t,function(s,d){return Ys(e,n,t,s,d,r)},!0),t;if(n.A!==e)return t;if(!n.P)return Go(e,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var a=n.i===4||n.i===5?n.o=ei(n.k):n.o,i=a,c=!1;n.i===3&&(i=new Set(a),a.clear(),c=!0),Ut(i,function(s,d){return Ys(e,n,a,s,d,r,c)}),Go(e,a,!1),r&&e.u&&Ie("Patches").N(n,r,e.u,e.s)}return n.o}function Ys(e,t,r,n,a,i,c){if(Ze(a)){var s=Ho(e,a,i&&t&&t.i!==3&&!nr(t.R,n)?i.concat(n):void 0);if(tl(r,n,s),!Ze(s))return;e.m=!1}else c&&r.add(a);if(_e(a)&&!ri(a)){if(!e.h.D&&e._<1)return;Ho(e,a),t&&t.A.l||Go(e,a)}}function Go(e,t,r){r===void 0&&(r=!1),!e.l&&e.h.D&&e.m&&ti(t,r)}function ja(e,t){var r=e[ee];return(r?dt(r):e)[t]}function qs(e,t){if(t in e)for(var r=Object.getPrototypeOf(e);r;){var n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Object.getPrototypeOf(r)}}function ft(e){e.P||(e.P=!0,e.l&&ft(e.l))}function Ka(e){e.o||(e.o=ei(e.t))}function qa(e,t,r){var n=Qa(t)?Ie("MapSet").F(t,r):Ja(t)?Ie("MapSet").T(t,r):e.O?function(a,i){var c=Array.isArray(a),s={i:c?1:0,A:i?i.A:Za(),P:!1,I:!1,R:{},l:i,t:a,k:null,o:null,j:null,C:!1},d=s,f=to;c&&(d=[s],f=Jr);var h=Proxy.revocable(d,f),p=h.revoke,y=h.proxy;return s.k=y,s.j=p,y}(t,r):Ie("ES5").J(t,r);return(r?r.A:Za()).p.push(n),n}function xf(e){return Ze(e)||Ae(22,e),function t(r){if(!_e(r))return r;var n,a=r[ee],i=ir(r);if(a){if(!a.P&&(a.i<4||!Ie("ES5").K(a)))return a.t;a.I=!0,n=Xs(r,i),a.I=!1}else n=Xs(r,i);return Ut(n,function(c,s){a&&mf(a.t,c)===s||tl(n,c,t(s))}),i===3?new Set(n):n}(e)}function Xs(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return ei(e)}function ol(){function e(c,s){var d=i[c];return d?d.enumerable=s:i[c]=d={configurable:!0,enumerable:s,get:function(){var f=this[ee];return to.get(f,c)},set:function(f){var h=this[ee];to.set(h,c,f)}},d}function t(c){for(var s=c.length-1;s>=0;s--){var d=c[s][ee];if(!d.P)switch(d.i){case 5:n(d)&&ft(d);break;case 4:r(d)&&ft(d)}}}function r(c){for(var s=c.t,d=c.k,f=ar(d),h=f.length-1;h>=0;h--){var p=f[h];if(p!==ee){var y=s[p];if(y===void 0&&!nr(s,p))return!0;var x=d[p],v=x&&x[ee];if(v?v.t!==y:!rl(x,y))return!0}}var A=!!s[ee];return f.length!==ar(s).length+(A?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 f=0;f<s.length;f++)if(!s.hasOwnProperty(f))return!0;return!1}function a(c){c.g&&Ae(3,JSON.stringify(dt(c)))}var i={};yf("ES5",{J:function(c,s){var d=Array.isArray(c),f=function(p,y){if(p){for(var x=Array(y.length),v=0;v<y.length;v++)Object.defineProperty(x,""+v,e(v,!0));return x}var A=al(y);delete A[ee];for(var O=ar(A),_=0;_<O.length;_++){var w=O[_];A[w]=e(w,p||!!A[w].enumerable)}return Object.create(Object.getPrototypeOf(y),A)}(d,c),h={i:d?5:4,A:s?s.A:Za(),P:!1,I:!1,R:{},l:s,t:c,k:f,o:null,g:!1,C:!1};return Object.defineProperty(f,ee,{value:h,writable:!0}),f},S:function(c,s,d){d?Ze(s)&&s[ee].A===c&&t(c.p):(c.u&&function f(h){if(h&&typeof h=="object"){var p=h[ee];if(p){var y=p.t,x=p.k,v=p.R,A=p.i;if(A===4)Ut(x,function(E){E!==ee&&(y[E]!==void 0||nr(y,E)?v[E]||f(x[E]):(v[E]=!0,ft(p)))}),Ut(y,function(E){x[E]!==void 0||nr(x,E)||(v[E]=!1,ft(p))});else if(A===5){if(n(p)&&(ft(p),v.length=!0),x.length<y.length)for(var O=x.length;O<y.length;O++)v[O]=!1;else for(var _=y.length;_<x.length;_++)v[_]=!0;for(var w=Math.min(x.length,y.length),S=0;S<w;S++)x.hasOwnProperty(S)||(v[S]=!0),v[S]===void 0&&f(x[S])}}}}(c.p[0]),t(c.p))},K:function(c){return c.i===4?r(c):n(c)}})}var Qs,eo,oi=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",vf=typeof Map<"u",Ef=typeof Set<"u",Js=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",nl=oi?Symbol.for("immer-nothing"):((Qs={})["immer-nothing"]=!0,Qs),el=oi?Symbol.for("immer-draftable"):"__$immer_draftable",ee=oi?Symbol.for("immer-state"):"__$immer_state";var Sf=""+Object.prototype.constructor,ar=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,al=Object.getOwnPropertyDescriptors||function(e){var t={};return ar(e).forEach(function(r){t[r]=Object.getOwnPropertyDescriptor(e,r)}),t},Xa={},to={get:function(e,t){if(t===ee)return e;var r=dt(e);if(!nr(r,t))return function(a,i,c){var s,d=qs(i,c);return d?"value"in d?d.value:(s=d.get)===null||s===void 0?void 0:s.call(a.k):void 0}(e,r,t);var n=r[t];return e.I||!_e(n)?n:n===ja(e.t,t)?(Ka(e),e.o[t]=qa(e.A.h,n,e)):n},has:function(e,t){return t in dt(e)},ownKeys:function(e){return Reflect.ownKeys(dt(e))},set:function(e,t,r){var n=qs(dt(e),t);if(n?.set)return n.set.call(e.k,r),!0;if(!e.P){var a=ja(dt(e),t),i=a?.[ee];if(i&&i.t===r)return e.o[t]=r,e.R[t]=!1,!0;if(rl(r,a)&&(r!==void 0||nr(e.t,t)))return!0;Ka(e),ft(e)}return e.o[t]===r&&(r!==void 0||t in e.o)||Number.isNaN(r)&&Number.isNaN(e.o[t])||(e.o[t]=r,e.R[t]=!0),!0},deleteProperty:function(e,t){return ja(e.t,t)!==void 0||t in e.t?(e.R[t]=!1,Ka(e),ft(e)):delete e.R[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var r=dt(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.i!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty:function(){Ae(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){Ae(12)}},Jr={};Ut(to,function(e,t){Jr[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),Jr.deleteProperty=function(e,t){return Jr.set.call(this,e,t,void 0)},Jr.set=function(e,t,r){return to.set.call(this,e[0],t,r,e[0])};var Cf=function(){function e(r){var n=this;this.O=Js,this.D=!0,this.produce=function(a,i,c){if(typeof a=="function"&&typeof i!="function"){var s=i;i=a;var d=n;return function(A){var O=this;A===void 0&&(A=s);for(var _=arguments.length,w=Array(_>1?_-1:0),S=1;S<_;S++)w[S-1]=arguments[S];return d.produce(A,function(E){var L;return(L=i).call.apply(L,[O,E].concat(w))})}}var f;if(typeof i!="function"&&Ae(6),c!==void 0&&typeof c!="function"&&Ae(7),_e(a)){var h=Zs(n),p=qa(n,a,void 0),y=!0;try{f=i(p),y=!1}finally{y?Bo(h):Ya(h)}return typeof Promise<"u"&&f instanceof Promise?f.then(function(A){return Wa(h,c),Va(A,h)},function(A){throw Bo(h),A}):(Wa(h,c),Va(f,h))}if(!a||typeof a!="object"){if((f=i(a))===void 0&&(f=a),f===nl&&(f=void 0),n.D&&ti(f,!0),c){var x=[],v=[];Ie("Patches").M(a,f,x,v),c(x,v)}return f}Ae(21,a)},this.produceWithPatches=function(a,i){if(typeof a=="function")return function(f){for(var h=arguments.length,p=Array(h>1?h-1:0),y=1;y<h;y++)p[y-1]=arguments[y];return n.produceWithPatches(f,function(x){return a.apply(void 0,[x].concat(p))})};var c,s,d=n.produce(a,i,function(f,h){c=f,s=h});return typeof Promise<"u"&&d instanceof Promise?d.then(function(f){return[f,c,s]}):[d,c,s]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var t=e.prototype;return t.createDraft=function(r){_e(r)||Ae(8),Ze(r)&&(r=xf(r));var n=Zs(this),a=qa(this,r,void 0);return a[ee].C=!0,Ya(n),a},t.finishDraft=function(r,n){var a=r&&r[ee],i=a.A;return Wa(i,n),Va(void 0,i)},t.setAutoFreeze=function(r){this.D=r},t.setUseProxies=function(r){r&&!Js&&Ae(20),this.O=r},t.applyPatches=function(r,n){var a;for(a=n.length-1;a>=0;a--){var i=n[a];if(i.path.length===0&&i.op==="replace"){r=i.value;break}}a>-1&&(n=n.slice(a+1));var c=Ie("Patches").$;return Ze(r)?c(r,n):this.produce(r,function(s){return c(s,n)})},e}(),be=new Cf,Af=be.produce,Xb=be.produceWithPatches.bind(be),Qb=be.setAutoFreeze.bind(be),Jb=be.setUseProxies.bind(be),ex=be.applyPatches.bind(be),tx=be.createDraft.bind(be),rx=be.finishDraft.bind(be),$o=Af;function Bt(e){"@babel/helpers - typeof";return Bt=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},Bt(e)}function il(e,t){if(Bt(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(Bt(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function cl(e){var t=il(e,"string");return Bt(t)=="symbol"?t:t+""}function sl(e,t,r){return(t=cl(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ll(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,n)}return r}function ni(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ll(Object(r),!0).forEach(function(n){sl(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ll(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function de(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 dl=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),ai=function(){return Math.random().toString(36).substring(7).split("").join(".")},Fo={INIT:"@@redux/INIT"+ai(),REPLACE:"@@redux/REPLACE"+ai(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ai()}};function Lf(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 ii(e,t,r){var n;if(typeof t=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(de(0));if(typeof t=="function"&&typeof r>"u"&&(r=t,t=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(de(1));return r(ii)(e,t)}if(typeof e!="function")throw new Error(de(2));var a=e,i=t,c=[],s=c,d=!1;function f(){s===c&&(s=c.slice())}function h(){if(d)throw new Error(de(3));return i}function p(A){if(typeof A!="function")throw new Error(de(4));if(d)throw new Error(de(5));var O=!0;return f(),s.push(A),function(){if(O){if(d)throw new Error(de(6));O=!1,f();var w=s.indexOf(A);s.splice(w,1),c=null}}}function y(A){if(!Lf(A))throw new Error(de(7));if(typeof A.type>"u")throw new Error(de(8));if(d)throw new Error(de(9));try{d=!0,i=a(i,A)}finally{d=!1}for(var O=c=s,_=0;_<O.length;_++){var w=O[_];w()}return A}function x(A){if(typeof A!="function")throw new Error(de(10));a=A,y({type:Fo.REPLACE})}function v(){var A,O=p;return A={subscribe:function(w){if(typeof w!="object"||w===null)throw new Error(de(11));function S(){w.next&&w.next(h())}S();var E=O(S);return{unsubscribe:E}}},A[dl]=function(){return this},A}return y({type:Fo.INIT}),n={dispatch:y,subscribe:p,getState:h,replaceReducer:x},n[dl]=v,n}function Of(e){Object.keys(e).forEach(function(t){var r=e[t],n=r(void 0,{type:Fo.INIT});if(typeof n>"u")throw new Error(de(12));if(typeof r(void 0,{type:Fo.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(de(13))})}function fl(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++){var a=t[n];typeof e[a]=="function"&&(r[a]=e[a])}var i=Object.keys(r),c,s;try{Of(r)}catch(d){s=d}return function(f,h){if(f===void 0&&(f={}),s)throw s;if(0)var p;for(var y=!1,x={},v=0;v<i.length;v++){var A=i[v],O=r[A],_=f[A],w=O(_,h);if(typeof w>"u"){var S=h&&h.type;throw new Error(de(14))}x[A]=w,y=y||w!==_}return y=y||i.length!==Object.keys(f).length,y?x:f}}function cr(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.length===0?function(n){return n}:t.length===1?t[0]:t.reduce(function(n,a){return function(){return n(a.apply(void 0,arguments))}})}function ul(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(n){return function(){var a=n.apply(void 0,arguments),i=function(){throw new Error(de(15))},c={getState:a.getState,dispatch:function(){return i.apply(void 0,arguments)}},s=t.map(function(d){return d(c)});return i=cr.apply(void 0,s)(a.dispatch),ni(ni({},a),{},{dispatch:i})}}}function pl(e){var t=function(n){var a=n.dispatch,i=n.getState;return function(c){return function(s){return typeof s=="function"?s(a,i,e):c(s)}}};return t}var hl=pl();hl.withExtraArgument=pl;var ci=hl;var xl=function(){var e=function(t,r){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,a){n.__proto__=a}||function(n,a){for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(n[i]=a[i])},e(t,r)};return function(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),Rf=function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,a,i,c;return c={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function s(f){return function(h){return d([f,h])}}function d(f){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,a&&(i=f[0]&2?a.return:f[0]?a.throw||((i=a.return)&&i.call(a),0):a.next)&&!(i=i.call(a,f[1])).done)return i;switch(a=0,i&&(f=[f[0]&2,i.value]),f[0]){case 0:case 1:i=f;break;case 4:return r.label++,{value:f[1],done:!1};case 5:r.label++,a=f[1],f=[0];continue;case 7:f=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(f[0]===6||f[0]===2)){r=0;continue}if(f[0]===3&&(!i||f[1]>i[0]&&f[1]<i[3])){r.label=f[1];break}if(f[0]===6&&r.label<i[1]){r.label=i[1],i=f;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(f);break}i[2]&&r.ops.pop(),r.trys.pop();continue}f=t.call(e,r)}catch(h){f=[6,h],a=0}finally{n=i=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}},sr=function(e,t){for(var r=0,n=t.length,a=e.length;r<n;r++,a++)e[a]=t[r];return e},_f=Object.defineProperty,wf=Object.defineProperties,Nf=Object.getOwnPropertyDescriptors,ml=Object.getOwnPropertySymbols,Tf=Object.prototype.hasOwnProperty,Mf=Object.prototype.propertyIsEnumerable,gl=function(e,t,r){return t in e?_f(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r},ut=function(e,t){for(var r in t||(t={}))Tf.call(t,r)&&gl(e,r,t[r]);if(ml)for(var n=0,a=ml(t);n<a.length;n++){var r=a[n];Mf.call(t,r)&&gl(e,r,t[r])}return e},si=function(e,t){return wf(e,Nf(t))},Pf=function(e,t,r){return new Promise(function(n,a){var i=function(d){try{s(r.next(d))}catch(f){a(f)}},c=function(d){try{s(r.throw(d))}catch(f){a(f)}},s=function(d){return d.done?n(d.value):Promise.resolve(d.value).then(i,c)};s((r=r.apply(e,t)).next())})};var zf=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?cr:cr.apply(null,arguments)},vx=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(e){return e}};function kf(e){if(typeof e!="object"||e===null)return!1;var t=Object.getPrototypeOf(e);if(t===null)return!0;for(var r=t;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return t===r}var If=function(e){xl(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var a=e.apply(this,r)||this;return Object.setPrototypeOf(a,t.prototype),a}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,sr([void 0],r[0].concat(this)))):new(t.bind.apply(t,sr([void 0],r.concat(this))))},t}(Array),Df=function(e){xl(t,e);function t(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var a=e.apply(this,r)||this;return Object.setPrototypeOf(a,t.prototype),a}return Object.defineProperty(t,Symbol.species,{get:function(){return t},enumerable:!1,configurable:!0}),t.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return e.prototype.concat.apply(this,r)},t.prototype.prepend=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return r.length===1&&Array.isArray(r[0])?new(t.bind.apply(t,sr([void 0],r[0].concat(this)))):new(t.bind.apply(t,sr([void 0],r.concat(this))))},t}(Array);function fi(e){return _e(e)?$o(e,function(){}):e}function Uf(e){return typeof e=="boolean"}function Bf(){return function(t){return Hf(t)}}function Hf(e){e===void 0&&(e={});var t=e.thunk,r=t===void 0?!0:t,n=e.immutableCheck,a=n===void 0?!0:n,i=e.serializableCheck,c=i===void 0?!0:i,s=new If;if(r&&(Uf(r)?s.push(ci):s.push(ci.withExtraArgument(r.extraArgument))),0){if(a)var d;if(c)var f}return s}var li=!0;function vl(e){var t=Bf(),r=e||{},n=r.reducer,a=n===void 0?void 0:n,i=r.middleware,c=i===void 0?t():i,s=r.devTools,d=s===void 0?!0:s,f=r.preloadedState,h=f===void 0?void 0:f,p=r.enhancers,y=p===void 0?void 0:p,x;if(typeof a=="function")x=a;else if(kf(a))x=fl(a);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),!li&&!Array.isArray(v)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!li&&v.some(function(E){return typeof E!="function"}))throw new Error("each middleware provided to configureStore must be a function");var A=ul.apply(void 0,v),O=cr;d&&(O=zf(ut({trace:!li},typeof d=="object"&&d)));var _=new Df(A),w=_;Array.isArray(y)?w=sr([A],y):typeof y=="function"&&(w=y(_));var S=O.apply(void 0,w);return ii(x,h,S)}function pt(e,t){function r(){for(var n=[],a=0;a<arguments.length;a++)n[a]=arguments[a];if(t){var i=t.apply(void 0,n);if(!i)throw new Error("prepareAction did not return an object");return ut(ut({type:e,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:e,payload:n[0]}}return r.toString=function(){return""+e},r.type=e,r.match=function(n){return n.type===e},r}function El(e){var t={},r=[],n,a={addCase:function(i,c){var s=typeof i=="string"?i:i.type;if(s in t)throw new Error("addCase cannot be called with two reducers for the same action type");return t[s]=c,a},addMatcher:function(i,c){return r.push({matcher:i,reducer:c}),a},addDefaultCase:function(i){return n=i,a}};return e(a),[t,r,n]}function Gf(e){return typeof e=="function"}function $f(e,t,r,n){r===void 0&&(r=[]);var a=typeof t=="function"?El(t):[t,r,n],i=a[0],c=a[1],s=a[2],d;if(Gf(e))d=function(){return fi(e())};else{var f=fi(e);d=function(){return f}}function h(p,y){p===void 0&&(p=d());var x=sr([i[y.type]],c.filter(function(v){var A=v.matcher;return A(y)}).map(function(v){var A=v.reducer;return A}));return x.filter(function(v){return!!v}).length===0&&(x=[s]),x.reduce(function(v,A){if(A)if(Ze(v)){var O=v,_=A(O,y);return _===void 0?v:_}else{if(_e(v))return $o(v,function(w){return A(w,y)});var _=A(v,y);if(_===void 0){if(v===null)return v;throw Error("A case reducer on a non-draftable value must not return undefined")}return _}return v},p)}return h.getInitialState=d,h}function Ff(e,t){return e+"/"+t}function Sl(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof e.initialState=="function"?e.initialState:fi(e.initialState),n=e.reducers||{},a=Object.keys(n),i={},c={},s={};a.forEach(function(h){var p=n[h],y=Ff(t,h),x,v;"reducer"in p?(x=p.reducer,v=p.prepare):x=p,i[h]=x,c[y]=x,s[h]=v?pt(y,v):pt(y)});function d(){var h=typeof e.extraReducers=="function"?El(e.extraReducers):[e.extraReducers],p=h[0],y=p===void 0?{}:p,x=h[1],v=x===void 0?[]:x,A=h[2],O=A===void 0?void 0:A,_=ut(ut({},y),c);return $f(r,function(w){for(var S in _)w.addCase(S,_[S]);for(var E=0,L=v;E<L.length;E++){var M=L[E];w.addMatcher(M.matcher,M.reducer)}O&&w.addDefaultCase(O)})}var f;return{name:t,reducer:function(h,p){return f||(f=d()),f(h,p)},actions:s,caseReducers:i,getInitialState:function(){return f||(f=d()),f.getInitialState()}}}var Wf="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Vf=function(e){e===void 0&&(e=21);for(var t="",r=e;r--;)t+=Wf[Math.random()*64|0];return t},jf=["name","message","stack","code"],di=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),yl=function(){function e(t,r){this.payload=t,this.meta=r}return e}(),Kf=function(e){if(typeof e=="object"&&e!==null){for(var t={},r=0,n=jf;r<n.length;r++){var a=n[r];typeof e[a]=="string"&&(t[a]=e[a])}return t}return{message:String(e)}},Ax=function(){function e(t,r,n){var a=pt(t+"/fulfilled",function(h,p,y,x){return{payload:h,meta:si(ut({},x||{}),{arg:y,requestId:p,requestStatus:"fulfilled"})}}),i=pt(t+"/pending",function(h,p,y){return{payload:void 0,meta:si(ut({},y||{}),{arg:p,requestId:h,requestStatus:"pending"})}}),c=pt(t+"/rejected",function(h,p,y,x,v){return{payload:x,error:(n&&n.serializeError||Kf)(h||"Rejected"),meta:si(ut({},v||{}),{arg:y,requestId:p,rejectedWithValue:!!x,requestStatus:"rejected",aborted:h?.name==="AbortError",condition:h?.name==="ConditionError"})}}),s=!1,d=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 f(h){return function(p,y,x){var v=n?.idGenerator?n.idGenerator(h):Vf(),A=new d,O,_=!1;function w(E){O=E,A.abort()}var S=function(){return Pf(this,null,function(){var E,L,M,U,F,$,k;return Rf(this,function(b){switch(b.label){case 0:return b.trys.push([0,4,,5]),U=(E=n?.condition)==null?void 0:E.call(n,h,{getState:y,extra:x}),Yf(U)?[4,U]:[3,2];case 1:U=b.sent(),b.label=2;case 2:if(U===!1||A.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return _=!0,F=new Promise(function(C,P){return A.signal.addEventListener("abort",function(){return P({name:"AbortError",message:O||"Aborted"})})}),p(i(v,h,(L=n?.getPendingMeta)==null?void 0:L.call(n,{requestId:v,arg:h},{getState:y,extra:x}))),[4,Promise.race([F,Promise.resolve(r(h,{dispatch:p,getState:y,extra:x,requestId:v,signal:A.signal,abort:w,rejectWithValue:function(C,P){return new di(C,P)},fulfillWithValue:function(C,P){return new yl(C,P)}})).then(function(C){if(C instanceof di)throw C;return C instanceof yl?a(C.payload,v,h,C.meta):a(C,v,h)})])];case 3:return M=b.sent(),[3,5];case 4:return $=b.sent(),M=$ instanceof di?c(null,v,h,$.payload,$.meta):c($,v,h),[3,5];case 5:return k=n&&!n.dispatchConditionRejection&&c.match(M)&&M.meta.condition,k||p(M),[2,M]}})})}();return Object.assign(S,{abort:w,requestId:v,arg:h,unwrap:function(){return S.then(Zf)}})}}return Object.assign(f,{pending:i,rejected:c,fulfilled:a,typePrefix:t})}return e.withTypes=function(){return e},e}();function Zf(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function Yf(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Cl="listener",Al="completed",Ll="cancelled",Lx="task-"+Ll,Ox="task-"+Al,Rx=Cl+"-"+Ll,_x=Cl+"-"+Al;var ui="listenerMiddleware";var wx=pt(ui+"/add"),Nx=pt(ui+"/removeAll"),Tx=pt(ui+"/remove");var bl,Mx=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(e){return(bl||(bl=Promise.resolve())).then(e).catch(function(t){return setTimeout(function(){throw t},0)})},qf=function(e){return function(t){setTimeout(t,e)}},Px=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:qf(10);ol();window.ftReduxStores||(window.ftReduxStores={});var pi=class e extends Rt{static get(t){var r;let n=typeof t=="string"?t:t.name,a=typeof t=="string"?void 0:t,i=window.ftReduxStores[n];if(or(i))return i;if(a==null)return;let c=Sl({...a,reducers:(r=a.reducers)!==null&&r!==void 0?r:{}}),s=vl({reducer:(d,f)=>{if(f.type==="CLEAR_FT_REDUX_STORE"){let h=Bn(c.getInitialState());for(let p of f.keeping)h[p]=(d??h)[p];return h}else if(typeof f.type=="string"&&f.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...d,...f.overwrites};return c.reducer(d,f)}});return window.ftReduxStores[a.name]=new e(c,s,a.eventBus)}constructor(t,r,n){super(),this.reduxSlice=t,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new Xr;let a=i=>i!=null?JSON.parse(JSON.stringify(i)):i;this.actions=new Proxy(this.reduxSlice.actions,{get:(i,c,s)=>{let d=c,f=i[d];return f?(...h)=>{let p=f(...h.map(a));return this.reduxStore.dispatch(p),p}:h=>{this.setState({[d]:a(h)})}}}),this.eventBus=n??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...t){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:t})}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 Xf(){var e;for(let t of Object.values((e=window.ftReduxStores)!==null&&e!==void 0?e:{}))or(t)&&t.clear()}var Wo=class{constructor(t,r,n){this.store=t,this.valueSelector=r,this.callback=n}watch(){return this.stop(),this.lastValue=this.valueSelector(this.store.getState()),this.unsubscribe=this.store.subscribe(()=>{let t=this.store.getState(),r=this.valueSelector(t);Lt(this.lastValue,r)&&(this.callback(r,t),this.lastValue=r)}),this}stop(){return this.unsubscribe!=null&&(this.unsubscribe(),this.unsubscribe=void 0),this.lastValue=void 0,this}};function Qf(e,t,r){return new Wo(e,t,r).watch()}var hi=class{constructor(){this.requestConsumers=new Map}getOrCreateRequestConsumers(t){var r;return(r=this.requestConsumers.get(t))!==null&&r!==void 0?r:this.requestConsumers.set(t,new Set).get(t)}registerComponent(t,r){for(let n of r)this.getOrCreateRequestConsumers(n).add(t).size==1&&this.onNewNeededRequest(n)}unregisterComponent(t,r){for(let n of r)this.getOrCreateRequestConsumers(n).delete(t)}isRequestNeeded(t){return this.getOrCreateRequestConsumers(t).size>0}};var bi={};B(bi,{scrollHelper:()=>Jf});var gi,Vo=new Map,yi=class{lock(t,r){if(r){let n=Vo.get(r);if(n==null||n===t)return Vo.set(r,t),r}}release(t,r){r&&Vo.get(r)===t&&Vo.delete(r)}findFirstScrollableParent(t){var r;let n,a;for(let i of Un(t)){let c=i,s=this.elementCanScroll(c);if(s&&c.clientHeight&&c.clientHeight<c.scrollHeight){n=c;break}else s&&a==null&&(a=c)}return(r=n??a)!==null&&r!==void 0?r:document.body}elementCanScroll(t){try{return["auto","scroll"].includes(getComputedStyle(t).overflowY)&&!["contents"].includes(getComputedStyle(t).display)}catch{return!1}}getAbsoluteScrollOffset(t,r){var n,a;let i=0;for(;r&&r.offsetParent!==t.offsetParent;)i+=(n=r.offsetTop)!==null&&n!==void 0?n:0,r=r.offsetParent;return i+((a=r?.offsetTop)!==null&&a!==void 0?a:0)-t.offsetTop}computeTopOffsetRatio(t,r){if(typeof t=="number")return t;switch(t){case"end":return 1;case"center":return .5;case"nearest":return r;default:return 0}}scrollIntoViewIfPossible(t,r){let n=this.findFirstScrollableParent(t);if(t&&this.lock(this,n)){let a=this.getAbsoluteScrollOffset(n,t),i=a-n.clientHeight+t.clientHeight,c=a,s=Ot(0,(c-n.scrollTop)/(c-i),1),d=this.computeTopOffsetRatio(r?.position,s)*(i-c)+c;n.scrollTo({behavior:r?.behavior,top:d})}else console.warn("Could not scroll element into view because the scrollable parent is already locked",t,n);this.release(this,n)}};window.FluidTopicsScrollHelper=(gi=window.FluidTopicsScrollHelper)!==null&&gi!==void 0?gi:new yi;var Jf=window.FluidTopicsScrollHelper;var vi={};B(vi,{SearchPlaceConverter:()=>Zo,SearchPlaceQueryParams:()=>H,isSearchPlaceQueryParams:()=>f1,serializeRequest:()=>ru});var eu=m4(Rl(),1);var _l;(function(e){e.black="black",e.green="green",e.blue="blue",e.purple="purple",e.red="red",e.orange="orange",e.yellow="yellow"})(_l||(_l={}));var wl;(function(e){e.OFFICIAL="OFFICIAL",e.PERSONAL="PERSONAL",e.SHARED="SHARED"})(wl||(wl={}));var Nl;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(Nl||(Nl={}));var Tl;(function(e){e.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",e.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",e.PERSONAL_BOOK="PERSONAL_BOOK",e.ATTACHMENT="ATTACHMENT",e.RESOURCE="RESOURCE",e.HTML_PACKAGE="HTML_PACKAGE"})(Tl||(Tl={}));var Ml;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(Ml||(Ml={}));var Pl;(function(e){e.VALUE="VALUE",e.DATE="DATE",e.RANGE="RANGE"})(Pl||(Pl={}));var zl;(function(e){e.OFFICIAL="OFFICIAL",e.AI="AI"})(zl||(zl={}));var kl;(function(e){e.BOOKMARK__CREATE="BOOKMARK__CREATE",e.BOOKMARK__DELETE="BOOKMARK__DELETE",e.CASE_DEFLECTION__START="CASE_DEFLECTION__START",e.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",e.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",e.CHATBOT__RATE="CHATBOT__RATE",e.COLLECTION__CREATE="COLLECTION__CREATE",e.COLLECTION__UPDATE="COLLECTION__UPDATE",e.COLLECTION__DELETE="COLLECTION__DELETE",e.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",e.DOCUMENT__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",e.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",e.DOCUMENT__PRINT="DOCUMENT__PRINT",e.DOCUMENT__PROCESS="DOCUMENT__PROCESS",e.DOCUMENT__RATE="DOCUMENT__RATE",e.DOCUMENT__SEARCH="DOCUMENT__SEARCH",e.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",e.DOCUMENT__UNRATE="DOCUMENT__UNRATE",e.FEEDBACK__SEND="FEEDBACK__SEND",e.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",e.AI__RATE="AI__RATE",e.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",e.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",e.KHUB__PROCESS="KHUB__PROCESS",e.KHUB__SEARCH="KHUB__SEARCH",e.LABELS__DOWNLOAD="LABELS__DOWNLOAD",e.LINK__SHARE="LINK__SHARE",e.PAGE__DISPLAY="PAGE__DISPLAY",e.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",e.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",e.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",e.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",e.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",e.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",e.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",e.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",e.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",e.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",e.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",e.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",e.TOPIC__RATE="TOPIC__RATE",e.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",e.TOPIC__UNRATE="TOPIC__UNRATE",e.USER__LOGIN="USER__LOGIN",e.USER__LOGOUT="USER__LOGOUT",e.HEARTBEAT="HEARTBEAT"})(kl||(kl={}));var Il;(function(e){e.STANDARD="STANDARD",e.STRUCTURAL="STRUCTURAL"})(Il||(Il={}));var Dl;(function(e){e.THIRD_PARTY="THIRD_PARTY",e.OFF_THE_GRID="OFF_THE_GRID",e.CONTENT_PACKAGER="CONTENT_PACKAGER",e.PAGES="PAGES",e.DESIGNED_READER="DESIGNED_READER"})(Dl||(Dl={}));var Ul;(function(e){e.HOMEPAGE="HOMEPAGE",e.CUSTOM="CUSTOM",e.HEADER="HEADER",e.READER="READER",e.TOPIC_TEMPLATE="TOPIC_TEMPLATE",e.SEARCH="SEARCH",e.SEARCH_RESULT="SEARCH_RESULT",e.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",e.LINK_PREVIEW="LINK_PREVIEW",e.UD_VIEWER="UD_VIEWER",e.ASSET_VIEWER="ASSET_VIEWER"})(Ul||(Ul={}));var Bl;(function(e){e.CLASSIC="CLASSIC",e.CUSTOM="CUSTOM",e.DESIGNER="DESIGNER"})(Bl||(Bl={}));var Hl;(function(e){e.AND="AND",e.OR="OR",e.MONOVALUED="MONOVALUED"})(Hl||(Hl={}));var Gl;(function(e){e.NONE="NONE",e.ALPHABET="ALPHABET",e.VERSION="VERSION"})(Gl||(Gl={}));var $l;(function(e){e.STARS="STARS",e.LIKE="LIKE",e.DICHOTOMOUS="DICHOTOMOUS",e.NO_RATING="NO_RATING"})($l||($l={}));var Fl;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR",e.CUSTOM="CUSTOM"})(Fl||(Fl={}));var dr;(function(e){e.OPTIONAL="OPTIONAL",e.MANDATORY="MANDATORY"})(dr||(dr={}));var Wl;(function(e){e.ASC="ASC",e.DESC="DESC"})(Wl||(Wl={}));var Vl;(function(e){e.ALPHA="ALPHA",e.NATURAL="NATURAL"})(Vl||(Vl={}));var xi;(function(e){e.EVERYWHERE="EVERYWHERE",e.TITLE_ONLY="TITLE_ONLY",e.NONE="NONE"})(xi||(xi={}));var e1=e=>Object.keys(xi).includes(e);var jl;(function(e){e.ARTICLE="ARTICLE",e.BOOK="BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(jl||(jl={}));var Kl;(function(e){e.FLUIDTOPICS="FLUIDTOPICS",e.EXTERNAL="EXTERNAL"})(Kl||(Kl={}));var Zl;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.PERSONAL_BOOK="PERSONAL_BOOK",e.SHARED_BOOK="SHARED_BOOK",e.HTML_PACKAGE="HTML_PACKAGE"})(Zl||(Zl={}));var fr;(function(e){e.LAST_WEEK="LAST_WEEK",e.LAST_MONTH="LAST_MONTH",e.LAST_QUARTER="LAST_QUARTER",e.LAST_YEAR="LAST_YEAR"})(fr||(fr={}));var t1=e=>Object.keys(fr).includes(e);var Yl;(function(e){e.MAP="MAP",e.DOCUMENT="DOCUMENT",e.TOPIC="TOPIC",e.HTML_PACKAGE="HTML_PACKAGE",e.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(Yl||(Yl={}));var ql;(function(e){e.DEFAULT="DEFAULT",e.DOCUMENTS="DOCUMENTS",e.ALL_TOPICS="ALL_TOPICS",e.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(ql||(ql={}));var Xl;(function(e){e.PLAIN_TEXT="PLAIN_TEXT",e.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",e.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(Xl||(Xl={}));var oe;(function(e){e.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",e.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",e.HTML_EXPORT_USER="HTML_EXPORT_USER",e.PDF_EXPORT_USER="PDF_EXPORT_USER",e.SAVED_SEARCH_USER="SAVED_SEARCH_USER",e.COLLECTION_USER="COLLECTION_USER",e.OFFLINE_USER="OFFLINE_USER",e.ANALYTICS_USER="ANALYTICS_USER",e.BETA_USER="BETA_USER",e.DEBUG_USER="DEBUG_USER",e.PRINT_USER="PRINT_USER",e.RATING_USER="RATING_USER",e.FEEDBACK_USER="FEEDBACK_USER",e.GENERATIVE_AI_USER="GENERATIVE_AI_USER",e.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",e.CONTENT_PUBLISHER="CONTENT_PUBLISHER",e.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",e.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",e.KHUB_ADMIN="KHUB_ADMIN",e.USERS_ADMIN="USERS_ADMIN",e.PORTAL_ADMIN="PORTAL_ADMIN",e.ADMIN="ADMIN"})(oe||(oe={}));var Ql;(function(e){e.SEARCHES="SEARCHES",e.BOOKMARKS="BOOKMARKS",e.BOOKS="BOOKS",e.COLLECTIONS="COLLECTIONS"})(Ql||(Ql={}));var Jl;(function(e){e.UNAUTHENTICATED="UNAUTHENTICATED",e.USER_INCOMPLETE="USER_INCOMPLETE",e.MFA_REQUIRED="MFA_REQUIRED",e.AUTHENTICATED="AUTHENTICATED"})(Jl||(Jl={}));var r1;(function(e){e.VALID="VALID",e.INVALID="INVALID"})(r1||(r1={}));var o1;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SUMMARY="SUMMARY",e.SEMANTIC_SEARCH="SEMANTIC_SEARCH",e.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",e.OTHER="OTHER"})(o1||(o1={}));var n1;(function(e){e.INACCURATE="INACCURATE",e.INCOMPLETE="INCOMPLETE",e.OFF_TOPIC="OFF_TOPIC",e.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",e.SLOW="SLOW",e.OTHER="OTHER"})(n1||(n1={}));var a1;(function(e){e.JSON="JSON",e.TEXT="TEXT"})(a1||(a1={}));var i1;(function(e){e.USER="USER",e.ASSISTANT="ASSISTANT"})(i1||(i1={}));var c1;(function(e){e.TEXT="TEXT",e.HTML="HTML"})(c1||(c1={}));var s1;(function(e){e.HTML="HTML",e.MARKDOWN="MARKDOWN"})(s1||(s1={}));var l1;(function(e){e.MAP="MAP",e.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(l1||(l1={}));var iv={[oe.PERSONAL_BOOK_SHARE_USER]:[oe.PERSONAL_BOOK_USER],[oe.HTML_EXPORT_USER]:[oe.PERSONAL_BOOK_USER],[oe.PDF_EXPORT_USER]:[oe.PERSONAL_BOOK_USER],[oe.KHUB_ADMIN]:[oe.CONTENT_PUBLISHER],[oe.ADMIN]:[oe.KHUB_ADMIN,oe.USERS_ADMIN,oe.PORTAL_ADMIN,oe.BEHAVIOR_DATA_USER],[oe.GENERATIVE_AI_EXPORT_USER]:[oe.GENERATIVE_AI_USER]};function tu(e){return`"${e}"`}function d1(e){return e.startsWith('"')&&e.endsWith('"')?e.replace(/(^"+)|("+$)/g,""):e}function ru(e,t){return new Zo(e).serialize(t)}var H;(function(e){e.LOCALE="content-lang",e.QUERY="query",e.SCOPE="scope",e.FILTERS="filters",e.VIRTUAL_FIELD="virtual-field",e.PERIOD="period",e.VALUE_FILTERS="value-filters",e.DATE_FILTERS="date-filters",e.RANGE_FILTERS="range-filters",e.SORT="sort",e.PER_PAGE="per-page",e.KEYWORD_MATCH="keyword-match"})(H||(H={}));var ou=new Set(Object.values(H));function f1(e){return ou.has(e)}var Zo=class{constructor(t,r=20,n=!1,a="en-US"){this.baseUrl=t,this.defaultPerPage=r,this.allLanguagesAllowed=n,this.defaultContentLocale=a,this.scopeMapping={documents:"DOCUMENTS",topics:"ALL_TOPICS"},this.filtersEscapeMapping=[["*","\\*","[ft-escaped-star-character]"],["~","\\\\~","[ft-escaped-tilde-character]"],["_","\\\\\\\\_","[ft-escaped-underscore-character]"]]}serialize(t,r){return this.serializeToCurrentPageIfPossible(t,r??"/search")}serializeToCurrentPageIfPossible(t,r){let n=r==null||r.trim().length===0,a=new URL(n?window.location.href:`${this.baseUrl.replace(/\/+$/,"")}${r}`);return a.search=this.toURLSearchParams(t),a.toString()}toURLSearchParams(t,r=!1){var n,a,i,c,s,d,f,h,p,y,x;let v=new URLSearchParams;t.contentLocale?(!r||t.contentLocale!==this.defaultContentLocale)&&v.append(H.LOCALE,t.contentLocale):v.append(H.LOCALE,this.allLanguagesAllowed?"all":this.defaultContentLocale),((n=t.query)===null||n===void 0?void 0:n.length)>0&&v.append(H.QUERY,t.query);let A=(i=(a=t.metadataFilters)===null||a===void 0?void 0:a.filter(E=>E.valueFilter&&!E.valueFilter.negative))!==null&&i!==void 0?i:[];if(A.length>0){let E=A.map(L=>{var M,U;let F=((U=(M=L.valueFilter)===null||M===void 0?void 0:M.values)!==null&&U!==void 0?U:[]).map($=>this.escapeFilters($)).map($=>tu(d1($))).join("_");return`${L.key}~${F}`}).join("*");v.append(H.VALUE_FILTERS,E)}let O=(s=(c=t.metadataFilters)===null||c===void 0?void 0:c.filter(E=>E.dateFilter))!==null&&s!==void 0?s:[];if(O.length>0){let E=O.map(L=>{var M;return`${L.key}~${(M=L.dateFilter)===null||M===void 0?void 0:M.type.toLowerCase()}`}).join("*");v.append(H.DATE_FILTERS,E)}let _=(f=(d=t.metadataFilters)===null||d===void 0?void 0:d.filter(E=>E.rangeFilter))!==null&&f!==void 0?f:[];if(_.length>0){let E=_.map(L=>{var M,U;return`${L.key}~${(M=L.rangeFilter)===null||M===void 0?void 0:M.from}_${(U=L.rangeFilter)===null||U===void 0?void 0:U.to}`}).join("*");v.append(H.RANGE_FILTERS,E)}t.virtualField&&t.virtualField!=="EVERYWHERE"&&v.append(H.VIRTUAL_FIELD,t.virtualField.toLowerCase()),t.scope&&t.scope!=="DEFAULT"&&v.append(H.SCOPE,t.scope.toLowerCase()),t.sortId!=null&&v.append(H.SORT,t.sortId),!((h=t.paging)===null||h===void 0)&&h.perPage&&((y=(p=t.paging)===null||p===void 0?void 0:p.perPage)!==null&&y!==void 0?y:this.defaultPerPage)!=this.defaultPerPage&&v.append(H.PER_PAGE,String(t.paging.perPage)),t.keywordMatch!=null&&v.append(H.KEYWORD_MATCH,t.keywordMatch.toLowerCase());let w=(x=t.otherQueryParams)!==null&&x!==void 0?x:{};for(let E in w)v.append(E,w[E]);let S=new Array;return v.forEach((E,L)=>{S.push(this.encodeQueryString(L)+"="+this.encodeQueryString(E))}),encodeURI(S.join("&")).replace(/#/g,"%23")}encodeQueryString(t){return encodeURIComponent(t).replace(/%20/g,"+")}parse(t){var r;let n=t.split("?"),a=this.fromURLSearchParams(n.slice(1).join("?")),i=n[0].split("/search/")[1];return i==null?a:{...a,scope:(r=this.scopeMapping[i])!==null&&r!==void 0?r:a.scope}}fromURLSearchParams(t){var r,n,a,i,c,s;try{t=decodeURI(t).replace(/%23/g,"#")}catch(_){console.warn("Could not decode search request query params, fallback on raw value",_)}let d=new URLSearchParams(t),f=d.get(H.LOCALE)==="all"?void 0:d.get(H.LOCALE),h=((r=d.get(H.VIRTUAL_FIELD))!==null&&r!==void 0?r:"EVERYWHERE").toUpperCase(),p=(n=d.get(H.SORT))===null||n===void 0?void 0:n.toLowerCase(),y=(a=d.get(H.SCOPE))!==null&&a!==void 0?a:"default",x=+((i=d.get(H.PER_PAGE))!==null&&i!==void 0?i:this.defaultPerPage),v=d.get(H.KEYWORD_MATCH),A=v?v.toUpperCase()===dr.MANDATORY?dr.MANDATORY:dr.OPTIONAL:void 0,O={};for(let _ of d.keys())f1(_)||(O[_]=d.get(_));return{contentLocale:f??(this.allLanguagesAllowed?void 0:this.defaultContentLocale),query:(c=d.get(H.QUERY))!==null&&c!==void 0?c:"",scope:(s=this.scopeMapping[y])!==null&&s!==void 0?s:"DEFAULT",virtualField:e1(h)?h:"EVERYWHERE",sortId:p,metadataFilters:this.parseCompatFilters(d),facets:[],paging:{page:1,perPage:Ot(1,isNaN(x)?this.defaultPerPage:x,1e3)},keywordMatch:A,otherQueryParams:O}}parseCompatFilters(t){var r,n,a,i,c,s;let d=[];return t.has(H.FILTERS)&&(d=this.parseValueFilters((r=t.get(H.FILTERS))!==null&&r!==void 0?r:"")),(n=t.has(H.PERIOD))!==null&&n!==void 0&&n&&(d=[...d,...this.parseLegacyPeriodFilter(((a=t.get(H.PERIOD))!==null&&a!==void 0?a:"").toUpperCase())]),[...d,...this.parseValueFilters((i=t.get(H.VALUE_FILTERS))!==null&&i!==void 0?i:""),...this.parseDateFilters((c=t.get(H.DATE_FILTERS))!==null&&c!==void 0?c:""),...this.parseRangeFilters((s=t.get(H.RANGE_FILTERS))!==null&&s!==void 0?s:"")]}splitUnknownFilter(t){return this.superEscapeFilters(t).split("*").map(r=>r.split("~"))}parseValueFilters(t){return t.length===0?[]:this.splitUnknownFilter(t).map(r=>({key:r[0],valueFilter:{values:r[1].split("_").map(d1).map(n=>this.unescapeFilterValue(n)),negative:!1}}))}parseDateFilters(t){return t.length===0?[]:this.splitUnknownFilter(t).map(r=>({key:r[0],dateFilter:{type:fr[r[1].toUpperCase()]}}))}parseRangeFilters(t){return t.length===0?[]:this.splitUnknownFilter(t).map(r=>({key:r[0],rangeFilter:{from:r[1].split("_")[0],to:r[1].split("_")[1]}}))}escapeFilters(t){for(let[r,n,a]of this.filtersEscapeMapping)t=t.replaceAll(r,n);return t}superEscapeFilters(t){for(let[r,n,a]of this.filtersEscapeMapping)t=t.replaceAll(n,a);return t}unescapeFilterValue(t){for(let[r,n,a]of this.filtersEscapeMapping)t=t.replace(a,r);return t}parseLegacyPeriodFilter(t){if(t1(t))return[{key:"ft:lastEdition",dateFilter:{type:fr[t]}}];if(t.startsWith("CUSTOM_")){let[r,n,a]=t.split("_");return[{key:"ft:lastEdition",rangeFilter:{from:n,to:a}}]}return[]}static clearSearchParamsInUrl(t){let r=new URL(t);return[H.LOCALE,H.FILTERS,H.VALUE_FILTERS,H.DATE_FILTERS,H.RANGE_FILTERS].forEach(a=>{r.searchParams.delete(a)}),r.toString()}static updateLocaleParamInUrl(t,r){let n=new URL(t);return n.searchParams.delete(H.LOCALE),r!==void 0&&n.searchParams.append(H.LOCALE,r),n.toString()}};var Ci={};B(Ci,{toFtFormComponent:()=>Si});var Ei=Symbol("elementInternals"),Si=ye(Symbol("toFtFormComponent"),function(e){class t extends e{static get formAssociated(){return!0}get form(){return this[Ei].form}constructor(...n){super(n),this[Ei]=this.attachInternals()}setFormValue(n){this[Ei].setFormValue(n)}}return t});var Li={};B(Li,{DateFormatter:()=>Ai});var Ai=class{static format(t,r,n,a,i){return window.moment?window.moment(t).locale(r).format(this.getMomentDateFormat(n,a,!!i)):this.getIntlDateTime(t,r,n,a,!!i)}static getMomentDateFormat(t,r,n){return n?"LT":t?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(t,r,n,a,i){let c=typeof t=="string"?new Date(t):t,s=new Intl.DateTimeFormat(r,{dateStyle:n?"medium":"short"}).format(c),d=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(c);return i?d:a?`${s} ${d}`:s}static getTimezoneAsString(){let t=n=>String(Math.floor(n)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${t(Math.abs(r)/60)}:${t(Math.abs(r)%60)}`}};var Ri={};B(Ri,{ALL_KEYS_VALUE:()=>Oi,SameWindowStorageEvent:()=>ur});var Oi="__all__",ur=class extends CustomEvent{constructor(t,r,n){super("same-window-storage",{detail:{key:t,oldValue:r,newValue:n}})}keyMatch(t){return this.detail.key.includes(t)||this.detail.key==Oi}};Storage.prototype.setItem=new Proxy(Storage.prototype.setItem,{apply(e,t,r){let n=t.getItem(r[0]);Reflect.apply(e,t,r),window.dispatchEvent(new ur(r[0],n,r[1]))}});Storage.prototype.removeItem=new Proxy(Storage.prototype.removeItem,{apply(e,t,r){let n=t.getItem(r[0]);Reflect.apply(e,t,r),window.dispatchEvent(new ur(r[0],n))}});Storage.prototype.clear=new Proxy(Storage.prototype.clear,{apply(e,t,r){Reflect.apply(e,t,r),window.dispatchEvent(new ur(Oi))}});var wi={};B(wi,{FocusMainContentEvent:()=>_i});var _i=class extends Event{constructor(){super("ft-focus-main-content",{composed:!0,bubbles:!0})}};var u1={};window.FluidTopicsA11yHints={isKeyboardNavigation:!1,lastPressedKey:""};function nu(e){(e.key==="Enter"||e.key===" "||e.key==="Tab")&&(window.FluidTopicsA11yHints.isKeyboardNavigation=!0),window.FluidTopicsA11yHints.lastPressedKey=e.key}function au(e){window.FluidTopicsA11yHints.isKeyboardNavigation=e.detail==0}document.addEventListener("keydown",nu);document.addEventListener("click",au);var p1=D`
|
|
49
49
|
.sr-only {
|
|
50
50
|
position:absolute;
|
|
51
51
|
left:-10000px;
|
|
@@ -826,7 +826,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
826
826
|
.svg-inline--fa mask .fa-secondary {
|
|
827
827
|
fill: black;
|
|
828
828
|
}`;function w0(){let e=S0,t=C0,r=z.cssPrefix,n=z.replacementClass,a=nm;if(r!==e||n!==t){let i=new RegExp("\\.".concat(e,"\\-"),"g"),c=new RegExp("\\--".concat(e,"\\-"),"g"),s=new RegExp("\\.".concat(t),"g");a=a.replace(i,".".concat(r,"-")).replace(c,"--".concat(r,"-")).replace(s,".".concat(n))}return a}var Y2=!1;function Ji(){z.autoAddCss&&!Y2&&(Jh(w0()),Y2=!0)}var am={mixout(){return{dom:{css:w0,insertCss:Ji}}},hooks(){return{beforeDOMElementCreation(){Ji()},beforeI2svg(){Ji()}}}},et=gt||{};et[Je]||(et[Je]={});et[Je].styles||(et[Je].styles={});et[Je].hooks||(et[Je].hooks={});et[Je].shims||(et[Je].shims=[]);var Be=et[Je],N0=[],T0=function(){Q.removeEventListener("DOMContentLoaded",T0),cn=1,N0.map(e=>e())},cn=!1;tt&&(cn=(Q.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(Q.readyState),cn||Q.addEventListener("DOMContentLoaded",T0));function im(e){tt&&(cn?setTimeout(e,0):N0.push(e))}function ho(e){let{tag:t,attributes:r={},children:n=[]}=e;return typeof e=="string"?_0(e):"<".concat(t," ").concat(tm(r),">").concat(n.map(ho).join(""),"</").concat(t,">")}function q2(e,t,r){if(e&&e[t]&&e[t][r])return{prefix:t,iconName:r,icon:e[t][r]}}var cm=function(t,r){return function(n,a,i,c){return t.call(r,n,a,i,c)}},ec=function(t,r,n,a){var i=Object.keys(t),c=i.length,s=a!==void 0?cm(r,a):r,d,f,h;for(n===void 0?(d=1,h=t[i[0]]):(d=0,h=n);d<c;d++)f=i[d],h=s(h,t[f],f,t);return h};function sm(e){let t=[],r=0,n=e.length;for(;r<n;){let a=e.charCodeAt(r++);if(a>=55296&&a<=56319&&r<n){let i=e.charCodeAt(r++);(i&64512)==56320?t.push(((a&1023)<<10)+(i&1023)+65536):(t.push(a),r--)}else t.push(a)}return t}function dc(e){let t=sm(e);return t.length===1?t[0].toString(16):null}function lm(e,t){let r=e.length,n=e.charCodeAt(t),a;return n>=55296&&n<=56319&&r>t+1&&(a=e.charCodeAt(t+1),a>=56320&&a<=57343)?(n-55296)*1024+a-56320+65536:n}function X2(e){return Object.keys(e).reduce((t,r)=>{let n=e[r];return!!n.icon?t[n.iconName]=n.icon:t[r]=n,t},{})}function fc(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},{skipHooks:n=!1}=r,a=X2(t);typeof Be.hooks.addPack=="function"&&!n?Be.hooks.addPack(e,X2(t)):Be.styles[e]=R(R({},Be.styles[e]||{}),a),e==="fas"&&fc("fa",t)}var{styles:uo,shims:dm}=Be,M0=Object.keys(Cc),fm=M0.reduce((e,t)=>(e[t]=Object.keys(Cc[t]),e),{}),Oc=null,P0={},z0={},k0={},I0={},D0={};function um(e){return~Yh.indexOf(e)}function pm(e,t){let r=t.split("-"),n=r[0],a=r.slice(1).join("-");return n===e&&a!==""&&!um(a)?a:null}var U0=()=>{let e=n=>ec(uo,(a,i,c)=>(a[c]=ec(i,n,{}),a),{});P0=e((n,a,i)=>(a[3]&&(n[a[3]]=i),a[2]&&a[2].filter(s=>typeof s=="number").forEach(s=>{n[s.toString(16)]=i}),n)),z0=e((n,a,i)=>(n[i]=i,a[2]&&a[2].filter(s=>typeof s=="string").forEach(s=>{n[s]=i}),n)),D0=e((n,a,i)=>{let c=a[2];return n[i]=i,c.forEach(s=>{n[s]=i}),n});let t="far"in uo||z.autoFetchSvg,r=ec(dm,(n,a)=>{let i=a[0],c=a[1],s=a[2];return c==="far"&&!t&&(c="fas"),typeof i=="string"&&(n.names[i]={prefix:c,iconName:s}),typeof i=="number"&&(n.unicodes[i.toString(16)]={prefix:c,iconName:s}),n},{names:{},unicodes:{}});k0=r.names,I0=r.unicodes,Oc=fn(z.styleDefault,{family:z.familyDefault})};Qh(e=>{Oc=fn(e.styleDefault,{family:z.familyDefault})});U0();function Rc(e,t){return(P0[e]||{})[t]}function hm(e,t){return(z0[e]||{})[t]}function Ft(e,t){return(D0[e]||{})[t]}function B0(e){return k0[e]||{prefix:null,iconName:null}}function mm(e){let t=I0[e],r=Rc("fas",e);return t||(r?{prefix:"fas",iconName:r}:null)||{prefix:null,iconName:null}}function yt(){return Oc}var H0=()=>({prefix:null,iconName:null,rest:[]});function gm(e){let t=fe,r=M0.reduce((n,a)=>(n[a]="".concat(z.cssPrefix,"-").concat(a),n),{});return v0.forEach(n=>{(e.includes(r[n])||e.some(a=>fm[n].includes(a)))&&(t=n)}),t}function fn(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{family:r=fe}=t,n=Wh[r][e];if(r===ln&&!e)return"fad";let a=Z2[r][e]||Z2[r][n],i=e in Be.styles?e:null;return a||i||null}function ym(e){let t=[],r=null;return e.forEach(n=>{let a=pm(z.cssPrefix,n);a?r=a:n&&t.push(n)}),{iconName:r,rest:t}}function Q2(e){return e.sort().filter((t,r,n)=>n.indexOf(t)===r)}function un(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{skipLookups:r=!1}=t,n=null,a=nc.concat(Mh),i=Q2(e.filter(p=>a.includes(p))),c=Q2(e.filter(p=>!nc.includes(p))),s=i.filter(p=>(n=p,!x0.includes(p))),[d=null]=s,f=gm(i),h=R(R({},ym(c)),{},{prefix:fn(d,{family:f})});return R(R(R({},h),Em({values:e,family:f,styles:uo,config:z,canonical:h,givenPrefix:n})),bm(r,n,h))}function bm(e,t,r){let{prefix:n,iconName:a}=r;if(e||!n||!a)return{prefix:n,iconName:a};let i=t==="fa"?B0(a):{},c=Ft(n,a);return a=i.iconName||c||a,n=i.prefix||n,n==="far"&&!uo.far&&uo.fas&&!z.autoFetchSvg&&(n="fas"),{prefix:n,iconName:a}}var xm=v0.filter(e=>e!==fe||e!==ln),vm=Object.keys(oc).filter(e=>e!==fe).map(e=>Object.keys(oc[e])).flat();function Em(e){let{values:t,family:r,canonical:n,givenPrefix:a="",styles:i={},config:c={}}=e,s=r===ln,d=t.includes("fa-duotone")||t.includes("fad"),f=c.familyDefault==="duotone",h=n.prefix==="fad"||n.prefix==="fa-duotone";if(!s&&(d||f||h)&&(n.prefix="fad"),(t.includes("fa-brands")||t.includes("fab"))&&(n.prefix="fab"),!n.prefix&&xm.includes(r)&&(Object.keys(i).find(y=>vm.includes(y))||c.autoFetchSvg)){let y=Ah.get(r).defaultShortPrefixId;n.prefix=y,n.iconName=Ft(n.prefix,n.iconName)||n.iconName}return(n.prefix==="fa"||a==="fa")&&(n.prefix=yt()||"fas"),n}var uc=class{constructor(){this.definitions={}}add(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];let a=r.reduce(this._pullDefinitions,{});Object.keys(a).forEach(i=>{this.definitions[i]=R(R({},this.definitions[i]||{}),a[i]),fc(i,a[i]);let c=Cc[fe][i];c&&fc(c,a[i]),U0()})}reset(){this.definitions={}}_pullDefinitions(t,r){let n=r.prefix&&r.iconName&&r.icon?{0:r}:r;return Object.keys(n).map(a=>{let{prefix:i,iconName:c,icon:s}=n[a],d=s[2];t[i]||(t[i]={}),d.length>0&&d.forEach(f=>{typeof f=="string"&&(t[i][f]=s)}),t[i][c]=s}),t}},J2=[],Lr={},Or={},Sm=Object.keys(Or);function Cm(e,t){let{mixoutsTo:r}=t;return J2=e,Lr={},Object.keys(Or).forEach(n=>{Sm.indexOf(n)===-1&&delete Or[n]}),J2.forEach(n=>{let a=n.mixout?n.mixout():{};if(Object.keys(a).forEach(i=>{typeof a[i]=="function"&&(r[i]=a[i]),typeof a[i]=="object"&&Object.keys(a[i]).forEach(c=>{r[i]||(r[i]={}),r[i][c]=a[i][c]})}),n.hooks){let i=n.hooks();Object.keys(i).forEach(c=>{Lr[c]||(Lr[c]=[]),Lr[c].push(i[c])})}n.provides&&n.provides(Or)}),r}function pc(e,t){for(var r=arguments.length,n=new Array(r>2?r-2:0),a=2;a<r;a++)n[a-2]=arguments[a];return(Lr[e]||[]).forEach(c=>{t=c.apply(null,[t,...n])}),t}function Vt(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];(Lr[e]||[]).forEach(i=>{i.apply(null,r)})}function bt(){let e=arguments[0],t=Array.prototype.slice.call(arguments,1);return Or[e]?Or[e].apply(null,t):void 0}function hc(e){e.prefix==="fa"&&(e.prefix="fas");let{iconName:t}=e,r=e.prefix||yt();if(t)return t=Ft(r,t)||t,q2(G0.definitions,r,t)||q2(Be.styles,r,t)}var G0=new uc,Am=()=>{z.autoReplaceSvg=!1,z.observeMutations=!1,Vt("noAuto")},Lm={i2svg:function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return tt?(Vt("beforeI2svg",e),bt("pseudoElements2svg",e),bt("i2svg",e)):Promise.reject(new Error("Operation requires a DOM of some kind."))},watch:function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},{autoReplaceSvgRoot:t}=e;z.autoReplaceSvg===!1&&(z.autoReplaceSvg=!0),z.observeMutations=!0,im(()=>{Rm({autoReplaceSvgRoot:t}),Vt("watch",e)})}},Om={icon:e=>{if(e===null)return null;if(typeof e=="object"&&e.prefix&&e.iconName)return{prefix:e.prefix,iconName:Ft(e.prefix,e.iconName)||e.iconName};if(Array.isArray(e)&&e.length===2){let t=e[1].indexOf("fa-")===0?e[1].slice(3):e[1],r=fn(e[0]);return{prefix:r,iconName:Ft(r,t)||t}}if(typeof e=="string"&&(e.indexOf("".concat(z.cssPrefix,"-"))>-1||e.match(Vh))){let t=un(e.split(" "),{skipLookups:!0});return{prefix:t.prefix||yt(),iconName:Ft(t.prefix,t.iconName)||t.iconName}}if(typeof e=="string"){let t=yt();return{prefix:t,iconName:Ft(t,e)||e}}}},ve={noAuto:Am,config:z,dom:Lm,parse:Om,library:G0,findIconDefinition:hc,toHtml:ho},Rm=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},{autoReplaceSvgRoot:t=Q}=e;(Object.keys(Be.styles).length>0||z.autoFetchSvg)&&tt&&z.autoReplaceSvg&&ve.dom.i2svg({node:t})};function pn(e,t){return Object.defineProperty(e,"abstract",{get:t}),Object.defineProperty(e,"html",{get:function(){return e.abstract.map(r=>ho(r))}}),Object.defineProperty(e,"node",{get:function(){if(!tt)return;let r=Q.createElement("div");return r.innerHTML=e.html,r.children}}),e}function _m(e){let{children:t,main:r,mask:n,attributes:a,styles:i,transform:c}=e;if(Lc(c)&&r.found&&!n.found){let{width:s,height:d}=r,f={x:s/d/2,y:.5};a.style=dn(R(R({},i),{},{"transform-origin":"".concat(f.x+c.x/16,"em ").concat(f.y+c.y/16,"em")}))}return[{tag:"svg",attributes:a,children:t}]}function wm(e){let{prefix:t,iconName:r,children:n,attributes:a,symbol:i}=e,c=i===!0?"".concat(t,"-").concat(z.cssPrefix,"-").concat(r):i;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:R(R({},a),{},{id:c}),children:n}]}]}function _c(e){let{icons:{main:t,mask:r},prefix:n,iconName:a,transform:i,symbol:c,title:s,maskId:d,titleId:f,extra:h,watchable:p=!1}=e,{width:y,height:x}=r.found?r:t,v=wh.includes(n),A=[z.replacementClass,a?"".concat(z.cssPrefix,"-").concat(a):""].filter(L=>h.classes.indexOf(L)===-1).filter(L=>L!==""||!!L).concat(h.classes).join(" "),O={children:[],attributes:R(R({},h.attributes),{},{"data-prefix":n,"data-icon":a,class:A,role:h.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(y," ").concat(x)})},_=v&&!~h.classes.indexOf("fa-fw")?{width:"".concat(y/x*16*.0625,"em")}:{};p&&(O.attributes[Wt]=""),s&&(O.children.push({tag:"title",attributes:{id:O.attributes["aria-labelledby"]||"title-".concat(f||fo())},children:[s]}),delete O.attributes.title);let w=R(R({},O),{},{prefix:n,iconName:a,main:t,mask:r,maskId:d,transform:i,symbol:c,styles:R(R({},_),h.styles)}),{children:S,attributes:E}=r.found&&t.found?bt("generateAbstractMask",w)||{children:[],attributes:{}}:bt("generateAbstractIcon",w)||{children:[],attributes:{}};return w.children=S,w.attributes=E,c?wm(w):_m(w)}function e0(e){let{content:t,width:r,height:n,transform:a,title:i,extra:c,watchable:s=!1}=e,d=R(R(R({},c.attributes),i?{title:i}:{}),{},{class:c.classes.join(" ")});s&&(d[Wt]="");let f=R({},c.styles);Lc(a)&&(f.transform=om({transform:a,startCentered:!0,width:r,height:n}),f["-webkit-transform"]=f.transform);let h=dn(f);h.length>0&&(d.style=h);let p=[];return p.push({tag:"span",attributes:d,children:[t]}),i&&p.push({tag:"span",attributes:{class:"sr-only"},children:[i]}),p}function Nm(e){let{content:t,title:r,extra:n}=e,a=R(R(R({},n.attributes),r?{title:r}:{}),{},{class:n.classes.join(" ")}),i=dn(n.styles);i.length>0&&(a.style=i);let c=[];return c.push({tag:"span",attributes:a,children:[t]}),r&&c.push({tag:"span",attributes:{class:"sr-only"},children:[r]}),c}var{styles:tc}=Be;function mc(e){let t=e[0],r=e[1],[n]=e.slice(4),a=null;return Array.isArray(n)?a={tag:"g",attributes:{class:"".concat(z.cssPrefix,"-").concat(Qi.GROUP)},children:[{tag:"path",attributes:{class:"".concat(z.cssPrefix,"-").concat(Qi.SECONDARY),fill:"currentColor",d:n[0]}},{tag:"path",attributes:{class:"".concat(z.cssPrefix,"-").concat(Qi.PRIMARY),fill:"currentColor",d:n[1]}}]}:a={tag:"path",attributes:{fill:"currentColor",d:n}},{found:!0,width:t,height:r,icon:a}}var Tm={found:!1,width:512,height:512};function Mm(e,t){!A0&&!z.showMissingIcons&&e&&console.error('Icon with name "'.concat(e,'" and prefix "').concat(t,'" is missing.'))}function gc(e,t){let r=t;return t==="fa"&&z.styleDefault!==null&&(t=yt()),new Promise((n,a)=>{if(r==="fa"){let i=B0(e)||{};e=i.iconName||e,t=i.prefix||t}if(e&&t&&tc[t]&&tc[t][e]){let i=tc[t][e];return n(mc(i))}Mm(e,t),n(R(R({},Tm),{},{icon:z.showMissingIcons&&e?bt("missingIconAbstract")||{}:{}}))})}var t0=()=>{},yc=z.measurePerformance&&rn&&rn.mark&&rn.measure?rn:{mark:t0,measure:t0},co='FA "6.7.2"',Pm=e=>(yc.mark("".concat(co," ").concat(e," begins")),()=>$0(e)),$0=e=>{yc.mark("".concat(co," ").concat(e," ends")),yc.measure("".concat(co," ").concat(e),"".concat(co," ").concat(e," begins"),"".concat(co," ").concat(e," ends"))},wc={begin:Pm,end:$0},nn=()=>{};function r0(e){return typeof(e.getAttribute?e.getAttribute(Wt):null)=="string"}function zm(e){let t=e.getAttribute?e.getAttribute(Ec):null,r=e.getAttribute?e.getAttribute(Sc):null;return t&&r}function km(e){return e&&e.classList&&e.classList.contains&&e.classList.contains(z.replacementClass)}function Im(){return z.autoReplaceSvg===!0?an.replace:an[z.autoReplaceSvg]||an.replace}function Dm(e){return Q.createElementNS("http://www.w3.org/2000/svg",e)}function Um(e){return Q.createElement(e)}function F0(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{ceFn:r=e.tag==="svg"?Dm:Um}=t;if(typeof e=="string")return Q.createTextNode(e);let n=r(e.tag);return Object.keys(e.attributes||[]).forEach(function(i){n.setAttribute(i,e.attributes[i])}),(e.children||[]).forEach(function(i){n.appendChild(F0(i,{ceFn:r}))}),n}function Bm(e){let t=" ".concat(e.outerHTML," ");return t="".concat(t,"Font Awesome fontawesome.com "),t}var an={replace:function(e){let t=e[0];if(t.parentNode)if(e[1].forEach(r=>{t.parentNode.insertBefore(F0(r),t)}),t.getAttribute(Wt)===null&&z.keepOriginalSource){let r=Q.createComment(Bm(t));t.parentNode.replaceChild(r,t)}else t.remove()},nest:function(e){let t=e[0],r=e[1];if(~Ac(t).indexOf(z.replacementClass))return an.replace(e);let n=new RegExp("".concat(z.cssPrefix,"-.*"));if(delete r[0].attributes.id,r[0].attributes.class){let i=r[0].attributes.class.split(" ").reduce((c,s)=>(s===z.replacementClass||s.match(n)?c.toSvg.push(s):c.toNode.push(s),c),{toNode:[],toSvg:[]});r[0].attributes.class=i.toSvg.join(" "),i.toNode.length===0?t.removeAttribute("class"):t.setAttribute("class",i.toNode.join(" "))}let a=r.map(i=>ho(i)).join(`
|
|
829
|
-
`);t.setAttribute(Wt,""),t.innerHTML=a}};function o0(e){e()}function W0(e,t){let r=typeof t=="function"?t:nn;if(e.length===0)r();else{let n=o0;z.mutateApproach===$h&&(n=gt.requestAnimationFrame||o0),n(()=>{let a=Im(),i=wc.begin("mutate");e.map(a),i(),r()})}}var Nc=!1;function V0(){Nc=!0}function bc(){Nc=!1}var sn=null;function n0(e){if(!W2||!z.observeMutations)return;let{treeCallback:t=nn,nodeCallback:r=nn,pseudoElementsCallback:n=nn,observeMutationsRoot:a=Q}=e;sn=new W2(i=>{if(Nc)return;let c=yt();_r(i).forEach(s=>{if(s.type==="childList"&&s.addedNodes.length>0&&!r0(s.addedNodes[0])&&(z.searchPseudoElements&&n(s.target),t(s.target)),s.type==="attributes"&&s.target.parentNode&&z.searchPseudoElements&&n(s.target.parentNode),s.type==="attributes"&&r0(s.target)&&~Zh.indexOf(s.attributeName))if(s.attributeName==="class"&&zm(s.target)){let{prefix:d,iconName:f}=un(Ac(s.target));s.target.setAttribute(Ec,d||c),f&&s.target.setAttribute(Sc,f)}else km(s.target)&&r(s.target)})}),tt&&sn.observe(a,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}function Hm(){sn&&sn.disconnect()}function Gm(e){let t=e.getAttribute("style"),r=[];return t&&(r=t.split(";").reduce((n,a)=>{let i=a.split(":"),c=i[0],s=i.slice(1);return c&&s.length>0&&(n[c]=s.join(":").trim()),n},{})),r}function $m(e){let t=e.getAttribute("data-prefix"),r=e.getAttribute("data-icon"),n=e.innerText!==void 0?e.innerText.trim():"",a=un(Ac(e));return a.prefix||(a.prefix=yt()),t&&r&&(a.prefix=t,a.iconName=r),a.iconName&&a.prefix||(a.prefix&&n.length>0&&(a.iconName=hm(a.prefix,e.innerText)||Rc(a.prefix,dc(e.innerText))),!a.iconName&&z.autoFetchSvg&&e.firstChild&&e.firstChild.nodeType===Node.TEXT_NODE&&(a.iconName=e.firstChild.data)),a}function Fm(e){let t=_r(e.attributes).reduce((a,i)=>(a.name!=="class"&&a.name!=="style"&&(a[i.name]=i.value),a),{}),r=e.getAttribute("title"),n=e.getAttribute("data-fa-title-id");return z.autoA11y&&(r?t["aria-labelledby"]="".concat(z.replacementClass,"-title-").concat(n||fo()):(t["aria-hidden"]="true",t.focusable="false")),t}function Wm(){return{iconName:null,title:null,titleId:null,prefix:null,transform:Ue,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function a0(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0},{iconName:r,prefix:n,rest:a}=$m(e),i=Fm(e),c=pc("parseNodeAttributes",{},e),s=t.styleParser?Gm(e):[];return R({iconName:r,title:e.getAttribute("title"),titleId:e.getAttribute("data-fa-title-id"),prefix:n,transform:Ue,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:a,styles:s,attributes:i}},c)}var{styles:Vm}=Be;function j0(e){let t=z.autoReplaceSvg==="nest"?a0(e,{styleParser:!1}):a0(e);return~t.extra.classes.indexOf(O0)?bt("generateLayersText",e,t):bt("generateSvgReplacementMutation",e,t)}function jm(){return[...Oh,...nc]}function i0(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!tt)return Promise.resolve();let r=Q.documentElement.classList,n=h=>r.add("".concat(K2,"-").concat(h)),a=h=>r.remove("".concat(K2,"-").concat(h)),i=z.autoFetchSvg?jm():x0.concat(Object.keys(Vm));i.includes("fa")||i.push("fa");let c=[".".concat(O0,":not([").concat(Wt,"])")].concat(i.map(h=>".".concat(h,":not([").concat(Wt,"])"))).join(", ");if(c.length===0)return Promise.resolve();let s=[];try{s=_r(e.querySelectorAll(c))}catch{}if(s.length>0)n("pending"),a("complete");else return Promise.resolve();let d=wc.begin("onTree"),f=s.reduce((h,p)=>{try{let y=j0(p);y&&h.push(y)}catch(y){A0||y.name==="MissingIcon"&&console.error(y)}return h},[]);return new Promise((h,p)=>{Promise.all(f).then(y=>{W0(y,()=>{n("active"),n("complete"),a("pending"),typeof t=="function"&&t(),d(),h()})}).catch(y=>{d(),p(y)})})}function Km(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;j0(e).then(r=>{r&&W0([r],t)})}function Zm(e){return function(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=(t||{}).icon?t:hc(t||{}),{mask:a}=r;return a&&(a=(a||{}).icon?a:hc(a||{})),e(n,R(R({},r),{},{mask:a}))}}var Ym=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{transform:r=Ue,symbol:n=!1,mask:a=null,maskId:i=null,title:c=null,titleId:s=null,classes:d=[],attributes:f={},styles:h={}}=t;if(!e)return;let{prefix:p,iconName:y,icon:x}=e;return pn(R({type:"icon"},e),()=>(Vt("beforeDOMElementCreation",{iconDefinition:e,params:t}),z.autoA11y&&(c?f["aria-labelledby"]="".concat(z.replacementClass,"-title-").concat(s||fo()):(f["aria-hidden"]="true",f.focusable="false")),_c({icons:{main:mc(x),mask:a?mc(a.icon):{found:!1,width:null,height:null,icon:{}}},prefix:p,iconName:y,transform:R(R({},Ue),r),symbol:n,title:c,maskId:i,titleId:s,extra:{attributes:f,styles:h,classes:d}})))},qm={mixout(){return{icon:Zm(Ym)}},hooks(){return{mutationObserverCallbacks(e){return e.treeCallback=i0,e.nodeCallback=Km,e}}},provides(e){e.i2svg=function(t){let{node:r=Q,callback:n=()=>{}}=t;return i0(r,n)},e.generateSvgReplacementMutation=function(t,r){let{iconName:n,title:a,titleId:i,prefix:c,transform:s,symbol:d,mask:f,maskId:h,extra:p}=r;return new Promise((y,x)=>{Promise.all([gc(n,c),f.iconName?gc(f.iconName,f.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(v=>{let[A,O]=v;y([t,_c({icons:{main:A,mask:O},prefix:c,iconName:n,transform:s,symbol:d,maskId:h,title:a,titleId:i,extra:p,watchable:!0})])}).catch(x)})},e.generateAbstractIcon=function(t){let{children:r,attributes:n,main:a,transform:i,styles:c}=t,s=dn(c);s.length>0&&(n.style=s);let d;return Lc(i)&&(d=bt("generateAbstractTransformGrouping",{main:a,transform:i,containerWidth:a.width,iconWidth:a.width})),r.push(d||a.icon),{children:r,attributes:n}}}},Xm={mixout(){return{layer(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{classes:r=[]}=t;return pn({type:"layer"},()=>{Vt("beforeDOMElementCreation",{assembler:e,params:t});let n=[];return e(a=>{Array.isArray(a)?a.map(i=>{n=n.concat(i.abstract)}):n=n.concat(a.abstract)}),[{tag:"span",attributes:{class:["".concat(z.cssPrefix,"-layers"),...r].join(" ")},children:n}]})}}}},Qm={mixout(){return{counter(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{title:r=null,classes:n=[],attributes:a={},styles:i={}}=t;return pn({type:"counter",content:e},()=>(Vt("beforeDOMElementCreation",{content:e,params:t}),Nm({content:e.toString(),title:r,extra:{attributes:a,styles:i,classes:["".concat(z.cssPrefix,"-layers-counter"),...n]}})))}}}},Jm={mixout(){return{text(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{transform:r=Ue,title:n=null,classes:a=[],attributes:i={},styles:c={}}=t;return pn({type:"text",content:e},()=>(Vt("beforeDOMElementCreation",{content:e,params:t}),e0({content:e,transform:R(R({},Ue),r),title:n,extra:{attributes:i,styles:c,classes:["".concat(z.cssPrefix,"-layers-text"),...a]}})))}}},provides(e){e.generateLayersText=function(t,r){let{title:n,transform:a,extra:i}=r,c=null,s=null;if(y0){let d=parseInt(getComputedStyle(t).fontSize,10),f=t.getBoundingClientRect();c=f.width/d,s=f.height/d}return z.autoA11y&&!n&&(i.attributes["aria-hidden"]="true"),Promise.resolve([t,e0({content:t.innerHTML,width:c,height:s,transform:a,title:n,extra:i,watchable:!0})])}}},e5=new RegExp('"',"ug"),c0=[1105920,1112319],s0=R(R(R(R({},{FontAwesome:{normal:"fas",400:"fas"}}),Ch),Hh),Ph),xc=Object.keys(s0).reduce((e,t)=>(e[t.toLowerCase()]=s0[t],e),{}),t5=Object.keys(xc).reduce((e,t)=>{let r=xc[t];return e[t]=r[900]||[...Object.entries(r)][0][1],e},{});function r5(e){let t=e.replace(e5,""),r=lm(t,0),n=r>=c0[0]&&r<=c0[1],a=t.length===2?t[0]===t[1]:!1;return{value:dc(a?t[0]:t),isSecondary:n||a}}function o5(e,t){let r=e.replace(/^['"]|['"]$/g,"").toLowerCase(),n=parseInt(t),a=isNaN(n)?"normal":n;return(xc[r]||{})[a]||t5[r]}function l0(e,t){let r="".concat(Gh).concat(t.replace(":","-"));return new Promise((n,a)=>{if(e.getAttribute(r)!==null)return n();let c=_r(e.children).filter(y=>y.getAttribute(ic)===t)[0],s=gt.getComputedStyle(e,t),d=s.getPropertyValue("font-family"),f=d.match(jh),h=s.getPropertyValue("font-weight"),p=s.getPropertyValue("content");if(c&&!f)return e.removeChild(c),n();if(f&&p!=="none"&&p!==""){let y=s.getPropertyValue("content"),x=o5(d,h),{value:v,isSecondary:A}=r5(y),O=f[0].startsWith("FontAwesome"),_=Rc(x,v),w=_;if(O){let S=mm(v);S.iconName&&S.prefix&&(_=S.iconName,x=S.prefix)}if(_&&!A&&(!c||c.getAttribute(Ec)!==x||c.getAttribute(Sc)!==w)){e.setAttribute(r,w),c&&e.removeChild(c);let S=Wm(),{extra:E}=S;E.attributes[ic]=t,gc(_,x).then(L=>{let M=_c(R(R({},S),{},{icons:{main:L,mask:H0()},prefix:x,iconName:w,extra:E,watchable:!0})),U=Q.createElementNS("http://www.w3.org/2000/svg","svg");t==="::before"?e.insertBefore(U,e.firstChild):e.appendChild(U),U.outerHTML=M.map(
|
|
829
|
+
`);t.setAttribute(Wt,""),t.innerHTML=a}};function o0(e){e()}function W0(e,t){let r=typeof t=="function"?t:nn;if(e.length===0)r();else{let n=o0;z.mutateApproach===$h&&(n=gt.requestAnimationFrame||o0),n(()=>{let a=Im(),i=wc.begin("mutate");e.map(a),i(),r()})}}var Nc=!1;function V0(){Nc=!0}function bc(){Nc=!1}var sn=null;function n0(e){if(!W2||!z.observeMutations)return;let{treeCallback:t=nn,nodeCallback:r=nn,pseudoElementsCallback:n=nn,observeMutationsRoot:a=Q}=e;sn=new W2(i=>{if(Nc)return;let c=yt();_r(i).forEach(s=>{if(s.type==="childList"&&s.addedNodes.length>0&&!r0(s.addedNodes[0])&&(z.searchPseudoElements&&n(s.target),t(s.target)),s.type==="attributes"&&s.target.parentNode&&z.searchPseudoElements&&n(s.target.parentNode),s.type==="attributes"&&r0(s.target)&&~Zh.indexOf(s.attributeName))if(s.attributeName==="class"&&zm(s.target)){let{prefix:d,iconName:f}=un(Ac(s.target));s.target.setAttribute(Ec,d||c),f&&s.target.setAttribute(Sc,f)}else km(s.target)&&r(s.target)})}),tt&&sn.observe(a,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}function Hm(){sn&&sn.disconnect()}function Gm(e){let t=e.getAttribute("style"),r=[];return t&&(r=t.split(";").reduce((n,a)=>{let i=a.split(":"),c=i[0],s=i.slice(1);return c&&s.length>0&&(n[c]=s.join(":").trim()),n},{})),r}function $m(e){let t=e.getAttribute("data-prefix"),r=e.getAttribute("data-icon"),n=e.innerText!==void 0?e.innerText.trim():"",a=un(Ac(e));return a.prefix||(a.prefix=yt()),t&&r&&(a.prefix=t,a.iconName=r),a.iconName&&a.prefix||(a.prefix&&n.length>0&&(a.iconName=hm(a.prefix,e.innerText)||Rc(a.prefix,dc(e.innerText))),!a.iconName&&z.autoFetchSvg&&e.firstChild&&e.firstChild.nodeType===Node.TEXT_NODE&&(a.iconName=e.firstChild.data)),a}function Fm(e){let t=_r(e.attributes).reduce((a,i)=>(a.name!=="class"&&a.name!=="style"&&(a[i.name]=i.value),a),{}),r=e.getAttribute("title"),n=e.getAttribute("data-fa-title-id");return z.autoA11y&&(r?t["aria-labelledby"]="".concat(z.replacementClass,"-title-").concat(n||fo()):(t["aria-hidden"]="true",t.focusable="false")),t}function Wm(){return{iconName:null,title:null,titleId:null,prefix:null,transform:Ue,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function a0(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0},{iconName:r,prefix:n,rest:a}=$m(e),i=Fm(e),c=pc("parseNodeAttributes",{},e),s=t.styleParser?Gm(e):[];return R({iconName:r,title:e.getAttribute("title"),titleId:e.getAttribute("data-fa-title-id"),prefix:n,transform:Ue,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:a,styles:s,attributes:i}},c)}var{styles:Vm}=Be;function j0(e){let t=z.autoReplaceSvg==="nest"?a0(e,{styleParser:!1}):a0(e);return~t.extra.classes.indexOf(O0)?bt("generateLayersText",e,t):bt("generateSvgReplacementMutation",e,t)}function jm(){return[...Oh,...nc]}function i0(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!tt)return Promise.resolve();let r=Q.documentElement.classList,n=h=>r.add("".concat(K2,"-").concat(h)),a=h=>r.remove("".concat(K2,"-").concat(h)),i=z.autoFetchSvg?jm():x0.concat(Object.keys(Vm));i.includes("fa")||i.push("fa");let c=[".".concat(O0,":not([").concat(Wt,"])")].concat(i.map(h=>".".concat(h,":not([").concat(Wt,"])"))).join(", ");if(c.length===0)return Promise.resolve();let s=[];try{s=_r(e.querySelectorAll(c))}catch{}if(s.length>0)n("pending"),a("complete");else return Promise.resolve();let d=wc.begin("onTree"),f=s.reduce((h,p)=>{try{let y=j0(p);y&&h.push(y)}catch(y){A0||y.name==="MissingIcon"&&console.error(y)}return h},[]);return new Promise((h,p)=>{Promise.all(f).then(y=>{W0(y,()=>{n("active"),n("complete"),a("pending"),typeof t=="function"&&t(),d(),h()})}).catch(y=>{d(),p(y)})})}function Km(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;j0(e).then(r=>{r&&W0([r],t)})}function Zm(e){return function(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=(t||{}).icon?t:hc(t||{}),{mask:a}=r;return a&&(a=(a||{}).icon?a:hc(a||{})),e(n,R(R({},r),{},{mask:a}))}}var Ym=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{transform:r=Ue,symbol:n=!1,mask:a=null,maskId:i=null,title:c=null,titleId:s=null,classes:d=[],attributes:f={},styles:h={}}=t;if(!e)return;let{prefix:p,iconName:y,icon:x}=e;return pn(R({type:"icon"},e),()=>(Vt("beforeDOMElementCreation",{iconDefinition:e,params:t}),z.autoA11y&&(c?f["aria-labelledby"]="".concat(z.replacementClass,"-title-").concat(s||fo()):(f["aria-hidden"]="true",f.focusable="false")),_c({icons:{main:mc(x),mask:a?mc(a.icon):{found:!1,width:null,height:null,icon:{}}},prefix:p,iconName:y,transform:R(R({},Ue),r),symbol:n,title:c,maskId:i,titleId:s,extra:{attributes:f,styles:h,classes:d}})))},qm={mixout(){return{icon:Zm(Ym)}},hooks(){return{mutationObserverCallbacks(e){return e.treeCallback=i0,e.nodeCallback=Km,e}}},provides(e){e.i2svg=function(t){let{node:r=Q,callback:n=()=>{}}=t;return i0(r,n)},e.generateSvgReplacementMutation=function(t,r){let{iconName:n,title:a,titleId:i,prefix:c,transform:s,symbol:d,mask:f,maskId:h,extra:p}=r;return new Promise((y,x)=>{Promise.all([gc(n,c),f.iconName?gc(f.iconName,f.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(v=>{let[A,O]=v;y([t,_c({icons:{main:A,mask:O},prefix:c,iconName:n,transform:s,symbol:d,maskId:h,title:a,titleId:i,extra:p,watchable:!0})])}).catch(x)})},e.generateAbstractIcon=function(t){let{children:r,attributes:n,main:a,transform:i,styles:c}=t,s=dn(c);s.length>0&&(n.style=s);let d;return Lc(i)&&(d=bt("generateAbstractTransformGrouping",{main:a,transform:i,containerWidth:a.width,iconWidth:a.width})),r.push(d||a.icon),{children:r,attributes:n}}}},Xm={mixout(){return{layer(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{classes:r=[]}=t;return pn({type:"layer"},()=>{Vt("beforeDOMElementCreation",{assembler:e,params:t});let n=[];return e(a=>{Array.isArray(a)?a.map(i=>{n=n.concat(i.abstract)}):n=n.concat(a.abstract)}),[{tag:"span",attributes:{class:["".concat(z.cssPrefix,"-layers"),...r].join(" ")},children:n}]})}}}},Qm={mixout(){return{counter(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{title:r=null,classes:n=[],attributes:a={},styles:i={}}=t;return pn({type:"counter",content:e},()=>(Vt("beforeDOMElementCreation",{content:e,params:t}),Nm({content:e.toString(),title:r,extra:{attributes:a,styles:i,classes:["".concat(z.cssPrefix,"-layers-counter"),...n]}})))}}}},Jm={mixout(){return{text(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},{transform:r=Ue,title:n=null,classes:a=[],attributes:i={},styles:c={}}=t;return pn({type:"text",content:e},()=>(Vt("beforeDOMElementCreation",{content:e,params:t}),e0({content:e,transform:R(R({},Ue),r),title:n,extra:{attributes:i,styles:c,classes:["".concat(z.cssPrefix,"-layers-text"),...a]}})))}}},provides(e){e.generateLayersText=function(t,r){let{title:n,transform:a,extra:i}=r,c=null,s=null;if(y0){let d=parseInt(getComputedStyle(t).fontSize,10),f=t.getBoundingClientRect();c=f.width/d,s=f.height/d}return z.autoA11y&&!n&&(i.attributes["aria-hidden"]="true"),Promise.resolve([t,e0({content:t.innerHTML,width:c,height:s,transform:a,title:n,extra:i,watchable:!0})])}}},e5=new RegExp('"',"ug"),c0=[1105920,1112319],s0=R(R(R(R({},{FontAwesome:{normal:"fas",400:"fas"}}),Ch),Hh),Ph),xc=Object.keys(s0).reduce((e,t)=>(e[t.toLowerCase()]=s0[t],e),{}),t5=Object.keys(xc).reduce((e,t)=>{let r=xc[t];return e[t]=r[900]||[...Object.entries(r)][0][1],e},{});function r5(e){let t=e.replace(e5,""),r=lm(t,0),n=r>=c0[0]&&r<=c0[1],a=t.length===2?t[0]===t[1]:!1;return{value:dc(a?t[0]:t),isSecondary:n||a}}function o5(e,t){let r=e.replace(/^['"]|['"]$/g,"").toLowerCase(),n=parseInt(t),a=isNaN(n)?"normal":n;return(xc[r]||{})[a]||t5[r]}function l0(e,t){let r="".concat(Gh).concat(t.replace(":","-"));return new Promise((n,a)=>{if(e.getAttribute(r)!==null)return n();let c=_r(e.children).filter(y=>y.getAttribute(ic)===t)[0],s=gt.getComputedStyle(e,t),d=s.getPropertyValue("font-family"),f=d.match(jh),h=s.getPropertyValue("font-weight"),p=s.getPropertyValue("content");if(c&&!f)return e.removeChild(c),n();if(f&&p!=="none"&&p!==""){let y=s.getPropertyValue("content"),x=o5(d,h),{value:v,isSecondary:A}=r5(y),O=f[0].startsWith("FontAwesome"),_=Rc(x,v),w=_;if(O){let S=mm(v);S.iconName&&S.prefix&&(_=S.iconName,x=S.prefix)}if(_&&!A&&(!c||c.getAttribute(Ec)!==x||c.getAttribute(Sc)!==w)){e.setAttribute(r,w),c&&e.removeChild(c);let S=Wm(),{extra:E}=S;E.attributes[ic]=t,gc(_,x).then(L=>{let M=_c(R(R({},S),{},{icons:{main:L,mask:H0()},prefix:x,iconName:w,extra:E,watchable:!0})),U=Q.createElementNS("http://www.w3.org/2000/svg","svg");t==="::before"?e.insertBefore(U,e.firstChild):e.appendChild(U),U.outerHTML=M.map(F=>ho(F)).join(`
|
|
830
830
|
`),e.removeAttribute(r),n()}).catch(a)}else n()}else n()})}function n5(e){return Promise.all([l0(e,"::before"),l0(e,"::after")])}function a5(e){return e.parentNode!==document.head&&!~Fh.indexOf(e.tagName.toUpperCase())&&!e.getAttribute(ic)&&(!e.parentNode||e.parentNode.tagName!=="svg")}function d0(e){if(tt)return new Promise((t,r)=>{let n=_r(e.querySelectorAll("*")).filter(a5).map(n5),a=wc.begin("searchPseudoElements");V0(),Promise.all(n).then(()=>{a(),bc(),t()}).catch(()=>{a(),bc(),r()})})}var i5={hooks(){return{mutationObserverCallbacks(e){return e.pseudoElementsCallback=d0,e}}},provides(e){e.pseudoElements2svg=function(t){let{node:r=Q}=t;z.searchPseudoElements&&d0(r)}}},f0=!1,c5={mixout(){return{dom:{unwatch(){V0(),f0=!0}}}},hooks(){return{bootstrap(){n0(pc("mutationObserverCallbacks",{}))},noAuto(){Hm()},watch(e){let{observeMutationsRoot:t}=e;f0?bc():n0(pc("mutationObserverCallbacks",{observeMutationsRoot:t}))}}}},u0=e=>{let t={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return e.toLowerCase().split(" ").reduce((r,n)=>{let a=n.toLowerCase().split("-"),i=a[0],c=a.slice(1).join("-");if(i&&c==="h")return r.flipX=!0,r;if(i&&c==="v")return r.flipY=!0,r;if(c=parseFloat(c),isNaN(c))return r;switch(i){case"grow":r.size=r.size+c;break;case"shrink":r.size=r.size-c;break;case"left":r.x=r.x-c;break;case"right":r.x=r.x+c;break;case"up":r.y=r.y-c;break;case"down":r.y=r.y+c;break;case"rotate":r.rotate=r.rotate+c;break}return r},t)},s5={mixout(){return{parse:{transform:e=>u0(e)}}},hooks(){return{parseNodeAttributes(e,t){let r=t.getAttribute("data-fa-transform");return r&&(e.transform=u0(r)),e}}},provides(e){e.generateAbstractTransformGrouping=function(t){let{main:r,transform:n,containerWidth:a,iconWidth:i}=t,c={transform:"translate(".concat(a/2," 256)")},s="translate(".concat(n.x*32,", ").concat(n.y*32,") "),d="scale(".concat(n.size/16*(n.flipX?-1:1),", ").concat(n.size/16*(n.flipY?-1:1),") "),f="rotate(".concat(n.rotate," 0 0)"),h={transform:"".concat(s," ").concat(d," ").concat(f)},p={transform:"translate(".concat(i/2*-1," -256)")},y={outer:c,inner:h,path:p};return{tag:"g",attributes:R({},y.outer),children:[{tag:"g",attributes:R({},y.inner),children:[{tag:r.icon.tag,children:r.icon.children,attributes:R(R({},r.icon.attributes),y.path)}]}]}}}},rc={x:0,y:0,width:"100%",height:"100%"};function p0(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return e.attributes&&(e.attributes.fill||t)&&(e.attributes.fill="black"),e}function l5(e){return e.tag==="g"?e.children:[e]}var d5={hooks(){return{parseNodeAttributes(e,t){let r=t.getAttribute("data-fa-mask"),n=r?un(r.split(" ").map(a=>a.trim())):H0();return n.prefix||(n.prefix=yt()),e.mask=n,e.maskId=t.getAttribute("data-fa-mask-id"),e}}},provides(e){e.generateAbstractMask=function(t){let{children:r,attributes:n,main:a,mask:i,maskId:c,transform:s}=t,{width:d,icon:f}=a,{width:h,icon:p}=i,y=rm({transform:s,containerWidth:h,iconWidth:d}),x={tag:"rect",attributes:R(R({},rc),{},{fill:"white"})},v=f.children?{children:f.children.map(p0)}:{},A={tag:"g",attributes:R({},y.inner),children:[p0(R({tag:f.tag,attributes:R(R({},f.attributes),y.path)},v))]},O={tag:"g",attributes:R({},y.outer),children:[A]},_="mask-".concat(c||fo()),w="clip-".concat(c||fo()),S={tag:"mask",attributes:R(R({},rc),{},{id:_,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[x,O]},E={tag:"defs",children:[{tag:"clipPath",attributes:{id:w},children:l5(p)},S]};return r.push(E,{tag:"rect",attributes:R({fill:"currentColor","clip-path":"url(#".concat(w,")"),mask:"url(#".concat(_,")")},rc)}),{children:r,attributes:n}}}},f5={provides(e){let t=!1;gt.matchMedia&&(t=gt.matchMedia("(prefers-reduced-motion: reduce)").matches),e.missingIconAbstract=function(){let r=[],n={fill:"currentColor"},a={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};r.push({tag:"path",attributes:R(R({},n),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});let i=R(R({},a),{},{attributeName:"opacity"}),c={tag:"circle",attributes:R(R({},n),{},{cx:"256",cy:"364",r:"28"}),children:[]};return t||c.children.push({tag:"animate",attributes:R(R({},a),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:R(R({},i),{},{values:"1;0;1;1;0;1;"})}),r.push(c),r.push({tag:"path",attributes:R(R({},n),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:t?[]:[{tag:"animate",attributes:R(R({},i),{},{values:"1;0;0;0;0;1;"})}]}),t||r.push({tag:"path",attributes:R(R({},n),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:R(R({},i),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:r}}}},u5={hooks(){return{parseNodeAttributes(e,t){let r=t.getAttribute("data-fa-symbol"),n=r===null?!1:r===""?!0:r;return e.symbol=n,e}}}},p5=[am,qm,Xm,Qm,Jm,i5,c5,s5,d5,f5,u5];Cm(p5,{mixoutsTo:ve});var tC=ve.noAuto,rC=ve.config,K0=ve.library,oC=ve.dom,nC=ve.parse,aC=ve.findIconDefinition,iC=ve.toHtml,Z0=ve.icon,cC=ve.layer,sC=ve.text,lC=ve.counter;var g;(function(e){e.LOCK_KEYHOLE="lock-keyhole",e.LINK_SIMPLE_SLASH="link-simple-slash",e.TABLE_LAYOUT="table-layout",e.LAYER_GROUP="layer-group",e.CIRCLE_INFO="circle-info",e.BARS_PROGRESS="bars-progress",e.CODE_COMPARE="code-compare",e.HOURGLASS_END="hourglass-end",e.BOX_ARCHIVE="box-archive",e.ARROWS_ROTATE="arrows-rotate",e.CIRCLE_DOT="circle-dot",e.ANGLES_LEFT="angles-left",e.ROUTE="route",e.BARS="bars",e.ARROW_DOWN="arrow-down",e.LOCK_KEYHOLE_OPEN="lock-keyhole-open",e.DESKTOP="desktop",e.ANGLES_RIGHT="angles-right",e.PIGGY_BANK="piggy-bank",e.ANGLE_UP="angle-up",e.PEN_NIB="pen-nib",e.ARROW_UP_RIGHT_FROM_SQUARE="arrow-up-right-from-square",e.GRID_2="grid-2",e.BOOKS="books",e.TAG="tag",e.ANGLES_UP_DOWN="angles-up-down",e.ARROW_ROTATE_LEFT="arrow-rotate-left",e.EYE_SLASH="eye-slash",e.CIRCLE_DOLLAR="circle-dollar",e.COMPRESS="compress",e.RADAR="radar",e.ARROW_ROTATE_RIGHT="arrow-rotate-right",e.CHART_NETWORK="chart-network",e.PLUS="plus",e.UNDERLINE="underline",e.ARROW_LEFT="arrow-left",e.UPLOAD="upload",e.GLOBE="globe",e.LANGUAGE="language",e.TOGGLE_ON="toggle-on",e.DOWNLOAD="download",e.MESSAGE_QUOTE="message-quote",e.TRIANGLE_EXCLAMATION="triangle-exclamation",e.STAR="star",e.BELL_SLASH="bell-slash",e.HOURGLASS_HALF="hourglass-half",e.INBOX="inbox",e.COMMENT_DOTS="comment-dots",e.ANGLE_DOWN="angle-down",e.CLOUD_ARROW_DOWN="cloud-arrow-down",e.BOOKMARK_SLASH="bookmark-slash",e.LINK_SIMPLE="link-simple",e.CLOCK_ROTATE_LEFT="clock-rotate-left",e.SPINNER_THIRD="spinner-third",e.PLUG="plug",e.CHART_SIMPLE="chart-simple",e.CIRCLE_PLAY="circle-play",e.FILE_MAGNIFYING_GLASS="file-magnifying-glass",e.PEN="pen",e.TABLET="tablet",e.CIRCLE_CHECK="circle-check",e.FILE_INVOICE="file-invoice",e.XMARK="xmark",e.ARROW_RIGHT="arrow-right",e.BOOKMARK="bookmark",e.EXPAND_WIDE="expand-wide",e.USER="user",e.SERVER="server",e.CALENDAR_RANGE="calendar-range",e.BROOM_WIDE="broom-wide",e.ARROWS_UP_DOWN_LEFT_RIGHT="arrows-up-down-left-right",e.WIFI_SLASH="wifi-slash",e.CHECK="check",e.ITALIC="italic",e.LIFE_RING="life-ring",e.TABLE_CELLS="table-cells",e.TRASH_CAN="trash-can",e.WRENCH="wrench",e.PAPERCLIP="paperclip",e.CABINET_FILING="cabinet-filing",e.ARROW_UP="arrow-up",e.FILE="file",e.CIRCLE_QUESTION="circle-question",e.COLUMNS_3="columns-3",e.GEAR="gear",e.CHART_LINE="chart-line",e.THUMBS_UP="thumbs-up",e.HAND="hand",e.CIRCLE="circle",e.CALENDAR_DAY="calendar-day",e.CLOUD="cloud",e.LIST_TREE="list-tree",e.ANGLE_RIGHT="angle-right",e.CODE="code",e.ALIGN_CENTER="align-center",e.COMMENT_QUESTION="comment-question",e.IMAGE="image",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="arrow-up-right-and-arrow-down-left-from-center",e.THUMBS_DOWN="thumbs-down",e.DIAGRAM_SANKEY="diagram-sankey",e.MESSAGE_CHECK="message-check",e.BOLD="bold",e.CIRCLE_STOP="circle-stop",e.ARROW_RIGHT_TO_BRACKET="arrow-right-to-bracket",e.USERS="users",e.ARROW_TURN_DOWN_RIGHT="arrow-turn-down-right",e.PRINT="print",e.ALIGN_RIGHT="align-right",e.FLASK="flask",e.MAGNIFYING_GLASS_PLUS="magnifying-glass-plus",e.SHIELD_CHECK="shield-check",e.STRIKETHROUGH="strikethrough",e.FOLDER_OPEN="folder-open",e.CLONE="clone",e.HEART="heart",e.PAPER_PLANE="paper-plane",e.MAGNIFYING_GLASS_MINUS="magnifying-glass-minus",e.BOOK="book",e.CLOCK="clock",e.ELLIPSIS_VERTICAL="ellipsis-vertical",e.ARROW_RIGHT_TO_LINE="arrow-right-to-line",e.ANGLE_LEFT="angle-left",e.CALENDAR_CIRCLE_EXCLAMATION="calendar-circle-exclamation",e.EXPAND="expand",e.EQUALS="equals",e.RECEIPT="receipt",e.EYE="eye",e.ALIGN_LEFT="align-left",e.PAINTBRUSH="paintbrush",e.KEY="key",e.PALETTE="palette",e.FLOPPY_DISK="floppy-disk",e.MAGNIFYING_GLASS="magnifying-glass",e.ELLIPSIS="ellipsis",e.SHARE_NODES="share-nodes",e.ARROWS_FROM_LINE="arrows-from-line",e.POWER_OFF="power-off",e.ENVELOPE_OPEN_TEXT="envelope-open-text",e.CIRCLE_PAUSE="circle-pause",e.MOBILE="mobile",e.BELL="bell",e.FILTER="filter",e.MEDAL="medal",e.CLOUD_SLASH="cloud-slash",e.MINUS="minus",e.PASTE="paste",e.CALENDAR_CHECK="calendar-check",e.HEXAGON_XMARK="hexagon-xmark",e.PAUSE="pause",e.CHART_MIXED="chart-mixed",e.ROBOT="robot",e.WAND_MAGIC_SPARKLES="wand-magic-sparkles",e.HEXAGON_EXCLAMATION="hexagon-exclamation",e.CUBES="cubes",e.TURN_RIGHT="turn-right",e.SQUARE_INFO="square-info",e.MESSAGE_BOT="message-bot",e.PLAY="play",e.TURN_LEFT="turn-left",e.ADDRESS_CARD="address-card",e.CROWN="crown",e.GRIP_LINES="grip-lines",e.CHART_AREA="chart-area",e.TRASH="trash",e.USER_TIE="user-tie",e.CIRCLE_SMALL="circle-small",e.REGULAR_FOLDER_OPEN_LOCK="regular-folder-open-lock",e.REGULAR_USER_CIRCLE_CHECK="regular-user-circle-check",e.SOLID_LEFT_PANEL="solid-left-panel",e.REGULAR_BINDER_OPEN="regular-binder-open",e.REGULAR_BOOKMARK_CIRCLE_PLUS="regular-bookmark-circle-plus",e.REGULAR_DIAGRAM_SUNBURST="regular-diagram-sunburst",e.REGULAR_PREVIEW="regular-preview",e.REGULAR_CONTEXT="regular-context",e.REGULAR_MOBILE_LANDSCAPE="regular-mobile-landscape",e.SOLID_FILE_ROTATE_RIGHT="solid-file-rotate-right",e.REGULAR_PIP_WIDE="regular-pip-wide",e.REGULAR_CLONE_LINK_SIMPLE="regular-clone-link-simple",e.REGULAR_LEFT_PANEL="regular-left-panel",e.LIGHT_FILE_LINES_GEAR="light-file-lines-gear",e.REGULAR_FILE_LINES_GEAR="regular-file-lines-gear",e.REGULAR_CIRCLE_DASHED_DOLLAR_QUESTION="regular-circle-dashed-dollar-question",e.REGULAR_TABLE_CELLS_SLASH="regular-table-cells-slash",e.REGULAR_BOOK_OPEN_GEAR_SLASH="regular-book-open-gear-slash",e.REGULAR_TABLET_LANDSCAPE="regular-tablet-landscape",e.REGULAR_CHART_BAR_STACKED="regular-chart-bar-stacked",e.SOLID_CIRCLE_USER_CIRCLE_CHECK="solid-circle-user-circle-check",e.REGULAR_BULLETS_LINE="regular-bullets-line",e.REGULAR_LANGUAGE_CIRCLE_EXCLAMATION="regular-language-circle-exclamation",e.SOLID_CODE_COMPARE="solid-code-compare",e.REGULAR_FORMAT_CLEAR="regular-format-clear",e.REGULAR_MAGNIFYING_GLASS_BACK="regular-magnifying-glass-back",e.LIGHT_RECEIPT_GEAR="light-receipt-gear",e.REGULAR_BINDER_OPEN_ARROW_LEFT="regular-binder-open-arrow-left",e.REGULAR_HOURGLASS_HALF_CIRCLE_CHECK="regular-hourglass-half-circle-check",e.REGULAR_THRESHOLD="regular-threshold",e.REGULAR_PIP="regular-pip",e.REGULAR_USER_GEAR="regular-user-gear",e.REGULAR_BELL_CIRCLE_PLUS="regular-bell-circle-plus",e.REGULAR_CLOUD_SLASH_GEAR="regular-cloud-slash-gear",e.REGULAR_HOUSE_MAGNIFYING_GLASS="regular-house-magnifying-glass",e.SOLID_CIRCLE_USER_SLASH="solid-circle-user-slash",e.REGULAR_LIST_MAGNIFYING_GLASS="regular-list-magnifying-glass",e.REGULAR_COMPUTER_MOUSE_MAGNIFYING_GLASS="regular-computer-mouse-magnifying-glass",e.REGULAR_LANGUAGE_SLASH="regular-language-slash",e.REGULAR_CHART_BAR_GROUPED="regular-chart-bar-grouped",e.REGULAR_CONSUMER="regular-consumer",e.REGULAR_CHART_BAR_NORMALIZED="regular-chart-bar-normalized",e.REGULAR_USER_LOCK="regular-user-lock",e.REGULAR_CIRCLE_DOLLAR_SLASH="regular-circle-dollar-slash",e.REGULAR_BINDER_OPEN_ARROW_RIGHT="regular-binder-open-arrow-right",e.REGULAR_BULLETS_LINES="regular-bullets-lines",e.REGULAR_BINDER_OPEN_PEN="regular-binder-open-pen",e.REGULAR_BOOKMARK_CIRCLE_MINUS="regular-bookmark-circle-minus",e.REGULAR_MAGNIFYING_GLASS_ONE="regular-magnifying-glass-one",e.REGULAR_BOOK_OPEN_GEAR="regular-book-open-gear",e.LIGHT_BOOK_OPEN_GEAR="light-book-open-gear"})(g||(g={}));var uC={[g.LOCK_KEYHOLE]:[m.regular,m.solid],[g.LINK_SIMPLE_SLASH]:[m.regular],[g.TABLE_LAYOUT]:[m.regular],[g.LAYER_GROUP]:[m.regular],[g.CIRCLE_INFO]:[m.regular],[g.BARS_PROGRESS]:[m.regular],[g.CODE_COMPARE]:[m.regular,m.solid],[g.HOURGLASS_END]:[m.regular],[g.BOX_ARCHIVE]:[m.regular,m.solid],[g.ARROWS_ROTATE]:[m.regular],[g.CIRCLE_DOT]:[m.regular],[g.ANGLES_LEFT]:[m.regular],[g.ROUTE]:[m.regular],[g.BARS]:[m.regular],[g.ARROW_DOWN]:[m.regular],[g.LOCK_KEYHOLE_OPEN]:[m.regular,m.solid],[g.DESKTOP]:[m.regular],[g.ANGLES_RIGHT]:[m.regular],[g.PIGGY_BANK]:[m.regular],[g.ANGLE_UP]:[m.regular],[g.PEN_NIB]:[m.regular],[g.ARROW_UP_RIGHT_FROM_SQUARE]:[m.regular],[g.GRID_2]:[m.regular],[g.BOOKS]:[m.regular],[g.TAG]:[m.regular,m.solid],[g.ANGLES_UP_DOWN]:[m.regular],[g.ARROW_ROTATE_LEFT]:[m.regular],[g.EYE_SLASH]:[m.regular],[g.CIRCLE_DOLLAR]:[m.regular,m.solid],[g.COMPRESS]:[m.regular],[g.RADAR]:[m.regular],[g.ARROW_ROTATE_RIGHT]:[m.regular],[g.CHART_NETWORK]:[m.regular],[g.PLUS]:[m.regular],[g.UNDERLINE]:[m.regular],[g.ARROW_LEFT]:[m.regular],[g.UPLOAD]:[m.regular],[g.GLOBE]:[m.regular],[g.LANGUAGE]:[m.regular],[g.TOGGLE_ON]:[m.regular],[g.DOWNLOAD]:[m.regular],[g.MESSAGE_QUOTE]:[m.regular,m.solid],[g.TRIANGLE_EXCLAMATION]:[m.regular,m.solid],[g.STAR]:[m.regular,m.solid],[g.BELL_SLASH]:[m.regular,m.solid],[g.HOURGLASS_HALF]:[m.regular],[g.INBOX]:[m.regular],[g.COMMENT_DOTS]:[m.regular],[g.ANGLE_DOWN]:[m.regular],[g.CLOUD_ARROW_DOWN]:[m.regular],[g.BOOKMARK_SLASH]:[m.regular],[g.LINK_SIMPLE]:[m.regular],[g.CLOCK_ROTATE_LEFT]:[m.regular],[g.SPINNER_THIRD]:[m.regular],[g.PLUG]:[m.regular],[g.CHART_SIMPLE]:[m.regular],[g.CIRCLE_PLAY]:[m.regular],[g.FILE_MAGNIFYING_GLASS]:[m.regular],[g.PEN]:[m.regular],[g.TABLET]:[m.regular],[g.CIRCLE_CHECK]:[m.regular,m.solid],[g.FILE_INVOICE]:[m.regular],[g.XMARK]:[m.regular,m.solid],[g.ARROW_RIGHT]:[m.regular],[g.BOOKMARK]:[m.regular,m.solid],[g.EXPAND_WIDE]:[m.regular],[g.USER]:[m.regular,m.solid],[g.SERVER]:[m.regular,m.solid],[g.CALENDAR_RANGE]:[m.regular],[g.BROOM_WIDE]:[m.regular],[g.ARROWS_UP_DOWN_LEFT_RIGHT]:[m.regular],[g.WIFI_SLASH]:[m.regular],[g.CHECK]:[m.regular,m.solid],[g.ITALIC]:[m.regular],[g.LIFE_RING]:[m.regular],[g.TABLE_CELLS]:[m.regular],[g.TRASH_CAN]:[m.regular],[g.WRENCH]:[m.regular],[g.PAPERCLIP]:[m.regular],[g.CABINET_FILING]:[m.regular],[g.ARROW_UP]:[m.regular],[g.FILE]:[m.regular],[g.CIRCLE_QUESTION]:[m.regular,m.solid],[g.COLUMNS_3]:[m.regular],[g.GEAR]:[m.regular,m.solid],[g.CHART_LINE]:[m.regular],[g.THUMBS_UP]:[m.regular,m.solid],[g.HAND]:[m.regular],[g.CIRCLE]:[m.regular,m.solid],[g.CALENDAR_DAY]:[m.regular],[g.CLOUD]:[m.regular],[g.LIST_TREE]:[m.regular],[g.ANGLE_RIGHT]:[m.regular],[g.CODE]:[m.regular],[g.ALIGN_CENTER]:[m.regular],[g.COMMENT_QUESTION]:[m.regular,m.solid],[g.IMAGE]:[m.regular],[g.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER]:[m.regular],[g.THUMBS_DOWN]:[m.regular,m.solid],[g.DIAGRAM_SANKEY]:[m.regular],[g.MESSAGE_CHECK]:[m.regular,m.solid],[g.BOLD]:[m.regular],[g.CIRCLE_STOP]:[m.regular,m.solid],[g.ARROW_RIGHT_TO_BRACKET]:[m.regular],[g.USERS]:[m.regular,m.solid],[g.ARROW_TURN_DOWN_RIGHT]:[m.regular],[g.PRINT]:[m.regular],[g.ALIGN_RIGHT]:[m.regular],[g.FLASK]:[m.regular],[g.MAGNIFYING_GLASS_PLUS]:[m.regular],[g.SHIELD_CHECK]:[m.regular],[g.STRIKETHROUGH]:[m.regular],[g.FOLDER_OPEN]:[m.regular],[g.CLONE]:[m.regular],[g.HEART]:[m.regular,m.solid],[g.PAPER_PLANE]:[m.regular],[g.MAGNIFYING_GLASS_MINUS]:[m.regular],[g.BOOK]:[m.regular],[g.CLOCK]:[m.regular,m.solid],[g.ELLIPSIS_VERTICAL]:[m.regular],[g.ARROW_RIGHT_TO_LINE]:[m.regular],[g.ANGLE_LEFT]:[m.regular],[g.CALENDAR_CIRCLE_EXCLAMATION]:[m.regular],[g.EXPAND]:[m.regular],[g.EQUALS]:[m.regular],[g.RECEIPT]:[m.regular],[g.EYE]:[m.regular],[g.ALIGN_LEFT]:[m.regular],[g.PAINTBRUSH]:[m.regular],[g.KEY]:[m.regular],[g.PALETTE]:[m.regular],[g.FLOPPY_DISK]:[m.regular],[g.MAGNIFYING_GLASS]:[m.regular],[g.ELLIPSIS]:[m.regular],[g.SHARE_NODES]:[m.regular],[g.ARROWS_FROM_LINE]:[m.regular],[g.POWER_OFF]:[m.regular],[g.ENVELOPE_OPEN_TEXT]:[m.regular],[g.CIRCLE_PAUSE]:[m.regular,m.solid],[g.MOBILE]:[m.regular],[g.BELL]:[m.regular,m.solid],[g.FILTER]:[m.regular,m.solid],[g.MEDAL]:[m.regular],[g.CLOUD_SLASH]:[m.regular],[g.MINUS]:[m.regular,m.solid],[g.PASTE]:[m.regular],[g.CALENDAR_CHECK]:[m.regular],[g.HEXAGON_XMARK]:[m.solid],[g.PAUSE]:[m.solid],[g.CHART_MIXED]:[m.solid],[g.ROBOT]:[m.solid],[g.WAND_MAGIC_SPARKLES]:[m.solid],[g.HEXAGON_EXCLAMATION]:[m.solid],[g.CUBES]:[m.solid],[g.TURN_RIGHT]:[m.solid],[g.SQUARE_INFO]:[m.solid],[g.MESSAGE_BOT]:[m.solid],[g.PLAY]:[m.solid],[g.TURN_LEFT]:[m.solid],[g.ADDRESS_CARD]:[m.solid],[g.CROWN]:[m.solid],[g.GRIP_LINES]:[m.solid],[g.CHART_AREA]:[m.solid],[g.TRASH]:[m.solid],[g.USER_TIE]:[m.solid],[g.CIRCLE_SMALL]:[m.solid],[g.REGULAR_FOLDER_OPEN_LOCK]:[m.custom],[g.REGULAR_USER_CIRCLE_CHECK]:[m.custom],[g.SOLID_LEFT_PANEL]:[m.custom],[g.REGULAR_BINDER_OPEN]:[m.custom],[g.REGULAR_BOOKMARK_CIRCLE_PLUS]:[m.custom],[g.REGULAR_DIAGRAM_SUNBURST]:[m.custom],[g.REGULAR_PREVIEW]:[m.custom],[g.REGULAR_CONTEXT]:[m.custom],[g.REGULAR_MOBILE_LANDSCAPE]:[m.custom],[g.SOLID_FILE_ROTATE_RIGHT]:[m.custom],[g.REGULAR_PIP_WIDE]:[m.custom],[g.REGULAR_CLONE_LINK_SIMPLE]:[m.custom],[g.REGULAR_LEFT_PANEL]:[m.custom],[g.LIGHT_FILE_LINES_GEAR]:[m.custom],[g.REGULAR_FILE_LINES_GEAR]:[m.custom],[g.REGULAR_CIRCLE_DASHED_DOLLAR_QUESTION]:[m.custom],[g.REGULAR_TABLE_CELLS_SLASH]:[m.custom],[g.REGULAR_BOOK_OPEN_GEAR_SLASH]:[m.custom],[g.REGULAR_TABLET_LANDSCAPE]:[m.custom],[g.REGULAR_CHART_BAR_STACKED]:[m.custom],[g.SOLID_CIRCLE_USER_CIRCLE_CHECK]:[m.custom],[g.REGULAR_BULLETS_LINE]:[m.custom],[g.REGULAR_LANGUAGE_CIRCLE_EXCLAMATION]:[m.custom],[g.SOLID_CODE_COMPARE]:[m.custom],[g.REGULAR_FORMAT_CLEAR]:[m.custom],[g.REGULAR_MAGNIFYING_GLASS_BACK]:[m.custom],[g.LIGHT_RECEIPT_GEAR]:[m.custom],[g.REGULAR_BINDER_OPEN_ARROW_LEFT]:[m.custom],[g.REGULAR_HOURGLASS_HALF_CIRCLE_CHECK]:[m.custom],[g.REGULAR_THRESHOLD]:[m.custom],[g.REGULAR_PIP]:[m.custom],[g.REGULAR_USER_GEAR]:[m.custom],[g.REGULAR_BELL_CIRCLE_PLUS]:[m.custom],[g.REGULAR_CLOUD_SLASH_GEAR]:[m.custom],[g.REGULAR_HOUSE_MAGNIFYING_GLASS]:[m.custom],[g.SOLID_CIRCLE_USER_SLASH]:[m.custom],[g.REGULAR_LIST_MAGNIFYING_GLASS]:[m.custom],[g.REGULAR_COMPUTER_MOUSE_MAGNIFYING_GLASS]:[m.custom],[g.REGULAR_LANGUAGE_SLASH]:[m.custom],[g.REGULAR_CHART_BAR_GROUPED]:[m.custom],[g.REGULAR_CONSUMER]:[m.custom],[g.REGULAR_CHART_BAR_NORMALIZED]:[m.custom],[g.REGULAR_USER_LOCK]:[m.custom],[g.REGULAR_CIRCLE_DOLLAR_SLASH]:[m.custom],[g.REGULAR_BINDER_OPEN_ARROW_RIGHT]:[m.custom],[g.REGULAR_BULLETS_LINES]:[m.custom],[g.REGULAR_BINDER_OPEN_PEN]:[m.custom],[g.REGULAR_BOOKMARK_CIRCLE_MINUS]:[m.custom],[g.REGULAR_MAGNIFYING_GLASS_ONE]:[m.custom],[g.REGULAR_BOOK_OPEN_GEAR]:[m.custom],[g.LIGHT_BOOK_OPEN_GEAR]:[m.custom]},Y0={[m.regular]:"far",[m.solid]:"fas",[m.custom]:"fak"};var hn=function(e,t,r,n){var a=arguments.length,i=a<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,r):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(i=(a<3?c(i):a>3?c(t,r,i):c(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i},He=class extends K{constructor(){super(...arguments),this.monospace=!1,this.ariaHidden="true"}render(){let t={"ftds-icon":!0,"ftds-icon--monospace":this.monospace};return te`
|
|
831
831
|
<div class="${je(t)}">${Dr(this.buildIcon())}</div>
|
|
832
832
|
`}buildIcon(){let t=this.variant?Y0[this.variant]:void 0,r=qi.find(n=>n.iconName===this.icon&&(t?n.prefix===t:!0));return r?(K0.add(r),Z0(r).html[0]):(console.log(`Attempted usage of unknown ftds-icon : ${this.icon}/${this.variant}`),"")}};He.elementDefinitions={};He.styles=P1;hn([T()],He.prototype,"variant",void 0);hn([T()],He.prototype,"icon",void 0);hn([T({type:Boolean})],He.prototype,"monospace",void 0);hn([T({reflect:!0,attribute:"aria-hidden"})],He.prototype,"ariaHidden",void 0);le("ft-icon")(xe);le("ftds-icon")(He);var q0={colorOutline:o.external(j.colorOutline,"Design system"),colorOnSurfaceMedium:o.external(j.colorOnSurfaceMedium,"Design system")},X0=D`
|
|
@@ -863,25 +863,25 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
863
863
|
@keydown="${this.initKeydownPress}">
|
|
864
864
|
<ft-icon .variant="${this.iconVariant}" .value="${this.icon}" focusable="false" aria-hidden="true"></ft-icon>
|
|
865
865
|
</div>
|
|
866
|
-
`}initDragFromMouse(t){this.initDrag(t.clientX,t.clientY)}initDragFromTouch(t){t.preventDefault(),t.stopPropagation(),this.initDrag(t.touches[0].clientX,t.touches[0].clientY)}initKeydownPress(t){let r=t.key;if(["Enter","Space","Escape","ArrowLeft","ArrowRight","ArrowUp","ArrowDown"].includes(r)&&(t.preventDefault(),t.stopPropagation()),this.fixedWidth=this.initialWidth,this.fixedHeight=this.initialHeight,r==="Enter"||r==="Space"){let a=t.currentTarget;this.isAriaPressed=!this.isAriaPressed,a.setAttribute("aria-pressed",this.isAriaPressed.toString())}else r==="Escape"&&(this.isAriaPressed=!1);this.isAriaPressed&&(r==="ArrowLeft"?this.fixedWidth-=10:r==="ArrowRight"?this.fixedWidth+=10:r==="ArrowUp"?this.fixedHeight-=10:r==="ArrowDown"&&(this.fixedHeight+=10)),this.dispatchEvent(new mn(this.fixedWidth,this.fixedHeight))}initDrag(t,r){this.dragging=!0,this.startX=t,this.startY=r,this.fixedWidth=this.initialWidth,this.fixedHeight=this.initialHeight,this.installDocumentEventListeners()}installDocumentEventListeners(){document.addEventListener("mousemove",this.doDragFromMouse,!1),document.addEventListener("mouseup",this.stopDrag,!1),document.addEventListener("touchmove",this.doDragFromTouch,!1),document.addEventListener("touchend",this.stopDrag,!1),document.addEventListener("touchcancel",this.stopDrag,!1)}doDrag(t,r){let n=this.fixedWidth+t-this.startX,a=this.fixedHeight+r-this.startY;this.dispatchEvent(new mn(n,a))}};ae.elementDefinitions={"ft-icon":xe};ae.styles=[It,X0];Ge([T({type:Number})],ae.prototype,"initialWidth",void 0);Ge([T({type:Number})],ae.prototype,"initialHeight",void 0);Ge([T()],ae.prototype,"icon",void 0);Ge([T()],ae.prototype,"iconVariant",void 0);Ge([T()],ae.prototype,"cursor",void 0);Ge([T()],ae.prototype,"ariaLabel",void 0);Ge([J()],ae.prototype,"dragging",void 0);Ge([J()],ae.prototype,"isAriaPressed",void 0);Ge([Oo({passive:!0})],ae.prototype,"initDragFromMouse",null);Ge([Oo({passive:!0})],ae.prototype,"initDragFromTouch",null);le("ft-resizer")(ae);var
|
|
866
|
+
`}initDragFromMouse(t){this.initDrag(t.clientX,t.clientY)}initDragFromTouch(t){t.preventDefault(),t.stopPropagation(),this.initDrag(t.touches[0].clientX,t.touches[0].clientY)}initKeydownPress(t){let r=t.key;if(["Enter","Space","Escape","ArrowLeft","ArrowRight","ArrowUp","ArrowDown"].includes(r)&&(t.preventDefault(),t.stopPropagation()),this.fixedWidth=this.initialWidth,this.fixedHeight=this.initialHeight,r==="Enter"||r==="Space"){let a=t.currentTarget;this.isAriaPressed=!this.isAriaPressed,a.setAttribute("aria-pressed",this.isAriaPressed.toString())}else r==="Escape"&&(this.isAriaPressed=!1);this.isAriaPressed&&(r==="ArrowLeft"?this.fixedWidth-=10:r==="ArrowRight"?this.fixedWidth+=10:r==="ArrowUp"?this.fixedHeight-=10:r==="ArrowDown"&&(this.fixedHeight+=10)),this.dispatchEvent(new mn(this.fixedWidth,this.fixedHeight))}initDrag(t,r){this.dragging=!0,this.startX=t,this.startY=r,this.fixedWidth=this.initialWidth,this.fixedHeight=this.initialHeight,this.installDocumentEventListeners()}installDocumentEventListeners(){document.addEventListener("mousemove",this.doDragFromMouse,!1),document.addEventListener("mouseup",this.stopDrag,!1),document.addEventListener("touchmove",this.doDragFromTouch,!1),document.addEventListener("touchend",this.stopDrag,!1),document.addEventListener("touchcancel",this.stopDrag,!1)}doDrag(t,r){let n=this.fixedWidth+t-this.startX,a=this.fixedHeight+r-this.startY;this.dispatchEvent(new mn(n,a))}};ae.elementDefinitions={"ft-icon":xe};ae.styles=[It,X0];Ge([T({type:Number})],ae.prototype,"initialWidth",void 0);Ge([T({type:Number})],ae.prototype,"initialHeight",void 0);Ge([T()],ae.prototype,"icon",void 0);Ge([T()],ae.prototype,"iconVariant",void 0);Ge([T()],ae.prototype,"cursor",void 0);Ge([T()],ae.prototype,"ariaLabel",void 0);Ge([J()],ae.prototype,"dragging",void 0);Ge([J()],ae.prototype,"isAriaPressed",void 0);Ge([Oo({passive:!0})],ae.prototype,"initDragFromMouse",null);Ge([Oo({passive:!0})],ae.prototype,"initDragFromTouch",null);le("ft-resizer")(ae);var G={fontSize:o.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:o.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:o.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:o.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:o.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:o.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:o.extend("--ft-input-label-border-color","",j.colorOutline),textColor:o.extend("--ft-input-label-text-color","",j.colorOnSurfaceMedium),disabledTextColor:o.extend("--ft-input-label-disabled-text-color","",j.colorOnSurfaceDisabled),backgroundColor:o.extend("--ft-input-label-background-color","",j.colorSurface),borderRadius:o.extend("--ft-input-label-border-radius","",j.borderRadiusS),colorError:o.external(j.colorError,"Design system")},Q0=D`
|
|
867
867
|
.ft-input-label {
|
|
868
868
|
position: absolute;
|
|
869
869
|
inset: 0;
|
|
870
870
|
display: flex;
|
|
871
|
-
background-color: ${
|
|
872
|
-
border-radius: ${
|
|
871
|
+
background-color: ${G.backgroundColor};
|
|
872
|
+
border-radius: ${G.borderRadius} ${G.borderRadius} 0 0;
|
|
873
873
|
}
|
|
874
874
|
|
|
875
875
|
.ft-input-label--outlined {
|
|
876
|
-
border-radius: ${
|
|
876
|
+
border-radius: ${G.borderRadius};
|
|
877
877
|
}
|
|
878
878
|
|
|
879
879
|
.ft-input-label {
|
|
880
|
-
border-color: ${
|
|
880
|
+
border-color: ${G.borderColor};
|
|
881
881
|
}
|
|
882
882
|
|
|
883
883
|
.ft-input-label.ft-input-label--in-error {
|
|
884
|
-
border-color: ${
|
|
884
|
+
border-color: ${G.colorError}
|
|
885
885
|
}
|
|
886
886
|
|
|
887
887
|
.ft-input-label:before,
|
|
@@ -894,7 +894,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
894
894
|
}
|
|
895
895
|
|
|
896
896
|
.ft-input-label:before {
|
|
897
|
-
width: calc(${
|
|
897
|
+
width: calc(${G.horizontalSpacing} - 4px);
|
|
898
898
|
flex-shrink: 0;
|
|
899
899
|
}
|
|
900
900
|
|
|
@@ -910,20 +910,20 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
910
910
|
border-bottom-width: 1px;
|
|
911
911
|
border-bottom-style: solid;
|
|
912
912
|
border-color: inherit;
|
|
913
|
-
color: ${
|
|
913
|
+
color: ${G.textColor};
|
|
914
914
|
transition: font-size 250ms, line-height 250ms, color 250ms;
|
|
915
|
-
max-width: calc(${
|
|
915
|
+
max-width: calc(${G.labelMaxWidth} - 2 * (${G.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
|
|
916
916
|
text-overflow: ellipsis;
|
|
917
|
-
${Y(ne.fontSize,
|
|
918
|
-
${Y(ne.lineHeight,
|
|
917
|
+
${Y(ne.fontSize,G.fontSize)};
|
|
918
|
+
${Y(ne.lineHeight,G.fontSize)};
|
|
919
919
|
}
|
|
920
920
|
|
|
921
921
|
.ft-input-label--in-error .ft-input-label--text {
|
|
922
|
-
color: ${
|
|
922
|
+
color: ${G.colorError}
|
|
923
923
|
}
|
|
924
924
|
|
|
925
925
|
.ft-input-label--disabled .ft-input-label--text {
|
|
926
|
-
color: ${
|
|
926
|
+
color: ${G.disabledTextColor};
|
|
927
927
|
}
|
|
928
928
|
|
|
929
929
|
.ft-input-label--hidden-text {
|
|
@@ -940,19 +940,19 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
940
940
|
overflow: hidden;
|
|
941
941
|
white-space: nowrap;
|
|
942
942
|
text-overflow: ellipsis;
|
|
943
|
-
padding: ${
|
|
944
|
-
margin: calc(${
|
|
943
|
+
padding: ${G.verticalSpacing} 4px;
|
|
944
|
+
margin: calc(${G.verticalSpacing} * -1) 0;
|
|
945
945
|
max-width: 100%;
|
|
946
946
|
box-sizing: border-box;
|
|
947
947
|
}
|
|
948
948
|
|
|
949
949
|
.ft-input-label--raised .ft-input-label--text {
|
|
950
|
-
${Y(ne.fontSize,
|
|
951
|
-
${Y(ne.lineHeight,
|
|
950
|
+
${Y(ne.fontSize,G.raisedFontSize)};
|
|
951
|
+
${Y(ne.lineHeight,G.raisedFontSize)};
|
|
952
952
|
}
|
|
953
953
|
|
|
954
954
|
.ft-input-label--raised .ft-input-label--floating-text {
|
|
955
|
-
top: ${
|
|
955
|
+
top: ${G.verticalSpacing};
|
|
956
956
|
}
|
|
957
957
|
|
|
958
958
|
.ft-input-label--outlined .ft-input-label--text,
|
|
@@ -965,20 +965,20 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
965
965
|
.ft-input-label--outlined:before {
|
|
966
966
|
border-left-width: 1px;
|
|
967
967
|
border-left-style: solid;
|
|
968
|
-
border-radius: ${
|
|
968
|
+
border-radius: ${G.borderRadius} 0 0 ${G.borderRadius};
|
|
969
969
|
}
|
|
970
970
|
|
|
971
971
|
.ft-input-label--outlined:after {
|
|
972
972
|
border-right-width: 1px;
|
|
973
973
|
border-right-style: solid;
|
|
974
|
-
border-radius: 0 ${
|
|
974
|
+
border-radius: 0 ${G.borderRadius} ${G.borderRadius} 0;
|
|
975
975
|
}
|
|
976
976
|
|
|
977
977
|
.ft-input-label--outlined.ft-input-label--raised .ft-input-label--floating-text {
|
|
978
978
|
padding: 2px 4px;
|
|
979
|
-
z-index: ${
|
|
980
|
-
background-color: ${
|
|
981
|
-
border-radius: ${
|
|
979
|
+
z-index: ${G.raisedZIndex};
|
|
980
|
+
background-color: ${G.backgroundColor};
|
|
981
|
+
border-radius: ${G.borderRadius};
|
|
982
982
|
top: calc((${ne.lineHeight} / -2) + 2px);
|
|
983
983
|
}
|
|
984
984
|
|
|
@@ -1058,12 +1058,12 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
1058
1058
|
white-space: nowrap;
|
|
1059
1059
|
text-overflow: ellipsis;
|
|
1060
1060
|
|
|
1061
|
-
padding-top: ${
|
|
1062
|
-
padding-bottom: ${
|
|
1061
|
+
padding-top: ${G.verticalSpacing};
|
|
1062
|
+
padding-bottom: ${G.verticalSpacing};
|
|
1063
1063
|
padding-left: calc(var(--field-horizontal-padding) + ${ue.additionalPaddingLeft});
|
|
1064
1064
|
padding-right: calc(var(--field-horizontal-padding) + ${ue.additionalPaddingRight});
|
|
1065
1065
|
|
|
1066
|
-
margin: calc(${
|
|
1066
|
+
margin: calc(${G.verticalSpacing} * -1) 0;
|
|
1067
1067
|
color: ${ue.color};
|
|
1068
1068
|
}
|
|
1069
1069
|
|
|
@@ -1211,10 +1211,10 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
1211
1211
|
}
|
|
1212
1212
|
|
|
1213
1213
|
ft-input-label {
|
|
1214
|
-
${Y(
|
|
1215
|
-
${Y(
|
|
1216
|
-
${Y(
|
|
1217
|
-
${Y(
|
|
1214
|
+
${Y(G.fontSize,q.fontSize)};
|
|
1215
|
+
${Y(G.raisedFontSize,q.labelSize)};
|
|
1216
|
+
${Y(G.verticalSpacing,q.verticalSpacing)};
|
|
1217
|
+
${Y(G.horizontalSpacing,q.horizontalSpacing)};
|
|
1218
1218
|
}
|
|
1219
1219
|
|
|
1220
1220
|
.ft-text-area--main-panel {
|
|
@@ -1267,8 +1267,8 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
|
1267
1267
|
}
|
|
1268
1268
|
|
|
1269
1269
|
.ft-text-area:not(.ft-text-area--disabled):focus-within ft-input-label {
|
|
1270
|
-
${Y(
|
|
1271
|
-
${Y(
|
|
1270
|
+
${Y(G.borderColor,q.colorPrimary)};
|
|
1271
|
+
${Y(G.textColor,q.colorPrimary)};
|
|
1272
1272
|
}
|
|
1273
1273
|
|
|
1274
1274
|
.ft-text-area--filled .ft-text-area--input-panel {
|