@fluid-topics/ft-search-period-filter 1.1.70 → 1.1.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,146 +1,13 @@
1
- !function(t){
2
- /**
3
- * @license
4
- * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
5
- * This code may only be used under the BSD style license found at
6
- * http://polymer.github.io/LICENSE.txt
7
- * The complete set of authors may be found at
8
- * http://polymer.github.io/AUTHORS.txt
9
- * The complete set of contributors may be found at
10
- * http://polymer.github.io/CONTRIBUTORS.txt
11
- * Code distributed by Google as part of the polymer project is also
12
- * subject to an additional IP rights grant found at
13
- * http://polymer.github.io/PATENTS.txt
14
- */
15
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,o=window.customElements.get,r=window.customElements,i=new WeakMap,n=new WeakMap,a=new WeakMap,s=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,i){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(i))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=i.prototype.attributeChangedCallback,l=new Set(i.observedAttributes||[]);d(i,l,s);const c={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:i.formAssociated,formAssociatedCallback:i.prototype.formAssociatedCallback,formDisabledCallback:i.prototype.formDisabledCallback,formResetCallback:i.prototype.formResetCallback,formStateRestoreCallback:i.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,c),this._definitionsByClass.set(i,c);let f=o.call(r,t);f||(f=h(t),e.call(r,t,f)),this===window.customElements&&(a.set(i,c),c.standInClass=f);const p=this._awaitingUpgrade.get(t);if(p){this._awaitingUpgrade.delete(t);for(const t of p)n.delete(t),u(t,c,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){g.push(this),r.upgrade.apply(r,arguments),g.pop()}get(t){const e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let o=this._whenDefinedPromises.get(t);return void 0===o&&(o={},o.promise=new Promise((t=>o.resolve=t)),this._whenDefinedPromises.set(t,o)),o.promise}_upgradeWhenDefined(t,e,o){let r=this._awaitingUpgrade.get(e);r||this._awaitingUpgrade.set(e,r=new Set),o?r.add(t):r.delete(t)}},window.HTMLElement=function(){let e=l;if(e)return l=void 0,e;const o=a.get(this.constructor);if(!o)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],o.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),i.set(e,o),e},window.HTMLElement.prototype=t.prototype;const c=t=>t===document||t instanceof ShadowRoot,f=t=>{let e=t.getRootNode();if(!c(e)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),c(e)||(e=s.get(e)?.getRootNode()||document)}return e.customElements},h=e=>class{static get formAssociated(){return!0}constructor(){const o=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(o,HTMLElement.prototype);const r=f(o)||window.customElements,i=r._getDefinition(e);return i?u(o,i):n.set(o,r),o}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},d=(t,e,o)=>{if(0===e.size||void 0===o)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);r.call(this,n,i),o.call(this,n,t,i)}else r.call(this,n,i)});const i=t.prototype.removeAttribute;i&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(e.has(r)){const t=this.getAttribute(r);i.call(this,r),o.call(this,r,t,null)}else i.call(this,r)});const n=t.prototype.toggleAttribute;n&&(t.prototype.toggleAttribute=function(t,r){const i=t.toLowerCase();if(e.has(i)){const t=this.getAttribute(i);n.call(this,i,r);const e=this.getAttribute(i);o.call(this,i,t,e)}else n.call(this,i,r)})},p=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):p(o)},u=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),i.set(t,e),l=t;try{new e.elementClass}catch(t){p(e.elementClass),new e.elementClass}e.attributeChangedCallback&&e.observedAttributes.forEach((o=>{t.hasAttribute(o)&&e.attributeChangedCallback.call(t,o,null,t.getAttribute(o))})),o&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=y.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let g=[document];const b=(t,e,o=void 0)=>{const r=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){g.push(this);const t=r.apply(o||this,arguments);return void 0!==t&&s.set(t,this),g.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,e)=>{const o=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...o,set(t){g.push(this),o.set.call(this,t),g.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,e=HTMLElement.prototype.attachInternals,o=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...o){const r=e.call(this,...o);return t.set(r,this),r},o.forEach((e=>{const o=window.ElementInternals.prototype,r=o[e];o[e]=function(...e){const o=t.get(this);if(!0===i.get(o).formAssociated)return r?.call(this,...e);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class n{constructor(t){const e=new Map;t.forEach(((t,o)=>{const r=t.getAttribute("name"),i=e.get(r)||[];this[+o]=t,i.push(t),e.set(r,i)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new r(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),e=[];for(const o of t){const t=i.get(o);t&&!0!==t.formAssociated||e.push(o)}return new n(e)}})}}try{window.customElements.define("custom-element",null)}catch(El){const t=window.customElements.define;window.customElements.define=(e,o,r)=>{if(null!==o)try{t.bind(window.customElements)(e,o,r)}catch(t){console.info(e,o,r,t)}}}
16
- /**
17
- * @license
18
- * Copyright 2019 Google LLC
19
- * SPDX-License-Identifier: BSD-3-Clause
20
- */const e=globalThis,o=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,r=Symbol(),i=new WeakMap;const n=t=>new class{constructor(t,e,o){if(this._$cssResult$=!0,o!==r)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(o&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=i.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&i.set(e,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,r),a=o?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const o of t.cssRules)e+=o.cssText;return n(e)})(t):t
21
- /**
22
- * @license
23
- * Copyright 2017 Google LLC
24
- * SPDX-License-Identifier: BSD-3-Clause
25
- */,{is:s,defineProperty:l,getOwnPropertyDescriptor:c,getOwnPropertyNames:f,getOwnPropertySymbols:h,getPrototypeOf:d}=Object,p=globalThis,u=p.trustedTypes,y=u?u.emptyScript:"",g=p.reactiveElementPolyfillSupport,b=(t,e)=>t,m={toAttribute(t,e){switch(e){case Boolean:t=t?y:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=null!==t;break;case Number:o=null===t?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch(t){o=null}}return o}},v=(t,e)=>!s(t,e),x={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v};Symbol.metadata??=Symbol("metadata"),p.litPropertyMetadata??=new WeakMap;let O=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,e=x){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const o=Symbol(),r=this.getPropertyDescriptor(t,o,e);void 0!==r&&l(this.prototype,t,r)}}static getPropertyDescriptor(t,e,o){const{get:r,set:i}=c(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return r?.call(this)},set(e){const n=r?.call(this);i.call(this,e),this.requestUpdate(t,n,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??x}static _$Ei(){if(this.hasOwnProperty(b("elementProperties")))return;const t=d(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(b("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(b("properties"))){const t=this.properties,e=[...f(t),...h(t)];for(const o of e)this.createProperty(o,t[o])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,o]of e)this.elementProperties.set(t,o)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const o=this._$Eu(t,e);void 0!==o&&this._$Eh.set(o,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const o=new Set(t.flat(1/0).reverse());for(const t of o)e.unshift(a(t))}else void 0!==t&&e.push(a(t));return e}static _$Eu(t,e){const o=e.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,e=this.constructor.elementProperties;for(const o of e.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,r)=>{if(o)t.adoptedStyleSheets=r.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const o of r){const r=document.createElement("style"),i=e.litNonce;void 0!==i&&r.setAttribute("nonce",i),r.textContent=o.cssText,t.appendChild(r)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,o){this._$AK(t,o)}_$EO(t,e){const o=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,o);if(void 0!==r&&!0===o.reflect){const i=(void 0!==o.converter?.toAttribute?o.converter:m).toAttribute(e,o.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,e){const o=this.constructor,r=o._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=o.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:m;this._$Em=r,this[r]=i.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,o,r=!1,i){if(void 0!==t){if(o??=this.constructor.getPropertyOptions(t),!(o.hasChanged??v)(r?i:this[t],e))return;this.C(t,e,o)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,o){this._$AL.has(t)||this._$AL.set(t,e),!0===o.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,o]of t)!0!==o.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],o)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};O.elementStyles=[],O.shadowRootOptions={mode:"open"},O[b("elementProperties")]=new Map,O[b("finalized")]=new Map,g?.({ReactiveElement:O}),(p.reactiveElementVersions??=[]).push("2.0.2");
26
- /**
27
- * @license
28
- * Copyright 2017 Google LLC
29
- * SPDX-License-Identifier: BSD-3-Clause
30
- */
31
- const w=globalThis,S=w.trustedTypes,C=S?S.createPolicy("lit-html",{createHTML:t=>t}):void 0,N="$lit$",E=`lit$${(Math.random()+"").slice(9)}$`,$="?"+E,k=`<${$}>`,R=document,I=()=>R.createComment(""),L=t=>null===t||"object"!=typeof t&&"function"!=typeof t,U=Array.isArray,A=t=>U(t)||"function"==typeof t?.[Symbol.iterator],W="[ \t\n\f\r]",B=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,z=/-->/g,F=/>/g,_=RegExp(`>|${W}(?:([^\\s"'>=/]+)(${W}*=${W}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),P=/'/g,j=/"/g,D=/^(?:script|style|textarea|title)$/i,M=(t=>(e,...o)=>({_$litType$:t,strings:e,values:o}))(1),T=Symbol.for("lit-noChange"),H=Symbol.for("lit-nothing"),K=new WeakMap,Z=R.createTreeWalker(R,129);function G(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==C?C.createHTML(e):e}const V=(t,e)=>{const o=t.length-1,r=[];let i,n=2===e?"<svg>":"",a=B;for(let e=0;e<o;e++){const o=t[e];let s,l,c=-1,f=0;for(;f<o.length&&(a.lastIndex=f,l=a.exec(o),null!==l);)f=a.lastIndex,a===B?"!--"===l[1]?a=z:void 0!==l[1]?a=F:void 0!==l[2]?(D.test(l[2])&&(i=RegExp("</"+l[2],"g")),a=_):void 0!==l[3]&&(a=_):a===_?">"===l[0]?(a=i??B,c=-1):void 0===l[1]?c=-2:(c=a.lastIndex-l[2].length,s=l[1],a=void 0===l[3]?_:'"'===l[3]?j:P):a===j||a===P?a=_:a===z||a===F?a=B:(a=_,i=void 0);const h=a===_&&t[e+1].startsWith("/>")?" ":"";n+=a===B?o+k:c>=0?(r.push(s),o.slice(0,c)+N+o.slice(c)+E+h):o+E+(-2===c?e:h)}return[G(t,n+(t[o]||"<?>")+(2===e?"</svg>":"")),r]};let q=class t{constructor({strings:e,_$litType$:o},r){let i;this.parts=[];let n=0,a=0;const s=e.length-1,l=this.parts,[c,f]=V(e,o);if(this.el=t.createElement(c,r),Z.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=Z.nextNode())&&l.length<s;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(N)){const e=f[a++],o=i.getAttribute(t).split(E),r=/([.?@])?(.*)/.exec(e);l.push({type:1,index:n,name:r[2],strings:o,ctor:"."===r[1]?tt:"?"===r[1]?et:"@"===r[1]?ot:Q}),i.removeAttribute(t)}else t.startsWith(E)&&(l.push({type:6,index:n}),i.removeAttribute(t));if(D.test(i.tagName)){const t=i.textContent.split(E),e=t.length-1;if(e>0){i.textContent=S?S.emptyScript:"";for(let o=0;o<e;o++)i.append(t[o],I()),Z.nextNode(),l.push({type:2,index:++n});i.append(t[e],I())}}}else if(8===i.nodeType)if(i.data===$)l.push({type:2,index:n});else{let t=-1;for(;-1!==(t=i.data.indexOf(E,t+1));)l.push({type:7,index:n}),t+=E.length-1}n++}}static createElement(t,e){const o=R.createElement("template");return o.innerHTML=t,o}};function Y(t,e,o=t,r){if(e===T)return e;let i=void 0!==r?o._$Co?.[r]:o._$Cl;const n=L(e)?void 0:e._$litDirective$;return i?.constructor!==n&&(i?._$AO?.(!1),void 0===n?i=void 0:(i=new n(t),i._$AT(t,o,r)),void 0!==r?(o._$Co??=[])[r]=i:o._$Cl=i),void 0!==i&&(e=Y(t,i._$AS(t,e.values),i,r)),e}let J=class{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:o}=this._$AD,r=(t?.creationScope??R).importNode(e,!0);Z.currentNode=r;let i=Z.nextNode(),n=0,a=0,s=o[0];for(;void 0!==s;){if(n===s.index){let e;2===s.type?e=new X(i,i.nextSibling,this,t):1===s.type?e=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(e=new rt(i,this,t)),this._$AV.push(e),s=o[++a]}n!==s?.index&&(i=Z.nextNode(),n++)}return Z.currentNode=R,r}p(t){let e=0;for(const o of this._$AV)void 0!==o&&(void 0!==o.strings?(o._$AI(t,o,e),e+=o.strings.length-2):o._$AI(t[e])),e++}},X=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,r){this.type=2,this._$AH=H,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=Y(this,t,e),L(t)?t===H||null==t||""===t?(this._$AH!==H&&this._$AR(),this._$AH=H):t!==this._$AH&&t!==T&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):A(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==H&&L(this._$AH)?this._$AA.nextSibling.data=t:this.$(R.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=q.createElement(G(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(e);else{const t=new J(r,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=K.get(t.strings);return void 0===e&&K.set(t.strings,e=new q(t)),e}T(e){U(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let r,i=0;for(const n of e)i===o.length?o.push(r=new t(this.k(I()),this.k(I()),this,this.options)):r=o[i],r._$AI(n),i++;i<o.length&&(this._$AR(r&&r._$AB.nextSibling,i),o.length=i)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},Q=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,r,i){this.type=1,this._$AH=H,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=i,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=H}_$AI(t,e=this,o,r){const i=this.strings;let n=!1;if(void 0===i)t=Y(this,t,e,0),n=!L(t)||t!==this._$AH&&t!==T,n&&(this._$AH=t);else{const r=t;let a,s;for(t=i[0],a=0;a<i.length-1;a++)s=Y(this,r[o+a],e,a),s===T&&(s=this._$AH[a]),n||=!L(s)||s!==this._$AH[a],s===H?t=H:t!==H&&(t+=(s??"")+i[a+1]),this._$AH[a]=s}n&&!r&&this.O(t)}O(t){t===H?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},tt=class extends Q{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===H?void 0:t}},et=class extends Q{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==H)}},ot=class extends Q{constructor(t,e,o,r,i){super(t,e,o,r,i),this.type=5}_$AI(t,e=this){if((t=Y(this,t,e,0)??H)===T)return;const o=this._$AH,r=t===H&&o!==H||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,i=t!==H&&(o===H||r);r&&this.element.removeEventListener(this.name,this,o),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},rt=class{constructor(t,e,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){Y(this,t)}};const it={j:N,P:E,A:$,C:1,M:V,L:J,R:A,V:Y,D:X,I:Q,H:et,N:ot,U:tt,B:rt},nt=w.litHtmlPolyfillSupport;nt?.(q,X),(w.litHtmlVersions??=[]).push("3.1.0");
32
- /**
33
- * @license
34
- * Copyright 2019 Google LLC
35
- * SPDX-License-Identifier: BSD-3-Clause
36
- */
37
- const at=globalThis,st=at.ShadowRoot&&(void 0===at.ShadyCSS||at.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,lt=Symbol(),ct=new WeakMap;let ft=class{constructor(t,e,o){if(this._$cssResult$=!0,o!==lt)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(st&&void 0===t){const o=void 0!==e&&1===e.length;o&&(t=ct.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),o&&ct.set(e,t))}return t}toString(){return this.cssText}};const ht=t=>new ft("string"==typeof t?t:t+"",void 0,lt),dt=(t,...e)=>{const o=1===t.length?t[0]:e.reduce(((e,o,r)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(o)+t[r+1]),t[0]);return new ft(o,t,lt)},pt=(t,e)=>{if(st)t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const o of e){const e=document.createElement("style"),r=at.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}},ut=st?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const o of t.cssRules)e+=o.cssText;return ht(e)})(t):t
38
- /**
39
- * @license
40
- * Copyright 2017 Google LLC
41
- * SPDX-License-Identifier: BSD-3-Clause
42
- */,{is:yt,defineProperty:gt,getOwnPropertyDescriptor:bt,getOwnPropertyNames:mt,getOwnPropertySymbols:vt,getPrototypeOf:xt}=Object,Ot=globalThis,wt=Ot.trustedTypes,St=wt?wt.emptyScript:"",Ct=Ot.reactiveElementPolyfillSupport,Nt=(t,e)=>t,Et={toAttribute(t,e){switch(e){case Boolean:t=t?St:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let o=t;switch(e){case Boolean:o=null!==t;break;case Number:o=null===t?null:Number(t);break;case Object:case Array:try{o=JSON.parse(t)}catch(t){o=null}}return o}},$t=(t,e)=>!yt(t,e),kt={attribute:!0,type:String,converter:Et,reflect:!1,hasChanged:$t};Symbol.metadata??=Symbol("metadata"),Ot.litPropertyMetadata??=new WeakMap;let Rt=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,e=kt){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const o=Symbol(),r=this.getPropertyDescriptor(t,o,e);void 0!==r&&gt(this.prototype,t,r)}}static getPropertyDescriptor(t,e,o){const{get:r,set:i}=bt(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return r?.call(this)},set(e){const n=r?.call(this);i.call(this,e),this.requestUpdate(t,n,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??kt}static _$Ei(){if(this.hasOwnProperty(Nt("elementProperties")))return;const t=xt(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Nt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Nt("properties"))){const t=this.properties,e=[...mt(t),...vt(t)];for(const o of e)this.createProperty(o,t[o])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,o]of e)this.elementProperties.set(t,o)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const o=this._$Eu(t,e);void 0!==o&&this._$Eh.set(o,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const o=new Set(t.flat(1/0).reverse());for(const t of o)e.unshift(ut(t))}else void 0!==t&&e.push(ut(t));return e}static _$Eu(t,e){const o=e.attribute;return!1===o?void 0:"string"==typeof o?o:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,e=this.constructor.elementProperties;for(const o of e.keys())this.hasOwnProperty(o)&&(t.set(o,this[o]),delete this[o]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return pt(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,o){this._$AK(t,o)}_$EO(t,e){const o=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,o);if(void 0!==r&&!0===o.reflect){const i=(void 0!==o.converter?.toAttribute?o.converter:Et).toAttribute(e,o.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,e){const o=this.constructor,r=o._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=o.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:Et;this._$Em=r,this[r]=i.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,o,r=!1,i){if(void 0!==t){if(o??=this.constructor.getPropertyOptions(t),!(o.hasChanged??$t)(r?i:this[t],e))return;this.C(t,e,o)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,o){this._$AL.has(t)||this._$AL.set(t,e),!0===o.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,o]of t)!0!==o.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],o)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};Rt.elementStyles=[],Rt.shadowRootOptions={mode:"open"},Rt[Nt("elementProperties")]=new Map,Rt[Nt("finalized")]=new Map,Ct?.({ReactiveElement:Rt}),(Ot.reactiveElementVersions??=[]).push("2.0.2");
43
- /**
44
- * @license
45
- * Copyright 2017 Google LLC
46
- * SPDX-License-Identifier: BSD-3-Clause
47
- */
48
- const It=globalThis,Lt=It.trustedTypes,Ut=Lt?Lt.createPolicy("lit-html",{createHTML:t=>t}):void 0,At="$lit$",Wt=`lit$${(Math.random()+"").slice(9)}$`,Bt="?"+Wt,zt=`<${Bt}>`,Ft=document,_t=()=>Ft.createComment(""),Pt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,jt=Array.isArray,Dt=t=>jt(t)||"function"==typeof t?.[Symbol.iterator],Mt="[ \t\n\f\r]",Tt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Ht=/-->/g,Kt=/>/g,Zt=RegExp(`>|${Mt}(?:([^\\s"'>=/]+)(${Mt}*=${Mt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Gt=/'/g,Vt=/"/g,qt=/^(?:script|style|textarea|title)$/i,Yt=t=>(e,...o)=>({_$litType$:t,strings:e,values:o}),Jt=Yt(1),Xt=Yt(2),Qt=Symbol.for("lit-noChange"),te=Symbol.for("lit-nothing"),ee=new WeakMap,oe=Ft.createTreeWalker(Ft,129);function re(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Ut?Ut.createHTML(e):e}const ie=(t,e)=>{const o=t.length-1,r=[];let i,n=2===e?"<svg>":"",a=Tt;for(let e=0;e<o;e++){const o=t[e];let s,l,c=-1,f=0;for(;f<o.length&&(a.lastIndex=f,l=a.exec(o),null!==l);)f=a.lastIndex,a===Tt?"!--"===l[1]?a=Ht:void 0!==l[1]?a=Kt:void 0!==l[2]?(qt.test(l[2])&&(i=RegExp("</"+l[2],"g")),a=Zt):void 0!==l[3]&&(a=Zt):a===Zt?">"===l[0]?(a=i??Tt,c=-1):void 0===l[1]?c=-2:(c=a.lastIndex-l[2].length,s=l[1],a=void 0===l[3]?Zt:'"'===l[3]?Vt:Gt):a===Vt||a===Gt?a=Zt:a===Ht||a===Kt?a=Tt:(a=Zt,i=void 0);const h=a===Zt&&t[e+1].startsWith("/>")?" ":"";n+=a===Tt?o+zt:c>=0?(r.push(s),o.slice(0,c)+At+o.slice(c)+Wt+h):o+Wt+(-2===c?e:h)}return[re(t,n+(t[o]||"<?>")+(2===e?"</svg>":"")),r]};class ne{constructor({strings:t,_$litType$:e},o){let r;this.parts=[];let i=0,n=0;const a=t.length-1,s=this.parts,[l,c]=ie(t,e);if(this.el=ne.createElement(l,o),oe.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=oe.nextNode())&&s.length<a;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(At)){const e=c[n++],o=r.getAttribute(t).split(Wt),a=/([.?@])?(.*)/.exec(e);s.push({type:1,index:i,name:a[2],strings:o,ctor:"."===a[1]?fe:"?"===a[1]?he:"@"===a[1]?de:ce}),r.removeAttribute(t)}else t.startsWith(Wt)&&(s.push({type:6,index:i}),r.removeAttribute(t));if(qt.test(r.tagName)){const t=r.textContent.split(Wt),e=t.length-1;if(e>0){r.textContent=Lt?Lt.emptyScript:"";for(let o=0;o<e;o++)r.append(t[o],_t()),oe.nextNode(),s.push({type:2,index:++i});r.append(t[e],_t())}}}else if(8===r.nodeType)if(r.data===Bt)s.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(Wt,t+1));)s.push({type:7,index:i}),t+=Wt.length-1}i++}}static createElement(t,e){const o=Ft.createElement("template");return o.innerHTML=t,o}}function ae(t,e,o=t,r){if(e===Qt)return e;let i=void 0!==r?o._$Co?.[r]:o._$Cl;const n=Pt(e)?void 0:e._$litDirective$;return i?.constructor!==n&&(i?._$AO?.(!1),void 0===n?i=void 0:(i=new n(t),i._$AT(t,o,r)),void 0!==r?(o._$Co??=[])[r]=i:o._$Cl=i),void 0!==i&&(e=ae(t,i._$AS(t,e.values),i,r)),e}let se=class{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:o}=this._$AD,r=(t?.creationScope??Ft).importNode(e,!0);oe.currentNode=r;let i=oe.nextNode(),n=0,a=0,s=o[0];for(;void 0!==s;){if(n===s.index){let e;2===s.type?e=new le(i,i.nextSibling,this,t):1===s.type?e=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(e=new pe(i,this,t)),this._$AV.push(e),s=o[++a]}n!==s?.index&&(i=oe.nextNode(),n++)}return oe.currentNode=Ft,r}p(t){let e=0;for(const o of this._$AV)void 0!==o&&(void 0!==o.strings?(o._$AI(t,o,e),e+=o.strings.length-2):o._$AI(t[e])),e++}},le=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,o,r){this.type=2,this._$AH=te,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=o,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=ae(this,t,e),Pt(t)?t===te||null==t||""===t?(this._$AH!==te&&this._$AR(),this._$AH=te):t!==this._$AH&&t!==Qt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):Dt(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==te&&Pt(this._$AH)?this._$AA.nextSibling.data=t:this.$(Ft.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:o}=t,r="number"==typeof o?this._$AC(t):(void 0===o.el&&(o.el=ne.createElement(re(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===r)this._$AH.p(e);else{const t=new se(r,this),o=t.u(this.options);t.p(e),this.$(o),this._$AH=t}}_$AC(t){let e=ee.get(t.strings);return void 0===e&&ee.set(t.strings,e=new ne(t)),e}T(e){jt(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let r,i=0;for(const n of e)i===o.length?o.push(r=new t(this.k(_t()),this.k(_t()),this,this.options)):r=o[i],r._$AI(n),i++;i<o.length&&(this._$AR(r&&r._$AB.nextSibling,i),o.length=i)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},ce=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,o,r,i){this.type=1,this._$AH=te,this._$AN=void 0,this.element=t,this.name=e,this._$AM=r,this.options=i,o.length>2||""!==o[0]||""!==o[1]?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=te}_$AI(t,e=this,o,r){const i=this.strings;let n=!1;if(void 0===i)t=ae(this,t,e,0),n=!Pt(t)||t!==this._$AH&&t!==Qt,n&&(this._$AH=t);else{const r=t;let a,s;for(t=i[0],a=0;a<i.length-1;a++)s=ae(this,r[o+a],e,a),s===Qt&&(s=this._$AH[a]),n||=!Pt(s)||s!==this._$AH[a],s===te?t=te:t!==te&&(t+=(s??"")+i[a+1]),this._$AH[a]=s}n&&!r&&this.O(t)}O(t){t===te?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},fe=class extends ce{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===te?void 0:t}},he=class extends ce{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==te)}},de=class extends ce{constructor(t,e,o,r,i){super(t,e,o,r,i),this.type=5}_$AI(t,e=this){if((t=ae(this,t,e,0)??te)===Qt)return;const o=this._$AH,r=t===te&&o!==te||t.capture!==o.capture||t.once!==o.once||t.passive!==o.passive,i=t!==te&&(o===te||r);r&&this.element.removeEventListener(this.name,this,o),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},pe=class{constructor(t,e,o){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(t){ae(this,t)}};const ue={j:At,P:Wt,A:Bt,C:1,M:ie,L:se,R:Dt,V:ae,D:le,I:ce,H:he,N:de,U:fe,B:pe},ye=It.litHtmlPolyfillSupport;ye?.(ne,le),(It.litHtmlVersions??=[]).push("3.1.0");const ge=(t,e,o)=>{const r=o?.renderBefore??e;let i=r._$litPart$;if(void 0===i){const t=o?.renderBefore??null;r._$litPart$=i=new le(e.insertBefore(_t(),t),t,void 0,o??{})}return i._$AI(t),i
49
- /**
50
- * @license
51
- * Copyright 2017 Google LLC
52
- * SPDX-License-Identifier: BSD-3-Clause
53
- */};let be=class extends Rt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=ge(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Qt}};be._$litElement$=!0,be.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:be});const me=globalThis.litElementPolyfillSupport;me?.({LitElement:be});(globalThis.litElementVersions??=[]).push("4.0.2");var ve=Object.freeze({__proto__:null,CSSResult:ft,LitElement:be,ReactiveElement:Rt,_$LE:{_$AK:(t,e,o)=>{t._$AK(e,o)},_$AL:t=>t._$AL},_$LH:ue,adoptStyles:pt,css:dt,defaultConverter:Et,getCompatibleStyle:ut,html:Jt,isServer:!1,noChange:Qt,notEqual:$t,nothing:te,render:ge,supportsAdoptingStyleSheets:st,svg:Xt,unsafeCSS:ht});
54
- /**
55
- * @license
56
- * Copyright 2017 Google LLC
57
- * SPDX-License-Identifier: BSD-3-Clause
58
- */const xe={attribute:!0,type:String,converter:m,reflect:!1,hasChanged:v},Oe=(t=xe,e,o)=>{const{kind:r,metadata:i}=o;let n=globalThis.litPropertyMetadata.get(i);if(void 0===n&&globalThis.litPropertyMetadata.set(i,n=new Map),n.set(o.name,t),"accessor"===r){const{name:r}=o;return{set(o){const i=e.get.call(this);e.set.call(this,o),this.requestUpdate(r,i,t)},init(e){return void 0!==e&&this.C(r,void 0,t),e}}}if("setter"===r){const{name:r}=o;return function(o){const i=this[r];e.call(this,o),this.requestUpdate(r,i,t)}}throw Error("Unsupported decorator location: "+r)};
59
- /**
60
- * @license
61
- * Copyright 2017 Google LLC
62
- * SPDX-License-Identifier: BSD-3-Clause
63
- */function we(t){return(e,o)=>"object"==typeof o?Oe(t,e,o):((t,e,o)=>{const r=e.hasOwnProperty(o);return e.constructor.createProperty(o,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(e,o):void 0})(t,e,o)
64
- /**
65
- * @license
66
- * Copyright 2017 Google LLC
67
- * SPDX-License-Identifier: BSD-3-Clause
68
- */}function Se(t){return we({...t,state:!0,attribute:!1})}
69
- /**
70
- * @license
71
- * Copyright 2017 Google LLC
72
- * SPDX-License-Identifier: BSD-3-Clause
73
- */function Ce(t){return(e,o)=>{const r="function"==typeof e?e:e[o];Object.assign(r,t)}}
74
- /**
75
- * @license
76
- * Copyright 2017 Google LLC
77
- * SPDX-License-Identifier: BSD-3-Clause
78
- */const Ne=(t,e,o)=>(o.configurable=!0,o.enumerable=!0,o)
79
- /**
80
- * @license
81
- * Copyright 2017 Google LLC
82
- * SPDX-License-Identifier: BSD-3-Clause
83
- */;function Ee(t,e){return(o,r,i)=>{const n=e=>e.renderRoot?.querySelector(t)??null;if(e){const{get:t,set:e}="object"==typeof r?o:i??(()=>{const t=Symbol();return{get(){return this[t]},set(e){this[t]=e}}})();return Ne(0,0,{get(){let o=t.call(this);return void 0===o&&(o=n(this),(null!==o||this.hasUpdated)&&e.call(this,o)),o}})}return Ne(0,0,{get(){return n(this)}})}}
84
- /**
85
- * @license
86
- * Copyright 2017 Google LLC
87
- * SPDX-License-Identifier: BSD-3-Clause
88
- */let $e;function ke(t){return(e,o)=>Ne(0,0,{get(){return(this.renderRoot??($e??=document.createDocumentFragment())).querySelectorAll(t)}})
89
- /**
90
- * @license
91
- * Copyright 2017 Google LLC
92
- * SPDX-License-Identifier: BSD-3-Clause
93
- */}
94
- /**
95
- * @license
96
- * Copyright 2021 Google LLC
97
- * SPDX-License-Identifier: BSD-3-Clause
98
- */
99
- function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=${r}]`:":not([name])");return Ne(0,0,{get(){const e=this.renderRoot?.querySelector(n),o=e?.assignedElements(t)??[];return void 0===i?o:o.filter((t=>t.matches(i)))}})}}
100
- /**
101
- * @license
102
- * Copyright 2017 Google LLC
103
- * SPDX-License-Identifier: BSD-3-Clause
104
- */function Ie(t){return(e,o)=>{const{slot:r}=t??{},i="slot"+(r?`[name=${r}]`:":not([name])");return Ne(0,0,{get(){const e=this.renderRoot?.querySelector(i);return e?.assignedNodes(t)??[]}})}}var Le=Object.freeze({__proto__:null,customElement:t=>(e,o)=>{void 0!==o?o.addInitializer((()=>{customElements.define(t,e)})):customElements.define(t,e)},eventOptions:Ce,property:we,query:Ee,queryAll:ke,queryAssignedElements:Re,queryAssignedNodes:Ie,queryAsync:function(t){return(e,o)=>Ne(0,0,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})},standardProperty:Oe,state:Se});
105
- /**
106
- * @license
107
- * Copyright 2017 Google LLC
108
- * SPDX-License-Identifier: BSD-3-Clause
109
- */const Ue=1,Ae=2,We=t=>(...e)=>({_$litDirective$:t,values:e});let Be=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,o){this._$Ct=t,this._$AM=e,this._$Ci=o}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};
110
- /**
111
- * @license
112
- * Copyright 2020 Google LLC
113
- * SPDX-License-Identifier: BSD-3-Clause
114
- */const{D:ze}=it,Fe=()=>document.createComment(""),_e=(t,e,o)=>{const r=t._$AA.parentNode,i=void 0===e?t._$AB:e._$AA;if(void 0===o){const e=r.insertBefore(Fe(),i),n=r.insertBefore(Fe(),i);o=new ze(e,n,t,t.options)}else{const e=o._$AB.nextSibling,n=o._$AM,a=n!==t;if(a){let e;o._$AQ?.(t),o._$AM=t,void 0!==o._$AP&&(e=t._$AU)!==n._$AU&&o._$AP(e)}if(e!==i||a){let t=o._$AA;for(;t!==e;){const e=t.nextSibling;r.insertBefore(t,i),t=e}}}return o},Pe=(t,e,o=t)=>(t._$AI(e,o),t),je={},De=t=>{t._$AP?.(!1,!0);let e=t._$AA;const o=t._$AB.nextSibling;for(;e!==o;){const t=e.nextSibling;e.remove(),e=t}},Me=(t,e,o)=>{const r=new Map;for(let i=e;i<=o;i++)r.set(t[i],i);return r},Te=We(class extends Be{constructor(t){if(super(t),t.type!==Ae)throw Error("repeat() can only be used in text expressions")}ht(t,e,o){let r;void 0===o?o=e:void 0!==e&&(r=e);const i=[],n=[];let a=0;for(const e of t)i[a]=r?r(e,a):a,n[a]=o(e,a),a++;return{values:n,keys:i}}render(t,e,o){return this.ht(t,e,o).values}update(t,[e,o,r]){const i=(t=>t._$AH)(t),{values:n,keys:a}=this.ht(e,o,r);if(!Array.isArray(i))return this.dt=a,n;const s=this.dt??=[],l=[];let c,f,h=0,d=i.length-1,p=0,u=n.length-1;for(;h<=d&&p<=u;)if(null===i[h])h++;else if(null===i[d])d--;else if(s[h]===a[p])l[p]=Pe(i[h],n[p]),h++,p++;else if(s[d]===a[u])l[u]=Pe(i[d],n[u]),d--,u--;else if(s[h]===a[u])l[u]=Pe(i[h],n[u]),_e(t,l[u+1],i[h]),h++,u--;else if(s[d]===a[p])l[p]=Pe(i[d],n[p]),_e(t,i[h],i[d]),d--,p++;else if(void 0===c&&(c=Me(a,p,u),f=Me(s,h,d)),c.has(s[h]))if(c.has(s[d])){const e=f.get(a[p]),o=void 0!==e?i[e]:null;if(null===o){const e=_e(t,i[h]);Pe(e,n[p]),l[p]=e}else l[p]=Pe(o,n[p]),_e(t,i[h],o),i[e]=null;p++}else De(i[d]),d--;else De(i[h]),h++;for(;p<=u;){const e=_e(t,l[u+1]);Pe(e,n[p]),l[p++]=e}for(;h<=d;){const t=i[h++];null!==t&&De(t)}return this.dt=a,((t,e=je)=>{t._$AH=e})(t,l),T}});
115
- /**
116
- * @license
117
- * Copyright 2017 Google LLC
118
- * SPDX-License-Identifier: BSD-3-Clause
119
- */var He=Object.freeze({__proto__:null,repeat:Te});
120
- /**
121
- * @license
122
- * Copyright 2018 Google LLC
123
- * SPDX-License-Identifier: BSD-3-Clause
124
- */const Ke=We(class extends Be{constructor(t){if(super(t),t.type!==Ue||"class"!==t.name||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!this.st?.has(t)&&this.it.add(t);return this.render(e)}const o=t.element.classList;for(const t of this.it)t in e||(o.remove(t),this.it.delete(t));for(const t in e){const r=!!e[t];r===this.it.has(t)||this.st?.has(t)||(r?(o.add(t),this.it.add(t)):(o.remove(t),this.it.delete(t)))}return T}});var Ze=Object.freeze({__proto__:null,classMap:Ke});
125
- /**
126
- * @license
127
- * Copyright 2018 Google LLC
128
- * SPDX-License-Identifier: BSD-3-Clause
129
- */const Ge="important",Ve=" !"+Ge,qe=We(class extends Be{constructor(t){if(super(t),t.type!==Ue||"style"!==t.name||t.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(t){return Object.keys(t).reduce(((e,o)=>{const r=t[o];return null==r?e:e+`${o=o.includes("-")?o:o.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${r};`}),"")}update(t,[e]){const{style:o}=t.element;if(void 0===this.ut)return this.ut=new Set(Object.keys(e)),this.render(e);for(const t of this.ut)null==e[t]&&(this.ut.delete(t),t.includes("-")?o.removeProperty(t):o[t]=null);for(const t in e){const r=e[t];if(null!=r){this.ut.add(t);const e="string"==typeof r&&r.endsWith(Ve);t.includes("-")||e?o.setProperty(t,e?r.slice(0,-11):r,e?Ge:""):o[t]=r}}return T}});var Ye=Object.freeze({__proto__:null,styleMap:qe});
130
- /**
131
- * @license
132
- * Copyright 2017 Google LLC
133
- * SPDX-License-Identifier: BSD-3-Clause
134
- */let Je=class extends Be{constructor(t){if(super(t),this.et=H,t.type!==Ae)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===H||null==t)return this.vt=void 0,this.et=t;if(t===T)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const e=[t];return e.raw=e,this.vt={_$litType$:this.constructor.resultType,strings:e,values:[]}}};Je.directiveName="unsafeHTML",Je.resultType=1;const Xe=We(Je);var Qe=Object.freeze({__proto__:null,UnsafeHTMLDirective:Je,unsafeHTML:Xe});class to extends Error{constructor(t,e,o){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=o}}class eo extends Promise{constructor(t){super(((e,o)=>t((t=>{this.isCanceled?o(new to("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?o(new to("Promise has been canceled",void 0,t)):o(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const oo=t=>new eo(((e,o)=>t.then(e).catch(o)));var ro=Object.freeze({__proto__:null,CancelablePromise:eo,CanceledPromiseError:to,cancelable:oo});class io{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,e){this.loaders[t]=e,this.finalContent.delete(t)}registerFinal(t,e){this.loaders[t]=e,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof eo&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,e){this.forceClear(t),this.register(t,(async()=>e)),this.content[t]=e}setFinal(t,e){this.forceClear(t),this.registerFinal(t,(async()=>e)),this.content[t]=e}async get(t,e,o){if(void 0===this.content[t]){if(null==(e=null!=e?e:this.loaders[t]))throw new Error("Unknown cache key "+t);const r=oo(e());return this.content[t]=r,r.then((e=>(this.content[t]=e,null!=o&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),o)),e)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}var no=Object.freeze({__proto__:null,CacheRegistry:io});class ao{constructor(t,e,o,r){this.allResults=t,this.selectedResult=e,this.clusteringMetadata=o,this.metadataDescriptors=r}static extractResultMetadata(t,e){var o,r;let i=(null!==(r=null!==(o=null==t?void 0:t.map)&&void 0!==o?o:null==t?void 0:t.document)&&void 0!==r?r:null==t?void 0:t.topic).metadata.map((t=>ao.flattenMetadata(t)));return null==e?i:i.find((t=>t.key===e))}static flattenMetadata(t){if(t.hierarchicalValues){const e=[],o=[];return t.hierarchicalValues.forEach((t=>{e.push(t.join(" > ")),t.length>2?o.push(`... > ${t[t.length-1]}`):o.push(t.join(" > "))})),{key:t.key,label:t.label,value:e.join(", "),displayValue:o.join(", ")}}{const e=t.values.join(", ");return{key:t.key,label:t.label,value:e,displayValue:e}}}computeClustersItemsForMetadata(t,e,o="No value"){var r,i;let n=ao.extractResultMetadata(this.selectedResult,t),a=null!==(r=null==n?void 0:n.label)&&void 0!==r?r:null===(i=this.getMetadataDescriptor(t))||void 0===i?void 0:i.label;const s=this.allResults.map((e=>ao.extractResultMetadata(e,t))).map((e=>null!=e?e:{key:t,label:a,value:void 0,displayValue:o})).filter((t=>t.value!=(null==n?void 0:n.value))).filter(((t,e,o)=>o.findIndex((e=>e.value===t.value))===e));return s.map((e=>({result:this.findBestResultForMetadataValue(t,e.value),metadata:e}))).sort(((o,r)=>this.compareMetadata(o.metadata.value,r.metadata.value,t,e)))}compareMetadata(t,e,o,r){if(null==t)return-1;if(null==e)return 1;let i=this.getMetadataDescriptor(o),n=(null==i?void 0:i.sortRule)||"NONE",a=(null==i?void 0:i.reverseSort)||!1;if("ALPHABET"==n||"VERSION"==n){let o=t.localeCompare(e,r,{numeric:!0});return a?-1*o:o}return 0}getMetadataDescriptor(t){return this.metadataDescriptors.find((e=>t==e.key))}findBestResultForMetadataValue(t,e){const o=this.allResults.filter((o=>{var r;return(null===(r=ao.extractResultMetadata(o,t))||void 0===r?void 0:r.value)==e}));let r,i=ao.extractResultMetadata(this.selectedResult).filter((t=>this.clusteringMetadata.has(t.key))),n=[...i.filter((e=>e.key!==t))],a=-1;for(let t of o){let e=this.countMatchingMetadata(t,n);if(e>a&&(a=e,r=t,e===n.length))break}return r}countMatchingMetadata(t,e){return ao.extractResultMetadata(t).filter((t=>e.some((e=>e.key===t.key&&e.value===t.value)))).length}}var so=Object.freeze({__proto__:null,ClusteringHelper:ao});class lo{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const o=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,i=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of o)try{await t()}catch(t){return void r(t)}i(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}var co=Object.freeze({__proto__:null,Debouncer:lo});const fo=t=>new Promise((e=>setTimeout(e,t)));async function ho(t,e=10,o=2e4){let r,i,n=await t();for(r=i=performance.now();null==n&&(!o||i-r<o);)await fo(e),n=await t(),i=performance.now();if(null==n)throw new Error("Timeout exceeded");return n}function po(t,e){return t.flatMap((t=>[t,...po(e(t),e)]))}function uo(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,((t,e,o,r)=>e+o+":"+r)),new Date(t)}function yo(t,e){try{return function(t,e){if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){if(t.constructor!==e.constructor)return!1;var o,r,i;if(Array.isArray(t)){if((o=t.length)!=e.length)return!1;for(r=o;0!=r--;)if(!yo(t[r],e[r]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;for(r of t.entries())if(!yo(r[1],e.get(r[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(r of t.entries())if(!e.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if((o=(i=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(r=o;0!=r--;)if(!Object.prototype.hasOwnProperty.call(e,i[r]))return!1;for(r=o;0!=r--;){var n=i[r];if(!yo(t[n],e[n]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}var go=Object.freeze({__proto__:null,dateReviver:function(...t){return function(e,o){return t.includes(e)?uo(o):o}},deepEqual:yo,delay:fo,eventPathContainsMatchingElement:function(t,e,o=window.document.body){if(e.length>0){const r=t.composedPath();for(let t of r){if(t===o)return!1;if(t.matches&&e.some((e=>t.matches(e))))return!0}}return!1},flatDeep:po,last:function(t){return t[t.length-1]},minmax:function(t,e,o){return Math.min(Math.max(t,e),o)},parseDate:uo,waitFor:ho,waitUntil:async function(t,e=10,o=2e4){await ho((async()=>await t()||void 0),e,o)}});const bo=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function mo(t,e){const o=()=>JSON.parse(JSON.stringify(t));return we({type:Object,converter:{fromAttribute:t=>{if(null==t)return o();try{return JSON.parse(t)}catch{return o()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!yo(t,e),...null!=e?e:{}})}function vo(t){return!isNaN(parseFloat(t))}var xo=Object.freeze({__proto__:null,customElement:bo,isNumber:vo,jsonProperty:mo,optionalNumberProperty:function(t){return we({type:Object,converter:{fromAttribute:t=>{if(null!=t)return vo(t)?+t:void 0},toAttribute:t=>null==t?void 0:""+t},...null!=t?t:{}})}});const Oo=t=>"string"==typeof t?ht(t):t;class wo{static create(t,e,o,r){const i=t=>Oo(null!=t?t:r),n=dt`var(${Oo(t)}, ${i(r)})`;return n.name=t,n.description=e,n.category=o,n.defaultValue=r,n.defaultCssValue=i,n.get=e=>dt`var(${Oo(t)}, ${i(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>r,n}static extend(t,e,o,r){const i=t=>o.get(null!=t?t:r),n=dt`var(${Oo(t)}, ${i(r)})`;return n.name=t,n.description=e,n.category=o.category,n.fallbackVariable=o,n.defaultValue=r,n.defaultCssValue=i,n.get=e=>dt`var(${Oo(t)}, ${i(e)})`,n.breadcrumb=()=>[o.name,...o.breadcrumb()],n.lastResortDefaultValue=()=>null!=r?r:o.lastResortDefaultValue(),n}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):Oo(null!=e?e:t.lastResortDefaultValue()),r=dt`var(${Oo(t.name)}, ${o(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=e,r.defaultCssValue=o,r.get=e=>dt`var(${Oo(t.name)}, ${o(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}function So(t,e){return Oo(`${t.name}: ${e}`)}const Co={colorWhite:wo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:wo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:wo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:wo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:wo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:wo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:wo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:wo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:wo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:wo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:wo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:wo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:wo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:wo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:wo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:wo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:wo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:wo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:wo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:wo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:wo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:wo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:wo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:wo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:wo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:wo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:wo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:wo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:wo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:wo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:wo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:wo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:wo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:wo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:wo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:wo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:wo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:wo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:wo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:wo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:wo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:wo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:wo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:wo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:wo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:wo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:wo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:wo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:wo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:wo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:wo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:wo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:wo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:wo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:wo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:wo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:wo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:wo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:wo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:wo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:wo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:wo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:wo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:wo.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:wo.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:wo.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:wo.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:wo.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:wo.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:wo.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:wo.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:wo.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:wo.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:wo.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:wo.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:wo.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:wo.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:wo.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:wo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:wo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:wo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:wo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:wo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:wo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:wo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:wo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:wo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:wo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:wo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:wo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:wo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:wo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:wo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:wo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:wo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:wo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:wo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:wo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:wo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:wo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:wo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:wo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:wo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:wo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:wo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:wo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:wo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:wo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:wo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:wo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:wo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:wo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:wo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:wo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:wo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:wo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:wo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:wo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:wo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:wo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:wo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:wo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:wo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:wo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:wo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:wo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:wo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:wo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:wo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:wo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:wo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:wo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:wo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:wo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:wo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:wo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:wo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:wo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:wo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:wo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:wo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:wo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:wo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:wo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:wo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:wo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:wo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:wo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:wo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:wo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:wo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:wo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:wo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:wo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:wo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:wo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:wo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:wo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:wo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:wo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:wo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:wo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:wo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:wo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:wo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:wo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:wo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:wo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:wo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:wo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:wo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:wo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:wo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:wo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:wo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:wo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:wo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:wo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:wo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:wo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:wo.create("--ft-opacity-0","","NUMBER","0"),opacity8:wo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:wo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:wo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:wo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:wo.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:wo.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:wo.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:wo.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:wo.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:wo.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:wo.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:wo.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:wo.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:wo.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},No={fontFamily:wo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:wo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:wo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:wo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:wo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:wo.create("--ft-typography-display-textCase","","UNKNOWN","none")},Eo={fontFamily:wo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:wo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:wo.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:wo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:wo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:wo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},$o={fontFamily:wo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:wo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:wo.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:wo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:wo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:wo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},ko={fontFamily:wo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:wo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:wo.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:wo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:wo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:wo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Ro={fontFamily:wo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:wo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:wo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:wo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:wo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:wo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Io={fontFamily:wo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:wo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:wo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:wo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:wo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:wo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Lo={fontFamily:wo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:wo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:wo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:wo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:wo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:wo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Uo={fontFamily:wo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:wo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:wo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:wo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:wo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:wo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Ao={fontFamily:wo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:wo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:wo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:wo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:wo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:wo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Wo={fontFamily:wo.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:wo.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:wo.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:wo.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:wo.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:wo.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:wo.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Bo={fontFamily:wo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:wo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:wo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:wo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:wo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:wo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},zo={fontFamily:wo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:wo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:wo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:wo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:wo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:wo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Fo={fontFamily:wo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:wo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:wo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:wo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:wo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:wo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},_o={fontFamily:wo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:wo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:wo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:wo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:wo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:wo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Po={fontFamily:wo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:wo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:wo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:wo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:wo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:wo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},jo={fontFamily:wo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:wo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:wo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:wo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:wo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:wo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Do={fontFamily:wo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:wo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:wo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:wo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:wo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:wo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Mo={fontFamily:wo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:wo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:wo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:wo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:wo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:wo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},To={fontFamily:wo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:wo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:wo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:wo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:wo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:wo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Ho={fontFamily:wo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:wo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:wo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:wo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:wo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:wo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Ko={fontFamily:wo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:wo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:wo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:wo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:wo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:wo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Zo={fontFamily:wo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:wo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:wo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:wo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:wo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:wo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Go={fontFamily:wo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:wo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:wo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:wo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:wo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:wo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Vo={fontFamily:wo.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:wo.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:wo.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:wo.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:wo.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:wo.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},qo={fontFamily:wo.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:wo.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:wo.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:wo.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:wo.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:wo.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Yo={fontFamily:wo.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:wo.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:wo.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:wo.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:wo.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:wo.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:wo.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:wo.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:wo.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Jo={display:No,"title-1":Eo,"title-2":$o,"title-3":ko,"body-1-regular":Ro,"body-1-medium":Io,"body-1-semibold":Lo,"body-2-regular":Uo,"body-2-medium":Ao,"body-2-medium-underline":Wo,"body-2-semibold":Bo,"label-1-medium":zo,"label-1-semibold":Fo,"label-1-bold":_o,"label-2-medium":Po,"label-2-semibold":jo,"label-2-bold":Do,"caption-1-medium":Mo,"caption-1-semibold":To,"caption-1-bold":Ho,"caption-2-medium":Ko,"caption-2-semibold":Zo,"caption-2-bold":Go,"caption-3-medium":Vo,"caption-3-semibold":qo,"caption-3-bold":Yo},Xo={backgroundActionPrimary:wo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",Co.colorBrand0),backgroundErrorSubtle:wo.extend("--ft-background-error-subtle","Used as background of subtle error components.",Co.colorRed10),backgroundInfoSubtle:wo.extend("--ft-background-info-subtle","Used as background of subtle information components.",Co.colorCyan10),backgroundWarningSubtle:wo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",Co.colorOrange10),backgroundSuccessSubtle:wo.extend("--ft-background-success-subtle","Used as background of subtle success components.",Co.colorGreen10),backgroundGlobalSurface:wo.extend("--ft-background-global-surface","Used as app background.",Co.colorWhite),backgroundGlobalOnSurface:wo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",Co.colorGray10),backgroundGlobalOnSurfaceDark:wo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",Co.colorGray30),contentActionPrimary:wo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",Co.colorBrand0),contentWarningPrimary:wo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",Co.colorOrange200),contentWarningIconOnly:wo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",Co.colorOrange0),contentErrorPrimary:wo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",Co.colorRed0),contentErrorIconOnly:wo.extend("--ft-content-error-icon-only","Used on error status icons alone",Co.colorRed70),contentInfoPrimary:wo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",Co.colorCyan200),contentInfoIconOnly:wo.extend("--ft-content-info-icon-only","Used on info status icons alone",Co.colorCyan0),contentSuccessPrimary:wo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",Co.colorGreen200),contentSuccessIconOnly:wo.extend("--ft-content-success-icon-only","Used on success status icons alone",Co.colorGreen0),contentGlobalPrimary:wo.extend("--ft-content-global-primary","Used for main content on the page.",Co.colorGray500),contentGlobalSecondary:wo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",Co.colorGray200),contentGlobalSubtle:wo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",Co.colorGray0),contentGlobalOnColor:wo.extend("--ft-content-global-on-color","Used for content on a dominant color.",Co.colorWhite),borderActionPrimary:wo.extend("--ft-border-action-primary","Used as border for primary action components.",Co.colorBrand0),borderActionFocusRing:wo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",Co.colorCyan0),borderWarningPrimary:wo.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",Co.colorOrange200),borderWarningSubtle:wo.extend("--ft-border-warning-subtle","Used as border for warning components.",Co.colorOrange30),borderSuccessPrimary:wo.extend("--ft-border-success-primary","Used as border for success buttons.",Co.colorGreen200),borderSuccessSubtle:wo.extend("--ft-border-success-subtle","Used as border for success components.",Co.colorGreen30),borderErrorPrimary:wo.extend("--ft-border-error-primary","Used as border for text fields in error states.",Co.colorRed0),borderErrorSubtle:wo.extend("--ft-border-error-subtle","Used as border for error components.",Co.colorRed30),borderInfoPrimary:wo.extend("--ft-border-info-primary","Used as border for buttons in info color.",Co.colorCyan200),borderInfoSubtle:wo.extend("--ft-border-info-subtle","Used as border for information components.",Co.colorCyan30),borderGlobalPrimary:wo.extend("--ft-border-global-primary","Used as border for element like input.",Co.colorGray50),borderGlobalSubtle:wo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",Co.colorGray30),borderInputPrimary:wo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",Co.colorGray80)},Qo={largeHeight:wo.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:wo.extend("--ft-button-large-horizontal-padding","",Co.spacing4),largeGap:wo.extend("--ft-button-large-gap","",Co.spacing2),largeBorderRadius:wo.extend("--ft-button-large-border-radius","",Co.borderRadiusS),largeIconSize:wo.extend("--ft-button-large-icon-size","",Co.iconSize3),largeBorderWidth:wo.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:wo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:wo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:wo.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:wo.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:wo.extend("--ft-button-small-horizontal-padding","",Co.spacing3),smallGap:wo.extend("--ft-button-small-gap","",Co.spacing2),smallBorderRadius:wo.extend("--ft-button-small-border-radius","",Co.borderRadiusS),smallIconSize:wo.extend("--ft-button-small-icon-size","",Co.iconSize2),smallBorderWidth:wo.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:wo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:wo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:wo.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:wo.extend("--ft-button-primary-background-color","",Xo.backgroundActionPrimary),primaryColor:wo.extend("--ft-button-primary-color","",Xo.contentGlobalOnColor),primaryIconColor:wo.extend("--ft-button-primary-icon-color","",Xo.contentGlobalOnColor),primaryStateLayerColor:wo.extend("--ft-button-primary-state-layer-color","",Xo.contentGlobalOnColor),primaryHoverStateLayerOpacity:wo.extend("--ft-button-primary-hover-state-layer-opacity","",Co.opacity16),primaryFocusStateLayerOpacity:wo.extend("--ft-button-primary-focus-state-layer-opacity","",Co.opacity16),primaryActiveStateLayerOpacity:wo.extend("--ft-button-primary-active-state-layer-opacity","",Co.opacity24),primaryDisabledComponentOpacity:wo.extend("--ft-button-primary-disabled-component-opacity","",Co.opacity40),focusFocusRingColor:wo.extend("--ft-button-focus-focus-ring-color","",Xo.borderActionFocusRing),tertiaryBackgroundColor:wo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:wo.extend("--ft-button-tertiary-color","",Xo.contentActionPrimary),tertiaryIconColor:wo.extend("--ft-button-tertiary-icon-color","",Xo.contentActionPrimary),tertiaryStateLayerColor:wo.extend("--ft-button-tertiary-state-layer-color","",Xo.contentActionPrimary),tertiaryHoverStateLayerOpacity:wo.extend("--ft-button-tertiary-hover-state-layer-opacity","",Co.opacity8),tertiaryFocusStateLayerOpacity:wo.extend("--ft-button-tertiary-focus-state-layer-opacity","",Co.opacity8),tertiaryActiveStateLayerOpacity:wo.extend("--ft-button-tertiary-active-state-layer-opacity","",Co.opacity16),tertiaryDisabledComponentOpacity:wo.extend("--ft-button-tertiary-disabled-component-opacity","",Co.opacity40),secondaryBackgroundColor:wo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:wo.extend("--ft-button-secondary-color","",Xo.contentActionPrimary),secondaryIconColor:wo.extend("--ft-button-secondary-icon-color","",Xo.contentActionPrimary),secondaryStateLayerColor:wo.extend("--ft-button-secondary-state-layer-color","",Xo.contentActionPrimary),secondaryHoverStateLayerOpacity:wo.extend("--ft-button-secondary-hover-state-layer-opacity","",Co.opacity8),secondaryFocusStateLayerOpacity:wo.extend("--ft-button-secondary-focus-state-layer-opacity","",Co.opacity8),secondaryActiveStateLayerOpacity:wo.extend("--ft-button-secondary-active-state-layer-opacity","",Co.opacity16),secondaryDisabledComponentOpacity:wo.extend("--ft-button-secondary-disabled-component-opacity","",Co.opacity40),secondaryBorderColor:wo.extend("--ft-button-secondary-border-color","",Xo.borderActionPrimary),neutralBackgroundColor:wo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:wo.extend("--ft-button-neutral-icon-color","",Xo.contentGlobalSecondary),neutralColor:wo.extend("--ft-button-neutral-color","",Xo.contentGlobalSecondary),neutralStateLayerColor:wo.extend("--ft-button-neutral-state-layer-color","",Xo.contentGlobalSecondary),neutralHoverStateLayerOpacity:wo.extend("--ft-button-neutral-hover-state-layer-opacity","",Co.opacity8),neutralFocusStateLayerOpacity:wo.extend("--ft-button-neutral-focus-state-layer-opacity","",Co.opacity8),neutralActiveStateLayerOpacity:wo.extend("--ft-button-neutral-active-state-layer-opacity","",Co.opacity16),neutralDisabledComponentOpacity:wo.extend("--ft-button-neutral-disabled-component-opacity","",Co.opacity40)},tr={iconSize:wo.extend("--ft-banner-icon-size","",Co.iconSize5),borderWidth:wo.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:wo.extend("--ft-banner-horizontal-padding","",Co.spacing6),verticalPadding:wo.extend("--ft-banner-vertical-padding","",Co.spacing6),horizontalSideGap:wo.extend("--ft-banner-horizontal-side-gap","",Co.spacing6),horizontalMobileGap:wo.extend("--ft-banner-horizontal-mobile-gap","",Co.spacing4),verticalMobileGap:wo.extend("--ft-banner-vertical-mobile-gap","",Co.spacing6),horizontalMiddleGap:wo.extend("--ft-banner-horizontal-middle-gap","",Co.spacing20),infoBackgroundColor:wo.extend("--ft-banner-info-background-color","",Xo.backgroundInfoSubtle),infoColor:wo.extend("--ft-banner-info-color","",Xo.contentInfoPrimary),infoIconColor:wo.extend("--ft-banner-info-icon-color","",Xo.contentInfoIconOnly)},er={horizontalGap:wo.extend("--ft-breadcrumb-horizontal-gap","",Co.spacing1),verticalGap:wo.extend("--ft-breadcrumb-vertical-gap","",Co.spacing2),currentElementColor:wo.extend("--ft-breadcrumb-current-element-color","",Xo.contentGlobalPrimary),iconColor:wo.extend("--ft-breadcrumb-icon-color","",Xo.contentGlobalSubtle)},or={horizontalPadding:wo.extend("--ft-page-header-horizontal-padding","",Co.spacing12),horizontalGap:wo.extend("--ft-page-header-horizontal-gap","",Co.spacing4),verticalGap:wo.extend("--ft-page-header-vertical-gap","",Co.spacing2),classicVerticalPadding:wo.extend("--ft-page-header-classic-vertical-padding","",Co.spacing6),multilineVerticalPadding:wo.extend("--ft-page-header-multiline-vertical-padding","",Co.spacing4),inlineVerticalPadding:wo.extend("--ft-page-header-inline-vertical-padding","",Co.spacing2),backgroundColor:wo.extend("--ft-page-header-background-color","",Co.colorWhite),bottomBorderColor:wo.extend("--ft-page-header-bottom-border-color","",Xo.borderGlobalSubtle),titleColor:wo.extend("--ft-page-header-title-color","",Xo.contentGlobalPrimary),subtitleColor:wo.extend("--ft-page-header-subtitle-color","",Xo.contentGlobalSecondary)},rr={smallContainerWidth:wo.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:wo.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:wo.extend("--ft-modal-overlay-background-color","",Co.colorGray700),overlayOpacity:wo.extend("--ft-modal-overlay-opacity","",Co.opacity40),shadow:wo.extend("--ft-modal-shadow","",Co.shadowElevation03),bodyBackgroundColor:wo.extend("--ft-modal-body-background-color","",Co.colorWhite),bodyColor:wo.extend("--ft-modal-body-color","",Xo.contentGlobalPrimary),bodyHorizontalPadding:wo.extend("--ft-modal-body-horizontal-padding","",Co.spacing6),bodyVerticalPadding:wo.extend("--ft-modal-body-vertical-padding","",Co.spacing6),bodyVerticalGap:wo.extend("--ft-modal-body-vertical-gap","",Co.spacing6),containerMargin:wo.extend("--ft-modal-container-margin","",Co.spacing3),headerBackgroundColor:wo.extend("--ft-modal-header-background-color","",Xo.backgroundGlobalOnSurface),headerBorderColor:wo.extend("--ft-modal-header-border-color","",Xo.borderGlobalSubtle),headerColor:wo.extend("--ft-modal-header-color","",Xo.contentGlobalPrimary),headerTrailingIconColor:wo.extend("--ft-modal-header-trailing-icon-color","",Xo.contentGlobalSecondary),headerVerticalPadding:wo.extend("--ft-modal-header-vertical-padding","",Co.spacing1),headerRightPadding:wo.extend("--ft-modal-header-right-padding","",Co.spacing1),headerLeftPadding:wo.extend("--ft-modal-header-left-padding","",Co.spacing6),headerGap:wo.extend("--ft-modal-header-gap","",Co.spacing2),headerBorderBottom:wo.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:wo.extend("--ft-modal-border-radius","",Co.borderRadiusM)},ir={overlayOpacity:wo.extend("--ft-drawer-overlay-opacity","",Co.opacity40),shadow:wo.extend("--ft-drawer-shadow","",Co.shadowElevation03),bodyColor:wo.extend("--ft-drawer-body-color","",Xo.contentGlobalPrimary),bodyHorizontalPadding:wo.extend("--ft-drawer-body-horizontal-padding","",Co.spacing6),bodyVerticalPadding:wo.extend("--ft-drawer-body-vertical-padding","",Co.spacing6),bodyGap:wo.extend("--ft-drawer-body-gap","",Co.spacing6),bodyBackgroundColor:wo.extend("--ft-drawer-body-background-color","",Co.colorWhite),headerBackgroundColor:wo.extend("--ft-drawer-header-background-color","",Xo.backgroundGlobalOnSurface),headerBorderColor:wo.extend("--ft-drawer-header-border-color","",Xo.borderGlobalSubtle),headerColor:wo.extend("--ft-drawer-header-color","",Xo.contentGlobalPrimary),headerTrailingIconColor:wo.extend("--ft-drawer-header-trailing-icon-color","",Xo.contentGlobalSecondary),headerHeight:wo.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:wo.extend("--ft-drawer-header-horizontal-padding","",Co.spacing2),headerBorderWidth:wo.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:wo.extend("--ft-drawer-header-gap","",Co.spacing3),buttonsBarBackgroundColor:wo.extend("--ft-drawer-buttons-bar-background-color","",Xo.backgroundGlobalOnSurface),buttonsBarBorderColor:wo.extend("--ft-drawer-buttons-bar-border-color","",Xo.borderGlobalSubtle),buttonsBarColor:wo.extend("--ft-drawer-buttons-bar-color","",Xo.contentGlobalPrimary),buttonsBarHorizontalPadding:wo.extend("--ft-drawer-buttons-bar-horizontal-padding","",Co.spacing4),buttonsBarVerticalPadding:wo.extend("--ft-drawer-buttons-bar-vertical-padding","",Co.spacing4),buttonsBarGap:wo.extend("--ft-drawer-buttons-bar-gap","",Co.spacing3),buttonsBarBorderWidth:wo.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:wo.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:wo.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:wo.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:wo.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:wo.extend("--ft-drawer-overlay-background-color","",Co.colorGray700)},nr={fieldHorizontalPadding:wo.extend("--ft-text-input-field-horizontal-padding","",Co.spacing4),fieldHorizontalGap:wo.extend("--ft-text-input-field-horizontal-gap","",Co.spacing3),fieldVerticalGap:wo.extend("--ft-text-input-field-vertical-gap","",Co.spacing05),fieldIconSize:wo.extend("--ft-text-input-field-icon-size","",Co.iconSize3),fieldHeight:wo.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:wo.extend("--ft-text-input-helper-horizontal-padding","",Co.spacing4),helperHorizontalGap:wo.extend("--ft-text-input-helper-horizontal-gap","",Co.spacing1),helperIconSize:wo.extend("--ft-text-input-helper-icon-size","",Co.iconSize2),borderRadius:wo.extend("--ft-text-input-border-radius","",Co.borderRadiusM),backgroundColor:wo.extend("--ft-text-input-background-color","",Co.colorWhite),contentValueColor:wo.extend("--ft-text-input-content-value-color","",Xo.contentGlobalPrimary),trailingIconColor:wo.extend("--ft-text-input-trailing-icon-color","",Xo.contentGlobalSubtle),labelColor:wo.extend("--ft-text-input-label-color","",Xo.contentGlobalSubtle),defaultBorderColor:wo.extend("--ft-text-input-default-border-color","",Xo.borderInputPrimary),defaultHelperTextColor:wo.extend("--ft-text-input-default-helper-text-color","",Xo.contentGlobalSubtle),defaultBorderWidth:wo.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:wo.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:wo.extend("--ft-text-input-error-border-color","",Xo.borderErrorPrimary),errorHelperTextColor:wo.extend("--ft-text-input-error-helper-text-color","",Xo.contentErrorPrimary),errorHelperIconColor:wo.extend("--ft-text-input-error-helper-icon-color","",Xo.contentErrorIconOnly),warningBorderWidth:wo.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:wo.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:wo.extend("--ft-text-input-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineOffset:wo.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:wo.extend("--ft-text-input-disabled-component-opacity","",Co.opacity40)},ar={backgroundColor:wo.extend("--ft-text-area-background-color","",Co.colorWhite),contentValueColor:wo.extend("--ft-text-area-content-value-color","",Xo.contentGlobalPrimary),labelColor:wo.extend("--ft-text-area-label-color","",Xo.contentGlobalSubtle),defaultBorderColor:wo.extend("--ft-text-area-default-border-color","",Xo.borderInputPrimary),defaultHelperTextColor:wo.extend("--ft-text-area-default-helper-text-color","",Xo.contentGlobalSubtle),defaultBorderWidth:wo.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:wo.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:wo.extend("--ft-text-area-error-border-color","",Xo.borderErrorPrimary),errorHelperTextColor:wo.extend("--ft-text-area-error-helper-text-color","",Xo.contentErrorPrimary),errorHelperIconColor:wo.extend("--ft-text-area-error-helper-icon-color","",Xo.contentErrorIconOnly),focusFocusRingColor:wo.extend("--ft-text-area-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineWidth:wo.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:wo.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:wo.extend("--ft-text-area-disabled-component-opacity","",Co.opacity40),fieldHorizontalLeftPadding:wo.extend("--ft-text-area-field-horizontal-left-padding","",Co.spacing4),fieldHorizontalGap:wo.extend("--ft-text-area-field-horizontal-gap","",Co.spacing3),fieldVerticalGap:wo.extend("--ft-text-area-field-vertical-gap","",Co.spacing05),fieldMinHeight:wo.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:wo.extend("--ft-text-area-helper-horizontal-padding","",Co.spacing4),helperHorizontalGap:wo.extend("--ft-text-area-helper-horizontal-gap","",Co.spacing1),helperIconSize:wo.extend("--ft-text-area-helper-icon-size","",Co.iconSize2),borderRadius:wo.extend("--ft-text-area-border-radius","",Co.borderRadiusM)},sr={height:wo.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:wo.extend("--ft-floating-menu-horizontal-padding","",Co.spacing4),offIconColor:wo.extend("--ft-floating-menu-off-icon-color","",Xo.contentGlobalPrimary),offColor:wo.extend("--ft-floating-menu-off-color","",Xo.contentGlobalPrimary),onColor:wo.extend("--ft-floating-menu-on-color","",Xo.contentActionPrimary),onStateLayerColor:wo.extend("--ft-floating-menu-on-state-layer-color","",Xo.contentActionPrimary),gap:wo.extend("--ft-floating-menu-gap","",Co.spacing3),focusFocusRingColor:wo.extend("--ft-floating-menu-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineWidth:wo.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:wo.extend("--ft-floating-menu-focus-state-layer-opacity","",Co.opacity8),hoverStateLayerOpacity:wo.extend("--ft-floating-menu-hover-state-layer-opacity","",Co.opacity8),activeStateLayerOpacity:wo.extend("--ft-floating-menu-active-state-layer-opacity","",Co.opacity16),disabledComponentOpacity:wo.extend("--ft-floating-menu-disabled-component-opacity","",Co.opacity40),iconSize:wo.extend("--ft-floating-menu-icon-size","",Co.iconSize3),backgroundColor:wo.extend("--ft-floating-menu-background-color","",Xo.backgroundGlobalOnSurface)},lr={fieldHorizontalPadding:wo.extend("--ft-combobox-single-select-field-horizontal-padding","",Co.spacing4),fieldHorizontalGap:wo.extend("--ft-combobox-single-select-field-horizontal-gap","",Co.spacing3),fieldVerticalGap:wo.extend("--ft-combobox-single-select-field-vertical-gap","",Co.spacing05),fieldIconSize:wo.extend("--ft-combobox-single-select-field-icon-size","",Co.iconSize3),fieldHeight:wo.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:wo.extend("--ft-combobox-single-select-helper-horizontal-padding","",Co.spacing4),helperHorizontalGap:wo.extend("--ft-combobox-single-select-helper-horizontal-gap","",Co.spacing1),helperVerticalGap:wo.extend("--ft-combobox-single-select-helper-vertical-gap","",Co.spacing1),helperIconSize:wo.extend("--ft-combobox-single-select-helper-icon-size","",Co.iconSize2),menuVerticalGap:wo.extend("--ft-combobox-single-select-menu-vertical-gap","",Co.spacing2),borderRadius:wo.extend("--ft-combobox-single-select-border-radius","",Co.borderRadiusM),backgroundColor:wo.extend("--ft-combobox-single-select-background-color","",Co.colorWhite),labelColor:wo.extend("--ft-combobox-single-select-label-color","",Xo.contentGlobalSubtle),contentValueColor:wo.extend("--ft-combobox-single-select-content-value-color","",Xo.contentGlobalPrimary),trailingIconColor:wo.extend("--ft-combobox-single-select-trailing-icon-color","",Xo.contentGlobalSubtle),defaultBorderColor:wo.extend("--ft-combobox-single-select-default-border-color","",Xo.borderInputPrimary),defaultHelperTextColor:wo.extend("--ft-combobox-single-select-default-helper-text-color","",Xo.contentGlobalSubtle),defaultBorderWidth:wo.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:wo.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:wo.extend("--ft-combobox-single-select-error-border-color","",Xo.borderErrorPrimary),errorHelperTextColor:wo.extend("--ft-combobox-single-select-error-helper-text-color","",Xo.contentErrorPrimary),warningBorderWidth:wo.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:wo.extend("--ft-combobox-single-select-warning-border-color","",Xo.borderWarningPrimary),warningHelperTextColor:wo.extend("--ft-combobox-single-select-warning-helper-text-color","",Xo.contentWarningPrimary),warningHelperIconColor:wo.extend("--ft-combobox-single-select-warning-helper-icon-color","",Xo.contentWarningIconOnly),focusOutlineWidth:wo.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:wo.extend("--ft-combobox-single-select-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineOffset:wo.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:wo.extend("--ft-combobox-single-select-disabled-component-opacity","",Co.opacity40)},cr={backgroundColor:wo.extend("--ft-combobox-multi-select-background-color","",Co.colorWhite),labelColor:wo.extend("--ft-combobox-multi-select-label-color","",Xo.contentGlobalSubtle),trailingIconColor:wo.extend("--ft-combobox-multi-select-trailing-icon-color","",Xo.contentGlobalSubtle),defaultBorderColor:wo.extend("--ft-combobox-multi-select-default-border-color","",Xo.borderInputPrimary),defaultHelperTextColor:wo.extend("--ft-combobox-multi-select-default-helper-text-color","",Xo.contentGlobalSubtle),defaultBorderWidth:wo.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:wo.extend("--ft-combobox-multi-select-error-border-color","",Xo.borderErrorPrimary),errorHelperTextColor:wo.extend("--ft-combobox-multi-select-error-helper-text-color","",Xo.contentErrorPrimary),errorHelperIcon:wo.extend("--ft-combobox-multi-select-error-helper-icon","",Xo.contentErrorIconOnly),errorBorderWidth:wo.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:wo.extend("--ft-combobox-multi-select-warning-border-color","",Xo.borderWarningPrimary),warningHelperTextColor:wo.extend("--ft-combobox-multi-select-warning-helper-text-color","",Xo.contentWarningPrimary),warningHelperIconColor:wo.extend("--ft-combobox-multi-select-warning-helper-icon-color","",Xo.contentWarningIconOnly),warningBorderWidth:wo.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:wo.extend("--ft-combobox-multi-select-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineWidth:wo.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:wo.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:wo.extend("--ft-combobox-multi-select-disabled-component-opacity","",Co.opacity40),helperHorizontalPadding:wo.extend("--ft-combobox-multi-select-helper-horizontal-padding","",Co.spacing4),helperHorizontalGap:wo.extend("--ft-combobox-multi-select-helper-horizontal-gap","",Co.spacing1),helperVerticalGap:wo.extend("--ft-combobox-multi-select-helper-vertical-gap","",Co.spacing1),helperIconSize:wo.extend("--ft-combobox-multi-select-helper-icon-size","",Co.iconSize2),fieldHorizontalPadding:wo.extend("--ft-combobox-multi-select-field-horizontal-padding","",Co.spacing4),fieldHorizontalGap:wo.extend("--ft-combobox-multi-select-field-horizontal-gap","",Co.spacing3),fieldVerticalGap:wo.extend("--ft-combobox-multi-select-field-vertical-gap","",Co.spacing05),fieldIconSize:wo.extend("--ft-combobox-multi-select-field-icon-size","",Co.iconSize3),fieldMaxHeight:wo.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:wo.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",Co.spacing1),contentValuesVerticalGap:wo.extend("--ft-combobox-multi-select-content-values-vertical-gap","",Co.spacing1),borderRadius:wo.extend("--ft-combobox-multi-select-border-radius","",Co.borderRadiusM)},fr={backgroundColor:wo.extend("--ft-popover-background-color","",Xo.backgroundGlobalOnSurface),horizontalPadding:wo.extend("--ft-popover-horizontal-padding","",Co.spacing6),verticalPadding:wo.extend("--ft-popover-vertical-padding","",Co.spacing6),iconColor:wo.extend("--ft-popover-icon-color","",Xo.contentGlobalSecondary),iconSize:wo.extend("--ft-popover-icon-size","",Co.iconSize2),titleColor:wo.extend("--ft-popover-title-color","",Xo.contentGlobalPrimary),bodyColor:wo.extend("--ft-popover-body-color","",Xo.contentGlobalSecondary),linkColor:wo.extend("--ft-popover-link-color","",Xo.contentActionPrimary),gap:wo.extend("--ft-popover-gap","",Co.spacing3),borderRadius:wo.extend("--ft-popover-border-radius","",Co.borderRadiusM),shadow:wo.extend("--ft-popover-shadow","",Co.shadowElevation02)},hr={topLeftBorderRadius:wo.extend("--ft-tabs-top-left-border-radius","",Co.borderRadiusS),topRightBorderRadius:wo.extend("--ft-tabs-top-right-border-radius","",Co.borderRadiusS),labelHorizontalPadding:wo.extend("--ft-tabs-label-horizontal-padding","",Co.spacing4),labelVerticalPadding:wo.extend("--ft-tabs-label-vertical-padding","",Co.spacing3),labelGap:wo.extend("--ft-tabs-label-gap","",Co.spacing1),offHoverStateLayerOpacity:wo.extend("--ft-tabs-off-hover-state-layer-opacity","",Co.opacity8),offFocusStateLayerOpacity:wo.extend("--ft-tabs-off-focus-state-layer-opacity","",Co.opacity8),offActiveStateLayerOpacity:wo.extend("--ft-tabs-off-active-state-layer-opacity","",Co.opacity16),offDisabledComponentOpacity:wo.extend("--ft-tabs-off-disabled-component-opacity","",Co.opacity40),offColor:wo.extend("--ft-tabs-off-color","",Xo.contentGlobalSubtle),offStateLayerColor:wo.extend("--ft-tabs-off-state-layer-color","",Xo.contentGlobalSubtle),onHoverStateLayerOpacity:wo.extend("--ft-tabs-on-hover-state-layer-opacity","",Co.opacity8),onFocusStateLayerOpacity:wo.extend("--ft-tabs-on-focus-state-layer-opacity","",Co.opacity8),onActiveStateLayerOpacity:wo.extend("--ft-tabs-on-active-state-layer-opacity","",Co.opacity16),onDisabledComponentOpacity:wo.extend("--ft-tabs-on-disabled-component-opacity","",Co.opacity40),onColor:wo.extend("--ft-tabs-on-color","",Xo.contentActionPrimary),onStateLayerColor:wo.extend("--ft-tabs-on-state-layer-color","",Xo.contentActionPrimary),iconHorizontalPadding:wo.extend("--ft-tabs-icon-horizontal-padding","",Co.spacing1),iconVerticalPadding:wo.extend("--ft-tabs-icon-vertical-padding","",Co.spacing4),focusOutlineWidth:wo.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:wo.extend("--ft-tabs-focus-focus-ring-color","",Xo.borderActionFocusRing)},dr={hoverStateLayerOpacity:wo.extend("--ft-collapsible-hover-state-layer-opacity","",Co.opacity8),focusStateLayerOpacity:wo.extend("--ft-collapsible-focus-state-layer-opacity","",Co.opacity8),focusOutlineWidth:wo.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:wo.extend("--ft-collapsible-focus-focus-ring-color","",Xo.borderActionFocusRing),activeStateLayerOpacity:wo.extend("--ft-collapsible-active-state-layer-opacity","",Co.opacity16),disabledComponentOpacity:wo.extend("--ft-collapsible-disabled-component-opacity","",Co.opacity40),horizontalPadding:wo.extend("--ft-collapsible-horizontal-padding","",Co.spacing4),verticalPadding:wo.extend("--ft-collapsible-vertical-padding","",Co.spacing3),color:wo.extend("--ft-collapsible-color","",Xo.contentGlobalPrimary),stateLayerColor:wo.extend("--ft-collapsible-state-layer-color","",Xo.contentGlobalPrimary),backgroundColor:wo.extend("--ft-collapsible-background-color","",Xo.backgroundGlobalOnSurface),borderColor:wo.extend("--ft-collapsible-border-color","",Xo.borderGlobalSubtle),iconSize:wo.extend("--ft-collapsible-icon-size","",Co.iconSize3)},pr={groupHorizontalPadding:wo.extend("--ft-switch-group-horizontal-padding","",Co.spacing1),groupVerticalPadding:wo.extend("--ft-switch-group-vertical-padding","",Co.spacing1),groupGap:wo.extend("--ft-switch-group-gap","",Co.spacing1),groupBackgroundColor:wo.extend("--ft-switch-group-background-color","",Xo.backgroundGlobalSurface),groupBorderColor:wo.extend("--ft-switch-group-border-color","",Xo.borderGlobalSubtle),groupBorderRadius:wo.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:wo.extend("--ft-switch-label-horizontal-padding","",Co.spacing2),labelVerticalPadding:wo.extend("--ft-switch-label-vertical-padding","",Co.spacing1),offHoverStateLayerOpacity:wo.extend("--ft-switch-off-hover-state-layer-opacity","",Co.opacity8),offFocusStateLayerOpacity:wo.extend("--ft-switch-off-focus-state-layer-opacity","",Co.opacity8),offActiveStateLayerOpacity:wo.extend("--ft-switch-off-active-state-layer-opacity","",Co.opacity16),offDisabledComponentOpacity:wo.extend("--ft-switch-off-disabled-component-opacity","",Co.opacity40),offColor:wo.extend("--ft-switch-off-color","",Xo.contentGlobalSubtle),offStateLayerColor:wo.extend("--ft-switch-off-state-layer-color","",Xo.contentGlobalSubtle),onHoverStateLayerOpacity:wo.extend("--ft-switch-on-hover-state-layer-opacity","",Co.opacity8),onFocusStateLayerOpacity:wo.extend("--ft-switch-on-focus-state-layer-opacity","",Co.opacity8),onActiveStateLayerOpacity:wo.extend("--ft-switch-on-active-state-layer-opacity","",Co.opacity16),onDisabledComponentOpacity:wo.extend("--ft-switch-on-disabled-component-opacity","",Co.opacity40),onColor:wo.extend("--ft-switch-on-color","",Xo.contentActionPrimary),onStateLayerColor:wo.extend("--ft-switch-on-state-layer-color","",Xo.contentActionPrimary),iconHorizontalPadding:wo.extend("--ft-switch-icon-horizontal-padding","",Co.spacing1),iconVerticalPadding:wo.extend("--ft-switch-icon-vertical-padding","",Co.spacing1),focusOutlineWidth:wo.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:wo.extend("--ft-switch-focus-focus-ring-color","",Xo.borderActionFocusRing),optionBorderRadius:wo.extend("--ft-switch-option-border-radius","",Co.borderRadiusS)},ur={color1Light:wo.extend("--ft-chart-1-light","for area color charts",Co.colorBrand40),color1Base:wo.extend("--ft-chart-1-base","for line charts",Co.colorBrand0),color2Light:wo.extend("--ft-chart-2-light","for area color charts",Co.colorYellow60),color2Base:wo.extend("--ft-chart-2-base","for line charts",Co.colorYellow100),color3Light:wo.extend("--ft-chart-3-light","",Co.colorUltramarine40),color3Base:wo.extend("--ft-chart-3-base","",Co.colorUltramarine70),color4Light:wo.extend("--ft-chart-4-light","",Co.colorCyan50),color4Base:wo.extend("--ft-chart-4-base","",Co.colorCyan100),color5Light:wo.extend("--ft-chart-5-light","",Co.colorRed40),color5Base:wo.extend("--ft-chart-5-base","",Co.colorRed60),color6Light:wo.extend("--ft-chart-6-light","",Co.colorGreen40),color6Base:wo.extend("--ft-chart-6-base","",Co.colorGreen70),color7Light:wo.extend("--ft-chart-7-light","",Co.colorOrange70),color7Base:wo.extend("--ft-chart-7-base","",Co.colorOrange100),color8Light:wo.extend("--ft-chart-8-light","",Co.colorAvocado70),color8Base:wo.extend("--ft-chart-8-base","",Co.colorAvocado200),color9Light:wo.extend("--ft-chart-9-light","",Co.colorBrown50),color9Base:wo.extend("--ft-chart-9-base","",Co.colorBrown200),color10Light:wo.extend("--ft-chart-10-light","",Co.colorGray50),color10Base:wo.extend("--ft-chart-10-base","",Co.colorGray80),monochrome10:wo.extend("--ft-chart-monochrome-10","",Co.colorBrand10),monochrome20:wo.extend("--ft-chart-monochrome-20","",Co.colorBrand20),monochrome30:wo.extend("--ft-chart-monochrome-30","",Co.colorBrand40),monochrome40:wo.extend("--ft-chart-monochrome-40","",Co.colorBrand60),monochrome50:wo.extend("--ft-chart-monochrome-50","",Co.colorBrand0),monochrome60:wo.extend("--ft-chart-monochrome-60","",Co.colorBrand200)},yr={largeHorizontalPadding:wo.extend("--ft-chip-large-horizontal-padding","",Co.spacing4),largeVerticalPadding:wo.extend("--ft-chip-large-vertical-padding","",Co.spacing2),largeGap:wo.extend("--ft-chip-large-gap","",Co.spacing1),largeFocusOutlineOffset:wo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:wo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:wo.extend("--ft-chip-large-border-radius","",Co.borderRadiusPill),largeBorderWidth:wo.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:wo.extend("--ft-chip-large-icon-size","",Co.iconSize3),mediumHorizontalPadding:wo.extend("--ft-chip-medium-horizontal-padding","",Co.spacing3),mediumVerticalPadding:wo.extend("--ft-chip-medium-vertical-padding","",Co.spacing1),mediumGap:wo.extend("--ft-chip-medium-gap","",Co.spacing1),mediumFocusOutlineOffset:wo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:wo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:wo.extend("--ft-chip-medium-border-radius","",Co.borderRadiusPill),mediumBorderWidth:wo.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:wo.extend("--ft-chip-medium-icon-size","",Co.iconSize2),smallHorizontalPadding:wo.extend("--ft-chip-small-horizontal-padding","",Co.spacing2),smallVerticalPadding:wo.extend("--ft-chip-small-vertical-padding","",Co.spacing05),smallGap:wo.extend("--ft-chip-small-gap","",Co.spacing1),smallFocusOutlineOffset:wo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:wo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:wo.extend("--ft-chip-small-border-radius","",Co.borderRadiusPill),smallBorderWidth:wo.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:wo.extend("--ft-chip-small-icon-size","",Co.iconSize1),neutralBackgroundColor:wo.extend("--ft-chip-neutral-background-color","",Xo.backgroundGlobalOnSurface),neutralColor:wo.extend("--ft-chip-neutral-color","",Xo.contentGlobalPrimary),neutralIconColor:wo.extend("--ft-chip-neutral-icon-color","",Xo.contentGlobalPrimary),neutralBorderColor:wo.extend("--ft-chip-neutral-border-color","",Xo.borderGlobalSubtle),infoBackgroundColor:wo.extend("--ft-chip-info-background-color","",Xo.backgroundInfoSubtle),infoColor:wo.extend("--ft-chip-info-color","",Xo.contentInfoPrimary),infoIconColor:wo.extend("--ft-chip-info-icon-color","",Xo.contentInfoIconOnly),infoBorderColor:wo.extend("--ft-chip-info-border-color","",Xo.borderInfoSubtle),successBackgroundColor:wo.extend("--ft-chip-success-background-color","",Xo.backgroundSuccessSubtle),successColor:wo.extend("--ft-chip-success-color","",Xo.contentSuccessPrimary),successIconColor:wo.extend("--ft-chip-success-icon-color","",Xo.contentSuccessIconOnly),successBorderColor:wo.extend("--ft-chip-success-border-color","",Xo.borderSuccessSubtle),warningBackgroundColor:wo.extend("--ft-chip-warning-background-color","",Xo.backgroundWarningSubtle),warningColor:wo.extend("--ft-chip-warning-color","",Xo.contentWarningPrimary),warningIconColor:wo.extend("--ft-chip-warning-icon-color","",Xo.contentWarningIconOnly),warningBorderColor:wo.extend("--ft-chip-warning-border-color","",Xo.borderWarningSubtle),errorBackgroundColor:wo.extend("--ft-chip-error-background-color","",Xo.backgroundErrorSubtle),errorColor:wo.extend("--ft-chip-error-color","",Xo.contentErrorPrimary),errorIconColor:wo.extend("--ft-chip-error-icon-color","",Xo.contentErrorIconOnly),errorBorderColor:wo.extend("--ft-chip-error-border-color","",Xo.borderErrorSubtle)},gr={infoBorderColor:wo.extend("--ft-border-info-border-color","",Xo.borderInfoSubtle)},br={borderWidth:wo.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:wo.extend("--ft-notice-horizontal-padding","",Co.spacing2),verticalPadding:wo.extend("--ft-notice-vertical-padding","",Co.spacing1),borderRadius:wo.extend("--ft-notice-border-radius","",Co.borderRadiusS),gap:wo.extend("--ft-notice-gap","",Co.spacing2),iconSize:wo.extend("--ft-notice-icon-size","",Co.iconSize3),infoBackgroundColor:wo.extend("--ft-notice-info-background-color","",Xo.backgroundInfoSubtle),infoBorderColor:wo.extend("--ft-notice-info-border-color","",Xo.borderInfoSubtle),infoColor:wo.extend("--ft-notice-info-color","",Xo.contentInfoPrimary),infoIconColor:wo.extend("--ft-notice-info-icon-color","",Xo.contentInfoIconOnly),warningBackgroundColor:wo.extend("--ft-notice-warning-background-color","",Xo.backgroundWarningSubtle),warningBorderColor:wo.extend("--ft-notice-warning-border-color","",Xo.borderWarningSubtle),warningColor:wo.extend("--ft-notice-warning-color","",Xo.contentWarningPrimary),warningIconColor:wo.extend("--ft-notice-warning-icon-color","",Xo.contentWarningIconOnly),errorBackgroundColor:wo.extend("--ft-notice-error-background-color","",Xo.backgroundErrorSubtle),errorBorderColor:wo.extend("--ft-notice-error-border-color","",Xo.borderErrorSubtle),errorColor:wo.extend("--ft-notice-error-color","",Xo.contentErrorPrimary),errorIconColor:wo.extend("--ft-notice-error-icon-color","",Xo.contentErrorIconOnly),successBackgroundColor:wo.extend("--ft-notice-success-background-color","",Xo.backgroundSuccessSubtle),successBorderColor:wo.extend("--ft-notice-success-border-color","",Xo.borderSuccessSubtle),successColor:wo.extend("--ft-notice-success-color","",Xo.contentSuccessPrimary),successIconColor:wo.extend("--ft-notice-success-icon-color","",Xo.contentSuccessIconOnly)},mr={color:wo.extend("--ft-checkbox-color","",Xo.contentGlobalPrimary),checkedBackgroundColor:wo.extend("--ft-checkbox-checked-background-color","",Xo.contentActionPrimary),checkedStateLayerColor:wo.extend("--ft-checkbox-checked-state-layer-color","",Xo.contentActionPrimary),checkedIconColor:wo.extend("--ft-checkbox-checked-icon-color","",Xo.contentGlobalOnColor),checkedHoverStateLayerOpacity:wo.extend("--ft-checkbox-checked-hover-state-layer-opacity","",Co.opacity16),checkedFocusStateLayerOpacity:wo.extend("--ft-checkbox-checked-focus-state-layer-opacity","",Co.opacity16),checkedActiveStateLayerOpacity:wo.extend("--ft-checkbox-checked-active-state-layer-opacity","",Co.opacity24),checkedDisabledComponentOpacity:wo.extend("--ft-checkbox-checked-disabled-component-opacity","",Co.opacity40),uncheckedBorderColor:wo.extend("--ft-checkbox-unchecked-border-color","",Co.colorGray80),uncheckedStateLayerColor:wo.extend("--ft-checkbox-unchecked-state-layer-color","",Co.colorGray80),uncheckedHoverStateLayerOpacity:wo.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",Co.opacity16),uncheckedFocusStateLayerOpacity:wo.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",Co.opacity16),uncheckedActiveStateLayerOpacity:wo.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",Co.opacity24),uncheckedDisabledComponentOpacity:wo.extend("--ft-checkbox-unchecked-disabled-component-opacity","",Co.opacity40),focusFocusRingColor:wo.extend("--ft-checkbox-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineOffset:wo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:wo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:wo.extend("--ft-checkbox-gap","",Co.spacing3)},vr={offHoverStateLayerOpacity:wo.extend("--ft-toggle-off-hover-state-layer-opacity","",Co.opacity16),offFocusStateLayerOpacity:wo.extend("--ft-toggle-off-focus-state-layer-opacity","",Co.opacity16),offActiveStateLayerOpacity:wo.extend("--ft-toggle-off-active-state-layer-opacity","",Co.opacity24),offDisabledComponentOpacity:wo.extend("--ft-toggle-off-disabled-component-opacity","",Co.opacity40),offBackgroundColor:wo.extend("--ft-toggle-off-background-color","",Xo.contentGlobalSubtle),offIconColor:wo.extend("--ft-toggle-off-icon-color","",Xo.contentGlobalSubtle),offStateLayerColor:wo.extend("--ft-toggle-off-state-layer-color","",Xo.contentGlobalSubtle),onHoverStateLayerOpacity:wo.extend("--ft-toggle-on-hover-state-layer-opacity","",Co.opacity16),onFocusStateLayerOpacity:wo.extend("--ft-toggle-on-focus-state-layer-opacity","",Co.opacity16),onActiveStateLayerOpacity:wo.extend("--ft-toggle-on-active-state-layer-opacity","",Co.opacity24),onDisabledComponentOpacity:wo.extend("--ft-toggle-on-disabled-component-opacity","",Co.opacity40),onBackgroundColor:wo.extend("--ft-toggle-on-background-color","",Xo.contentActionPrimary),onStateLayerColor:wo.extend("--ft-toggle-on-state-layer-color","",Xo.contentActionPrimary),onIconColor:wo.extend("--ft-toggle-on-icon-color","",Xo.contentActionPrimary),color:wo.extend("--ft-toggle-color","",Xo.contentGlobalPrimary),focusFocusRingColor:wo.extend("--ft-toggle-focus-focus-ring-color","",Xo.borderActionFocusRing),gap:wo.extend("--ft-toggle-gap","",Co.spacing3)},xr={color:wo.extend("--ft-radio-color","",Xo.contentGlobalPrimary),selectedRadioColor:wo.extend("--ft-radio-selected-radio-color","",Xo.contentActionPrimary),selectedStateLayerColor:wo.extend("--ft-radio-selected-state-layer-color","",Xo.contentActionPrimary),selectedHoverStateLayerOpacity:wo.extend("--ft-radio-selected-hover-state-layer-opacity","",Co.opacity16),selectedFocusStateLayerOpacity:wo.extend("--ft-radio-selected-focus-state-layer-opacity","",Co.opacity16),selectedActiveStateLayerOpacity:wo.extend("--ft-radio-selected-active-state-layer-opacity","",Co.opacity24),selectedDisabledComponentOpacity:wo.extend("--ft-radio-selected-disabled-component-opacity","",Co.opacity40),unselectedStateLayerColor:wo.extend("--ft-radio-unselected-state-layer-color","",Xo.borderInputPrimary),unselectedBorderColor:wo.extend("--ft-radio-unselected-border-color","",Xo.borderInputPrimary),unselectedHoverStateLayerOpacity:wo.extend("--ft-radio-unselected-hover-state-layer-opacity","",Co.opacity16),unselectedFocusStateLayerOpacity:wo.extend("--ft-radio-unselected-focus-state-layer-opacity","",Co.opacity16),unselectedActiveStateLayerOpacity:wo.extend("--ft-radio-unselected-active-state-layer-opacity","",Co.opacity24),unselectedDisabledComponentOpacity:wo.extend("--ft-radio-unselected-disabled-component-opacity","",Co.opacity40),focusFocusRingColor:wo.extend("--ft-radio-focus-focus-ring-color","",Xo.borderActionFocusRing),focusOutlineOffset:wo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:wo.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:wo.extend("--ft-radio-gap","",Co.spacing3)},Or={iconSize:wo.extend("--ft-notification-icon-size","",Co.iconSize4),horizontalPadding:wo.extend("--ft-notification-horizontal-padding","",Co.spacing4),verticalPadding:wo.extend("--ft-notification-vertical-padding","",Co.spacing4),infoBackgroundColor:wo.extend("--ft-notification-info-background-color","",Xo.backgroundInfoSubtle),infoColor:wo.extend("--ft-notification-info-color","",Xo.contentInfoPrimary),infoIconColor:wo.extend("--ft-notification-info-icon-color","",Xo.contentInfoIconOnly),infoBorderColor:wo.extend("--ft-notification-info-border-color","",Xo.borderInfoSubtle),successBackgroundColor:wo.extend("--ft-notification-success-background-color","",Xo.backgroundSuccessSubtle),successColor:wo.extend("--ft-notification-success-color","",Xo.contentSuccessPrimary),successIconColor:wo.extend("--ft-notification-success-icon-color","",Xo.contentSuccessIconOnly),successBorderColor:wo.extend("--ft-notification-success-border-color","",Xo.borderSuccessSubtle),warningBackgroundColor:wo.extend("--ft-notification-warning-background-color","",Xo.backgroundWarningSubtle),warningColor:wo.extend("--ft-notification-warning-color","",Xo.contentWarningPrimary),warningIconColor:wo.extend("--ft-notification-warning-icon-color","",Xo.contentWarningIconOnly),warningBorderColor:wo.extend("--ft-notification-warning-border-color","",Xo.borderWarningSubtle),errorBackgroundColor:wo.extend("--ft-notification-error-background-color","",Xo.backgroundErrorSubtle),errorColor:wo.extend("--ft-notification-error-color","",Xo.contentErrorPrimary),errorIconColor:wo.extend("--ft-notification-error-icon-color","",Xo.contentErrorIconOnly),errorBorderColor:wo.extend("--ft-notification-error-border-color","",Xo.borderErrorSubtle),borderRadius:wo.extend("--ft-notification-border-radius","",Co.borderRadiusPill),borderWidth:wo.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:wo.extend("--ft-notification-leading-gap","",Co.spacing2),trailingGap:wo.extend("--ft-notification-trailing-gap","",Co.spacing8)},wr={horizontalPadding:wo.extend("--ft-tooltip-horizontal-padding","",Co.spacing2),verticalPadding:wo.extend("--ft-tooltip-vertical-padding","",Co.spacing2),borderRadius:wo.extend("--ft-tooltip-border-radius","",Co.borderRadiusS),color:wo.extend("--ft-tooltip-color","",Xo.contentGlobalOnColor),backgroundColor:wo.extend("--ft-tooltip-background-color","",Xo.contentGlobalPrimary),backgroundOpacity:wo.extend("--ft-tooltip-background-opacity","",Co.opacity80),shadow:wo.extend("--ft-tooltip-shadow","",Co.shadowElevation03),maxWidth:wo.create("--ft-tooltip-max-width","","SIZE","256px"),gap:wo.extend("--ft-tooltip-gap","",Co.spacing05)};var Sr=Object.freeze({__proto__:null,FtCssVariableFactory:wo,banner:tr,border:gr,breadcrumb:er,button:Qo,chart:ur,checkbox:mr,chip:yr,collapsible:dr,comboboxMultiSelect:cr,comboboxSingleSelect:lr,drawer:ir,floatingMenu:sr,foundation:Co,modal:rr,notice:br,notification:Or,pageHeader:or,popover:fr,radio:xr,semantic:Xo,setVariable:So,switch_:pr,tabs:hr,textArea:ar,textInput:nr,toggle:vr,tooltip:wr,typographies:Jo,typographyBody1Medium:Io,typographyBody1Regular:Ro,typographyBody1Semibold:Lo,typographyBody2Medium:Ao,typographyBody2MediumUnderline:Wo,typographyBody2Regular:Uo,typographyBody2Semibold:Bo,typographyCaption1Bold:Ho,typographyCaption1Medium:Mo,typographyCaption1Semibold:To,typographyCaption2Bold:Go,typographyCaption2Medium:Ko,typographyCaption2Semibold:Zo,typographyCaption3Bold:Yo,typographyCaption3Medium:Vo,typographyCaption3Semibold:qo,typographyDisplay:No,typographyLabel1Bold:_o,typographyLabel1Medium:zo,typographyLabel1Semibold:Fo,typographyLabel2Bold:Do,typographyLabel2Medium:Po,typographyLabel2Semibold:jo,typographyTitle1:Eo,typographyTitle2:$o,typographyTitle3:ko,typographyVariants:["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"]});const Cr={colorPrimary:wo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:wo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:wo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:wo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:wo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:wo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:wo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:wo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:wo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:wo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:wo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:wo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:wo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:wo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:wo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:wo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:wo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:wo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:wo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:wo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:wo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:wo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:wo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:wo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:wo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:wo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:wo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:wo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:wo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:wo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:wo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:wo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:wo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:wo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:wo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:wo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:wo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:wo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:wo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:wo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:wo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:wo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:wo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:wo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:wo.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:wo.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:wo.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:wo.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:wo.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:wo.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:wo.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:wo.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:wo.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:wo.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:wo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:wo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:wo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:wo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:wo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:wo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:wo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:wo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Nr=Object.freeze({__proto__:null,designSystemVariables:Cr});class Er extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class $r extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class kr extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}var Rr=Object.freeze({__proto__:null,FtNotificationEvent:Er,PostResizeEvent:kr,PreResizeEvent:$r});const Ir=["start","end"],Lr=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+Ir[0],e+"-"+Ir[1])),[]),Ur=Math.min,Ar=Math.max,Wr=Math.round,Br=t=>({x:t,y:t}),zr={left:"right",right:"left",bottom:"top",top:"bottom"},Fr={start:"end",end:"start"};function _r(t,e,o){return Ar(t,Ur(e,o))}function Pr(t,e){return"function"==typeof t?t(e):t}function jr(t){return t.split("-")[0]}function Dr(t){return t.split("-")[1]}function Mr(t){return"x"===t?"y":"x"}function Tr(t){return"y"===t?"height":"width"}function Hr(t){return["top","bottom"].includes(jr(t))?"y":"x"}function Kr(t){return Mr(Hr(t))}function Zr(t){return t.replace(/left|right|bottom|top/g,(t=>zr[t]))}function Gr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Vr(t,e,o){let{reference:r,floating:i}=t;const n=Hr(e),a=Kr(e),s=Tr(a),l=jr(e),c="y"===n,f=r.x+r.width/2-i.width/2,h=r.y+r.height/2-i.height/2,d=r[s]/2-i[s]/2;let p;switch(l){case"top":p={x:f,y:r.y-i.height};break;case"bottom":p={x:f,y:r.y+r.height};break;case"right":p={x:r.x+r.width,y:h};break;case"left":p={x:r.x-i.width,y:h};break;default:p={x:r.x,y:r.y}}switch(Dr(e)){case"start":p[a]-=d*(o&&c?-1:1);break;case"end":p[a]+=d*(o&&c?-1:1)}return p}async function qr(t,e){var o;void 0===e&&(e={});const{x:r,y:i,platform:n,rects:a,elements:s,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:f="viewport",elementContext:h="floating",altBoundary:d=!1,padding:p=0}=Pr(e,t),u=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(p),y=s[d?"floating"===h?"reference":"floating":h],g=Gr(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(y)))||o?y:y.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(s.floating)),boundary:c,rootBoundary:f,strategy:l})),b="floating"===h?{...a.floating,x:r,y:i}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(s.floating)),v=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},x=Gr(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:l}):b);return{top:(g.top-x.top+u.top)/v.y,bottom:(x.bottom-g.bottom+u.bottom)/v.y,left:(g.left-x.left+u.left)/v.x,right:(x.right-g.right+u.right)/v.x}}function Yr(t,e,o){return(t?[...o.filter((e=>Dr(e)===t)),...o.filter((e=>Dr(e)!==t))]:o.filter((t=>jr(t)===t))).filter((o=>!t||(Dr(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Fr[t]))}(o)!==o)))}const Jr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,r,i;const{rects:n,middlewareData:a,placement:s,platform:l,elements:c}=e,{crossAxis:f=!1,alignment:h,allowedPlacements:d=Lr,autoAlignment:p=!0,...u}=Pr(t,e),y=void 0!==h||d===Lr?Yr(h||null,p,d):d,g=await qr(e,u),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=y[b];if(null==m)return{};const v=function(t,e,o){void 0===o&&(o=!1);const r=Dr(t),i=Kr(t),n=Tr(i);let a="x"===i?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return e.reference[n]>e.floating[n]&&(a=Zr(a)),[a,Zr(a)]}(m,n,await(null==l.isRTL?void 0:l.isRTL(c.floating)));if(s!==m)return{reset:{placement:y[0]}};const x=[g[jr(m)],g[v[0]],g[v[1]]],O=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:x}],w=y[b+1];if(w)return{data:{index:b+1,overflows:O},reset:{placement:w}};const S=O.map((t=>{const e=Dr(t.placement);return[t.placement,e&&f?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),C=S.filter((t=>t[2].slice(0,Dr(t[0])?2:3).every((t=>t<=0)))),N=(null==(i=C[0])?void 0:i[0])||S[0][0];return N!==s?{data:{index:b+1,overflows:O},reset:{placement:N}}:{}}}};function Xr(t){return ei(t)?(t.nodeName||"").toLowerCase():"#document"}function Qr(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function ti(t){var e;return null==(e=(ei(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function ei(t){return t instanceof Node||t instanceof Qr(t).Node}function oi(t){return t instanceof Element||t instanceof Qr(t).Element}function ri(t){return t instanceof HTMLElement||t instanceof Qr(t).HTMLElement}function ii(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Qr(t).ShadowRoot)}function ni(t){const{overflow:e,overflowX:o,overflowY:r,display:i}=fi(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+o)&&!["inline","contents"].includes(i)}function ai(t){return["table","td","th"].includes(Xr(t))}function si(t){const e=li(),o=fi(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function li(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function ci(t){return["html","body","#document"].includes(Xr(t))}function fi(t){return Qr(t).getComputedStyle(t)}function hi(t){return oi(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function di(t){if("html"===Xr(t))return t;const e=t.assignedSlot||t.parentNode||ii(t)&&t.host||ti(t);return ii(e)?e.host:e}function pi(t){const e=di(t);return ci(e)?t.ownerDocument?t.ownerDocument.body:t.body:ri(e)&&ni(e)?e:pi(e)}function ui(t,e,o){var r;void 0===e&&(e=[]),void 0===o&&(o=!0);const i=pi(t),n=i===(null==(r=t.ownerDocument)?void 0:r.body),a=Qr(i);return n?e.concat(a,a.visualViewport||[],ni(i)?i:[],a.frameElement&&o?ui(a.frameElement):[]):e.concat(i,ui(i,[],o))}function yi(t){const e=fi(t);let o=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const i=ri(t),n=i?t.offsetWidth:o,a=i?t.offsetHeight:r,s=Wr(o)!==n||Wr(r)!==a;return s&&(o=n,r=a),{width:o,height:r,$:s}}function gi(t){return oi(t)?t:t.contextElement}function bi(t){const e=gi(t);if(!ri(e))return Br(1);const o=e.getBoundingClientRect(),{width:r,height:i,$:n}=yi(e);let a=(n?Wr(o.width):o.width)/r,s=(n?Wr(o.height):o.height)/i;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const mi=Br(0);function vi(t){const e=Qr(t);return li()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:mi}function xi(t,e,o,r){void 0===e&&(e=!1),void 0===o&&(o=!1);const i=t.getBoundingClientRect(),n=gi(t);let a=Br(1);e&&(r?oi(r)&&(a=bi(r)):a=bi(t));const s=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==Qr(t))&&e}(n,o,r)?vi(n):Br(0);let l=(i.left+s.x)/a.x,c=(i.top+s.y)/a.y,f=i.width/a.x,h=i.height/a.y;if(n){const t=Qr(n),e=r&&oi(r)?Qr(r):r;let o=t.frameElement;for(;o&&r&&e!==t;){const t=bi(o),e=o.getBoundingClientRect(),r=fi(o),i=e.left+(o.clientLeft+parseFloat(r.paddingLeft))*t.x,n=e.top+(o.clientTop+parseFloat(r.paddingTop))*t.y;l*=t.x,c*=t.y,f*=t.x,h*=t.y,l+=i,c+=n,o=Qr(o).frameElement}}return Gr({width:f,height:h,x:l,y:c})}function Oi(t){return xi(ti(t)).left+hi(t).scrollLeft}function wi(t,e,o){let r;if("viewport"===e)r=function(t,e){const o=Qr(t),r=ti(t),i=o.visualViewport;let n=r.clientWidth,a=r.clientHeight,s=0,l=0;if(i){n=i.width,a=i.height;const t=li();(!t||t&&"fixed"===e)&&(s=i.offsetLeft,l=i.offsetTop)}return{width:n,height:a,x:s,y:l}}(t,o);else if("document"===e)r=function(t){const e=ti(t),o=hi(t),r=t.ownerDocument.body,i=Ar(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),n=Ar(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let a=-o.scrollLeft+Oi(t);const s=-o.scrollTop;return"rtl"===fi(r).direction&&(a+=Ar(e.clientWidth,r.clientWidth)-i),{width:i,height:n,x:a,y:s}}(ti(t));else if(oi(e))r=function(t,e){const o=xi(t,!0,"fixed"===e),r=o.top+t.clientTop,i=o.left+t.clientLeft,n=ri(t)?bi(t):Br(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:i*n.x,y:r*n.y}}(e,o);else{const o=vi(t);r={...e,x:e.x-o.x,y:e.y-o.y}}return Gr(r)}function Si(t,e){const o=di(t);return!(o===e||!oi(o)||ci(o))&&("fixed"===fi(o).position||Si(o,e))}function Ci(t,e,o){const r=ri(e),i=ti(e),n="fixed"===o,a=xi(t,!0,n,e);let s={scrollLeft:0,scrollTop:0};const l=Br(0);if(r||!r&&!n)if(("body"!==Xr(e)||ni(i))&&(s=hi(e)),r){const t=xi(e,!0,n,e);l.x=t.x+e.clientLeft,l.y=t.y+e.clientTop}else i&&(l.x=Oi(i));return{x:a.left+s.scrollLeft-l.x,y:a.top+s.scrollTop-l.y,width:a.width,height:a.height}}function Ni(t,e){return ri(t)&&"fixed"!==fi(t).position?e?e(t):t.offsetParent:null}function Ei(t,e){const o=Qr(t);if(!ri(t))return o;let r=Ni(t,e);for(;r&&ai(r)&&"static"===fi(r).position;)r=Ni(r,e);return r&&("html"===Xr(r)||"body"===Xr(r)&&"static"===fi(r).position&&!si(r))?o:r||function(t){let e=di(t);for(;ri(e)&&!ci(e);){if(si(e))return e;e=di(e)}return null}(t)||o}const $i={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:r}=t;const i=ri(o),n=ti(o);if(o===n)return e;let a={scrollLeft:0,scrollTop:0},s=Br(1);const l=Br(0);if((i||!i&&"fixed"!==r)&&(("body"!==Xr(o)||ni(n))&&(a=hi(o)),ri(o))){const t=xi(o);s=bi(o),l.x=t.x+o.clientLeft,l.y=t.y+o.clientTop}return{width:e.width*s.x,height:e.height*s.y,x:e.x*s.x-a.scrollLeft*s.x+l.x,y:e.y*s.y-a.scrollTop*s.y+l.y}},getDocumentElement:ti,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:r,strategy:i}=t;const n=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let r=ui(t,[],!1).filter((t=>oi(t)&&"body"!==Xr(t))),i=null;const n="fixed"===fi(t).position;let a=n?di(t):t;for(;oi(a)&&!ci(a);){const e=fi(a),o=si(a);o||"fixed"!==e.position||(i=null),(n?!o&&!i:!o&&"static"===e.position&&i&&["absolute","fixed"].includes(i.position)||ni(a)&&!o&&Si(t,a))?r=r.filter((t=>t!==a)):i=e,a=di(a)}return e.set(t,r),r}(e,this._c):[].concat(o),r],a=n[0],s=n.reduce(((t,o)=>{const r=wi(e,o,i);return t.top=Ar(r.top,t.top),t.right=Ur(r.right,t.right),t.bottom=Ur(r.bottom,t.bottom),t.left=Ar(r.left,t.left),t}),wi(e,a,i));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},getOffsetParent:Ei,getElementRects:async function(t){let{reference:e,floating:o,strategy:r}=t;const i=this.getOffsetParent||Ei,n=this.getDimensions;return{reference:Ci(e,await i(o),r),floating:{x:0,y:0,...await n(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return yi(t)},getScale:bi,isElement:oi,isRTL:function(t){return"rtl"===fi(t).direction}},ki=(t,e,o)=>{const r=new Map,i={platform:$i,...o},n={...i.platform,_c:r};return(async(t,e,o)=>{const{placement:r="bottom",strategy:i="absolute",middleware:n=[],platform:a}=o,s=n.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(e));let c=await a.getElementRects({reference:t,floating:e,strategy:i}),{x:f,y:h}=Vr(c,r,l),d=r,p={},u=0;for(let o=0;o<s.length;o++){const{name:n,fn:y}=s[o],{x:g,y:b,data:m,reset:v}=await y({x:f,y:h,initialPlacement:r,placement:d,strategy:i,middlewareData:p,rects:c,platform:a,elements:{reference:t,floating:e}});f=null!=g?g:f,h=null!=b?b:h,p={...p,[n]:{...p[n],...m}},v&&u<=50&&(u++,"object"==typeof v&&(v.placement&&(d=v.placement),v.rects&&(c=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:i}):v.rects),({x:f,y:h}=Vr(c,d,l))),o=-1)}return{x:f,y:h,placement:d,strategy:i,middlewareData:p}})(t,e,{...i,platform:n})};function Ri(t){return function(t){for(let e=t;e;e=Ii(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=Ii(t);e;e=Ii(e)){if(!(e instanceof Element))continue;const t=getComputedStyle(e);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return e;if("BODY"===e.tagName)return e}}return null}(t)}function Ii(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}async function Li(t,e,o){return ki(t,e,{platform:{...$i,getOffsetParent:t=>$i.getOffsetParent(t,Ri)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:e,y:o,placement:i}=t,{mainAxis:n=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...l}=Pr(r,t),c={x:e,y:o},f=await qr(t,l),h=Hr(jr(i)),d=Mr(h);let p=c[d],u=c[h];if(n){const t="y"===d?"bottom":"right";p=_r(p+f["y"===d?"top":"left"],p,p-f[t])}if(a){const t="y"===h?"bottom":"right";u=_r(u+f["y"===h?"top":"left"],u,u-f[t])}const y=s.fn({...t,[d]:p,[h]:u});return{...y,data:{x:y.x-e,y:y.y-o}}}}),Jr({allowedPlacements:[o]})]});var r}var Ui=Object.freeze({__proto__:null,computeOffsetPosition:Li});
135
- /**
136
- * @license
137
- * Copyright 2019 Google LLC
138
- * SPDX-License-Identifier: BSD-3-Clause
139
- */const Ai=window,Wi=Ai.ShadowRoot&&(void 0===Ai.ShadyCSS||Ai.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class Bi extends be{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([e,o])=>t.registry.define(e,o))));const e={...t.shadowRootOptions,customElements:t.registry},o=this.renderOptions.creationScope=this.attachShadow(e);return((t,e)=>{Wi?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const o=document.createElement("style"),r=Ai.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}))})(o,t.elementStyles),o}}var zi,Fi=Object.freeze({__proto__:null,ScopedRegistryLitElement:Bi}),_i=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};const Pi=Symbol("constructorPrototype"),ji=Symbol("constructorName"),Di=Symbol("exportpartsDebouncer");class Mi extends Bi{constructor(){super(),this.adoptedCustomStyleSheet=new CSSStyleSheet,this.useAdoptedStyleSheets=!0,this[zi]=new lo(5),this[ji]=this.constructor.name,this[Pi]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[ji]&&Object.setPrototypeOf(this,this[Pi])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet])}catch(t){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",t)}}updated(t){super.updated(t),this.updateComplete.then((()=>{this.contentAvailableCallback(t),this.applyCustomStylesheet(t),this.scheduleExportpartsUpdate()}))}contentAvailableCallback(t){}applyCustomStylesheet(t){var e,o,r;if(this.useAdoptedStyleSheets){if(t.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync(null!==(e=this.customStylesheet)&&void 0!==e?e:"")}catch(t){console.error(t,this.customStylesheet)}}else if((null!==(r=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==r?r:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){var t,e,o;((null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())||null!==(o=null===(e=this.exportpartsPrefixes)||void 0===e?void 0:e.length)&&void 0!==o&&o)&&this[Di].run((()=>{var t,e;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&(null===(e=this.exportpartsPrefixes)||void 0===e?void 0:e.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,o,r,i,n,a;const s=t=>null!=t&&t.trim().length>0,l=t.filter(s).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const c=new Set;for(let t of null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==o?o:[]){const e=null!==(i=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==i?i:[],o=null!==(a=null===(n=t.getAttribute("exportparts"))||void 0===n?void 0:n.split(",").map((t=>t.split(":")[1])))&&void 0!==a?a:[];new Array(...e,...o).filter(s).map((t=>t.trim())).forEach((t=>c.add(t)))}if(0===c.size)return void this.removeAttribute("exportparts");const f=[...c.values()].flatMap((t=>l.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}zi=Di,_i([we()],Mi.prototype,"exportpartsPrefix",void 0),_i([mo([])],Mi.prototype,"exportpartsPrefixes",void 0),_i([we()],Mi.prototype,"customStylesheet",void 0);var Ti=Object.freeze({__proto__:null,FtLitElement:Mi}),Hi=Object.freeze({__proto__:null});class Ki{constructor(t,e=!0,o=[],r=5e3){this.ctx=t,this.iframes=e,this.exclude=o,this.iframesTimeout=r}static matches(t,e){const o="string"==typeof e?[e]:e,r=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(r){let e=!1;return o.every((o=>!r.call(t,o)||(e=!0,!1))),e}return!1}getContexts(){let t,e=[];return t=void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[],t.forEach((t=>{const o=e.filter((e=>e.contains(t))).length>0;-1!==e.indexOf(t)||o||e.push(t)})),e}getIframeContents(t,e,o=(()=>{})){let r;try{const e=t.contentWindow;if(r=e.document,!e||!r)throw new Error("iframe inaccessible")}catch(t){o()}r&&e(r)}isIframeBlank(t){const e="about:blank",o=t.getAttribute("src").trim();return t.contentWindow.location.href===e&&o!==e&&o}observeIframeLoad(t,e,o){let r=!1,i=null;const n=()=>{if(!r){r=!0,clearTimeout(i);try{this.isIframeBlank(t)||(t.removeEventListener("load",n),this.getIframeContents(t,e,o))}catch(t){o()}}};t.addEventListener("load",n),i=setTimeout(n,this.iframesTimeout)}onIframeReady(t,e,o){try{"complete"===t.contentWindow.document.readyState?this.isIframeBlank(t)?this.observeIframeLoad(t,e,o):this.getIframeContents(t,e,o):this.observeIframeLoad(t,e,o)}catch(t){o()}}waitForIframes(t,e){let o=0;this.forEachIframe(t,(()=>!0),(t=>{o++,this.waitForIframes(t.querySelector("html"),(()=>{--o||e()}))}),(t=>{t||e()}))}forEachIframe(t,e,o,r=(()=>{})){let i=t.querySelectorAll("iframe"),n=i.length,a=0;i=Array.prototype.slice.call(i);const s=()=>{--n<=0&&r(a)};n||s(),i.forEach((t=>{Ki.matches(t,this.exclude)?s():this.onIframeReady(t,(r=>{e(t)&&(a++,o(r)),s()}),s)}))}createIterator(t,e,o){return document.createNodeIterator(t,e,o,!1)}createInstanceOnIframe(t){return new Ki(t.querySelector("html"),this.iframes)}compareNodeIframe(t,e,o){if(t.compareDocumentPosition(o)&Node.DOCUMENT_POSITION_PRECEDING){if(null===e)return!0;if(e.compareDocumentPosition(o)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}getIteratorNode(t){const e=t.previousNode();let o;return o=(null===e||t.nextNode())&&t.nextNode(),{prevNode:e,node:o}}checkIframeFilter(t,e,o,r){let i=!1,n=!1;return r.forEach(((t,e)=>{t.val===o&&(i=e,n=t.handled)})),this.compareNodeIframe(t,e,o)?(!1!==i||n?!1===i||n||(r[i].handled=!0):r.push({val:o,handled:!0}),!0):(!1===i&&r.push({val:o,handled:!1}),!1)}handleOpenIframes(t,e,o,r){t.forEach((t=>{t.handled||this.getIframeContents(t.val,(t=>{this.createInstanceOnIframe(t).forEachNode(e,o,r)}))}))}iterateThroughNodes(t,e,o,r,i){const n=this.createIterator(e,t,r);let a,s,l=[],c=[],f=()=>(({prevNode:s,node:a}=this.getIteratorNode(n)),a);for(;f();)this.iframes&&this.forEachIframe(e,(t=>this.checkIframeFilter(a,s,t,l)),(e=>{this.createInstanceOnIframe(e).forEachNode(t,(t=>c.push(t)),r)})),c.push(a);c.forEach((t=>{o(t)})),this.iframes&&this.handleOpenIframes(l,t,o,r),i()}forEachNode(t,e,o,r=(()=>{})){const i=this.getContexts();let n=i.length;n||r(),i.forEach((i=>{const a=()=>{this.iterateThroughNodes(t,i,e,o,(()=>{--n<=0&&r()}))};this.iframes?this.waitForIframes(i,a):a()}))}}const Zi=function(t){const e=new class{constructor(t){this.ctx=t,this.ie=!1;const e=window.navigator.userAgent;(e.indexOf("MSIE")>-1||e.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 Ki(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,e="debug"){const o=this.opt.log;this.opt.debug&&"object"==typeof o&&"function"==typeof o[e]&&o[e](`mark.js: ${t}`)}escapeStr(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(t){return"disabled"!==this.opt.wildcards&&(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)),"disabled"!==this.opt.wildcards&&(t=this.createWildcardsRegExp(t)),this.createAccuracyRegExp(t)}createSynonymsRegExp(t){const e=this.opt.synonyms,o=this.opt.caseSensitive?"":"i",r=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in e)if(e.hasOwnProperty(i)){const n=e[i],a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(i):this.escapeStr(i),s="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(n):this.escapeStr(n);""!==a&&""!==s&&(t=t.replace(new RegExp(`(${this.escapeStr(a)}|${this.escapeStr(s)})`,`gm${o}`),r+`(${this.processSynomyms(a)}|`+`${this.processSynomyms(s)})`+r))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return(t=t.replace(/(?:\\)*\?/g,(t=>"\\"===t.charAt(0)?"?":""))).replace(/(?:\\)*\*/g,(t=>"\\"===t.charAt(0)?"*":""))}createWildcardsRegExp(t){let e="withSpaces"===this.opt.wildcards;return t.replace(/\u0001/g,e?"[\\S\\s]?":"\\S?").replace(/\u0002/g,e?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,((t,e,o)=>{let r=o.charAt(e+1);return/[(|)\\]/.test(r)||""===r?t:t+"\0"}))}createJoinersRegExp(t){let e=[];const o=this.opt.ignorePunctuation;return Array.isArray(o)&&o.length&&e.push(this.escapeStr(o.join(""))),this.opt.ignoreJoiners&&e.push("\\u00ad\\u200b\\u200c\\u200d"),e.length?t.split(/\u0000+/).join(`[${e.join("")}]*`):t}createDiacriticsRegExp(t){const e=this.opt.caseSensitive?"":"i",o=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"];let r=[];return t.split("").forEach((i=>{o.every((o=>{if(-1!==o.indexOf(i)){if(r.indexOf(o)>-1)return!1;t=t.replace(new RegExp(`[${o}]`,`gm${e}`),`[${o}]`),r.push(o)}return!0}))})),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gim,"[\\s]+")}createAccuracyRegExp(t){let e=this.opt.accuracy,o="string"==typeof e?e:e.value,r="string"==typeof e?[]:e.limiters,i="";switch(r.forEach((t=>{i+=`|${this.escapeStr(t)}`})),o){case"partially":default:return`()(${t})`;case"complementary":return i="\\s"+(i||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")),`()([^${i}]*${t}[^${i}]*)`;case"exactly":return`(^|\\s${i})(${t})(?=$|\\s${i})`}}getSeparatedKeywords(t){let e=[];return t.forEach((t=>{this.opt.separateWordSearch?t.split(" ").forEach((t=>{t.trim()&&-1===e.indexOf(t)&&e.push(t)})):t.trim()&&-1===e.indexOf(t)&&e.push(t)})),{keywords:e.sort(((t,e)=>e.length-t.length)),length:e.length}}isNumeric(t){return Number(parseFloat(t))==t}checkRanges(t){if(!Array.isArray(t)||"[object Object]"!==Object.prototype.toString.call(t[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(t),[];const e=[];let o=0;return t.sort(((t,e)=>t.start-e.start)).forEach((t=>{let{start:r,end:i,valid:n}=this.callNoMatchOnInvalidRanges(t,o);n&&(t.start=r,t.length=i-r,e.push(t),o=i)})),e}callNoMatchOnInvalidRanges(t,e){let o,r,i=!1;return t&&void 0!==t.start?(o=parseInt(t.start,10),r=o+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&r-e>0&&r-o>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:o,end:r,valid:i}}checkWhitespaceRanges(t,e,o){let r,i=!0,n=o.length,a=e-n,s=parseInt(t.start,10)-a;return s=s>n?n:s,r=s+parseInt(t.length,10),r>n&&(r=n,this.log(`End range automatically set to the max value of ${n}`)),s<0||r-s<0||s>n||r>n?(i=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):""===o.substring(s,r).replace(/\s+/g,"")&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:s,end:r,valid:i}}getTextNodes(t){let e="",o=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,(t=>{o.push({start:e.length,end:(e+=t.textContent).length,node:t})}),(t=>this.matchesExclude(t.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT),(()=>{t({value:e,nodes:o})}))}matchesExclude(t){return Ki.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,e,o){const r=this.opt.element?this.opt.element:"mark",i=t.splitText(e),n=i.splitText(o-e);let a=document.createElement(r);return a.setAttribute("data-markjs","true"),this.opt.className&&a.setAttribute("class",this.opt.className),a.textContent=i.textContent,i.parentNode.replaceChild(a,i),n}wrapRangeInMappedTextNode(t,e,o,r,i){t.nodes.every(((n,a)=>{const s=t.nodes[a+1];if(void 0===s||s.start>e){if(!r(n.node))return!1;const s=e-n.start,l=(o>n.end?n.end:o)-n.start,c=t.value.substr(0,n.start),f=t.value.substr(l+n.start);if(n.node=this.wrapRangeInTextNode(n.node,s,l),t.value=c+f,t.nodes.forEach(((e,o)=>{o>=a&&(t.nodes[o].start>0&&o!==a&&(t.nodes[o].start-=l),t.nodes[o].end-=l)})),o-=l,i(n.node.previousSibling,n.start),!(o>n.end))return!1;e=n.end}return!0}))}wrapMatches(t,e,o,r,i){const n=0===e?0:e+1;this.getTextNodes((e=>{e.nodes.forEach((e=>{let i;for(e=e.node;null!==(i=t.exec(e.textContent))&&""!==i[n];){if(!o(i[n],e))continue;let a=i.index;if(0!==n)for(let t=1;t<n;t++)a+=i[t].length;e=this.wrapRangeInTextNode(e,a,a+i[n].length),r(e.previousSibling),t.lastIndex=0}})),i()}))}wrapMatchesAcrossElements(t,e,o,r,i){const n=0===e?0:e+1;this.getTextNodes((e=>{let a;for(;null!==(a=t.exec(e.value))&&""!==a[n];){let i=a.index;if(0!==n)for(let t=1;t<n;t++)i+=a[t].length;const s=i+a[n].length;this.wrapRangeInMappedTextNode(e,i,s,(t=>o(a[n],t)),((e,o)=>{t.lastIndex=o,r(e)}))}i()}))}wrapRangeFromIndex(t,e,o,r){this.getTextNodes((i=>{const n=i.value.length;t.forEach(((t,r)=>{let{start:a,end:s,valid:l}=this.checkWhitespaceRanges(t,n,i.value);l&&this.wrapRangeInMappedTextNode(i,a,s,(o=>e(o,t,i.value.substring(a,s),r)),(e=>{o(e,t)}))})),r()}))}unwrapMatches(t){const e=t.parentNode;let o=document.createDocumentFragment();for(;t.firstChild;)o.appendChild(t.removeChild(t.firstChild));e.replaceChild(o,t),this.ie?this.normalizeTextNode(e):e.normalize()}normalizeTextNode(t){if(t){if(3===t.nodeType)for(;t.nextSibling&&3===t.nextSibling.nodeType;)t.nodeValue+=t.nextSibling.nodeValue,t.parentNode.removeChild(t.nextSibling);else this.normalizeTextNode(t.firstChild);this.normalizeTextNode(t.nextSibling)}}markRegExp(t,e){this.opt=e,this.log(`Searching with expression "${t}"`);let o=0,r="wrapMatches";this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),this[r](t,this.opt.ignoreGroups,((t,e)=>this.opt.filter(e,t,o)),(t=>{o++,this.opt.each(t)}),(()=>{0===o&&this.opt.noMatch(t),this.opt.done(o)}))}mark(t,e){this.opt=e;let o=0,r="wrapMatches";const{keywords:i,length:n}=this.getSeparatedKeywords("string"==typeof t?[t]:t),a=this.opt.caseSensitive?"":"i",s=t=>{let e=new RegExp(this.createRegExp(t),`gm${a}`),l=0;this.log(`Searching with expression "${e}"`),this[r](e,1,((e,r)=>this.opt.filter(r,t,o,l)),(t=>{l++,o++,this.opt.each(t)}),(()=>{0===l&&this.opt.noMatch(t),i[n-1]===t?this.opt.done(o):s(i[i.indexOf(t)+1])}))};this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),0===n?this.opt.done(o):s(i[0])}markRanges(t,e){this.opt=e;let o=0,r=this.checkRanges(t);r&&r.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(r)),this.wrapRangeFromIndex(r,((t,e,o,r)=>this.opt.filter(t,e,o,r)),((t,e)=>{o++,this.opt.each(t,e)}),(()=>{this.opt.done(o)}))):this.opt.done(o)}unmark(t){this.opt=t;let e=this.opt.element?this.opt.element:"*";e+="[data-markjs]",this.opt.className&&(e+=`.${this.opt.className}`),this.log(`Removal selector "${e}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,(t=>{this.unwrapMatches(t)}),(t=>{const o=Ki.matches(t,e),r=this.matchesExclude(t);return!o||r?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}),this.opt.done)}}(t);return this.mark=(t,o)=>(e.mark(t,o),this),this.markRegExp=(t,o)=>(e.markRegExp(t,o),this),this.markRanges=(t,o)=>(e.markRanges(t,o),this),this.unmark=t=>(e.unmark(t),this),this},Gi=wo.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Vi=dt`
1
+ "use strict";(()=>{var Dc=Object.create;var cn=Object.defineProperty;var Mc=Object.getOwnPropertyDescriptor;var Uc=Object.getOwnPropertyNames;var Bc=Object.getPrototypeOf,Fc=Object.prototype.hasOwnProperty;var zc=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),X=(t,e)=>{for(var r in e)cn(t,r,{get:e[r],enumerable:!0})},Wc=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Uc(e))!Fc.call(t,i)&&i!==r&&cn(t,i,{get:()=>e[i],enumerable:!(n=Mc(e,i))||n.enumerable});return t};var Hc=(t,e,r)=>(r=t!=null?Dc(Bc(t)):{},Wc(e||!t||!t.__esModule?cn(r,"default",{value:t,enumerable:!0}):r,t));var xc=zc(bc=>{(function(t){var e=function(r){var n={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};function i(m){return m&&DataView.prototype.isPrototypeOf(m)}if(n.arrayBuffer)var a=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],s=ArrayBuffer.isView||function(m){return m&&a.indexOf(Object.prototype.toString.call(m))>-1};function l(m){if(typeof m!="string"&&(m=String(m)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(m))throw new TypeError("Invalid character in header field name");return m.toLowerCase()}function c(m){return typeof m!="string"&&(m=String(m)),m}function d(m){var v={next:function(){var A=m.shift();return{done:A===void 0,value:A}}};return n.iterable&&(v[Symbol.iterator]=function(){return v}),v}function u(m){this.map={},m instanceof u?m.forEach(function(v,A){this.append(A,v)},this):Array.isArray(m)?m.forEach(function(v){this.append(v[0],v[1])},this):m&&Object.getOwnPropertyNames(m).forEach(function(v){this.append(v,m[v])},this)}u.prototype.append=function(m,v){m=l(m),v=c(v);var A=this.map[m];this.map[m]=A?A+", "+v:v},u.prototype.delete=function(m){delete this.map[l(m)]},u.prototype.get=function(m){return m=l(m),this.has(m)?this.map[m]:null},u.prototype.has=function(m){return this.map.hasOwnProperty(l(m))},u.prototype.set=function(m,v){this.map[l(m)]=c(v)},u.prototype.forEach=function(m,v){for(var A in this.map)this.map.hasOwnProperty(A)&&m.call(v,this.map[A],A,this)},u.prototype.keys=function(){var m=[];return this.forEach(function(v,A){m.push(A)}),d(m)},u.prototype.values=function(){var m=[];return this.forEach(function(v){m.push(v)}),d(m)},u.prototype.entries=function(){var m=[];return this.forEach(function(v,A){m.push([A,v])}),d(m)},n.iterable&&(u.prototype[Symbol.iterator]=u.prototype.entries);function h(m){if(m.bodyUsed)return Promise.reject(new TypeError("Already read"));m.bodyUsed=!0}function y(m){return new Promise(function(v,A){m.onload=function(){v(m.result)},m.onerror=function(){A(m.error)}})}function g(m){var v=new FileReader,A=y(v);return v.readAsArrayBuffer(m),A}function x(m){var v=new FileReader,A=y(v);return v.readAsText(m),A}function E(m){for(var v=new Uint8Array(m),A=new Array(v.length),B=0;B<v.length;B++)A[B]=String.fromCharCode(v[B]);return A.join("")}function R(m){if(m.slice)return m.slice(0);var v=new Uint8Array(m.byteLength);return v.set(new Uint8Array(m)),v.buffer}function N(){return this.bodyUsed=!1,this._initBody=function(m){this._bodyInit=m,m?typeof m=="string"?this._bodyText=m:n.blob&&Blob.prototype.isPrototypeOf(m)?this._bodyBlob=m:n.formData&&FormData.prototype.isPrototypeOf(m)?this._bodyFormData=m:n.searchParams&&URLSearchParams.prototype.isPrototypeOf(m)?this._bodyText=m.toString():n.arrayBuffer&&n.blob&&i(m)?(this._bodyArrayBuffer=R(m.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):n.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(m)||s(m))?this._bodyArrayBuffer=R(m):this._bodyText=m=Object.prototype.toString.call(m):this._bodyText="",this.headers.get("content-type")||(typeof m=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):n.searchParams&&URLSearchParams.prototype.isPrototypeOf(m)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},n.blob&&(this.blob=function(){var m=h(this);if(m)return m;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(){return this._bodyArrayBuffer?h(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(g)}),this.text=function(){var m=h(this);if(m)return m;if(this._bodyBlob)return x(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(E(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},n.formData&&(this.formData=function(){return this.text().then(C)}),this.json=function(){return this.text().then(JSON.parse)},this}var P=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function O(m){var v=m.toUpperCase();return P.indexOf(v)>-1?v:m}function S(m,v){v=v||{};var A=v.body;if(m instanceof S){if(m.bodyUsed)throw new TypeError("Already read");this.url=m.url,this.credentials=m.credentials,v.headers||(this.headers=new u(m.headers)),this.method=m.method,this.mode=m.mode,this.signal=m.signal,!A&&m._bodyInit!=null&&(A=m._bodyInit,m.bodyUsed=!0)}else this.url=String(m);if(this.credentials=v.credentials||this.credentials||"same-origin",(v.headers||!this.headers)&&(this.headers=new u(v.headers)),this.method=O(v.method||this.method||"GET"),this.mode=v.mode||this.mode||null,this.signal=v.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&A)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(A)}S.prototype.clone=function(){return new S(this,{body:this._bodyInit})};function C(m){var v=new FormData;return m.trim().split("&").forEach(function(A){if(A){var B=A.split("="),te=B.shift().replace(/\+/g," "),j=B.join("=").replace(/\+/g," ");v.append(decodeURIComponent(te),decodeURIComponent(j))}}),v}function D(m){var v=new u,A=m.replace(/\r?\n[\t ]+/g," ");return A.split(/\r?\n/).forEach(function(B){var te=B.split(":"),j=te.shift().trim();if(j){var ro=te.join(":").trim();v.append(j,ro)}}),v}N.call(S.prototype);function M(m,v){v||(v={}),this.type="default",this.status=v.status===void 0?200:v.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in v?v.statusText:"OK",this.headers=new u(v.headers),this.url=v.url||"",this._initBody(m)}N.call(M.prototype),M.prototype.clone=function(){return new M(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new u(this.headers),url:this.url})},M.error=function(){var m=new M(null,{status:0,statusText:""});return m.type="error",m};var de=[301,302,303,307,308];M.redirect=function(m,v){if(de.indexOf(v)===-1)throw new RangeError("Invalid status code");return new M(null,{status:v,headers:{location:m}})},r.DOMException=t.DOMException;try{new r.DOMException}catch{r.DOMException=function(v,A){this.message=v,this.name=A;var B=Error(v);this.stack=B.stack},r.DOMException.prototype=Object.create(Error.prototype),r.DOMException.prototype.constructor=r.DOMException}function V(m,v){return new Promise(function(A,B){var te=new S(m,v);if(te.signal&&te.signal.aborted)return B(new r.DOMException("Aborted","AbortError"));var j=new XMLHttpRequest;function ro(){j.abort()}j.onload=function(){var vr={status:j.status,statusText:j.statusText,headers:D(j.getAllResponseHeaders()||"")};vr.url="responseURL"in j?j.responseURL:vr.headers.get("X-Request-URL");var ln="response"in j?j.response:j.responseText;A(new M(ln,vr))},j.onerror=function(){B(new TypeError("Network request failed"))},j.ontimeout=function(){B(new TypeError("Network request failed"))},j.onabort=function(){B(new r.DOMException("Aborted","AbortError"))},j.open(te.method,te.url,!0),te.credentials==="include"?j.withCredentials=!0:te.credentials==="omit"&&(j.withCredentials=!1),"responseType"in j&&n.blob&&(j.responseType="blob"),te.headers.forEach(function(vr,ln){j.setRequestHeader(ln,vr)}),te.signal&&(te.signal.addEventListener("abort",ro),j.onreadystatechange=function(){j.readyState===4&&te.signal.removeEventListener("abort",ro)}),j.send(typeof te._bodyInit>"u"?null:te._bodyInit)})}return V.polyfill=!0,t.fetch||(t.fetch=V,t.Headers=u,t.Request=S,t.Response=M),r.Headers=u,r.Request=S,r.Response=M,r.fetch=V,Object.defineProperty(r,"__esModule",{value:!0}),r}({})})(typeof self<"u"?self:bc)});if(!ShadowRoot.prototype.createElement){let t=window.HTMLElement,e=window.customElements.define,r=window.customElements.get,n=window.customElements,i=new WeakMap,a=new WeakMap,s=new WeakMap,l=new WeakMap;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(O,S){if(O=O.toLowerCase(),this._getDefinition(O)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${O}" has already been used with this registry`);if(this._definitionsByClass.get(S)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let C=S.prototype.attributeChangedCallback,D=new Set(S.observedAttributes||[]);y(S,D,C);let M={elementClass:S,connectedCallback:S.prototype.connectedCallback,disconnectedCallback:S.prototype.disconnectedCallback,adoptedCallback:S.prototype.adoptedCallback,attributeChangedCallback:C,formAssociated:S.formAssociated,formAssociatedCallback:S.prototype.formAssociatedCallback,formDisabledCallback:S.prototype.formDisabledCallback,formResetCallback:S.prototype.formResetCallback,formStateRestoreCallback:S.prototype.formStateRestoreCallback,observedAttributes:D};this._definitionsByTag.set(O,M),this._definitionsByClass.set(S,M);let de=r.call(n,O);de||(de=h(O),e.call(n,O,de)),this===window.customElements&&(s.set(S,M),M.standInClass=de);let V=this._awaitingUpgrade.get(O);if(V){this._awaitingUpgrade.delete(O);for(let v of V)a.delete(v),x(v,M,!0)}let m=this._whenDefinedPromises.get(O);return m!==void 0&&(m.resolve(S),this._whenDefinedPromises.delete(O)),S}upgrade(){R.push(this),n.upgrade.apply(n,arguments),R.pop()}get(O){return this._definitionsByTag.get(O)?.elementClass}_getDefinition(O){return this._definitionsByTag.get(O)}whenDefined(O){let S=this._getDefinition(O);if(S!==void 0)return Promise.resolve(S.elementClass);let C=this._whenDefinedPromises.get(O);return C===void 0&&(C={},C.promise=new Promise(D=>C.resolve=D),this._whenDefinedPromises.set(O,C)),C.promise}_upgradeWhenDefined(O,S,C){let D=this._awaitingUpgrade.get(S);D||this._awaitingUpgrade.set(S,D=new Set),C?D.add(O):D.delete(O)}};let c;window.HTMLElement=function(){let S=c;if(S)return c=void 0,S;let C=s.get(this.constructor);if(!C)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return S=Reflect.construct(t,[],C.standInClass),Object.setPrototypeOf(S,this.constructor.prototype),i.set(S,C),S},window.HTMLElement.prototype=t.prototype;let d=O=>O===document||O instanceof ShadowRoot,u=O=>{let S=O.getRootNode();if(!d(S)){let C=R[R.length-1];if(C instanceof CustomElementRegistry)return C;S=C.getRootNode(),d(S)||(S=l.get(S)?.getRootNode()||document)}return S.customElements},h=O=>class{static get formAssociated(){return!0}constructor(){let C=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(C,HTMLElement.prototype);let D=u(C)||window.customElements,M=D._getDefinition(O);return M?x(C,M):a.set(C,D),C}connectedCallback(){let C=i.get(this);C?C.connectedCallback&&C.connectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,O,!0)}disconnectedCallback(){let C=i.get(this);C?C.disconnectedCallback&&C.disconnectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,O,!1)}adoptedCallback(){i.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let C=i.get(this);C&&C.formAssociated&&C?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let C=i.get(this);C?.formAssociated&&C?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let C=i.get(this);C?.formAssociated&&C?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let C=i.get(this);C?.formAssociated&&C?.formStateRestoreCallback?.apply(this,arguments)}},y=(O,S,C)=>{if(S.size===0||C===void 0)return;let D=O.prototype.setAttribute;D&&(O.prototype.setAttribute=function(V,m){let v=V.toLowerCase();if(S.has(v)){let A=this.getAttribute(v);D.call(this,v,m),C.call(this,v,A,m)}else D.call(this,v,m)});let M=O.prototype.removeAttribute;M&&(O.prototype.removeAttribute=function(V){let m=V.toLowerCase();if(S.has(m)){let v=this.getAttribute(m);M.call(this,m),C.call(this,m,v,null)}else M.call(this,m)});let de=O.prototype.toggleAttribute;de&&(O.prototype.toggleAttribute=function(V,m){let v=V.toLowerCase();if(S.has(v)){let A=this.getAttribute(v);de.call(this,v,m);let B=this.getAttribute(v);C.call(this,v,A,B)}else de.call(this,v,m)})},g=O=>{let S=Object.getPrototypeOf(O);if(S!==window.HTMLElement)return S===t?Object.setPrototypeOf(O,window.HTMLElement):g(S)},x=(O,S,C=!1)=>{Object.setPrototypeOf(O,S.elementClass.prototype),i.set(O,S),c=O;try{new S.elementClass}catch{g(S.elementClass),new S.elementClass}S.attributeChangedCallback&&S.observedAttributes.forEach(D=>{O.hasAttribute(D)&&S.attributeChangedCallback.call(O,D,null,O.getAttribute(D))}),C&&S.connectedCallback&&O.isConnected&&S.connectedCallback.call(O)},E=Element.prototype.attachShadow;Element.prototype.attachShadow=function(O){let S=E.apply(this,arguments);return O.customElements&&(S.customElements=O.customElements),S};let R=[document],N=(O,S,C=void 0)=>{let D=(C?Object.getPrototypeOf(C):O.prototype)[S];O.prototype[S]=function(){R.push(this);let M=D.apply(C||this,arguments);return M!==void 0&&l.set(M,this),R.pop(),M}};N(ShadowRoot,"createElement",document),N(ShadowRoot,"importNode",document),N(Element,"insertAdjacentHTML");let P=(O,S)=>{let C=Object.getOwnPropertyDescriptor(O.prototype,S);Object.defineProperty(O.prototype,S,{...C,set(D){R.push(this),C.set.call(this,D),R.pop()}})};if(P(Element,"innerHTML"),P(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let O=new WeakMap,S=HTMLElement.prototype.attachInternals,C=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...V){let m=S.call(this,...V);return O.set(m,this),m},C.forEach(V=>{let m=window.ElementInternals.prototype,v=m[V];m[V]=function(...A){let B=O.get(this);if(i.get(B).formAssociated===!0)return v?.call(this,...A);throw new DOMException(`Failed to execute ${v} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class D extends Array{constructor(m){super(...m),this._elements=m}get value(){return this._elements.find(m=>m.checked===!0)?.value||""}}class M{constructor(m){let v=new Map;m.forEach((A,B)=>{let te=A.getAttribute("name"),j=v.get(te)||[];this[+B]=A,j.push(A),v.set(te,j)}),this.length=m.length,v.forEach((A,B)=>{A&&(A.length===1?this[B]=A[0]:this[B]=new D(A))})}namedItem(m){return this[m]}}let de=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let V=de.get.call(this,[]),m=[];for(let v of V){let A=i.get(v);(!A||A.formAssociated===!0)&&m.push(v)}return new M(m)}})}}try{window.customElements.define("custom-element",null)}catch{let e=window.customElements.define;window.customElements.define=(r,n,i)=>{if(n!==null)try{e.bind(window.customElements)(r,n,i)}catch(a){console.info(r,n,i,a)}}}var On={};X(On,{CSSResult:()=>Gt,LitElement:()=>Je,ReactiveElement:()=>Fe,_$LE:()=>fp,_$LH:()=>pp,adoptStyles:()=>bo,css:()=>T,defaultConverter:()=>xo,getCompatibleStyle:()=>Nr,html:()=>k,isServer:()=>Uu,noChange:()=>lt,notEqual:()=>yn,nothing:()=>F,render:()=>Sn,supportsAdoptingStyleSheets:()=>Rr,svg:()=>cp,unsafeCSS:()=>Pt});var oo=globalThis,io=oo.ShadowRoot&&(oo.ShadyCSS===void 0||oo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,$a=Symbol(),Ta=new WeakMap,no=class{constructor(e,r,n){if(this._$cssResult$=!0,n!==$a)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=r}get styleSheet(){let e=this.o,r=this.t;if(io&&e===void 0){let n=r!==void 0&&r.length===1;n&&(e=Ta.get(r)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&Ta.set(r,e))}return e}toString(){return this.cssText}},La=t=>new no(typeof t=="string"?t:t+"",void 0,$a);var pn=(t,e)=>{if(io)t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of e){let n=document.createElement("style"),i=oo.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,t.appendChild(n)}},ao=io?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let r="";for(let n of e.cssRules)r+=n.cssText;return La(r)})(t):t;var{is:Vc,defineProperty:jc,getOwnPropertyDescriptor:Kc,getOwnPropertyNames:Gc,getOwnPropertySymbols:Zc,getPrototypeOf:qc}=Object,so=globalThis,ka=so.trustedTypes,Yc=ka?ka.emptyScript:"",Xc=so.reactiveElementPolyfillSupport,Sr=(t,e)=>t,Or={toAttribute(t,e){switch(e){case Boolean:t=t?Yc:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=t!==null;break;case Number:r=t===null?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch{r=null}}return r}},lo=(t,e)=>!Vc(t,e),Ia={attribute:!0,type:String,converter:Or,reflect:!1,hasChanged:lo};Symbol.metadata??=Symbol("metadata"),so.litPropertyMetadata??=new WeakMap;var Ct=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,r=Ia){if(r.state&&(r.attribute=!1),this._$Ei(),this.elementProperties.set(e,r),!r.noAccessor){let n=Symbol(),i=this.getPropertyDescriptor(e,n,r);i!==void 0&&jc(this.prototype,e,i)}}static getPropertyDescriptor(e,r,n){let{get:i,set:a}=Kc(this.prototype,e)??{get(){return this[r]},set(s){this[r]=s}};return{get(){return i?.call(this)},set(s){let l=i?.call(this);a.call(this,s),this.requestUpdate(e,l,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??Ia}static _$Ei(){if(this.hasOwnProperty(Sr("elementProperties")))return;let e=qc(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(Sr("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Sr("properties"))){let r=this.properties,n=[...Gc(r),...Zc(r)];for(let i of n)this.createProperty(i,r[i])}let e=this[Symbol.metadata];if(e!==null){let r=litPropertyMetadata.get(e);if(r!==void 0)for(let[n,i]of r)this.elementProperties.set(n,i)}this._$Eh=new Map;for(let[r,n]of this.elementProperties){let i=this._$Eu(r,n);i!==void 0&&this._$Eh.set(i,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){let r=[];if(Array.isArray(e)){let n=new Set(e.flat(1/0).reverse());for(let i of n)r.unshift(ao(i))}else e!==void 0&&r.push(ao(e));return r}static _$Eu(e,r){let n=r.attribute;return n===!1?void 0:typeof n=="string"?n:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$E_??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$E_?.delete(e)}_$ES(){let e=new Map,r=this.constructor.elementProperties;for(let n of r.keys())this.hasOwnProperty(n)&&(e.set(n,this[n]),delete this[n]);e.size>0&&(this._$Ep=e)}createRenderRoot(){let e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return pn(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$E_?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,r,n){this._$AK(e,n)}_$EO(e,r){let n=this.constructor.elementProperties.get(e),i=this.constructor._$Eu(e,n);if(i!==void 0&&n.reflect===!0){let a=(n.converter?.toAttribute!==void 0?n.converter:Or).toAttribute(r,n.type);this._$Em=e,a==null?this.removeAttribute(i):this.setAttribute(i,a),this._$Em=null}}_$AK(e,r){let n=this.constructor,i=n._$Eh.get(e);if(i!==void 0&&this._$Em!==i){let a=n.getPropertyOptions(i),s=typeof a.converter=="function"?{fromAttribute:a.converter}:a.converter?.fromAttribute!==void 0?a.converter:Or;this._$Em=i,this[i]=s.fromAttribute(r,a.type),this._$Em=null}}requestUpdate(e,r,n,i=!1,a){if(e!==void 0){if(n??=this.constructor.getPropertyOptions(e),!(n.hasChanged??lo)(i?a:this[e],r))return;this.C(e,r,n)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(e,r,n){this._$AL.has(e)||this._$AL.set(e,r),n.reflect===!0&&this._$Em!==e&&(this._$Ej??=new Set).add(e)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(r){Promise.reject(r)}let e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[i,a]of this._$Ep)this[i]=a;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[i,a]of n)a.wrapped!==!0||this._$AL.has(i)||this[i]===void 0||this.C(i,this[i],a)}let e=!1,r=this._$AL;try{e=this.shouldUpdate(r),e?(this.willUpdate(r),this._$E_?.forEach(n=>n.hostUpdate?.()),this.update(r)):this._$ET()}catch(n){throw e=!1,this._$ET(),n}e&&this._$AE(r)}willUpdate(e){}_$AE(e){this._$E_?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(e){return!0}update(e){this._$Ej&&=this._$Ej.forEach(r=>this._$EO(r,this[r])),this._$ET()}updated(e){}firstUpdated(e){}};Ct.elementStyles=[],Ct.shadowRootOptions={mode:"open"},Ct[Sr("elementProperties")]=new Map,Ct[Sr("finalized")]=new Map,Xc?.({ReactiveElement:Ct}),(so.reactiveElementVersions??=[]).push("2.0.2");var un=globalThis,co=un.trustedTypes,Da=co?co.createPolicy("lit-html",{createHTML:t=>t}):void 0,fn="$lit$",Ye=`lit$${(Math.random()+"").slice(9)}$`,hn="?"+Ye,Jc=`<${hn}>`,Rt=document,po=()=>Rt.createComment(""),Cr=t=>t===null||typeof t!="object"&&typeof t!="function",Wa=Array.isArray,Ha=t=>Wa(t)||typeof t?.[Symbol.iterator]=="function",dn=`[
2
+ \f\r]`,Er=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Ma=/-->/g,Ua=/>/g,wt=RegExp(`>|${dn}(?:([^\\s"'>=/]+)(${dn}*=${dn}*(?:[^
3
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Ba=/'/g,Fa=/"/g,Va=/^(?:script|style|textarea|title)$/i,ja=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),Ka=ja(1),Ga=ja(2),Ae=Symbol.for("lit-noChange"),re=Symbol.for("lit-nothing"),za=new WeakMap,At=Rt.createTreeWalker(Rt,129);function Za(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return Da!==void 0?Da.createHTML(e):e}var qa=(t,e)=>{let r=t.length-1,n=[],i,a=e===2?"<svg>":"",s=Er;for(let l=0;l<r;l++){let c=t[l],d,u,h=-1,y=0;for(;y<c.length&&(s.lastIndex=y,u=s.exec(c),u!==null);)y=s.lastIndex,s===Er?u[1]==="!--"?s=Ma:u[1]!==void 0?s=Ua:u[2]!==void 0?(Va.test(u[2])&&(i=RegExp("</"+u[2],"g")),s=wt):u[3]!==void 0&&(s=wt):s===wt?u[0]===">"?(s=i??Er,h=-1):u[1]===void 0?h=-2:(h=s.lastIndex-u[2].length,d=u[1],s=u[3]===void 0?wt:u[3]==='"'?Fa:Ba):s===Fa||s===Ba?s=wt:s===Ma||s===Ua?s=Er:(s=wt,i=void 0);let g=s===wt&&t[l+1].startsWith("/>")?" ":"";a+=s===Er?c+Jc:h>=0?(n.push(d),c.slice(0,h)+fn+c.slice(h)+Ye+g):c+Ye+(h===-2?l:g)}return[Za(t,a+(t[r]||"<?>")+(e===2?"</svg>":"")),n]},wr=class t{constructor({strings:e,_$litType$:r},n){let i;this.parts=[];let a=0,s=0,l=e.length-1,c=this.parts,[d,u]=qa(e,r);if(this.el=t.createElement(d,n),At.currentNode=this.el.content,r===2){let h=this.el.content.firstChild;h.replaceWith(...h.childNodes)}for(;(i=At.nextNode())!==null&&c.length<l;){if(i.nodeType===1){if(i.hasAttributes())for(let h of i.getAttributeNames())if(h.endsWith(fn)){let y=u[s++],g=i.getAttribute(h).split(Ye),x=/([.?@])?(.*)/.exec(y);c.push({type:1,index:a,name:x[2],strings:g,ctor:x[1]==="."?fo:x[1]==="?"?ho:x[1]==="@"?mo:_t}),i.removeAttribute(h)}else h.startsWith(Ye)&&(c.push({type:6,index:a}),i.removeAttribute(h));if(Va.test(i.tagName)){let h=i.textContent.split(Ye),y=h.length-1;if(y>0){i.textContent=co?co.emptyScript:"";for(let g=0;g<y;g++)i.append(h[g],po()),At.nextNode(),c.push({type:2,index:++a});i.append(h[y],po())}}}else if(i.nodeType===8)if(i.data===hn)c.push({type:2,index:a});else{let h=-1;for(;(h=i.data.indexOf(Ye,h+1))!==-1;)c.push({type:7,index:a}),h+=Ye.length-1}a++}}static createElement(e,r){let n=Rt.createElement("template");return n.innerHTML=e,n}};function Nt(t,e,r=t,n){if(e===Ae)return e;let i=n!==void 0?r._$Co?.[n]:r._$Cl,a=Cr(e)?void 0:e._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(t),i._$AT(t,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(e=Nt(t,i._$AS(t,e.values),i,n)),e}var uo=class{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:r},parts:n}=this._$AD,i=(e?.creationScope??Rt).importNode(r,!0);At.currentNode=i;let a=At.nextNode(),s=0,l=0,c=n[0];for(;c!==void 0;){if(s===c.index){let d;c.type===2?d=new Ar(a,a.nextSibling,this,e):c.type===1?d=new c.ctor(a,c.name,c.strings,this,e):c.type===6&&(d=new yo(a,this,e)),this._$AV.push(d),c=n[++l]}s!==c?.index&&(a=At.nextNode(),s++)}return At.currentNode=Rt,i}p(e){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,r),r+=n.strings.length-2):n._$AI(e[r])),r++}},Ar=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,n,i){this.type=2,this._$AH=re,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,r=this._$AM;return r!==void 0&&e?.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=Nt(this,e,r),Cr(e)?e===re||e==null||e===""?(this._$AH!==re&&this._$AR(),this._$AH=re):e!==this._$AH&&e!==Ae&&this._(e):e._$litType$!==void 0?this.g(e):e.nodeType!==void 0?this.$(e):Ha(e)?this.T(e):this._(e)}k(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}$(e){this._$AH!==e&&(this._$AR(),this._$AH=this.k(e))}_(e){this._$AH!==re&&Cr(this._$AH)?this._$AA.nextSibling.data=e:this.$(Rt.createTextNode(e)),this._$AH=e}g(e){let{values:r,_$litType$:n}=e,i=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=wr.createElement(Za(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let a=new uo(i,this),s=a.u(this.options);a.p(r),this.$(s),this._$AH=a}}_$AC(e){let r=za.get(e.strings);return r===void 0&&za.set(e.strings,r=new wr(e)),r}T(e){Wa(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let a of e)i===r.length?r.push(n=new t(this.k(po()),this.k(po()),this,this.options)):n=r[i],n._$AI(a),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(e=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);e&&e!==this._$AB;){let n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},_t=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,r,n,i,a){this.type=1,this._$AH=re,this._$AN=void 0,this.element=e,this.name=r,this._$AM=i,this.options=a,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=re}_$AI(e,r=this,n,i){let a=this.strings,s=!1;if(a===void 0)e=Nt(this,e,r,0),s=!Cr(e)||e!==this._$AH&&e!==Ae,s&&(this._$AH=e);else{let l=e,c,d;for(e=a[0],c=0;c<a.length-1;c++)d=Nt(this,l[n+c],r,c),d===Ae&&(d=this._$AH[c]),s||=!Cr(d)||d!==this._$AH[c],d===re?e=re:e!==re&&(e+=(d??"")+a[c+1]),this._$AH[c]=d}s&&!i&&this.O(e)}O(e){e===re?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},fo=class extends _t{constructor(){super(...arguments),this.type=3}O(e){this.element[this.name]=e===re?void 0:e}},ho=class extends _t{constructor(){super(...arguments),this.type=4}O(e){this.element.toggleAttribute(this.name,!!e&&e!==re)}},mo=class extends _t{constructor(e,r,n,i,a){super(e,r,n,i,a),this.type=5}_$AI(e,r=this){if((e=Nt(this,e,r,0)??re)===Ae)return;let n=this._$AH,i=e===re&&n!==re||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,a=e!==re&&(n===re||i);i&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},yo=class{constructor(e,r,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){Nt(this,e)}},Ya={j:fn,P:Ye,A:hn,C:1,M:qa,L:uo,R:Ha,V:Nt,D:Ar,I:_t,H:ho,N:mo,U:fo,B:yo},Qc=un.litHtmlPolyfillSupport;Qc?.(wr,Ar),(un.litHtmlVersions??=[]).push("3.1.0");var go=globalThis,Rr=go.ShadowRoot&&(go.ShadyCSS===void 0||go.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,mn=Symbol(),Xa=new WeakMap,Gt=class{constructor(e,r,n){if(this._$cssResult$=!0,n!==mn)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=r}get styleSheet(){let e=this.o,r=this.t;if(Rr&&e===void 0){let n=r!==void 0&&r.length===1;n&&(e=Xa.get(r)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),n&&Xa.set(r,e))}return e}toString(){return this.cssText}},Pt=t=>new Gt(typeof t=="string"?t:t+"",void 0,mn),T=(t,...e)=>{let r=t.length===1?t[0]:e.reduce((n,i,a)=>n+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;throw Error("Value passed to 'css' function must be a 'css' function result: "+s+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[a+1],t[0]);return new Gt(r,t,mn)},bo=(t,e)=>{if(Rr)t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of e){let n=document.createElement("style"),i=go.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,t.appendChild(n)}},Nr=Rr?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let r="";for(let n of e.cssRules)r+=n.cssText;return Pt(r)})(t):t;var{is:ep,defineProperty:tp,getOwnPropertyDescriptor:rp,getOwnPropertyNames:op,getOwnPropertySymbols:np,getPrototypeOf:ip}=Object,vo=globalThis,Ja=vo.trustedTypes,ap=Ja?Ja.emptyScript:"",sp=vo.reactiveElementPolyfillSupport,_r=(t,e)=>t,xo={toAttribute(t,e){switch(e){case Boolean:t=t?ap:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=t!==null;break;case Number:r=t===null?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch{r=null}}return r}},yn=(t,e)=>!ep(t,e),Qa={attribute:!0,type:String,converter:xo,reflect:!1,hasChanged:yn};Symbol.metadata??=Symbol("metadata"),vo.litPropertyMetadata??=new WeakMap;var Fe=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,r=Qa){if(r.state&&(r.attribute=!1),this._$Ei(),this.elementProperties.set(e,r),!r.noAccessor){let n=Symbol(),i=this.getPropertyDescriptor(e,n,r);i!==void 0&&tp(this.prototype,e,i)}}static getPropertyDescriptor(e,r,n){let{get:i,set:a}=rp(this.prototype,e)??{get(){return this[r]},set(s){this[r]=s}};return{get(){return i?.call(this)},set(s){let l=i?.call(this);a.call(this,s),this.requestUpdate(e,l,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??Qa}static _$Ei(){if(this.hasOwnProperty(_r("elementProperties")))return;let e=ip(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(_r("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(_r("properties"))){let r=this.properties,n=[...op(r),...np(r)];for(let i of n)this.createProperty(i,r[i])}let e=this[Symbol.metadata];if(e!==null){let r=litPropertyMetadata.get(e);if(r!==void 0)for(let[n,i]of r)this.elementProperties.set(n,i)}this._$Eh=new Map;for(let[r,n]of this.elementProperties){let i=this._$Eu(r,n);i!==void 0&&this._$Eh.set(i,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){let r=[];if(Array.isArray(e)){let n=new Set(e.flat(1/0).reverse());for(let i of n)r.unshift(Nr(i))}else e!==void 0&&r.push(Nr(e));return r}static _$Eu(e,r){let n=r.attribute;return n===!1?void 0:typeof n=="string"?n:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$E_??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$E_?.delete(e)}_$ES(){let e=new Map,r=this.constructor.elementProperties;for(let n of r.keys())this.hasOwnProperty(n)&&(e.set(n,this[n]),delete this[n]);e.size>0&&(this._$Ep=e)}createRenderRoot(){let e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return bo(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$E_?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,r,n){this._$AK(e,n)}_$EO(e,r){let n=this.constructor.elementProperties.get(e),i=this.constructor._$Eu(e,n);if(i!==void 0&&n.reflect===!0){let a=(n.converter?.toAttribute!==void 0?n.converter:xo).toAttribute(r,n.type);this._$Em=e,a==null?this.removeAttribute(i):this.setAttribute(i,a),this._$Em=null}}_$AK(e,r){let n=this.constructor,i=n._$Eh.get(e);if(i!==void 0&&this._$Em!==i){let a=n.getPropertyOptions(i),s=typeof a.converter=="function"?{fromAttribute:a.converter}:a.converter?.fromAttribute!==void 0?a.converter:xo;this._$Em=i,this[i]=s.fromAttribute(r,a.type),this._$Em=null}}requestUpdate(e,r,n,i=!1,a){if(e!==void 0){if(n??=this.constructor.getPropertyOptions(e),!(n.hasChanged??yn)(i?a:this[e],r))return;this.C(e,r,n)}this.isUpdatePending===!1&&(this._$Eg=this._$EP())}C(e,r,n){this._$AL.has(e)||this._$AL.set(e,r),n.reflect===!0&&this._$Em!==e&&(this._$Ej??=new Set).add(e)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(r){Promise.reject(r)}let e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[i,a]of this._$Ep)this[i]=a;this._$Ep=void 0}let n=this.constructor.elementProperties;if(n.size>0)for(let[i,a]of n)a.wrapped!==!0||this._$AL.has(i)||this[i]===void 0||this.C(i,this[i],a)}let e=!1,r=this._$AL;try{e=this.shouldUpdate(r),e?(this.willUpdate(r),this._$E_?.forEach(n=>n.hostUpdate?.()),this.update(r)):this._$ET()}catch(n){throw e=!1,this._$ET(),n}e&&this._$AE(r)}willUpdate(e){}_$AE(e){this._$E_?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(e){return!0}update(e){this._$Ej&&=this._$Ej.forEach(r=>this._$EO(r,this[r])),this._$ET()}updated(e){}firstUpdated(e){}};Fe.elementStyles=[],Fe.shadowRootOptions={mode:"open"},Fe[_r("elementProperties")]=new Map,Fe[_r("finalized")]=new Map,sp?.({ReactiveElement:Fe}),(vo.reactiveElementVersions??=[]).push("2.0.2");var bn=globalThis,So=bn.trustedTypes,es=So?So.createPolicy("lit-html",{createHTML:t=>t}):void 0,xn="$lit$",Xe=`lit$${(Math.random()+"").slice(9)}$`,vn="?"+Xe,lp=`<${vn}>`,Lt=document,Tr=()=>Lt.createComment(""),$r=t=>t===null||typeof t!="object"&&typeof t!="function",as=Array.isArray,ss=t=>as(t)||typeof t?.[Symbol.iterator]=="function",gn=`[
4
+ \f\r]`,Pr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ts=/-->/g,rs=/>/g,Tt=RegExp(`>|${gn}(?:([^\\s"'>=/]+)(${gn}*=${gn}*(?:[^
5
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),os=/'/g,ns=/"/g,ls=/^(?:script|style|textarea|title)$/i,cs=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),k=cs(1),cp=cs(2),lt=Symbol.for("lit-noChange"),F=Symbol.for("lit-nothing"),is=new WeakMap,$t=Lt.createTreeWalker(Lt,129);function ps(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return es!==void 0?es.createHTML(e):e}var ds=(t,e)=>{let r=t.length-1,n=[],i,a=e===2?"<svg>":"",s=Pr;for(let l=0;l<r;l++){let c=t[l],d,u,h=-1,y=0;for(;y<c.length&&(s.lastIndex=y,u=s.exec(c),u!==null);)y=s.lastIndex,s===Pr?u[1]==="!--"?s=ts:u[1]!==void 0?s=rs:u[2]!==void 0?(ls.test(u[2])&&(i=RegExp("</"+u[2],"g")),s=Tt):u[3]!==void 0&&(s=Tt):s===Tt?u[0]===">"?(s=i??Pr,h=-1):u[1]===void 0?h=-2:(h=s.lastIndex-u[2].length,d=u[1],s=u[3]===void 0?Tt:u[3]==='"'?ns:os):s===ns||s===os?s=Tt:s===ts||s===rs?s=Pr:(s=Tt,i=void 0);let g=s===Tt&&t[l+1].startsWith("/>")?" ":"";a+=s===Pr?c+lp:h>=0?(n.push(d),c.slice(0,h)+xn+c.slice(h)+Xe+g):c+Xe+(h===-2?l:g)}return[ps(t,a+(t[r]||"<?>")+(e===2?"</svg>":"")),n]},Lr=class t{constructor({strings:e,_$litType$:r},n){let i;this.parts=[];let a=0,s=0,l=e.length-1,c=this.parts,[d,u]=ds(e,r);if(this.el=t.createElement(d,n),$t.currentNode=this.el.content,r===2){let h=this.el.content.firstChild;h.replaceWith(...h.childNodes)}for(;(i=$t.nextNode())!==null&&c.length<l;){if(i.nodeType===1){if(i.hasAttributes())for(let h of i.getAttributeNames())if(h.endsWith(xn)){let y=u[s++],g=i.getAttribute(h).split(Xe),x=/([.?@])?(.*)/.exec(y);c.push({type:1,index:a,name:x[2],strings:g,ctor:x[1]==="."?Eo:x[1]==="?"?Co:x[1]==="@"?wo:It}),i.removeAttribute(h)}else h.startsWith(Xe)&&(c.push({type:6,index:a}),i.removeAttribute(h));if(ls.test(i.tagName)){let h=i.textContent.split(Xe),y=h.length-1;if(y>0){i.textContent=So?So.emptyScript:"";for(let g=0;g<y;g++)i.append(h[g],Tr()),$t.nextNode(),c.push({type:2,index:++a});i.append(h[y],Tr())}}}else if(i.nodeType===8)if(i.data===vn)c.push({type:2,index:a});else{let h=-1;for(;(h=i.data.indexOf(Xe,h+1))!==-1;)c.push({type:7,index:a}),h+=Xe.length-1}a++}}static createElement(e,r){let n=Lt.createElement("template");return n.innerHTML=e,n}};function kt(t,e,r=t,n){if(e===lt)return e;let i=n!==void 0?r._$Co?.[n]:r._$Cl,a=$r(e)?void 0:e._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(t),i._$AT(t,r,n)),n!==void 0?(r._$Co??=[])[n]=i:r._$Cl=i),i!==void 0&&(e=kt(t,i._$AS(t,e.values),i,n)),e}var Oo=class{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:r},parts:n}=this._$AD,i=(e?.creationScope??Lt).importNode(r,!0);$t.currentNode=i;let a=$t.nextNode(),s=0,l=0,c=n[0];for(;c!==void 0;){if(s===c.index){let d;c.type===2?d=new Zt(a,a.nextSibling,this,e):c.type===1?d=new c.ctor(a,c.name,c.strings,this,e):c.type===6&&(d=new Ao(a,this,e)),this._$AV.push(d),c=n[++l]}s!==c?.index&&(a=$t.nextNode(),s++)}return $t.currentNode=Lt,i}p(e){let r=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,r),r+=n.strings.length-2):n._$AI(e[r])),r++}},Zt=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,n,i){this.type=2,this._$AH=F,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,r=this._$AM;return r!==void 0&&e?.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=kt(this,e,r),$r(e)?e===F||e==null||e===""?(this._$AH!==F&&this._$AR(),this._$AH=F):e!==this._$AH&&e!==lt&&this._(e):e._$litType$!==void 0?this.g(e):e.nodeType!==void 0?this.$(e):ss(e)?this.T(e):this._(e)}k(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}$(e){this._$AH!==e&&(this._$AR(),this._$AH=this.k(e))}_(e){this._$AH!==F&&$r(this._$AH)?this._$AA.nextSibling.data=e:this.$(Lt.createTextNode(e)),this._$AH=e}g(e){let{values:r,_$litType$:n}=e,i=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=Lr.createElement(ps(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(r);else{let a=new Oo(i,this),s=a.u(this.options);a.p(r),this.$(s),this._$AH=a}}_$AC(e){let r=is.get(e.strings);return r===void 0&&is.set(e.strings,r=new Lr(e)),r}T(e){as(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,n,i=0;for(let a of e)i===r.length?r.push(n=new t(this.k(Tr()),this.k(Tr()),this,this.options)):n=r[i],n._$AI(a),i++;i<r.length&&(this._$AR(n&&n._$AB.nextSibling,i),r.length=i)}_$AR(e=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);e&&e!==this._$AB;){let n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},It=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,r,n,i,a){this.type=1,this._$AH=F,this._$AN=void 0,this.element=e,this.name=r,this._$AM=i,this.options=a,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=F}_$AI(e,r=this,n,i){let a=this.strings,s=!1;if(a===void 0)e=kt(this,e,r,0),s=!$r(e)||e!==this._$AH&&e!==lt,s&&(this._$AH=e);else{let l=e,c,d;for(e=a[0],c=0;c<a.length-1;c++)d=kt(this,l[n+c],r,c),d===lt&&(d=this._$AH[c]),s||=!$r(d)||d!==this._$AH[c],d===F?e=F:e!==F&&(e+=(d??"")+a[c+1]),this._$AH[c]=d}s&&!i&&this.O(e)}O(e){e===F?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},Eo=class extends It{constructor(){super(...arguments),this.type=3}O(e){this.element[this.name]=e===F?void 0:e}},Co=class extends It{constructor(){super(...arguments),this.type=4}O(e){this.element.toggleAttribute(this.name,!!e&&e!==F)}},wo=class extends It{constructor(e,r,n,i,a){super(e,r,n,i,a),this.type=5}_$AI(e,r=this){if((e=kt(this,e,r,0)??F)===lt)return;let n=this._$AH,i=e===F&&n!==F||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,a=e!==F&&(n===F||i);i&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},Ao=class{constructor(e,r,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){kt(this,e)}},pp={j:xn,P:Xe,A:vn,C:1,M:ds,L:Oo,R:ss,V:kt,D:Zt,I:It,H:Co,N:wo,U:Eo,B:Ao},dp=bn.litHtmlPolyfillSupport;dp?.(Lr,Zt),(bn.litHtmlVersions??=[]).push("3.1.0");var Sn=(t,e,r)=>{let n=r?.renderBefore??e,i=n._$litPart$;if(i===void 0){let a=r?.renderBefore??null;n._$litPart$=i=new Zt(e.insertBefore(Tr(),a),a,void 0,r??{})}return i._$AI(t),i};var Je=class extends Fe{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){let r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=Sn(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return lt}};Je._$litElement$=!0,Je.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:Je});var up=globalThis.litElementPolyfillSupport;up?.({LitElement:Je});var fp={_$AK:(t,e,r)=>{t._$AK(e,r)},_$AL:t=>t._$AL};(globalThis.litElementVersions??=[]).push("4.0.2");var Uu=!1;var An={};X(An,{customElement:()=>hp,eventOptions:()=>qt,property:()=>b,query:()=>W,queryAll:()=>En,queryAssignedElements:()=>Cn,queryAssignedNodes:()=>wn,queryAsync:()=>gp,standardProperty:()=>us,state:()=>Z});var hp=t=>(e,r)=>{r!==void 0?r.addInitializer(()=>{customElements.define(t,e)}):customElements.define(t,e)};var mp={attribute:!0,type:String,converter:Or,reflect:!1,hasChanged:lo},us=(t=mp,e,r)=>{let{kind:n,metadata:i}=r,a=globalThis.litPropertyMetadata.get(i);if(a===void 0&&globalThis.litPropertyMetadata.set(i,a=new Map),a.set(r.name,t),n==="accessor"){let{name:s}=r;return{set(l){let c=e.get.call(this);e.set.call(this,l),this.requestUpdate(s,c,t)},init(l){return l!==void 0&&this.C(s,void 0,t),l}}}if(n==="setter"){let{name:s}=r;return function(l){let c=this[s];e.call(this,l),this.requestUpdate(s,c,t)}}throw Error("Unsupported decorator location: "+n)};function b(t){return(e,r)=>typeof r=="object"?us(t,e,r):((n,i,a)=>{let s=i.hasOwnProperty(a);return i.constructor.createProperty(a,s?{...n,wrapped:!0}:n),s?Object.getOwnPropertyDescriptor(i,a):void 0})(t,e,r)}function Z(t){return b({...t,state:!0,attribute:!1})}function qt(t){return(e,r)=>{let n=typeof e=="function"?e:e[r];Object.assign(n,t)}}var Le=(t,e,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(t,e,r),r);function W(t,e){return(r,n,i)=>{let a=s=>s.renderRoot?.querySelector(t)??null;if(e){let{get:s,set:l}=typeof n=="object"?r:i??(()=>{let c=Symbol();return{get(){return this[c]},set(d){this[c]=d}}})();return Le(r,n,{get(){let c=s.call(this);return c===void 0&&(c=a(this),(c!==null||this.hasUpdated)&&l.call(this,c)),c}})}return Le(r,n,{get(){return a(this)}})}}var yp;function En(t){return(e,r)=>Le(e,r,{get(){return(this.renderRoot??(yp??=document.createDocumentFragment())).querySelectorAll(t)}})}function gp(t){return(e,r)=>Le(e,r,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})}function Cn(t){return(e,r)=>{let{slot:n,selector:i}=t??{},a="slot"+(n?`[name=${n}]`:":not([name])");return Le(e,r,{get(){let s=this.renderRoot?.querySelector(a),l=s?.assignedElements(t)??[];return i===void 0?l:l.filter(c=>c.matches(i))}})}}function wn(t){return(e,r)=>{let{slot:n}=t??{},i="slot"+(n?`[name=${n}]`:":not([name])");return Le(e,r,{get(){return this.renderRoot?.querySelector(i)?.assignedNodes(t)??[]}})}}var Nn={};X(Nn,{repeat:()=>Rn});var ct={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},pt=t=>(...e)=>({_$litDirective$:t,values:e}),ze=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,r,n){this._$Ct=e,this._$AM=r,this._$Ci=n}_$AS(e,r){return this.update(e,r)}update(e,r){return this.render(...r)}};var{D:bp}=Ya;var fs=()=>document.createComment(""),Yt=(t,e,r)=>{let n=t._$AA.parentNode,i=e===void 0?t._$AB:e._$AA;if(r===void 0){let a=n.insertBefore(fs(),i),s=n.insertBefore(fs(),i);r=new bp(a,s,t,t.options)}else{let a=r._$AB.nextSibling,s=r._$AM,l=s!==t;if(l){let c;r._$AQ?.(t),r._$AM=t,r._$AP!==void 0&&(c=t._$AU)!==s._$AU&&r._$AP(c)}if(a!==i||l){let c=r._$AA;for(;c!==a;){let d=c.nextSibling;n.insertBefore(c,i),c=d}}}return r},dt=(t,e,r=t)=>(t._$AI(e,r),t),xp={},hs=(t,e=xp)=>t._$AH=e,ms=t=>t._$AH,Ro=t=>{t._$AP?.(!1,!0);let e=t._$AA,r=t._$AB.nextSibling;for(;e!==r;){let n=e.nextSibling;e.remove(),e=n}};var ys=(t,e,r)=>{let n=new Map;for(let i=e;i<=r;i++)n.set(t[i],i);return n},Rn=pt(class extends ze{constructor(t){if(super(t),t.type!==ct.CHILD)throw Error("repeat() can only be used in text expressions")}ht(t,e,r){let n;r===void 0?r=e:e!==void 0&&(n=e);let i=[],a=[],s=0;for(let l of t)i[s]=n?n(l,s):s,a[s]=r(l,s),s++;return{values:a,keys:i}}render(t,e,r){return this.ht(t,e,r).values}update(t,[e,r,n]){let i=ms(t),{values:a,keys:s}=this.ht(e,r,n);if(!Array.isArray(i))return this.dt=s,a;let l=this.dt??=[],c=[],d,u,h=0,y=i.length-1,g=0,x=a.length-1;for(;h<=y&&g<=x;)if(i[h]===null)h++;else if(i[y]===null)y--;else if(l[h]===s[g])c[g]=dt(i[h],a[g]),h++,g++;else if(l[y]===s[x])c[x]=dt(i[y],a[x]),y--,x--;else if(l[h]===s[x])c[x]=dt(i[h],a[x]),Yt(t,c[x+1],i[h]),h++,x--;else if(l[y]===s[g])c[g]=dt(i[y],a[g]),Yt(t,i[h],i[y]),y--,g++;else if(d===void 0&&(d=ys(s,g,x),u=ys(l,h,y)),d.has(l[h]))if(d.has(l[y])){let E=u.get(s[g]),R=E!==void 0?i[E]:null;if(R===null){let N=Yt(t,i[h]);dt(N,a[g]),c[g]=N}else c[g]=dt(R,a[g]),Yt(t,i[h],R),i[E]=null;g++}else Ro(i[y]),y--;else Ro(i[h]),h++;for(;g<=x;){let E=Yt(t,c[x+1]);dt(E,a[g]),c[g++]=E}for(;h<=y;){let E=i[h++];E!==null&&Ro(E)}return this.dt=s,hs(t,c),Ae}});var _n={};X(_n,{classMap:()=>ke});var ke=pt(class extends ze{constructor(t){if(super(t),t.type!==ct.ATTRIBUTE||t.name!=="class"||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter(e=>t[e]).join(" ")+" "}update(t,[e]){if(this.it===void 0){this.it=new Set,t.strings!==void 0&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter(n=>n!=="")));for(let n in e)e[n]&&!this.st?.has(n)&&this.it.add(n);return this.render(e)}let r=t.element.classList;for(let n of this.it)n in e||(r.remove(n),this.it.delete(n));for(let n in e){let i=!!e[n];i===this.it.has(n)||this.st?.has(n)||(i?(r.add(n),this.it.add(n)):(r.remove(n),this.it.delete(n)))}return Ae}});var Pn={};X(Pn,{styleMap:()=>Sp});var gs="important",vp=" !"+gs,Sp=pt(class extends ze{constructor(t){if(super(t),t.type!==ct.ATTRIBUTE||t.name!=="style"||t.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(t){return Object.keys(t).reduce((e,r)=>{let n=t[r];return n==null?e:e+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${n};`},"")}update(t,[e]){let{style:r}=t.element;if(this.ut===void 0)return this.ut=new Set(Object.keys(e)),this.render(e);for(let n of this.ut)e[n]==null&&(this.ut.delete(n),n.includes("-")?r.removeProperty(n):r[n]=null);for(let n in e){let i=e[n];if(i!=null){this.ut.add(n);let a=typeof i=="string"&&i.endsWith(vp);n.includes("-")||a?r.setProperty(n,a?i.slice(0,-11):i,a?gs:""):r[n]=i}}return Ae}});var $n={};X($n,{UnsafeHTMLDirective:()=>Xt,unsafeHTML:()=>Tn});var Xt=class extends ze{constructor(e){if(super(e),this.et=re,e.type!==ct.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===re||e==null)return this.vt=void 0,this.et=e;if(e===Ae)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.et)return this.vt;this.et=e;let r=[e];return r.raw=r,this.vt={_$litType$:this.constructor.resultType,strings:r,values:[]}}};Xt.directiveName="unsafeHTML",Xt.resultType=1;var Tn=pt(Xt);var kn={};X(kn,{CacheRegistry:()=>We});var Ln={};X(Ln,{CancelablePromise:()=>Qt,CanceledPromiseError:()=>Jt,cancelable:()=>No});var Jt=class extends Error{constructor(e,r,n){super(e),this.canceledPromiseResult=r,this.canceledPromiseError=n}},Qt=class extends Promise{constructor(e){super((r,n)=>e(i=>{this.isCanceled?n(new Jt("Promise has been canceled",i)):r(i)},i=>{this.isCanceled?n(new Jt("Promise has been canceled",void 0,i)):n(i)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},No=t=>new Qt((e,r)=>t.then(e).catch(r));var We=class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(e,r){this.loaders[e]=r,this.finalContent.delete(e)}registerFinal(e,r){this.loaders[e]=r,this.finalContent.add(e)}clearAll(){for(let e in this.content)this.clear(e)}clear(e){this.finalContent.has(e)||this.forceClear(e)}forceClear(e){this.clearClearTimeout(e),this.content[e]instanceof Qt&&this.content[e].cancel(),delete this.content[e]}clearClearTimeout(e){this.clearTimeouts[e]!=null&&(window.clearTimeout(this.clearTimeouts[e]),delete this.clearTimeouts[e])}set(e,r){this.forceClear(e),this.register(e,async()=>r),this.content[e]=r}setFinal(e,r){this.forceClear(e),this.registerFinal(e,async()=>r),this.content[e]=r}async get(e,r,n){if(this.content[e]===void 0){if(r=r??this.loaders[e],r==null)throw new Error("Unknown cache key "+e);let i=No(r());return this.content[e]=i,i.then(a=>(this.content[e]=a,n!=null&&(this.clearClearTimeout(e),this.clearTimeouts[e]=window.setTimeout(()=>this.clear(e),n)),a))}if(this.content[e]instanceof Error)throw this.content[e];return this.content[e]}isResolvedValue(e){return e!=null&&!(e instanceof Promise)&&!(e instanceof Error)}getNow(e){if(this.isResolvedValue(this.content[e]))return this.content[e]}has(e){return this.content[e]!=null}resolvedKeys(){return Object.keys(this.content).filter(e=>this.isResolvedValue(this.content[e]))}resolvedValues(){return Object.values(this.content).filter(e=>this.isResolvedValue(e))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}};var Dn={};X(Dn,{ClusteringHelper:()=>In});var In=class t{constructor(e,r,n,i){this.allResults=e,this.selectedResult=r,this.clusteringMetadata=n,this.metadataDescriptors=i}static extractResultMetadata(e,r){var n,i;let a=((i=(n=e?.map)!==null&&n!==void 0?n:e?.document)!==null&&i!==void 0?i:e?.topic).metadata.map(s=>t.flattenMetadata(s));return r==null?a:a.find(s=>s.key===r)}static flattenMetadata(e){if(e.hierarchicalValues){let r=[],n=[];return e.hierarchicalValues.forEach(i=>{r.push(i.join(" > ")),i.length>2?n.push(`... > ${i[i.length-1]}`):n.push(i.join(" > "))}),{key:e.key,label:e.label,value:r.join(", "),displayValue:n.join(", ")}}else{let r=e.values.join(", ");return{key:e.key,label:e.label,value:r,displayValue:r}}}computeClustersItemsForMetadata(e,r,n="No value"){var i,a;let s=t.extractResultMetadata(this.selectedResult,e),l=(i=s?.label)!==null&&i!==void 0?i:(a=this.getMetadataDescriptor(e))===null||a===void 0?void 0:a.label;return this.allResults.map(d=>t.extractResultMetadata(d,e)).map(d=>d??{key:e,label:l,value:void 0,displayValue:n}).filter(d=>d.value!=s?.value).filter((d,u,h)=>h.findIndex(y=>y.value===d.value)===u).map(d=>({result:this.findBestResultForMetadataValue(e,d.value),metadata:d})).sort((d,u)=>this.compareMetadata(d.metadata.value,u.metadata.value,e,r))}compareMetadata(e,r,n,i){if(e==null)return-1;if(r==null)return 1;let a=this.getMetadataDescriptor(n),s=a?.sortRule||"NONE",l=a?.reverseSort||!1;if(s=="ALPHABET"||s=="VERSION"){let c=e.localeCompare(r,i,{numeric:!0});return l?c*-1:c}return 0}getMetadataDescriptor(e){return this.metadataDescriptors.find(r=>e==r.key)}findBestResultForMetadataValue(e,r){let n=this.allResults.filter(c=>{var d;return((d=t.extractResultMetadata(c,e))===null||d===void 0?void 0:d.value)==r}),a=[...t.extractResultMetadata(this.selectedResult).filter(c=>this.clusteringMetadata.has(c.key)).filter(c=>c.key!==e)],s,l=-1;for(let c of n){let d=this.countMatchingMetadata(c,a);if(d>l&&(l=d,s=c,d===a.length))break}return s}countMatchingMetadata(e,r){return t.extractResultMetadata(e).filter(n=>r.some(i=>i.key===n.key&&i.value===n.value)).length}};var Mn={};X(Mn,{Debouncer:()=>ae});var ae=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,r){return this.callbacks=[e],this.debounce(r)}queue(e,r){return this.callbacks.push(e),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((r,n)=>{this.resolvePromise=r,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,r;let n=[...this.callbacks];this.callbacks=[];let i=(e=this.rejectPromise)!==null&&e!==void 0?e:()=>null,a=(r=this.resolvePromise)!==null&&r!==void 0?r:()=>null;this.clearPromise();for(let s of n)try{await s()}catch(l){i(l);return}a(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var Bn={};X(Bn,{customElement:()=>K,isNumber:()=>vs,jsonProperty:()=>ge,optionalNumberProperty:()=>Np});var Un={};X(Un,{dateReviver:()=>Ep,deepEqual:()=>ye,delay:()=>_o,eventPathContainsMatchingElement:()=>wp,flatDeep:()=>Dt,last:()=>Rp,minmax:()=>Ap,parseDate:()=>xs,waitFor:()=>bs,waitUntil:()=>Op});var _o=t=>new Promise(e=>setTimeout(e,t));async function Op(t,e=10,r=2e4){await bs(async()=>await t()||void 0,e,r)}async function bs(t,e=10,r=2e4){let n=await t(),i,a;for(i=a=performance.now();n==null&&(!r||a-i<r);)await _o(e),n=await t(),a=performance.now();if(n==null)throw new Error("Timeout exceeded");return n}function Dt(t,e){return t.flatMap(r=>[r,...Dt(e(r),e)])}function Ep(...t){return function(e,r){return t.includes(e)?xs(r):r}}function xs(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(e,r,n,i)=>r+n+":"+i),new Date(t)}function Cp(t,e){if(t===e)return!0;if(t&&e&&typeof t=="object"&&typeof e=="object"){if(t.constructor!==e.constructor)return!1;var r,n,i;if(Array.isArray(t)){if(r=t.length,r!=e.length)return!1;for(n=r;n--!==0;)if(!ye(t[n],e[n]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;for(n of t.entries())if(!ye(n[1],e.get(n[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if(i=Object.keys(t),r=i.length,r!==Object.keys(e).length)return!1;for(n=r;n--!==0;)if(!Object.prototype.hasOwnProperty.call(e,i[n]))return!1;for(n=r;n--!==0;){var a=i[n];if(!ye(t[a],e[a]))return!1}return!0}return t!==t&&e!==e}function ye(t,e){try{return Cp(t,e)}catch{return!1}}function wp(t,e,r=window.document.body){if(e.length>0){let n=t.composedPath();for(let i of n){if(i===r)return!1;if(i.matches&&e.some(a=>i.matches(a)))return!0}}return!1}function Ap(t,e,r){return Math.min(Math.max(t,e),r)}function Rp(t){return t[t.length-1]}var K=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function ge(t,e){let r=()=>JSON.parse(JSON.stringify(t));return b({type:Object,converter:{fromAttribute:n=>{if(n==null)return r();try{return JSON.parse(n)}catch{return r()}},toAttribute:n=>JSON.stringify(n)},hasChanged:(n,i)=>!ye(n,i),...e??{}})}function Np(t){return b({type:Object,converter:{fromAttribute:e=>{if(e!=null)return vs(e)?+e:void 0},toAttribute:e=>e==null?void 0:""+e},...t??{}})}function vs(t){return!isNaN(parseFloat(t))}var ui={};X(ui,{designSystemVariables:()=>L});var di={};X(di,{FtCssVariableFactory:()=>o,banner:()=>Pp,border:()=>Kp,breadcrumb:()=>Tp,button:()=>_,chart:()=>Vp,checkbox:()=>Zp,chip:()=>jp,collapsible:()=>Wp,comboboxMultiSelect:()=>Bp,comboboxSingleSelect:()=>Up,drawer:()=>kp,floatingMenu:()=>Mp,foundation:()=>p,modal:()=>Lp,notice:()=>Gp,notification:()=>Xp,pageHeader:()=>$p,popover:()=>Fp,radio:()=>Yp,semantic:()=>f,setVariable:()=>I,switch_:()=>Hp,tabs:()=>zp,textArea:()=>Dp,textInput:()=>Ip,toggle:()=>qp,tooltip:()=>Jp,typographies:()=>kr,typographyBody1Medium:()=>jn,typographyBody1Regular:()=>Vn,typographyBody1Semibold:()=>Kn,typographyBody2Medium:()=>Zn,typographyBody2MediumUnderline:()=>Ss,typographyBody2Regular:()=>Gn,typographyBody2Semibold:()=>qn,typographyCaption1Bold:()=>ni,typographyCaption1Medium:()=>ri,typographyCaption1Semibold:()=>oi,typographyCaption2Bold:()=>si,typographyCaption2Medium:()=>ii,typographyCaption2Semibold:()=>ai,typographyCaption3Bold:()=>pi,typographyCaption3Medium:()=>li,typographyCaption3Semibold:()=>ci,typographyDisplay:()=>Fn,typographyLabel1Bold:()=>Jn,typographyLabel1Medium:()=>Yn,typographyLabel1Semibold:()=>Xn,typographyLabel2Bold:()=>ti,typographyLabel2Medium:()=>Qn,typographyLabel2Semibold:()=>ei,typographyTitle1:()=>zn,typographyTitle2:()=>Wn,typographyTitle3:()=>Hn,typographyVariants:()=>_p});var Qe=t=>typeof t=="string"?Pt(t):t,o=class{static create(e,r,n,i){let a=l=>Qe(l??i),s=T`var(${Qe(e)}, ${a(i)})`;return s.name=e,s.description=r,s.category=n,s.defaultValue=i,s.defaultCssValue=a,s.get=l=>T`var(${Qe(e)}, ${a(l)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>i,s}static extend(e,r,n,i){let a=l=>n.get(l??i),s=T`var(${Qe(e)}, ${a(i)})`;return s.name=e,s.description=r,s.category=n.category,s.fallbackVariable=n,s.defaultValue=i,s.defaultCssValue=a,s.get=l=>T`var(${Qe(e)}, ${a(l)})`,s.breadcrumb=()=>[n.name,...n.breadcrumb()],s.lastResortDefaultValue=()=>i??n.lastResortDefaultValue(),s}static external(e,r){let n=a=>e.fallbackVariable?e.fallbackVariable.get(a??e.defaultValue):Qe(a??e.lastResortDefaultValue()),i=T`var(${Qe(e.name)}, ${n(e.defaultValue)})`;return i.name=e.name,i.category=e.category,i.fallbackVariable=e.fallbackVariable,i.defaultValue=e.defaultValue,i.context=r,i.defaultCssValue=n,i.get=a=>T`var(${Qe(e.name)}, ${n(a)})`,i.breadcrumb=()=>e.fallbackVariable?[e.fallbackVariable.name,...e.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>e.lastResortDefaultValue(),i}};function I(t,e){return Qe(`${t.name}: ${e}`)}var p={colorWhite:o.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:o.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:o.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:o.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:o.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:o.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:o.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:o.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:o.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:o.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:o.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:o.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:o.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:o.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:o.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:o.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:o.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:o.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:o.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:o.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:o.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:o.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:o.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:o.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:o.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:o.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:o.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:o.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:o.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:o.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:o.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:o.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:o.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:o.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:o.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:o.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:o.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:o.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:o.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:o.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:o.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:o.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:o.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:o.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:o.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:o.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:o.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:o.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:o.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:o.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:o.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:o.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:o.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:o.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:o.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:o.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:o.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:o.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:o.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:o.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:o.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:o.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:o.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:o.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:o.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:o.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:o.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:o.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:o.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:o.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:o.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:o.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:o.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:o.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:o.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:o.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:o.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:o.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:o.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:o.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:o.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:o.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:o.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:o.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:o.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:o.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:o.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:o.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:o.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:o.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:o.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:o.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:o.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:o.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:o.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:o.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:o.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:o.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:o.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:o.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:o.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:o.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:o.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:o.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:o.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:o.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:o.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:o.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:o.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:o.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:o.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:o.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:o.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:o.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:o.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:o.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:o.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:o.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:o.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:o.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:o.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:o.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:o.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:o.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:o.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:o.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:o.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:o.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:o.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:o.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:o.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:o.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:o.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:o.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:o.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:o.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:o.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:o.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:o.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:o.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:o.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:o.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:o.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:o.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:o.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:o.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:o.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:o.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:o.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:o.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:o.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:o.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:o.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:o.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:o.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:o.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:o.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:o.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:o.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:o.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:o.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:o.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:o.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:o.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:o.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:o.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:o.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:o.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),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"),borderRadiusPill:o.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:o.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:o.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:o.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:o.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:o.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:o.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:o.create("--ft-icon-size-6","","SIZE","48px"),opacity0:o.create("--ft-opacity-0","","NUMBER","0"),opacity8:o.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:o.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:o.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:o.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:o.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:o.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:o.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:o.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:o.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:o.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:o.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:o.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:o.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:o.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},Fn={fontFamily:o.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:o.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:o.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-display-textCase","","UNKNOWN","none")},zn={fontFamily:o.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:o.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:o.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},Wn={fontFamily:o.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:o.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:o.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:o.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Hn={fontFamily:o.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:o.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:o.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:o.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Vn={fontFamily:o.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:o.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:o.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},jn={fontFamily:o.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:o.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Kn={fontFamily:o.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:o.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Gn={fontFamily:o.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:o.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Zn={fontFamily:o.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Ss={fontFamily:o.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:o.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:o.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},qn={fontFamily:o.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:o.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:o.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:o.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Yn={fontFamily:o.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Xn={fontFamily:o.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Jn={fontFamily:o.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:o.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:o.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Qn={fontFamily:o.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},ei={fontFamily:o.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},ti={fontFamily:o.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:o.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:o.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:o.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:o.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},ri={fontFamily:o.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},oi={fontFamily:o.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},ni={fontFamily:o.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:o.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:o.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},ii={fontFamily:o.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:o.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},ai={fontFamily:o.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:o.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},si={fontFamily:o.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:o.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:o.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},li={fontFamily:o.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:o.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:o.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},ci={fontFamily:o.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:o.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:o.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},pi={fontFamily:o.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:o.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:o.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:o.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:o.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:o.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:o.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:o.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:o.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},kr={display:Fn,"title-1":zn,"title-2":Wn,"title-3":Hn,"body-1-regular":Vn,"body-1-medium":jn,"body-1-semibold":Kn,"body-2-regular":Gn,"body-2-medium":Zn,"body-2-medium-underline":Ss,"body-2-semibold":qn,"label-1-medium":Yn,"label-1-semibold":Xn,"label-1-bold":Jn,"label-2-medium":Qn,"label-2-semibold":ei,"label-2-bold":ti,"caption-1-medium":ri,"caption-1-semibold":oi,"caption-1-bold":ni,"caption-2-medium":ii,"caption-2-semibold":ai,"caption-2-bold":si,"caption-3-medium":li,"caption-3-semibold":ci,"caption-3-bold":pi},_p=["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","label-1","label-2","caption-1","caption-2","caption-3"];var f={backgroundActionPrimary:o.extend("--ft-background-action-primary","Used as backgorund of primary action components.",p.colorBrand0),backgroundErrorSubtle:o.extend("--ft-background-error-subtle","Used as background of subtle error components.",p.colorRed10),backgroundInfoSubtle:o.extend("--ft-background-info-subtle","Used as background of subtle information components.",p.colorCyan10),backgroundWarningSubtle:o.extend("--ft-background-warning-subtle","Used as background of subtle information components.",p.colorOrange10),backgroundSuccessSubtle:o.extend("--ft-background-success-subtle","Used as background of subtle success components.",p.colorGreen10),backgroundGlobalSurface:o.extend("--ft-background-global-surface","Used as app background.",p.colorWhite),backgroundGlobalOnSurface:o.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",p.colorGray10),backgroundGlobalOnSurfaceDark:o.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",p.colorGray30),contentActionPrimary:o.extend("--ft-content-action-primary","Used on label of primary action on light surface.",p.colorBrand0),contentWarningPrimary:o.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",p.colorOrange200),contentWarningIconOnly:o.extend("--ft-content-warning-icon-only","Used on warning status icons alone",p.colorOrange0),contentErrorPrimary:o.extend("--ft-content-error-primary","Used on label of error messages on light surface.",p.colorRed0),contentErrorIconOnly:o.extend("--ft-content-error-icon-only","Used on error status icons alone",p.colorRed70),contentInfoPrimary:o.extend("--ft-content-info-primary","Used on label of information messages on light surface.",p.colorCyan200),contentInfoIconOnly:o.extend("--ft-content-info-icon-only","Used on info status icons alone",p.colorCyan0),contentSuccessPrimary:o.extend("--ft-content-success-primary","Used on label of success messages on light surface.",p.colorGreen200),contentSuccessIconOnly:o.extend("--ft-content-success-icon-only","Used on success status icons alone",p.colorGreen0),contentGlobalPrimary:o.extend("--ft-content-global-primary","Used for main content on the page.",p.colorGray500),contentGlobalSecondary:o.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
6
+ Also for action icons.`,p.colorGray200),contentGlobalSubtle:o.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",p.colorGray0),contentGlobalOnColor:o.extend("--ft-content-global-on-color","Used for content on a dominant color.",p.colorWhite),borderActionPrimary:o.extend("--ft-border-action-primary","Used as border for primary action components.",p.colorBrand0),borderActionFocusRing:o.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",p.colorCyan0),borderWarningPrimary:o.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",p.colorOrange200),borderWarningSubtle:o.extend("--ft-border-warning-subtle","Used as border for warning components.",p.colorOrange30),borderSuccessPrimary:o.extend("--ft-border-success-primary","Used as border for success buttons.",p.colorGreen200),borderSuccessSubtle:o.extend("--ft-border-success-subtle","Used as border for success components.",p.colorGreen30),borderErrorPrimary:o.extend("--ft-border-error-primary","Used as border for text fields in error states.",p.colorRed0),borderErrorSubtle:o.extend("--ft-border-error-subtle","Used as border for error components.",p.colorRed30),borderInfoPrimary:o.extend("--ft-border-info-primary","Used as border for buttons in info color.",p.colorCyan200),borderInfoSubtle:o.extend("--ft-border-info-subtle","Used as border for information components.",p.colorCyan30),borderGlobalPrimary:o.extend("--ft-border-global-primary","Used as border for element like input.",p.colorGray50),borderGlobalSubtle:o.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",p.colorGray30),borderInputPrimary:o.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",p.colorGray80)};var _={largeHeight:o.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:o.extend("--ft-button-large-horizontal-padding","",p.spacing4),largeGap:o.extend("--ft-button-large-gap","",p.spacing2),largeBorderRadius:o.extend("--ft-button-large-border-radius","",p.borderRadiusS),largeIconSize:o.extend("--ft-button-large-icon-size","",p.iconSize3),largeBorderWidth:o.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:o.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:o.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:o.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:o.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:o.extend("--ft-button-small-horizontal-padding","",p.spacing3),smallGap:o.extend("--ft-button-small-gap","",p.spacing2),smallBorderRadius:o.extend("--ft-button-small-border-radius","",p.borderRadiusS),smallIconSize:o.extend("--ft-button-small-icon-size","",p.iconSize2),smallBorderWidth:o.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:o.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:o.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:o.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:o.extend("--ft-button-primary-background-color","",f.backgroundActionPrimary),primaryColor:o.extend("--ft-button-primary-color","",f.contentGlobalOnColor),primaryIconColor:o.extend("--ft-button-primary-icon-color","",f.contentGlobalOnColor),primaryStateLayerColor:o.extend("--ft-button-primary-state-layer-color","",f.contentGlobalOnColor),primaryHoverStateLayerOpacity:o.extend("--ft-button-primary-hover-state-layer-opacity","",p.opacity16),primaryFocusStateLayerOpacity:o.extend("--ft-button-primary-focus-state-layer-opacity","",p.opacity16),primaryActiveStateLayerOpacity:o.extend("--ft-button-primary-active-state-layer-opacity","",p.opacity24),primaryDisabledComponentOpacity:o.extend("--ft-button-primary-disabled-component-opacity","",p.opacity40),focusFocusRingColor:o.extend("--ft-button-focus-focus-ring-color","",f.borderActionFocusRing),tertiaryBackgroundColor:o.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:o.extend("--ft-button-tertiary-color","",f.contentActionPrimary),tertiaryIconColor:o.extend("--ft-button-tertiary-icon-color","",f.contentActionPrimary),tertiaryStateLayerColor:o.extend("--ft-button-tertiary-state-layer-color","",f.contentActionPrimary),tertiaryHoverStateLayerOpacity:o.extend("--ft-button-tertiary-hover-state-layer-opacity","",p.opacity8),tertiaryFocusStateLayerOpacity:o.extend("--ft-button-tertiary-focus-state-layer-opacity","",p.opacity8),tertiaryActiveStateLayerOpacity:o.extend("--ft-button-tertiary-active-state-layer-opacity","",p.opacity16),tertiaryDisabledComponentOpacity:o.extend("--ft-button-tertiary-disabled-component-opacity","",p.opacity40),secondaryBackgroundColor:o.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:o.extend("--ft-button-secondary-color","",f.contentActionPrimary),secondaryIconColor:o.extend("--ft-button-secondary-icon-color","",f.contentActionPrimary),secondaryStateLayerColor:o.extend("--ft-button-secondary-state-layer-color","",f.contentActionPrimary),secondaryHoverStateLayerOpacity:o.extend("--ft-button-secondary-hover-state-layer-opacity","",p.opacity8),secondaryFocusStateLayerOpacity:o.extend("--ft-button-secondary-focus-state-layer-opacity","",p.opacity8),secondaryActiveStateLayerOpacity:o.extend("--ft-button-secondary-active-state-layer-opacity","",p.opacity16),secondaryDisabledComponentOpacity:o.extend("--ft-button-secondary-disabled-component-opacity","",p.opacity40),secondaryBorderColor:o.extend("--ft-button-secondary-border-color","",f.borderActionPrimary),neutralBackgroundColor:o.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:o.extend("--ft-button-neutral-icon-color","",f.contentGlobalSecondary),neutralColor:o.extend("--ft-button-neutral-color","",f.contentGlobalSecondary),neutralStateLayerColor:o.extend("--ft-button-neutral-state-layer-color","",f.contentGlobalSecondary),neutralHoverStateLayerOpacity:o.extend("--ft-button-neutral-hover-state-layer-opacity","",p.opacity8),neutralFocusStateLayerOpacity:o.extend("--ft-button-neutral-focus-state-layer-opacity","",p.opacity8),neutralActiveStateLayerOpacity:o.extend("--ft-button-neutral-active-state-layer-opacity","",p.opacity16),neutralDisabledComponentOpacity:o.extend("--ft-button-neutral-disabled-component-opacity","",p.opacity40)};var Pp={iconSize:o.extend("--ft-banner-icon-size","",p.iconSize5),borderWidth:o.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:o.extend("--ft-banner-horizontal-padding","",p.spacing6),verticalPadding:o.extend("--ft-banner-vertical-padding","",p.spacing6),horizontalSideGap:o.extend("--ft-banner-horizontal-side-gap","",p.spacing6),horizontalMobileGap:o.extend("--ft-banner-horizontal-mobile-gap","",p.spacing4),verticalMobileGap:o.extend("--ft-banner-vertical-mobile-gap","",p.spacing6),horizontalMiddleGap:o.extend("--ft-banner-horizontal-middle-gap","",p.spacing20),infoBackgroundColor:o.extend("--ft-banner-info-background-color","",f.backgroundInfoSubtle),infoColor:o.extend("--ft-banner-info-color","",f.contentInfoPrimary),infoIconColor:o.extend("--ft-banner-info-icon-color","",f.contentInfoIconOnly)};var Tp={horizontalGap:o.extend("--ft-breadcrumb-horizontal-gap","",p.spacing1),verticalGap:o.extend("--ft-breadcrumb-vertical-gap","",p.spacing2),currentElementColor:o.extend("--ft-breadcrumb-current-element-color","",f.contentGlobalPrimary),iconColor:o.extend("--ft-breadcrumb-icon-color","",f.contentGlobalSubtle)};var $p={horizontalPadding:o.extend("--ft-page-header-horizontal-padding","",p.spacing12),horizontalGap:o.extend("--ft-page-header-horizontal-gap","",p.spacing4),verticalGap:o.extend("--ft-page-header-vertical-gap","",p.spacing2),classicVerticalPadding:o.extend("--ft-page-header-classic-vertical-padding","",p.spacing6),multilineVerticalPadding:o.extend("--ft-page-header-multiline-vertical-padding","",p.spacing4),inlineVerticalPadding:o.extend("--ft-page-header-inline-vertical-padding","",p.spacing2),backgroundColor:o.extend("--ft-page-header-background-color","",p.colorWhite),bottomBorderColor:o.extend("--ft-page-header-bottom-border-color","",f.borderGlobalSubtle),titleColor:o.extend("--ft-page-header-title-color","",f.contentGlobalPrimary),subtitleColor:o.extend("--ft-page-header-subtitle-color","",f.contentGlobalSecondary)};var Lp={smallContainerWidth:o.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:o.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:o.extend("--ft-modal-overlay-background-color","",p.colorGray700),overlayOpacity:o.extend("--ft-modal-overlay-opacity","",p.opacity40),shadow:o.extend("--ft-modal-shadow","",p.shadowElevation03),bodyBackgroundColor:o.extend("--ft-modal-body-background-color","",p.colorWhite),bodyColor:o.extend("--ft-modal-body-color","",f.contentGlobalPrimary),bodyHorizontalPadding:o.extend("--ft-modal-body-horizontal-padding","",p.spacing6),bodyVerticalPadding:o.extend("--ft-modal-body-vertical-padding","",p.spacing6),bodyVerticalGap:o.extend("--ft-modal-body-vertical-gap","",p.spacing6),containerMargin:o.extend("--ft-modal-container-margin","",p.spacing3),headerBackgroundColor:o.extend("--ft-modal-header-background-color","",f.backgroundGlobalOnSurface),headerBorderColor:o.extend("--ft-modal-header-border-color","",f.borderGlobalSubtle),headerColor:o.extend("--ft-modal-header-color","",f.contentGlobalPrimary),headerTrailingIconColor:o.extend("--ft-modal-header-trailing-icon-color","",f.contentGlobalSecondary),headerVerticalPadding:o.extend("--ft-modal-header-vertical-padding","",p.spacing1),headerRightPadding:o.extend("--ft-modal-header-right-padding","",p.spacing1),headerLeftPadding:o.extend("--ft-modal-header-left-padding","",p.spacing6),headerGap:o.extend("--ft-modal-header-gap","",p.spacing2),headerBorderBottom:o.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:o.extend("--ft-modal-border-radius","",p.borderRadiusM)};var kp={overlayOpacity:o.extend("--ft-drawer-overlay-opacity","",p.opacity40),shadow:o.extend("--ft-drawer-shadow","",p.shadowElevation03),bodyColor:o.extend("--ft-drawer-body-color","",f.contentGlobalPrimary),bodyHorizontalPadding:o.extend("--ft-drawer-body-horizontal-padding","",p.spacing6),bodyVerticalPadding:o.extend("--ft-drawer-body-vertical-padding","",p.spacing6),bodyGap:o.extend("--ft-drawer-body-gap","",p.spacing6),bodyBackgroundColor:o.extend("--ft-drawer-body-background-color","",p.colorWhite),headerBackgroundColor:o.extend("--ft-drawer-header-background-color","",f.backgroundGlobalOnSurface),headerBorderColor:o.extend("--ft-drawer-header-border-color","",f.borderGlobalSubtle),headerColor:o.extend("--ft-drawer-header-color","",f.contentGlobalPrimary),headerTrailingIconColor:o.extend("--ft-drawer-header-trailing-icon-color","",f.contentGlobalSecondary),headerHeight:o.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:o.extend("--ft-drawer-header-horizontal-padding","",p.spacing2),headerBorderWidth:o.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:o.extend("--ft-drawer-header-gap","",p.spacing3),buttonsBarBackgroundColor:o.extend("--ft-drawer-buttons-bar-background-color","",f.backgroundGlobalOnSurface),buttonsBarBorderColor:o.extend("--ft-drawer-buttons-bar-border-color","",f.borderGlobalSubtle),buttonsBarColor:o.extend("--ft-drawer-buttons-bar-color","",f.contentGlobalPrimary),buttonsBarHorizontalPadding:o.extend("--ft-drawer-buttons-bar-horizontal-padding","",p.spacing4),buttonsBarVerticalPadding:o.extend("--ft-drawer-buttons-bar-vertical-padding","",p.spacing4),buttonsBarGap:o.extend("--ft-drawer-buttons-bar-gap","",p.spacing3),buttonsBarBorderWidth:o.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:o.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:o.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:o.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:o.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:o.extend("--ft-drawer-overlay-background-color","",p.colorGray700)};var Ip={fieldHorizontalPadding:o.extend("--ft-text-input-field-horizontal-padding","",p.spacing4),fieldHorizontalGap:o.extend("--ft-text-input-field-horizontal-gap","",p.spacing3),fieldVerticalGap:o.extend("--ft-text-input-field-vertical-gap","",p.spacing05),fieldIconSize:o.extend("--ft-text-input-field-icon-size","",p.iconSize3),fieldHeight:o.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:o.extend("--ft-text-input-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:o.extend("--ft-text-input-helper-horizontal-gap","",p.spacing1),helperIconSize:o.extend("--ft-text-input-helper-icon-size","",p.iconSize2),borderRadius:o.extend("--ft-text-input-border-radius","",p.borderRadiusM),backgroundColor:o.extend("--ft-text-input-background-color","",p.colorWhite),contentValueColor:o.extend("--ft-text-input-content-value-color","",f.contentGlobalPrimary),trailingIconColor:o.extend("--ft-text-input-trailing-icon-color","",f.contentGlobalSubtle),labelColor:o.extend("--ft-text-input-label-color","",f.contentGlobalSubtle),defaultBorderColor:o.extend("--ft-text-input-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:o.extend("--ft-text-input-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:o.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:o.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:o.extend("--ft-text-input-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:o.extend("--ft-text-input-error-helper-text-color","",f.contentErrorPrimary),errorHelperIconColor:o.extend("--ft-text-input-error-helper-icon-color","",f.contentErrorIconOnly),warningBorderWidth:o.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:o.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ft-text-input-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:o.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ft-text-input-disabled-component-opacity","",p.opacity40)};var Dp={backgroundColor:o.extend("--ft-text-area-background-color","",p.colorWhite),contentValueColor:o.extend("--ft-text-area-content-value-color","",f.contentGlobalPrimary),labelColor:o.extend("--ft-text-area-label-color","",f.contentGlobalSubtle),defaultBorderColor:o.extend("--ft-text-area-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:o.extend("--ft-text-area-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:o.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:o.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:o.extend("--ft-text-area-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:o.extend("--ft-text-area-error-helper-text-color","",f.contentErrorPrimary),errorHelperIconColor:o.extend("--ft-text-area-error-helper-icon-color","",f.contentErrorIconOnly),focusFocusRingColor:o.extend("--ft-text-area-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:o.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:o.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ft-text-area-disabled-component-opacity","",p.opacity40),fieldHorizontalLeftPadding:o.extend("--ft-text-area-field-horizontal-left-padding","",p.spacing4),fieldHorizontalGap:o.extend("--ft-text-area-field-horizontal-gap","",p.spacing3),fieldVerticalGap:o.extend("--ft-text-area-field-vertical-gap","",p.spacing05),fieldMinHeight:o.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:o.extend("--ft-text-area-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:o.extend("--ft-text-area-helper-horizontal-gap","",p.spacing1),helperIconSize:o.extend("--ft-text-area-helper-icon-size","",p.iconSize2),borderRadius:o.extend("--ft-text-area-border-radius","",p.borderRadiusM)};var Mp={height:o.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:o.extend("--ft-floating-menu-horizontal-padding","",p.spacing4),offIconColor:o.extend("--ft-floating-menu-off-icon-color","",f.contentGlobalPrimary),offColor:o.extend("--ft-floating-menu-off-color","",f.contentGlobalPrimary),onColor:o.extend("--ft-floating-menu-on-color","",f.contentActionPrimary),onStateLayerColor:o.extend("--ft-floating-menu-on-state-layer-color","",f.contentActionPrimary),gap:o.extend("--ft-floating-menu-gap","",p.spacing3),focusFocusRingColor:o.extend("--ft-floating-menu-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:o.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:o.extend("--ft-floating-menu-focus-state-layer-opacity","",p.opacity8),hoverStateLayerOpacity:o.extend("--ft-floating-menu-hover-state-layer-opacity","",p.opacity8),activeStateLayerOpacity:o.extend("--ft-floating-menu-active-state-layer-opacity","",p.opacity16),disabledComponentOpacity:o.extend("--ft-floating-menu-disabled-component-opacity","",p.opacity40),iconSize:o.extend("--ft-floating-menu-icon-size","",p.iconSize3),backgroundColor:o.extend("--ft-floating-menu-background-color","",f.backgroundGlobalOnSurface)};var Up={fieldHorizontalPadding:o.extend("--ft-combobox-single-select-field-horizontal-padding","",p.spacing4),fieldHorizontalGap:o.extend("--ft-combobox-single-select-field-horizontal-gap","",p.spacing3),fieldVerticalGap:o.extend("--ft-combobox-single-select-field-vertical-gap","",p.spacing05),fieldIconSize:o.extend("--ft-combobox-single-select-field-icon-size","",p.iconSize3),fieldHeight:o.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:o.extend("--ft-combobox-single-select-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:o.extend("--ft-combobox-single-select-helper-horizontal-gap","",p.spacing1),helperVerticalGap:o.extend("--ft-combobox-single-select-helper-vertical-gap","",p.spacing1),helperIconSize:o.extend("--ft-combobox-single-select-helper-icon-size","",p.iconSize2),menuVerticalGap:o.extend("--ft-combobox-single-select-menu-vertical-gap","",p.spacing2),borderRadius:o.extend("--ft-combobox-single-select-border-radius","",p.borderRadiusM),backgroundColor:o.extend("--ft-combobox-single-select-background-color","",p.colorWhite),labelColor:o.extend("--ft-combobox-single-select-label-color","",f.contentGlobalSubtle),contentValueColor:o.extend("--ft-combobox-single-select-content-value-color","",f.contentGlobalPrimary),trailingIconColor:o.extend("--ft-combobox-single-select-trailing-icon-color","",f.contentGlobalSubtle),defaultBorderColor:o.extend("--ft-combobox-single-select-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:o.extend("--ft-combobox-single-select-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:o.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:o.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:o.extend("--ft-combobox-single-select-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:o.extend("--ft-combobox-single-select-error-helper-text-color","",f.contentErrorPrimary),warningBorderWidth:o.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:o.extend("--ft-combobox-single-select-warning-border-color","",f.borderWarningPrimary),warningHelperTextColor:o.extend("--ft-combobox-single-select-warning-helper-text-color","",f.contentWarningPrimary),warningHelperIconColor:o.extend("--ft-combobox-single-select-warning-helper-icon-color","",f.contentWarningIconOnly),focusOutlineWidth:o.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ft-combobox-single-select-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:o.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ft-combobox-single-select-disabled-component-opacity","",p.opacity40)};var Bp={backgroundColor:o.extend("--ft-combobox-multi-select-background-color","",p.colorWhite),labelColor:o.extend("--ft-combobox-multi-select-label-color","",f.contentGlobalSubtle),trailingIconColor:o.extend("--ft-combobox-multi-select-trailing-icon-color","",f.contentGlobalSubtle),defaultBorderColor:o.extend("--ft-combobox-multi-select-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:o.extend("--ft-combobox-multi-select-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:o.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:o.extend("--ft-combobox-multi-select-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:o.extend("--ft-combobox-multi-select-error-helper-text-color","",f.contentErrorPrimary),errorHelperIcon:o.extend("--ft-combobox-multi-select-error-helper-icon","",f.contentErrorIconOnly),errorBorderWidth:o.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:o.extend("--ft-combobox-multi-select-warning-border-color","",f.borderWarningPrimary),warningHelperTextColor:o.extend("--ft-combobox-multi-select-warning-helper-text-color","",f.contentWarningPrimary),warningHelperIconColor:o.extend("--ft-combobox-multi-select-warning-helper-icon-color","",f.contentWarningIconOnly),warningBorderWidth:o.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ft-combobox-multi-select-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:o.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:o.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:o.extend("--ft-combobox-multi-select-disabled-component-opacity","",p.opacity40),helperHorizontalPadding:o.extend("--ft-combobox-multi-select-helper-horizontal-padding","",p.spacing4),helperHorizontalGap:o.extend("--ft-combobox-multi-select-helper-horizontal-gap","",p.spacing1),helperVerticalGap:o.extend("--ft-combobox-multi-select-helper-vertical-gap","",p.spacing1),helperIconSize:o.extend("--ft-combobox-multi-select-helper-icon-size","",p.iconSize2),fieldHorizontalPadding:o.extend("--ft-combobox-multi-select-field-horizontal-padding","",p.spacing4),fieldHorizontalGap:o.extend("--ft-combobox-multi-select-field-horizontal-gap","",p.spacing3),fieldVerticalGap:o.extend("--ft-combobox-multi-select-field-vertical-gap","",p.spacing05),fieldIconSize:o.extend("--ft-combobox-multi-select-field-icon-size","",p.iconSize3),fieldMaxHeight:o.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:o.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",p.spacing1),contentValuesVerticalGap:o.extend("--ft-combobox-multi-select-content-values-vertical-gap","",p.spacing1),borderRadius:o.extend("--ft-combobox-multi-select-border-radius","",p.borderRadiusM)};var Fp={backgroundColor:o.extend("--ft-popover-background-color","",f.backgroundGlobalOnSurface),horizontalPadding:o.extend("--ft-popover-horizontal-padding","",p.spacing6),verticalPadding:o.extend("--ft-popover-vertical-padding","",p.spacing6),iconColor:o.extend("--ft-popover-icon-color","",f.contentGlobalSecondary),iconSize:o.extend("--ft-popover-icon-size","",p.iconSize2),titleColor:o.extend("--ft-popover-title-color","",f.contentGlobalPrimary),bodyColor:o.extend("--ft-popover-body-color","",f.contentGlobalSecondary),linkColor:o.extend("--ft-popover-link-color","",f.contentActionPrimary),gap:o.extend("--ft-popover-gap","",p.spacing3),borderRadius:o.extend("--ft-popover-border-radius","",p.borderRadiusM),shadow:o.extend("--ft-popover-shadow","",p.shadowElevation02)};var zp={topLeftBorderRadius:o.extend("--ft-tabs-top-left-border-radius","",p.borderRadiusS),topRightBorderRadius:o.extend("--ft-tabs-top-right-border-radius","",p.borderRadiusS),labelHorizontalPadding:o.extend("--ft-tabs-label-horizontal-padding","",p.spacing4),labelVerticalPadding:o.extend("--ft-tabs-label-vertical-padding","",p.spacing3),labelGap:o.extend("--ft-tabs-label-gap","",p.spacing1),offHoverStateLayerOpacity:o.extend("--ft-tabs-off-hover-state-layer-opacity","",p.opacity8),offFocusStateLayerOpacity:o.extend("--ft-tabs-off-focus-state-layer-opacity","",p.opacity8),offActiveStateLayerOpacity:o.extend("--ft-tabs-off-active-state-layer-opacity","",p.opacity16),offDisabledComponentOpacity:o.extend("--ft-tabs-off-disabled-component-opacity","",p.opacity40),offColor:o.extend("--ft-tabs-off-color","",f.contentGlobalSubtle),offStateLayerColor:o.extend("--ft-tabs-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:o.extend("--ft-tabs-on-hover-state-layer-opacity","",p.opacity8),onFocusStateLayerOpacity:o.extend("--ft-tabs-on-focus-state-layer-opacity","",p.opacity8),onActiveStateLayerOpacity:o.extend("--ft-tabs-on-active-state-layer-opacity","",p.opacity16),onDisabledComponentOpacity:o.extend("--ft-tabs-on-disabled-component-opacity","",p.opacity40),onColor:o.extend("--ft-tabs-on-color","",f.contentActionPrimary),onStateLayerColor:o.extend("--ft-tabs-on-state-layer-color","",f.contentActionPrimary),iconHorizontalPadding:o.extend("--ft-tabs-icon-horizontal-padding","",p.spacing1),iconVerticalPadding:o.extend("--ft-tabs-icon-vertical-padding","",p.spacing4),focusOutlineWidth:o.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ft-tabs-focus-focus-ring-color","",f.borderActionFocusRing)};var Wp={hoverStateLayerOpacity:o.extend("--ft-collapsible-hover-state-layer-opacity","",p.opacity8),focusStateLayerOpacity:o.extend("--ft-collapsible-focus-state-layer-opacity","",p.opacity8),focusOutlineWidth:o.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:o.extend("--ft-collapsible-focus-focus-ring-color","",f.borderActionFocusRing),activeStateLayerOpacity:o.extend("--ft-collapsible-active-state-layer-opacity","",p.opacity16),disabledComponentOpacity:o.extend("--ft-collapsible-disabled-component-opacity","",p.opacity40),horizontalPadding:o.extend("--ft-collapsible-horizontal-padding","",p.spacing4),verticalPadding:o.extend("--ft-collapsible-vertical-padding","",p.spacing3),color:o.extend("--ft-collapsible-color","",f.contentGlobalPrimary),stateLayerColor:o.extend("--ft-collapsible-state-layer-color","",f.contentGlobalPrimary),backgroundColor:o.extend("--ft-collapsible-background-color","",f.backgroundGlobalOnSurface),borderColor:o.extend("--ft-collapsible-border-color","",f.borderGlobalSubtle),iconSize:o.extend("--ft-collapsible-icon-size","",p.iconSize3)};var Hp={groupHorizontalPadding:o.extend("--ft-switch-group-horizontal-padding","",p.spacing1),groupVerticalPadding:o.extend("--ft-switch-group-vertical-padding","",p.spacing1),groupGap:o.extend("--ft-switch-group-gap","",p.spacing1),groupBackgroundColor:o.extend("--ft-switch-group-background-color","",f.backgroundGlobalSurface),groupBorderColor:o.extend("--ft-switch-group-border-color","",f.borderGlobalSubtle),groupBorderRadius:o.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:o.extend("--ft-switch-label-horizontal-padding","",p.spacing2),labelVerticalPadding:o.extend("--ft-switch-label-vertical-padding","",p.spacing1),offHoverStateLayerOpacity:o.extend("--ft-switch-off-hover-state-layer-opacity","",p.opacity8),offFocusStateLayerOpacity:o.extend("--ft-switch-off-focus-state-layer-opacity","",p.opacity8),offActiveStateLayerOpacity:o.extend("--ft-switch-off-active-state-layer-opacity","",p.opacity16),offDisabledComponentOpacity:o.extend("--ft-switch-off-disabled-component-opacity","",p.opacity40),offColor:o.extend("--ft-switch-off-color","",f.contentGlobalSubtle),offStateLayerColor:o.extend("--ft-switch-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:o.extend("--ft-switch-on-hover-state-layer-opacity","",p.opacity8),onFocusStateLayerOpacity:o.extend("--ft-switch-on-focus-state-layer-opacity","",p.opacity8),onActiveStateLayerOpacity:o.extend("--ft-switch-on-active-state-layer-opacity","",p.opacity16),onDisabledComponentOpacity:o.extend("--ft-switch-on-disabled-component-opacity","",p.opacity40),onColor:o.extend("--ft-switch-on-color","",f.contentActionPrimary),onStateLayerColor:o.extend("--ft-switch-on-state-layer-color","",f.contentActionPrimary),iconHorizontalPadding:o.extend("--ft-switch-icon-horizontal-padding","",p.spacing1),iconVerticalPadding:o.extend("--ft-switch-icon-vertical-padding","",p.spacing1),focusOutlineWidth:o.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:o.extend("--ft-switch-focus-focus-ring-color","",f.borderActionFocusRing),optionBorderRadius:o.extend("--ft-switch-option-border-radius","",p.borderRadiusS)};var Vp={color1Light:o.extend("--ft-chart-1-light","for area color charts",p.colorBrand40),color1Base:o.extend("--ft-chart-1-base","for line charts",p.colorBrand0),color2Light:o.extend("--ft-chart-2-light","for area color charts",p.colorYellow60),color2Base:o.extend("--ft-chart-2-base","for line charts",p.colorYellow100),color3Light:o.extend("--ft-chart-3-light","",p.colorUltramarine40),color3Base:o.extend("--ft-chart-3-base","",p.colorUltramarine70),color4Light:o.extend("--ft-chart-4-light","",p.colorCyan50),color4Base:o.extend("--ft-chart-4-base","",p.colorCyan100),color5Light:o.extend("--ft-chart-5-light","",p.colorRed40),color5Base:o.extend("--ft-chart-5-base","",p.colorRed60),color6Light:o.extend("--ft-chart-6-light","",p.colorGreen40),color6Base:o.extend("--ft-chart-6-base","",p.colorGreen70),color7Light:o.extend("--ft-chart-7-light","",p.colorOrange70),color7Base:o.extend("--ft-chart-7-base","",p.colorOrange100),color8Light:o.extend("--ft-chart-8-light","",p.colorAvocado70),color8Base:o.extend("--ft-chart-8-base","",p.colorAvocado200),color9Light:o.extend("--ft-chart-9-light","",p.colorBrown50),color9Base:o.extend("--ft-chart-9-base","",p.colorBrown200),color10Light:o.extend("--ft-chart-10-light","",p.colorGray50),color10Base:o.extend("--ft-chart-10-base","",p.colorGray80),monochrome10:o.extend("--ft-chart-monochrome-10","",p.colorBrand10),monochrome20:o.extend("--ft-chart-monochrome-20","",p.colorBrand20),monochrome30:o.extend("--ft-chart-monochrome-30","",p.colorBrand40),monochrome40:o.extend("--ft-chart-monochrome-40","",p.colorBrand60),monochrome50:o.extend("--ft-chart-monochrome-50","",p.colorBrand0),monochrome60:o.extend("--ft-chart-monochrome-60","",p.colorBrand200)};var jp={largeHorizontalPadding:o.extend("--ft-chip-large-horizontal-padding","",p.spacing4),largeVerticalPadding:o.extend("--ft-chip-large-vertical-padding","",p.spacing2),largeGap:o.extend("--ft-chip-large-gap","",p.spacing1),largeFocusOutlineOffset:o.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:o.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:o.extend("--ft-chip-large-border-radius","",p.borderRadiusPill),largeBorderWidth:o.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:o.extend("--ft-chip-large-icon-size","",p.iconSize3),mediumHorizontalPadding:o.extend("--ft-chip-medium-horizontal-padding","",p.spacing3),mediumVerticalPadding:o.extend("--ft-chip-medium-vertical-padding","",p.spacing1),mediumGap:o.extend("--ft-chip-medium-gap","",p.spacing1),mediumFocusOutlineOffset:o.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:o.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:o.extend("--ft-chip-medium-border-radius","",p.borderRadiusPill),mediumBorderWidth:o.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:o.extend("--ft-chip-medium-icon-size","",p.iconSize2),smallHorizontalPadding:o.extend("--ft-chip-small-horizontal-padding","",p.spacing2),smallVerticalPadding:o.extend("--ft-chip-small-vertical-padding","",p.spacing05),smallGap:o.extend("--ft-chip-small-gap","",p.spacing1),smallFocusOutlineOffset:o.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:o.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:o.extend("--ft-chip-small-border-radius","",p.borderRadiusPill),smallBorderWidth:o.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:o.extend("--ft-chip-small-icon-size","",p.iconSize1),neutralBackgroundColor:o.extend("--ft-chip-neutral-background-color","",f.backgroundGlobalOnSurface),neutralColor:o.extend("--ft-chip-neutral-color","",f.contentGlobalPrimary),neutralIconColor:o.extend("--ft-chip-neutral-icon-color","",f.contentGlobalPrimary),neutralBorderColor:o.extend("--ft-chip-neutral-border-color","",f.borderGlobalSubtle),infoBackgroundColor:o.extend("--ft-chip-info-background-color","",f.backgroundInfoSubtle),infoColor:o.extend("--ft-chip-info-color","",f.contentInfoPrimary),infoIconColor:o.extend("--ft-chip-info-icon-color","",f.contentInfoIconOnly),infoBorderColor:o.extend("--ft-chip-info-border-color","",f.borderInfoSubtle),successBackgroundColor:o.extend("--ft-chip-success-background-color","",f.backgroundSuccessSubtle),successColor:o.extend("--ft-chip-success-color","",f.contentSuccessPrimary),successIconColor:o.extend("--ft-chip-success-icon-color","",f.contentSuccessIconOnly),successBorderColor:o.extend("--ft-chip-success-border-color","",f.borderSuccessSubtle),warningBackgroundColor:o.extend("--ft-chip-warning-background-color","",f.backgroundWarningSubtle),warningColor:o.extend("--ft-chip-warning-color","",f.contentWarningPrimary),warningIconColor:o.extend("--ft-chip-warning-icon-color","",f.contentWarningIconOnly),warningBorderColor:o.extend("--ft-chip-warning-border-color","",f.borderWarningSubtle),errorBackgroundColor:o.extend("--ft-chip-error-background-color","",f.backgroundErrorSubtle),errorColor:o.extend("--ft-chip-error-color","",f.contentErrorPrimary),errorIconColor:o.extend("--ft-chip-error-icon-color","",f.contentErrorIconOnly),errorBorderColor:o.extend("--ft-chip-error-border-color","",f.borderErrorSubtle)};var Kp={infoBorderColor:o.extend("--ft-border-info-border-color","",f.borderInfoSubtle)};var Gp={borderWidth:o.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:o.extend("--ft-notice-horizontal-padding","",p.spacing2),verticalPadding:o.extend("--ft-notice-vertical-padding","",p.spacing1),borderRadius:o.extend("--ft-notice-border-radius","",p.borderRadiusS),gap:o.extend("--ft-notice-gap","",p.spacing2),iconSize:o.extend("--ft-notice-icon-size","",p.iconSize3),infoBackgroundColor:o.extend("--ft-notice-info-background-color","",f.backgroundInfoSubtle),infoBorderColor:o.extend("--ft-notice-info-border-color","",f.borderInfoSubtle),infoColor:o.extend("--ft-notice-info-color","",f.contentInfoPrimary),infoIconColor:o.extend("--ft-notice-info-icon-color","",f.contentInfoIconOnly),warningBackgroundColor:o.extend("--ft-notice-warning-background-color","",f.backgroundWarningSubtle),warningBorderColor:o.extend("--ft-notice-warning-border-color","",f.borderWarningSubtle),warningColor:o.extend("--ft-notice-warning-color","",f.contentWarningPrimary),warningIconColor:o.extend("--ft-notice-warning-icon-color","",f.contentWarningIconOnly),errorBackgroundColor:o.extend("--ft-notice-error-background-color","",f.backgroundErrorSubtle),errorBorderColor:o.extend("--ft-notice-error-border-color","",f.borderErrorSubtle),errorColor:o.extend("--ft-notice-error-color","",f.contentErrorPrimary),errorIconColor:o.extend("--ft-notice-error-icon-color","",f.contentErrorIconOnly),successBackgroundColor:o.extend("--ft-notice-success-background-color","",f.backgroundSuccessSubtle),successBorderColor:o.extend("--ft-notice-success-border-color","",f.borderSuccessSubtle),successColor:o.extend("--ft-notice-success-color","",f.contentSuccessPrimary),successIconColor:o.extend("--ft-notice-success-icon-color","",f.contentSuccessIconOnly)};var Zp={color:o.extend("--ft-checkbox-color","",f.contentGlobalPrimary),checkedBackgroundColor:o.extend("--ft-checkbox-checked-background-color","",f.contentActionPrimary),checkedStateLayerColor:o.extend("--ft-checkbox-checked-state-layer-color","",f.contentActionPrimary),checkedIconColor:o.extend("--ft-checkbox-checked-icon-color","",f.contentGlobalOnColor),checkedHoverStateLayerOpacity:o.extend("--ft-checkbox-checked-hover-state-layer-opacity","",p.opacity16),checkedFocusStateLayerOpacity:o.extend("--ft-checkbox-checked-focus-state-layer-opacity","",p.opacity16),checkedActiveStateLayerOpacity:o.extend("--ft-checkbox-checked-active-state-layer-opacity","",p.opacity24),checkedDisabledComponentOpacity:o.extend("--ft-checkbox-checked-disabled-component-opacity","",p.opacity40),uncheckedBorderColor:o.extend("--ft-checkbox-unchecked-border-color","",p.colorGray80),uncheckedStateLayerColor:o.extend("--ft-checkbox-unchecked-state-layer-color","",p.colorGray80),uncheckedHoverStateLayerOpacity:o.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",p.opacity16),uncheckedFocusStateLayerOpacity:o.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",p.opacity16),uncheckedActiveStateLayerOpacity:o.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",p.opacity24),uncheckedDisabledComponentOpacity:o.extend("--ft-checkbox-unchecked-disabled-component-opacity","",p.opacity40),focusFocusRingColor:o.extend("--ft-checkbox-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:o.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:o.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:o.extend("--ft-checkbox-gap","",p.spacing3)};var qp={offHoverStateLayerOpacity:o.extend("--ft-toggle-off-hover-state-layer-opacity","",p.opacity16),offFocusStateLayerOpacity:o.extend("--ft-toggle-off-focus-state-layer-opacity","",p.opacity16),offActiveStateLayerOpacity:o.extend("--ft-toggle-off-active-state-layer-opacity","",p.opacity24),offDisabledComponentOpacity:o.extend("--ft-toggle-off-disabled-component-opacity","",p.opacity40),offBackgroundColor:o.extend("--ft-toggle-off-background-color","",f.contentGlobalSubtle),offIconColor:o.extend("--ft-toggle-off-icon-color","",f.contentGlobalSubtle),offStateLayerColor:o.extend("--ft-toggle-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:o.extend("--ft-toggle-on-hover-state-layer-opacity","",p.opacity16),onFocusStateLayerOpacity:o.extend("--ft-toggle-on-focus-state-layer-opacity","",p.opacity16),onActiveStateLayerOpacity:o.extend("--ft-toggle-on-active-state-layer-opacity","",p.opacity24),onDisabledComponentOpacity:o.extend("--ft-toggle-on-disabled-component-opacity","",p.opacity40),onBackgroundColor:o.extend("--ft-toggle-on-background-color","",f.contentActionPrimary),onStateLayerColor:o.extend("--ft-toggle-on-state-layer-color","",f.contentActionPrimary),onIconColor:o.extend("--ft-toggle-on-icon-color","",f.contentActionPrimary),color:o.extend("--ft-toggle-color","",f.contentGlobalPrimary),focusFocusRingColor:o.extend("--ft-toggle-focus-focus-ring-color","",f.borderActionFocusRing),gap:o.extend("--ft-toggle-gap","",p.spacing3)};var Yp={color:o.extend("--ft-radio-color","",f.contentGlobalPrimary),selectedRadioColor:o.extend("--ft-radio-selected-radio-color","",f.contentActionPrimary),selectedStateLayerColor:o.extend("--ft-radio-selected-state-layer-color","",f.contentActionPrimary),selectedHoverStateLayerOpacity:o.extend("--ft-radio-selected-hover-state-layer-opacity","",p.opacity16),selectedFocusStateLayerOpacity:o.extend("--ft-radio-selected-focus-state-layer-opacity","",p.opacity16),selectedActiveStateLayerOpacity:o.extend("--ft-radio-selected-active-state-layer-opacity","",p.opacity24),selectedDisabledComponentOpacity:o.extend("--ft-radio-selected-disabled-component-opacity","",p.opacity40),unselectedStateLayerColor:o.extend("--ft-radio-unselected-state-layer-color","",f.borderInputPrimary),unselectedBorderColor:o.extend("--ft-radio-unselected-border-color","",f.borderInputPrimary),unselectedHoverStateLayerOpacity:o.extend("--ft-radio-unselected-hover-state-layer-opacity","",p.opacity16),unselectedFocusStateLayerOpacity:o.extend("--ft-radio-unselected-focus-state-layer-opacity","",p.opacity16),unselectedActiveStateLayerOpacity:o.extend("--ft-radio-unselected-active-state-layer-opacity","",p.opacity24),unselectedDisabledComponentOpacity:o.extend("--ft-radio-unselected-disabled-component-opacity","",p.opacity40),focusFocusRingColor:o.extend("--ft-radio-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:o.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:o.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:o.extend("--ft-radio-gap","",p.spacing3)};var Xp={iconSize:o.extend("--ft-notification-icon-size","",p.iconSize4),horizontalPadding:o.extend("--ft-notification-horizontal-padding","",p.spacing4),verticalPadding:o.extend("--ft-notification-vertical-padding","",p.spacing4),infoBackgroundColor:o.extend("--ft-notification-info-background-color","",f.backgroundInfoSubtle),infoColor:o.extend("--ft-notification-info-color","",f.contentInfoPrimary),infoIconColor:o.extend("--ft-notification-info-icon-color","",f.contentInfoIconOnly),infoBorderColor:o.extend("--ft-notification-info-border-color","",f.borderInfoSubtle),successBackgroundColor:o.extend("--ft-notification-success-background-color","",f.backgroundSuccessSubtle),successColor:o.extend("--ft-notification-success-color","",f.contentSuccessPrimary),successIconColor:o.extend("--ft-notification-success-icon-color","",f.contentSuccessIconOnly),successBorderColor:o.extend("--ft-notification-success-border-color","",f.borderSuccessSubtle),warningBackgroundColor:o.extend("--ft-notification-warning-background-color","",f.backgroundWarningSubtle),warningColor:o.extend("--ft-notification-warning-color","",f.contentWarningPrimary),warningIconColor:o.extend("--ft-notification-warning-icon-color","",f.contentWarningIconOnly),warningBorderColor:o.extend("--ft-notification-warning-border-color","",f.borderWarningSubtle),errorBackgroundColor:o.extend("--ft-notification-error-background-color","",f.backgroundErrorSubtle),errorColor:o.extend("--ft-notification-error-color","",f.contentErrorPrimary),errorIconColor:o.extend("--ft-notification-error-icon-color","",f.contentErrorIconOnly),errorBorderColor:o.extend("--ft-notification-error-border-color","",f.borderErrorSubtle),borderRadius:o.extend("--ft-notification-border-radius","",p.borderRadiusPill),borderWidth:o.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:o.extend("--ft-notification-leading-gap","",p.spacing2),trailingGap:o.extend("--ft-notification-trailing-gap","",p.spacing8)};var Jp={horizontalPadding:o.extend("--ft-tooltip-horizontal-padding","",p.spacing2),verticalPadding:o.extend("--ft-tooltip-vertical-padding","",p.spacing2),borderRadius:o.extend("--ft-tooltip-border-radius","",p.borderRadiusS),color:o.extend("--ft-tooltip-color","",f.contentGlobalOnColor),backgroundColor:o.extend("--ft-tooltip-background-color","",f.contentGlobalPrimary),backgroundOpacity:o.extend("--ft-tooltip-background-opacity","",p.opacity80),shadow:o.extend("--ft-tooltip-shadow","",p.shadowElevation03),maxWidth:o.create("--ft-tooltip-max-width","","SIZE","256px"),gap:o.extend("--ft-tooltip-gap","",p.spacing05)};var L={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)"),colorError:o.create("--ft-color-error","","COLOR","#B00020"),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","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:o.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:o.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:o.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:o.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:o.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:o.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:o.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:o.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:o.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS: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 yi={};X(yi,{FtNotificationEvent:()=>fi,PostResizeEvent:()=>mi,PreResizeEvent:()=>hi});var fi=class extends CustomEvent{constructor(e){super("ft-notification",{bubbles:!0,composed:!0,detail:e})}},hi=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},mi=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}};var Ni={};X(Ni,{computeOffsetPosition:()=>Ri});var Es=["top","right","bottom","left"],Os=["start","end"],bi=Es.reduce((t,e)=>t.concat(e,e+"-"+Os[0],e+"-"+Os[1]),[]),Ir=Math.min,ut=Math.max,Dr=Math.round;var et=t=>({x:t,y:t}),Qp={left:"right",right:"left",bottom:"top",top:"bottom"},ed={start:"end",end:"start"};function xi(t,e,r){return ut(t,Ir(e,r))}function Po(t,e){return typeof t=="function"?t(e):t}function er(t){return t.split("-")[0]}function ft(t){return t.split("-")[1]}function vi(t){return t==="x"?"y":"x"}function Si(t){return t==="y"?"height":"width"}function To(t){return["top","bottom"].includes(er(t))?"y":"x"}function Oi(t){return vi(To(t))}function Cs(t,e,r){r===void 0&&(r=!1);let n=ft(t),i=Oi(t),a=Si(i),s=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return e.reference[a]>e.floating[a]&&(s=gi(s)),[s,gi(s)]}function ws(t){return t.replace(/start|end/g,e=>ed[e])}function gi(t){return t.replace(/left|right|bottom|top/g,e=>Qp[e])}function td(t){return{top:0,right:0,bottom:0,left:0,...t}}function As(t){return typeof t!="number"?td(t):{top:t,right:t,bottom:t,left:t}}function Mt(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Rs(t,e,r){let{reference:n,floating:i}=t,a=To(e),s=Oi(e),l=Si(s),c=er(e),d=a==="y",u=n.x+n.width/2-i.width/2,h=n.y+n.height/2-i.height/2,y=n[l]/2-i[l]/2,g;switch(c){case"top":g={x:u,y:n.y-i.height};break;case"bottom":g={x:u,y:n.y+n.height};break;case"right":g={x:n.x+n.width,y:h};break;case"left":g={x:n.x-i.width,y:h};break;default:g={x:n.x,y:n.y}}switch(ft(e)){case"start":g[s]-=y*(r&&d?-1:1);break;case"end":g[s]+=y*(r&&d?-1:1);break}return g}var Ns=async(t,e,r)=>{let{placement:n="bottom",strategy:i="absolute",middleware:a=[],platform:s}=r,l=a.filter(Boolean),c=await(s.isRTL==null?void 0:s.isRTL(e)),d=await s.getElementRects({reference:t,floating:e,strategy:i}),{x:u,y:h}=Rs(d,n,c),y=n,g={},x=0;for(let E=0;E<l.length;E++){let{name:R,fn:N}=l[E],{x:P,y:O,data:S,reset:C}=await N({x:u,y:h,initialPlacement:n,placement:y,strategy:i,middlewareData:g,rects:d,platform:s,elements:{reference:t,floating:e}});if(u=P??u,h=O??h,g={...g,[R]:{...g[R],...S}},C&&x<=50){x++,typeof C=="object"&&(C.placement&&(y=C.placement),C.rects&&(d=C.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:i}):C.rects),{x:u,y:h}=Rs(d,y,c)),E=-1;continue}}return{x:u,y:h,placement:y,strategy:i,middlewareData:g}};async function Ei(t,e){var r;e===void 0&&(e={});let{x:n,y:i,platform:a,rects:s,elements:l,strategy:c}=t,{boundary:d="clippingAncestors",rootBoundary:u="viewport",elementContext:h="floating",altBoundary:y=!1,padding:g=0}=Po(e,t),x=As(g),R=l[y?h==="floating"?"reference":"floating":h],N=Mt(await a.getClippingRect({element:(r=await(a.isElement==null?void 0:a.isElement(R)))==null||r?R:R.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(l.floating)),boundary:d,rootBoundary:u,strategy:c})),P=h==="floating"?{...s.floating,x:n,y:i}:s.reference,O=await(a.getOffsetParent==null?void 0:a.getOffsetParent(l.floating)),S=await(a.isElement==null?void 0:a.isElement(O))?await(a.getScale==null?void 0:a.getScale(O))||{x:1,y:1}:{x:1,y:1},C=Mt(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:P,offsetParent:O,strategy:c}):P);return{top:(N.top-C.top+x.top)/S.y,bottom:(C.bottom-N.bottom+x.bottom)/S.y,left:(N.left-C.left+x.left)/S.x,right:(C.right-N.right+x.right)/S.x}}function rd(t,e,r){return(t?[...r.filter(i=>ft(i)===t),...r.filter(i=>ft(i)!==t)]:r.filter(i=>er(i)===i)).filter(i=>t?ft(i)===t||(e?ws(i)!==i:!1):!0)}var Ci=function(t){return t===void 0&&(t={}),{name:"autoPlacement",options:t,async fn(e){var r,n,i;let{rects:a,middlewareData:s,placement:l,platform:c,elements:d}=e,{crossAxis:u=!1,alignment:h,allowedPlacements:y=bi,autoAlignment:g=!0,...x}=Po(t,e),E=h!==void 0||y===bi?rd(h||null,g,y):y,R=await Ei(e,x),N=((r=s.autoPlacement)==null?void 0:r.index)||0,P=E[N];if(P==null)return{};let O=Cs(P,a,await(c.isRTL==null?void 0:c.isRTL(d.floating)));if(l!==P)return{reset:{placement:E[0]}};let S=[R[er(P)],R[O[0]],R[O[1]]],C=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:P,overflows:S}],D=E[N+1];if(D)return{data:{index:N+1,overflows:C},reset:{placement:D}};let M=C.map(m=>{let v=ft(m.placement);return[m.placement,v&&u?m.overflows.slice(0,2).reduce((A,B)=>A+B,0):m.overflows[0],m.overflows]}).sort((m,v)=>m[1]-v[1]),V=((i=M.filter(m=>m[2].slice(0,ft(m[0])?2:3).every(v=>v<=0))[0])==null?void 0:i[0])||M[0][0];return V!==l?{data:{index:N+1,overflows:C},reset:{placement:V}}:{}}}};var wi=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){let{x:r,y:n,placement:i}=e,{mainAxis:a=!0,crossAxis:s=!1,limiter:l={fn:R=>{let{x:N,y:P}=R;return{x:N,y:P}}},...c}=Po(t,e),d={x:r,y:n},u=await Ei(e,c),h=To(er(i)),y=vi(h),g=d[y],x=d[h];if(a){let R=y==="y"?"top":"left",N=y==="y"?"bottom":"right",P=g+u[R],O=g-u[N];g=xi(P,g,O)}if(s){let R=h==="y"?"top":"left",N=h==="y"?"bottom":"right",P=x+u[R],O=x-u[N];x=xi(P,x,O)}let E=l.fn({...e,[y]:g,[h]:x});return{...E,data:{x:E.x-r,y:E.y-n}}}}};function tt(t){return Ps(t)?(t.nodeName||"").toLowerCase():"#document"}function be(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function rt(t){var e;return(e=(Ps(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function Ps(t){return t instanceof Node||t instanceof be(t).Node}function He(t){return t instanceof Element||t instanceof be(t).Element}function Ie(t){return t instanceof HTMLElement||t instanceof be(t).HTMLElement}function _s(t){return typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof be(t).ShadowRoot}function tr(t){let{overflow:e,overflowX:r,overflowY:n,display:i}=Re(t);return/auto|scroll|overlay|hidden|clip/.test(e+n+r)&&!["inline","contents"].includes(i)}function Ts(t){return["table","td","th"].includes(tt(t))}function Lo(t){let e=ko(),r=Re(t);return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!e&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!e&&(r.filter?r.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(r.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(r.contain||"").includes(n))}function $s(t){let e=Ut(t);for(;Ie(e)&&!Mr(e);){if(Lo(e))return e;e=Ut(e)}return null}function ko(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Mr(t){return["html","body","#document"].includes(tt(t))}function Re(t){return be(t).getComputedStyle(t)}function Ur(t){return He(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Ut(t){if(tt(t)==="html")return t;let e=t.assignedSlot||t.parentNode||_s(t)&&t.host||rt(t);return _s(e)?e.host:e}function Ls(t){let e=Ut(t);return Mr(e)?t.ownerDocument?t.ownerDocument.body:t.body:Ie(e)&&tr(e)?e:Ls(e)}function $o(t,e,r){var n;e===void 0&&(e=[]),r===void 0&&(r=!0);let i=Ls(t),a=i===((n=t.ownerDocument)==null?void 0:n.body),s=be(i);return a?e.concat(s,s.visualViewport||[],tr(i)?i:[],s.frameElement&&r?$o(s.frameElement):[]):e.concat(i,$o(i,[],r))}function Ds(t){let e=Re(t),r=parseFloat(e.width)||0,n=parseFloat(e.height)||0,i=Ie(t),a=i?t.offsetWidth:r,s=i?t.offsetHeight:n,l=Dr(r)!==a||Dr(n)!==s;return l&&(r=a,n=s),{width:r,height:n,$:l}}function Ms(t){return He(t)?t:t.contextElement}function rr(t){let e=Ms(t);if(!Ie(e))return et(1);let r=e.getBoundingClientRect(),{width:n,height:i,$:a}=Ds(e),s=(a?Dr(r.width):r.width)/n,l=(a?Dr(r.height):r.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}var od=et(0);function Us(t){let e=be(t);return!ko()||!e.visualViewport?od:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function nd(t,e,r){return e===void 0&&(e=!1),!r||e&&r!==be(t)?!1:e}function Br(t,e,r,n){e===void 0&&(e=!1),r===void 0&&(r=!1);let i=t.getBoundingClientRect(),a=Ms(t),s=et(1);e&&(n?He(n)&&(s=rr(n)):s=rr(t));let l=nd(a,r,n)?Us(a):et(0),c=(i.left+l.x)/s.x,d=(i.top+l.y)/s.y,u=i.width/s.x,h=i.height/s.y;if(a){let y=be(a),g=n&&He(n)?be(n):n,x=y.frameElement;for(;x&&n&&g!==y;){let E=rr(x),R=x.getBoundingClientRect(),N=Re(x),P=R.left+(x.clientLeft+parseFloat(N.paddingLeft))*E.x,O=R.top+(x.clientTop+parseFloat(N.paddingTop))*E.y;c*=E.x,d*=E.y,u*=E.x,h*=E.y,c+=P,d+=O,x=be(x).frameElement}}return Mt({width:u,height:h,x:c,y:d})}function id(t){let{rect:e,offsetParent:r,strategy:n}=t,i=Ie(r),a=rt(r);if(r===a)return e;let s={scrollLeft:0,scrollTop:0},l=et(1),c=et(0);if((i||!i&&n!=="fixed")&&((tt(r)!=="body"||tr(a))&&(s=Ur(r)),Ie(r))){let d=Br(r);l=rr(r),c.x=d.x+r.clientLeft,c.y=d.y+r.clientTop}return{width:e.width*l.x,height:e.height*l.y,x:e.x*l.x-s.scrollLeft*l.x+c.x,y:e.y*l.y-s.scrollTop*l.y+c.y}}function ad(t){return Array.from(t.getClientRects())}function Bs(t){return Br(rt(t)).left+Ur(t).scrollLeft}function sd(t){let e=rt(t),r=Ur(t),n=t.ownerDocument.body,i=ut(e.scrollWidth,e.clientWidth,n.scrollWidth,n.clientWidth),a=ut(e.scrollHeight,e.clientHeight,n.scrollHeight,n.clientHeight),s=-r.scrollLeft+Bs(t),l=-r.scrollTop;return Re(n).direction==="rtl"&&(s+=ut(e.clientWidth,n.clientWidth)-i),{width:i,height:a,x:s,y:l}}function ld(t,e){let r=be(t),n=rt(t),i=r.visualViewport,a=n.clientWidth,s=n.clientHeight,l=0,c=0;if(i){a=i.width,s=i.height;let d=ko();(!d||d&&e==="fixed")&&(l=i.offsetLeft,c=i.offsetTop)}return{width:a,height:s,x:l,y:c}}function cd(t,e){let r=Br(t,!0,e==="fixed"),n=r.top+t.clientTop,i=r.left+t.clientLeft,a=Ie(t)?rr(t):et(1),s=t.clientWidth*a.x,l=t.clientHeight*a.y,c=i*a.x,d=n*a.y;return{width:s,height:l,x:c,y:d}}function ks(t,e,r){let n;if(e==="viewport")n=ld(t,r);else if(e==="document")n=sd(rt(t));else if(He(e))n=cd(e,r);else{let i=Us(t);n={...e,x:e.x-i.x,y:e.y-i.y}}return Mt(n)}function Fs(t,e){let r=Ut(t);return r===e||!He(r)||Mr(r)?!1:Re(r).position==="fixed"||Fs(r,e)}function pd(t,e){let r=e.get(t);if(r)return r;let n=$o(t,[],!1).filter(l=>He(l)&&tt(l)!=="body"),i=null,a=Re(t).position==="fixed",s=a?Ut(t):t;for(;He(s)&&!Mr(s);){let l=Re(s),c=Lo(s);!c&&l.position==="fixed"&&(i=null),(a?!c&&!i:!c&&l.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||tr(s)&&!c&&Fs(t,s))?n=n.filter(u=>u!==s):i=l,s=Ut(s)}return e.set(t,n),n}function dd(t){let{element:e,boundary:r,rootBoundary:n,strategy:i}=t,s=[...r==="clippingAncestors"?pd(e,this._c):[].concat(r),n],l=s[0],c=s.reduce((d,u)=>{let h=ks(e,u,i);return d.top=ut(h.top,d.top),d.right=Ir(h.right,d.right),d.bottom=Ir(h.bottom,d.bottom),d.left=ut(h.left,d.left),d},ks(e,l,i));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function ud(t){return Ds(t)}function fd(t,e,r){let n=Ie(e),i=rt(e),a=r==="fixed",s=Br(t,!0,a,e),l={scrollLeft:0,scrollTop:0},c=et(0);if(n||!n&&!a)if((tt(e)!=="body"||tr(i))&&(l=Ur(e)),n){let d=Br(e,!0,a,e);c.x=d.x+e.clientLeft,c.y=d.y+e.clientTop}else i&&(c.x=Bs(i));return{x:s.left+l.scrollLeft-c.x,y:s.top+l.scrollTop-c.y,width:s.width,height:s.height}}function Is(t,e){return!Ie(t)||Re(t).position==="fixed"?null:e?e(t):t.offsetParent}function zs(t,e){let r=be(t);if(!Ie(t))return r;let n=Is(t,e);for(;n&&Ts(n)&&Re(n).position==="static";)n=Is(n,e);return n&&(tt(n)==="html"||tt(n)==="body"&&Re(n).position==="static"&&!Lo(n))?r:n||$s(t)||r}var hd=async function(t){let{reference:e,floating:r,strategy:n}=t,i=this.getOffsetParent||zs,a=this.getDimensions;return{reference:fd(e,await i(r),n),floating:{x:0,y:0,...await a(r)}}};function md(t){return Re(t).direction==="rtl"}var Io={convertOffsetParentRelativeRectToViewportRelativeRect:id,getDocumentElement:rt,getClippingRect:dd,getOffsetParent:zs,getElementRects:hd,getClientRects:ad,getDimensions:ud,getScale:rr,isElement:He,isRTL:md};var Ws=(t,e,r)=>{let n=new Map,i={platform:Io,...r},a={...i.platform,_c:n};return Ns(t,e,{...i,platform:a})};function Hs(t){return yd(t)}function Ai(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}function yd(t){for(let e=t;e;e=Ai(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=Ai(t);e;e=Ai(e)){if(!(e instanceof Element))continue;let r=getComputedStyle(e);if(r.display!=="contents"&&(r.position!=="static"||r.filter!=="none"||e.tagName==="BODY"))return e}return null}async function Ri(t,e,r){return Ws(t,e,{platform:{...Io,getOffsetParent:n=>Io.getOffsetParent(n,Hs)},middleware:[wi({crossAxis:!0}),Ci({allowedPlacements:[r]})]})}var Ti={};X(Ti,{FtLitElement:()=>U});var _i={};X(_i,{ScopedRegistryLitElement:()=>Fr});var Do=window,gd=Do.ShadowRoot&&(Do.ShadyCSS===void 0||Do.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,My=Symbol();var Vs=(t,e)=>{gd?t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet):e.forEach(r=>{let n=document.createElement("style"),i=Do.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=r.cssText,t.appendChild(n)})};var Fr=class extends Je{createRenderRoot(){let e=this.constructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,Object.entries(e.elementDefinitions).forEach(([i,a])=>e.registry.define(i,a)));let r={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(r);return Vs(n,e.elementStyles),n}};var Pi=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Gs,js=Symbol("constructorPrototype"),Ks=Symbol("constructorName"),Zs=Symbol("exportpartsDebouncer"),U=class extends Fr{constructor(){super(),this.adoptedCustomStyleSheet=new CSSStyleSheet,this.useAdoptedStyleSheets=!0,this[Gs]=new ae(5),this[Ks]=this.constructor.name,this[js]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Ks]&&Object.setPrototypeOf(this,this[js])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet])}catch(e){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",e)}}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate()})}contentAvailableCallback(e){}applyCustomStylesheet(e){var r,n,i;if(this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((r=this.customStylesheet)!==null&&r!==void 0?r:"")}catch(a){console.error(a,this.customStylesheet)}}else if(((i=(n=this.shadowRoot)===null||n===void 0?void 0:n.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&i!==void 0?i:[]).forEach(a=>a.remove()),this.customStylesheet){let a=document.createElement("style");a.classList.add("ft-lit-element--custom-stylesheet"),a.innerHTML=this.customStylesheet,this.shadowRoot.append(a)}}scheduleExportpartsUpdate(){var e,r,n;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(n=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&n!==void 0&&n)&&this[Zs].run(()=>{var i,a;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((a=this.exportpartsPrefixes)===null||a===void 0?void 0:a.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(e){var r,n,i,a,s,l;let c=y=>y!=null&&y.trim().length>0,d=e.filter(c).map(y=>y.trim());if(d.length===0){this.removeAttribute("exportparts");return}let u=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 g=(a=(i=y.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&a!==void 0?a:[],x=(l=(s=y.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(E=>E.split(":")[1]))!==null&&l!==void 0?l:[];new Array(...g,...x).filter(c).map(E=>E.trim()).forEach(E=>u.add(E))}if(u.size===0){this.removeAttribute("exportparts");return}let h=[...u.values()].flatMap(y=>d.map(g=>`${y}:${g}--${y}`));this.setAttribute("exportparts",[...this.part,...h].join(", "))}};Gs=Zs;Pi([b()],U.prototype,"exportpartsPrefix",void 0);Pi([ge([])],U.prototype,"exportpartsPrefixes",void 0);Pi([b()],U.prototype,"customStylesheet",void 0);var qs={};var Ii={};X(Ii,{highlightHtml:()=>ki,highlightHtmlColorCssVariable:()=>Ys,highlightHtmlStyles:()=>xd});var Bt=class t{constructor(e,r=!0,n=[],i=5e3){this.ctx=e,this.iframes=r,this.exclude=n,this.iframesTimeout=i}static matches(e,r){let n=typeof r=="string"?[r]:r,i=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(i){let a=!1;return n.every(s=>i.call(e,s)?(a=!0,!1):!0),a}else return!1}getContexts(){let e,r=[];return typeof this.ctx>"u"||!this.ctx?e=[]:NodeList.prototype.isPrototypeOf(this.ctx)?e=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?e=this.ctx:typeof this.ctx=="string"?e=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):e=[this.ctx],e.forEach(n=>{let i=r.filter(a=>a.contains(n)).length>0;r.indexOf(n)===-1&&!i&&r.push(n)}),r}getIframeContents(e,r,n=()=>{}){let i;try{let a=e.contentWindow;if(i=a.document,!a||!i)throw new Error("iframe inaccessible")}catch{n()}i&&r(i)}isIframeBlank(e){let r="about:blank",n=e.getAttribute("src").trim();return e.contentWindow.location.href===r&&n!==r&&n}observeIframeLoad(e,r,n){let i=!1,a=null,s=()=>{if(!i){i=!0,clearTimeout(a);try{this.isIframeBlank(e)||(e.removeEventListener("load",s),this.getIframeContents(e,r,n))}catch{n()}}};e.addEventListener("load",s),a=setTimeout(s,this.iframesTimeout)}onIframeReady(e,r,n){try{e.contentWindow.document.readyState==="complete"?this.isIframeBlank(e)?this.observeIframeLoad(e,r,n):this.getIframeContents(e,r,n):this.observeIframeLoad(e,r,n)}catch{n()}}waitForIframes(e,r){let n=0;this.forEachIframe(e,()=>!0,i=>{n++,this.waitForIframes(i.querySelector("html"),()=>{--n||r()})},i=>{i||r()})}forEachIframe(e,r,n,i=()=>{}){let a=e.querySelectorAll("iframe"),s=a.length,l=0;a=Array.prototype.slice.call(a);let c=()=>{--s<=0&&i(l)};s||c(),a.forEach(d=>{t.matches(d,this.exclude)?c():this.onIframeReady(d,u=>{r(d)&&(l++,n(u)),c()},c)})}createIterator(e,r,n){return document.createNodeIterator(e,r,n,!1)}createInstanceOnIframe(e){return new t(e.querySelector("html"),this.iframes)}compareNodeIframe(e,r,n){let i=e.compareDocumentPosition(n),a=Node.DOCUMENT_POSITION_PRECEDING;if(i&a)if(r!==null){let s=r.compareDocumentPosition(n),l=Node.DOCUMENT_POSITION_FOLLOWING;if(s&l)return!0}else return!0;return!1}getIteratorNode(e){let r=e.previousNode(),n;return r===null?n=e.nextNode():n=e.nextNode()&&e.nextNode(),{prevNode:r,node:n}}checkIframeFilter(e,r,n,i){let a=!1,s=!1;return i.forEach((l,c)=>{l.val===n&&(a=c,s=l.handled)}),this.compareNodeIframe(e,r,n)?(a===!1&&!s?i.push({val:n,handled:!0}):a!==!1&&!s&&(i[a].handled=!0),!0):(a===!1&&i.push({val:n,handled:!1}),!1)}handleOpenIframes(e,r,n,i){e.forEach(a=>{a.handled||this.getIframeContents(a.val,s=>{this.createInstanceOnIframe(s).forEachNode(r,n,i)})})}iterateThroughNodes(e,r,n,i,a){let s=this.createIterator(r,e,i),l=[],c=[],d,u,h=()=>({prevNode:u,node:d}=this.getIteratorNode(s),d);for(;h();)this.iframes&&this.forEachIframe(r,y=>this.checkIframeFilter(d,u,y,l),y=>{this.createInstanceOnIframe(y).forEachNode(e,g=>c.push(g),i)}),c.push(d);c.forEach(y=>{n(y)}),this.iframes&&this.handleOpenIframes(l,e,n,i),a()}forEachNode(e,r,n,i=()=>{}){let a=this.getContexts(),s=a.length;s||i(),a.forEach(l=>{let c=()=>{this.iterateThroughNodes(e,l,r,n,()=>{--s<=0&&i()})};this.iframes?this.waitForIframes(l,c):c()})}};var zr=class{constructor(e){this.ctx=e,this.ie=!1;let r=window.navigator.userAgent;(r.indexOf("MSIE")>-1||r.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(e){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},e)}get opt(){return this._opt}get iterator(){return new Bt(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(e,r="debug"){let n=this.opt.log;this.opt.debug&&typeof n=="object"&&typeof n[r]=="function"&&n[r](`mark.js: ${e}`)}escapeStr(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(e){return this.opt.wildcards!=="disabled"&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),this.opt.wildcards!=="disabled"&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e),e}createSynonymsRegExp(e){let r=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",i=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let a in r)if(r.hasOwnProperty(a)){let s=r[a],l=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(a):this.escapeStr(a),c=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(s):this.escapeStr(s);l!==""&&c!==""&&(e=e.replace(new RegExp(`(${this.escapeStr(l)}|${this.escapeStr(c)})`,`gm${n}`),i+`(${this.processSynomyms(l)}|${this.processSynomyms(c)})`+i))}return e}processSynomyms(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}setupWildcardsRegExp(e){return e=e.replace(/(?:\\)*\?/g,r=>r.charAt(0)==="\\"?"?":""),e.replace(/(?:\\)*\*/g,r=>r.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(e){let r=this.opt.wildcards==="withSpaces";return e.replace(/\u0001/g,r?"[\\S\\s]?":"\\S?").replace(/\u0002/g,r?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(e){return e.replace(/[^(|)\\]/g,(r,n,i)=>{let a=i.charAt(n+1);return/[(|)\\]/.test(a)||a===""?r:r+"\0"})}createJoinersRegExp(e){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?e.split(/\u0000+/).join(`[${r.join("")}]*`):e}createDiacriticsRegExp(e){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"],i=[];return e.split("").forEach(a=>{n.every(s=>{if(s.indexOf(a)!==-1){if(i.indexOf(s)>-1)return!1;e=e.replace(new RegExp(`[${s}]`,`gm${r}`),`[${s}]`),i.push(s)}return!0})}),e}createMergedBlanksRegExp(e){return e.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(e){let r="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",n=this.opt.accuracy,i=typeof n=="string"?n:n.value,a=typeof n=="string"?[]:n.limiters,s="";switch(a.forEach(l=>{s+=`|${this.escapeStr(l)}`}),i){case"partially":default:return`()(${e})`;case"complementary":return s="\\s"+(s||this.escapeStr(r)),`()([^${s}]*${e}[^${s}]*)`;case"exactly":return`(^|\\s${s})(${e})(?=$|\\s${s})`}}getSeparatedKeywords(e){let r=[];return e.forEach(n=>{this.opt.separateWordSearch?n.split(" ").forEach(i=>{i.trim()&&r.indexOf(i)===-1&&r.push(i)}):n.trim()&&r.indexOf(n)===-1&&r.push(n)}),{keywords:r.sort((n,i)=>i.length-n.length),length:r.length}}isNumeric(e){return Number(parseFloat(e))==e}checkRanges(e){if(!Array.isArray(e)||Object.prototype.toString.call(e[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];let r=[],n=0;return e.sort((i,a)=>i.start-a.start).forEach(i=>{let{start:a,end:s,valid:l}=this.callNoMatchOnInvalidRanges(i,n);l&&(i.start=a,i.length=s-a,r.push(i),n=s)}),r}callNoMatchOnInvalidRanges(e,r){let n,i,a=!1;return e&&typeof e.start<"u"?(n=parseInt(e.start,10),i=n+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&i-r>0&&i-n>0?a=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(e)}`),this.opt.noMatch(e))):(this.log(`Ignoring invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)),{start:n,end:i,valid:a}}checkWhitespaceRanges(e,r,n){let i,a=!0,s=n.length,l=r-s,c=parseInt(e.start,10)-l;return c=c>s?s:c,i=c+parseInt(e.length,10),i>s&&(i=s,this.log(`End range automatically set to the max value of ${s}`)),c<0||i-c<0||c>s||i>s?(a=!1,this.log(`Invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)):n.substring(c,i).replace(/\s+/g,"")===""&&(a=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:c,end:i,valid:a}}getTextNodes(e){let r="",n=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,i=>{n.push({start:r.length,end:(r+=i.textContent).length,node:i})},i=>this.matchesExclude(i.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{e({value:r,nodes:n})})}matchesExclude(e){return Bt.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(e,r,n){let i=this.opt.element?this.opt.element:"mark",a=e.splitText(r),s=a.splitText(n-r),l=document.createElement(i);return l.setAttribute("data-markjs","true"),this.opt.className&&l.setAttribute("class",this.opt.className),l.textContent=a.textContent,a.parentNode.replaceChild(l,a),s}wrapRangeInMappedTextNode(e,r,n,i,a){e.nodes.every((s,l)=>{let c=e.nodes[l+1];if(typeof c>"u"||c.start>r){if(!i(s.node))return!1;let d=r-s.start,u=(n>s.end?s.end:n)-s.start,h=e.value.substr(0,s.start),y=e.value.substr(u+s.start);if(s.node=this.wrapRangeInTextNode(s.node,d,u),e.value=h+y,e.nodes.forEach((g,x)=>{x>=l&&(e.nodes[x].start>0&&x!==l&&(e.nodes[x].start-=u),e.nodes[x].end-=u)}),n-=u,a(s.node.previousSibling,s.start),n>s.end)r=s.end;else return!1}return!0})}wrapMatches(e,r,n,i,a){let s=r===0?0:r+1;this.getTextNodes(l=>{l.nodes.forEach(c=>{c=c.node;let d;for(;(d=e.exec(c.textContent))!==null&&d[s]!=="";){if(!n(d[s],c))continue;let u=d.index;if(s!==0)for(let h=1;h<s;h++)u+=d[h].length;c=this.wrapRangeInTextNode(c,u,u+d[s].length),i(c.previousSibling),e.lastIndex=0}}),a()})}wrapMatchesAcrossElements(e,r,n,i,a){let s=r===0?0:r+1;this.getTextNodes(l=>{let c;for(;(c=e.exec(l.value))!==null&&c[s]!=="";){let d=c.index;if(s!==0)for(let h=1;h<s;h++)d+=c[h].length;let u=d+c[s].length;this.wrapRangeInMappedTextNode(l,d,u,h=>n(c[s],h),(h,y)=>{e.lastIndex=y,i(h)})}a()})}wrapRangeFromIndex(e,r,n,i){this.getTextNodes(a=>{let s=a.value.length;e.forEach((l,c)=>{let{start:d,end:u,valid:h}=this.checkWhitespaceRanges(l,s,a.value);h&&this.wrapRangeInMappedTextNode(a,d,u,y=>r(y,l,a.value.substring(d,u),c),y=>{n(y,l)})}),i()})}unwrapMatches(e){let r=e.parentNode,n=document.createDocumentFragment();for(;e.firstChild;)n.appendChild(e.removeChild(e.firstChild));r.replaceChild(n,e),this.ie?this.normalizeTextNode(r):r.normalize()}normalizeTextNode(e){if(e){if(e.nodeType===3)for(;e.nextSibling&&e.nextSibling.nodeType===3;)e.nodeValue+=e.nextSibling.nodeValue,e.parentNode.removeChild(e.nextSibling);else this.normalizeTextNode(e.firstChild);this.normalizeTextNode(e.nextSibling)}}markRegExp(e,r){this.opt=r,this.log(`Searching with expression "${e}"`);let n=0,i="wrapMatches",a=s=>{n++,this.opt.each(s)};this.opt.acrossElements&&(i="wrapMatchesAcrossElements"),this[i](e,this.opt.ignoreGroups,(s,l)=>this.opt.filter(l,s,n),a,()=>{n===0&&this.opt.noMatch(e),this.opt.done(n)})}mark(e,r){this.opt=r;let n=0,i="wrapMatches",{keywords:a,length:s}=this.getSeparatedKeywords(typeof e=="string"?[e]:e),l=this.opt.caseSensitive?"":"i",c=d=>{let u=new RegExp(this.createRegExp(d),`gm${l}`),h=0;this.log(`Searching with expression "${u}"`),this[i](u,1,(y,g)=>this.opt.filter(g,d,n,h),y=>{h++,n++,this.opt.each(y)},()=>{h===0&&this.opt.noMatch(d),a[s-1]===d?this.opt.done(n):c(a[a.indexOf(d)+1])})};this.opt.acrossElements&&(i="wrapMatchesAcrossElements"),s===0?this.opt.done(n):c(a[0])}markRanges(e,r){this.opt=r;let n=0,i=this.checkRanges(e);i&&i.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(i)),this.wrapRangeFromIndex(i,(a,s,l,c)=>this.opt.filter(a,s,l,c),(a,s)=>{n++,this.opt.each(a,s)},()=>{this.opt.done(n)})):this.opt.done(n)}unmark(e){this.opt=e;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 i=Bt.matches(n,r),a=this.matchesExclude(n);return!i||a?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function $i(t){let e=new zr(t);return this.mark=(r,n)=>(e.mark(r,n),this),this.markRegExp=(r,n)=>(e.markRegExp(r,n),this),this.markRanges=(r,n)=>(e.markRanges(r,n),this),this.unmark=r=>(e.unmark(r),this),this}var bd=$i,Ys=o.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),xd=T`
140
7
  .highlight-html-match {
141
- background: ${Gi};
8
+ background: ${Ys};
142
9
  }
143
- `,qi={className:"highlight-html-match"};function Yi(t,e){var o;let r=t.getAttribute("data-highlight-html-query");if((null!=r?r:"")!==(null!=e?e:"")){const r=new Zi(t);if(r.unmark(qi),e&&e.trim()){r.mark(e.replace(/"[^"]+"/g,""),{...qi,separateWordSearch:!0});(null!==(o=e.match(/"[^"]+"/g))&&void 0!==o?o:[]).forEach((t=>r.mark(t.replace(/"/g,""),{...qi,separateWordSearch:!1})))}}t.setAttribute("data-highlight-html-query",null!=e?e:"")}var Ji=Object.freeze({__proto__:null,highlightHtml:Yi,highlightHtmlColorCssVariable:Gi,highlightHtmlStyles:Vi});const Xi=dt`
10
+ `,Li={className:"highlight-html-match"};function ki(t,e){var r;let n=t.getAttribute("data-highlight-html-query");if((n??"")!==(e??"")){let i=new bd(t);i.unmark(Li),e&&e.trim()&&(i.mark(e.replace(/"[^"]+"/g,""),{...Li,separateWordSearch:!0}),((r=e.match(/"[^"]+"/g))!==null&&r!==void 0?r:[]).forEach(s=>i.mark(s.replace(/"/g,""),{...Li,separateWordSearch:!1})))}t.setAttribute("data-highlight-html-query",e??"")}var Di={};X(Di,{noTextSelect:()=>Wr,safariEllipsisFix:()=>Hr,wordWrap:()=>vd});var Wr=T`
144
11
  .ft-no-text-select {
145
12
  -webkit-touch-callout: none;
146
13
  -webkit-user-select: none;
@@ -149,7 +16,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
149
16
  -ms-user-select: none;
150
17
  user-select: none;
151
18
  }
152
- `,Qi=dt`
19
+ `,vd=T`
153
20
  .ft-word-wrap {
154
21
  white-space: normal;
155
22
  word-wrap: break-word;
@@ -161,7 +28,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
161
28
  -webkit-hyphens: auto;
162
29
  hyphens: auto
163
30
  }
164
- `,tn=dt`
31
+ `,Hr=T`
165
32
  .ft-safari-ellipsis-fix {
166
33
  margin-right: 0;
167
34
 
@@ -172,118 +39,119 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
172
39
  display: inline-block;
173
40
  width: 0;
174
41
  }
175
- `;var en=Object.freeze({__proto__:null,noTextSelect:Xi,safariEllipsisFix:tn,wordWrap:Qi}),on=Object.freeze({__proto__:null});class rn{constructor(t,e){this.defaultLabels=t,this.labels=e}resolve(t,...e){var o,r;t=this.resolvePluralKey(t,e);let i=null!==(r=null!==(o=this.labels[t])&&void 0!==o?o:this.defaultLabels[t])&&void 0!==r?r:"";return e.forEach(((t,e)=>i=i.replace(new RegExp(`\\{${e}([^}]*)\\}`,"g"),((e,o)=>this.formatValue(t,o))))),i}resolvePluralKey(t,e){for(let o of e)if("number"==typeof o){const e=`${String(t)}[\\=${o}]`;if(e in this.labels||e in this.defaultLabels)return e}return t}formatValue(t,e){return t instanceof Date?this.formatDate(t,e):null!=t?t:""}formatDate(t,e){const o=o=>(null==e?void 0:e.includes("date"))?t.toLocaleDateString(o):(null==e?void 0:e.includes("time"))?t.toLocaleTimeString(o):t.toLocaleString(o);try{return o(document.documentElement.lang)}catch(t){return o()}}}var nn=Object.freeze({__proto__:null,ParametrizedLabelResolver:rn});const an=t=>{const e=null!=t?t:{};return(t,o)=>{var r;const i={hasChanged:(t,e)=>!yo(t,e),attribute:!1,...e};we(i)(t,o);const n=t.constructor;n.reduxProperties=new Map(n.reduxProperties),n.reduxProperties.set(o,{selector:null!==(r=e.selector)&&void 0!==r?r:t=>t[o],store:e.store})}};class sn{constructor(){this.queue=[]}add(t,e=!1){e&&(this.queue=this.queue.filter((e=>e.type!==t.type))),this.queue.push(t)}consume(t){const e=this.queue.find((e=>e.type===t));return e&&(this.queue=this.queue.filter((t=>t!==e))),e}}function ln(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var cn,fn,hn;const dn=Symbol("internalReduxEventsUnsubscribers"),pn=Symbol("internalStoresUnsubscribers"),un=Symbol("internalStores");class yn extends Mi{constructor(){super(...arguments),this[cn]=new Map,this[fn]=new Map,this[hn]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((e=>t.has(e)))&&this.updateFromStores()}getUnnamedStore(){if(this[un].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[un].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[un].get(t)}addStore(t,e){var o;e=null!==(o=null!=e?e:ln(t)?t.name:void 0)&&void 0!==o?o:"default-store",this.unsubscribeFromStore(e),this.setupStore(e,t)}removeStore(t){const e="string"==typeof t?t:t.name;this.unsubscribeFromStore(e),this[un].delete(e)}setupStore(t,e){this[un].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[un].forEach(((t,e)=>this.subscribeToStore(e,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,e)=>{const o=this.constructor.getPropertyOptions(e);if(!(null==o?void 0:o.attribute)||!this.hasAttribute("string"==typeof(null==o?void 0:o.attribute)?o.attribute:e)){const o=this.getStore(t.store);o&&(t.store?this[pn].has(t.store):this[pn].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[pn].set(t,e.subscribe((()=>this.updateFromStores()))),ln(e)&&e.eventBus&&(null===(o=this.reduxConstructor.reduxEventListeners)||void 0===o||o.forEach(((t,o)=>{if("function"==typeof this[o]&&(!t.store||e.name===t.store)){const r=t=>this[o](t);e.eventBus.addEventListener(t.eventName,r),this[dn].push((()=>e.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[pn].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[dn].forEach((t=>t())),this[dn]=[]}unsubscribeFromStore(t){this[pn].has(t)&&this[pn].get(t)(),this[pn].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function gn(t){for(var e=arguments.length,o=Array(e>1?e-1:0),r=1;r<e;r++)o[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+t+(o.length?" "+o.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function bn(t){return!!t&&!!t[ra]}function mn(t){var e;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;var o=Object.hasOwnProperty.call(e,"constructor")&&e.constructor;return o===Object||"function"==typeof o&&Function.toString.call(o)===ia}(t)||Array.isArray(t)||!!t[oa]||!!(null===(e=t.constructor)||void 0===e?void 0:e[oa])||Cn(t)||Nn(t))}function vn(t,e,o){void 0===o&&(o=!1),0===xn(t)?(o?Object.keys:na)(t).forEach((function(r){o&&"symbol"==typeof r||e(r,t[r],t)})):t.forEach((function(o,r){return e(r,o,t)}))}function xn(t){var e=t[ra];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:Cn(t)?2:Nn(t)?3:0}function On(t,e){return 2===xn(t)?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function wn(t,e,o){var r=xn(t);2===r?t.set(e,o):3===r?t.add(o):t[e]=o}function Sn(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function Cn(t){return Xn&&t instanceof Map}function Nn(t){return Qn&&t instanceof Set}function En(t){return t.o||t.t}function $n(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=aa(t);delete e[ra];for(var o=na(e),r=0;r<o.length;r++){var i=o[r],n=e[i];!1===n.writable&&(n.writable=!0,n.configurable=!0),(n.get||n.set)&&(e[i]={configurable:!0,writable:!0,enumerable:n.enumerable,value:t[i]})}return Object.create(Object.getPrototypeOf(t),e)}function kn(t,e){return void 0===e&&(e=!1),In(t)||bn(t)||!mn(t)||(xn(t)>1&&(t.set=t.add=t.clear=t.delete=Rn),Object.freeze(t),e&&vn(t,(function(t,e){return kn(e,!0)}),!0)),t}function Rn(){gn(2)}function In(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function Ln(t){var e=sa[t];return e||gn(18,t),e}function Un(){return Yn}function An(t,e){e&&(Ln("Patches"),t.u=[],t.s=[],t.v=e)}function Wn(t){Bn(t),t.p.forEach(Fn),t.p=null}function Bn(t){t===Yn&&(Yn=t.l)}function zn(t){return Yn={p:[],l:Yn,h:t,m:!0,_:0}}function Fn(t){var e=t[ra];0===e.i||1===e.i?e.j():e.g=!0}function _n(t,e){e._=e.p.length;var o=e.p[0],r=void 0!==t&&t!==o;return e.h.O||Ln("ES5").S(e,t,r),r?(o[ra].P&&(Wn(e),gn(4)),mn(t)&&(t=Pn(e,t),e.l||Dn(e,t)),e.u&&Ln("Patches").M(o[ra].t,t,e.u,e.s)):t=Pn(e,o,[]),Wn(e),e.u&&e.v(e.u,e.s),t!==ea?t:void 0}function Pn(t,e,o){if(In(e))return e;var r=e[ra];if(!r)return vn(e,(function(i,n){return jn(t,r,e,i,n,o)}),!0),e;if(r.A!==t)return e;if(!r.P)return Dn(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=$n(r.k):r.o,n=i,a=!1;3===r.i&&(n=new Set(i),i.clear(),a=!0),vn(n,(function(e,n){return jn(t,r,i,e,n,o,a)})),Dn(t,i,!1),o&&t.u&&Ln("Patches").N(r,o,t.u,t.s)}return r.o}function jn(t,e,o,r,i,n,a){if(bn(i)){var s=Pn(t,i,n&&e&&3!==e.i&&!On(e.R,r)?n.concat(r):void 0);if(wn(o,r,s),!bn(s))return;t.m=!1}else a&&o.add(i);if(mn(i)&&!In(i)){if(!t.h.D&&t._<1)return;Pn(t,i),e&&e.A.l||Dn(t,i)}}function Dn(t,e,o){void 0===o&&(o=!1),!t.l&&t.h.D&&t.m&&kn(e,o)}function Mn(t,e){var o=t[ra];return(o?En(o):t)[e]}function Tn(t,e){if(e in t)for(var o=Object.getPrototypeOf(t);o;){var r=Object.getOwnPropertyDescriptor(o,e);if(r)return r;o=Object.getPrototypeOf(o)}}function Hn(t){t.P||(t.P=!0,t.l&&Hn(t.l))}function Kn(t){t.o||(t.o=$n(t.t))}function Zn(t,e,o){var r=Cn(e)?Ln("MapSet").F(e,o):Nn(e)?Ln("MapSet").T(e,o):t.O?function(t,e){var o=Array.isArray(t),r={i:o?1:0,A:e?e.A:Un(),P:!1,I:!1,R:{},l:e,t,k:null,o:null,j:null,C:!1},i=r,n=la;o&&(i=[r],n=ca);var a=Proxy.revocable(i,n),s=a.revoke,l=a.proxy;return r.k=l,r.j=s,l}(e,o):Ln("ES5").J(e,o);return(o?o.A:Un()).p.push(r),r}function Gn(t){return bn(t)||gn(22,t),function t(e){if(!mn(e))return e;var o,r=e[ra],i=xn(e);if(r){if(!r.P&&(r.i<4||!Ln("ES5").K(r)))return r.t;r.I=!0,o=Vn(e,i),r.I=!1}else o=Vn(e,i);return vn(o,(function(e,i){r&&function(t,e){return 2===xn(t)?t.get(e):t[e]}(r.t,e)===i||wn(o,e,t(i))})),3===i?new Set(o):o}(t)}function Vn(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return $n(t)}cn=pn,fn=un,hn=dn,yn.reduxProperties=new Map,yn.reduxReactiveProperties=new Set,yn.reduxEventListeners=new Map;var qn,Yn,Jn="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Xn="undefined"!=typeof Map,Qn="undefined"!=typeof Set,ta="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,ea=Jn?Symbol.for("immer-nothing"):((qn={})["immer-nothing"]=!0,qn),oa=Jn?Symbol.for("immer-draftable"):"__$immer_draftable",ra=Jn?Symbol.for("immer-state"):"__$immer_state",ia=""+Object.prototype.constructor,na="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,aa=Object.getOwnPropertyDescriptors||function(t){var e={};return na(t).forEach((function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)})),e},sa={},la={get:function(t,e){if(e===ra)return t;var o=En(t);if(!On(o,e))return function(t,e,o){var r,i=Tn(e,o);return i?"value"in i?i.value:null===(r=i.get)||void 0===r?void 0:r.call(t.k):void 0}(t,o,e);var r=o[e];return t.I||!mn(r)?r:r===Mn(t.t,e)?(Kn(t),t.o[e]=Zn(t.A.h,r,t)):r},has:function(t,e){return e in En(t)},ownKeys:function(t){return Reflect.ownKeys(En(t))},set:function(t,e,o){var r=Tn(En(t),e);if(null==r?void 0:r.set)return r.set.call(t.k,o),!0;if(!t.P){var i=Mn(En(t),e),n=null==i?void 0:i[ra];if(n&&n.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(Sn(o,i)&&(void 0!==o||On(t.t,e)))return!0;Kn(t),Hn(t)}return t.o[e]===o&&(void 0!==o||e in t.o)||Number.isNaN(o)&&Number.isNaN(t.o[e])||(t.o[e]=o,t.R[e]=!0),!0},deleteProperty:function(t,e){return void 0!==Mn(t.t,e)||e in t.t?(t.R[e]=!1,Kn(t),Hn(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=En(t),r=Reflect.getOwnPropertyDescriptor(o,e);return r?{writable:!0,configurable:1!==t.i||"length"!==e,enumerable:r.enumerable,value:o[e]}:r},defineProperty:function(){gn(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){gn(12)}},ca={};vn(la,(function(t,e){ca[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),ca.deleteProperty=function(t,e){return ca.set.call(this,t,e,void 0)},ca.set=function(t,e,o){return la.set.call(this,t[0],e,o,t[0])};var fa=function(){function t(t){var e=this;this.O=ta,this.D=!0,this.produce=function(t,o,r){if("function"==typeof t&&"function"!=typeof o){var i=o;o=t;var n=e;return function(t){var e=this;void 0===t&&(t=i);for(var r=arguments.length,a=Array(r>1?r-1:0),s=1;s<r;s++)a[s-1]=arguments[s];return n.produce(t,(function(t){var r;return(r=o).call.apply(r,[e,t].concat(a))}))}}var a;if("function"!=typeof o&&gn(6),void 0!==r&&"function"!=typeof r&&gn(7),mn(t)){var s=zn(e),l=Zn(e,t,void 0),c=!0;try{a=o(l),c=!1}finally{c?Wn(s):Bn(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return An(s,r),_n(t,s)}),(function(t){throw Wn(s),t})):(An(s,r),_n(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=o(t))&&(a=t),a===ea&&(a=void 0),e.D&&kn(a,!0),r){var f=[],h=[];Ln("Patches").M(t,a,f,h),r(f,h)}return a}gn(21,t)},this.produceWithPatches=function(t,o){if("function"==typeof t)return function(o){for(var r=arguments.length,i=Array(r>1?r-1:0),n=1;n<r;n++)i[n-1]=arguments[n];return e.produceWithPatches(o,(function(e){return t.apply(void 0,[e].concat(i))}))};var r,i,n=e.produce(t,o,(function(t,e){r=t,i=e}));return"undefined"!=typeof Promise&&n instanceof Promise?n.then((function(t){return[t,r,i]})):[n,r,i]},"boolean"==typeof(null==t?void 0:t.useProxies)&&this.setUseProxies(t.useProxies),"boolean"==typeof(null==t?void 0:t.autoFreeze)&&this.setAutoFreeze(t.autoFreeze)}var e=t.prototype;return e.createDraft=function(t){mn(t)||gn(8),bn(t)&&(t=Gn(t));var e=zn(this),o=Zn(this,t,void 0);return o[ra].C=!0,Bn(e),o},e.finishDraft=function(t,e){var o=(t&&t[ra]).A;return An(o,e),_n(void 0,o)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!ta&&gn(20),this.O=t},e.applyPatches=function(t,e){var o;for(o=e.length-1;o>=0;o--){var r=e[o];if(0===r.path.length&&"replace"===r.op){t=r.value;break}}o>-1&&(e=e.slice(o+1));var i=Ln("Patches").$;return bn(t)?i(t,e):this.produce(t,(function(t){return i(t,e)}))},t}(),ha=new fa,da=ha.produce;function pa(t){return pa="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},pa(t)}function ua(t){var e=function(t,e){if("object"!==pa(t)||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var r=o.call(t,e||"default");if("object"!==pa(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===pa(e)?e:String(e)}function ya(t,e,o){return(e=ua(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function ga(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ba(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?ga(Object(o),!0).forEach((function(e){ya(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):ga(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function ma(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}ha.produceWithPatches.bind(ha),ha.setAutoFreeze.bind(ha),ha.setUseProxies.bind(ha),ha.applyPatches.bind(ha),ha.createDraft.bind(ha),ha.finishDraft.bind(ha);var va="function"==typeof Symbol&&Symbol.observable||"@@observable",xa=function(){return Math.random().toString(36).substring(7).split("").join(".")},Oa={INIT:"@@redux/INIT"+xa(),REPLACE:"@@redux/REPLACE"+xa(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+xa()}};function wa(t,e,o){var r;if("function"==typeof e&&"function"==typeof o||"function"==typeof o&&"function"==typeof arguments[3])throw new Error(ma(0));if("function"==typeof e&&void 0===o&&(o=e,e=void 0),void 0!==o){if("function"!=typeof o)throw new Error(ma(1));return o(wa)(t,e)}if("function"!=typeof t)throw new Error(ma(2));var i=t,n=e,a=[],s=a,l=!1;function c(){s===a&&(s=a.slice())}function f(){if(l)throw new Error(ma(3));return n}function h(t){if("function"!=typeof t)throw new Error(ma(4));if(l)throw new Error(ma(5));var e=!0;return c(),s.push(t),function(){if(e){if(l)throw new Error(ma(6));e=!1,c();var o=s.indexOf(t);s.splice(o,1),a=null}}}function d(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var e=t;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}(t))throw new Error(ma(7));if(void 0===t.type)throw new Error(ma(8));if(l)throw new Error(ma(9));try{l=!0,n=i(n,t)}finally{l=!1}for(var e=a=s,o=0;o<e.length;o++){(0,e[o])()}return t}return d({type:Oa.INIT}),(r={dispatch:d,subscribe:h,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(ma(10));i=t,d({type:Oa.REPLACE})}})[va]=function(){var t,e=h;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(ma(11));function o(){t.next&&t.next(f())}return o(),{unsubscribe:e(o)}}})[va]=function(){return this},t},r}function Sa(t){for(var e=Object.keys(t),o={},r=0;r<e.length;r++){var i=e[r];"function"==typeof t[i]&&(o[i]=t[i])}var n,a=Object.keys(o);try{!function(t){Object.keys(t).forEach((function(e){var o=t[e];if(void 0===o(void 0,{type:Oa.INIT}))throw new Error(ma(12));if(void 0===o(void 0,{type:Oa.PROBE_UNKNOWN_ACTION()}))throw new Error(ma(13))}))}(o)}catch(t){n=t}return function(t,e){if(void 0===t&&(t={}),n)throw n;for(var r=!1,i={},s=0;s<a.length;s++){var l=a[s],c=o[l],f=t[l],h=c(f,e);if(void 0===h)throw e&&e.type,new Error(ma(14));i[l]=h,r=r||h!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function Ca(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return 0===e.length?function(t){return t}:1===e.length?e[0]:e.reduce((function(t,e){return function(){return t(e.apply(void 0,arguments))}}))}function Na(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return function(t){return function(){var o=t.apply(void 0,arguments),r=function(){throw new Error(ma(15))},i={getState:o.getState,dispatch:function(){return r.apply(void 0,arguments)}},n=e.map((function(t){return t(i)}));return r=Ca.apply(void 0,n)(o.dispatch),ba(ba({},o),{},{dispatch:r})}}}function Ea(t){return function(e){var o=e.dispatch,r=e.getState;return function(e){return function(i){return"function"==typeof i?i(o,r,t):e(i)}}}}var $a=Ea();$a.withExtraArgument=Ea;var ka,Ra=$a,Ia=(ka=function(t,e){return ka=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},ka(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function o(){this.constructor=t}ka(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),La=function(t,e){var o,r,i,n,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return n={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(n[Symbol.iterator]=function(){return this}),n;function s(n){return function(s){return function(n){if(o)throw new TypeError("Generator is already executing.");for(;a;)try{if(o=1,r&&(i=2&n[0]?r.return:n[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,n[1])).done)return i;switch(r=0,i&&(n=[2&n[0],i.value]),n[0]){case 0:case 1:i=n;break;case 4:return a.label++,{value:n[1],done:!1};case 5:a.label++,r=n[1],n=[0];continue;case 7:n=a.ops.pop(),a.trys.pop();continue;default:if(!(i=a.trys,(i=i.length>0&&i[i.length-1])||6!==n[0]&&2!==n[0])){a=0;continue}if(3===n[0]&&(!i||n[1]>i[0]&&n[1]<i[3])){a.label=n[1];break}if(6===n[0]&&a.label<i[1]){a.label=i[1],i=n;break}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(n);break}i[2]&&a.ops.pop(),a.trys.pop();continue}n=e.call(t,a)}catch(t){n=[6,t],r=0}finally{o=i=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,s])}}},Ua=function(t,e){for(var o=0,r=e.length,i=t.length;o<r;o++,i++)t[i]=e[o];return t},Aa=Object.defineProperty,Wa=Object.defineProperties,Ba=Object.getOwnPropertyDescriptors,za=Object.getOwnPropertySymbols,Fa=Object.prototype.hasOwnProperty,_a=Object.prototype.propertyIsEnumerable,Pa=function(t,e,o){return e in t?Aa(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},ja=function(t,e){for(var o in e||(e={}))Fa.call(e,o)&&Pa(t,o,e[o]);if(za)for(var r=0,i=za(e);r<i.length;r++){o=i[r];_a.call(e,o)&&Pa(t,o,e[o])}return t},Da=function(t,e){return Wa(t,Ba(e))},Ma="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?Ca:Ca.apply(null,arguments)};var Ta=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return Ia(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,Ua([void 0],t[0].concat(this)))):new(e.bind.apply(e,Ua([void 0],t.concat(this))))},e}(Array),Ha=function(t){function e(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return Ia(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,Ua([void 0],t[0].concat(this)))):new(e.bind.apply(e,Ua([void 0],t.concat(this))))},e}(Array);function Ka(t){return mn(t)?da(t,(function(){})):t}function Za(){return function(t){return function(t){void 0===t&&(t={});var e=t.thunk,o=void 0===e||e;t.immutableCheck,t.serializableCheck;var r=new Ta;o&&(!function(t){return"boolean"==typeof t}(o)?r.push(Ra.withExtraArgument(o.extraArgument)):r.push(Ra));return r}(t)}}function Ga(t){var e,o=Za(),r=t||{},i=r.reducer,n=void 0===i?void 0:i,a=r.middleware,s=void 0===a?o():a,l=r.devTools,c=void 0===l||l,f=r.preloadedState,h=void 0===f?void 0:f,d=r.enhancers,p=void 0===d?void 0:d;if("function"==typeof n)e=n;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;for(var o=e;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return e===o}(n))throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');e=Sa(n)}var u=s;"function"==typeof u&&(u=u(o));var y=Na.apply(void 0,u),g=Ca;c&&(g=Ma(ja({trace:!1},"object"==typeof c&&c)));var b=new Ha(y),m=b;return Array.isArray(p)?m=Ua([y],p):"function"==typeof p&&(m=p(b)),wa(e,h,g.apply(void 0,m))}function Va(t,e){function o(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];if(e){var i=e.apply(void 0,o);if(!i)throw new Error("prepareAction did not return an object");return ja(ja({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:o[0]}}return o.toString=function(){return""+t},o.type=t,o.match=function(e){return e.type===t},o}function qa(t){var e,o={},r=[],i={addCase:function(t,e){var r="string"==typeof t?t:t.type;if(r in o)throw new Error("addCase cannot be called with two reducers for the same action type");return o[r]=e,i},addMatcher:function(t,e){return r.push({matcher:t,reducer:e}),i},addDefaultCase:function(t){return e=t,i}};return t(i),[o,r,e]}function Ya(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");var o,r="function"==typeof t.initialState?t.initialState:Ka(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},s={},l={};function c(){var e="function"==typeof t.extraReducers?qa(t.extraReducers):[t.extraReducers],o=e[0],i=void 0===o?{}:o,n=e[1],a=void 0===n?[]:n,l=e[2],c=void 0===l?void 0:l,f=ja(ja({},i),s);return function(t,e,o,r){void 0===o&&(o=[]);var i,n="function"==typeof e?qa(e):[e,o,r],a=n[0],s=n[1],l=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return Ka(t())};else{var c=Ka(t);i=function(){return c}}function f(t,e){void 0===t&&(t=i());var o=Ua([a[e.type]],s.filter((function(t){return(0,t.matcher)(e)})).map((function(t){return t.reducer})));return 0===o.filter((function(t){return!!t})).length&&(o=[l]),o.reduce((function(t,o){if(o){var r;if(bn(t))return void 0===(r=o(t,e))?t:r;if(mn(t))return da(t,(function(t){return o(t,e)}));if(void 0===(r=o(t,e))){if(null===t)return t;throw Error("A case reducer on a non-draftable value must not return undefined")}return r}return t}),t)}return f.getInitialState=i,f}(r,(function(t){for(var e in f)t.addCase(e,f[e]);for(var o=0,r=a;o<r.length;o++){var i=r[o];t.addMatcher(i.matcher,i.reducer)}c&&t.addDefaultCase(c)}))}return n.forEach((function(t){var o,r,n=i[t],c=e+"/"+t;"reducer"in n?(o=n.reducer,r=n.prepare):o=n,a[t]=o,s[c]=o,l[t]=r?Va(c,r):Va(c)})),{name:e,reducer:function(t,e){return o||(o=c()),o(t,e)},actions:l,caseReducers:a,getInitialState:function(){return o||(o=c()),o.getInitialState()}}}var Ja=["name","message","stack","code"],Xa=function(t,e){this.payload=t,this.meta=e},Qa=function(t,e){this.payload=t,this.meta=e},ts=function(t){if("object"==typeof t&&null!==t){for(var e={},o=0,r=Ja;o<r.length;o++){var i=r[o];"string"==typeof t[i]&&(e[i]=t[i])}return e}return{message:String(t)}};function es(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,e,o){var r=Va(t+"/fulfilled",(function(t,e,o,r){return{payload:t,meta:Da(ja({},r||{}),{arg:o,requestId:e,requestStatus:"fulfilled"})}})),i=Va(t+"/pending",(function(t,e,o){return{payload:void 0,meta:Da(ja({},o||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),n=Va(t+"/rejected",(function(t,e,r,i,n){return{payload:i,error:(o&&o.serializeError||ts)(t||"Rejected"),meta:Da(ja({},n||{}),{arg:r,requestId:e,rejectedWithValue:!!i,requestStatus:"rejected",aborted:"AbortError"===(null==t?void 0:t.name),condition:"ConditionError"===(null==t?void 0:t.name)})}})),a="undefined"!=typeof AbortController?AbortController:function(){function t(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return t.prototype.abort=function(){},t}();return Object.assign((function(t){return function(s,l,c){var f,h=(null==o?void 0:o.idGenerator)?o.idGenerator(t):function(t){void 0===t&&(t=21);for(var e="",o=t;o--;)e+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return e}(),d=new a;function p(t){f=t,d.abort()}var u=function(){return a=this,u=null,y=function(){var a,u,y,g,b,m;return La(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),g=null==(a=null==o?void 0:o.condition)?void 0:a.call(o,t,{getState:l,extra:c}),null===(x=g)||"object"!=typeof x||"function"!=typeof x.then?[3,2]:[4,g];case 1:g=v.sent(),v.label=2;case 2:if(!1===g||d.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return b=new Promise((function(t,e){return d.signal.addEventListener("abort",(function(){return e({name:"AbortError",message:f||"Aborted"})}))})),s(i(h,t,null==(u=null==o?void 0:o.getPendingMeta)?void 0:u.call(o,{requestId:h,arg:t},{getState:l,extra:c}))),[4,Promise.race([b,Promise.resolve(e(t,{dispatch:s,getState:l,extra:c,requestId:h,signal:d.signal,abort:p,rejectWithValue:function(t,e){return new Xa(t,e)},fulfillWithValue:function(t,e){return new Qa(t,e)}})).then((function(e){if(e instanceof Xa)throw e;return e instanceof Qa?r(e.payload,h,t,e.meta):r(e,h,t)}))])];case 3:return y=v.sent(),[3,5];case 4:return m=v.sent(),y=m instanceof Xa?n(null,h,t,m.payload,m.meta):n(m,h,t),[3,5];case 5:return o&&!o.dispatchConditionRejection&&n.match(y)&&y.meta.condition||s(y),[2,y]}var x}))},new Promise((function(t,e){var o=function(t){try{i(y.next(t))}catch(t){e(t)}},r=function(t){try{i(y.throw(t))}catch(t){e(t)}},i=function(e){return e.done?t(e.value):Promise.resolve(e.value).then(o,r)};i((y=y.apply(a,u)).next())}));var a,u,y}();return Object.assign(u,{abort:p,requestId:h,arg:t,unwrap:function(){return u.then(es)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var os="listenerMiddleware";Va(os+"/add"),Va(os+"/removeAll"),Va(os+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,e){var o=i[t];return o?o.enumerable=e:i[t]=o={configurable:!0,enumerable:e,get:function(){var e=this[ra];return la.get(e,t)},set:function(e){var o=this[ra];la.set(o,t,e)}},o}function e(t){for(var e=t.length-1;e>=0;e--){var i=t[e][ra];if(!i.P)switch(i.i){case 5:r(i)&&Hn(i);break;case 4:o(i)&&Hn(i)}}}function o(t){for(var e=t.t,o=t.k,r=na(o),i=r.length-1;i>=0;i--){var n=r[i];if(n!==ra){var a=e[n];if(void 0===a&&!On(e,n))return!0;var s=o[n],l=s&&s[ra];if(l?l.t!==a:!Sn(s,a))return!0}}var c=!!e[ra];return r.length!==na(e).length+(c?0:1)}function r(t){var e=t.k;if(e.length!==t.t.length)return!0;var o=Object.getOwnPropertyDescriptor(e,e.length-1);if(o&&!o.get)return!0;for(var r=0;r<e.length;r++)if(!e.hasOwnProperty(r))return!0;return!1}var i={};!function(t,e){sa[t]||(sa[t]=e)}("ES5",{J:function(e,o){var r=Array.isArray(e),i=function(e,o){if(e){for(var r=Array(o.length),i=0;i<o.length;i++)Object.defineProperty(r,""+i,t(i,!0));return r}var n=aa(o);delete n[ra];for(var a=na(n),s=0;s<a.length;s++){var l=a[s];n[l]=t(l,e||!!n[l].enumerable)}return Object.create(Object.getPrototypeOf(o),n)}(r,e),n={i:r?5:4,A:o?o.A:Un(),P:!1,I:!1,R:{},l:o,t:e,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,ra,{value:n,writable:!0}),i},S:function(t,o,i){i?bn(o)&&o[ra].A===t&&e(t.p):(t.u&&function t(e){if(e&&"object"==typeof e){var o=e[ra];if(o){var i=o.t,n=o.k,a=o.R,s=o.i;if(4===s)vn(n,(function(e){e!==ra&&(void 0!==i[e]||On(i,e)?a[e]||t(n[e]):(a[e]=!0,Hn(o)))})),vn(i,(function(t){void 0!==n[t]||On(n,t)||(a[t]=!1,Hn(o))}));else if(5===s){if(r(o)&&(Hn(o),a.length=!0),n.length<i.length)for(var l=n.length;l<i.length;l++)a[l]=!1;else for(var c=i.length;c<n.length;c++)a[c]=!0;for(var f=Math.min(n.length,i.length),h=0;h<f;h++)n.hasOwnProperty(h)||(a[h]=!0),void 0===a[h]&&t(n[h])}}}}(t.p[0]),e(t.p))},K:function(t){return 4===t.i?o(t):r(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class rs{static get(t){var e;const o="string"==typeof t?t:t.name,r="string"==typeof t?void 0:t,i=window.ftReduxStores[o];if(ln(i))return i;if(null==r)return;const n=Ya({...r,reducers:null!==(e=r.reducers)&&void 0!==e?e:{}}),a=Ga({reducer:(t,e)=>"CLEAR_FT_REDUX_STORE"===e.type?n.getInitialState():"string"==typeof e.type&&e.type.startsWith("DEFAULT_VALUE_SETTER__")?{...t,...e.overwrites}:n.reducer(t,e)});return window.ftReduxStores[r.name]=new rs(n,a)}constructor(t,e){this.reduxSlice=t,this.reduxStore=e,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new sn,this.actions=new Proxy(this.reduxSlice.actions,{get:(t,e,o)=>{const r=e,i=t[r];return i?(...t)=>{const e=i(...t);return this.reduxStore.dispatch(e),e}:t=>{this.setState({[r]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(t).join("_"),overwrites:t})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}}var is=Object.freeze({__proto__:null,FtCommandQueue:sn,FtLitElementRedux:yn,FtReduxStore:rs,clearAllStores:function(){var t;for(let e of Object.values(null!==(t=window.ftReduxStores)&&void 0!==t?t:{}))ln(e)&&e.clear()},isFtReduxStore:ln,redux:an,reduxEventListener:t=>(e,o)=>{const r=e.constructor;r.reduxEventListeners=new Map(r.reduxEventListeners),r.reduxEventListeners.set(o,t)},reduxReactive:()=>(t,e)=>{var o;const r=t.constructor;r.reduxReactiveProperties=new Set(r.reduxReactiveProperties),null===(o=r.reduxReactiveProperties)||void 0===o||o.add(e)}});var ns=Object.freeze({__proto__:null,serializeRequest:function(t,e){var o,r,i,n;const a=new URLSearchParams({"content-lang":null!==(o=e.contentLocale)&&void 0!==o?o:"all"});if((null===(r=e.query)||void 0===r?void 0:r.length)>0&&a.append("query",e.query),e.scope&&"DEFAULT"!==e.scope&&a.append("scope",e.scope.toLowerCase()),e.virtualField&&a.append("virtual-field",e.virtualField.toLowerCase()),e.periodFilter){let t=e.periodFilter.period;const o=t?`_${t.from}_${t.to}`:"";a.append("period",e.periodFilter.periodType.toLowerCase()+o)}if((null===(i=e.sort)||void 0===i?void 0:i.length)>0&&"ft:lastEdition"===e.sort[0].key&&a.append("sort","last_update"),(null===(n=e.filters)||void 0===n?void 0:n.length)>0){const t=e.filters.map((t=>{const e=t.values.map((t=>t.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*"))).map((t=>encodeURIComponent(function(t){return`"${t}"`}(t)))).join("_");return`${t.key}~${e}`})).join("*");a.append("filters",t)}return new URL(`${t.replace(/\/+$/,"")}/search?${a.toString()}`).href}});const as=Symbol("elementInternals");function ss(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[as].form}constructor(...t){super(t),this[as]=this.attachInternals(),this[as].role=e}setFormValue(t){this[as].setFormValue(t)}}}var ls,cs,fs,hs,ds=Object.freeze({__proto__:null,toFtFormComponent:ss});const ps=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(fs=null===(cs=null===(ls=window.safari)||void 0===ls?void 0:ls.pushNotification)||void 0===cs?void 0:cs.toString())&&void 0!==fs?fs:""),us="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=null!==(hs=window.ftGlobals)&&void 0!==hs?hs:{lit:ve,litDecorators:Le,litRepeat:He,litClassMap:Ze,litStyleMap:Ye,litUnsafeHTML:Qe,wcUtils:{...no,...ro,...so,...co,...xo,...Nr,...Rr,...Ui,...Sr,...Ti,...Hi,...go,...Ji,...en,...on,...nn,...is,...Fi,...ns,...ds,isSafari:ps,isTouchScreen:us}};const ys=wo.extend("--ft-typography-font-family","",Cr.titleFont),gs=wo.extend("--ft-typography-font-family","",Cr.contentFont),bs={fontFamily:gs,fontSize:wo.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:wo.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:wo.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:wo.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:wo.create("--ft-typography-text-transform","","UNKNOWN","inherit")},ms=wo.extend("--ft-typography-title-font-family","",ys),vs=wo.extend("--ft-typography-title-font-size","",bs.fontSize,"20px"),xs=wo.extend("--ft-typography-title-font-weight","",bs.fontWeight,"normal"),Os=wo.extend("--ft-typography-title-letter-spacing","",bs.letterSpacing,"0.15px"),ws=wo.extend("--ft-typography-title-line-height","",bs.lineHeight,"1.2"),Ss=wo.extend("--ft-typography-title-text-transform","",bs.textTransform,"inherit"),Cs=wo.extend("--ft-typography-title-dense-font-family","",ys),Ns=wo.extend("--ft-typography-title-dense-font-size","",bs.fontSize,"14px"),Es=wo.extend("--ft-typography-title-dense-font-weight","",bs.fontWeight,"normal"),$s=wo.extend("--ft-typography-title-dense-letter-spacing","",bs.letterSpacing,"0.105px"),ks=wo.extend("--ft-typography-title-dense-line-height","",bs.lineHeight,"1.7"),Rs=wo.extend("--ft-typography-title-dense-text-transform","",bs.textTransform,"inherit"),Is=wo.extend("--ft-typography-subtitle1-font-family","",gs),Ls=wo.extend("--ft-typography-subtitle1-font-size","",bs.fontSize,"16px"),Us=wo.extend("--ft-typography-subtitle1-font-weight","",bs.fontWeight,"600"),As=wo.extend("--ft-typography-subtitle1-letter-spacing","",bs.letterSpacing,"0.144px"),Ws=wo.extend("--ft-typography-subtitle1-line-height","",bs.lineHeight,"1.5"),Bs=wo.extend("--ft-typography-subtitle1-text-transform","",bs.textTransform,"inherit"),zs=wo.extend("--ft-typography-subtitle2-font-family","",gs),Fs=wo.extend("--ft-typography-subtitle2-font-size","",bs.fontSize,"14px"),_s=wo.extend("--ft-typography-subtitle2-font-weight","",bs.fontWeight,"normal"),Ps=wo.extend("--ft-typography-subtitle2-letter-spacing","",bs.letterSpacing,"0.098px"),js=wo.extend("--ft-typography-subtitle2-line-height","",bs.lineHeight,"1.7"),Ds=wo.extend("--ft-typography-subtitle2-text-transform","",bs.textTransform,"inherit"),Ms=wo.extend("--ft-typography-body1-font-family","",gs),Ts=wo.extend("--ft-typography-body1-font-size","",bs.fontSize,"16px"),Hs=wo.extend("--ft-typography-body1-font-weight","",bs.fontWeight,"normal"),Ks=wo.extend("--ft-typography-body1-letter-spacing","",bs.letterSpacing,"0.496px"),Zs=wo.extend("--ft-typography-body1-line-height","",bs.lineHeight,"1.5"),Gs=wo.extend("--ft-typography-body1-text-transform","",bs.textTransform,"inherit"),Vs={fontFamily:wo.extend("--ft-typography-body2-font-family","",gs),fontSize:wo.extend("--ft-typography-body2-font-size","",bs.fontSize,"14px"),fontWeight:wo.extend("--ft-typography-body2-font-weight","",bs.fontWeight,"normal"),letterSpacing:wo.extend("--ft-typography-body2-letter-spacing","",bs.letterSpacing,"0.252px"),lineHeight:wo.extend("--ft-typography-body2-line-height","",bs.lineHeight,"1.4"),textTransform:wo.extend("--ft-typography-body2-text-transform","",bs.textTransform,"inherit")},qs=wo.extend("--ft-typography-caption-font-family","",gs),Ys=wo.extend("--ft-typography-caption-font-size","",bs.fontSize,"12px"),Js=wo.extend("--ft-typography-caption-font-weight","",bs.fontWeight,"normal"),Xs=wo.extend("--ft-typography-caption-letter-spacing","",bs.letterSpacing,"0.396px"),Qs=wo.extend("--ft-typography-caption-line-height","",bs.lineHeight,"1.33"),tl=wo.extend("--ft-typography-caption-text-transform","",bs.textTransform,"inherit"),el=wo.extend("--ft-typography-breadcrumb-font-family","",gs),ol=wo.extend("--ft-typography-breadcrumb-font-size","",bs.fontSize,"10px"),rl=wo.extend("--ft-typography-breadcrumb-font-weight","",bs.fontWeight,"normal"),il=wo.extend("--ft-typography-breadcrumb-letter-spacing","",bs.letterSpacing,"0.33px"),nl=wo.extend("--ft-typography-breadcrumb-line-height","",bs.lineHeight,"1.6"),al=wo.extend("--ft-typography-breadcrumb-text-transform","",bs.textTransform,"inherit"),sl=wo.extend("--ft-typography-overline-font-family","",gs),ll=wo.extend("--ft-typography-overline-font-size","",bs.fontSize,"10px"),cl=wo.extend("--ft-typography-overline-font-weight","",bs.fontWeight,"normal"),fl=wo.extend("--ft-typography-overline-letter-spacing","",bs.letterSpacing,"1.5px"),hl=wo.extend("--ft-typography-overline-line-height","",bs.lineHeight,"1.6"),dl=wo.extend("--ft-typography-overline-text-transform","",bs.textTransform,"uppercase"),pl={fontFamily:wo.extend("--ft-typography-button-font-family","",gs),fontSize:wo.extend("--ft-typography-button-font-size","",bs.fontSize,"14px"),fontWeight:wo.extend("--ft-typography-button-font-weight","",bs.fontWeight,"600"),letterSpacing:wo.extend("--ft-typography-button-letter-spacing","",bs.letterSpacing,"1.246px"),lineHeight:wo.extend("--ft-typography-button-line-height","",bs.lineHeight,"1.15"),textTransform:wo.extend("--ft-typography-button-text-transform","",bs.textTransform,"uppercase")},ul=dt`
42
+ `;var Xs={};var Mi={};X(Mi,{ParametrizedLabelResolver:()=>Vr});var Vr=class{constructor(e,r){this.defaultLabels=e,this.labels=r}resolve(e,...r){var n,i;e=this.resolvePluralKey(e,r);let a=(i=(n=this.labels[e])!==null&&n!==void 0?n:this.defaultLabels[e])!==null&&i!==void 0?i:"";return r.forEach((s,l)=>a=a.replace(new RegExp(`\\{${l}([^}]*)\\}`,"g"),(c,d)=>this.formatValue(s,d))),a}resolvePluralKey(e,r){for(let n of r)if(typeof n=="number"){let i=`${String(e)}[\\=${n}]`;if(i in this.labels||i in this.defaultLabels)return i}return e}formatValue(e,r){return e instanceof Date?this.formatDate(e,r):e??""}formatDate(e,r){let n=i=>r?.includes("date")?e.toLocaleDateString(i):r?.includes("time")?e.toLocaleTimeString(i):e.toLocaleString(i);try{return n(document.documentElement.lang)}catch{return n()}}};var ca={};X(ca,{FtCommandQueue:()=>Kr,FtLitElementRedux:()=>Ve,FtReduxStore:()=>vt,clearAllStores:()=>iu,isFtReduxStore:()=>Ft,redux:()=>jr,reduxEventListener:()=>Od,reduxReactive:()=>Sd});var Sd=()=>(t,e)=>{var r;let n=t.constructor;n.reduxReactiveProperties=new Set(n.reduxReactiveProperties),(r=n.reduxReactiveProperties)===null||r===void 0||r.add(e)},jr=t=>{let e=t??{};return(r,n)=>{var i;let a={hasChanged:(l,c)=>!ye(l,c),attribute:!1,...e};b(a)(r,n);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(n,{selector:(i=e.selector)!==null&&i!==void 0?i:l=>l[n],store:e.store})}},Od=t=>(e,r)=>{let n=e.constructor;n.reduxEventListeners=new Map(n.reduxEventListeners),n.reduxEventListeners.set(r,t)};var Kr=class{constructor(){this.queue=[]}add(e,r=!1){r&&(this.queue=this.queue.filter(n=>n.type!==e.type)),this.queue.push(e)}consume(e){let r=this.queue.find(n=>n.type===e);return r&&(this.queue=this.queue.filter(n=>n!==r)),r}};function Ft(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var Js,Qs,el,Mo=Symbol("internalReduxEventsUnsubscribers"),ht=Symbol("internalStoresUnsubscribers"),zt=Symbol("internalStores"),Ve=class extends U{constructor(){super(...arguments),this[Js]=new Map,this[Qs]=new Map,this[el]=[]}get reduxConstructor(){return this.constructor}update(e){super.update(e),[...this.reduxConstructor.reduxReactiveProperties].some(r=>e.has(r))&&this.updateFromStores()}getUnnamedStore(){if(this[zt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[zt].values()][0]}getStore(e){return e==null?this.getUnnamedStore():this[zt].get(e)}addStore(e,r){var n;r=(n=r??(Ft(e)?e.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(r),this.setupStore(r,e)}removeStore(e){let r=typeof e=="string"?e:e.name;this.unsubscribeFromStore(r),this[zt].delete(r)}setupStore(e,r){this[zt].set(e,r),this.subscribeToStore(e,r),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[zt].forEach((e,r)=>this.subscribeToStore(r,e)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((e,r)=>{let n=this.constructor.getPropertyOptions(r);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:r)){let i=this.getStore(e.store);i&&(e.store?this[ht].has(e.store):this[ht].size>0)&&(this[r]=e.selector(i.getState(),this))}})}subscribeToStore(e,r){var n;this[ht].set(e,r.subscribe(()=>this.updateFromStores())),Ft(r)&&r.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,a)=>{if(typeof this[a]=="function"&&(!i.store||r.name===i.store)){let s=l=>this[a](l);r.eventBus.addEventListener(i.eventName,s),this[Mo].push(()=>r.eventBus.removeEventListener(i.eventName,s))}})),this.onStoreAvailable(e)}unsubscribeFromStores(){this[ht].forEach((e,r)=>this.unsubscribeFromStore(r)),this[Mo].forEach(e=>e()),this[Mo]=[]}unsubscribeFromStore(e){this[ht].has(e)&&this[ht].get(e)(),this[ht].delete(e)}onStoreAvailable(e){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};Js=ht,Qs=zt,el=Mo;Ve.reduxProperties=new Map;Ve.reduxReactiveProperties=new Set;Ve.reduxEventListeners=new Map;function Te(t){for(var e=arguments.length,r=Array(e>1?e-1:0),n=1;n<e;n++)r[n-1]=arguments[n];if(0)var i,a;throw Error("[Immer] minified error nr: "+t+(r.length?" "+r.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function ot(t){return!!t&&!!t[J]}function De(t){var e;return!!t&&(function(r){if(!r||typeof r!="object")return!1;var n=Object.getPrototypeOf(r);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===Pd}(t)||Array.isArray(t)||!!t[sl]||!!(!((e=t.constructor)===null||e===void 0)&&e[sl])||Ki(t)||Gi(t))}function Wt(t,e,r){r===void 0&&(r=!1),ir(t)===0?(r?Object.keys:nr)(t).forEach(function(n){r&&typeof n=="symbol"||e(n,t[n],t)}):t.forEach(function(n,i){return e(i,n,t)})}function ir(t){var e=t[J];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:Ki(t)?2:Gi(t)?3:0}function or(t,e){return ir(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function Ed(t,e){return ir(t)===2?t.get(e):t[e]}function ll(t,e,r){var n=ir(t);n===2?t.set(e,r):n===3?t.add(r):t[e]=r}function cl(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function Ki(t){return Nd&&t instanceof Map}function Gi(t){return _d&&t instanceof Set}function mt(t){return t.o||t.t}function Zi(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=ul(t);delete e[J];for(var r=nr(e),n=0;n<r.length;n++){var i=r[n],a=e[i];a.writable===!1&&(a.writable=!0,a.configurable=!0),(a.get||a.set)&&(e[i]={configurable:!0,writable:!0,enumerable:a.enumerable,value:t[i]})}return Object.create(Object.getPrototypeOf(t),e)}function qi(t,e){return e===void 0&&(e=!1),Yi(t)||ot(t)||!De(t)||(ir(t)>1&&(t.set=t.add=t.clear=t.delete=Cd),Object.freeze(t),e&&Wt(t,function(r,n){return qi(n,!0)},!0)),t}function Cd(){Te(2)}function Yi(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function je(t){var e=ji[t];return e||Te(18,t),e}function wd(t,e){ji[t]||(ji[t]=e)}function Wi(){return Zr}function Ui(t,e){e&&(je("Patches"),t.u=[],t.s=[],t.v=e)}function Uo(t){Hi(t),t.p.forEach(Ad),t.p=null}function Hi(t){t===Zr&&(Zr=t.l)}function tl(t){return Zr={p:[],l:Zr,h:t,m:!0,_:0}}function Ad(t){var e=t[J];e.i===0||e.i===1?e.j():e.g=!0}function Bi(t,e){e._=e.p.length;var r=e.p[0],n=t!==void 0&&t!==r;return e.h.O||je("ES5").S(e,t,n),n?(r[J].P&&(Uo(e),Te(4)),De(t)&&(t=Bo(e,t),e.l||Fo(e,t)),e.u&&je("Patches").M(r[J].t,t,e.u,e.s)):t=Bo(e,r,[]),Uo(e),e.u&&e.v(e.u,e.s),t!==dl?t:void 0}function Bo(t,e,r){if(Yi(e))return e;var n=e[J];if(!n)return Wt(e,function(l,c){return rl(t,n,e,l,c,r)},!0),e;if(n.A!==t)return e;if(!n.P)return Fo(t,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=Zi(n.k):n.o,a=i,s=!1;n.i===3&&(a=new Set(i),i.clear(),s=!0),Wt(a,function(l,c){return rl(t,n,i,l,c,r,s)}),Fo(t,i,!1),r&&t.u&&je("Patches").N(n,r,t.u,t.s)}return n.o}function rl(t,e,r,n,i,a,s){if(ot(i)){var l=Bo(t,i,a&&e&&e.i!==3&&!or(e.R,n)?a.concat(n):void 0);if(ll(r,n,l),!ot(l))return;t.m=!1}else s&&r.add(i);if(De(i)&&!Yi(i)){if(!t.h.D&&t._<1)return;Bo(t,i),e&&e.A.l||Fo(t,i)}}function Fo(t,e,r){r===void 0&&(r=!1),!t.l&&t.h.D&&t.m&&qi(e,r)}function Fi(t,e){var r=t[J];return(r?mt(r):t)[e]}function ol(t,e){if(e in t)for(var r=Object.getPrototypeOf(t);r;){var n=Object.getOwnPropertyDescriptor(r,e);if(n)return n;r=Object.getPrototypeOf(r)}}function yt(t){t.P||(t.P=!0,t.l&&yt(t.l))}function zi(t){t.o||(t.o=Zi(t.t))}function Vi(t,e,r){var n=Ki(e)?je("MapSet").F(e,r):Gi(e)?je("MapSet").T(e,r):t.O?function(i,a){var s=Array.isArray(i),l={i:s?1:0,A:a?a.A:Wi(),P:!1,I:!1,R:{},l:a,t:i,k:null,o:null,j:null,C:!1},c=l,d=qr;s&&(c=[l],d=Gr);var u=Proxy.revocable(c,d),h=u.revoke,y=u.proxy;return l.k=y,l.j=h,y}(e,r):je("ES5").J(e,r);return(r?r.A:Wi()).p.push(n),n}function Rd(t){return ot(t)||Te(22,t),function e(r){if(!De(r))return r;var n,i=r[J],a=ir(r);if(i){if(!i.P&&(i.i<4||!je("ES5").K(i)))return i.t;i.I=!0,n=nl(r,a),i.I=!1}else n=nl(r,a);return Wt(n,function(s,l){i&&Ed(i.t,s)===l||ll(n,s,e(l))}),a===3?new Set(n):n}(t)}function nl(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return Zi(t)}function pl(){function t(s,l){var c=a[s];return c?c.enumerable=l:a[s]=c={configurable:!0,enumerable:l,get:function(){var d=this[J];return qr.get(d,s)},set:function(d){var u=this[J];qr.set(u,s,d)}},c}function e(s){for(var l=s.length-1;l>=0;l--){var c=s[l][J];if(!c.P)switch(c.i){case 5:n(c)&&yt(c);break;case 4:r(c)&&yt(c)}}}function r(s){for(var l=s.t,c=s.k,d=nr(c),u=d.length-1;u>=0;u--){var h=d[u];if(h!==J){var y=l[h];if(y===void 0&&!or(l,h))return!0;var g=c[h],x=g&&g[J];if(x?x.t!==y:!cl(g,y))return!0}}var E=!!l[J];return d.length!==nr(l).length+(E?0:1)}function n(s){var l=s.k;if(l.length!==s.t.length)return!0;var c=Object.getOwnPropertyDescriptor(l,l.length-1);if(c&&!c.get)return!0;for(var d=0;d<l.length;d++)if(!l.hasOwnProperty(d))return!0;return!1}function i(s){s.g&&Te(3,JSON.stringify(mt(s)))}var a={};wd("ES5",{J:function(s,l){var c=Array.isArray(s),d=function(h,y){if(h){for(var g=Array(y.length),x=0;x<y.length;x++)Object.defineProperty(g,""+x,t(x,!0));return g}var E=ul(y);delete E[J];for(var R=nr(E),N=0;N<R.length;N++){var P=R[N];E[P]=t(P,h||!!E[P].enumerable)}return Object.create(Object.getPrototypeOf(y),E)}(c,s),u={i:c?5:4,A:l?l.A:Wi(),P:!1,I:!1,R:{},l,t:s,k:d,o:null,g:!1,C:!1};return Object.defineProperty(d,J,{value:u,writable:!0}),d},S:function(s,l,c){c?ot(l)&&l[J].A===s&&e(s.p):(s.u&&function d(u){if(u&&typeof u=="object"){var h=u[J];if(h){var y=h.t,g=h.k,x=h.R,E=h.i;if(E===4)Wt(g,function(S){S!==J&&(y[S]!==void 0||or(y,S)?x[S]||d(g[S]):(x[S]=!0,yt(h)))}),Wt(y,function(S){g[S]!==void 0||or(g,S)||(x[S]=!1,yt(h))});else if(E===5){if(n(h)&&(yt(h),x.length=!0),g.length<y.length)for(var R=g.length;R<y.length;R++)x[R]=!1;else for(var N=y.length;N<g.length;N++)x[N]=!0;for(var P=Math.min(g.length,y.length),O=0;O<P;O++)g.hasOwnProperty(O)||(x[O]=!0),x[O]===void 0&&d(g[O])}}}}(s.p[0]),e(s.p))},K:function(s){return s.i===4?r(s):n(s)}})}var il,Zr,Xi=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Nd=typeof Map<"u",_d=typeof Set<"u",al=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",dl=Xi?Symbol.for("immer-nothing"):((il={})["immer-nothing"]=!0,il),sl=Xi?Symbol.for("immer-draftable"):"__$immer_draftable",J=Xi?Symbol.for("immer-state"):"__$immer_state";var Pd=""+Object.prototype.constructor,nr=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,ul=Object.getOwnPropertyDescriptors||function(t){var e={};return nr(t).forEach(function(r){e[r]=Object.getOwnPropertyDescriptor(t,r)}),e},ji={},qr={get:function(t,e){if(e===J)return t;var r=mt(t);if(!or(r,e))return function(i,a,s){var l,c=ol(a,s);return c?"value"in c?c.value:(l=c.get)===null||l===void 0?void 0:l.call(i.k):void 0}(t,r,e);var n=r[e];return t.I||!De(n)?n:n===Fi(t.t,e)?(zi(t),t.o[e]=Vi(t.A.h,n,t)):n},has:function(t,e){return e in mt(t)},ownKeys:function(t){return Reflect.ownKeys(mt(t))},set:function(t,e,r){var n=ol(mt(t),e);if(n?.set)return n.set.call(t.k,r),!0;if(!t.P){var i=Fi(mt(t),e),a=i?.[J];if(a&&a.t===r)return t.o[e]=r,t.R[e]=!1,!0;if(cl(r,i)&&(r!==void 0||or(t.t,e)))return!0;zi(t),yt(t)}return t.o[e]===r&&(r!==void 0||e in t.o)||Number.isNaN(r)&&Number.isNaN(t.o[e])||(t.o[e]=r,t.R[e]=!0),!0},deleteProperty:function(t,e){return Fi(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,zi(t),yt(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var r=mt(t),n=Reflect.getOwnPropertyDescriptor(r,e);return n&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:n.enumerable,value:r[e]}},defineProperty:function(){Te(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){Te(12)}},Gr={};Wt(qr,function(t,e){Gr[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Gr.deleteProperty=function(t,e){return Gr.set.call(this,t,e,void 0)},Gr.set=function(t,e,r){return qr.set.call(this,t[0],e,r,t[0])};var Td=function(){function t(r){var n=this;this.O=al,this.D=!0,this.produce=function(i,a,s){if(typeof i=="function"&&typeof a!="function"){var l=a;a=i;var c=n;return function(E){var R=this;E===void 0&&(E=l);for(var N=arguments.length,P=Array(N>1?N-1:0),O=1;O<N;O++)P[O-1]=arguments[O];return c.produce(E,function(S){var C;return(C=a).call.apply(C,[R,S].concat(P))})}}var d;if(typeof a!="function"&&Te(6),s!==void 0&&typeof s!="function"&&Te(7),De(i)){var u=tl(n),h=Vi(n,i,void 0),y=!0;try{d=a(h),y=!1}finally{y?Uo(u):Hi(u)}return typeof Promise<"u"&&d instanceof Promise?d.then(function(E){return Ui(u,s),Bi(E,u)},function(E){throw Uo(u),E}):(Ui(u,s),Bi(d,u))}if(!i||typeof i!="object"){if((d=a(i))===void 0&&(d=i),d===dl&&(d=void 0),n.D&&qi(d,!0),s){var g=[],x=[];je("Patches").M(i,d,g,x),s(g,x)}return d}Te(21,i)},this.produceWithPatches=function(i,a){if(typeof i=="function")return function(d){for(var u=arguments.length,h=Array(u>1?u-1:0),y=1;y<u;y++)h[y-1]=arguments[y];return n.produceWithPatches(d,function(g){return i.apply(void 0,[g].concat(h))})};var s,l,c=n.produce(i,a,function(d,u){s=d,l=u});return typeof Promise<"u"&&c instanceof Promise?c.then(function(d){return[d,s,l]}):[c,s,l]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var e=t.prototype;return e.createDraft=function(r){De(r)||Te(8),ot(r)&&(r=Rd(r));var n=tl(this),i=Vi(this,r,void 0);return i[J].C=!0,Hi(n),i},e.finishDraft=function(r,n){var i=r&&r[J],a=i.A;return Ui(a,n),Bi(void 0,a)},e.setAutoFreeze=function(r){this.D=r},e.setUseProxies=function(r){r&&!al&&Te(20),this.O=r},e.applyPatches=function(r,n){var i;for(i=n.length-1;i>=0;i--){var a=n[i];if(a.path.length===0&&a.op==="replace"){r=a.value;break}}i>-1&&(n=n.slice(i+1));var s=je("Patches").$;return ot(r)?s(r,n):this.produce(r,function(l){return s(l,n)})},t}(),Ne=new Td,$d=Ne.produce,lg=Ne.produceWithPatches.bind(Ne),cg=Ne.setAutoFreeze.bind(Ne),pg=Ne.setUseProxies.bind(Ne),dg=Ne.applyPatches.bind(Ne),ug=Ne.createDraft.bind(Ne),fg=Ne.finishDraft.bind(Ne),zo=$d;function gt(t){"@babel/helpers - typeof";return gt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},gt(t)}function Ji(t,e){if(gt(t)!=="object"||t===null)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var n=r.call(t,e||"default");if(gt(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Qi(t){var e=Ji(t,"string");return gt(e)==="symbol"?e:String(e)}function ea(t,e,r){return e=Qi(e),e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function fl(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function Wo(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?fl(Object(r),!0).forEach(function(n){ea(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):fl(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function ue(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var hl=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),ta=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ho={INIT:"@@redux/INIT"+ta(),REPLACE:"@@redux/REPLACE"+ta(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ta()}};function Ld(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function ra(t,e,r){var n;if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(ue(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(ue(1));return r(ra)(t,e)}if(typeof t!="function")throw new Error(ue(2));var i=t,a=e,s=[],l=s,c=!1;function d(){l===s&&(l=s.slice())}function u(){if(c)throw new Error(ue(3));return a}function h(E){if(typeof E!="function")throw new Error(ue(4));if(c)throw new Error(ue(5));var R=!0;return d(),l.push(E),function(){if(R){if(c)throw new Error(ue(6));R=!1,d();var P=l.indexOf(E);l.splice(P,1),s=null}}}function y(E){if(!Ld(E))throw new Error(ue(7));if(typeof E.type>"u")throw new Error(ue(8));if(c)throw new Error(ue(9));try{c=!0,a=i(a,E)}finally{c=!1}for(var R=s=l,N=0;N<R.length;N++){var P=R[N];P()}return E}function g(E){if(typeof E!="function")throw new Error(ue(10));i=E,y({type:Ho.REPLACE})}function x(){var E,R=h;return E={subscribe:function(P){if(typeof P!="object"||P===null)throw new Error(ue(11));function O(){P.next&&P.next(u())}O();var S=R(O);return{unsubscribe:S}}},E[hl]=function(){return this},E}return y({type:Ho.INIT}),n={dispatch:y,subscribe:h,getState:u,replaceReducer:g},n[hl]=x,n}function kd(t){Object.keys(t).forEach(function(e){var r=t[e],n=r(void 0,{type:Ho.INIT});if(typeof n>"u")throw new Error(ue(12));if(typeof r(void 0,{type:Ho.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(ue(13))})}function ml(t){for(var e=Object.keys(t),r={},n=0;n<e.length;n++){var i=e[n];typeof t[i]=="function"&&(r[i]=t[i])}var a=Object.keys(r),s,l;try{kd(r)}catch(c){l=c}return function(d,u){if(d===void 0&&(d={}),l)throw l;if(0)var h;for(var y=!1,g={},x=0;x<a.length;x++){var E=a[x],R=r[E],N=d[E],P=R(N,u);if(typeof P>"u"){var O=u&&u.type;throw new Error(ue(14))}g[E]=P,y=y||P!==N}return y=y||a.length!==Object.keys(d).length,y?g:d}}function ar(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return e.length===0?function(n){return n}:e.length===1?e[0]:e.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function yl(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return function(n){return function(){var i=n.apply(void 0,arguments),a=function(){throw new Error(ue(15))},s={getState:i.getState,dispatch:function(){return a.apply(void 0,arguments)}},l=e.map(function(c){return c(s)});return a=ar.apply(void 0,l)(i.dispatch),Wo(Wo({},i),{},{dispatch:a})}}}function gl(t){var e=function(n){var i=n.dispatch,a=n.getState;return function(s){return function(l){return typeof l=="function"?l(i,a,t):s(l)}}};return e}var bl=gl();bl.withExtraArgument=gl;var oa=bl;var El=function(){var t=function(e,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(n[a]=i[a])},t(e,r)};return function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");t(e,r);function n(){this.constructor=e}e.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}(),Id=function(t,e){var r={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,s;return s={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function l(d){return function(u){return c([d,u])}}function c(d){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(a=d[0]&2?i.return:d[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,d[1])).done)return a;switch(i=0,a&&(d=[d[0]&2,a.value]),d[0]){case 0:case 1:a=d;break;case 4:return r.label++,{value:d[1],done:!1};case 5:r.label++,i=d[1],d=[0];continue;case 7:d=r.ops.pop(),r.trys.pop();continue;default:if(a=r.trys,!(a=a.length>0&&a[a.length-1])&&(d[0]===6||d[0]===2)){r=0;continue}if(d[0]===3&&(!a||d[1]>a[0]&&d[1]<a[3])){r.label=d[1];break}if(d[0]===6&&r.label<a[1]){r.label=a[1],a=d;break}if(a&&r.label<a[2]){r.label=a[2],r.ops.push(d);break}a[2]&&r.ops.pop(),r.trys.pop();continue}d=e.call(t,r)}catch(u){d=[6,u],i=0}finally{n=a=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}},sr=function(t,e){for(var r=0,n=e.length,i=t.length;r<n;r++,i++)t[i]=e[r];return t},Dd=Object.defineProperty,Md=Object.defineProperties,Ud=Object.getOwnPropertyDescriptors,xl=Object.getOwnPropertySymbols,Bd=Object.prototype.hasOwnProperty,Fd=Object.prototype.propertyIsEnumerable,vl=function(t,e,r){return e in t?Dd(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r},bt=function(t,e){for(var r in e||(e={}))Bd.call(e,r)&&vl(t,r,e[r]);if(xl)for(var n=0,i=xl(e);n<i.length;n++){var r=i[n];Fd.call(e,r)&&vl(t,r,e[r])}return t},na=function(t,e){return Md(t,Ud(e))},zd=function(t,e,r){return new Promise(function(n,i){var a=function(c){try{l(r.next(c))}catch(d){i(d)}},s=function(c){try{l(r.throw(c))}catch(d){i(d)}},l=function(c){return c.done?n(c.value):Promise.resolve(c.value).then(a,s)};l((r=r.apply(t,e)).next())})};var Wd=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?ar:ar.apply(null,arguments)},Tg=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function Hd(t){if(typeof t!="object"||t===null)return!1;var e=Object.getPrototypeOf(t);if(e===null)return!0;for(var r=e;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return e===r}var Vd=function(t){El(e,t);function e(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=t.apply(this,r)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return t.prototype.concat.apply(this,r)},e.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(e.bind.apply(e,sr([void 0],r[0].concat(this)))):new(e.bind.apply(e,sr([void 0],r.concat(this))))},e}(Array),jd=function(t){El(e,t);function e(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=t.apply(this,r)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return t.prototype.concat.apply(this,r)},e.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(e.bind.apply(e,sr([void 0],r[0].concat(this)))):new(e.bind.apply(e,sr([void 0],r.concat(this))))},e}(Array);function sa(t){return De(t)?zo(t,function(){}):t}function Kd(t){return typeof t=="boolean"}function Gd(){return function(e){return Zd(e)}}function Zd(t){t===void 0&&(t={});var e=t.thunk,r=e===void 0?!0:e,n=t.immutableCheck,i=n===void 0?!0:n,a=t.serializableCheck,s=a===void 0?!0:a,l=new Vd;if(r&&(Kd(r)?l.push(oa):l.push(oa.withExtraArgument(r.extraArgument))),0){if(i)var c;if(s)var d}return l}var ia=!0;function Cl(t){var e=Gd(),r=t||{},n=r.reducer,i=n===void 0?void 0:n,a=r.middleware,s=a===void 0?e():a,l=r.devTools,c=l===void 0?!0:l,d=r.preloadedState,u=d===void 0?void 0:d,h=r.enhancers,y=h===void 0?void 0:h,g;if(typeof i=="function")g=i;else if(Hd(i))g=ml(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var x=s;if(typeof x=="function"&&(x=x(e),!ia&&!Array.isArray(x)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!ia&&x.some(function(S){return typeof S!="function"}))throw new Error("each middleware provided to configureStore must be a function");var E=yl.apply(void 0,x),R=ar;c&&(R=Wd(bt({trace:!ia},typeof c=="object"&&c)));var N=new jd(E),P=N;Array.isArray(y)?P=sr([E],y):typeof y=="function"&&(P=y(N));var O=R.apply(void 0,P);return ra(g,u,O)}function xt(t,e){function r(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(e){var a=e.apply(void 0,n);if(!a)throw new Error("prepareAction did not return an object");return bt(bt({type:t,payload:a.payload},"meta"in a&&{meta:a.meta}),"error"in a&&{error:a.error})}return{type:t,payload:n[0]}}return r.toString=function(){return""+t},r.type=t,r.match=function(n){return n.type===t},r}function wl(t){var e={},r=[],n,i={addCase:function(a,s){var l=typeof a=="string"?a:a.type;if(l in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[l]=s,i},addMatcher:function(a,s){return r.push({matcher:a,reducer:s}),i},addDefaultCase:function(a){return n=a,i}};return t(i),[e,r,n]}function qd(t){return typeof t=="function"}function Yd(t,e,r,n){r===void 0&&(r=[]);var i=typeof e=="function"?wl(e):[e,r,n],a=i[0],s=i[1],l=i[2],c;if(qd(t))c=function(){return sa(t())};else{var d=sa(t);c=function(){return d}}function u(h,y){h===void 0&&(h=c());var g=sr([a[y.type]],s.filter(function(x){var E=x.matcher;return E(y)}).map(function(x){var E=x.reducer;return E}));return g.filter(function(x){return!!x}).length===0&&(g=[l]),g.reduce(function(x,E){if(E)if(ot(x)){var R=x,N=E(R,y);return N===void 0?x:N}else{if(De(x))return zo(x,function(P){return E(P,y)});var N=E(x,y);if(N===void 0){if(x===null)return x;throw Error("A case reducer on a non-draftable value must not return undefined")}return N}return x},h)}return u.getInitialState=c,u}function Xd(t,e){return t+"/"+e}function Al(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof t.initialState=="function"?t.initialState:sa(t.initialState),n=t.reducers||{},i=Object.keys(n),a={},s={},l={};i.forEach(function(u){var h=n[u],y=Xd(e,u),g,x;"reducer"in h?(g=h.reducer,x=h.prepare):g=h,a[u]=g,s[y]=g,l[u]=x?xt(y,x):xt(y)});function c(){var u=typeof t.extraReducers=="function"?wl(t.extraReducers):[t.extraReducers],h=u[0],y=h===void 0?{}:h,g=u[1],x=g===void 0?[]:g,E=u[2],R=E===void 0?void 0:E,N=bt(bt({},y),s);return Yd(r,function(P){for(var O in N)P.addCase(O,N[O]);for(var S=0,C=x;S<C.length;S++){var D=C[S];P.addMatcher(D.matcher,D.reducer)}R&&P.addDefaultCase(R)})}var d;return{name:e,reducer:function(u,h){return d||(d=c()),d(u,h)},actions:l,caseReducers:a,getInitialState:function(){return d||(d=c()),d.getInitialState()}}}var Jd="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Qd=function(t){t===void 0&&(t=21);for(var e="",r=t;r--;)e+=Jd[Math.random()*64|0];return e},eu=["name","message","stack","code"],aa=function(){function t(e,r){this.payload=e,this.meta=r}return t}(),Sl=function(){function t(e,r){this.payload=e,this.meta=r}return t}(),tu=function(t){if(typeof t=="object"&&t!==null){for(var e={},r=0,n=eu;r<n.length;r++){var i=n[r];typeof t[i]=="string"&&(e[i]=t[i])}return e}return{message:String(t)}},Ig=function(){function t(e,r,n){var i=xt(e+"/fulfilled",function(u,h,y,g){return{payload:u,meta:na(bt({},g||{}),{arg:y,requestId:h,requestStatus:"fulfilled"})}}),a=xt(e+"/pending",function(u,h,y){return{payload:void 0,meta:na(bt({},y||{}),{arg:h,requestId:u,requestStatus:"pending"})}}),s=xt(e+"/rejected",function(u,h,y,g,x){return{payload:g,error:(n&&n.serializeError||tu)(u||"Rejected"),meta:na(bt({},x||{}),{arg:y,requestId:h,rejectedWithValue:!!g,requestStatus:"rejected",aborted:u?.name==="AbortError",condition:u?.name==="ConditionError"})}}),l=!1,c=typeof AbortController<"u"?AbortController:function(){function u(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return u.prototype.abort=function(){},u}();function d(u){return function(h,y,g){var x=n?.idGenerator?n.idGenerator(u):Qd(),E=new c,R,N=!1;function P(S){R=S,E.abort()}var O=function(){return zd(this,null,function(){var S,C,D,M,de,V,m;return Id(this,function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),M=(S=n?.condition)==null?void 0:S.call(n,u,{getState:y,extra:g}),ou(M)?[4,M]:[3,2];case 1:M=v.sent(),v.label=2;case 2:if(M===!1||E.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return N=!0,de=new Promise(function(A,B){return E.signal.addEventListener("abort",function(){return B({name:"AbortError",message:R||"Aborted"})})}),h(a(x,u,(C=n?.getPendingMeta)==null?void 0:C.call(n,{requestId:x,arg:u},{getState:y,extra:g}))),[4,Promise.race([de,Promise.resolve(r(u,{dispatch:h,getState:y,extra:g,requestId:x,signal:E.signal,abort:P,rejectWithValue:function(A,B){return new aa(A,B)},fulfillWithValue:function(A,B){return new Sl(A,B)}})).then(function(A){if(A instanceof aa)throw A;return A instanceof Sl?i(A.payload,x,u,A.meta):i(A,x,u)})])];case 3:return D=v.sent(),[3,5];case 4:return V=v.sent(),D=V instanceof aa?s(null,x,u,V.payload,V.meta):s(V,x,u),[3,5];case 5:return m=n&&!n.dispatchConditionRejection&&s.match(D)&&D.meta.condition,m||h(D),[2,D]}})})}();return Object.assign(O,{abort:P,requestId:x,arg:u,unwrap:function(){return O.then(ru)}})}}return Object.assign(d,{pending:a,rejected:s,fulfilled:i,typePrefix:e})}return t.withTypes=function(){return t},t}();function ru(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function ou(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var Rl="listener",Nl="completed",_l="cancelled",Dg="task-"+_l,Mg="task-"+Nl,Ug=Rl+"-"+_l,Bg=Rl+"-"+Nl;var la="listenerMiddleware";var Fg=xt(la+"/add"),zg=xt(la+"/removeAll"),Wg=xt(la+"/remove");var Ol,Hg=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return(Ol||(Ol=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},nu=function(t){return function(e){setTimeout(e,t)}},Vg=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:nu(10);pl();window.ftReduxStores||(window.ftReduxStores={});var vt=class t{static get(e){var r;let n=typeof e=="string"?e:e.name,i=typeof e=="string"?void 0:e,a=window.ftReduxStores[n];if(Ft(a))return a;if(i==null)return;let s=Al({...i,reducers:(r=i.reducers)!==null&&r!==void 0?r:{}}),l=Cl({reducer:(c,d)=>d.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof d.type=="string"&&d.type.startsWith("DEFAULT_VALUE_SETTER__")?{...c,...d.overwrites}:s.reducer(c,d)});return window.ftReduxStores[i.name]=new t(s,l)}constructor(e,r){this.reduxSlice=e,this.reduxStore=r,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new Kr,this.actions=new Proxy(this.reduxSlice.actions,{get:(n,i,a)=>{let s=i,l=n[s];return l?(...c)=>{let d=l(...c);return this.reduxStore.dispatch(d),d}:c=>{this.setState({[s]:c})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}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(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};function iu(){var t;for(let e of Object.values((t=window.ftReduxStores)!==null&&t!==void 0?t:{}))Ft(e)&&e.clear()}var pa={};X(pa,{serializeRequest:()=>su});function au(t){return`"${t}"`}function su(t,e){var r,n,i,a;let s=new URLSearchParams({"content-lang":(r=e.contentLocale)!==null&&r!==void 0?r:"all"});if(((n=e.query)===null||n===void 0?void 0:n.length)>0&&s.append("query",e.query),e.scope&&e.scope!=="DEFAULT"&&s.append("scope",e.scope.toLowerCase()),e.virtualField&&s.append("virtual-field",e.virtualField.toLowerCase()),e.periodFilter){let c=e.periodFilter.period,d=c?`_${c.from}_${c.to}`:"";s.append("period",e.periodFilter.periodType.toLowerCase()+d)}if(((i=e.sort)===null||i===void 0?void 0:i.length)>0&&e.sort[0].key==="ft:lastEdition"&&s.append("sort","last_update"),((a=e.filters)===null||a===void 0?void 0:a.length)>0){let c=e.filters.map(d=>{let u=d.values.map(h=>h.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*")).map(h=>encodeURIComponent(au(h))).join("_");return`${d.key}~${u}`}).join("*");s.append("filters",c)}return new URL(`${t.replace(/\/+$/,"")}/search?${s.toString()}`).href}var ua={};X(ua,{toFtFormComponent:()=>da});var Vo=Symbol("elementInternals");function da(t,e){class r extends t{static get formAssociated(){return!0}get form(){return this[Vo].form}constructor(...i){super(i),this[Vo]=this.attachInternals(),this[Vo].role=e}setFormValue(i){this[Vo].setFormValue(i)}}return r}var fa,ha,ma,ya,Yr=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((ma=(ha=(fa=window.safari)===null||fa===void 0?void 0:fa.pushNotification)===null||ha===void 0?void 0:ha.toString())!==null&&ma!==void 0?ma:"")==="[object SafariRemoteNotification]",lu="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(ya=window.ftGlobals)!==null&&ya!==void 0?ya:{lit:On,litDecorators:An,litRepeat:Nn,litClassMap:_n,litStyleMap:Pn,litUnsafeHTML:$n,wcUtils:{...kn,...Ln,...Dn,...Mn,...Bn,...ui,...yi,...Ni,...di,...Ti,...qs,...Un,...Ii,...Di,...Xs,...Mi,...ca,..._i,...pa,...ua,isSafari:Yr,isTouchScreen:lu}};function Pl(t){let e=kr[t];return T`
43
+ .ft-typography--${Pt(t)} {
44
+ font-family: ${e.fontFamily};
45
+ font-size: ${e.fontSize};
46
+ font-weight: ${e.fontWeight};
47
+ letter-spacing: ${e.letterSpacing};
48
+ line-height: ${e.lineHeight};
49
+ text-transform: ${e.textCase};
50
+ }
51
+ `}var Tl=o.extend("--ft-typography-font-family","",L.titleFont),nt=o.extend("--ft-typography-font-family","",L.contentFont),$={fontFamily:nt,fontSize:o.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.create("--ft-typography-text-transform","","UNKNOWN","inherit")},lr={fontFamily:o.extend("--ft-typography-title-font-family","",Tl),fontSize:o.extend("--ft-typography-title-font-size","",$.fontSize,"20px"),fontWeight:o.extend("--ft-typography-title-font-weight","",$.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-title-letter-spacing","",$.letterSpacing,"0.15px"),lineHeight:o.extend("--ft-typography-title-line-height","",$.lineHeight,"1.2"),textTransform:o.extend("--ft-typography-title-text-transform","",$.textTransform,"inherit")},cr={fontFamily:o.extend("--ft-typography-title-dense-font-family","",Tl),fontSize:o.extend("--ft-typography-title-dense-font-size","",$.fontSize,"14px"),fontWeight:o.extend("--ft-typography-title-dense-font-weight","",$.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-title-dense-letter-spacing","",$.letterSpacing,"0.105px"),lineHeight:o.extend("--ft-typography-title-dense-line-height","",$.lineHeight,"1.7"),textTransform:o.extend("--ft-typography-title-dense-text-transform","",$.textTransform,"inherit")},pr={fontFamily:o.extend("--ft-typography-subtitle1-font-family","",nt),fontSize:o.extend("--ft-typography-subtitle1-font-size","",$.fontSize,"16px"),fontWeight:o.extend("--ft-typography-subtitle1-font-weight","",$.fontWeight,"600"),letterSpacing:o.extend("--ft-typography-subtitle1-letter-spacing","",$.letterSpacing,"0.144px"),lineHeight:o.extend("--ft-typography-subtitle1-line-height","",$.lineHeight,"1.5"),textTransform:o.extend("--ft-typography-subtitle1-text-transform","",$.textTransform,"inherit")},dr={fontFamily:o.extend("--ft-typography-subtitle2-font-family","",nt),fontSize:o.extend("--ft-typography-subtitle2-font-size","",$.fontSize,"14px"),fontWeight:o.extend("--ft-typography-subtitle2-font-weight","",$.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-subtitle2-letter-spacing","",$.letterSpacing,"0.098px"),lineHeight:o.extend("--ft-typography-subtitle2-line-height","",$.lineHeight,"1.7"),textTransform:o.extend("--ft-typography-subtitle2-text-transform","",$.textTransform,"inherit")},ur={fontFamily:o.extend("--ft-typography-body1-font-family","",nt),fontSize:o.extend("--ft-typography-body1-font-size","",$.fontSize,"16px"),fontWeight:o.extend("--ft-typography-body1-font-weight","",$.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-body1-letter-spacing","",$.letterSpacing,"0.496px"),lineHeight:o.extend("--ft-typography-body1-line-height","",$.lineHeight,"1.5"),textTransform:o.extend("--ft-typography-body1-text-transform","",$.textTransform,"inherit")},_e={fontFamily:o.extend("--ft-typography-body2-font-family","",nt),fontSize:o.extend("--ft-typography-body2-font-size","",$.fontSize,"14px"),fontWeight:o.extend("--ft-typography-body2-font-weight","",$.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-body2-letter-spacing","",$.letterSpacing,"0.252px"),lineHeight:o.extend("--ft-typography-body2-line-height","",$.lineHeight,"1.4"),textTransform:o.extend("--ft-typography-body2-text-transform","",$.textTransform,"inherit")},fr={fontFamily:o.extend("--ft-typography-caption-font-family","",nt),fontSize:o.extend("--ft-typography-caption-font-size","",$.fontSize,"12px"),fontWeight:o.extend("--ft-typography-caption-font-weight","",$.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-caption-letter-spacing","",$.letterSpacing,"0.396px"),lineHeight:o.extend("--ft-typography-caption-line-height","",$.lineHeight,"1.33"),textTransform:o.extend("--ft-typography-caption-text-transform","",$.textTransform,"inherit")},hr={fontFamily:o.extend("--ft-typography-breadcrumb-font-family","",nt),fontSize:o.extend("--ft-typography-breadcrumb-font-size","",$.fontSize,"10px"),fontWeight:o.extend("--ft-typography-breadcrumb-font-weight","",$.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-breadcrumb-letter-spacing","",$.letterSpacing,"0.33px"),lineHeight:o.extend("--ft-typography-breadcrumb-line-height","",$.lineHeight,"1.6"),textTransform:o.extend("--ft-typography-breadcrumb-text-transform","",$.textTransform,"inherit")},mr={fontFamily:o.extend("--ft-typography-overline-font-family","",nt),fontSize:o.extend("--ft-typography-overline-font-size","",$.fontSize,"10px"),fontWeight:o.extend("--ft-typography-overline-font-weight","",$.fontWeight,"normal"),letterSpacing:o.extend("--ft-typography-overline-letter-spacing","",$.letterSpacing,"1.5px"),lineHeight:o.extend("--ft-typography-overline-line-height","",$.lineHeight,"1.6"),textTransform:o.extend("--ft-typography-overline-text-transform","",$.textTransform,"uppercase")},Ke={fontFamily:o.extend("--ft-typography-button-font-family","",nt),fontSize:o.extend("--ft-typography-button-font-size","",$.fontSize,"14px"),fontWeight:o.extend("--ft-typography-button-font-weight","",$.fontWeight,"600"),letterSpacing:o.extend("--ft-typography-button-letter-spacing","",$.letterSpacing,"1.246px"),lineHeight:o.extend("--ft-typography-button-line-height","",$.lineHeight,"1.15"),textTransform:o.extend("--ft-typography-button-text-transform","",$.textTransform,"uppercase")},$l=T`
176
52
  .ft-typography--title {
177
- font-family: ${ms};
178
- font-size: ${vs};
179
- font-weight: ${xs};
180
- letter-spacing: ${Os};
181
- line-height: ${ws};
182
- text-transform: ${Ss};
183
- }
184
- `,yl=dt`
53
+ font-family: ${lr.fontFamily};
54
+ font-size: ${lr.fontSize};
55
+ font-weight: ${lr.fontWeight};
56
+ letter-spacing: ${lr.letterSpacing};
57
+ line-height: ${lr.lineHeight};
58
+ text-transform: ${lr.textTransform};
59
+ }
60
+ `,Ll=T`
185
61
  .ft-typography--title-dense {
186
- font-family: ${Cs};
187
- font-size: ${Ns};
188
- font-weight: ${Es};
189
- letter-spacing: ${$s};
190
- line-height: ${ks};
191
- text-transform: ${Rs};
192
- }
193
- `,gl=dt`
62
+ font-family: ${cr.fontFamily};
63
+ font-size: ${cr.fontSize};
64
+ font-weight: ${cr.fontWeight};
65
+ letter-spacing: ${cr.letterSpacing};
66
+ line-height: ${cr.lineHeight};
67
+ text-transform: ${cr.textTransform};
68
+ }
69
+ `,kl=T`
194
70
  .ft-typography--subtitle1 {
195
- font-family: ${Is};
196
- font-size: ${Ls};
197
- font-weight: ${Us};
198
- letter-spacing: ${As};
199
- line-height: ${Ws};
200
- text-transform: ${Bs};
201
- }
202
- `,bl=dt`
71
+ font-family: ${pr.fontFamily};
72
+ font-size: ${pr.fontSize};
73
+ font-weight: ${pr.fontWeight};
74
+ letter-spacing: ${pr.letterSpacing};
75
+ line-height: ${pr.lineHeight};
76
+ text-transform: ${pr.textTransform};
77
+ }
78
+ `,Il=T`
203
79
  .ft-typography--subtitle2 {
204
- font-family: ${zs};
205
- font-size: ${Fs};
206
- font-weight: ${_s};
207
- letter-spacing: ${Ps};
208
- line-height: ${js};
209
- text-transform: ${Ds};
80
+ font-family: ${dr.fontFamily};
81
+ font-size: ${dr.fontSize};
82
+ font-weight: ${dr.fontWeight};
83
+ letter-spacing: ${dr.letterSpacing};
84
+ line-height: ${dr.lineHeight};
85
+ text-transform: ${dr.textTransform};
210
86
  }
211
87
 
212
- `,ml=dt`
88
+ `,Dl=T`
213
89
  .ft-typography--body1 {
214
- font-family: ${Ms};
215
- font-size: ${Ts};
216
- font-weight: ${Hs};
217
- letter-spacing: ${Ks};
218
- line-height: ${Zs};
219
- text-transform: ${Gs};
220
- }
221
- `,vl=dt`
90
+ font-family: ${ur.fontFamily};
91
+ font-size: ${ur.fontSize};
92
+ font-weight: ${ur.fontWeight};
93
+ letter-spacing: ${ur.letterSpacing};
94
+ line-height: ${ur.lineHeight};
95
+ text-transform: ${ur.textTransform};
96
+ }
97
+ `,Ml=T`
222
98
  .ft-typography--body2 {
223
- font-family: ${Vs.fontFamily};
224
- font-size: ${Vs.fontSize};
225
- font-weight: ${Vs.fontWeight};
226
- letter-spacing: ${Vs.letterSpacing};
227
- line-height: ${Vs.lineHeight};
228
- text-transform: ${Vs.textTransform};
229
- }
230
- `,xl=dt`
99
+ font-family: ${_e.fontFamily};
100
+ font-size: ${_e.fontSize};
101
+ font-weight: ${_e.fontWeight};
102
+ letter-spacing: ${_e.letterSpacing};
103
+ line-height: ${_e.lineHeight};
104
+ text-transform: ${_e.textTransform};
105
+ }
106
+ `,jo=T`
231
107
  .ft-typography--caption {
232
- font-family: ${qs};
233
- font-size: ${Ys};
234
- font-weight: ${Js};
235
- letter-spacing: ${Xs};
236
- line-height: ${Qs};
237
- text-transform: ${tl};
238
- }
239
- `,Ol=dt`
108
+ font-family: ${fr.fontFamily};
109
+ font-size: ${fr.fontSize};
110
+ font-weight: ${fr.fontWeight};
111
+ letter-spacing: ${fr.letterSpacing};
112
+ line-height: ${fr.lineHeight};
113
+ text-transform: ${fr.textTransform};
114
+ }
115
+ `,Ul=T`
240
116
  .ft-typography--breadcrumb {
241
- font-family: ${el};
242
- font-size: ${ol};
243
- font-weight: ${rl};
244
- letter-spacing: ${il};
245
- line-height: ${nl};
246
- text-transform: ${al};
247
- }
248
- `,wl=dt`
117
+ font-family: ${hr.fontFamily};
118
+ font-size: ${hr.fontSize};
119
+ font-weight: ${hr.fontWeight};
120
+ letter-spacing: ${hr.letterSpacing};
121
+ line-height: ${hr.lineHeight};
122
+ text-transform: ${hr.textTransform};
123
+ }
124
+ `,Bl=T`
249
125
  .ft-typography--overline {
250
- font-family: ${sl};
251
- font-size: ${ll};
252
- font-weight: ${cl};
253
- letter-spacing: ${fl};
254
- line-height: ${hl};
255
- text-transform: ${dl};
256
- }
257
- `,Sl=dt`
126
+ font-family: ${mr.fontFamily};
127
+ font-size: ${mr.fontSize};
128
+ font-weight: ${mr.fontWeight};
129
+ letter-spacing: ${mr.letterSpacing};
130
+ line-height: ${mr.lineHeight};
131
+ text-transform: ${mr.textTransform};
132
+ }
133
+ `,Fl=T`
258
134
  .ft-typography--button {
259
- font-family: ${pl.fontFamily};
260
- font-size: ${pl.fontSize};
261
- font-weight: ${pl.fontWeight};
262
- letter-spacing: ${pl.letterSpacing};
263
- line-height: ${pl.lineHeight};
264
- text-transform: ${pl.textTransform};
265
- }
266
- `,Cl=dt`
135
+ font-family: ${Ke.fontFamily};
136
+ font-size: ${Ke.fontSize};
137
+ font-weight: ${Ke.fontWeight};
138
+ letter-spacing: ${Ke.letterSpacing};
139
+ line-height: ${Ke.lineHeight};
140
+ text-transform: ${Ke.textTransform};
141
+ }
142
+ `,zl=T`
267
143
  .ft-typography {
268
144
  vertical-align: inherit;
269
145
  }
270
- `,Nl=[Object.keys(Jo).map((t=>function(t){const e=Jo[t];return dt`
271
- .ft-typography--${ht(t)} {
272
- font-family: ${e.fontFamily};
273
- font-size: ${e.fontSize};
274
- font-weight: ${e.fontWeight};
275
- letter-spacing: ${e.letterSpacing};
276
- line-height: ${e.lineHeight};
277
- text-transform: ${e.textCase};
278
- }
279
- `}(t)))],El=Symbol.for(""),$l=t=>{if(t?.r===El)return t?._$litStatic$},kl=t=>({_$litStatic$:t,r:El}),Rl=new Map,Il=(t=>(e,...o)=>{const r=o.length;let i,n;const a=[],s=[];let l,c=0,f=!1;for(;c<r;){for(l=e[c];c<r&&void 0!==(n=o[c],i=$l(n));)l+=i+e[++c],f=!0;c!==r&&s.push(n),a.push(l),c++}if(c===r&&a.push(e[r]),f){const t=a.join("$$lit$$");void 0===(e=Rl.get(t))&&(a.raw=a,Rl.set(t,e=a)),o=s}return t(e,...o)})(M);var Ll;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(Ll||(Ll={}));var Ul=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Al extends Mi{constructor(){super(...arguments),this.variant=Ll.body1}render(){return this.element?Il`
280
- <${kl(this.element)}
146
+ `,Wl=[Object.keys(kr).map(t=>Pl(t))];var Vl=Symbol.for(""),cu=t=>{if(t?.r===Vl)return t?._$litStatic$},ga=t=>({_$litStatic$:t,r:Vl});var Hl=new Map,jl=t=>(e,...r)=>{let n=r.length,i,a,s=[],l=[],c,d=0,u=!1;for(;d<n;){for(c=e[d];d<n&&(a=r[d],(i=cu(a))!==void 0);)c+=i+e[++d],u=!0;d!==n&&l.push(a),s.push(c),d++}if(d===n&&s.push(e[n]),u){let h=s.join("$$lit$$");(e=Hl.get(h))===void 0&&(s.raw=s,Hl.set(h,e=s)),r=l}return t(e,...r)},ba=jl(Ka),nx=jl(Ga);var Ht;(function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"})(Ht||(Ht={}));var Kl=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},oe=class extends U{constructor(){super(...arguments),this.variant=Ht.body1}render(){return this.element?ba`
147
+ <${ga(this.element)}
148
+ part="text"
281
149
  class="ft-typography ft-typography--${this.variant}">
282
150
  <slot></slot>
283
- </${kl(this.element)}>
284
- `:Il`
285
- <slot class="ft-typography ft-typography--${this.variant}"></slot>
286
- `}}Al.styles=[ul,yl,gl,bl,ml,vl,xl,Ol,wl,Sl,Cl,...Nl],Ul([we()],Al.prototype,"element",void 0),Ul([we()],Al.prototype,"variant",void 0),bo("ft-typography")(Al);const Wl=wo.extend("--ft-ripple-color","",Cr.colorContent),Bl={color:Wl,backgroundColor:wo.extend("--ft-ripple-background-color","",Wl),opacityContentOnSurfacePressed:wo.external(Cr.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:wo.external(Cr.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:wo.external(Cr.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:wo.external(Cr.opacityContentOnSurfaceSelected,"Design system"),borderRadius:wo.create("--ft-ripple-border-radius","","SIZE","0px")},zl=wo.extend("--ft-ripple-color","",Cr.colorPrimary),Fl=zl,_l=wo.extend("--ft-ripple-background-color","",zl),Pl=wo.extend("--ft-ripple-color","",Cr.colorSecondary),jl=Pl,Dl=wo.extend("--ft-ripple-background-color","",Pl),Ml=dt`
151
+ </${ga(this.element)}>
152
+ `:ba`
153
+ <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
154
+ `}};oe.styles=[$l,Ll,kl,Il,Dl,Ml,jo,Ul,Bl,Fl,zl,...Wl];Kl([b()],oe.prototype,"element",void 0);Kl([b()],oe.prototype,"variant",void 0);K("ft-typography")(oe);var Gl=o.extend("--ft-ripple-color","",L.colorContent),H={color:Gl,backgroundColor:o.extend("--ft-ripple-background-color","",Gl),opacityContentOnSurfacePressed:o.external(L.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.external(L.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.external(L.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.external(L.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.create("--ft-ripple-border-radius","","SIZE","0px")},Zl=o.extend("--ft-ripple-color","",L.colorPrimary),ql={color:Zl,backgroundColor:o.extend("--ft-ripple-background-color","",Zl)},Yl=o.extend("--ft-ripple-color","",L.colorSecondary),Xl={color:Yl,backgroundColor:o.extend("--ft-ripple-background-color","",Yl)},Jl=T`
287
155
  :host {
288
156
  display: contents;
289
157
  }
@@ -296,7 +164,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
296
164
 
297
165
  .ft-ripple:not(.ft-ripple--unbounded) {
298
166
  overflow: hidden;
299
- border-radius: ${Bl.borderRadius};
167
+ border-radius: ${H.borderRadius};
300
168
  }
301
169
 
302
170
  .ft-ripple .ft-ripple--background,
@@ -330,27 +198,27 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
330
198
  }
331
199
 
332
200
  .ft-ripple .ft-ripple--background {
333
- background-color: ${Bl.backgroundColor};
201
+ background-color: ${H.backgroundColor};
334
202
  }
335
203
 
336
204
  .ft-ripple .ft-ripple--effect {
337
- background-color: ${Bl.color};
205
+ background-color: ${H.color};
338
206
  }
339
207
 
340
208
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
341
- background-color: ${Dl};
209
+ background-color: ${Xl.backgroundColor};
342
210
  }
343
211
 
344
212
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
345
- background-color: ${jl};
213
+ background-color: ${Xl.color};
346
214
  }
347
215
 
348
216
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
349
- background-color: ${_l};
217
+ background-color: ${ql.backgroundColor};
350
218
  }
351
219
 
352
220
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
353
- background-color: ${Fl};
221
+ background-color: ${ql.color};
354
222
  }
355
223
 
356
224
  .ft-ripple .ft-ripple--background {
@@ -380,22 +248,22 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
380
248
  }
381
249
 
382
250
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
383
- opacity: ${Bl.opacityContentOnSurfaceHover};
251
+ opacity: ${H.opacityContentOnSurfaceHover};
384
252
  }
385
253
 
386
254
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
387
- opacity: ${Bl.opacityContentOnSurfaceSelected};
255
+ opacity: ${H.opacityContentOnSurfaceSelected};
388
256
  }
389
257
 
390
258
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
391
- opacity: ${Bl.opacityContentOnSurfaceFocused};
259
+ opacity: ${H.opacityContentOnSurfaceFocused};
392
260
  }
393
261
 
394
262
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
395
- opacity: ${Bl.opacityContentOnSurfacePressed};
263
+ opacity: ${H.opacityContentOnSurfacePressed};
396
264
  transform: translate(-50%, -50%) scale(1);
397
265
  }
398
- `,Tl={color:wo.extend("--ft-loader-color","",Cr.colorPrimary),size:wo.create("--ft-loader-size","","SIZE","80px")},Hl=dt`
266
+ `;var xe={color:o.extend("--ft-loader-color","",L.colorPrimary),size:o.create("--ft-loader-size","","SIZE","80px")},Ql=T`
399
267
  :host {
400
268
  line-height: 0;
401
269
  }
@@ -404,8 +272,8 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
404
272
  display: inline-block;
405
273
  position: relative;
406
274
 
407
- width: ${Tl.size};
408
- height: ${Tl.size};
275
+ width: ${xe.size};
276
+ height: ${xe.size};
409
277
  }
410
278
 
411
279
  .ft-loader div {
@@ -414,7 +282,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
414
282
  width: 25%;
415
283
  height: 25%;
416
284
  border-radius: 50%;
417
- background: ${Tl.color};
285
+ background: ${xe.color};
418
286
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
419
287
  }
420
288
 
@@ -461,10 +329,10 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
461
329
  transform: translate(0, 0);
462
330
  }
463
331
  100% {
464
- transform: translate(calc(0.35 * ${Tl.size}), 0);
332
+ transform: translate(calc(0.35 * ${xe.size}), 0);
465
333
  }
466
334
  }
467
- `,Kl={size:wo.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:wo.extend("--ft-icon-fluid-topics-font-family","",wo.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:wo.extend("--ft-icon-file-format-font-family","",wo.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:wo.extend("--ft-icon-material-font-family","",wo.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:wo.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Zl=dt`
335
+ `;var ve={size:o.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:o.extend("--ft-icon-fluid-topics-font-family","",o.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:o.extend("--ft-icon-file-format-font-family","",o.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:o.extend("--ft-icon-material-font-family","",o.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:o.create("--ft-icon-vertical-align","","UNKNOWN","unset")},ec=T`
468
336
  :host, i.ft-icon {
469
337
  display: inline-flex;
470
338
  align-items: center;
@@ -473,14 +341,14 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
473
341
  }
474
342
 
475
343
  :host {
476
- width: ${Kl.size};
477
- height: ${Kl.size};
344
+ width: ${ve.size};
345
+ height: ${ve.size};
478
346
  }
479
347
 
480
348
  i.ft-icon {
481
349
  width: 100%;
482
350
  height: 100%;
483
- font-size: ${Kl.size};
351
+ font-size: ${ve.size};
484
352
  line-height: 1;
485
353
  font-weight: normal;
486
354
  text-transform: none;
@@ -491,28 +359,28 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
491
359
  text-rendering: auto;
492
360
  -webkit-font-smoothing: antialiased;
493
361
  -moz-osx-font-smoothing: grayscale;
494
- vertical-align: ${Kl.verticalAlign};
362
+ vertical-align: ${ve.verticalAlign};
495
363
  }
496
364
 
497
365
  i.ft-icon.ft-icon--fluid-topics {
498
- font-family: ${Kl.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
366
+ font-family: ${ve.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
499
367
 
500
368
  /* Ugly fix because font is broken */
501
- font-size: calc(0.75 * ${Kl.size});
502
- line-height: ${Kl.size};
369
+ font-size: calc(0.75 * ${ve.size});
370
+ line-height: ${ve.size};
503
371
  position: relative;
504
372
  top: -4%;
505
373
  justify-content: center;
506
374
  }
507
375
 
508
376
  .ft-icon--file-format {
509
- font-family: ${Kl.fileFormatFontFamily}, ft-mime, sans-serif;
377
+ font-family: ${ve.fileFormatFontFamily}, ft-mime, sans-serif;
510
378
  }
511
379
 
512
380
  .ft-icon--material {
513
- font-family: ${Kl.materialFontFamily}, "Material Icons", sans-serif;
381
+ font-family: ${ve.materialFontFamily}, "Material Icons", sans-serif;
514
382
  }
515
- `,Gl=wo.extend("--ft-button-color","",Cr.colorPrimary),Vl={backgroundColor:wo.extend("--ft-button-background-color","",Cr.colorSurface),borderRadius:wo.extend("--ft-button-border-radius","",Cr.borderRadiusL),color:Gl,fontSize:wo.extend("--ft-button-font-size","",pl.fontSize),iconSize:wo.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:wo.extend("--ft-button-ripple-color","",Gl),verticalPadding:wo.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:wo.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:wo.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:wo.external(Cr.colorOpacityDisabled,"Design system")},ql=wo.extend("--ft-button-primary-color","",wo.extend("--ft-button-color","",Cr.colorOnPrimary)),Yl={backgroundColor:wo.extend("--ft-button-primary-background-color","",wo.extend("--ft-button-background-color","",Cr.colorPrimary)),color:ql,rippleColor:wo.extend("--ft-button-primary-ripple-color","",ql)},Jl=wo.extend("--ft-button-dense-border-radius","",wo.extend("--ft-button-border-radius","",Cr.borderRadiusM)),Xl=wo.create("--ft-button-dense-vertical-padding","","SIZE","2px"),Ql=wo.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),tc=wo.create("--ft-button-dense-icon-padding","","SIZE","4px"),ec=[dt`
383
+ `;var tc=o.extend("--ft-button-color","",L.colorPrimary),Y={backgroundColor:o.extend("--ft-button-background-color","",L.colorSurface),borderRadius:o.extend("--ft-button-border-radius","",L.borderRadiusL),color:tc,fontSize:o.extend("--ft-button-font-size","",Ke.fontSize),iconSize:o.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:o.extend("--ft-button-ripple-color","",tc),verticalPadding:o.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:o.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:o.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:o.external(L.colorOpacityDisabled,"Design system")},rc=o.extend("--ft-button-primary-color","",o.extend("--ft-button-color","",L.colorOnPrimary)),xa={backgroundColor:o.extend("--ft-button-primary-background-color","",o.extend("--ft-button-background-color","",L.colorPrimary)),color:rc,rippleColor:o.extend("--ft-button-primary-ripple-color","",rc)},Ge={borderRadius:o.extend("--ft-button-dense-border-radius","",o.extend("--ft-button-border-radius","",L.borderRadiusM)),verticalPadding:o.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:o.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:o.create("--ft-button-dense-icon-padding","","SIZE","4px")},oc=[T`
516
384
  :host {
517
385
  display: inline-block;
518
386
  max-width: 100%;
@@ -523,7 +391,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
523
391
  box-shadow: 0px 0px 0px transparent;
524
392
  border: 0px solid transparent;
525
393
  text-shadow: 0px 0px 0px transparent;
526
- font-size: ${Vl.fontSize};
394
+ font-size: ${Y.fontSize};
527
395
  }
528
396
 
529
397
  button:hover {
@@ -552,31 +420,31 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
552
420
  border: none;
553
421
  pointer-events: auto;
554
422
 
555
- --ft-button-internal-line-height: max(calc(${Vl.fontSize} + 2px), ${Vl.iconSize});
556
- --ft-button-internal-color: ${Vl.color};
557
- ${So(Kl.size,Vl.iconSize)};
558
- ${So(Bl.color,Vl.rippleColor)};
423
+ --ft-button-internal-line-height: max(calc(${Y.fontSize} + 2px), ${Y.iconSize});
424
+ --ft-button-internal-color: ${Y.color};
425
+ ${I(ve.size,Y.iconSize)};
426
+ ${I(H.color,Y.rippleColor)};
559
427
 
560
- border-radius: ${Vl.borderRadius};
561
- padding: ${Vl.verticalPadding} ${Vl.horizontalPadding};
562
- background-color: ${Vl.backgroundColor};
428
+ border-radius: ${Y.borderRadius};
429
+ padding: ${Y.verticalPadding} ${Y.horizontalPadding};
430
+ background-color: ${Y.backgroundColor};
563
431
  color: var(--ft-button-internal-color);
564
432
  -webkit-mask-image: radial-gradient(white, black);
565
433
  }
566
434
 
567
435
  .ft-button.ft-button--outlined {
568
436
  border: 1px solid var(--ft-button-internal-color);
569
- padding: calc(${Vl.verticalPadding} - 1px) calc(${Vl.horizontalPadding} - 1px);
437
+ padding: calc(${Y.verticalPadding} - 1px) calc(${Y.horizontalPadding} - 1px);
570
438
  }
571
439
 
572
440
  .ft-button.ft-button--dense {
573
- padding: ${Xl} ${Ql};
574
- border-radius: ${Jl};
575
- gap: ${tc};
441
+ padding: ${Ge.verticalPadding} ${Ge.horizontalPadding};
442
+ border-radius: ${Ge.borderRadius};
443
+ gap: ${Ge.iconPadding};
576
444
  }
577
445
 
578
446
  .ft-button.ft-button--dense.ft-button--outlined {
579
- padding: calc(${Xl} - 1px) calc(${Ql} - 1px);
447
+ padding: calc(${Ge.verticalPadding} - 1px) calc(${Ge.horizontalPadding} - 1px);
580
448
  }
581
449
 
582
450
  .ft-button:not([disabled]):hover {
@@ -584,22 +452,22 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
584
452
  }
585
453
 
586
454
  .ft-button--round {
587
- border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Vl.verticalPadding});
455
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Y.verticalPadding});
588
456
  }
589
457
 
590
458
  .ft-button--round.ft-button--dense {
591
- border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Xl});
459
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Ge.verticalPadding});
592
460
  }
593
461
 
594
462
  .ft-button[disabled] {
595
463
  filter: grayscale(1);
596
- opacity: ${Vl.opacityDisabled};
464
+ opacity: ${Y.opacityDisabled};
597
465
  }
598
466
 
599
467
  .ft-button.ft-button--primary {
600
- background-color: ${Yl.backgroundColor};
601
- --ft-button-internal-color: ${Yl.color};
602
- ${So(Bl.color,Yl.rippleColor)};
468
+ background-color: ${xa.backgroundColor};
469
+ --ft-button-internal-color: ${xa.color};
470
+ ${I(H.color,xa.rippleColor)};
603
471
  }
604
472
 
605
473
  .ft-button:focus {
@@ -612,55 +480,54 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
612
480
  white-space: nowrap;
613
481
  text-overflow: ellipsis;
614
482
  display: block;
615
- margin: 0 ${Vl.iconPadding};
616
- ${So(pl.fontSize,"1em")};
617
- ${So(pl.lineHeight,"var(--ft-button-internal-line-height)")};
483
+ margin: 0 ${Y.iconPadding};
484
+ ${I(Ke.fontSize,"1em")};
485
+ ${I(Ke.lineHeight,"var(--ft-button-internal-line-height)")};
618
486
  }
619
487
 
620
488
  .ft-button--dense .ft-button--label {
621
- margin: 0 ${tc};
489
+ margin: 0 ${Ge.iconPadding};
622
490
  }
623
491
 
624
492
  .ft-button--label[hidden] {
625
493
  display: none;
626
494
  }
627
495
 
628
- ft-icon {
496
+ [part="icon"] {
629
497
  flex-shrink: 0;
630
498
  position: relative;
631
499
  }
632
500
 
633
- .ft-button--label[hidden] + ft-icon {
634
- margin: 0 calc(${Vl.horizontalPadding} * -1);
635
- padding: 0 ${Vl.verticalPadding};
501
+ .ft-button--label[hidden] + [part="icon"] {
502
+ margin: 0 calc(${Y.horizontalPadding} * -1);
503
+ padding: 0 ${Y.verticalPadding};
636
504
  }
637
505
 
638
- .ft-button--dense .ft-button--label[hidden] + ft-icon {
639
- margin: 0 calc(${Ql} * -1);
640
- padding: 0 ${Xl};
506
+ .ft-button--dense .ft-button--label[hidden] + [part="icon"] {
507
+ margin: 0 calc(${Ge.horizontalPadding} * -1);
508
+ padding: 0 ${Ge.verticalPadding};
641
509
  }
642
510
 
643
- .ft-button:not(.ft-button--trailing-icon) ft-icon,
644
- .ft-button:not(.ft-button--trailing-icon) ft-loader {
645
- order: -1;
511
+ .ft-button:not(.ft-button--trailing-icon) [part="label"]{
512
+ order: 2;
646
513
  }
647
514
 
648
515
  ft-loader {
649
- ${So(Tl.size,Vl.iconSize)};
650
- ${So(Tl.color,"var(--ft-button-internal-color)")};
516
+ ${I(xe.size,Y.iconSize)};
517
+ ${I(xe.color,"var(--ft-button-internal-color)")};
651
518
  }
652
- `,Xi];var oc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class rc extends Mi{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new lo(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new lo(10),this.moveRipple=t=>{var e,o;let{x:r,y:i}=this.getCoordinates(t),n=null!==(o=null===(e=this.ripple)||void 0===e?void 0:e.getBoundingClientRect())&&void 0!==o?o:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-n.x:n.width/2),this.originY=Math.round(null!=i?i-n.y:n.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return Jt`
519
+ `,Wr];var Se=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},q=class extends U{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new ae(1e3),this.onTransitionStart=e=>{e.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=e=>{e.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new ae(10),this.moveRipple=e=>{var r,n;let{x:i,y:a}=this.getCoordinates(e),s=(n=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-s.x:s.width/2),this.originY=Math.round(a!=null?a-s.y:s.height/2)},this.startPress=e=>{this.moveRipple(e),this.pressed=!this.isIgnored(e)},this.endPress=()=>{this.pressed=!1},this.startHover=e=>{this.hovered=!this.isIgnored(e)},this.endHover=()=>{this.hovered=!1},this.startFocus=e=>{this.focused=this.isFocusVisible(e?.target)&&!this.isIgnored(e)},this.endFocus=()=>{this.focused=!1}}render(){let e={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return k`
653
520
  <style>
654
521
  .ft-ripple .ft-ripple--effect {
655
522
  left: ${this.originX}px;
656
523
  top: ${this.originY}px;
657
524
  }
658
525
  </style>
659
- <div class="${Ke(t)}">
526
+ <div class="${ke(e)}">
660
527
  <div class="ft-ripple--background"></div>
661
528
  <div class="ft-ripple--effect"></div>
662
529
  </div>
663
- `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var e,o;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(e=this.target)||void 0===e||e.removeAttribute("data-is-ft-ripple-target")):null===(o=this.target)||void 0===o||o.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,e;const o=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;o&&this.setupFor(null!==(e=this.target)&&void 0!==e?e:o)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const e=(...t)=>e=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(e)},o=e("mouseup","contextmenu"),r=e("touchend","touchcancel"),i=t=>{["Enter"," "].includes(t.key)&&e("keyup")(t)},n={passive:!0};t.addEventListener("mouseover",this.startHover,n),t.addEventListener("mousemove",this.moveRipple,n),t.addEventListener("mouseleave",this.endHover,n),t.addEventListener("mousedown",o,n),t.addEventListener("touchstart",r,n),t.addEventListener("touchmove",this.moveRipple,n),t.addEventListener("keydown",i,n),t.addEventListener("focus",this.startFocus,n),t.addEventListener("blur",this.endFocus,n),t.addEventListener("focusin",this.startFocus,n),t.addEventListener("focusout",this.endFocus,n),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,n),t.removeEventListener("mousemove",this.moveRipple,n),t.removeEventListener("mouseleave",this.endHover,n),t.removeEventListener("mousedown",o,n),t.removeEventListener("touchstart",r,n),t.removeEventListener("touchmove",this.moveRipple,n),t.removeEventListener("keydown",i,n),t.removeEventListener("focus",this.startFocus,n),t.removeEventListener("blur",this.endFocus,n),t.removeEventListener("focusin",this.startFocus,n),t.removeEventListener("focusout",this.endFocus,n),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const e=t,o=t;let r,i;return null!=e.x?({x:r,y:i}=e):null!=o.touches&&(r=o.touches[0].clientX,i=o.touches[0].clientY),{x:r,y:i}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let e of t.composedPath()){if(e===this.target)break;if("hasAttribute"in e&&e.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}rc.elementDefinitions={},rc.styles=Ml,oc([we({type:Boolean})],rc.prototype,"primary",void 0),oc([we({type:Boolean})],rc.prototype,"secondary",void 0),oc([we({type:Boolean})],rc.prototype,"unbounded",void 0),oc([we({type:Boolean})],rc.prototype,"activated",void 0),oc([we({type:Boolean})],rc.prototype,"selected",void 0),oc([we({type:Boolean})],rc.prototype,"disabled",void 0),oc([Se()],rc.prototype,"hovered",void 0),oc([Se()],rc.prototype,"focused",void 0),oc([Se()],rc.prototype,"pressed",void 0),oc([Se()],rc.prototype,"rippling",void 0),oc([Se()],rc.prototype,"originX",void 0),oc([Se()],rc.prototype,"originY",void 0),oc([Ee(".ft-ripple")],rc.prototype,"ripple",void 0),oc([Ee(".ft-ripple--effect")],rc.prototype,"rippleEffect",void 0),bo("ft-ripple")(rc);const ic=wo.create("--ft-tooltip-distance","","SIZE","4px"),nc=wo.create("--ft-tooltip-color","","COLOR","#FFFFFF"),ac=wo.create("--ft-tooltip-background-color","","COLOR","#666666"),sc=wo.create("--ft-tooltip-z-index","","NUMBER","100"),lc=wo.external(Cr.borderRadiusS,"Design system"),cc=wo.create("--ft-tooltip-max-width","","SIZE","150px"),fc=dt`
530
+ `}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var r,n;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var e,r;let n=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;n&&this.setupFor((r=this.target)!==null&&r!==void 0?r:n)}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let r=(...l)=>c=>{l.forEach(d=>window.addEventListener(d,this.endPress,{once:!0})),this.startPress(c)},n=r("mouseup","contextmenu"),i=r("touchend","touchcancel"),a=l=>{["Enter"," "].includes(l.key)&&r("keyup")(l)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",n,s),e.addEventListener("touchstart",i,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",a,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",n,s),e.removeEventListener("touchstart",i,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",a,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let r=e,n=e,i,a;return r.x!=null?{x:i,y:a}=r:n.touches!=null&&(i=n.touches[0].clientX,a=n.touches[0].clientY),{x:i,y:a}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let r of e.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};q.elementDefinitions={};q.styles=Jl;Se([b({type:Boolean})],q.prototype,"primary",void 0);Se([b({type:Boolean})],q.prototype,"secondary",void 0);Se([b({type:Boolean})],q.prototype,"unbounded",void 0);Se([b({type:Boolean})],q.prototype,"activated",void 0);Se([b({type:Boolean})],q.prototype,"selected",void 0);Se([b({type:Boolean})],q.prototype,"disabled",void 0);Se([Z()],q.prototype,"hovered",void 0);Se([Z()],q.prototype,"focused",void 0);Se([Z()],q.prototype,"pressed",void 0);Se([Z()],q.prototype,"rippling",void 0);Se([Z()],q.prototype,"originX",void 0);Se([Z()],q.prototype,"originY",void 0);Se([W(".ft-ripple")],q.prototype,"ripple",void 0);Se([W(".ft-ripple--effect")],q.prototype,"rippleEffect",void 0);K("ft-ripple")(q);var yr={distance:o.create("--ft-tooltip-distance","","SIZE","4px"),color:o.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:o.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:o.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:o.external(L.borderRadiusS,"Design system"),maxWidth:o.create("--ft-tooltip-max-width","","SIZE","150px")},nc=T`
664
531
  .ft-tooltip--container {
665
532
  display: block;
666
533
  }
@@ -675,21 +542,21 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
675
542
  box-sizing: border-box;
676
543
  overflow: hidden;
677
544
  width: max-content;
678
- max-width: ${cc};
545
+ max-width: ${yr.maxWidth};
679
546
  text-align: center;
680
- padding: ${ic};
681
- z-index: ${sc};
547
+ padding: ${yr.distance};
548
+ z-index: ${yr.zIndex};
682
549
  }
683
550
 
684
551
  .ft-tooltip--content {
685
552
  padding: 4px 8px;
686
- border-radius: ${lc};
687
- background-color: ${ac};
688
- color: ${nc};
553
+ border-radius: ${yr.borderRadiusS};
554
+ background-color: ${yr.backgroundColor};
555
+ color: ${yr.color};
689
556
  position: relative;
690
557
  word-break: break-word;
691
558
  }
692
- `;var hc,dc,pc,uc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class yc extends Mi{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new lo,this.revealDebouncer=new lo}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return Jt`
559
+ `;var Oe=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},ee=class extends U{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new ae,this.revealDebouncer=new ae}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return k`
693
560
  <div part="container"
694
561
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
695
562
  @mouseenter=${this.onHover}
@@ -707,42 +574,45 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
707
574
  </div>
708
575
  </div>
709
576
  </div>
710
- `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,null!=t&&await this.hideDebounce.run((()=>{this.hide()}),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Li(this.slottedElement,this.tooltip,this.position).then((({x:t,y:e})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${e}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}yc.elementDefinitions={"ft-typography":Al},yc.styles=fc,uc([we()],yc.prototype,"text",void 0),uc([we({type:Boolean})],yc.prototype,"manual",void 0),uc([we({type:Boolean})],yc.prototype,"inline",void 0),uc([we({type:Number})],yc.prototype,"delay",void 0),uc([we()],yc.prototype,"position",void 0),uc([Ie()],yc.prototype,"slotNodes",void 0),uc([Ee(".ft-tooltip--container")],yc.prototype,"container",void 0),uc([Ee(".ft-tooltip")],yc.prototype,"tooltip",void 0),uc([Ee(".ft-tooltip--content")],yc.prototype,"tooltipContent",void 0),uc([Se()],yc.prototype,"visible",void 0),uc([Ce({passive:!0})],yc.prototype,"onTouch",null),uc([Ce({passive:!0})],yc.prototype,"onHover",null),uc([Ce({passive:!0})],yc.prototype,"onOut",null),uc([Ce({passive:!0})],yc.prototype,"onClick",null),bo("ft-tooltip")(yc),function(t){t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.STAR="&#xe94c;",t.STAR_PLAIN="&#xe900;",t.DESKTOP="&#xe95e;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.THIN_ARROW_UP="&#xe95c;",t.CONTEXTUAL="&#xe95b;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.CHART_BAR_NORMALIZED="&#xe97b;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE="&#xe909;",t.OCTAGON_XMARK="&#xe97d;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;",t.CLONE="&#xe979;",t.CLONE_LINK_SIMPLE="&#xe97a;",t.CONSUMER="&#xe97c;",t.HOURGLASS_HALF="&#xe97e;",t.CLOCK_THREE="&#xe97f;",t.CALENDAR_DAY="&#xe980;",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",t.WAND_MAGIC_SPARKLES="&#xe982;",t.PAPER_PLANE="&#xe983;"}(hc||(hc={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(dc||(dc={})),new Map([...["abw"].map((t=>[t,dc.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,dc.AUDIO])),...["avi"].map((t=>[t,dc.AVI])),...["chm","xhs"].map((t=>[t,dc.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,dc.CODE])),...["csv"].map((t=>[t,dc.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,dc.DITA])),...["epub"].map((t=>[t,dc.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,dc.EXCEL])),...["flac"].map((t=>[t,dc.FLAC])),...["gif"].map((t=>[t,dc.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,dc.GZIP])),...["html","htm","xhtml"].map((t=>[t,dc.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map((t=>[t,dc.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,dc.JPEG])),...["json"].map((t=>[t,dc.JSON])),...["m4a","m4p"].map((t=>[t,dc.M4A])),...["mov","qt"].map((t=>[t,dc.MOV])),...["mp3"].map((t=>[t,dc.MP3])),...["mp4","m4v"].map((t=>[t,dc.MP4])),...["ogg","oga"].map((t=>[t,dc.OGG])),...["pdf","ps"].map((t=>[t,dc.PDF])),...["png"].map((t=>[t,dc.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,dc.POWERPOINT])),...["rar"].map((t=>[t,dc.RAR])),...["stp"].map((t=>[t,dc.STP])),...["txt","rtf","md","mdown"].map((t=>[t,dc.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,dc.VIDEO])),...["wav"].map((t=>[t,dc.WAV])),...["wma"].map((t=>[t,dc.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,dc.WORD])),...["xml","xsl","rdf"].map((t=>[t,dc.XML])),...["yaml","yml","x-yaml"].map((t=>[t,dc.YAML])),...["zip"].map((t=>[t,dc.ZIP]))]),dc.ABW,dc.AUDIO,dc.AVI,dc.CHM,dc.CODE,dc.CSV,dc.DITA,dc.EPUB,dc.EXCEL,dc.FLAC,dc.GIF,dc.GZIP,dc.HTML,dc.IMAGE,dc.JPEG,dc.JSON,dc.M4A,dc.MOV,dc.MP3,dc.MP4,dc.OGG,dc.PDF,dc.PNG,dc.POWERPOINT,dc.RAR,dc.STP,dc.TEXT,dc.UNKNOWN,dc.VIDEO,dc.WAV,dc.WMA,dc.WORD,dc.XML,dc.YAML,dc.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(pc||(pc={}));var gc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class bc extends Mi{constructor(){super(...arguments),this.resolvedIcon=te}render(){const t=this.variant&&Object.values(pc).includes(this.variant)?this.variant:pc.fluid_topics,e=t!==pc.material||!!this.value;return Jt`
711
- <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
712
- ${Xe(this.resolvedIcon)}
713
- <slot ?hidden=${e}></slot>
577
+ `}updated(e){e.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(e)}contentAvailableCallback(e){super.contentAvailableCallback(e),["visible","text"].some(r=>e.has(r))&&this.visible&&this.positionTooltip()}async show(e){this.visible=!0,e!=null&&await this.hideDebounce.run(()=>{this.hide()},e)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var e;return((e=this.slotNodes)!==null&&e!==void 0?e:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let e=this.tooltipContent.style;switch(e.transition="none",this.validPosition){case"top":e.top=this.tooltip.clientHeight+"px",e.left="0";break;case"bottom":e.top=-this.tooltip.clientHeight+"px",e.left="0";break;case"left":e.top="0",e.left=this.tooltip.clientWidth+"px";break;case"right":e.top="0",e.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Ri(this.slottedElement,this.tooltip,this.position).then(({x:e,y:r})=>{this.tooltip&&(this.tooltip.style.left=`${e}px`,this.tooltip.style.top=`${r}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout(()=>window.addEventListener("touchstart",e=>{e.composedPath().includes(this.container)||this.onOut()},{once:!0}),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(e,r){return Math.max(e,Math.min(0,-r))}};ee.elementDefinitions={"ft-typography":oe};ee.styles=nc;Oe([b()],ee.prototype,"text",void 0);Oe([b({type:Boolean})],ee.prototype,"manual",void 0);Oe([b({type:Boolean})],ee.prototype,"inline",void 0);Oe([b({type:Number})],ee.prototype,"delay",void 0);Oe([b()],ee.prototype,"position",void 0);Oe([wn()],ee.prototype,"slotNodes",void 0);Oe([W(".ft-tooltip--container")],ee.prototype,"container",void 0);Oe([W(".ft-tooltip")],ee.prototype,"tooltip",void 0);Oe([W(".ft-tooltip--content")],ee.prototype,"tooltipContent",void 0);Oe([Z()],ee.prototype,"visible",void 0);Oe([qt({passive:!0})],ee.prototype,"onTouch",null);Oe([qt({passive:!0})],ee.prototype,"onHover",null);Oe([qt({passive:!0})],ee.prototype,"onOut",null);Oe([qt({passive:!0})],ee.prototype,"onClick",null);K("ft-tooltip")(ee);var Ko;(function(t){t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.STAR="&#xe94c;",t.STAR_PLAIN="&#xe900;",t.DESKTOP="&#xe95e;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.THIN_ARROW_UP="&#xe95c;",t.CONTEXTUAL="&#xe95b;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.CHART_BAR_NORMALIZED="&#xe97b;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE="&#xe909;",t.OCTAGON_XMARK="&#xe97d;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;",t.CLONE="&#xe979;",t.CLONE_LINK_SIMPLE="&#xe97a;",t.CONSUMER="&#xe97c;",t.HOURGLASS_HALF="&#xe97e;",t.CLOCK_THREE="&#xe97f;",t.CALENDAR_DAY="&#xe980;",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",t.WAND_MAGIC_SPARKLES="&#xe982;",t.PAPER_PLANE="&#xe983;"})(Ko||(Ko={}));var w;(function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"})(w||(w={}));var d0=new Map([...["abw"].map(t=>[t,w.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(t=>[t,w.AUDIO]),...["avi"].map(t=>[t,w.AVI]),...["chm","xhs"].map(t=>[t,w.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(t=>[t,w.CODE]),...["csv"].map(t=>[t,w.CSV]),...["dita","ditamap","ditaval"].map(t=>[t,w.DITA]),...["epub"].map(t=>[t,w.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(t=>[t,w.EXCEL]),...["flac"].map(t=>[t,w.FLAC]),...["gif"].map(t=>[t,w.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(t=>[t,w.GZIP]),...["html","htm","xhtml"].map(t=>[t,w.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(t=>[t,w.IMAGE]),...["jpeg","jpg","jpe"].map(t=>[t,w.JPEG]),...["json"].map(t=>[t,w.JSON]),...["m4a","m4p"].map(t=>[t,w.M4A]),...["mov","qt"].map(t=>[t,w.MOV]),...["mp3"].map(t=>[t,w.MP3]),...["mp4","m4v"].map(t=>[t,w.MP4]),...["ogg","oga"].map(t=>[t,w.OGG]),...["pdf","ps"].map(t=>[t,w.PDF]),...["png"].map(t=>[t,w.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(t=>[t,w.POWERPOINT]),...["rar"].map(t=>[t,w.RAR]),...["stp"].map(t=>[t,w.STP]),...["txt","rtf","md","mdown"].map(t=>[t,w.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(t=>[t,w.VIDEO]),...["wav"].map(t=>[t,w.WAV]),...["wma"].map(t=>[t,w.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(t=>[t,w.WORD]),...["xml","xsl","rdf"].map(t=>[t,w.XML]),...["yaml","yml","x-yaml"].map(t=>[t,w.YAML]),...["zip"].map(t=>[t,w.ZIP])]);var u0={[w.ABW]:"#91ABC6",[w.AUDIO]:"#1795E3",[w.AVI]:"#E63324",[w.CHM]:"#71C3EB",[w.CODE]:"#71C3EB",[w.CSV]:"#1F7345",[w.DITA]:"#71C3EB",[w.EPUB]:"#85B926",[w.EXCEL]:"#1F7345",[w.FLAC]:"#1795E3",[w.GIF]:"#59B031",[w.GZIP]:"#F8AB36",[w.HTML]:"#71C3EB",[w.IMAGE]:"#59B031",[w.JPEG]:"#59B031",[w.JSON]:"#71C3EB",[w.M4A]:"#1795E3",[w.MOV]:"#E63324",[w.MP3]:"#1795E3",[w.MP4]:"#E63324",[w.OGG]:"#1795E3",[w.PDF]:"#E44948",[w.PNG]:"#59B031",[w.POWERPOINT]:"#B54A2B",[w.RAR]:"#F8AB36",[w.STP]:"#3764B1",[w.TEXT]:"#3162AB",[w.UNKNOWN]:"#999999",[w.VIDEO]:"#E63324",[w.WAV]:"#1795E3",[w.WMA]:"#1795E3",[w.WORD]:"#3162AB",[w.XML]:"#71C3EB",[w.YAML]:"#71C3EB",[w.ZIP]:"#F8AB36"};var St;(function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"})(St||(St={}));var Go=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Ee=class extends U{constructor(){super(...arguments),this.resolvedIcon=F}render(){let e=this.variant&&Object.values(St).includes(this.variant)?this.variant:St.fluid_topics,r=e!==St.material||!!this.value;return k`
578
+ <i class="ft-icon ft-icon--${e}" part="icon icon-${e}">
579
+ ${Tn(this.resolvedIcon)}
580
+ <slot ?hidden=${r}></slot>
714
581
  </i>
715
- `}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var t,e;let o=this.value||this.textContent;switch(this.variant){case pc.file_format:this.resolvedIcon=null!==(t=dc[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case pc.material:this.resolvedIcon=this.value||te;break;default:this.resolvedIcon=null!==(e=hc[o.replace("-","_").toUpperCase()])&&void 0!==e?e:o}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}bc.elementDefinitions={},bc.styles=Zl,gc([we()],bc.prototype,"variant",void 0),gc([we()],bc.prototype,"value",void 0),gc([Se()],bc.prototype,"resolvedIcon",void 0),gc([Ee("slot")],bc.prototype,"slottedContent",void 0),bo("ft-icon")(bc);class mc extends Mi{render(){return Jt`
582
+ `}get textContent(){var e,r;return(r=(e=this.slottedContent)===null||e===void 0?void 0:e.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&r!==void 0?r:""}update(e){super.update(e),["value","variant"].some(r=>e.has(r))&&this.resolveIcon()}resolveIcon(){var e,r;let n=this.value||this.textContent;switch(this.variant){case St.file_format:this.resolvedIcon=(e=w[n.replace("-","_").toUpperCase()])!==null&&e!==void 0?e:n;break;case St.material:this.resolvedIcon=this.value||F;break;default:this.resolvedIcon=(r=Ko[n.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:n;break}}firstUpdated(e){super.firstUpdated(e),setTimeout(()=>this.resolveIcon())}};Ee.elementDefinitions={};Ee.styles=ec;Go([b()],Ee.prototype,"variant",void 0);Go([b()],Ee.prototype,"value",void 0);Go([Z()],Ee.prototype,"resolvedIcon",void 0);Go([W("slot")],Ee.prototype,"slottedContent",void 0);K("ft-icon")(Ee);var Vt=class extends U{render(){return k`
716
583
  <div class="ft-loader">
717
584
  <div></div>
718
585
  <div></div>
719
586
  <div></div>
720
587
  <div></div>
721
588
  </div>
722
- `}}mc.styles=Hl,bo("ft-loader")(mc);var vc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class xc extends(ss(Mi,"button")){constructor(){super(),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",(t=>{var e;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):"submit"==this.type&&(null===(e=this.form)||void 0===e||e.requestSubmit())}))}render(){return this.addTooltipIfNeeded(Jt`
589
+ `}};Vt.styles=Ql;K("ft-loader")(Vt);var Pe=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},se=class extends da(U,"button"){constructor(){super(),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",e=>{var r;this.isDisabled()?(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){return this.addTooltipIfNeeded(k`
723
590
  <button part="button"
724
- class="${Ke(this.buttonClasses)}"
591
+ class="${ke(this.buttonClasses)}"
725
592
  aria-label="${this.getLabel()}"
726
593
  ?disabled=${this.isDisabled()}>
727
594
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
728
595
  <ft-typography part="label"
729
596
  variant=${this.typographyVariant}
730
597
  element="span"
731
- class="ft-button--label ${ps?"ft-safari-ellipsis-fix":""}"
598
+ class="ft-button--label ${Yr?"ft-safari-ellipsis-fix":""}"
732
599
  ?hidden=${!this.hasTextContent()}>
733
600
  <slot @slotchange=${this.onSlotchange}></slot>
734
601
  </ft-typography>
735
602
  ${this.resolveIcon()}
736
603
  </button>
737
- `)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?Jt`
604
+ `)}addTooltipIfNeeded(e){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?k`
738
605
  <ft-tooltip part="tooltip"
739
606
  text="${this.getLabel()}"
740
607
  position="${this.tooltipPosition}">
741
- ${t}
608
+ ${e}
742
609
  </ft-tooltip>
743
- `:t}resolveIcon(){return this.loading?Jt`
744
- <ft-loader part="loader icon"></ft-loader> `:this.icon?Jt`
745
- <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:te}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}xc.elementDefinitions={"ft-ripple":rc,"ft-tooltip":yc,"ft-typography":Al,"ft-icon":bc,"ft-loader":mc},vc([we({type:String,reflect:!0})],xc.prototype,"role",void 0),vc([we()],xc.prototype,"type",void 0),vc([we({type:Boolean})],xc.prototype,"disabled",void 0),vc([we()],xc.prototype,"label",void 0),vc([we()],xc.prototype,"icon",void 0),vc([we()],xc.prototype,"iconVariant",void 0),vc([we({type:Boolean})],xc.prototype,"trailingIcon",void 0),vc([we({type:Boolean})],xc.prototype,"loading",void 0),vc([we()],xc.prototype,"tooltipPosition",void 0),vc([we({type:Boolean})],xc.prototype,"hideTooltip",void 0),vc([we({type:Boolean})],xc.prototype,"forceTooltip",void 0),vc([Ee(".ft-button")],xc.prototype,"button",void 0),vc([Ee(".ft-button--label slot")],xc.prototype,"slottedContent",void 0);var Oc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class wc extends xc{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}}wc.styles=[tn,ec],Oc([we({type:Boolean})],wc.prototype,"primary",void 0),Oc([we({type:Boolean})],wc.prototype,"outlined",void 0),Oc([we({type:Boolean})],wc.prototype,"dense",void 0),Oc([we({type:Boolean})],wc.prototype,"round",void 0);const Sc=[dt`
610
+ `:e}resolveIcon(){return this.loading?k`
611
+ <ft-loader part="loader icon"></ft-loader> `:this.icon?k`
612
+ <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
613
+ `:k`
614
+ <slot part="icon" name="icon"></slot>
615
+ `}focus(){var e;(e=this.button)===null||e===void 0||e.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(e){return e instanceof HTMLSlotElement?e.assignedNodes().map(r=>this.unslotText(r)).join(""):e?.textContent||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};se.elementDefinitions={"ft-ripple":q,"ft-tooltip":ee,"ft-typography":oe,"ft-icon":Ee,"ft-loader":Vt};Pe([b({type:String,reflect:!0})],se.prototype,"role",void 0);Pe([b()],se.prototype,"type",void 0);Pe([b({type:Boolean})],se.prototype,"disabled",void 0);Pe([b()],se.prototype,"label",void 0);Pe([b()],se.prototype,"icon",void 0);Pe([b()],se.prototype,"iconVariant",void 0);Pe([b({type:Boolean})],se.prototype,"trailingIcon",void 0);Pe([b({type:Boolean})],se.prototype,"loading",void 0);Pe([b()],se.prototype,"tooltipPosition",void 0);Pe([b({type:Boolean})],se.prototype,"hideTooltip",void 0);Pe([b({type:Boolean})],se.prototype,"forceTooltip",void 0);Pe([W(".ft-button")],se.prototype,"button",void 0);Pe([W(".ft-button--label slot")],se.prototype,"slottedContent",void 0);var Zo=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},fe=class extends se{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}};fe.styles=[Hr,oc];Zo([b({type:Boolean})],fe.prototype,"primary",void 0);Zo([b({type:Boolean})],fe.prototype,"outlined",void 0);Zo([b({type:Boolean})],fe.prototype,"dense",void 0);Zo([b({type:Boolean})],fe.prototype,"round",void 0);var ic=[T`
746
616
  :host {
747
617
  display: inline-block;
748
618
  max-width: 100%;
@@ -792,7 +662,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
792
662
  }
793
663
 
794
664
  .ft-button:focus-visible {
795
- outline-color: ${Qo.focusFocusRingColor};
665
+ outline-color: ${_.focusFocusRingColor};
796
666
  outline-style: solid;
797
667
  }
798
668
 
@@ -821,154 +691,154 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
821
691
  /** Primary styles **/
822
692
 
823
693
  .ft-button--primary {
824
- ${So(Tl.color,Qo.primaryIconColor)};
694
+ ${I(xe.color,_.primaryIconColor)};
825
695
 
826
- ${So(Bl.color,Qo.primaryStateLayerColor)};
827
- ${So(Bl.opacityContentOnSurfaceHover,Qo.primaryHoverStateLayerOpacity)};
828
- ${So(Bl.opacityContentOnSurfaceFocused,Qo.primaryFocusStateLayerOpacity)};
829
- ${So(Bl.opacityContentOnSurfaceSelected,Qo.primaryActiveStateLayerOpacity)};
830
- ${So(Bl.opacityContentOnSurfacePressed,Qo.primaryActiveStateLayerOpacity)};
696
+ ${I(H.color,_.primaryStateLayerColor)};
697
+ ${I(H.opacityContentOnSurfaceHover,_.primaryHoverStateLayerOpacity)};
698
+ ${I(H.opacityContentOnSurfaceFocused,_.primaryFocusStateLayerOpacity)};
699
+ ${I(H.opacityContentOnSurfaceSelected,_.primaryActiveStateLayerOpacity)};
700
+ ${I(H.opacityContentOnSurfacePressed,_.primaryActiveStateLayerOpacity)};
831
701
 
832
- background-color: ${Qo.primaryBackgroundColor};
833
- color: ${Qo.primaryColor};
702
+ background-color: ${_.primaryBackgroundColor};
703
+ color: ${_.primaryColor};
834
704
  border-style: none;
835
705
  }
836
706
 
837
707
  .ft-button--primary[disabled] {
838
- opacity: ${Qo.primaryDisabledComponentOpacity};
708
+ opacity: ${_.primaryDisabledComponentOpacity};
839
709
  }
840
710
 
841
711
  .ft-button--primary ft-icon {
842
- color: ${Qo.primaryIconColor};
712
+ color: ${_.primaryIconColor};
843
713
  }
844
714
 
845
715
  /** Secondary styles **/
846
716
 
847
717
  .ft-button--secondary {
848
- ${So(Tl.color,Qo.secondaryIconColor)};
718
+ ${I(xe.color,_.secondaryIconColor)};
849
719
 
850
- ${So(Bl.color,Qo.secondaryStateLayerColor)};
851
- ${So(Bl.opacityContentOnSurfaceHover,Qo.secondaryHoverStateLayerOpacity)};
852
- ${So(Bl.opacityContentOnSurfaceFocused,Qo.secondaryFocusStateLayerOpacity)};
853
- ${So(Bl.opacityContentOnSurfaceSelected,Qo.secondaryActiveStateLayerOpacity)};
854
- ${So(Bl.opacityContentOnSurfacePressed,Qo.secondaryActiveStateLayerOpacity)};
720
+ ${I(H.color,_.secondaryStateLayerColor)};
721
+ ${I(H.opacityContentOnSurfaceHover,_.secondaryHoverStateLayerOpacity)};
722
+ ${I(H.opacityContentOnSurfaceFocused,_.secondaryFocusStateLayerOpacity)};
723
+ ${I(H.opacityContentOnSurfaceSelected,_.secondaryActiveStateLayerOpacity)};
724
+ ${I(H.opacityContentOnSurfacePressed,_.secondaryActiveStateLayerOpacity)};
855
725
 
856
- background-color: ${Qo.secondaryBackgroundColor};
857
- color: ${Qo.secondaryColor};
858
- border-color: ${Qo.secondaryBorderColor};
726
+ background-color: ${_.secondaryBackgroundColor};
727
+ color: ${_.secondaryColor};
728
+ border-color: ${_.secondaryBorderColor};
859
729
  border-style: solid;
860
730
  }
861
731
 
862
732
  .ft-button--secondary[disabled] {
863
- opacity: ${Qo.secondaryDisabledComponentOpacity};
733
+ opacity: ${_.secondaryDisabledComponentOpacity};
864
734
  }
865
735
 
866
736
  .ft-button--secondary ft-icon {
867
- color: ${Qo.secondaryIconColor};
737
+ color: ${_.secondaryIconColor};
868
738
  }
869
739
 
870
740
  /** Tertiary styles **/
871
741
 
872
742
  .ft-button--tertiary {
873
- ${So(Tl.color,Qo.tertiaryIconColor)};
743
+ ${I(xe.color,_.tertiaryIconColor)};
874
744
 
875
- ${So(Bl.color,Qo.tertiaryStateLayerColor)};
876
- ${So(Bl.opacityContentOnSurfaceHover,Qo.tertiaryHoverStateLayerOpacity)};
877
- ${So(Bl.opacityContentOnSurfaceFocused,Qo.tertiaryFocusStateLayerOpacity)};
878
- ${So(Bl.opacityContentOnSurfaceSelected,Qo.tertiaryActiveStateLayerOpacity)};
879
- ${So(Bl.opacityContentOnSurfacePressed,Qo.tertiaryActiveStateLayerOpacity)};
745
+ ${I(H.color,_.tertiaryStateLayerColor)};
746
+ ${I(H.opacityContentOnSurfaceHover,_.tertiaryHoverStateLayerOpacity)};
747
+ ${I(H.opacityContentOnSurfaceFocused,_.tertiaryFocusStateLayerOpacity)};
748
+ ${I(H.opacityContentOnSurfaceSelected,_.tertiaryActiveStateLayerOpacity)};
749
+ ${I(H.opacityContentOnSurfacePressed,_.tertiaryActiveStateLayerOpacity)};
880
750
 
881
- background-color: ${Qo.tertiaryBackgroundColor};
882
- color: ${Qo.tertiaryColor};
751
+ background-color: ${_.tertiaryBackgroundColor};
752
+ color: ${_.tertiaryColor};
883
753
  border-style: none;
884
754
  }
885
755
 
886
756
  .ft-button--tertiary[disabled] {
887
- opacity: ${Qo.tertiaryDisabledComponentOpacity};
757
+ opacity: ${_.tertiaryDisabledComponentOpacity};
888
758
  }
889
759
 
890
760
  .ft-button--tertiary ft-icon {
891
- color: ${Qo.tertiaryIconColor};
761
+ color: ${_.tertiaryIconColor};
892
762
  }
893
763
 
894
764
  /** Neutral styles **/
895
765
 
896
766
  .ft-button--neutral {
897
- ${So(Tl.color,Qo.neutralIconColor)};
767
+ ${I(xe.color,_.neutralIconColor)};
898
768
 
899
- ${So(Bl.backgroundColor,Qo.neutralStateLayerColor)};
900
- ${So(Bl.opacityContentOnSurfaceHover,Qo.neutralHoverStateLayerOpacity)};
901
- ${So(Bl.opacityContentOnSurfaceFocused,Qo.neutralFocusStateLayerOpacity)};
902
- ${So(Bl.opacityContentOnSurfaceSelected,Qo.neutralActiveStateLayerOpacity)};
903
- ${So(Bl.opacityContentOnSurfacePressed,Qo.neutralActiveStateLayerOpacity)};
769
+ ${I(H.backgroundColor,_.neutralStateLayerColor)};
770
+ ${I(H.opacityContentOnSurfaceHover,_.neutralHoverStateLayerOpacity)};
771
+ ${I(H.opacityContentOnSurfaceFocused,_.neutralFocusStateLayerOpacity)};
772
+ ${I(H.opacityContentOnSurfaceSelected,_.neutralActiveStateLayerOpacity)};
773
+ ${I(H.opacityContentOnSurfacePressed,_.neutralActiveStateLayerOpacity)};
904
774
 
905
- background-color: ${Qo.neutralBackgroundColor};
906
- color: ${Qo.neutralColor};
775
+ background-color: ${_.neutralBackgroundColor};
776
+ color: ${_.neutralColor};
907
777
  border-style: none;
908
778
  }
909
779
 
910
780
  .ft-button--neutral[disabled] {
911
- opacity: ${Qo.neutralDisabledComponentOpacity};
781
+ opacity: ${_.neutralDisabledComponentOpacity};
912
782
  }
913
783
 
914
784
  .ft-button--neutral ft-icon {
915
- color: ${Qo.neutralIconColor};
785
+ color: ${_.neutralIconColor};
916
786
  }
917
787
 
918
788
  /** Large styles **/
919
789
 
920
790
  .ft-button--large {
921
- ${So(Kl.size,Qo.largeIconSize)};
922
- ${So(Tl.size,Qo.largeIconSize)};
791
+ ${I(ve.size,_.largeIconSize)};
792
+ ${I(xe.size,_.largeIconSize)};
923
793
 
924
- height: ${Qo.largeHeight};
925
- padding: 0 ${Qo.largeHorizontalPadding};
926
- gap: ${Qo.largeGap};
927
- border-radius: ${Qo.largeBorderRadius};
928
- border-width: ${Qo.largeBorderWidth};
794
+ height: ${_.largeHeight};
795
+ padding: 0 ${_.largeHorizontalPadding};
796
+ gap: ${_.largeGap};
797
+ border-radius: ${_.largeBorderRadius};
798
+ border-width: ${_.largeBorderWidth};
929
799
  }
930
800
 
931
801
  .ft-button--large:focus-visible {
932
- outline-width: ${Qo.largeFocusOutlineWidth};
933
- outline-offset: ${Qo.largeFocusOutlineOffset};
802
+ outline-width: ${_.largeFocusOutlineWidth};
803
+ outline-offset: ${_.largeFocusOutlineOffset};
934
804
  }
935
805
 
936
806
  .ft-button--large.ft-button--icon-only {
937
- width: ${Qo.largeIconOnlyWidth};
807
+ width: ${_.largeIconOnlyWidth};
938
808
  padding: unset;
939
809
  }
940
810
 
941
811
  /** Small styles **/
942
812
 
943
813
  .ft-button--small {
944
- ${So(Kl.size,Qo.smallIconSize)};
945
- ${So(Tl.size,Qo.smallIconSize)};
814
+ ${I(ve.size,_.smallIconSize)};
815
+ ${I(xe.size,_.smallIconSize)};
946
816
 
947
- height: ${Qo.smallHeight};
948
- padding: 0 ${Qo.smallHorizontalPadding};
949
- gap: ${Qo.smallGap};
950
- border-radius: ${Qo.smallBorderRadius};
951
- border-width: ${Qo.smallBorderWidth};
817
+ height: ${_.smallHeight};
818
+ padding: 0 ${_.smallHorizontalPadding};
819
+ gap: ${_.smallGap};
820
+ border-radius: ${_.smallBorderRadius};
821
+ border-width: ${_.smallBorderWidth};
952
822
  }
953
823
 
954
824
  .ft-button--small:focus-visible {
955
- outline-width: ${Qo.smallFocusOutlineWidth};
956
- outline-offset: ${Qo.smallFocusOutlineOffset};
825
+ outline-width: ${_.smallFocusOutlineWidth};
826
+ outline-offset: ${_.smallFocusOutlineOffset};
957
827
  }
958
828
 
959
829
  .ft-button--small.ft-button--icon-only {
960
- width: ${Qo.smallIconOnlyWidth};
830
+ width: ${_.smallIconOnlyWidth};
961
831
  padding: unset;
962
832
  }
963
- `,Xi];var Cc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Nc extends xc{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary&&!this.neutral,"ft-button--neutral":this.neutral,"ft-button--large":!this.small,"ft-button--small":this.small,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon}}get typographyVariant(){return this.small?Ll.caption1medium:Ll.body2medium}}Nc.styles=[tn,Sc],Cc([we({type:Boolean})],Nc.prototype,"primary",void 0),Cc([we({type:Boolean})],Nc.prototype,"secondary",void 0),Cc([we({type:Boolean})],Nc.prototype,"tertiary",void 0),Cc([we({type:Boolean})],Nc.prototype,"neutral",void 0),Cc([we({type:Boolean})],Nc.prototype,"small",void 0),bo("ft-button")(wc),bo("ftds-button")(Nc);const Ec=wo.extend("--ft-checkbox-text-color","",Cr.colorOnSurfaceHigh),$c=wo.extend("--ft-checkbox-font-size","",bs.fontSize),kc=wo.external(Cr.colorPrimary,"Design system"),Rc=wo.external(Cr.colorOnPrimary,"Design system"),Ic=wo.extend("--ft-checkbox-border-color","",Cr.colorOnSurfaceMedium),Lc=wo.external(Cr.colorOnSurfaceDisabled,"Design system"),Uc=dt`
833
+ `,Wr];var Xr=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Ze=class extends se{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary&&!this.neutral,"ft-button--neutral":this.neutral,"ft-button--large":!this.small,"ft-button--small":this.small,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon}}get typographyVariant(){return this.small?Ht.caption1medium:Ht.body2medium}};Ze.styles=[Hr,ic];Xr([b({type:Boolean})],Ze.prototype,"primary",void 0);Xr([b({type:Boolean})],Ze.prototype,"secondary",void 0);Xr([b({type:Boolean})],Ze.prototype,"tertiary",void 0);Xr([b({type:Boolean})],Ze.prototype,"neutral",void 0);Xr([b({type:Boolean})],Ze.prototype,"small",void 0);K("ft-button")(fe);K("ftds-button")(Ze);var it={textColor:o.extend("--ft-checkbox-text-color","",L.colorOnSurfaceHigh),fontSize:o.extend("--ft-checkbox-font-size","",$.fontSize),colorPrimary:o.external(L.colorPrimary,"Design system"),colorOnPrimary:o.external(L.colorOnPrimary,"Design system"),borderColor:o.extend("--ft-checkbox-border-color","",L.colorOnSurfaceMedium),colorOnSurfaceDisabled:o.external(L.colorOnSurfaceDisabled,"Design system")},ac=T`
964
834
  * {
965
835
  box-sizing: border-box;
966
836
  }
967
837
 
968
838
  .ft-checkbox {
969
839
  box-sizing: border-box;
970
- color: ${Ec};
971
- font-size: ${$c};
840
+ color: ${it.textColor};
841
+ font-size: ${it.fontSize};
972
842
 
973
843
  display: inline-flex;
974
844
  align-items: center;
@@ -976,7 +846,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
976
846
  }
977
847
 
978
848
  .ft-checkbox--disabled {
979
- color: ${Lc};
849
+ color: ${it.colorOnSurfaceDisabled};
980
850
  }
981
851
 
982
852
  input {
@@ -1000,26 +870,26 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1000
870
 
1001
871
  .ft-checkbox--box {
1002
872
  display: flex;
1003
- border: 2px solid ${Ic};
873
+ border: 2px solid ${it.borderColor};
1004
874
  border-radius: 2px;
1005
875
 
1006
876
  width: 18px;
1007
877
  height: 18px;
1008
878
 
1009
- color: ${Rc};
879
+ color: ${it.colorOnPrimary};
1010
880
  }
1011
881
 
1012
882
 
1013
883
  .ft-checkbox--checked .ft-checkbox--box,
1014
884
  .ft-checkbox--indeterminate .ft-checkbox--box {
1015
- border-color: ${kc};
1016
- background-color: ${kc};
885
+ border-color: ${it.colorPrimary};
886
+ background-color: ${it.colorPrimary};
1017
887
  }
1018
888
 
1019
889
  .ft-checkbox--disabled .ft-checkbox--box {
1020
- border-color: ${Lc};
890
+ border-color: ${it.colorOnSurfaceDisabled};
1021
891
  background-color: transparent;
1022
- color: ${Lc};
892
+ color: ${it.colorOnSurfaceDisabled};
1023
893
  }
1024
894
 
1025
895
  .ft-checkbox--checkmark {
@@ -1038,8 +908,8 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1038
908
  .ft-checkbox--indeterminate .ft-checkbox--checkmark {
1039
909
  opacity: 1;
1040
910
  }
1041
- `;var Ac=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Wc extends Mi{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1}render(){const t={"ft-checkbox":!0,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return Jt`
1042
- <label class="${Ke(t)}" for="checkbox-input">
911
+ `;var gr=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Ce=class extends U{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1}render(){let e={"ft-checkbox":!0,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return k`
912
+ <label class="${ke(e)}" for="checkbox-input">
1043
913
  <div class="ft-checkbox--box-container">
1044
914
  <ft-ripple
1045
915
  ?disabled=${this.disabled}
@@ -1065,14 +935,14 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1065
935
  <slot></slot>
1066
936
  </ft-typography>
1067
937
  </label>
1068
- `}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(t){var e;super.contentAvailableCallback(t),null===(e=this.ripple)||void 0===e||e.setupFor(this.container)}}Wc.elementDefinitions={"ft-ripple":rc,"ft-typography":Al},Wc.styles=Uc,Ac([we()],Wc.prototype,"name",void 0),Ac([we({type:Boolean,reflect:!0})],Wc.prototype,"checked",void 0),Ac([we({type:Boolean})],Wc.prototype,"indeterminate",void 0),Ac([we({type:Boolean})],Wc.prototype,"disabled",void 0),Ac([Ee(".ft-checkbox")],Wc.prototype,"container",void 0),Ac([Ee("ft-ripple")],Wc.prototype,"ripple",void 0),bo("ft-checkbox")(Wc);const Bc=wo.extend("--ft-radio-text-color","",Cr.colorOnSurfaceHigh),zc=wo.external(Cr.colorPrimary,"Design system"),Fc=(wo.external(Cr.colorOnPrimary,"Design system"),wo.extend("--ft-radio-border-color","",Cr.colorOnSurfaceMedium)),_c=wo.external(Cr.colorOnSurfaceDisabled,"Design system"),Pc=dt`
938
+ `}onChange(e){e.stopPropagation(),this.checked=e.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(e){var r;super.contentAvailableCallback(e),(r=this.ripple)===null||r===void 0||r.setupFor(this.container)}};Ce.elementDefinitions={"ft-ripple":q,"ft-typography":oe};Ce.styles=ac;gr([b()],Ce.prototype,"name",void 0);gr([b({type:Boolean,reflect:!0})],Ce.prototype,"checked",void 0);gr([b({type:Boolean})],Ce.prototype,"indeterminate",void 0);gr([b({type:Boolean})],Ce.prototype,"disabled",void 0);gr([W(".ft-checkbox")],Ce.prototype,"container",void 0);gr([W("ft-ripple")],Ce.prototype,"ripple",void 0);K("ft-checkbox")(Ce);var jt={textColor:o.extend("--ft-radio-text-color","",L.colorOnSurfaceHigh),colorPrimary:o.external(L.colorPrimary,"Design system"),colorOnPrimary:o.external(L.colorOnPrimary,"Design system"),borderColor:o.extend("--ft-radio-border-color","",L.colorOnSurfaceMedium),colorOnSurfaceDisabled:o.external(L.colorOnSurfaceDisabled,"Design system")},sc=T`
1069
939
  * {
1070
940
  box-sizing: border-box;
1071
941
  }
1072
942
 
1073
943
  .ft-radio {
1074
944
  box-sizing: border-box;
1075
- color: ${Bc};
945
+ color: ${jt.textColor};
1076
946
 
1077
947
  display: inline-flex;
1078
948
  align-items: center;
@@ -1080,7 +950,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1080
950
  }
1081
951
 
1082
952
  .ft-radio--disabled {
1083
- color: ${_c};
953
+ color: ${jt.colorOnSurfaceDisabled};
1084
954
  }
1085
955
 
1086
956
  input {
@@ -1103,7 +973,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1103
973
  }
1104
974
 
1105
975
  .ft-radio--box {
1106
- border: 2px solid ${Fc};
976
+ border: 2px solid ${jt.borderColor};
1107
977
  border-radius: 50%;
1108
978
 
1109
979
  display: flex;
@@ -1116,7 +986,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1116
986
 
1117
987
  .ft-radio--box:after {
1118
988
  content: " ";
1119
- background-color: ${zc};
989
+ background-color: ${jt.colorPrimary};
1120
990
 
1121
991
  border-radius: 50%;
1122
992
 
@@ -1128,7 +998,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1128
998
  }
1129
999
 
1130
1000
  .ft-radio--checked .ft-radio--box {
1131
- border-color: ${zc};
1001
+ border-color: ${jt.colorPrimary};
1132
1002
  }
1133
1003
 
1134
1004
 
@@ -1137,15 +1007,15 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1137
1007
  }
1138
1008
 
1139
1009
  .ft-radio--disabled .ft-radio--box {
1140
- border-color: ${_c};
1010
+ border-color: ${jt.colorOnSurfaceDisabled};
1141
1011
  background-color: transparent;
1142
1012
  }
1143
1013
 
1144
1014
  .ft-radio--disabled .ft-radio--box:after {
1145
- background-color: ${_c};
1015
+ background-color: ${jt.colorOnSurfaceDisabled};
1146
1016
  }
1147
- `;var jc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Dc extends CustomEvent{constructor(t,e){super("change",{detail:{value:t,checked:e},bubbles:!0,composed:!0})}}class Mc extends Mi{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.disabled=!1,this.tabIndex=-1,this.role="radio"}render(){const t={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return Jt`
1148
- <div class="${Ke(t)}">
1017
+ `;var at=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Jr=class extends CustomEvent{constructor(e,r){super("change",{detail:{value:e,checked:r},bubbles:!0,composed:!0})}},le=class extends U{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.disabled=!1,this.tabIndex=-1,this.role="radio"}render(){let e={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return k`
1018
+ <div class="${ke(e)}">
1149
1019
  <div class="ft-radio--box-container">
1150
1020
  <ft-ripple
1151
1021
  ?disabled=${this.disabled}
@@ -1163,22 +1033,22 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1163
1033
  @change=${this.onChange}
1164
1034
  >
1165
1035
  </div>
1166
- <label for="radio-button" @click=${t=>t.stopPropagation()}>
1036
+ <label for="radio-button" @click=${r=>r.stopPropagation()}>
1167
1037
  <ft-typography variant="body2">
1168
1038
  <slot></slot>
1169
1039
  </ft-typography>
1170
1040
  </label>
1171
1041
  </div>
1172
- `}update(t){super.update(t),t.has("checked")&&!t.has("aria-checked")&&(this.checked?(this.setAttribute("aria-checked","true"),this.tabIndex=0):(this.setAttribute("aria-checked","false"),this.tabIndex=-1))}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new Dc(this.value,this.checked))}contentAvailableCallback(t){var e;super.contentAvailableCallback(t),null===(e=this.ripple)||void 0===e||e.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new Dc(this.value,this.checked))}}Mc.elementDefinitions={"ft-ripple":rc,"ft-typography":Al},Mc.styles=Pc,jc([we()],Mc.prototype,"value",void 0),jc([we()],Mc.prototype,"name",void 0),jc([we({type:Boolean,reflect:!0})],Mc.prototype,"checked",void 0),jc([we({type:Boolean})],Mc.prototype,"disabled",void 0),jc([we({reflect:!0})],Mc.prototype,"tabIndex",void 0),jc([we({reflect:!0,attribute:"role"})],Mc.prototype,"role",void 0),jc([Ee(".ft-radio")],Mc.prototype,"container",void 0),jc([Ee("ft-ripple")],Mc.prototype,"ripple",void 0),jc([Ee("input")],Mc.prototype,"input",void 0);const Tc=dt`
1042
+ `}update(e){super.update(e),e.has("checked")&&!e.has("aria-checked")&&(this.checked?(this.setAttribute("aria-checked","true"),this.tabIndex=0):(this.setAttribute("aria-checked","false"),this.tabIndex=-1))}onChange(e){e.stopPropagation(),this.checked=e.target.checked,this.dispatchEvent(new Jr(this.value,this.checked))}contentAvailableCallback(e){var r;super.contentAvailableCallback(e),(r=this.ripple)===null||r===void 0||r.setupFor(this.container),this.addEventListener("focus",this.onFocus)}disconnectedCallback(){this.removeEventListener("focus",this.onFocus),super.disconnectedCallback()}onFocus(e){this.dispatchEvent(new Jr(this.name,this.checked))}select(){this.checked=!0,this.dispatchEvent(new Jr(this.value,this.checked))}};le.elementDefinitions={"ft-ripple":q,"ft-typography":oe};le.styles=sc;at([b()],le.prototype,"value",void 0);at([b()],le.prototype,"name",void 0);at([b({type:Boolean,reflect:!0})],le.prototype,"checked",void 0);at([b({type:Boolean})],le.prototype,"disabled",void 0);at([b({reflect:!0})],le.prototype,"tabIndex",void 0);at([b({reflect:!0,attribute:"role"})],le.prototype,"role",void 0);at([W(".ft-radio")],le.prototype,"container",void 0);at([W("ft-ripple")],le.prototype,"ripple",void 0);at([W("input")],le.prototype,"input",void 0);var lc=T`
1173
1043
  :host {
1174
1044
  display: contents;
1175
1045
  }
1176
- `;var Hc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Kc extends Mi{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.ariaLabelledBy=""}render(){return Jt`
1046
+ `;var qo=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},$e=class extends U{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.ariaLabelledBy=""}render(){return k`
1177
1047
  <slot @slotchange=${this.onSlotChange}
1178
1048
  @change=${this.onChange}
1179
1049
  @keydown=${this.onKeyDown}
1180
1050
  ></slot>
1181
- `}onSlotChange(){this.radioButtons.forEach((t=>t.name=this.name))}contentAvailableCallback(t){super.contentAvailableCallback(t),this.radioButtons[0].setAttribute("tabindex","0")}onChange(t){t.stopPropagation(),this.radioButtons.forEach((e=>e.checked=t.detail.value===e.value)),this.dispatchEvent(new CustomEvent("change",{detail:t.detail.value})),this.focusCurrentValue()}onKeyDown(t){let e=!1;switch(t.key){case"ArrowUp":case"ArrowLeft":{e=!0;let o=this.findFtRadio(t),r=this.radioButtons.indexOf(o)-1;this.radioButtons[r<0?this.radioButtons.length-1:r].select(),this.radioButtons[r<0?this.radioButtons.length-1:r].focus();break}case"ArrowDown":case"ArrowRight":{e=!0;let o=this.radioButtons.indexOf(this.findFtRadio(t))+1;this.radioButtons[o>this.radioButtons.length-1?0:o].select(),this.radioButtons[o>this.radioButtons.length-1?0:o].focus();break}case"Enter":{let e=this.radioButtons.indexOf(this.findFtRadio(t));this.radioButtons[e].select()}}e&&(t.stopPropagation(),t.preventDefault())}findFtRadio(t){return t.composedPath().find((t=>"FT-RADIO"===t.tagName))}focusCurrentValue(){setTimeout((()=>{var t;return null===(t=this.radioButtons.find((t=>t.checked)))||void 0===t?void 0:t.focus()}),10)}}Kc.elementDefinitions={},Kc.styles=Tc,Hc([we()],Kc.prototype,"name",void 0),Hc([we({reflect:!0,attribute:"role"})],Kc.prototype,"role",void 0),Hc([we({reflect:!0,attribute:"aria-labelledby"})],Kc.prototype,"ariaLabelledBy",void 0),Hc([Re()],Kc.prototype,"radioButtons",void 0),bo("ft-radio")(Mc),bo("ft-radio-group")(Kc);const Zc={borderRadiusM:wo.external(Cr.borderRadiusM,"Design system"),colorOutline:wo.external(Cr.colorOutline,"Design system"),colorOnSurface:wo.external(Cr.colorOnSurface,"Design system"),colorOnSurfaceMedium:wo.external(Cr.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:wo.external(Cr.colorOnSurfaceDisabled,"Design system"),colorPrimary:wo.external(Cr.colorPrimary,"Design system"),colorOnPrimary:wo.external(Cr.colorOnPrimary,"Design system"),fontFamily:wo.external(Vs.fontFamily,"Body2 typography"),fontSize:wo.external(Vs.fontSize,"Body2 typography"),fontWeight:wo.external(Vs.fontWeight,"Body2 typography"),letterSpacing:wo.external(Vs.letterSpacing,"Body2 typography"),lineHeight:wo.external(Vs.lineHeight,"Body2 typography"),textTransform:wo.external(Vs.textTransform,"Body2 typography")},Gc=dt`
1051
+ `}onSlotChange(){this.radioButtons.forEach(e=>e.name=this.name)}contentAvailableCallback(e){super.contentAvailableCallback(e),this.radioButtons[0].setAttribute("tabindex","0")}onChange(e){e.stopPropagation(),this.radioButtons.forEach(r=>r.checked=e.detail.value===r.value),this.dispatchEvent(new CustomEvent("change",{detail:e.detail.value})),this.focusCurrentValue()}onKeyDown(e){let r=!1;switch(e.key){case"ArrowUp":case"ArrowLeft":{r=!0;let n=this.findFtRadio(e),i=this.radioButtons.indexOf(n)-1;this.radioButtons[i<0?this.radioButtons.length-1:i].select(),this.radioButtons[i<0?this.radioButtons.length-1:i].focus();break}case"ArrowDown":case"ArrowRight":{r=!0;let n=this.radioButtons.indexOf(this.findFtRadio(e))+1;this.radioButtons[n>this.radioButtons.length-1?0:n].select(),this.radioButtons[n>this.radioButtons.length-1?0:n].focus();break}case"Enter":{let n=this.radioButtons.indexOf(this.findFtRadio(e));this.radioButtons[n].select()}}r&&(e.stopPropagation(),e.preventDefault())}findFtRadio(e){return e.composedPath().find(r=>r.tagName==="FT-RADIO")}focusCurrentValue(){setTimeout(()=>{var e;return(e=this.radioButtons.find(r=>r.checked))===null||e===void 0?void 0:e.focus()},10)}};$e.elementDefinitions={};$e.styles=lc;qo([b()],$e.prototype,"name",void 0);qo([b({reflect:!0,attribute:"role"})],$e.prototype,"role",void 0);qo([b({reflect:!0,attribute:"aria-labelledby"})],$e.prototype,"ariaLabelledBy",void 0);qo([Cn()],$e.prototype,"radioButtons",void 0);K("ft-radio")(le);K("ft-radio-group")($e);var Yo={borderRadiusM:o.external(L.borderRadiusM,"Design system"),colorOutline:o.external(L.colorOutline,"Design system"),colorOnSurface:o.external(L.colorOnSurface,"Design system"),colorOnSurfaceMedium:o.external(L.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:o.external(L.colorOnSurfaceDisabled,"Design system"),colorPrimary:o.external(L.colorPrimary,"Design system"),colorOnPrimary:o.external(L.colorOnPrimary,"Design system"),fontFamily:o.external(_e.fontFamily,"Body2 typography"),fontSize:o.external(_e.fontSize,"Body2 typography"),fontWeight:o.external(_e.fontWeight,"Body2 typography"),letterSpacing:o.external(_e.letterSpacing,"Body2 typography"),lineHeight:o.external(_e.lineHeight,"Body2 typography"),textTransform:o.external(_e.textTransform,"Body2 typography")},cc=T`
1182
1052
  .ft-filter-level--container {
1183
1053
  display: flex;
1184
1054
  flex-direction: column;
@@ -1192,14 +1062,14 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1192
1062
  flex-shrink: 0;
1193
1063
  text-decoration: none;
1194
1064
  position: relative;
1195
- border-radius: ${Zc.borderRadiusM};
1065
+ border-radius: ${Yo.borderRadiusM};
1196
1066
  overflow: hidden;
1197
1067
  display: flex;
1198
1068
  align-items: center;
1199
1069
  padding: 4px 4px;
1200
1070
  gap: 4px;
1201
1071
  cursor: pointer;
1202
- color: ${Zc.colorOnSurface};
1072
+ color: ${Yo.colorOnSurface};
1203
1073
  }
1204
1074
 
1205
1075
  .ft-filter-level--go-back:focus {
@@ -1228,7 +1098,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1228
1098
  }
1229
1099
 
1230
1100
  ft-button {
1231
- ${So(Vl.color,Zc.colorOnSurface)};
1101
+ ${I(Y.color,Yo.colorOnSurface)};
1232
1102
  }
1233
1103
 
1234
1104
  ft-radio, ft-checkbox {
@@ -1242,14 +1112,15 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1242
1112
 
1243
1113
  .ft-filter-level--no-values {
1244
1114
  margin: 10px 0;
1245
- color: ${Zc.colorOnSurfaceMedium};
1115
+ color: ${Yo.colorOnSurfaceMedium};
1246
1116
  }
1247
- `;var Vc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class qc extends Mi{constructor(){super(...arguments),this.filterId="",this.options=[],this.multivalued=!1,this.disabled=!1,this.hideSelectedOptions=!1,this.displayCount=!1,this.preventNavigation=!1,this.filter="",this.moreValuesButtonLabel="More",this.displayedValuesLimit=0,this.displayedPages=1}get hasHiddenValues(){let t=this.limit;return null!=t&&t<this.options.length}get limit(){return this.displayedValuesLimit>0?this.displayedPages*this.displayedValuesLimit:void 0}get height(){var t,e;return null!==(e=null===(t=this.container)||void 0===t?void 0:t.scrollHeight)&&void 0!==e?e:0}render(){let t=[...this.options];this.hideSelectedOptions&&(t=t.filter((t=>!t.selected))),this.filter&&(t=t.filter((t=>t.label.toLowerCase().includes(this.filter.toLowerCase()))));const e=t.slice(0,this.limit);return Jt`
1117
+ `;var he=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},ne=class extends U{constructor(){super(...arguments),this.filterId="",this.options=[],this.multivalued=!1,this.disabled=!1,this.hideSelectedOptions=!1,this.displayCount=!1,this.preventNavigation=!1,this.filter="",this.moreValuesButtonLabel="More",this.displayedValuesLimit=0,this.displayedPages=1}get hasHiddenValues(){let e=this.limit;return e!=null&&e<this.options.length}get limit(){return this.displayedValuesLimit>0?this.displayedPages*this.displayedValuesLimit:void 0}get height(){var e,r;return(r=(e=this.container)===null||e===void 0?void 0:e.scrollHeight)!==null&&r!==void 0?r:0}render(){let e=[...this.options];this.hideSelectedOptions&&(e=e.filter(n=>!n.selected)),this.filter&&(e=e.filter(n=>n.label.toLowerCase().includes(this.filter.toLowerCase())));let r=e.slice(0,this.limit);return k`
1248
1118
  <div class="ft-filter-level--container ${this.disabled?"ft-filter--disabled":""}">
1249
- ${null==this.parent?null:Jt`
1119
+ ${this.parent==null?null:k`
1250
1120
  <div tabindex="0"
1251
1121
  part="controls go-back"
1252
1122
  class="ft-filter-level--go-back"
1123
+ aria-label="back to ${this.parent.label}"
1253
1124
  ?disabled=${this.disabled}
1254
1125
  @keyup=${this.goBackOnKeyPress}
1255
1126
  @click=${this.goBackOnClick}>
@@ -1258,25 +1129,26 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1258
1129
  <ft-typography variant="body2">${this.parent.label}</ft-typography>
1259
1130
  </div>
1260
1131
  `}
1261
- ${0===this.options.length&&this.noValuesLabel?Jt`
1132
+ ${this.options.length===0&&this.noValuesLabel?k`
1262
1133
  <ft-typography class="ft-filter-level--no-values" element="span" variant="body2">
1263
1134
  ${this.noValuesLabel}
1264
1135
  </ft-typography>
1265
- `:te}
1266
- ${Te(e,(t=>t.value),(t=>{var e;return Jt`
1267
- <div class="ft-filter-level--option" part="options">
1268
- ${this.multivalued?this.buildMultiValuedOption(t):this.buildMonoValuedOption(t)}
1269
- ${this.preventNavigation||t.selected||0===(null!==(e=t.subOptions)&&void 0!==e?e:[]).length?te:Jt`
1136
+ `:F}
1137
+ ${Rn(r,n=>n.value,n=>{var i;return k`
1138
+ <div class="ft-filter-level--option" part="options" tabindex="-1">
1139
+ ${this.multivalued?this.buildMultiValuedOption(n):this.buildMonoValuedOption(n)}
1140
+ ${this.preventNavigation||n.selected||((i=n.subOptions)!==null&&i!==void 0?i:[]).length===0?F:k`
1270
1141
  <ft-button icon="thin_arrow_right"
1271
1142
  part="controls navigate-hierarchy"
1272
- label="${t.label}"
1143
+ aria-label="expand node"
1144
+ label="${n.label}"
1273
1145
  ?disabled=${this.disabled}
1274
1146
  tooltipPosition="left"
1275
- @click=${()=>this.displayLevel(t)}></ft-button>
1147
+ @click=${()=>this.displayLevel(n)}></ft-button>
1276
1148
  `}
1277
1149
  </div>
1278
- `}))}
1279
- ${e.length<t.length?Jt`
1150
+ `})}
1151
+ ${r.length<e.length?k`
1280
1152
  <ft-button
1281
1153
  class="ft-filter-level--display-more"
1282
1154
  icon="thin_arrow"
@@ -1285,31 +1157,31 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1285
1157
  @click=${this.displayMore}>
1286
1158
  ${this.moreValuesButtonLabel}
1287
1159
  </ft-button>
1288
- `:te}
1160
+ `:F}
1289
1161
  </div>
1290
- `}goBackOnKeyPress(t){"Enter"!==t.key&&" "!==t.key||this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}goBackOnClick(t){t.stopPropagation(),t.preventDefault(),this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}displayMore(){this.displayedPages++}buildMultiValuedOption(t){var e;return Jt`
1162
+ `}goBackOnKeyPress(e){(e.key==="Enter"||e.key===" ")&&this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}goBackOnClick(e){e.stopPropagation(),e.preventDefault(),this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}displayMore(){this.displayedPages++,this.makeRadioKeyBoardNavigable()}onRadioChange(e){var r;e.stopPropagation();let n=e;(r=this.radios)===null||r===void 0||r.forEach(i=>{i.checked=i.name===n.detail.value,i.setAttribute("tabindex","0")})}buildMultiValuedOption(e){var r;return k`
1291
1163
  <ft-checkbox name="${this.filterId}"
1292
1164
  part="multivalued-option"
1293
- data-value="${t.value}"
1165
+ data-value="${e.value}"
1294
1166
 
1295
- .checked=${t.selected}
1167
+ .checked=${e.selected}
1296
1168
  .disabled=${this.disabled}
1297
- .indeterminate=${po(null!==(e=t.subOptions)&&void 0!==e?e:[],(t=>{var e;return null!==(e=t.subOptions)&&void 0!==e?e:[]})).some((t=>t.selected))}
1298
- @change=${e=>this.optionsChanged(e,t)}>
1299
- ${t.renderOption?t.renderOption:t.label}${this.displayCount?` (${t.count})`:""}
1169
+ .indeterminate=${Dt((r=e.subOptions)!==null&&r!==void 0?r:[],n=>{var i;return(i=n.subOptions)!==null&&i!==void 0?i:[]}).some(n=>n.selected)}
1170
+ @change=${n=>this.optionsChanged(n,e)}>
1171
+ ${e.renderOption?e.renderOption:e.label}${this.displayCount?` (${e.count})`:""}
1300
1172
  </ft-checkbox>
1301
- `}buildMonoValuedOption(t){return Jt`
1302
- <ft-radio name="${this.filterId+Math.round(1e6*Math.random())}"
1173
+ `}buildMonoValuedOption(e){return k`
1174
+ <ft-radio name="${this.filterId+Math.round(Math.random()*1e6)}"
1303
1175
  part="monovalued-option"
1304
- data-value="${t.value}"
1305
- .checked=${t.selected}
1176
+ data-value="${e.value}"
1177
+ .checked=${e.selected}
1306
1178
  .disabled=${this.disabled}
1307
- @click=${e=>this.optionsChanged(e,t)}
1308
- @keyup=${e=>this.onRadioKeyUp(e,t)}
1309
- @change=${t=>t.stopPropagation()}>
1310
- ${t.renderOption?t.renderOption:t.label}${this.displayCount?` (${t.count})`:""}
1179
+ @click=${r=>this.optionsChanged(r,e)}
1180
+ @keyup=${r=>this.onRadioKeyUp(r,e)}
1181
+ @change=${r=>this.onRadioChange(r)}>
1182
+ ${e.renderOption?e.renderOption:e.label}${this.displayCount?` (${e.count})`:""}
1311
1183
  </ft-radio>
1312
- `}onRadioKeyUp(t,e){e.selected&&" "===t.key&&this.optionsChanged(t,e)}optionsChanged(t,e){t.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:e}))}displayLevel(t){this.dispatchEvent(new CustomEvent("display-level",{detail:t}))}}qc.elementDefinitions={"ft-button":wc,"ft-ripple":rc,"ft-typography":Al,"ft-checkbox":Wc,"ft-icon":bc,"ft-radio":Mc},qc.styles=Gc,Vc([we({type:String})],qc.prototype,"filterId",void 0),Vc([we({type:Object})],qc.prototype,"parent",void 0),Vc([we({type:Array})],qc.prototype,"options",void 0),Vc([we({type:Boolean})],qc.prototype,"multivalued",void 0),Vc([we({type:Boolean})],qc.prototype,"disabled",void 0),Vc([we({type:Boolean})],qc.prototype,"hideSelectedOptions",void 0),Vc([we({type:Boolean})],qc.prototype,"displayCount",void 0),Vc([we({type:Boolean})],qc.prototype,"preventNavigation",void 0),Vc([we({type:String})],qc.prototype,"filter",void 0),Vc([we({type:String})],qc.prototype,"moreValuesButtonLabel",void 0),Vc([we({type:String})],qc.prototype,"noValuesLabel",void 0),Vc([we({type:Number})],qc.prototype,"displayedValuesLimit",void 0),Vc([Ee(".ft-filter-level--container")],qc.prototype,"container",void 0),Vc([Se()],qc.prototype,"displayedPages",void 0);const Yc={buttonsColor:wo.extend("--ft-snap-scroll-buttons-color","",Cr.colorPrimary),buttonsZIndex:wo.create("--ft-snap-scroll-buttons-z-index","","NUMBER","1"),gap:wo.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:wo.external(Cr.colorSurface,"Design system")},Jc=dt`
1184
+ `}onRadioKeyUp(e,r){r.selected&&e.key===" "&&this.optionsChanged(e,r)}optionsChanged(e,r){e.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:r}))}displayLevel(e){this.dispatchEvent(new CustomEvent("display-level",{detail:e}))}connectedCallback(){super.connectedCallback(),this.makeRadioKeyBoardNavigable()}makeRadioKeyBoardNavigable(){this.multivalued||setTimeout(()=>{var e,r;this.radios=Array.from((e=this.shadowRoot)===null||e===void 0?void 0:e.querySelectorAll("ft-radio")),(r=this.radios)===null||r===void 0||r.forEach(n=>{var i,a;n.setAttribute("tabindex","0"),(a=(i=n.shadowRoot)===null||i===void 0?void 0:i.querySelector('input[type="radio"]'))===null||a===void 0||a.setAttribute("tabindex","-1")})},5)}};ne.elementDefinitions={"ft-button":fe,"ft-ripple":q,"ft-typography":oe,"ft-checkbox":Ce,"ft-icon":Ee,"ft-radio":le};ne.styles=cc;he([b({type:String})],ne.prototype,"filterId",void 0);he([b({type:Object})],ne.prototype,"parent",void 0);he([b({type:Array})],ne.prototype,"options",void 0);he([b({type:Boolean})],ne.prototype,"multivalued",void 0);he([b({type:Boolean})],ne.prototype,"disabled",void 0);he([b({type:Boolean})],ne.prototype,"hideSelectedOptions",void 0);he([b({type:Boolean})],ne.prototype,"displayCount",void 0);he([b({type:Boolean})],ne.prototype,"preventNavigation",void 0);he([b({type:String})],ne.prototype,"filter",void 0);he([b({type:String})],ne.prototype,"moreValuesButtonLabel",void 0);he([b({type:String})],ne.prototype,"noValuesLabel",void 0);he([b({type:Number})],ne.prototype,"displayedValuesLimit",void 0);he([W(".ft-filter-level--container")],ne.prototype,"container",void 0);he([Z()],ne.prototype,"radios",void 0);he([Z()],ne.prototype,"displayedPages",void 0);var Ot={buttonsColor:o.extend("--ft-snap-scroll-buttons-color","",L.colorPrimary),buttonsZIndex:o.create("--ft-snap-scroll-buttons-z-index","","NUMBER","1"),gap:o.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:o.external(L.colorSurface,"Design system")},pc=T`
1313
1185
  .ft-snap-scroll {
1314
1186
  box-sizing: border-box;
1315
1187
  position: relative;
@@ -1344,7 +1216,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1344
1216
  flex-wrap: nowrap;
1345
1217
  align-items: flex-start;
1346
1218
  justify-content: flex-start;
1347
- gap: ${Yc.gap};
1219
+ gap: ${Ot.gap};
1348
1220
  }
1349
1221
 
1350
1222
  .ft-snap-scroll--hide-scrollbar .ft-snap-scroll--content::-webkit-scrollbar {
@@ -1387,11 +1259,11 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1387
1259
  .ft-snap-scroll--next {
1388
1260
  position: absolute;
1389
1261
  display: flex;
1390
- z-index: ${Yc.buttonsZIndex};
1262
+ z-index: ${Ot.buttonsZIndex};
1391
1263
  opacity: 1;
1392
1264
  transition: background-color .5s ease-in-out, opacity .5s ease-in-out, z-index .5s ease-in-out;
1393
- ${So(Vl.backgroundColor,"transparent")};
1394
- ${So(Vl.color,Yc.buttonsColor)};
1265
+ ${I(Y.backgroundColor,"transparent")};
1266
+ ${I(Y.color,Ot.buttonsColor)};
1395
1267
  }
1396
1268
 
1397
1269
  .ft-snap-scroll--previous[hidden],
@@ -1404,45 +1276,45 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1404
1276
  top: 0;
1405
1277
  left: -1px;
1406
1278
  bottom: 0;
1407
- background: linear-gradient(to right, ${Yc.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1279
+ background: linear-gradient(to right, ${Ot.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1408
1280
  }
1409
1281
 
1410
1282
  .ft-snap-scroll--vertical .ft-snap-scroll--previous {
1411
1283
  top: -1px;
1412
1284
  left: 0;
1413
1285
  right: 0;
1414
- background: linear-gradient(to bottom, ${Yc.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1286
+ background: linear-gradient(to bottom, ${Ot.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1415
1287
  }
1416
1288
 
1417
1289
  .ft-snap-scroll--horizontal .ft-snap-scroll--next {
1418
1290
  top: 0;
1419
1291
  right: -1px;
1420
1292
  bottom: 0;
1421
- background: linear-gradient(to left, ${Yc.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1293
+ background: linear-gradient(to left, ${Ot.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1422
1294
  }
1423
1295
 
1424
1296
  .ft-snap-scroll--vertical .ft-snap-scroll--next {
1425
1297
  left: 0;
1426
1298
  right: 0;
1427
1299
  bottom: -1px;
1428
- background: linear-gradient(to top, ${Yc.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1300
+ background: linear-gradient(to top, ${Ot.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1429
1301
  }
1430
1302
 
1431
1303
  .ft-snap-scroll--horizontal .ft-snap-scroll--previous:hover,
1432
1304
  .ft-snap-scroll--horizontal .ft-snap-scroll--next:hover,
1433
1305
  .ft-snap-scroll--vertical .ft-snap-scroll--previous:hover,
1434
1306
  .ft-snap-scroll--vertical .ft-snap-scroll--next:hover {
1435
- background-color: ${Yc.colorSurface};
1307
+ background-color: ${Ot.colorSurface};
1436
1308
  }
1437
- `;var Xc=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Qc extends CustomEvent{constructor(t,e){super("current-element-change",{detail:{index:t,element:e}})}}class tf extends Mi{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver((()=>this.scheduleUpdateScroll())),this.scrollDebouncer=new lo(200),this.updateScrollDebouncer=new lo(100)}scrollToIndex(t){this.scrollToElement(this.elements[t])}scrollIndexIntoView(t){let e=this.elements[t];if(e){const t=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.nextSize,o=this.contentSlot[this.scrollAttribute]+this.prevSize;(e[this.offsetAttribute]<o||e[this.offsetAttribute]+e[this.sizeAttribute]>t)&&this.scrollToElement(e)}}previous(){this.scrollToElement(this.elements[Math.max(0,this.closestIndexFromStart()-1)])}next(){this.scrollToElement(this.elements[Math.min(this.closestIndexFromStart()+1,this.elements.length-1)])}render(){const t=Ke({"ft-snap-scroll":!0,"ft-snap-scroll--horizontal":this.horizontal,"ft-snap-scroll--vertical":!this.horizontal,"ft-snap-scroll--hide-scrollbar":this.hideScrollbar,"ft-snap-scroll--limit-size":this.limitSize,"ft-snap-scroll--safari-fix":ps}),e=this.controls&&this.withScroll;return Jt`
1438
- <div part="container" class="${t}">
1309
+ `;var qe=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},va=class extends CustomEvent{constructor(e,r){super("current-element-change",{detail:{index:e,element:r}})}},ce=class extends U{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver(()=>this.scheduleUpdateScroll()),this.scrollDebouncer=new ae(200),this.updateScrollDebouncer=new ae(100)}scrollToIndex(e){this.scrollToElement(this.elements[e])}scrollIndexIntoView(e){let r=this.elements[e];if(r){let n=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.nextSize,i=this.contentSlot[this.scrollAttribute]+this.prevSize;(r[this.offsetAttribute]<i||r[this.offsetAttribute]+r[this.sizeAttribute]>n)&&this.scrollToElement(r)}}previous(){this.scrollToElement(this.elements[Math.max(0,this.closestIndexFromStart()-1)])}next(){this.scrollToElement(this.elements[Math.min(this.closestIndexFromStart()+1,this.elements.length-1)])}render(){let e=ke({"ft-snap-scroll":!0,"ft-snap-scroll--horizontal":this.horizontal,"ft-snap-scroll--vertical":!this.horizontal,"ft-snap-scroll--hide-scrollbar":this.hideScrollbar,"ft-snap-scroll--limit-size":this.limitSize,"ft-snap-scroll--safari-fix":Yr}),r=this.controls&&this.withScroll;return k`
1310
+ <div part="container" class="${e}">
1439
1311
  <ft-button
1440
1312
  class="ft-snap-scroll--previous"
1441
1313
  part="controls"
1442
1314
  primary
1443
1315
  icon="${this.horizontal?"THIN_ARROW_LEFT":"THIN_ARROW_UP"}"
1444
- ?hidden=${!e||this.startReached}
1445
- ?disabled=${!e||this.startReached}
1316
+ ?hidden=${!r||this.startReached}
1317
+ ?disabled=${!r||this.startReached}
1446
1318
  @click=${this.previous}
1447
1319
  ></ft-button>
1448
1320
  <slot class="ft-snap-scroll--content"
@@ -1453,12 +1325,12 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1453
1325
  part="controls"
1454
1326
  primary
1455
1327
  icon="${this.horizontal?"THIN_ARROW_RIGHT":"THIN_ARROW"}"
1456
- ?hidden=${!e||this.endReached}
1457
- ?disabled=${!e||this.endReached}
1328
+ ?hidden=${!r||this.endReached}
1329
+ ?disabled=${!r||this.endReached}
1458
1330
  @click=${this.next}
1459
1331
  ></ft-button>
1460
1332
  </div>
1461
- `}update(t){super.update(t),t.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),t.has("currentElement")&&this.dispatchEvent(new Qc(this.currentElement,this.elements[this.currentElement]))}contentAvailableCallback(t){var e;super.contentAvailableCallback(t),this.contentSlot&&this.listenedContainer!==this.contentSlot&&(this.resizeObserver.observe(this.contentSlot),this.listenedContainer&&this.listenedContainer.removeEventListener("scroll",this.updateScrollCallback),this.listenedContainer=this.contentSlot,null===(e=this.listenedContainer)||void 0===e||e.addEventListener("scroll",this.updateScrollCallback))}onScroll(){this.scrollDebouncer.run((()=>this.snap())),this.scheduleUpdateScroll()}snap(){let t=this.closestElementFromStart();if(null!=t){const e=this.getDistanceFromStart(t);Math.abs(this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.contentSlot[this.scrollSizeAttribute])<e&&(t=this.lastElement),this.scrollToElement(t)}}scrollToElement(t){var e,o;t&&(this.horizontal?null===(e=this.contentSlot)||void 0===e||e.scrollTo({left:this.getOffset(t)-this.controlsSize,behavior:"smooth"}):null===(o=this.contentSlot)||void 0===o||o.scrollTo({top:this.getOffset(t)-this.controlsSize,behavior:"smooth"}),this.currentElement=this.elements.indexOf(t))}onSlotChange(){var t,e;this.elements=null!==(e=null===(t=this.contentSlot)||void 0===t?void 0:t.assignedElements().map((t=>t)))&&void 0!==e?e:[],this.scheduleUpdateScroll()}closestElementFromStart(){return this.elements[this.closestIndexFromStart()]}closestIndexFromStart(){let t=-1;for(let e=0;e<this.elements.length;e++)(t<0||this.getDistanceFromStart(this.elements[e])<this.getDistanceFromStart(this.elements[t]))&&(t=e);return t}scheduleUpdateScroll(){this.updateScrollDebouncer.run((()=>this.updateScroll()))}updateScroll(){null!=this.contentSlot?(this.withScroll=this.contentSlot[this.scrollSizeAttribute]>this.contentSlot[this.sizeAttribute],this.startReached=0===this.contentSlot[this.scrollAttribute],this.endReached=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]+1>=this.contentSlot[this.scrollSizeAttribute]):(this.withScroll=!1,this.startReached=!0,this.endReached=!0)}get lastElement(){return this.elements[this.elements.length-1]}get firstElementOffset(){let t=this.elements[0];return t?t[this.offsetAttribute]:0}get controlsSize(){return this.controls?36:0}get nextSize(){return this.endReached?0:this.controlsSize}get prevSize(){return this.startReached?0:this.controlsSize}getOffset(t){return t[this.offsetAttribute]-this.firstElementOffset}getDistanceFromStart(t){const e=t===this.elements[0]?0:this.controlsSize;return Math.abs(this.getOffset(t)-this.contentSlot[this.scrollAttribute]-e)}}tf.elementDefinitions={"ft-button":wc},tf.styles=Jc,Xc([we({type:Boolean})],tf.prototype,"horizontal",void 0),Xc([we({type:Boolean})],tf.prototype,"hideScrollbar",void 0),Xc([we({type:Boolean})],tf.prototype,"controls",void 0),Xc([we({type:Boolean})],tf.prototype,"limitSize",void 0),Xc([Se()],tf.prototype,"elements",void 0),Xc([Se()],tf.prototype,"currentElement",void 0),Xc([Se()],tf.prototype,"withScroll",void 0),Xc([Se()],tf.prototype,"startReached",void 0),Xc([Se()],tf.prototype,"endReached",void 0),Xc([Ee(".ft-snap-scroll--content")],tf.prototype,"contentSlot",void 0),bo("ft-snap-scroll")(tf);const ef=wo.external(Cr.colorOutline,"Design system"),of=wo.external(Cr.colorOnSurface,"Design system"),rf=wo.external(Cr.colorOnSurfaceMedium,"Design system"),nf=wo.external(Cr.colorPrimary,"Design system"),af=wo.external(Cr.colorSurface,"Design system"),sf=wo.external(Cr.transitionDuration,"Design system"),lf=wo.external(Cr.transitionTimingFunction,"Design system"),cf=wo.extend("--ft-filter-label-color","",Cr.colorOnSurface),ff=wo.extend("--ft-filter-label-font-size","",bs.fontSize,"16px"),hf=[xl,dt`
1333
+ `}update(e){super.update(e),e.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),e.has("currentElement")&&this.dispatchEvent(new va(this.currentElement,this.elements[this.currentElement]))}contentAvailableCallback(e){var r;super.contentAvailableCallback(e),this.contentSlot&&this.listenedContainer!==this.contentSlot&&(this.resizeObserver.observe(this.contentSlot),this.listenedContainer&&this.listenedContainer.removeEventListener("scroll",this.updateScrollCallback),this.listenedContainer=this.contentSlot,(r=this.listenedContainer)===null||r===void 0||r.addEventListener("scroll",this.updateScrollCallback))}onScroll(){this.scrollDebouncer.run(()=>this.snap()),this.scheduleUpdateScroll()}snap(){let e=this.closestElementFromStart();if(e!=null){let r=this.getDistanceFromStart(e);Math.abs(this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.contentSlot[this.scrollSizeAttribute])<r&&(e=this.lastElement),this.scrollToElement(e)}}scrollToElement(e){var r,n;e&&(this.horizontal?(r=this.contentSlot)===null||r===void 0||r.scrollTo({left:this.getOffset(e)-this.controlsSize,behavior:"smooth"}):(n=this.contentSlot)===null||n===void 0||n.scrollTo({top:this.getOffset(e)-this.controlsSize,behavior:"smooth"}),this.currentElement=this.elements.indexOf(e))}onSlotChange(){var e,r;this.elements=(r=(e=this.contentSlot)===null||e===void 0?void 0:e.assignedElements().map(n=>n))!==null&&r!==void 0?r:[],this.scheduleUpdateScroll()}closestElementFromStart(){return this.elements[this.closestIndexFromStart()]}closestIndexFromStart(){let e=-1;for(let r=0;r<this.elements.length;r++)(e<0||this.getDistanceFromStart(this.elements[r])<this.getDistanceFromStart(this.elements[e]))&&(e=r);return e}scheduleUpdateScroll(){this.updateScrollDebouncer.run(()=>this.updateScroll())}updateScroll(){this.contentSlot!=null?(this.withScroll=this.contentSlot[this.scrollSizeAttribute]>this.contentSlot[this.sizeAttribute],this.startReached=this.contentSlot[this.scrollAttribute]===0,this.endReached=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]+1>=this.contentSlot[this.scrollSizeAttribute]):(this.withScroll=!1,this.startReached=!0,this.endReached=!0)}get lastElement(){return this.elements[this.elements.length-1]}get firstElementOffset(){let e=this.elements[0];return e?e[this.offsetAttribute]:0}get controlsSize(){return this.controls?36:0}get nextSize(){return this.endReached?0:this.controlsSize}get prevSize(){return this.startReached?0:this.controlsSize}getOffset(e){return e[this.offsetAttribute]-this.firstElementOffset}getDistanceFromStart(e){let r=e===this.elements[0]?0:this.controlsSize;return Math.abs(this.getOffset(e)-this.contentSlot[this.scrollAttribute]-r)}};ce.elementDefinitions={"ft-button":fe};ce.styles=pc;qe([b({type:Boolean})],ce.prototype,"horizontal",void 0);qe([b({type:Boolean})],ce.prototype,"hideScrollbar",void 0);qe([b({type:Boolean})],ce.prototype,"controls",void 0);qe([b({type:Boolean})],ce.prototype,"limitSize",void 0);qe([Z()],ce.prototype,"elements",void 0);qe([Z()],ce.prototype,"currentElement",void 0);qe([Z()],ce.prototype,"withScroll",void 0);qe([Z()],ce.prototype,"startReached",void 0);qe([Z()],ce.prototype,"endReached",void 0);qe([W(".ft-snap-scroll--content")],ce.prototype,"contentSlot",void 0);K("ft-snap-scroll")(ce);var we={colorOutline:o.external(L.colorOutline,"Design system"),colorOnSurface:o.external(L.colorOnSurface,"Design system"),colorOnSurfaceMedium:o.external(L.colorOnSurfaceMedium,"Design system"),colorPrimary:o.external(L.colorPrimary,"Design system"),colorSurface:o.external(L.colorSurface,"Design system"),transitionDuration:o.external(L.transitionDuration,"Design system"),transitionTimingFunction:o.external(L.transitionTimingFunction,"Design system"),labelColor:o.extend("--ft-filter-label-color","",L.colorOnSurface),labelFontSize:o.extend("--ft-filter-label-font-size","",$.fontSize,"16px")},dc=[jo,T`
1462
1334
  :host {
1463
1335
  display: flex;
1464
1336
  max-height: 100%;
@@ -1485,7 +1357,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1485
1357
  .ft-filter--header ft-button {
1486
1358
  flex-shrink: 0;
1487
1359
  margin-left: auto;
1488
- ${So(Vl.iconSize,"18px")};
1360
+ ${I(Y.iconSize,"18px")};
1489
1361
  }
1490
1362
  .filter-label {
1491
1363
  display: contents;
@@ -1496,10 +1368,10 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1496
1368
  flex-shrink: 1;
1497
1369
  flex-grow: 1;
1498
1370
  word-break: break-word;
1499
- color: ${cf};
1500
- font-size: ${ff};
1501
- ${So(bs.lineHeight,"22px")};
1502
- ${So(bs.fontWeight,"bold")};
1371
+ color: ${we.labelColor};
1372
+ font-size: ${we.labelFontSize};
1373
+ ${I($.lineHeight,"22px")};
1374
+ ${I($.fontWeight,"bold")};
1503
1375
  }
1504
1376
 
1505
1377
  .ft-filter--filter {
@@ -1510,8 +1382,8 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1510
1382
  padding: 0 10px;
1511
1383
  overflow: hidden;
1512
1384
  height: 32px;
1513
- transition: height ${sf} ${lf},
1514
- margin ${sf} ${lf};
1385
+ transition: height ${we.transitionDuration} ${we.transitionTimingFunction},
1386
+ margin ${we.transitionDuration} ${we.transitionTimingFunction};
1515
1387
  transition-delay: 500ms;
1516
1388
  }
1517
1389
 
@@ -1524,15 +1396,15 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1524
1396
  display: block;
1525
1397
  width: 100%;
1526
1398
  border-radius: 4px;
1527
- border: 1px solid ${ef};
1399
+ border: 1px solid ${we.colorOutline};
1528
1400
  padding: 4px;
1529
- background-color: ${af};
1530
- color: ${of};
1531
- outline-color: ${nf};
1401
+ background-color: ${we.colorSurface};
1402
+ color: ${we.colorOnSurface};
1403
+ outline-color: ${we.colorPrimary};
1532
1404
  }
1533
1405
 
1534
1406
  input::placeholder {
1535
- color: ${rf};
1407
+ color: ${we.colorOnSurfaceMedium};
1536
1408
  }
1537
1409
 
1538
1410
  input:placeholder-shown {
@@ -1548,7 +1420,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1548
1420
  }
1549
1421
 
1550
1422
  .ft-filter--separator {
1551
- border-top: 1px solid ${ef};
1423
+ border-top: 1px solid ${we.colorOutline};
1552
1424
  margin: 4px 10px;
1553
1425
  }
1554
1426
 
@@ -1573,10 +1445,10 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1573
1445
  slot:not([name]) {
1574
1446
  display: none;
1575
1447
  }
1576
- `];var df=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class pf extends CustomEvent{constructor(t){super("change",{detail:t})}}class uf extends Mi{constructor(){super(...arguments),this.id="",this.label="",this.filterPlaceHolder="Filter {0}",this.clearButtonLabel="Clear",this.moreValuesButtonLabel="More",this.noValuesLabel="No values available",this.options=[],this.multivalued=!1,this.disabled=!1,this.raiseSelectedOptions=!1,this.displayCount=!1,this.displayedValuesLimit=0,this.hideClearButton=!1,this.lastLevelHasHiddenvalues=!1,this.withScroll=!1,this.filter="",this.displayedLevels=[],this.scrollResizeObserver=new ResizeObserver((()=>this.updateScroll())),this.levelsScrollDebouncer=new lo(300),this.changeDebouncer=new lo(10),this.lastDispatchedValues=[]}get flatOptions(){return po(this.options,(t=>{var e;return null!==(e=t.subOptions)&&void 0!==e?e:[]}))}get childrenFilteredFlatOptions(){return po(this.options,(t=>{var e;return t.selected?[]:null!==(e=t.subOptions)&&void 0!==e?e:[]}))}get selectedValues(){return this.childrenFilteredFlatOptions.filter((t=>t.selected)).map((t=>t.value))}render(){const t=this.flatOptions.some((t=>t.selected)),e=this.withScroll||this.filter||this.lastLevelHasHiddenvalues,o=this.filterPlaceHolder.replace("{0}",this.label);return Jt`
1448
+ `];var Q=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Sa=class extends CustomEvent{constructor(e){super("change",{detail:e})}},G=class extends U{constructor(){super(...arguments),this.id="",this.label="",this.filterPlaceHolder="Filter {0}",this.clearButtonLabel="Clear",this.moreValuesButtonLabel="More",this.noValuesLabel="No values available",this.options=[],this.multivalued=!1,this.disabled=!1,this.raiseSelectedOptions=!1,this.displayCount=!1,this.displayedValuesLimit=0,this.hideClearButton=!1,this.lastLevelHasHiddenvalues=!1,this.withScroll=!1,this.filter="",this.displayedLevels=[],this.scrollResizeObserver=new ResizeObserver(()=>this.updateScroll()),this.levelsScrollDebouncer=new ae(300),this.changeDebouncer=new ae(10),this.lastDispatchedValues=[]}get flatOptions(){return Dt(this.options,e=>{var r;return(r=e.subOptions)!==null&&r!==void 0?r:[]})}get childrenFilteredFlatOptions(){return Dt(this.options,e=>{var r;return e.selected?[]:(r=e.subOptions)!==null&&r!==void 0?r:[]})}get selectedValues(){return this.childrenFilteredFlatOptions.filter(e=>e.selected).map(e=>e.value)}render(){let e=this.flatOptions.some(i=>i.selected),r=this.withScroll||this.filter||this.lastLevelHasHiddenvalues,n=this.filterPlaceHolder.replace("{0}",this.label);return k`
1577
1449
  <div class="ft-filter--container ${this.disabled?"ft-filter--disabled":""}"
1578
1450
  part="container">
1579
- ${this.label||t?Jt`
1451
+ ${!this.label&&!e?null:k`
1580
1452
 
1581
1453
  <div class="ft-filter--header" part="header">
1582
1454
  <div class="filter-label" id="id-group-${this.id}">
@@ -1585,20 +1457,20 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1585
1457
  </ft-typography>
1586
1458
  <slot name="label"></slot>
1587
1459
  </div>
1588
- ${t&&!this.hideClearButton?Jt`
1460
+ ${e&&!this.hideClearButton?k`
1589
1461
  <ft-button icon="close" dense @click=${this.clear} part="clear-button">
1590
1462
  ${this.clearButtonLabel}
1591
1463
  </ft-button>
1592
1464
  `:null}
1593
1465
  </div>
1594
- `:null}
1595
- <div class="ft-filter--filter" ?hidden=${!e}>
1466
+ `}
1467
+ <div class="ft-filter--filter" ?hidden=${!r}>
1596
1468
  <input type="search"
1597
1469
  part="input"
1598
1470
  class="ft-typography--caption"
1599
- ?disabled=${!e}
1600
- placeholder="${o}"
1601
- size="${e?o.length:0}"
1471
+ ?disabled=${!r}
1472
+ placeholder="${n}"
1473
+ size="${r?n.length:0}"
1602
1474
  @search=${this.onFilterChange}
1603
1475
  @keyup=${this.onFilterChange}>
1604
1476
  </div>
@@ -1609,15 +1481,15 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1609
1481
  @slotchange=${this.updateOptionsFromSlot}
1610
1482
  @option-change=${this.optionsChanged}></slot>
1611
1483
  </div>
1612
- `}update(t){if(super.update(t),t.has("options")){const t=new Set(this.flatOptions.map((t=>t.value)));this.displayedLevels=this.displayedLevels.filter((e=>t.has(e))),this.lastDispatchedValues=this.selectedValues}}contentAvailableCallback(t){var e,o,r,i,n;super.contentAvailableCallback(t),this.valuesContainer&&this.scrollResizeObserver.observe(this.valuesContainer),this.container&&this.scrollResizeObserver.observe(this.container),t.has("options")&&(this.updateScroll(),null===(e=this.levelsContainer)||void 0===e||e.scrollToIndex(this.displayedLevels.length)),t.has("slideIn")&&this.slideIn&&setTimeout((()=>{var t;null===(t=this.levelsContainer)||void 0===t||t.next(),this.slideIn=void 0}),0),t.has("slideOut")&&this.slideOut&&(null===(o=this.levelsContainer)||void 0===o||o.previous(),setTimeout((()=>{this.displayedLevels.pop(),this.slideOut=void 0}),300)),this.lastLevelHasHiddenvalues=null!==(n=null===(i=null===(r=this.shadowRoot)||void 0===r?void 0:r.querySelector(".ft-filter--levels ft-filter-level:last-child"))||void 0===i?void 0:i.hasHiddenValues)&&void 0!==n&&n}renderLevels(){const t=this.flatOptions,e=t.filter((t=>t.selected)),o=this.slideIn||this.slideOut?this.displayedLevels.length-2:this.displayedLevels.length-1,r=o<0?"ft-filter--level-center":"ft-filter--level-left";return Jt`
1613
- ${this.raiseSelectedOptions&&e.length>0?Jt`
1484
+ `}update(e){if(super.update(e),e.has("options")){let r=new Set(this.flatOptions.map(n=>n.value));this.displayedLevels=this.displayedLevels.filter(n=>r.has(n)),this.lastDispatchedValues=this.selectedValues}}contentAvailableCallback(e){var r,n,i,a,s;super.contentAvailableCallback(e),this.valuesContainer&&this.scrollResizeObserver.observe(this.valuesContainer),this.container&&this.scrollResizeObserver.observe(this.container),e.has("options")&&(this.updateScroll(),(r=this.levelsContainer)===null||r===void 0||r.scrollToIndex(this.displayedLevels.length)),e.has("slideIn")&&this.slideIn&&setTimeout(()=>{var l;(l=this.levelsContainer)===null||l===void 0||l.next(),this.slideIn=void 0},0),e.has("slideOut")&&this.slideOut&&((n=this.levelsContainer)===null||n===void 0||n.previous(),setTimeout(()=>{this.displayedLevels.pop(),this.slideOut=void 0},300)),this.lastLevelHasHiddenvalues=(s=(a=(i=this.shadowRoot)===null||i===void 0?void 0:i.querySelector(".ft-filter--levels ft-filter-level:last-child"))===null||a===void 0?void 0:a.hasHiddenValues)!==null&&s!==void 0?s:!1}renderLevels(){let e=this.flatOptions,r=e.filter(a=>a.selected),n=this.slideIn||this.slideOut?this.displayedLevels.length-2:this.displayedLevels.length-1,i=n<0?"ft-filter--level-center":"ft-filter--level-left";return k`
1485
+ ${this.raiseSelectedOptions&&r.length>0?k`
1614
1486
  <ft-filter-level
1615
1487
  filterId="${this.id}"
1616
1488
  ?multivalued=${this.multivalued}
1617
1489
  ?disabled=${this.disabled}
1618
1490
  ?displayCount="${this.displayCount}"
1619
1491
  preventNavigation
1620
- .options=${e}
1492
+ .options=${r}
1621
1493
  @change=${this.onChange}
1622
1494
  part="values selected-values"
1623
1495
  .exportpartsPrefixes=${["values","selected-values"]}
@@ -1626,22 +1498,22 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1626
1498
  `:null}
1627
1499
  <ft-snap-scroll horizontal hideScrollbar
1628
1500
  class="ft-filter--levels"
1629
- @current-element-change=${t=>this.levelsScrollDebouncer.run((()=>{for(;t.detail.index<this.displayedLevels.length;)this.displayedLevels.pop();this.requestUpdate()}))}>
1630
- ${this.renderLevel(r,this.options)}
1631
- ${this.displayedLevels.map((e=>t.find((t=>t.value===e)))).map(((t,e)=>{var r;const i=(null==t?void 0:t.value)===this.slideIn||(null==t?void 0:t.value)===this.slideOut?"ft-filter--level-right":e===o?"ft-filter--level-center":"ft-filter--level-left";return this.renderLevel(i,null!==(r=null==t?void 0:t.subOptions)&&void 0!==r?r:[],t)}))}
1501
+ @current-element-change=${a=>this.levelsScrollDebouncer.run(()=>{for(;a.detail.index<this.displayedLevels.length;)this.displayedLevels.pop();this.requestUpdate()})}>
1502
+ ${this.renderLevel(i,this.options)}
1503
+ ${this.displayedLevels.map(a=>e.find(s=>s.value===a)).map((a,s)=>{var l;let c=a?.value===this.slideIn||a?.value===this.slideOut?"ft-filter--level-right":s===n?"ft-filter--level-center":"ft-filter--level-left";return this.renderLevel(c,(l=a?.subOptions)!==null&&l!==void 0?l:[],a)})}
1632
1504
  </ft-snap-scroll>
1633
- `}renderLevel(t,e,o){return Jt`
1505
+ `}renderLevel(e,r,n){return k`
1634
1506
  <ft-filter-level
1635
- class="${t}"
1507
+ class="${e}"
1636
1508
  filterId="${this.id}"
1637
1509
  .filter="${this.filter}"
1638
1510
  moreValuesButtonLabel="${this.moreValuesButtonLabel}"
1639
1511
  ?multivalued=${this.multivalued}
1640
- ?disabled=${this.disabled||"ft-filter--level-center"!==t}
1512
+ ?disabled=${this.disabled||e!=="ft-filter--level-center"}
1641
1513
  ?hideSelectedOptions=${this.raiseSelectedOptions}
1642
1514
  ?displayCount="${this.displayCount}"
1643
- .parent=${o}
1644
- .options=${e}
1515
+ .parent=${n}
1516
+ .options=${r}
1645
1517
  .displayedValuesLimit=${this.displayedValuesLimit}
1646
1518
  @change=${this.onChange}
1647
1519
  @go-back=${this.goBack}
@@ -1650,9 +1522,9 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1650
1522
  .exportpartsPrefixes=${["values","available-values"]}
1651
1523
  noValuesLabel="${this.noValuesLabel}"
1652
1524
  ></ft-filter-level>
1653
- `}goBack(t){this.slideOut=t.detail.value}onDisplayLevel(t){this.displayedLevels.push(t.detail.value),this.slideIn=t.detail.value}clear(){if(this.flatOptions.forEach((t=>t.selected=!1)),this.displayedLevels.length>0){let t=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[t],this.slideOut=t}this.optionsChanged()}onChange(t){var e;t.stopPropagation();const o=this.flatOptions.find((e=>e.value===t.detail.value));o.selected=!o.selected;const r=t=>{var e;t!==o&&(t.selected=!1),null===(e=t.subOptions)||void 0===e||e.forEach(r)};this.multivalued?null===(e=o.subOptions)||void 0===e||e.forEach(r):this.options.forEach(r),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run((()=>{var t;this.sendEventIfValuesChanged(),this.requestUpdate(),null===(t=this.levels)||void 0===t||t.forEach((t=>t.requestUpdate()))}))}sendEventIfValuesChanged(){const t=this.selectedValues;yo(this.lastDispatchedValues,t)||(this.dispatchEvent(new pf(t)),this.lastDispatchedValues=t)}updateOptionsFromSlot(t){t.stopPropagation(),this.options=this.slotElement.assignedElements().map((t=>t)),this.optionsChanged()}onFilterChange(){var t,e;this.filter=null!==(e=null===(t=this.filterInput)||void 0===t?void 0:t.value)&&void 0!==e?e:""}updateScroll(){this.valuesContainer&&(this.withScroll=this.valuesContainer.scrollHeight>this.valuesContainer.clientHeight)}}uf.elementDefinitions={"ft-button":wc,"ft-filter-level":qc,"ft-snap-scroll":tf,"ft-typography":Al},uf.styles=hf,df([we({type:String})],uf.prototype,"id",void 0),df([we({type:String})],uf.prototype,"label",void 0),df([we({type:String})],uf.prototype,"filterPlaceHolder",void 0),df([we({type:String})],uf.prototype,"clearButtonLabel",void 0),df([we({type:String})],uf.prototype,"moreValuesButtonLabel",void 0),df([we({type:String})],uf.prototype,"noValuesLabel",void 0),df([mo([])],uf.prototype,"options",void 0),df([we({type:Boolean})],uf.prototype,"multivalued",void 0),df([we({type:Boolean})],uf.prototype,"disabled",void 0),df([we({type:Boolean})],uf.prototype,"raiseSelectedOptions",void 0),df([we({type:Boolean})],uf.prototype,"displayCount",void 0),df([we({type:Number})],uf.prototype,"displayedValuesLimit",void 0),df([we({type:Boolean})],uf.prototype,"hideClearButton",void 0),df([Ee(".ft-filter--slot")],uf.prototype,"slotElement",void 0),df([Ee(".ft-filter--container")],uf.prototype,"container",void 0),df([Ee(".ft-filter--values")],uf.prototype,"valuesContainer",void 0),df([Ee(".ft-filter--levels")],uf.prototype,"levelsContainer",void 0),df([Se()],uf.prototype,"lastLevelHasHiddenvalues",void 0),df([Ee(".ft-filter--filter input")],uf.prototype,"filterInput",void 0),df([ke(".ft-filter--levels ft-filter-level")],uf.prototype,"levels",void 0),df([Se()],uf.prototype,"withScroll",void 0),df([Se()],uf.prototype,"filter",void 0),df([Se()],uf.prototype,"slideIn",void 0),df([Se()],uf.prototype,"slideOut",void 0);var yf=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class gf extends Mi{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return Jt`
1525
+ `}goBack(e){this.slideOut=e.detail.value}onDisplayLevel(e){this.displayedLevels.push(e.detail.value),this.slideIn=e.detail.value}clear(){if(this.flatOptions.forEach(e=>e.selected=!1),this.displayedLevels.length>0){let e=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[e],this.slideOut=e}this.optionsChanged()}onChange(e){var r;e.stopPropagation();let n=this.flatOptions.find(a=>a.value===e.detail.value);n.selected=!n.selected;let i=a=>{var s;a!==n&&(a.selected=!1),(s=a.subOptions)===null||s===void 0||s.forEach(i)};this.multivalued?(r=n.subOptions)===null||r===void 0||r.forEach(i):this.options.forEach(i),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run(()=>{var e;this.sendEventIfValuesChanged(),this.requestUpdate(),(e=this.levels)===null||e===void 0||e.forEach(r=>r.requestUpdate())})}sendEventIfValuesChanged(){let e=this.selectedValues;ye(this.lastDispatchedValues,e)||(this.dispatchEvent(new Sa(e)),this.lastDispatchedValues=e)}updateOptionsFromSlot(e){e.stopPropagation(),this.options=this.slotElement.assignedElements().map(r=>r),this.optionsChanged()}onFilterChange(){var e,r;this.filter=(r=(e=this.filterInput)===null||e===void 0?void 0:e.value)!==null&&r!==void 0?r:""}updateScroll(){this.valuesContainer&&(this.withScroll=this.valuesContainer.scrollHeight>this.valuesContainer.clientHeight)}};G.elementDefinitions={"ft-button":fe,"ft-filter-level":ne,"ft-snap-scroll":ce,"ft-typography":oe};G.styles=dc;Q([b({type:String})],G.prototype,"id",void 0);Q([b({type:String})],G.prototype,"label",void 0);Q([b({type:String})],G.prototype,"filterPlaceHolder",void 0);Q([b({type:String})],G.prototype,"clearButtonLabel",void 0);Q([b({type:String})],G.prototype,"moreValuesButtonLabel",void 0);Q([b({type:String})],G.prototype,"noValuesLabel",void 0);Q([ge([])],G.prototype,"options",void 0);Q([b({type:Boolean})],G.prototype,"multivalued",void 0);Q([b({type:Boolean})],G.prototype,"disabled",void 0);Q([b({type:Boolean})],G.prototype,"raiseSelectedOptions",void 0);Q([b({type:Boolean})],G.prototype,"displayCount",void 0);Q([b({type:Number})],G.prototype,"displayedValuesLimit",void 0);Q([b({type:Boolean})],G.prototype,"hideClearButton",void 0);Q([W(".ft-filter--slot")],G.prototype,"slotElement",void 0);Q([W(".ft-filter--container")],G.prototype,"container",void 0);Q([W(".ft-filter--values")],G.prototype,"valuesContainer",void 0);Q([W(".ft-filter--levels")],G.prototype,"levelsContainer",void 0);Q([Z()],G.prototype,"lastLevelHasHiddenvalues",void 0);Q([W(".ft-filter--filter input")],G.prototype,"filterInput",void 0);Q([En(".ft-filter--levels ft-filter-level")],G.prototype,"levels",void 0);Q([Z()],G.prototype,"withScroll",void 0);Q([Z()],G.prototype,"filter",void 0);Q([Z()],G.prototype,"slideIn",void 0);Q([Z()],G.prototype,"slideOut",void 0);var br=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Me=class extends U{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return k`
1654
1526
  <slot class="ft-filter-option--slot" @slotchange=${this.updateSubOptionsFromSlot}></slot>
1655
- `}updateSubOptionsFromSlot(t){t.stopPropagation(),this.subOptions=this.slotElement.assignedElements().map((t=>t))}update(t){super.update(t),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}}gf.elementDefinitions={},yf([we({type:String})],gf.prototype,"label",void 0),yf([we({type:Object,converter:t=>t})],gf.prototype,"value",void 0),yf([we({type:Boolean,reflect:!0})],gf.prototype,"selected",void 0),yf([we({type:Object})],gf.prototype,"subOptions",void 0),yf([mo({})],gf.prototype,"renderOption",void 0),yf([Ee(".ft-filter-option--slot")],gf.prototype,"slotElement",void 0),bo("ft-filter")(uf),bo("ft-filter-option")(gf);const bf={headerColor:wo.extend("--ft-search-period-filter-header-color","",Cr.colorOnSurface)},mf=dt`
1527
+ `}updateSubOptionsFromSlot(e){e.stopPropagation(),this.subOptions=this.slotElement.assignedElements().map(r=>r)}update(e){super.update(e),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}};Me.elementDefinitions={};br([b({type:String})],Me.prototype,"label",void 0);br([b({type:Object,converter:t=>t})],Me.prototype,"value",void 0);br([b({type:Boolean,reflect:!0})],Me.prototype,"selected",void 0);br([b({type:Object})],Me.prototype,"subOptions",void 0);br([ge({})],Me.prototype,"renderOption",void 0);br([W(".ft-filter-option--slot")],Me.prototype,"slotElement",void 0);K("ft-filter")(G);K("ft-filter-option")(Me);var pu={headerColor:o.extend("--ft-search-period-filter-header-color","",L.colorOnSurface)},uc=T`
1656
1528
  [part="container"] {
1657
1529
  flex-grow: 1;
1658
1530
  display: flex;
@@ -1667,7 +1539,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1667
1539
  overflow: auto;
1668
1540
  display: flex;
1669
1541
  flex-direction: column;
1670
- ${So(bs.lineHeight,"22px")};
1542
+ ${I($.lineHeight,"22px")};
1671
1543
  }
1672
1544
 
1673
1545
  [part="header"] {
@@ -1677,7 +1549,7 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1677
1549
  flex-shrink: 0;
1678
1550
  padding: 0 10px;
1679
1551
  margin-bottom: 8px;
1680
- color: ${bf.headerColor};
1552
+ color: ${pu.headerColor};
1681
1553
  }
1682
1554
 
1683
1555
  [part="label"] {
@@ -1685,29 +1557,228 @@ function Re(t){return(e,o)=>{const{slot:r,selector:i}=t??{},n="slot"+(r?`[name=$
1685
1557
  flex-shrink: 1;
1686
1558
  flex-grow: 1;
1687
1559
  word-break: break-word;
1688
- font-size: ${ff};
1689
- ${So(bs.fontWeight,"bold")};
1560
+ font-size: ${we.labelFontSize};
1561
+ ${I($.fontWeight,"bold")};
1690
1562
  }
1691
1563
 
1692
- `,vf=dt`
1693
- `,xf=dt`
1694
- `,Of=rs.get({name:"ft-app-info",reducers:{},initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],metadataConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1}});class wf{static get(t){const{baseUrl:e,apiIntegrationIdentifier:o}=Of.getState(),r=null!=t?t:o;if(e&&r&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(e,r,!0)}static await(t){return new Promise((e=>{let o=wf.get(t);if(o)e(o);else{const r=Of.subscribe((()=>{o=wf.get(t),o&&(r(),e(o))}))}}))}}class Sf{constructor(t=!0,e){var o;this.overrideApi=e;let r=this.constructor;r.commonCache=null!==(o=r.commonCache)&&void 0!==o?o:new io,this.cache=t?r.commonCache:new io}get api(){var t;return null!==(t=this.overrideApi)&&void 0!==t?t:wf.get()}get awaitApi(){var t;return null!==(t=this.overrideApi)&&void 0!==t?t:wf.await()}clearCache(){this.cache.clearAll()}}var Cf;const Nf=Symbol("clearAfterUnitTest");class Ef extends Sf{constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Cf]=()=>{this.defaultMessages={},this.cache=new io,this.listeners={}},this.currentUiLocale=Of.getState().uiLocale,Of.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=Of.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){const e=t.name.toLowerCase();this.cache.setFinal(e,t),this.notify(e)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,e){var o;if(t=t.toLowerCase(),Object.keys(e).length>0){const r={...null!==(o=this.defaultMessages[t])&&void 0!==o?o:{},...e};yo(this.defaultMessages[t],r)||(this.defaultMessages[t]=r,await this.notify(t))}await this.fetchContext(t)}resolveMessage(t,e,...o){var r,i,n;t=t.toLowerCase(),this.fetchContext(t);const a=null!==(i=null===(r=this.cache.getNow(t))||void 0===r?void 0:r.messages)&&void 0!==i?i:{};return new rn(null!==(n=this.defaultMessages[t])&&void 0!==n?n:{},a).resolve(e,...o)}async fetchContext(t){if(!this.cache.has(t))try{await this.cache.get(t,(()=>this.messageContextProvider(this.currentUiLocale,t))),await this.notify(t)}catch(t){console.error(t)}}subscribe(t,e){var o;return t=t.toLowerCase(),this.listeners[t]=null!==(o=this.listeners[t])&&void 0!==o?o:new Set,this.listeners[t].add(e),()=>{var o;return null===(o=this.listeners[t])||void 0===o?void 0:o.delete(e)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map((t=>this.notify(t))))}async notify(t){null!=this.listeners[t]&&await Promise.all([...this.listeners[t].values()].map((t=>fo(0).then((()=>t())).catch((()=>null)))))}}Cf=Nf,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new class extends Ef{constructor(){super((async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e)))}}),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new class extends Ef{constructor(){super((async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e)))}});const $f=window.FluidTopicsI18nService,kf=window.FluidTopicsCustomI18nService;var Rf=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class If extends Mi{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.apiProvider=()=>wf.get(),this.messageContexts=[],this.cache=new io,this.cleanSessionDebouncer=new lo}render(){return Jt`
1564
+ `;var fc=T`
1565
+ `;var hc=T`
1566
+ `;var du="ft-app-info",uu={},z=vt.get({name:du,reducers:uu,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],metadataConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1}});var Kt=class t{static get(e){let{baseUrl:r,apiIntegrationIdentifier:n}=z.getState(),i=e??n;if(r&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,i,!0)}static await(e){return new Promise(r=>{let n=t.get(e);if(n)r(n);else{let i=z.subscribe(()=>{n=t.get(e),n&&(i(),r(n))})}})}};var st=class{constructor(e=!0,r){var n;this.overrideApi=r;let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new We,this.cache=e?i.commonCache:new We}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:Kt.get()}get awaitApi(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:Kt.await()}clearCache(){this.cache.clearAll()}};var mc,fu=Symbol("clearAfterUnitTest"),Xo=class extends st{constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[mc]=()=>{this.defaultMessages={},this.cache=new We,this.listeners={}},this.currentUiLocale=z.getState().uiLocale,z.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=z.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let r=e.name.toLowerCase();this.cache.setFinal(r,e),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,r){var n;if(e=e.toLowerCase(),Object.keys(r).length>0){let i={...(n=this.defaultMessages[e])!==null&&n!==void 0?n:{},...r};ye(this.defaultMessages[e],i)||(this.defaultMessages[e]=i,await this.notify(e))}await this.fetchContext(e)}resolveMessage(e,r,...n){var i,a,s;e=e.toLowerCase(),this.fetchContext(e);let l=(a=(i=this.cache.getNow(e))===null||i===void 0?void 0:i.messages)!==null&&a!==void 0?a:{};return new Vr((s=this.defaultMessages[e])!==null&&s!==void 0?s:{},l).resolve(r,...n)}async fetchContext(e){if(!this.cache.has(e))try{await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),await this.notify(e)}catch(r){console.error(r)}}subscribe(e,r){var n;return e=e.toLowerCase(),this.listeners[e]=(n=this.listeners[e])!==null&&n!==void 0?n:new Set,this.listeners[e].add(r),()=>{var i;return(i=this.listeners[e])===null||i===void 0?void 0:i.delete(r)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map(e=>this.notify(e)))}async notify(e){this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(r=>_o(0).then(()=>r()).catch(()=>null)))}};mc=fu;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Xo{constructor(){super(async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Xo{constructor(){super(async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e))}});var xr=window.FluidTopicsI18nService,yc=window.FluidTopicsCustomI18nService;var me=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},ie=class extends U{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.apiProvider=()=>Kt.get(),this.messageContexts=[],this.cache=new We,this.cleanSessionDebouncer=new ae}render(){return k`
1695
1567
  <slot></slot>
1696
- `}update(t){super.update(t),t.has("baseUrl")&&(Of.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&Of.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&Of.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&Of.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&Of.actions.noCustom(this.noCustom),t.has("editorMode")&&Of.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&Of.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&Of.actions.session(this.session),t.has("availableUiLocales")&&Of.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>$f.addContext(t))),t.has("openExternalDocumentInNewTab")&&Of.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&Of.actions.navigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&Of.actions.forcedOffline(this.forcedOffline),setTimeout((()=>this.updateIfNeeded()))}async updateIfNeeded(){!this.withManualResources&&this.apiProvider()&&(null==this.session&&this.updateSession(),null==this.availableUiLocales&&this.updateUiLocales(),null==this.metadataConfiguration&&this.updateMetadataConfiguration())}async updateSession(){this.session=await this.cache.get("session",(async()=>{const t=await this.apiProvider().getCurrentSession();return t.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run((()=>{this.cache.clear("session"),this.session=void 0}),t.idleTimeoutInMillis),t}))}async updateUiLocales(){this.availableUiLocales=await this.cache.get("availableUiLocales",(()=>this.apiProvider().getAvailableUiLocales()))}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",(()=>this.apiProvider().getMetadataConfiguration()))}}If.elementDefinitions={},If.styles=xf,Rf([we()],If.prototype,"baseUrl",void 0),Rf([we()],If.prototype,"apiIntegrationIdentifier",void 0),Rf([we()],If.prototype,"uiLocale",void 0),Rf([mo(null)],If.prototype,"availableUiLocales",void 0),Rf([mo(null)],If.prototype,"metadataConfiguration",void 0),Rf([we({type:Boolean})],If.prototype,"editorMode",void 0),Rf([we({type:Boolean})],If.prototype,"noCustom",void 0),Rf([we({type:Boolean})],If.prototype,"openExternalDocumentInNewTab",void 0),Rf([we({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],If.prototype,"noCustomComponent",void 0),Rf([we({type:Boolean})],If.prototype,"withManualResources",void 0),Rf([we({type:Boolean})],If.prototype,"navigatorOnline",void 0),Rf([we({type:Boolean})],If.prototype,"forcedOffline",void 0),Rf([we({type:Object})],If.prototype,"apiProvider",void 0),Rf([mo([])],If.prototype,"messageContexts",void 0),Rf([mo(void 0)],If.prototype,"session",void 0);class Lf extends Sf{async listMySearches(){let t=Of.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-searches",(async()=>(await this.awaitApi).listMySearches(t.profile.userId)),3e5):[]}}class Uf extends Sf{async listMyBookmarks(){let t=Of.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-bookmarks",(async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId)),3e5):[]}}const Af=rs.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});new class{constructor(){this.currentSession=Of.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Uf,this.savedSearchesService=new Lf,Of.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:e}=Of.getState();yo(null===(t=this.currentSession)||void 0===t?void 0:t.profile,null==e?void 0:e.profile)||(this.currentSession=e,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Af.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Af.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();const t=await this.savedSearchesService.listMySearches();Af.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){const e=(null===(t=this.currentSession)||void 0===t?void 0:t.sessionAuthenticated)?await this.bookmarksService.listMyBookmarks():void 0;Af.actions.bookmarks(e)}}};window.FluidTopicsAppInfoStoreService=new class{addCommand(t,e=!1){Of.commands.add(t,e)}consumeCommand(t){return Of.commands.consume(t)}};window.FluidTopicsHighlightHtmlService=new class{highlightHtml(t,e){Yi(t,e)}},bo("ft-app-context")(If);var Wf=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};const Bf=Symbol("i18nAttributes"),zf=Symbol("i18nProperties"),Ff=Symbol("i18nUnsubs");function _f(t){var e;class o extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map}get i18nService(){return this.useCustomMessageContexts?kf:$f}i18n(t,e,...o){var r;if("string"==typeof t)return this.i18nService.resolveMessage(t,e,...o);const i=null!==(r=t.args)&&void 0!==r?r:t.argsProvider?t.argsProvider(this):[];return this.i18nService.resolveMessage(t.context,t.key,...i)}onI18nUpdate(t){var e,o;null===(e=this[Bf])||void 0===e||e.forEach(((e,o)=>{var r;const i=this.getI18nAttributeValue(o);(null===(r=null==i?void 0:i.context)||void 0===r?void 0:r.toLowerCase())===t.toLowerCase()&&this.updateI18nAttributeMessage(o,i,e)})),null===(o=this[zf])||void 0===o||o.forEach(((e,o)=>{e.context.toLowerCase()===t.toLowerCase()&&(this[o]=this.i18n(e))})),setTimeout((()=>this.requestUpdate()),0)}updateI18nAttributeMessage(t,e,o){this[t]={...e,message:this.i18n({context:e.context,key:e.key,...o})}}update(t){var e,o;super.update(t),null===(e=this[Bf])||void 0===e||e.forEach(((e,o)=>{const r=this.getI18nAttributeValue(o);(null==r?void 0:r.context)&&r.key&&(t.has(o)||null!=e.argsProvider)&&(t.has(o)&&this.addI18nContext(r.context),this.updateI18nAttributeMessage(o,r,e))})),null===(o=this[zf])||void 0===o||o.forEach(((t,e)=>{null!=t.argsProvider&&(this[e]=this.i18n(t))}))}getI18nAttributeValue(t){return this[t]}connectedCallback(){var t,e,o,r;super.connectedCallback(),new Set([...null!==(e=null===(t=this[zf])||void 0===t?void 0:t.values())&&void 0!==e?e:[],...[...null!==(r=null===(o=this[Bf])||void 0===o?void 0:o.keys())&&void 0!==r?r:[]].map((t=>this.getI18nAttributeValue(t)))].map((t=>null==t?void 0:t.context))).forEach((t=>t&&this.addI18nMessages(t)))}addI18nMessages(t,e){t=t.toLowerCase(),this[Ff].has(t)||this[Ff].set(t,this.i18nService.subscribe(t,(()=>this.onI18nUpdate(t)))),this.i18nService.prepareContext(t,null!=e?e:{})}addI18nContext(t,e){this.addI18nMessages("string"==typeof t?t:t.name,e)}disconnectedCallback(){super.disconnectedCallback(),this[Ff].forEach((t=>t())),this[Ff].clear()}}return e=Ff,Wf([we({type:Boolean})],o.prototype,"useCustomMessageContexts",void 0),o}class Pf extends(_f(Mi)){}class jf extends(_f(yn)){}var Df,Mf,Tf,Hf,Kf,Zf,Gf,Vf,qf,Yf,Jf,Xf,Qf,th,eh,oh,rh,ih,nh,ah=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class sh extends jf{constructor(){super(),this.editorMode=!1,this.addStore(Of)}render(){return this.key&&this.context?Jt`
1568
+ `}update(e){super.update(e),e.has("baseUrl")&&(z.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),e.has("apiIntegrationIdentifier")&&z.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("uiLocale")&&z.actions.uiLocale(this.uiLocale),e.has("metadataConfiguration")&&z.actions.metadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&z.actions.noCustom(this.noCustom),e.has("editorMode")&&z.actions.editorMode(this.editorMode),e.has("noCustomComponent")&&z.actions.noCustomComponent(this.noCustomComponent),e.has("session")&&z.actions.session(this.session),e.has("availableUiLocales")&&z.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(r=>xr.addContext(r)),e.has("openExternalDocumentInNewTab")&&z.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&z.actions.navigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&z.actions.forcedOffline(this.forcedOffline),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){!this.withManualResources&&this.apiProvider()&&(this.session==null&&this.updateSession(),this.availableUiLocales==null&&this.updateUiLocales(),this.metadataConfiguration==null&&this.updateMetadataConfiguration())}async updateSession(){this.session=await this.cache.get("session",async()=>{let e=await this.apiProvider().getCurrentSession();return e.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},e.idleTimeoutInMillis),e})}async updateUiLocales(){this.availableUiLocales=await this.cache.get("availableUiLocales",()=>this.apiProvider().getAvailableUiLocales())}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}};ie.elementDefinitions={};ie.styles=hc;me([b()],ie.prototype,"baseUrl",void 0);me([b()],ie.prototype,"apiIntegrationIdentifier",void 0);me([b()],ie.prototype,"uiLocale",void 0);me([ge(null)],ie.prototype,"availableUiLocales",void 0);me([ge(null)],ie.prototype,"metadataConfiguration",void 0);me([b({type:Boolean})],ie.prototype,"editorMode",void 0);me([b({type:Boolean})],ie.prototype,"noCustom",void 0);me([b({type:Boolean})],ie.prototype,"openExternalDocumentInNewTab",void 0);me([b({converter:{fromAttribute(t){return t==="false"?!1:t==="true"||(t??!1)}}})],ie.prototype,"noCustomComponent",void 0);me([b({type:Boolean})],ie.prototype,"withManualResources",void 0);me([b({type:Boolean})],ie.prototype,"navigatorOnline",void 0);me([b({type:Boolean})],ie.prototype,"forcedOffline",void 0);me([b({type:Object})],ie.prototype,"apiProvider",void 0);me([ge([])],ie.prototype,"messageContexts",void 0);me([ge(void 0)],ie.prototype,"session",void 0);var Jo=class extends st{async listMySearches(){let e=z.getState().session;return e?.sessionAuthenticated?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),5*60*1e3):[]}};var Qo=class extends st{async listMyBookmarks(){let e=z.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),5*60*1e3):[]}};var hu="ft-user-assets",en=vt.get({name:hu,initialState:{savedSearches:void 0,bookmarks:void 0}}),Oa=class{constructor(){this.currentSession=z.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Qo,this.savedSearchesService=new Jo,z.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:r}=z.getState();ye((e=this.currentSession)===null||e===void 0?void 0:e.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),en.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),en.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();en.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let r=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;en.actions.bookmarks(r)}}},dE=new Oa;var Ea=class{addCommand(e,r=!1){z.commands.add(e,r)}consumeCommand(e){return z.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new Ea;var Ca=class{highlightHtml(e,r){ki(e,r)}};window.FluidTopicsHighlightHtmlService=new Ca;K("ft-app-context")(ie);var mu=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},wa=Symbol("i18nAttributes"),tn=Symbol("i18nProperties"),Qr=Symbol("i18nUnsubs");function on(t){var e;class r extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map}get i18nService(){return this.useCustomMessageContexts?yc:xr}i18n(i,a,...s){var l;if(typeof i=="string")return this.i18nService.resolveMessage(i,a,...s);let c=(l=i.args)!==null&&l!==void 0?l:i.argsProvider?i.argsProvider(this):[];return this.i18nService.resolveMessage(i.context,i.key,...c)}onI18nUpdate(i){var a,s;(a=this[wa])===null||a===void 0||a.forEach((l,c)=>{var d;let u=this.getI18nAttributeValue(c);((d=u?.context)===null||d===void 0?void 0:d.toLowerCase())===i.toLowerCase()&&this.updateI18nAttributeMessage(c,u,l)}),(s=this[tn])===null||s===void 0||s.forEach((l,c)=>{l.context.toLowerCase()===i.toLowerCase()&&(this[c]=this.i18n(l))}),setTimeout(()=>this.requestUpdate(),0)}updateI18nAttributeMessage(i,a,s){this[i]={...a,message:this.i18n({context:a.context,key:a.key,...s})}}update(i){var a,s;super.update(i),(a=this[wa])===null||a===void 0||a.forEach((l,c)=>{let d=this.getI18nAttributeValue(c);d?.context&&d.key&&(i.has(c)||l.argsProvider!=null)&&(i.has(c)&&this.addI18nContext(d.context),this.updateI18nAttributeMessage(c,d,l))}),(s=this[tn])===null||s===void 0||s.forEach((l,c)=>{l.argsProvider!=null&&(this[c]=this.i18n(l))})}getI18nAttributeValue(i){return this[i]}connectedCallback(){var i,a,s,l;super.connectedCallback(),new Set([...(a=(i=this[tn])===null||i===void 0?void 0:i.values())!==null&&a!==void 0?a:[],...[...(l=(s=this[wa])===null||s===void 0?void 0:s.keys())!==null&&l!==void 0?l:[]].map(c=>this.getI18nAttributeValue(c))].map(c=>c?.context)).forEach(c=>c&&this.addI18nMessages(c))}addI18nMessages(i,a){i=i.toLowerCase(),this[Qr].has(i)||this[Qr].set(i,this.i18nService.subscribe(i,()=>this.onI18nUpdate(i))),this.i18nService.prepareContext(i,a??{})}addI18nContext(i,a){this.addI18nMessages(typeof i=="string"?i:i.name,a)}disconnectedCallback(){super.disconnectedCallback(),this[Qr].forEach(i=>i()),this[Qr].clear()}}return e=Qr,mu([b({type:Boolean})],r.prototype,"useCustomMessageContexts",void 0),r}var gc=class extends on(U){},rn=class extends on(Ve){};var eo=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Ue=class extends rn{constructor(){super(),this.editorMode=!1,this.addStore(z)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":F:k`
1697
1569
  <span class="ft-i18n">
1698
1570
  ${this.i18n(this.context,this.key,...Array.isArray(this.args)?this.args:[])}
1699
1571
  </span>
1700
- `:this.editorMode?"Select a context and a label key.":te}update(t){var e;super.update(t),["context","key","defaultMessage"].some((e=>t.has(e)))&&this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:null!==(e=this.defaultMessage)&&void 0!==e?e:""})}}sh.elementDefinitions={},sh.styles=vf,ah([an()],sh.prototype,"editorMode",void 0),ah([we()],sh.prototype,"context",void 0),ah([we()],sh.prototype,"key",void 0),ah([mo([])],sh.prototype,"args",void 0),ah([we()],sh.prototype,"defaultMessage",void 0);class lh{static build(t){return new lh(t)}static fromGwt(t){return new lh(t)}constructor(t){this.name=t,this.properties=new Proxy({},{get:(t,e)=>{const o=e;return t=>({context:this.name,key:o,args:"function"==typeof t?void 0:t,argsProvider:"function"==typeof t?t:void 0})}}),this.messages=new Proxy({},{get:(t,e)=>(...t)=>$f.resolveMessage(this.name,e,...t)})}}bo("ft-i18n")(sh),function(t){!function(e){var o={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};if(o.arrayBuffer)var r=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],i=ArrayBuffer.isView||function(t){return t&&r.indexOf(Object.prototype.toString.call(t))>-1};function n(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(t))throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function a(t){return"string"!=typeof t&&(t=String(t)),t}function s(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return o.iterable&&(e[Symbol.iterator]=function(){return e}),e}function l(t){this.map={},t instanceof l?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function c(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function f(t){return new Promise((function(e,o){t.onload=function(){e(t.result)},t.onerror=function(){o(t.error)}}))}function h(t){var e=new FileReader,o=f(e);return e.readAsArrayBuffer(t),o}function d(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function p(){return this.bodyUsed=!1,this._initBody=function(t){var e;this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:o.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:o.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():o.arrayBuffer&&o.blob&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=d(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):o.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||i(t))?this._bodyArrayBuffer=d(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},o.blob&&(this.blob=function(){var t=c(this);if(t)return t;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(){return this._bodyArrayBuffer?c(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(h)}),this.text=function(){var t=c(this);if(t)return t;if(this._bodyBlob)return function(t){var e=new FileReader,o=f(e);return e.readAsText(t),o}(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),o=new Array(e.length),r=0;r<e.length;r++)o[r]=String.fromCharCode(e[r]);return o.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},o.formData&&(this.formData=function(){return this.text().then(g)}),this.json=function(){return this.text().then(JSON.parse)},this}l.prototype.append=function(t,e){t=n(t),e=a(e);var o=this.map[t];this.map[t]=o?o+", "+e:e},l.prototype.delete=function(t){delete this.map[n(t)]},l.prototype.get=function(t){return t=n(t),this.has(t)?this.map[t]:null},l.prototype.has=function(t){return this.map.hasOwnProperty(n(t))},l.prototype.set=function(t,e){this.map[n(t)]=a(e)},l.prototype.forEach=function(t,e){for(var o in this.map)this.map.hasOwnProperty(o)&&t.call(e,this.map[o],o,this)},l.prototype.keys=function(){var t=[];return this.forEach((function(e,o){t.push(o)})),s(t)},l.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),s(t)},l.prototype.entries=function(){var t=[];return this.forEach((function(e,o){t.push([o,e])})),s(t)},o.iterable&&(l.prototype[Symbol.iterator]=l.prototype.entries);var u=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function y(t,e){var o,r,i=(e=e||{}).body;if(t instanceof y){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new l(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,i||null==t._bodyInit||(i=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||"same-origin",!e.headers&&this.headers||(this.headers=new l(e.headers)),this.method=(o=e.method||this.method||"GET",r=o.toUpperCase(),u.indexOf(r)>-1?r:o),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(i)}function g(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var o=t.split("="),r=o.shift().replace(/\+/g," "),i=o.join("=").replace(/\+/g," ");e.append(decodeURIComponent(r),decodeURIComponent(i))}})),e}function b(t,e){e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in e?e.statusText:"OK",this.headers=new l(e.headers),this.url=e.url||"",this._initBody(t)}y.prototype.clone=function(){return new y(this,{body:this._bodyInit})},p.call(y.prototype),p.call(b.prototype),b.prototype.clone=function(){return new b(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(this.headers),url:this.url})},b.error=function(){var t=new b(null,{status:0,statusText:""});return t.type="error",t};var m=[301,302,303,307,308];b.redirect=function(t,e){if(-1===m.indexOf(e))throw new RangeError("Invalid status code");return new b(null,{status:e,headers:{location:t}})},e.DOMException=t.DOMException;try{new e.DOMException}catch(t){e.DOMException=function(t,e){this.message=t,this.name=e;var o=Error(t);this.stack=o.stack},e.DOMException.prototype=Object.create(Error.prototype),e.DOMException.prototype.constructor=e.DOMException}function v(t,r){return new Promise((function(i,n){var a=new y(t,r);if(a.signal&&a.signal.aborted)return n(new e.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function c(){s.abort()}s.onload=function(){var t,e,o={status:s.status,statusText:s.statusText,headers:(t=s.getAllResponseHeaders()||"",e=new l,t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(t){var o=t.split(":"),r=o.shift().trim();if(r){var i=o.join(":").trim();e.append(r,i)}})),e)};o.url="responseURL"in s?s.responseURL:o.headers.get("X-Request-URL");var r="response"in s?s.response:s.responseText;i(new b(r,o))},s.onerror=function(){n(new TypeError("Network request failed"))},s.ontimeout=function(){n(new TypeError("Network request failed"))},s.onabort=function(){n(new e.DOMException("Aborted","AbortError"))},s.open(a.method,a.url,!0),"include"===a.credentials?s.withCredentials=!0:"omit"===a.credentials&&(s.withCredentials=!1),"responseType"in s&&o.blob&&(s.responseType="blob"),a.headers.forEach((function(t,e){s.setRequestHeader(e,t)})),a.signal&&(a.signal.addEventListener("abort",c),s.onreadystatechange=function(){4===s.readyState&&a.signal.removeEventListener("abort",c)}),s.send(void 0===a._bodyInit?null:a._bodyInit)}))}v.polyfill=!0,t.fetch||(t.fetch=v,t.Headers=l,t.Request=y,t.Response=b),e.Headers=l,e.Request=y,e.Response=b,e.fetch=v,Object.defineProperty(e,"W",{value:!0})}({})}("undefined"!=typeof self?self:void 0),function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"}(Df||(Df={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}(Mf||(Mf={})),function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"}(Tf||(Tf={})),function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT"}(Hf||(Hf={})),function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"}(Kf||(Kf={})),function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"}(Zf||(Zf={})),function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"}(Gf||(Gf={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(Vf||(Vf={})),function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"}(qf||(qf={})),function(t){t.ASC="ASC",t.DESC="DESC"}(Yf||(Yf={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(Jf||(Jf={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(Xf||(Xf={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Qf||(Qf={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(th||(th={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(eh||(eh={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(oh||(oh={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"}(rh||(rh={})),function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN",t.DEVELOPER="DEVELOPER"}(ih||(ih={})),function(t){t.VALID="VALID",t.INVALID="INVALID"}(nh||(nh={})),ih.PERSONAL_BOOK_SHARE_USER,ih.PERSONAL_BOOK_USER,ih.HTML_EXPORT_USER,ih.PERSONAL_BOOK_USER,ih.PDF_EXPORT_USER,ih.PERSONAL_BOOK_USER,ih.KHUB_ADMIN,ih.CONTENT_PUBLISHER,ih.ADMIN,ih.KHUB_ADMIN,ih.USERS_ADMIN,ih.PORTAL_ADMIN,ih.DEVELOPER,ih.BETA_USER,ih.DEBUG_USER;class ch extends Event{constructor(){super(ch.eventName)}}ch.eventName="search-context-clear-all-filters";var fh=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class hh extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const dh=Symbol("registerInterval");class ph extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}setSearchStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"search")}clearStateManager(){this.stateManager&&(this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[dh]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[dh]):this.dispatchEvent(new hh)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=dh,fh([Se()],o.prototype,"stateManager",void 0),o}(yn)){}const uh=lh.build("designedSearchPeriodFilter"),yh={label:"Last update",anyTime:"Any time",LAST_WEEK:"Less than a week",LAST_MONTH:"Less than a month",LAST_QUARTER:"Less than a quarter",LAST_YEAR:"Less than a year",CUSTOM:"Custom period",customPeriod:"From {0} to {1}",period:"Period: {0}"};var gh=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class bh extends(_f(ph)){constructor(){super(),this.addI18nContext(uh,yh)}render(){var t,e,o,r;return Jt`<div part="container">
1572
+ `}update(e){var r;super.update(e),["context","key","defaultMessage"].some(n=>e.has(n))&&this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};Ue.elementDefinitions={};Ue.styles=fc;eo([jr()],Ue.prototype,"editorMode",void 0);eo([b()],Ue.prototype,"context",void 0);eo([b()],Ue.prototype,"key",void 0);eo([ge([])],Ue.prototype,"args",void 0);eo([b()],Ue.prototype,"defaultMessage",void 0);var nn=class t{static build(e){return new t(e)}static fromGwt(e){return new t(e)}constructor(e){this.name=e,this.properties=new Proxy({},{get:(r,n)=>{let i=n;return a=>({context:this.name,key:i,args:typeof a=="function"?void 0:a,argsProvider:typeof a=="function"?a:void 0})}}),this.messages=new Proxy({},{get:(r,n)=>(...i)=>xr.resolveMessage(this.name,n,...i)})}};K("ft-i18n")(Ue);var mC=Hc(xc(),1);var vc;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(vc||(vc={}));var Sc;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(Sc||(Sc={}));var Oc;(function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"})(Oc||(Oc={}));var Ec;(function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT"})(Ec||(Ec={}));var Cc;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(Cc||(Cc={}));var wc;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(wc||(wc={}));var Ac;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(Ac||(Ac={}));var Rc;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(Rc||(Rc={}));var an;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"})(an||(an={}));var Nc;(function(t){t.ASC="ASC",t.DESC="DESC"})(Nc||(Nc={}));var _c;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(_c||(_c={}));var Aa;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})(Aa||(Aa={}));var Pc;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"})(Pc||(Pc={}));var Tc;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(Tc||(Tc={}));var $c;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"})($c||($c={}));var Lc;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"})(Lc||(Lc={}));var Ra;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"})(Ra||(Ra={}));var pe;(function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN",t.DEVELOPER="DEVELOPER"})(pe||(pe={}));var kc;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(kc||(kc={}));var dC={[pe.PERSONAL_BOOK_SHARE_USER]:[pe.PERSONAL_BOOK_USER],[pe.HTML_EXPORT_USER]:[pe.PERSONAL_BOOK_USER],[pe.PDF_EXPORT_USER]:[pe.PERSONAL_BOOK_USER],[pe.KHUB_ADMIN]:[pe.CONTENT_PUBLISHER],[pe.ADMIN]:[pe.KHUB_ADMIN,pe.USERS_ADMIN,pe.PORTAL_ADMIN],[pe.DEVELOPER]:[pe.BETA_USER,pe.DEBUG_USER]};var Na=class t extends Event{constructor(){super(t.eventName)}};Na.eventName="search-context-clear-all-filters";var yu=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Pa=class extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}},_a=Symbol("registerInterval");function gu(t){var e;class r extends t{constructor(){super(...arguments),this[e]=0}setSearchStateManager(i){this.clearStateManager(),this.stateManager=i,this.addStore(i.store,"search")}clearStateManager(){this.stateManager&&(this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[_a]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[_a]):this.dispatchEvent(new Pa)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=_a,yu([Z()],r.prototype,"stateManager",void 0),r}var sn=class extends gu(Ve){};var Et=nn.build("designedSearchPeriodFilter"),Ic={label:"Last update",anyTime:"Any time",LAST_WEEK:"Less than a week",LAST_MONTH:"Less than a month",LAST_QUARTER:"Less than a quarter",LAST_YEAR:"Less than a year",CUSTOM:"Custom period",customPeriod:"From {0} to {1}",period:"Period: {0}"};var to=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Be=class extends on(sn){constructor(){super(),this.addI18nContext(Et,Ic)}render(){var e,r,n,i;return k`<div part="container">
1701
1573
  <div part="header">
1702
1574
  <ft-typography variant="overline" part="label" id="label">
1703
- ${uh.messages.label()}
1575
+ ${Et.messages.label()}
1704
1576
  </ft-typography>
1705
1577
  </div>
1706
- <ft-radio-group @change=${t=>this.setPeriodFilter(t)} aria-labelledby="label">
1707
- <ft-radio value="anyTime" ?checked=${void 0===this.periodFilter||void 0===this.periodFilter.periodType}>${uh.messages.anyTime()}</ft-radio>
1708
- ${this.lessThanAWeek?Jt`<ft-radio ?checked=${"LAST_WEEK"==(null===(t=this.periodFilter)||void 0===t?void 0:t.periodType)} value="LAST_WEEK">${uh.messages.LAST_WEEK()}</ft-radio>`:te}
1709
- ${this.lessThanAMonth?Jt`<ft-radio ?checked=${"LAST_MONTH"==(null===(e=this.periodFilter)||void 0===e?void 0:e.periodType)} value="LAST_MONTH">${uh.messages.LAST_MONTH()}</ft-radio>`:te}
1710
- ${this.lessThanAQuarter?Jt`<ft-radio ?checked=${"LAST_QUARTER"==(null===(o=this.periodFilter)||void 0===o?void 0:o.periodType)} value="LAST_QUARTER">${uh.messages.LAST_QUARTER()}</ft-radio>`:te}
1711
- ${this.lessThanAYear?Jt`<ft-radio ?checked=${"LAST_YEAR"==(null===(r=this.periodFilter)||void 0===r?void 0:r.periodType)} value="LAST_YEAR">${uh.messages.LAST_YEAR()}</ft-radio>`:te}
1578
+ <ft-radio-group @change=${a=>this.setPeriodFilter(a)} aria-labelledby="label">
1579
+ <ft-radio value="anyTime" ?checked=${this.periodFilter===void 0||this.periodFilter.periodType===void 0}>${Et.messages.anyTime()}</ft-radio>
1580
+ ${this.lessThanAWeek?k`<ft-radio ?checked=${((e=this.periodFilter)===null||e===void 0?void 0:e.periodType)=="LAST_WEEK"} value="LAST_WEEK">${Et.messages.LAST_WEEK()}</ft-radio>`:F}
1581
+ ${this.lessThanAMonth?k`<ft-radio ?checked=${((r=this.periodFilter)===null||r===void 0?void 0:r.periodType)=="LAST_MONTH"} value="LAST_MONTH">${Et.messages.LAST_MONTH()}</ft-radio>`:F}
1582
+ ${this.lessThanAQuarter?k`<ft-radio ?checked=${((n=this.periodFilter)===null||n===void 0?void 0:n.periodType)=="LAST_QUARTER"} value="LAST_QUARTER">${Et.messages.LAST_QUARTER()}</ft-radio>`:F}
1583
+ ${this.lessThanAYear?k`<ft-radio ?checked=${((i=this.periodFilter)===null||i===void 0?void 0:i.periodType)=="LAST_YEAR"} value="LAST_YEAR">${Et.messages.LAST_YEAR()}</ft-radio>`:F}
1712
1584
  </ft-radio-group>
1713
- </div>`}setPeriodFilter(t){var e;const o=qf[t.detail];null===(e=this.stateManager)||void 0===e||e.setPeriodFilter(void 0===o?void 0:{periodType:o})}}bh.elementDefinitions={"ft-radio-group":Kc,"ft-radio":Mc,"ft-typography":Al},bh.styles=mf,gh([we({type:Boolean})],bh.prototype,"lessThanAWeek",void 0),gh([we({type:Boolean})],bh.prototype,"lessThanAMonth",void 0),gh([we({type:Boolean})],bh.prototype,"lessThanAQuarter",void 0),gh([we({type:Boolean})],bh.prototype,"lessThanAYear",void 0),gh([an({store:"search",selector:t=>t.request.periodFilter})],bh.prototype,"periodFilter",void 0),bo("ft-search-period-filter")(bh),t.FtSearchPeriodFilter=bh,t.FtSearchPeriodFilterCssVariables=bf,t.periodFilterContext=uh,t.periodFilterDefaultMessages=yh,t.styles=mf}({});
1585
+ </div>`}setPeriodFilter(e){var r;let n=an[e.detail];(r=this.stateManager)===null||r===void 0||r.setPeriodFilter(n===void 0?void 0:{periodType:n})}};Be.elementDefinitions={"ft-radio-group":$e,"ft-radio":le,"ft-typography":oe};Be.styles=uc;to([b({type:Boolean})],Be.prototype,"lessThanAWeek",void 0);to([b({type:Boolean})],Be.prototype,"lessThanAMonth",void 0);to([b({type:Boolean})],Be.prototype,"lessThanAQuarter",void 0);to([b({type:Boolean})],Be.prototype,"lessThanAYear",void 0);to([jr({store:"search",selector:t=>t.request.periodFilter})],Be.prototype,"periodFilter",void 0);K("ft-search-period-filter")(Be);})();
1586
+ /*! Bundled license information:
1587
+
1588
+ @webcomponents/scoped-custom-element-registry/src/scoped-custom-element-registry.js:
1589
+ (**
1590
+ * @license
1591
+ * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
1592
+ * This code may only be used under the BSD style license found at
1593
+ * http://polymer.github.io/LICENSE.txt
1594
+ * The complete set of authors may be found at
1595
+ * http://polymer.github.io/AUTHORS.txt
1596
+ * The complete set of contributors may be found at
1597
+ * http://polymer.github.io/CONTRIBUTORS.txt
1598
+ * Code distributed by Google as part of the polymer project is also
1599
+ * subject to an additional IP rights grant found at
1600
+ * http://polymer.github.io/PATENTS.txt
1601
+ *)
1602
+
1603
+ @lit/reactive-element/css-tag.js:
1604
+ (**
1605
+ * @license
1606
+ * Copyright 2019 Google LLC
1607
+ * SPDX-License-Identifier: BSD-3-Clause
1608
+ *)
1609
+
1610
+ @lit/reactive-element/reactive-element.js:
1611
+ (**
1612
+ * @license
1613
+ * Copyright 2017 Google LLC
1614
+ * SPDX-License-Identifier: BSD-3-Clause
1615
+ *)
1616
+
1617
+ lit-html/lit-html.js:
1618
+ (**
1619
+ * @license
1620
+ * Copyright 2017 Google LLC
1621
+ * SPDX-License-Identifier: BSD-3-Clause
1622
+ *)
1623
+
1624
+ @lit/reactive-element/css-tag.js:
1625
+ (**
1626
+ * @license
1627
+ * Copyright 2019 Google LLC
1628
+ * SPDX-License-Identifier: BSD-3-Clause
1629
+ *)
1630
+
1631
+ @lit/reactive-element/reactive-element.js:
1632
+ (**
1633
+ * @license
1634
+ * Copyright 2017 Google LLC
1635
+ * SPDX-License-Identifier: BSD-3-Clause
1636
+ *)
1637
+
1638
+ lit-html/lit-html.js:
1639
+ (**
1640
+ * @license
1641
+ * Copyright 2017 Google LLC
1642
+ * SPDX-License-Identifier: BSD-3-Clause
1643
+ *)
1644
+
1645
+ lit-element/lit-element.js:
1646
+ (**
1647
+ * @license
1648
+ * Copyright 2017 Google LLC
1649
+ * SPDX-License-Identifier: BSD-3-Clause
1650
+ *)
1651
+
1652
+ lit-html/is-server.js:
1653
+ (**
1654
+ * @license
1655
+ * Copyright 2022 Google LLC
1656
+ * SPDX-License-Identifier: BSD-3-Clause
1657
+ *)
1658
+
1659
+ @lit/reactive-element/decorators/custom-element.js:
1660
+ (**
1661
+ * @license
1662
+ * Copyright 2017 Google LLC
1663
+ * SPDX-License-Identifier: BSD-3-Clause
1664
+ *)
1665
+
1666
+ @lit/reactive-element/decorators/property.js:
1667
+ (**
1668
+ * @license
1669
+ * Copyright 2017 Google LLC
1670
+ * SPDX-License-Identifier: BSD-3-Clause
1671
+ *)
1672
+
1673
+ @lit/reactive-element/decorators/state.js:
1674
+ (**
1675
+ * @license
1676
+ * Copyright 2017 Google LLC
1677
+ * SPDX-License-Identifier: BSD-3-Clause
1678
+ *)
1679
+
1680
+ @lit/reactive-element/decorators/event-options.js:
1681
+ (**
1682
+ * @license
1683
+ * Copyright 2017 Google LLC
1684
+ * SPDX-License-Identifier: BSD-3-Clause
1685
+ *)
1686
+
1687
+ @lit/reactive-element/decorators/base.js:
1688
+ (**
1689
+ * @license
1690
+ * Copyright 2017 Google LLC
1691
+ * SPDX-License-Identifier: BSD-3-Clause
1692
+ *)
1693
+
1694
+ @lit/reactive-element/decorators/query.js:
1695
+ (**
1696
+ * @license
1697
+ * Copyright 2017 Google LLC
1698
+ * SPDX-License-Identifier: BSD-3-Clause
1699
+ *)
1700
+
1701
+ @lit/reactive-element/decorators/query-all.js:
1702
+ (**
1703
+ * @license
1704
+ * Copyright 2017 Google LLC
1705
+ * SPDX-License-Identifier: BSD-3-Clause
1706
+ *)
1707
+
1708
+ @lit/reactive-element/decorators/query-async.js:
1709
+ (**
1710
+ * @license
1711
+ * Copyright 2017 Google LLC
1712
+ * SPDX-License-Identifier: BSD-3-Clause
1713
+ *)
1714
+
1715
+ @lit/reactive-element/decorators/query-assigned-elements.js:
1716
+ (**
1717
+ * @license
1718
+ * Copyright 2021 Google LLC
1719
+ * SPDX-License-Identifier: BSD-3-Clause
1720
+ *)
1721
+
1722
+ @lit/reactive-element/decorators/query-assigned-nodes.js:
1723
+ (**
1724
+ * @license
1725
+ * Copyright 2017 Google LLC
1726
+ * SPDX-License-Identifier: BSD-3-Clause
1727
+ *)
1728
+
1729
+ lit-html/directive.js:
1730
+ (**
1731
+ * @license
1732
+ * Copyright 2017 Google LLC
1733
+ * SPDX-License-Identifier: BSD-3-Clause
1734
+ *)
1735
+
1736
+ lit-html/directive-helpers.js:
1737
+ (**
1738
+ * @license
1739
+ * Copyright 2020 Google LLC
1740
+ * SPDX-License-Identifier: BSD-3-Clause
1741
+ *)
1742
+
1743
+ lit-html/directives/repeat.js:
1744
+ (**
1745
+ * @license
1746
+ * Copyright 2017 Google LLC
1747
+ * SPDX-License-Identifier: BSD-3-Clause
1748
+ *)
1749
+
1750
+ lit-html/directives/class-map.js:
1751
+ (**
1752
+ * @license
1753
+ * Copyright 2018 Google LLC
1754
+ * SPDX-License-Identifier: BSD-3-Clause
1755
+ *)
1756
+
1757
+ lit-html/directives/style-map.js:
1758
+ (**
1759
+ * @license
1760
+ * Copyright 2018 Google LLC
1761
+ * SPDX-License-Identifier: BSD-3-Clause
1762
+ *)
1763
+
1764
+ lit-html/directives/unsafe-html.js:
1765
+ (**
1766
+ * @license
1767
+ * Copyright 2017 Google LLC
1768
+ * SPDX-License-Identifier: BSD-3-Clause
1769
+ *)
1770
+
1771
+ @lit/reactive-element/css-tag.js:
1772
+ (**
1773
+ * @license
1774
+ * Copyright 2019 Google LLC
1775
+ * SPDX-License-Identifier: BSD-3-Clause
1776
+ *)
1777
+
1778
+ lit-html/static.js:
1779
+ (**
1780
+ * @license
1781
+ * Copyright 2020 Google LLC
1782
+ * SPDX-License-Identifier: BSD-3-Clause
1783
+ *)
1784
+ */