@fluid-topics/ft-search-period-filter 1.1.64

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.
@@ -0,0 +1,1713 @@
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(Nl){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`
140
+ .highlight-html-match {
141
+ background: ${Gi};
142
+ }
143
+ `,qi={className:"highlight-html-match"};var Yi=Object.freeze({__proto__:null,highlightHtml:function(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:"")},highlightHtmlColorCssVariable:Gi,highlightHtmlStyles:Vi});const Ji=dt`
144
+ .ft-no-text-select {
145
+ -webkit-touch-callout: none;
146
+ -webkit-user-select: none;
147
+ -khtml-user-select: none;
148
+ -moz-user-select: none;
149
+ -ms-user-select: none;
150
+ user-select: none;
151
+ }
152
+ `,Xi=dt`
153
+ .ft-word-wrap {
154
+ white-space: normal;
155
+ word-wrap: break-word;
156
+ -ms-word-break: break-all;
157
+ word-break: break-all;
158
+ word-break: break-word;
159
+ -ms-hyphens: auto;
160
+ -moz-hyphens: auto;
161
+ -webkit-hyphens: auto;
162
+ hyphens: auto
163
+ }
164
+ `,Qi=dt`
165
+ .ft-safari-ellipsis-fix {
166
+ margin-right: 0;
167
+
168
+ }
169
+
170
+ .ft-safari-ellipsis-fix:after {
171
+ content: "\\0000a0";
172
+ display: inline-block;
173
+ width: 0;
174
+ }
175
+ `;var tn=Object.freeze({__proto__:null,noTextSelect:Ji,safariEllipsisFix:Qi,wordWrap:Xi}),en=Object.freeze({__proto__:null});class on{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 rn=Object.freeze({__proto__:null,ParametrizedLabelResolver:on});const nn=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 an{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 sn(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var ln,cn,fn;const hn=Symbol("internalReduxEventsUnsubscribers"),dn=Symbol("internalStoresUnsubscribers"),pn=Symbol("internalStores");class un extends Mi{constructor(){super(...arguments),this[ln]=new Map,this[cn]=new Map,this[fn]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((e=>t.has(e)))&&this.updateFromStores()}getUnnamedStore(){if(this[pn].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[pn].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[pn].get(t)}addStore(t,e){var o;e=null!==(o=null!=e?e:sn(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[pn].delete(e)}setupStore(t,e){this[pn].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[pn].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[dn].has(t.store):this[dn].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[dn].set(t,e.subscribe((()=>this.updateFromStores()))),sn(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[hn].push((()=>e.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[dn].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[hn].forEach((t=>t())),this[hn]=[]}unsubscribeFromStore(t){this[dn].has(t)&&this[dn].get(t)(),this[dn].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function yn(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 gn(t){return!!t&&!!t[oa]}function bn(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)===ra}(t)||Array.isArray(t)||!!t[ea]||!!(null===(e=t.constructor)||void 0===e?void 0:e[ea])||Sn(t)||Cn(t))}function mn(t,e,o){void 0===o&&(o=!1),0===vn(t)?(o?Object.keys:ia)(t).forEach((function(r){o&&"symbol"==typeof r||e(r,t[r],t)})):t.forEach((function(o,r){return e(r,o,t)}))}function vn(t){var e=t[oa];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:Sn(t)?2:Cn(t)?3:0}function xn(t,e){return 2===vn(t)?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function On(t,e,o){var r=vn(t);2===r?t.set(e,o):3===r?t.add(o):t[e]=o}function wn(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function Sn(t){return Jn&&t instanceof Map}function Cn(t){return Xn&&t instanceof Set}function Nn(t){return t.o||t.t}function En(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=na(t);delete e[oa];for(var o=ia(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 $n(t,e){return void 0===e&&(e=!1),Rn(t)||gn(t)||!bn(t)||(vn(t)>1&&(t.set=t.add=t.clear=t.delete=kn),Object.freeze(t),e&&mn(t,(function(t,e){return $n(e,!0)}),!0)),t}function kn(){yn(2)}function Rn(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function In(t){var e=aa[t];return e||yn(18,t),e}function Ln(){return qn}function Un(t,e){e&&(In("Patches"),t.u=[],t.s=[],t.v=e)}function An(t){Wn(t),t.p.forEach(zn),t.p=null}function Wn(t){t===qn&&(qn=t.l)}function Bn(t){return qn={p:[],l:qn,h:t,m:!0,_:0}}function zn(t){var e=t[oa];0===e.i||1===e.i?e.j():e.g=!0}function Fn(t,e){e._=e.p.length;var o=e.p[0],r=void 0!==t&&t!==o;return e.h.O||In("ES5").S(e,t,r),r?(o[oa].P&&(An(e),yn(4)),bn(t)&&(t=_n(e,t),e.l||jn(e,t)),e.u&&In("Patches").M(o[oa].t,t,e.u,e.s)):t=_n(e,o,[]),An(e),e.u&&e.v(e.u,e.s),t!==ta?t:void 0}function _n(t,e,o){if(Rn(e))return e;var r=e[oa];if(!r)return mn(e,(function(i,n){return Pn(t,r,e,i,n,o)}),!0),e;if(r.A!==t)return e;if(!r.P)return jn(t,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var i=4===r.i||5===r.i?r.o=En(r.k):r.o,n=i,a=!1;3===r.i&&(n=new Set(i),i.clear(),a=!0),mn(n,(function(e,n){return Pn(t,r,i,e,n,o,a)})),jn(t,i,!1),o&&t.u&&In("Patches").N(r,o,t.u,t.s)}return r.o}function Pn(t,e,o,r,i,n,a){if(gn(i)){var s=_n(t,i,n&&e&&3!==e.i&&!xn(e.R,r)?n.concat(r):void 0);if(On(o,r,s),!gn(s))return;t.m=!1}else a&&o.add(i);if(bn(i)&&!Rn(i)){if(!t.h.D&&t._<1)return;_n(t,i),e&&e.A.l||jn(t,i)}}function jn(t,e,o){void 0===o&&(o=!1),!t.l&&t.h.D&&t.m&&$n(e,o)}function Dn(t,e){var o=t[oa];return(o?Nn(o):t)[e]}function Mn(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 Tn(t){t.P||(t.P=!0,t.l&&Tn(t.l))}function Hn(t){t.o||(t.o=En(t.t))}function Kn(t,e,o){var r=Sn(e)?In("MapSet").F(e,o):Cn(e)?In("MapSet").T(e,o):t.O?function(t,e){var o=Array.isArray(t),r={i:o?1:0,A:e?e.A:Ln(),P:!1,I:!1,R:{},l:e,t,k:null,o:null,j:null,C:!1},i=r,n=sa;o&&(i=[r],n=la);var a=Proxy.revocable(i,n),s=a.revoke,l=a.proxy;return r.k=l,r.j=s,l}(e,o):In("ES5").J(e,o);return(o?o.A:Ln()).p.push(r),r}function Zn(t){return gn(t)||yn(22,t),function t(e){if(!bn(e))return e;var o,r=e[oa],i=vn(e);if(r){if(!r.P&&(r.i<4||!In("ES5").K(r)))return r.t;r.I=!0,o=Gn(e,i),r.I=!1}else o=Gn(e,i);return mn(o,(function(e,i){r&&function(t,e){return 2===vn(t)?t.get(e):t[e]}(r.t,e)===i||On(o,e,t(i))})),3===i?new Set(o):o}(t)}function Gn(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return En(t)}ln=dn,cn=pn,fn=hn,un.reduxProperties=new Map,un.reduxReactiveProperties=new Set,un.reduxEventListeners=new Map;var Vn,qn,Yn="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Jn="undefined"!=typeof Map,Xn="undefined"!=typeof Set,Qn="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,ta=Yn?Symbol.for("immer-nothing"):((Vn={})["immer-nothing"]=!0,Vn),ea=Yn?Symbol.for("immer-draftable"):"__$immer_draftable",oa=Yn?Symbol.for("immer-state"):"__$immer_state",ra=""+Object.prototype.constructor,ia="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,na=Object.getOwnPropertyDescriptors||function(t){var e={};return ia(t).forEach((function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)})),e},aa={},sa={get:function(t,e){if(e===oa)return t;var o=Nn(t);if(!xn(o,e))return function(t,e,o){var r,i=Mn(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||!bn(r)?r:r===Dn(t.t,e)?(Hn(t),t.o[e]=Kn(t.A.h,r,t)):r},has:function(t,e){return e in Nn(t)},ownKeys:function(t){return Reflect.ownKeys(Nn(t))},set:function(t,e,o){var r=Mn(Nn(t),e);if(null==r?void 0:r.set)return r.set.call(t.k,o),!0;if(!t.P){var i=Dn(Nn(t),e),n=null==i?void 0:i[oa];if(n&&n.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(wn(o,i)&&(void 0!==o||xn(t.t,e)))return!0;Hn(t),Tn(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!==Dn(t.t,e)||e in t.t?(t.R[e]=!1,Hn(t),Tn(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=Nn(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(){yn(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){yn(12)}},la={};mn(sa,(function(t,e){la[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),la.deleteProperty=function(t,e){return la.set.call(this,t,e,void 0)},la.set=function(t,e,o){return sa.set.call(this,t[0],e,o,t[0])};var ca=function(){function t(t){var e=this;this.O=Qn,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&&yn(6),void 0!==r&&"function"!=typeof r&&yn(7),bn(t)){var s=Bn(e),l=Kn(e,t,void 0),c=!0;try{a=o(l),c=!1}finally{c?An(s):Wn(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return Un(s,r),Fn(t,s)}),(function(t){throw An(s),t})):(Un(s,r),Fn(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=o(t))&&(a=t),a===ta&&(a=void 0),e.D&&$n(a,!0),r){var f=[],h=[];In("Patches").M(t,a,f,h),r(f,h)}return a}yn(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){bn(t)||yn(8),gn(t)&&(t=Zn(t));var e=Bn(this),o=Kn(this,t,void 0);return o[oa].C=!0,Wn(e),o},e.finishDraft=function(t,e){var o=(t&&t[oa]).A;return Un(o,e),Fn(void 0,o)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!Qn&&yn(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=In("Patches").$;return gn(t)?i(t,e):this.produce(t,(function(t){return i(t,e)}))},t}(),fa=new ca,ha=fa.produce;function da(t){return da="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},da(t)}function pa(t){var e=function(t,e){if("object"!==da(t)||null===t)return t;var o=t[Symbol.toPrimitive];if(void 0!==o){var r=o.call(t,e||"default");if("object"!==da(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===da(e)?e:String(e)}function ua(t,e,o){return(e=pa(e))in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function ya(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 ga(t){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?ya(Object(o),!0).forEach((function(e){ua(t,e,o[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):ya(Object(o)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(o,e))}))}return t}function ba(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. "}fa.produceWithPatches.bind(fa),fa.setAutoFreeze.bind(fa),fa.setUseProxies.bind(fa),fa.applyPatches.bind(fa),fa.createDraft.bind(fa),fa.finishDraft.bind(fa);var ma="function"==typeof Symbol&&Symbol.observable||"@@observable",va=function(){return Math.random().toString(36).substring(7).split("").join(".")},xa={INIT:"@@redux/INIT"+va(),REPLACE:"@@redux/REPLACE"+va(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+va()}};function Oa(t,e,o){var r;if("function"==typeof e&&"function"==typeof o||"function"==typeof o&&"function"==typeof arguments[3])throw new Error(ba(0));if("function"==typeof e&&void 0===o&&(o=e,e=void 0),void 0!==o){if("function"!=typeof o)throw new Error(ba(1));return o(Oa)(t,e)}if("function"!=typeof t)throw new Error(ba(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(ba(3));return n}function h(t){if("function"!=typeof t)throw new Error(ba(4));if(l)throw new Error(ba(5));var e=!0;return c(),s.push(t),function(){if(e){if(l)throw new Error(ba(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(ba(7));if(void 0===t.type)throw new Error(ba(8));if(l)throw new Error(ba(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:xa.INIT}),(r={dispatch:d,subscribe:h,getState:f,replaceReducer:function(t){if("function"!=typeof t)throw new Error(ba(10));i=t,d({type:xa.REPLACE})}})[ma]=function(){var t,e=h;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(ba(11));function o(){t.next&&t.next(f())}return o(),{unsubscribe:e(o)}}})[ma]=function(){return this},t},r}function wa(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:xa.INIT}))throw new Error(ba(12));if(void 0===o(void 0,{type:xa.PROBE_UNKNOWN_ACTION()}))throw new Error(ba(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(ba(14));i[l]=h,r=r||h!==f}return(r=r||a.length!==Object.keys(t).length)?i:t}}function Sa(){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 Ca(){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(ba(15))},i={getState:o.getState,dispatch:function(){return r.apply(void 0,arguments)}},n=e.map((function(t){return t(i)}));return r=Sa.apply(void 0,n)(o.dispatch),ga(ga({},o),{},{dispatch:r})}}}function Na(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 Ea=Na();Ea.withExtraArgument=Na;var $a,ka=Ea,Ra=($a=function(t,e){return $a=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])},$a(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}$a(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),Ia=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])}}},La=function(t,e){for(var o=0,r=e.length,i=t.length;o<r;o++,i++)t[i]=e[o];return t},Ua=Object.defineProperty,Aa=Object.defineProperties,Wa=Object.getOwnPropertyDescriptors,Ba=Object.getOwnPropertySymbols,za=Object.prototype.hasOwnProperty,Fa=Object.prototype.propertyIsEnumerable,_a=function(t,e,o){return e in t?Ua(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},Pa=function(t,e){for(var o in e||(e={}))za.call(e,o)&&_a(t,o,e[o]);if(Ba)for(var r=0,i=Ba(e);r<i.length;r++){o=i[r];Fa.call(e,o)&&_a(t,o,e[o])}return t},ja=function(t,e){return Aa(t,Wa(e))},Da="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?Sa:Sa.apply(null,arguments)};var Ma=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 Ra(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,La([void 0],t[0].concat(this)))):new(e.bind.apply(e,La([void 0],t.concat(this))))},e}(Array),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 Ra(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,La([void 0],t[0].concat(this)))):new(e.bind.apply(e,La([void 0],t.concat(this))))},e}(Array);function Ha(t){return bn(t)?ha(t,(function(){})):t}function Ka(){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 Ma;o&&(!function(t){return"boolean"==typeof t}(o)?r.push(ka.withExtraArgument(o.extraArgument)):r.push(ka));return r}(t)}}function Za(t){var e,o=Ka(),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=wa(n)}var u=s;"function"==typeof u&&(u=u(o));var y=Ca.apply(void 0,u),g=Sa;c&&(g=Da(Pa({trace:!1},"object"==typeof c&&c)));var b=new Ta(y),m=b;return Array.isArray(p)?m=La([y],p):"function"==typeof p&&(m=p(b)),Oa(e,h,g.apply(void 0,m))}function Ga(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 Pa(Pa({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 Va(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 qa(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:Ha(t.initialState),i=t.reducers||{},n=Object.keys(i),a={},s={},l={};function c(){var e="function"==typeof t.extraReducers?Va(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=Pa(Pa({},i),s);return function(t,e,o,r){void 0===o&&(o=[]);var i,n="function"==typeof e?Va(e):[e,o,r],a=n[0],s=n[1],l=n[2];if(function(t){return"function"==typeof t}(t))i=function(){return Ha(t())};else{var c=Ha(t);i=function(){return c}}function f(t,e){void 0===t&&(t=i());var o=La([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(gn(t))return void 0===(r=o(t,e))?t:r;if(bn(t))return ha(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?Ga(c,r):Ga(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 Ya=["name","message","stack","code"],Ja=function(t,e){this.payload=t,this.meta=e},Xa=function(t,e){this.payload=t,this.meta=e},Qa=function(t){if("object"==typeof t&&null!==t){for(var e={},o=0,r=Ya;o<r.length;o++){var i=r[o];"string"==typeof t[i]&&(e[i]=t[i])}return e}return{message:String(t)}};function ts(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=Ga(t+"/fulfilled",(function(t,e,o,r){return{payload:t,meta:ja(Pa({},r||{}),{arg:o,requestId:e,requestStatus:"fulfilled"})}})),i=Ga(t+"/pending",(function(t,e,o){return{payload:void 0,meta:ja(Pa({},o||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),n=Ga(t+"/rejected",(function(t,e,r,i,n){return{payload:i,error:(o&&o.serializeError||Qa)(t||"Rejected"),meta:ja(Pa({},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 Ia(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 Ja(t,e)},fulfillWithValue:function(t,e){return new Xa(t,e)}})).then((function(e){if(e instanceof Ja)throw e;return e instanceof Xa?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 Ja?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(ts)}})}}),{pending:i,rejected:n,fulfilled:r,typePrefix:t})}t.withTypes=function(){return t}}();var es="listenerMiddleware";Ga(es+"/add"),Ga(es+"/removeAll"),Ga(es+"/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[oa];return sa.get(e,t)},set:function(e){var o=this[oa];sa.set(o,t,e)}},o}function e(t){for(var e=t.length-1;e>=0;e--){var i=t[e][oa];if(!i.P)switch(i.i){case 5:r(i)&&Tn(i);break;case 4:o(i)&&Tn(i)}}}function o(t){for(var e=t.t,o=t.k,r=ia(o),i=r.length-1;i>=0;i--){var n=r[i];if(n!==oa){var a=e[n];if(void 0===a&&!xn(e,n))return!0;var s=o[n],l=s&&s[oa];if(l?l.t!==a:!wn(s,a))return!0}}var c=!!e[oa];return r.length!==ia(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){aa[t]||(aa[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=na(o);delete n[oa];for(var a=ia(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:Ln(),P:!1,I:!1,R:{},l:o,t:e,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,oa,{value:n,writable:!0}),i},S:function(t,o,i){i?gn(o)&&o[oa].A===t&&e(t.p):(t.u&&function t(e){if(e&&"object"==typeof e){var o=e[oa];if(o){var i=o.t,n=o.k,a=o.R,s=o.i;if(4===s)mn(n,(function(e){e!==oa&&(void 0!==i[e]||xn(i,e)?a[e]||t(n[e]):(a[e]=!0,Tn(o)))})),mn(i,(function(t){void 0!==n[t]||xn(n,t)||(a[t]=!1,Tn(o))}));else if(5===s){if(r(o)&&(Tn(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 os{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(sn(i))return i;if(null==r)return;const n=qa({...r,reducers:null!==(e=r.reducers)&&void 0!==e?e:{}}),a=Za({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 os(n,a)}constructor(t,e){this.reduxSlice=t,this.reduxStore=e,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new an,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 rs=Object.freeze({__proto__:null,FtCommandQueue:an,FtLitElementRedux:un,FtReduxStore:os,clearAllStores:function(){var t;for(let e of Object.values(null!==(t=window.ftReduxStores)&&void 0!==t?t:{}))sn(e)&&e.clear()},isFtReduxStore:sn,redux:nn,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 is=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 ns=Symbol("elementInternals");function as(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[ns].form}constructor(...t){super(t),this[ns]=this.attachInternals(),this[ns].role=e}setFormValue(t){this[ns].setFormValue(t)}}}var ss,ls,cs,fs,hs=Object.freeze({__proto__:null,toFtFormComponent:as});const ds=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(cs=null===(ls=null===(ss=window.safari)||void 0===ss?void 0:ss.pushNotification)||void 0===ls?void 0:ls.toString())&&void 0!==cs?cs:""),ps="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=null!==(fs=window.ftGlobals)&&void 0!==fs?fs:{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,...Yi,...tn,...en,...rn,...rs,...Fi,...is,...hs,isSafari:ds,isTouchScreen:ps}};const us=wo.extend("--ft-typography-font-family","",Cr.titleFont),ys=wo.extend("--ft-typography-font-family","",Cr.contentFont),gs={fontFamily:ys,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")},bs=wo.extend("--ft-typography-title-font-family","",us),ms=wo.extend("--ft-typography-title-font-size","",gs.fontSize,"20px"),vs=wo.extend("--ft-typography-title-font-weight","",gs.fontWeight,"normal"),xs=wo.extend("--ft-typography-title-letter-spacing","",gs.letterSpacing,"0.15px"),Os=wo.extend("--ft-typography-title-line-height","",gs.lineHeight,"1.2"),ws=wo.extend("--ft-typography-title-text-transform","",gs.textTransform,"inherit"),Ss=wo.extend("--ft-typography-title-dense-font-family","",us),Cs=wo.extend("--ft-typography-title-dense-font-size","",gs.fontSize,"14px"),Ns=wo.extend("--ft-typography-title-dense-font-weight","",gs.fontWeight,"normal"),Es=wo.extend("--ft-typography-title-dense-letter-spacing","",gs.letterSpacing,"0.105px"),$s=wo.extend("--ft-typography-title-dense-line-height","",gs.lineHeight,"1.7"),ks=wo.extend("--ft-typography-title-dense-text-transform","",gs.textTransform,"inherit"),Rs=wo.extend("--ft-typography-subtitle1-font-family","",ys),Is=wo.extend("--ft-typography-subtitle1-font-size","",gs.fontSize,"16px"),Ls=wo.extend("--ft-typography-subtitle1-font-weight","",gs.fontWeight,"600"),Us=wo.extend("--ft-typography-subtitle1-letter-spacing","",gs.letterSpacing,"0.144px"),As=wo.extend("--ft-typography-subtitle1-line-height","",gs.lineHeight,"1.5"),Ws=wo.extend("--ft-typography-subtitle1-text-transform","",gs.textTransform,"inherit"),Bs=wo.extend("--ft-typography-subtitle2-font-family","",ys),zs=wo.extend("--ft-typography-subtitle2-font-size","",gs.fontSize,"14px"),Fs=wo.extend("--ft-typography-subtitle2-font-weight","",gs.fontWeight,"normal"),_s=wo.extend("--ft-typography-subtitle2-letter-spacing","",gs.letterSpacing,"0.098px"),Ps=wo.extend("--ft-typography-subtitle2-line-height","",gs.lineHeight,"1.7"),js=wo.extend("--ft-typography-subtitle2-text-transform","",gs.textTransform,"inherit"),Ds=wo.extend("--ft-typography-body1-font-family","",ys),Ms=wo.extend("--ft-typography-body1-font-size","",gs.fontSize,"16px"),Ts=wo.extend("--ft-typography-body1-font-weight","",gs.fontWeight,"normal"),Hs=wo.extend("--ft-typography-body1-letter-spacing","",gs.letterSpacing,"0.496px"),Ks=wo.extend("--ft-typography-body1-line-height","",gs.lineHeight,"1.5"),Zs=wo.extend("--ft-typography-body1-text-transform","",gs.textTransform,"inherit"),Gs={fontFamily:wo.extend("--ft-typography-body2-font-family","",ys),fontSize:wo.extend("--ft-typography-body2-font-size","",gs.fontSize,"14px"),fontWeight:wo.extend("--ft-typography-body2-font-weight","",gs.fontWeight,"normal"),letterSpacing:wo.extend("--ft-typography-body2-letter-spacing","",gs.letterSpacing,"0.252px"),lineHeight:wo.extend("--ft-typography-body2-line-height","",gs.lineHeight,"1.4"),textTransform:wo.extend("--ft-typography-body2-text-transform","",gs.textTransform,"inherit")},Vs=wo.extend("--ft-typography-caption-font-family","",ys),qs=wo.extend("--ft-typography-caption-font-size","",gs.fontSize,"12px"),Ys=wo.extend("--ft-typography-caption-font-weight","",gs.fontWeight,"normal"),Js=wo.extend("--ft-typography-caption-letter-spacing","",gs.letterSpacing,"0.396px"),Xs=wo.extend("--ft-typography-caption-line-height","",gs.lineHeight,"1.33"),Qs=wo.extend("--ft-typography-caption-text-transform","",gs.textTransform,"inherit"),tl=wo.extend("--ft-typography-breadcrumb-font-family","",ys),el=wo.extend("--ft-typography-breadcrumb-font-size","",gs.fontSize,"10px"),ol=wo.extend("--ft-typography-breadcrumb-font-weight","",gs.fontWeight,"normal"),rl=wo.extend("--ft-typography-breadcrumb-letter-spacing","",gs.letterSpacing,"0.33px"),il=wo.extend("--ft-typography-breadcrumb-line-height","",gs.lineHeight,"1.6"),nl=wo.extend("--ft-typography-breadcrumb-text-transform","",gs.textTransform,"inherit"),al=wo.extend("--ft-typography-overline-font-family","",ys),sl=wo.extend("--ft-typography-overline-font-size","",gs.fontSize,"10px"),ll=wo.extend("--ft-typography-overline-font-weight","",gs.fontWeight,"normal"),cl=wo.extend("--ft-typography-overline-letter-spacing","",gs.letterSpacing,"1.5px"),fl=wo.extend("--ft-typography-overline-line-height","",gs.lineHeight,"1.6"),hl=wo.extend("--ft-typography-overline-text-transform","",gs.textTransform,"uppercase"),dl={fontFamily:wo.extend("--ft-typography-button-font-family","",ys),fontSize:wo.extend("--ft-typography-button-font-size","",gs.fontSize,"14px"),fontWeight:wo.extend("--ft-typography-button-font-weight","",gs.fontWeight,"600"),letterSpacing:wo.extend("--ft-typography-button-letter-spacing","",gs.letterSpacing,"1.246px"),lineHeight:wo.extend("--ft-typography-button-line-height","",gs.lineHeight,"1.15"),textTransform:wo.extend("--ft-typography-button-text-transform","",gs.textTransform,"uppercase")},pl=dt`
176
+ .ft-typography--title {
177
+ font-family: ${bs};
178
+ font-size: ${ms};
179
+ font-weight: ${vs};
180
+ letter-spacing: ${xs};
181
+ line-height: ${Os};
182
+ text-transform: ${ws};
183
+ }
184
+ `,ul=dt`
185
+ .ft-typography--title-dense {
186
+ font-family: ${Ss};
187
+ font-size: ${Cs};
188
+ font-weight: ${Ns};
189
+ letter-spacing: ${Es};
190
+ line-height: ${$s};
191
+ text-transform: ${ks};
192
+ }
193
+ `,yl=dt`
194
+ .ft-typography--subtitle1 {
195
+ font-family: ${Rs};
196
+ font-size: ${Is};
197
+ font-weight: ${Ls};
198
+ letter-spacing: ${Us};
199
+ line-height: ${As};
200
+ text-transform: ${Ws};
201
+ }
202
+ `,gl=dt`
203
+ .ft-typography--subtitle2 {
204
+ font-family: ${Bs};
205
+ font-size: ${zs};
206
+ font-weight: ${Fs};
207
+ letter-spacing: ${_s};
208
+ line-height: ${Ps};
209
+ text-transform: ${js};
210
+ }
211
+
212
+ `,bl=dt`
213
+ .ft-typography--body1 {
214
+ font-family: ${Ds};
215
+ font-size: ${Ms};
216
+ font-weight: ${Ts};
217
+ letter-spacing: ${Hs};
218
+ line-height: ${Ks};
219
+ text-transform: ${Zs};
220
+ }
221
+ `,ml=dt`
222
+ .ft-typography--body2 {
223
+ font-family: ${Gs.fontFamily};
224
+ font-size: ${Gs.fontSize};
225
+ font-weight: ${Gs.fontWeight};
226
+ letter-spacing: ${Gs.letterSpacing};
227
+ line-height: ${Gs.lineHeight};
228
+ text-transform: ${Gs.textTransform};
229
+ }
230
+ `,vl=dt`
231
+ .ft-typography--caption {
232
+ font-family: ${Vs};
233
+ font-size: ${qs};
234
+ font-weight: ${Ys};
235
+ letter-spacing: ${Js};
236
+ line-height: ${Xs};
237
+ text-transform: ${Qs};
238
+ }
239
+ `,xl=dt`
240
+ .ft-typography--breadcrumb {
241
+ font-family: ${tl};
242
+ font-size: ${el};
243
+ font-weight: ${ol};
244
+ letter-spacing: ${rl};
245
+ line-height: ${il};
246
+ text-transform: ${nl};
247
+ }
248
+ `,Ol=dt`
249
+ .ft-typography--overline {
250
+ font-family: ${al};
251
+ font-size: ${sl};
252
+ font-weight: ${ll};
253
+ letter-spacing: ${cl};
254
+ line-height: ${fl};
255
+ text-transform: ${hl};
256
+ }
257
+ `,wl=dt`
258
+ .ft-typography--button {
259
+ font-family: ${dl.fontFamily};
260
+ font-size: ${dl.fontSize};
261
+ font-weight: ${dl.fontWeight};
262
+ letter-spacing: ${dl.letterSpacing};
263
+ line-height: ${dl.lineHeight};
264
+ text-transform: ${dl.textTransform};
265
+ }
266
+ `,Sl=dt`
267
+ .ft-typography {
268
+ vertical-align: inherit;
269
+ }
270
+ `,Cl=[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)))],Nl=Symbol.for(""),El=t=>{if(t?.r===Nl)return t?._$litStatic$},$l=t=>({_$litStatic$:t,r:Nl}),kl=new Map,Rl=(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=El(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=kl.get(t))&&(a.raw=a,kl.set(t,e=a)),o=s}return t(e,...o)})(M);var Il;!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"}(Il||(Il={}));var Ll=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 Ul extends Mi{constructor(){super(...arguments),this.variant=Il.body1}render(){return this.element?Rl`
280
+ <${$l(this.element)}
281
+ class="ft-typography ft-typography--${this.variant}">
282
+ <slot></slot>
283
+ </${$l(this.element)}>
284
+ `:Rl`
285
+ <slot class="ft-typography ft-typography--${this.variant}"></slot>
286
+ `}}Ul.styles=[pl,ul,yl,gl,bl,ml,vl,xl,Ol,wl,Sl,...Cl],Ll([we()],Ul.prototype,"element",void 0),Ll([we()],Ul.prototype,"variant",void 0),bo("ft-typography")(Ul);const Al=wo.extend("--ft-ripple-color","",Cr.colorContent),Wl={color:Al,backgroundColor:wo.extend("--ft-ripple-background-color","",Al),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")},Bl=wo.extend("--ft-ripple-color","",Cr.colorPrimary),zl=Bl,Fl=wo.extend("--ft-ripple-background-color","",Bl),_l=wo.extend("--ft-ripple-color","",Cr.colorSecondary),Pl=_l,jl=wo.extend("--ft-ripple-background-color","",_l),Dl=dt`
287
+ :host {
288
+ display: contents;
289
+ }
290
+
291
+ .ft-ripple {
292
+ position: absolute;
293
+ inset: 0;
294
+ pointer-events: none;
295
+ }
296
+
297
+ .ft-ripple:not(.ft-ripple--unbounded) {
298
+ overflow: hidden;
299
+ border-radius: ${Wl.borderRadius};
300
+ }
301
+
302
+ .ft-ripple .ft-ripple--background,
303
+ .ft-ripple .ft-ripple--effect {
304
+ position: absolute;
305
+ opacity: 0;
306
+ }
307
+
308
+ .ft-ripple .ft-ripple--effect {
309
+ aspect-ratio: 1;
310
+ width: auto;
311
+ height: auto;
312
+ min-width: 170%;
313
+ min-height: 170%;
314
+ }
315
+
316
+ .ft-ripple .ft-ripple--background{
317
+ width: 100%;
318
+ height: 100%;
319
+ }
320
+
321
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--effect,
322
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--background {
323
+ aspect-ratio: 1;
324
+ width: auto;
325
+ height: auto;
326
+ max-width: unset;
327
+ max-height: unset;
328
+ min-width: 100%;
329
+ min-height: 100%;
330
+ }
331
+
332
+ .ft-ripple .ft-ripple--background {
333
+ background-color: ${Wl.backgroundColor};
334
+ }
335
+
336
+ .ft-ripple .ft-ripple--effect {
337
+ background-color: ${Wl.color};
338
+ }
339
+
340
+ .ft-ripple.ft-ripple--secondary .ft-ripple--background {
341
+ background-color: ${jl};
342
+ }
343
+
344
+ .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
345
+ background-color: ${Pl};
346
+ }
347
+
348
+ .ft-ripple.ft-ripple--primary .ft-ripple--background {
349
+ background-color: ${Fl};
350
+ }
351
+
352
+ .ft-ripple.ft-ripple--primary .ft-ripple--effect {
353
+ background-color: ${zl};
354
+ }
355
+
356
+ .ft-ripple .ft-ripple--background {
357
+ top: 0;
358
+ left: 0;
359
+ transition: opacity 75ms linear;
360
+ }
361
+
362
+ .ft-ripple .ft-ripple--effect,
363
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--background {
364
+ border-radius: 50%;
365
+ }
366
+
367
+ .ft-ripple .ft-ripple--effect {
368
+ transform: translate(-50%, -50%) scale(0.15);
369
+ transition: transform 300ms ease, opacity 75ms linear;
370
+ }
371
+
372
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--effect,
373
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--background {
374
+ left: 50%;
375
+ top: 50%;
376
+ }
377
+
378
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--background {
379
+ transform: translate(-50%, -50%);
380
+ }
381
+
382
+ .ft-ripple.ft-ripple--hovered .ft-ripple--background {
383
+ opacity: ${Wl.opacityContentOnSurfaceHover};
384
+ }
385
+
386
+ .ft-ripple.ft-ripple--selected .ft-ripple--background {
387
+ opacity: ${Wl.opacityContentOnSurfaceSelected};
388
+ }
389
+
390
+ .ft-ripple.ft-ripple--focused .ft-ripple--background {
391
+ opacity: ${Wl.opacityContentOnSurfaceFocused};
392
+ }
393
+
394
+ .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
395
+ opacity: ${Wl.opacityContentOnSurfacePressed};
396
+ transform: translate(-50%, -50%) scale(1);
397
+ }
398
+ `,Ml={color:wo.extend("--ft-loader-color","",Cr.colorPrimary),size:wo.create("--ft-loader-size","","SIZE","80px")},Tl=dt`
399
+ :host {
400
+ line-height: 0;
401
+ }
402
+
403
+ .ft-loader {
404
+ display: inline-block;
405
+ position: relative;
406
+
407
+ width: ${Ml.size};
408
+ height: ${Ml.size};
409
+ }
410
+
411
+ .ft-loader div {
412
+ position: absolute;
413
+ top: 37.5%;
414
+ width: 25%;
415
+ height: 25%;
416
+ border-radius: 50%;
417
+ background: ${Ml.color};
418
+ animation-timing-function: cubic-bezier(0, 1, 1, 0);
419
+ }
420
+
421
+ .ft-loader div:nth-child(1) {
422
+ left: 2.5%;
423
+ animation: appear 0.6s infinite;
424
+ }
425
+
426
+ .ft-loader div:nth-child(2) {
427
+ left: 2.5%;
428
+ animation: move 0.6s infinite;
429
+ }
430
+
431
+ .ft-loader div:nth-child(3) {
432
+ left: 37.5%;
433
+ animation: move 0.6s infinite;
434
+ }
435
+
436
+ .ft-loader div:nth-child(4) {
437
+ left: 72.5%;
438
+ animation: disappear 0.6s infinite;
439
+ }
440
+
441
+ @keyframes appear {
442
+ 0% {
443
+ transform: scale(0);
444
+ }
445
+ 100% {
446
+ transform: scale(1);
447
+ }
448
+ }
449
+
450
+ @keyframes disappear {
451
+ 0% {
452
+ transform: scale(1);
453
+ }
454
+ 100% {
455
+ transform: scale(0);
456
+ }
457
+ }
458
+
459
+ @keyframes move {
460
+ 0% {
461
+ transform: translate(0, 0);
462
+ }
463
+ 100% {
464
+ transform: translate(calc(0.35 * ${Ml.size}), 0);
465
+ }
466
+ }
467
+ `,Hl={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")},Kl=dt`
468
+ :host, i.ft-icon {
469
+ display: inline-flex;
470
+ align-items: center;
471
+ flex-shrink: 0;
472
+ flex-grow: 0;
473
+ }
474
+
475
+ :host {
476
+ width: ${Hl.size};
477
+ height: ${Hl.size};
478
+ }
479
+
480
+ i.ft-icon {
481
+ width: 100%;
482
+ height: 100%;
483
+ font-size: ${Hl.size};
484
+ line-height: 1;
485
+ font-weight: normal;
486
+ text-transform: none;
487
+ font-style: normal;
488
+ font-variant: normal;
489
+ speak: none;
490
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
491
+ text-rendering: auto;
492
+ -webkit-font-smoothing: antialiased;
493
+ -moz-osx-font-smoothing: grayscale;
494
+ vertical-align: ${Hl.verticalAlign};
495
+ }
496
+
497
+ i.ft-icon.ft-icon--fluid-topics {
498
+ font-family: ${Hl.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
499
+
500
+ /* Ugly fix because font is broken */
501
+ font-size: calc(0.75 * ${Hl.size});
502
+ line-height: ${Hl.size};
503
+ position: relative;
504
+ top: -4%;
505
+ justify-content: center;
506
+ }
507
+
508
+ .ft-icon--file-format {
509
+ font-family: ${Hl.fileFormatFontFamily}, ft-mime, sans-serif;
510
+ }
511
+
512
+ .ft-icon--material {
513
+ font-family: ${Hl.materialFontFamily}, "Material Icons", sans-serif;
514
+ }
515
+ `,Zl=wo.extend("--ft-button-color","",Cr.colorPrimary),Gl={backgroundColor:wo.extend("--ft-button-background-color","",Cr.colorSurface),borderRadius:wo.extend("--ft-button-border-radius","",Cr.borderRadiusL),color:Zl,fontSize:wo.extend("--ft-button-font-size","",dl.fontSize),iconSize:wo.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:wo.extend("--ft-button-ripple-color","",Zl),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")},Vl=wo.extend("--ft-button-primary-color","",wo.extend("--ft-button-color","",Cr.colorOnPrimary)),ql={backgroundColor:wo.extend("--ft-button-primary-background-color","",wo.extend("--ft-button-background-color","",Cr.colorPrimary)),color:Vl,rippleColor:wo.extend("--ft-button-primary-ripple-color","",Vl)},Yl=wo.extend("--ft-button-dense-border-radius","",wo.extend("--ft-button-border-radius","",Cr.borderRadiusM)),Jl=wo.create("--ft-button-dense-vertical-padding","","SIZE","2px"),Xl=wo.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),Ql=wo.create("--ft-button-dense-icon-padding","","SIZE","4px"),tc=[dt`
516
+ :host {
517
+ display: inline-block;
518
+ max-width: 100%;
519
+ pointer-events: none;
520
+ }
521
+
522
+ button {
523
+ box-shadow: 0px 0px 0px transparent;
524
+ border: 0px solid transparent;
525
+ text-shadow: 0px 0px 0px transparent;
526
+ font-size: ${Gl.fontSize};
527
+ }
528
+
529
+ button:hover {
530
+ box-shadow: 0px 0px 0px transparent;
531
+ border: 0px solid transparent;
532
+ text-shadow: 0px 0px 0px transparent;
533
+ }
534
+
535
+ button:active {
536
+ outline: none;
537
+ border: none;
538
+ }
539
+
540
+ button:focus {
541
+ outline: 0;
542
+ }
543
+
544
+ .ft-button {
545
+ position: relative;
546
+ display: flex;
547
+ justify-content: center;
548
+ align-items: center;
549
+ width: 100%;
550
+ overflow: hidden;
551
+ box-sizing: border-box;
552
+ border: none;
553
+ pointer-events: auto;
554
+
555
+ --ft-button-internal-line-height: max(calc(${Gl.fontSize} + 2px), ${Gl.iconSize});
556
+ --ft-button-internal-color: ${Gl.color};
557
+ ${So(Hl.size,Gl.iconSize)};
558
+ ${So(Wl.color,Gl.rippleColor)};
559
+
560
+ border-radius: ${Gl.borderRadius};
561
+ padding: ${Gl.verticalPadding} ${Gl.horizontalPadding};
562
+ background-color: ${Gl.backgroundColor};
563
+ color: var(--ft-button-internal-color);
564
+ -webkit-mask-image: radial-gradient(white, black);
565
+ }
566
+
567
+ .ft-button.ft-button--outlined {
568
+ border: 1px solid var(--ft-button-internal-color);
569
+ padding: calc(${Gl.verticalPadding} - 1px) calc(${Gl.horizontalPadding} - 1px);
570
+ }
571
+
572
+ .ft-button.ft-button--dense {
573
+ padding: ${Jl} ${Xl};
574
+ border-radius: ${Yl};
575
+ gap: ${Ql};
576
+ }
577
+
578
+ .ft-button.ft-button--dense.ft-button--outlined {
579
+ padding: calc(${Jl} - 1px) calc(${Xl} - 1px);
580
+ }
581
+
582
+ .ft-button:not([disabled]):hover {
583
+ cursor: pointer;
584
+ }
585
+
586
+ .ft-button--round {
587
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Gl.verticalPadding});
588
+ }
589
+
590
+ .ft-button--round.ft-button--dense {
591
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Jl});
592
+ }
593
+
594
+ .ft-button[disabled] {
595
+ filter: grayscale(1);
596
+ opacity: ${Gl.opacityDisabled};
597
+ }
598
+
599
+ .ft-button.ft-button--primary {
600
+ background-color: ${ql.backgroundColor};
601
+ --ft-button-internal-color: ${ql.color};
602
+ ${So(Wl.color,ql.rippleColor)};
603
+ }
604
+
605
+ .ft-button:focus {
606
+ outline: none;
607
+ }
608
+
609
+ .ft-button--label {
610
+ position: relative;
611
+ overflow: hidden;
612
+ white-space: nowrap;
613
+ text-overflow: ellipsis;
614
+ display: block;
615
+ margin: 0 ${Gl.iconPadding};
616
+ ${So(dl.fontSize,"1em")};
617
+ ${So(dl.lineHeight,"var(--ft-button-internal-line-height)")};
618
+ }
619
+
620
+ .ft-button--dense .ft-button--label {
621
+ margin: 0 ${Ql};
622
+ }
623
+
624
+ .ft-button--label[hidden] {
625
+ display: none;
626
+ }
627
+
628
+ ft-icon {
629
+ flex-shrink: 0;
630
+ position: relative;
631
+ }
632
+
633
+ .ft-button--label[hidden] + ft-icon {
634
+ margin: 0 calc(${Gl.horizontalPadding} * -1);
635
+ padding: 0 ${Gl.verticalPadding};
636
+ }
637
+
638
+ .ft-button--dense .ft-button--label[hidden] + ft-icon {
639
+ margin: 0 calc(${Xl} * -1);
640
+ padding: 0 ${Jl};
641
+ }
642
+
643
+ .ft-button:not(.ft-button--trailing-icon) ft-icon,
644
+ .ft-button:not(.ft-button--trailing-icon) ft-loader {
645
+ order: -1;
646
+ }
647
+
648
+ ft-loader {
649
+ ${So(Ml.size,Gl.iconSize)};
650
+ ${So(Ml.color,"var(--ft-button-internal-color)")};
651
+ }
652
+ `,Ji];var ec=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 oc 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`
653
+ <style>
654
+ .ft-ripple .ft-ripple--effect {
655
+ left: ${this.originX}px;
656
+ top: ${this.originY}px;
657
+ }
658
+ </style>
659
+ <div class="${Ke(t)}">
660
+ <div class="ft-ripple--background"></div>
661
+ <div class="ft-ripple--effect"></div>
662
+ </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()}}oc.elementDefinitions={},oc.styles=Dl,ec([we({type:Boolean})],oc.prototype,"primary",void 0),ec([we({type:Boolean})],oc.prototype,"secondary",void 0),ec([we({type:Boolean})],oc.prototype,"unbounded",void 0),ec([we({type:Boolean})],oc.prototype,"activated",void 0),ec([we({type:Boolean})],oc.prototype,"selected",void 0),ec([we({type:Boolean})],oc.prototype,"disabled",void 0),ec([Se()],oc.prototype,"hovered",void 0),ec([Se()],oc.prototype,"focused",void 0),ec([Se()],oc.prototype,"pressed",void 0),ec([Se()],oc.prototype,"rippling",void 0),ec([Se()],oc.prototype,"originX",void 0),ec([Se()],oc.prototype,"originY",void 0),ec([Ee(".ft-ripple")],oc.prototype,"ripple",void 0),ec([Ee(".ft-ripple--effect")],oc.prototype,"rippleEffect",void 0),bo("ft-ripple")(oc);const rc=wo.create("--ft-tooltip-distance","","SIZE","4px"),ic=wo.create("--ft-tooltip-color","","COLOR","#FFFFFF"),nc=wo.create("--ft-tooltip-background-color","","COLOR","#666666"),ac=wo.create("--ft-tooltip-z-index","","NUMBER","100"),sc=wo.external(Cr.borderRadiusS,"Design system"),lc=wo.create("--ft-tooltip-max-width","","SIZE","150px"),cc=dt`
664
+ .ft-tooltip--container {
665
+ display: block;
666
+ }
667
+
668
+ .ft-tooltip--inline {
669
+ display: inline-block;
670
+ max-width: 100%;
671
+ }
672
+
673
+ .ft-tooltip {
674
+ position: fixed;
675
+ box-sizing: border-box;
676
+ overflow: hidden;
677
+ width: max-content;
678
+ max-width: ${lc};
679
+ text-align: center;
680
+ padding: ${rc};
681
+ z-index: ${ac};
682
+ }
683
+
684
+ .ft-tooltip--content {
685
+ padding: 4px 8px;
686
+ border-radius: ${sc};
687
+ background-color: ${nc};
688
+ color: ${ic};
689
+ position: relative;
690
+ word-break: break-word;
691
+ }
692
+ `;var fc,hc,dc,pc=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 uc 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`
693
+ <div part="container"
694
+ class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
695
+ @mouseenter=${this.onHover}
696
+ @mouseleave=${this.onOut}
697
+ @focusin=${this.onHover}
698
+ @focusout=${this.onOut}
699
+ @touchstart=${this.onTouch}>
700
+ <slot part="slot" @click=${this.onClick}></slot>
701
+ <div part="tooltip" role="tooltip" inert
702
+ class="ft-tooltip ft-tooltip--${this.validPosition}"
703
+ ?hidden=${!this.visible}>
704
+ <div part="tooltip-content" class="ft-tooltip--content">
705
+ <slot name="text"></slot>
706
+ <ft-typography variant="caption" ?hidden=${!this.text}>${this.text}</ft-typography>
707
+ </div>
708
+ </div>
709
+ </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))}}uc.elementDefinitions={"ft-typography":Ul},uc.styles=cc,pc([we()],uc.prototype,"text",void 0),pc([we({type:Boolean})],uc.prototype,"manual",void 0),pc([we({type:Boolean})],uc.prototype,"inline",void 0),pc([we({type:Number})],uc.prototype,"delay",void 0),pc([we()],uc.prototype,"position",void 0),pc([Ie()],uc.prototype,"slotNodes",void 0),pc([Ee(".ft-tooltip--container")],uc.prototype,"container",void 0),pc([Ee(".ft-tooltip")],uc.prototype,"tooltip",void 0),pc([Ee(".ft-tooltip--content")],uc.prototype,"tooltipContent",void 0),pc([Se()],uc.prototype,"visible",void 0),pc([Ce({passive:!0})],uc.prototype,"onTouch",null),pc([Ce({passive:!0})],uc.prototype,"onHover",null),pc([Ce({passive:!0})],uc.prototype,"onOut",null),pc([Ce({passive:!0})],uc.prototype,"onClick",null),bo("ft-tooltip")(uc),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;"}(fc||(fc={})),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;"}(hc||(hc={})),new Map([...["abw"].map((t=>[t,hc.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,hc.AUDIO])),...["avi"].map((t=>[t,hc.AVI])),...["chm","xhs"].map((t=>[t,hc.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,hc.CODE])),...["csv"].map((t=>[t,hc.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,hc.DITA])),...["epub"].map((t=>[t,hc.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,hc.EXCEL])),...["flac"].map((t=>[t,hc.FLAC])),...["gif"].map((t=>[t,hc.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,hc.GZIP])),...["html","htm","xhtml"].map((t=>[t,hc.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,hc.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,hc.JPEG])),...["json"].map((t=>[t,hc.JSON])),...["m4a","m4p"].map((t=>[t,hc.M4A])),...["mov","qt"].map((t=>[t,hc.MOV])),...["mp3"].map((t=>[t,hc.MP3])),...["mp4","m4v"].map((t=>[t,hc.MP4])),...["ogg","oga"].map((t=>[t,hc.OGG])),...["pdf","ps"].map((t=>[t,hc.PDF])),...["png"].map((t=>[t,hc.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,hc.POWERPOINT])),...["rar"].map((t=>[t,hc.RAR])),...["stp"].map((t=>[t,hc.STP])),...["txt","rtf","md","mdown"].map((t=>[t,hc.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,hc.VIDEO])),...["wav"].map((t=>[t,hc.WAV])),...["wma"].map((t=>[t,hc.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,hc.WORD])),...["xml","xsl","rdf"].map((t=>[t,hc.XML])),...["yaml","yml","x-yaml"].map((t=>[t,hc.YAML])),...["zip"].map((t=>[t,hc.ZIP]))]),hc.ABW,hc.AUDIO,hc.AVI,hc.CHM,hc.CODE,hc.CSV,hc.DITA,hc.EPUB,hc.EXCEL,hc.FLAC,hc.GIF,hc.GZIP,hc.HTML,hc.IMAGE,hc.JPEG,hc.JSON,hc.M4A,hc.MOV,hc.MP3,hc.MP4,hc.OGG,hc.PDF,hc.PNG,hc.POWERPOINT,hc.RAR,hc.STP,hc.TEXT,hc.UNKNOWN,hc.VIDEO,hc.WAV,hc.WMA,hc.WORD,hc.XML,hc.YAML,hc.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(dc||(dc={}));var yc=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 gc extends Mi{constructor(){super(...arguments),this.resolvedIcon=te}render(){const t=this.variant&&Object.values(dc).includes(this.variant)?this.variant:dc.fluid_topics,e=t!==dc.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>
714
+ </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 dc.file_format:this.resolvedIcon=null!==(t=hc[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case dc.material:this.resolvedIcon=this.value||te;break;default:this.resolvedIcon=null!==(e=fc[o.replace("-","_").toUpperCase()])&&void 0!==e?e:o}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}gc.elementDefinitions={},gc.styles=Kl,yc([we()],gc.prototype,"variant",void 0),yc([we()],gc.prototype,"value",void 0),yc([Se()],gc.prototype,"resolvedIcon",void 0),yc([Ee("slot")],gc.prototype,"slottedContent",void 0),bo("ft-icon")(gc);class bc extends Mi{render(){return Jt`
716
+ <div class="ft-loader">
717
+ <div></div>
718
+ <div></div>
719
+ <div></div>
720
+ <div></div>
721
+ </div>
722
+ `}}bc.styles=Tl,bo("ft-loader")(bc);var mc=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 vc extends(as(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`
723
+ <button part="button"
724
+ class="${Ke(this.buttonClasses)}"
725
+ aria-label="${this.getLabel()}"
726
+ ?disabled=${this.isDisabled()}>
727
+ <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
728
+ <ft-typography part="label"
729
+ variant=${this.typographyVariant}
730
+ element="span"
731
+ class="ft-button--label ${ds?"ft-safari-ellipsis-fix":""}"
732
+ ?hidden=${!this.hasTextContent()}>
733
+ <slot @slotchange=${this.onSlotchange}></slot>
734
+ </ft-typography>
735
+ ${this.resolveIcon()}
736
+ </button>
737
+ `)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?Jt`
738
+ <ft-tooltip part="tooltip"
739
+ text="${this.getLabel()}"
740
+ position="${this.tooltipPosition}">
741
+ ${t}
742
+ </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}}vc.elementDefinitions={"ft-ripple":oc,"ft-tooltip":uc,"ft-typography":Ul,"ft-icon":gc,"ft-loader":bc},mc([we({type:String,reflect:!0})],vc.prototype,"role",void 0),mc([we()],vc.prototype,"type",void 0),mc([we({type:Boolean})],vc.prototype,"disabled",void 0),mc([we()],vc.prototype,"label",void 0),mc([we()],vc.prototype,"icon",void 0),mc([we()],vc.prototype,"iconVariant",void 0),mc([we({type:Boolean})],vc.prototype,"trailingIcon",void 0),mc([we({type:Boolean})],vc.prototype,"loading",void 0),mc([we()],vc.prototype,"tooltipPosition",void 0),mc([we({type:Boolean})],vc.prototype,"hideTooltip",void 0),mc([we({type:Boolean})],vc.prototype,"forceTooltip",void 0),mc([Ee(".ft-button")],vc.prototype,"button",void 0),mc([Ee(".ft-button--label slot")],vc.prototype,"slottedContent",void 0);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 Oc extends vc{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"}}Oc.styles=[Qi,tc],xc([we({type:Boolean})],Oc.prototype,"primary",void 0),xc([we({type:Boolean})],Oc.prototype,"outlined",void 0),xc([we({type:Boolean})],Oc.prototype,"dense",void 0),xc([we({type:Boolean})],Oc.prototype,"round",void 0);const wc=[dt`
746
+ :host {
747
+ display: inline-block;
748
+ max-width: 100%;
749
+ pointer-events: none;
750
+ }
751
+
752
+ /** Remove default button styles **/
753
+
754
+ button {
755
+ box-shadow: 0 0 0 transparent;
756
+ border: 0 solid transparent;
757
+ text-shadow: 0 0 0 transparent;
758
+ }
759
+
760
+ button:hover {
761
+ box-shadow: 0 0 0 transparent;
762
+ text-shadow: 0 0 0 transparent;
763
+ }
764
+
765
+ button:active {
766
+ outline: none;
767
+ }
768
+
769
+ button:focus {
770
+ outline: 0;
771
+ }
772
+
773
+ /** Base styles **/
774
+
775
+ .ft-button {
776
+ position: relative;
777
+ display: flex;
778
+ justify-content: center;
779
+ align-items: center;
780
+ width: 100%;
781
+ overflow: hidden;
782
+ box-sizing: border-box;
783
+ pointer-events: auto;
784
+ }
785
+
786
+ .ft-button:not([disabled]):hover {
787
+ cursor: pointer;
788
+ }
789
+
790
+ .ft-button:focus {
791
+ outline: none;
792
+ }
793
+
794
+ .ft-button:focus-visible {
795
+ outline-color: ${Qo.focusFocusRingColor};
796
+ outline-style: solid;
797
+ }
798
+
799
+ ft-icon {
800
+ flex-shrink: 0;
801
+ position: relative;
802
+ }
803
+
804
+ .ft-button:not(.ft-button--trailing-icon) ft-icon,
805
+ .ft-button:not(.ft-button--trailing-icon) ft-loader {
806
+ order: -1;
807
+ }
808
+
809
+ .ft-button--label {
810
+ position: relative;
811
+ overflow: hidden;
812
+ white-space: nowrap;
813
+ text-overflow: ellipsis;
814
+ display: block;
815
+ }
816
+
817
+ .ft-button--label[hidden] {
818
+ display: none;
819
+ }
820
+
821
+ /** Primary styles **/
822
+
823
+ .ft-button--primary {
824
+ ${So(Ml.color,Qo.primaryIconColor)};
825
+
826
+ ${So(Wl.color,Qo.primaryStateLayerColor)};
827
+ ${So(Wl.opacityContentOnSurfaceHover,Qo.primaryHoverStateLayerOpacity)};
828
+ ${So(Wl.opacityContentOnSurfaceFocused,Qo.primaryFocusStateLayerOpacity)};
829
+ ${So(Wl.opacityContentOnSurfaceSelected,Qo.primaryActiveStateLayerOpacity)};
830
+ ${So(Wl.opacityContentOnSurfacePressed,Qo.primaryActiveStateLayerOpacity)};
831
+
832
+ background-color: ${Qo.primaryBackgroundColor};
833
+ color: ${Qo.primaryColor};
834
+ border-style: none;
835
+ }
836
+
837
+ .ft-button--primary[disabled] {
838
+ opacity: ${Qo.primaryDisabledComponentOpacity};
839
+ }
840
+
841
+ .ft-button--primary ft-icon {
842
+ color: ${Qo.primaryIconColor};
843
+ }
844
+
845
+ /** Secondary styles **/
846
+
847
+ .ft-button--secondary {
848
+ ${So(Ml.color,Qo.secondaryIconColor)};
849
+
850
+ ${So(Wl.color,Qo.secondaryStateLayerColor)};
851
+ ${So(Wl.opacityContentOnSurfaceHover,Qo.secondaryHoverStateLayerOpacity)};
852
+ ${So(Wl.opacityContentOnSurfaceFocused,Qo.secondaryFocusStateLayerOpacity)};
853
+ ${So(Wl.opacityContentOnSurfaceSelected,Qo.secondaryActiveStateLayerOpacity)};
854
+ ${So(Wl.opacityContentOnSurfacePressed,Qo.secondaryActiveStateLayerOpacity)};
855
+
856
+ background-color: ${Qo.secondaryBackgroundColor};
857
+ color: ${Qo.secondaryColor};
858
+ border-color: ${Qo.secondaryBorderColor};
859
+ border-style: solid;
860
+ }
861
+
862
+ .ft-button--secondary[disabled] {
863
+ opacity: ${Qo.secondaryDisabledComponentOpacity};
864
+ }
865
+
866
+ .ft-button--secondary ft-icon {
867
+ color: ${Qo.secondaryIconColor};
868
+ }
869
+
870
+ /** Tertiary styles **/
871
+
872
+ .ft-button--tertiary {
873
+ ${So(Ml.color,Qo.tertiaryIconColor)};
874
+
875
+ ${So(Wl.color,Qo.tertiaryStateLayerColor)};
876
+ ${So(Wl.opacityContentOnSurfaceHover,Qo.tertiaryHoverStateLayerOpacity)};
877
+ ${So(Wl.opacityContentOnSurfaceFocused,Qo.tertiaryFocusStateLayerOpacity)};
878
+ ${So(Wl.opacityContentOnSurfaceSelected,Qo.tertiaryActiveStateLayerOpacity)};
879
+ ${So(Wl.opacityContentOnSurfacePressed,Qo.tertiaryActiveStateLayerOpacity)};
880
+
881
+ background-color: ${Qo.tertiaryBackgroundColor};
882
+ color: ${Qo.tertiaryColor};
883
+ border-style: none;
884
+ }
885
+
886
+ .ft-button--tertiary[disabled] {
887
+ opacity: ${Qo.tertiaryDisabledComponentOpacity};
888
+ }
889
+
890
+ .ft-button--tertiary ft-icon {
891
+ color: ${Qo.tertiaryIconColor};
892
+ }
893
+
894
+ /** Neutral styles **/
895
+
896
+ .ft-button--neutral {
897
+ ${So(Ml.color,Qo.neutralIconColor)};
898
+
899
+ ${So(Wl.backgroundColor,Qo.neutralStateLayerColor)};
900
+ ${So(Wl.opacityContentOnSurfaceHover,Qo.neutralHoverStateLayerOpacity)};
901
+ ${So(Wl.opacityContentOnSurfaceFocused,Qo.neutralFocusStateLayerOpacity)};
902
+ ${So(Wl.opacityContentOnSurfaceSelected,Qo.neutralActiveStateLayerOpacity)};
903
+ ${So(Wl.opacityContentOnSurfacePressed,Qo.neutralActiveStateLayerOpacity)};
904
+
905
+ background-color: ${Qo.neutralBackgroundColor};
906
+ color: ${Qo.neutralColor};
907
+ border-style: none;
908
+ }
909
+
910
+ .ft-button--neutral[disabled] {
911
+ opacity: ${Qo.neutralDisabledComponentOpacity};
912
+ }
913
+
914
+ .ft-button--neutral ft-icon {
915
+ color: ${Qo.neutralIconColor};
916
+ }
917
+
918
+ /** Large styles **/
919
+
920
+ .ft-button--large {
921
+ ${So(Hl.size,Qo.largeIconSize)};
922
+ ${So(Ml.size,Qo.largeIconSize)};
923
+
924
+ height: ${Qo.largeHeight};
925
+ padding: 0 ${Qo.largeHorizontalPadding};
926
+ gap: ${Qo.largeGap};
927
+ border-radius: ${Qo.largeBorderRadius};
928
+ border-width: ${Qo.largeBorderWidth};
929
+ }
930
+
931
+ .ft-button--large:focus-visible {
932
+ outline-width: ${Qo.largeFocusOutlineWidth};
933
+ outline-offset: ${Qo.largeFocusOutlineOffset};
934
+ }
935
+
936
+ .ft-button--large.ft-button--icon-only {
937
+ width: ${Qo.largeIconOnlyWidth};
938
+ padding: unset;
939
+ }
940
+
941
+ /** Small styles **/
942
+
943
+ .ft-button--small {
944
+ ${So(Hl.size,Qo.smallIconSize)};
945
+ ${So(Ml.size,Qo.smallIconSize)};
946
+
947
+ height: ${Qo.smallHeight};
948
+ padding: 0 ${Qo.smallHorizontalPadding};
949
+ gap: ${Qo.smallGap};
950
+ border-radius: ${Qo.smallBorderRadius};
951
+ border-width: ${Qo.smallBorderWidth};
952
+ }
953
+
954
+ .ft-button--small:focus-visible {
955
+ outline-width: ${Qo.smallFocusOutlineWidth};
956
+ outline-offset: ${Qo.smallFocusOutlineOffset};
957
+ }
958
+
959
+ .ft-button--small.ft-button--icon-only {
960
+ width: ${Qo.smallIconOnlyWidth};
961
+ padding: unset;
962
+ }
963
+ `,Ji];var Sc=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 Cc extends vc{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?Il.caption1medium:Il.body2medium}}Cc.styles=[Qi,wc],Sc([we({type:Boolean})],Cc.prototype,"primary",void 0),Sc([we({type:Boolean})],Cc.prototype,"secondary",void 0),Sc([we({type:Boolean})],Cc.prototype,"tertiary",void 0),Sc([we({type:Boolean})],Cc.prototype,"neutral",void 0),Sc([we({type:Boolean})],Cc.prototype,"small",void 0),bo("ft-button")(Oc),bo("ftds-button")(Cc);const Nc=wo.extend("--ft-checkbox-text-color","",Cr.colorOnSurfaceHigh),Ec=wo.extend("--ft-checkbox-font-size","",gs.fontSize),$c=wo.external(Cr.colorPrimary,"Design system"),kc=wo.external(Cr.colorOnPrimary,"Design system"),Rc=wo.extend("--ft-checkbox-border-color","",Cr.colorOnSurfaceMedium),Ic=wo.external(Cr.colorOnSurfaceDisabled,"Design system"),Lc=dt`
964
+ * {
965
+ box-sizing: border-box;
966
+ }
967
+
968
+ .ft-checkbox {
969
+ box-sizing: border-box;
970
+ color: ${Nc};
971
+ font-size: ${Ec};
972
+
973
+ display: inline-flex;
974
+ align-items: center;
975
+ gap: 4px;
976
+ }
977
+
978
+ .ft-checkbox--disabled {
979
+ color: ${Ic};
980
+ }
981
+
982
+ input {
983
+ opacity: 0;
984
+ position: absolute;
985
+ width: 40px;
986
+ height: 40px;
987
+ margin: 0;
988
+ }
989
+
990
+ .ft-checkbox--box-container {
991
+ position: relative;
992
+ width: 40px;
993
+ height: 40px;
994
+
995
+ display: flex;
996
+ justify-content: center;
997
+ align-items: center;
998
+ flex-shrink: 0;
999
+ }
1000
+
1001
+ .ft-checkbox--box {
1002
+ display: flex;
1003
+ border: 2px solid ${Rc};
1004
+ border-radius: 2px;
1005
+
1006
+ width: 18px;
1007
+ height: 18px;
1008
+
1009
+ color: ${kc};
1010
+ }
1011
+
1012
+
1013
+ .ft-checkbox--checked .ft-checkbox--box,
1014
+ .ft-checkbox--indeterminate .ft-checkbox--box {
1015
+ border-color: ${$c};
1016
+ background-color: ${$c};
1017
+ }
1018
+
1019
+ .ft-checkbox--disabled .ft-checkbox--box {
1020
+ border-color: ${Ic};
1021
+ background-color: transparent;
1022
+ color: ${Ic};
1023
+ }
1024
+
1025
+ .ft-checkbox--checkmark {
1026
+ transition: opacity 180ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 180ms cubic-bezier(0, 0, 0.2, 1) 0ms;
1027
+ opacity: 0;
1028
+ }
1029
+
1030
+ .ft-checkbox--checkmark-path {
1031
+ stroke-dashoffset: 0;
1032
+ stroke: currentcolor;
1033
+ stroke-width: 3px;
1034
+ stroke-dasharray: 30;
1035
+ }
1036
+
1037
+ .ft-checkbox--checked .ft-checkbox--checkmark,
1038
+ .ft-checkbox--indeterminate .ft-checkbox--checkmark {
1039
+ opacity: 1;
1040
+ }
1041
+ `;var 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 Ac 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">
1043
+ <div class="ft-checkbox--box-container">
1044
+ <ft-ripple
1045
+ ?disabled=${this.disabled}
1046
+ ?primary=${this.checked||this.indeterminate}
1047
+ unbounded>
1048
+ </ft-ripple>
1049
+ <div class="ft-checkbox--box">
1050
+ <svg class="ft-checkbox--checkmark" viewBox="0 0 24 24">
1051
+ <path class="ft-checkbox--checkmark-path" fill="none"
1052
+ d=${this.indeterminate&&!this.checked?"M2,12 22,12":"M1.73,12.91 8.1,19.28 22.79,4.59"}></path>
1053
+ </svg>
1054
+ </div>
1055
+ <input type="checkbox"
1056
+ id="checkbox-input"
1057
+ name="${this.name}"
1058
+ .checked=${this.checked}
1059
+ .disabled=${this.disabled}
1060
+ @change=${this.onChange}
1061
+ aria-checked=${this.indeterminate?"mixed":this.checked?"true":"false"}
1062
+ >
1063
+ </div>
1064
+ <ft-typography variant="body2">
1065
+ <slot></slot>
1066
+ </ft-typography>
1067
+ </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)}}Ac.elementDefinitions={"ft-ripple":oc,"ft-typography":Ul},Ac.styles=Lc,Uc([we()],Ac.prototype,"name",void 0),Uc([we({type:Boolean,reflect:!0})],Ac.prototype,"checked",void 0),Uc([we({type:Boolean})],Ac.prototype,"indeterminate",void 0),Uc([we({type:Boolean})],Ac.prototype,"disabled",void 0),Uc([Ee(".ft-checkbox")],Ac.prototype,"container",void 0),Uc([Ee("ft-ripple")],Ac.prototype,"ripple",void 0),bo("ft-checkbox")(Ac);const Wc=wo.extend("--ft-radio-text-color","",Cr.colorOnSurfaceHigh),Bc=wo.external(Cr.colorPrimary,"Design system"),zc=(wo.external(Cr.colorOnPrimary,"Design system"),wo.extend("--ft-radio-border-color","",Cr.colorOnSurfaceMedium)),Fc=wo.external(Cr.colorOnSurfaceDisabled,"Design system"),_c=dt`
1069
+ * {
1070
+ box-sizing: border-box;
1071
+ }
1072
+
1073
+ .ft-radio {
1074
+ box-sizing: border-box;
1075
+ color: ${Wc};
1076
+
1077
+ display: inline-flex;
1078
+ align-items: center;
1079
+ gap: 4px;
1080
+ }
1081
+
1082
+ .ft-radio--disabled {
1083
+ color: ${Fc};
1084
+ }
1085
+
1086
+ input {
1087
+ opacity: 0;
1088
+ position: absolute;
1089
+ width: 40px;
1090
+ height: 40px;
1091
+ margin: 0;
1092
+ }
1093
+
1094
+ .ft-radio--box-container {
1095
+ position: relative;
1096
+ width: 40px;
1097
+ height: 40px;
1098
+
1099
+ display: flex;
1100
+ justify-content: center;
1101
+ align-items: center;
1102
+ flex-shrink: 0;
1103
+ }
1104
+
1105
+ .ft-radio--box {
1106
+ border: 2px solid ${zc};
1107
+ border-radius: 50%;
1108
+
1109
+ display: flex;
1110
+ justify-content: center;
1111
+ align-items: center;
1112
+
1113
+ width: 20px;
1114
+ height: 20px;
1115
+ }
1116
+
1117
+ .ft-radio--box:after {
1118
+ content: " ";
1119
+ background-color: ${Bc};
1120
+
1121
+ border-radius: 50%;
1122
+
1123
+ width: 12px;
1124
+ height: 12px;
1125
+
1126
+ transform: scale(0);
1127
+ transition: transform 100ms ease;
1128
+ }
1129
+
1130
+ .ft-radio--checked .ft-radio--box {
1131
+ border-color: ${Bc};
1132
+ }
1133
+
1134
+
1135
+ .ft-radio--checked .ft-radio--box:after {
1136
+ transform: scale(1);
1137
+ }
1138
+
1139
+ .ft-radio--disabled .ft-radio--box {
1140
+ border-color: ${Fc};
1141
+ background-color: transparent;
1142
+ }
1143
+
1144
+ .ft-radio--disabled .ft-radio--box:after {
1145
+ background-color: ${Fc};
1146
+ }
1147
+ `;var Pc=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 jc extends CustomEvent{constructor(t,e){super("change",{detail:{value:t,checked:e},bubbles:!0,composed:!0})}}class Dc 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)}">
1149
+ <div class="ft-radio--box-container">
1150
+ <ft-ripple
1151
+ ?disabled=${this.disabled}
1152
+ ?primary=${this.checked}
1153
+ unbounded>
1154
+ </ft-ripple>
1155
+ <div class="ft-radio--box">
1156
+ </div>
1157
+ <input id="radio-button"
1158
+ type="radio"
1159
+ name="${this.name}"
1160
+ value="${this.value}"
1161
+ .checked=${this.checked}
1162
+ .disabled=${this.disabled}
1163
+ @change=${this.onChange}
1164
+ >
1165
+ </div>
1166
+ <label for="radio-button" @click=${t=>t.stopPropagation()}>
1167
+ <ft-typography variant="body2">
1168
+ <slot></slot>
1169
+ </ft-typography>
1170
+ </label>
1171
+ </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 jc(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 jc(this.value,this.checked))}}Dc.elementDefinitions={"ft-ripple":oc,"ft-typography":Ul},Dc.styles=_c,Pc([we()],Dc.prototype,"value",void 0),Pc([we()],Dc.prototype,"name",void 0),Pc([we({type:Boolean,reflect:!0})],Dc.prototype,"checked",void 0),Pc([we({type:Boolean})],Dc.prototype,"disabled",void 0),Pc([we({reflect:!0})],Dc.prototype,"tabIndex",void 0),Pc([we({reflect:!0,attribute:"role"})],Dc.prototype,"role",void 0),Pc([Ee(".ft-radio")],Dc.prototype,"container",void 0),Pc([Ee("ft-ripple")],Dc.prototype,"ripple",void 0),Pc([Ee("input")],Dc.prototype,"input",void 0);const Mc=dt`
1173
+ :host {
1174
+ display: contents;
1175
+ }
1176
+ `;var Tc=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 Hc extends Mi{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.ariaLabelledBy=""}render(){return Jt`
1177
+ <slot @slotchange=${this.onSlotChange}
1178
+ @change=${this.onChange}
1179
+ @keydown=${this.onKeyDown}
1180
+ ></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)}}Hc.elementDefinitions={},Hc.styles=Mc,Tc([we()],Hc.prototype,"name",void 0),Tc([we({reflect:!0,attribute:"role"})],Hc.prototype,"role",void 0),Tc([we({reflect:!0,attribute:"aria-labelledby"})],Hc.prototype,"ariaLabelledBy",void 0),Tc([Re()],Hc.prototype,"radioButtons",void 0),bo("ft-radio")(Dc),bo("ft-radio-group")(Hc);const Kc={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(Gs.fontFamily,"Body2 typography"),fontSize:wo.external(Gs.fontSize,"Body2 typography"),fontWeight:wo.external(Gs.fontWeight,"Body2 typography"),letterSpacing:wo.external(Gs.letterSpacing,"Body2 typography"),lineHeight:wo.external(Gs.lineHeight,"Body2 typography"),textTransform:wo.external(Gs.textTransform,"Body2 typography")},Zc=dt`
1182
+ .ft-filter-level--container {
1183
+ display: flex;
1184
+ flex-direction: column;
1185
+ }
1186
+
1187
+ .ft-filter-level--container > * {
1188
+ padding: 0 10px;
1189
+ }
1190
+
1191
+ .ft-filter-level--go-back {
1192
+ flex-shrink: 0;
1193
+ text-decoration: none;
1194
+ position: relative;
1195
+ border-radius: ${Kc.borderRadiusM};
1196
+ overflow: hidden;
1197
+ display: flex;
1198
+ align-items: center;
1199
+ padding: 4px 4px;
1200
+ gap: 4px;
1201
+ cursor: pointer;
1202
+ color: ${Kc.colorOnSurface};
1203
+ }
1204
+
1205
+ .ft-filter-level--go-back:focus {
1206
+ outline: none;
1207
+ }
1208
+
1209
+ .ft-filter-level--go-back ft-icon {
1210
+ flex-shrink: 0;
1211
+ }
1212
+
1213
+ .ft-filter-level--go-back ft-typography {
1214
+ display: block;
1215
+ flex-grow: 1;
1216
+ flex-shrink: 0;
1217
+ }
1218
+
1219
+ .ft-filter-level--option {
1220
+ display: flex;
1221
+ align-items: center;
1222
+ max-width: 100%;
1223
+ }
1224
+
1225
+ .ft-filter-level--option ft-button {
1226
+ margin-right: -10px;
1227
+ flex-shrink: 0;
1228
+ }
1229
+
1230
+ ft-button {
1231
+ ${So(Gl.color,Kc.colorOnSurface)};
1232
+ }
1233
+
1234
+ ft-radio, ft-checkbox {
1235
+ flex-shrink: 1;
1236
+ flex-grow: 1;
1237
+ display: flex;
1238
+ max-width: calc(100% + 10px);
1239
+ margin-left: -10px;
1240
+ word-break: break-word;
1241
+ }
1242
+
1243
+ .ft-filter-level--no-values {
1244
+ margin: 10px 0;
1245
+ color: ${Kc.colorOnSurfaceMedium};
1246
+ }
1247
+ `;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 Vc 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`
1248
+ <div class="ft-filter-level--container ${this.disabled?"ft-filter--disabled":""}">
1249
+ ${null==this.parent?null:Jt`
1250
+ <div tabindex="0"
1251
+ part="controls go-back"
1252
+ class="ft-filter-level--go-back"
1253
+ ?disabled=${this.disabled}
1254
+ @keyup=${this.goBackOnKeyPress}
1255
+ @click=${this.goBackOnClick}>
1256
+ <ft-ripple></ft-ripple>
1257
+ <ft-icon>thin_arrow_left</ft-icon>
1258
+ <ft-typography variant="body2">${this.parent.label}</ft-typography>
1259
+ </div>
1260
+ `}
1261
+ ${0===this.options.length&&this.noValuesLabel?Jt`
1262
+ <ft-typography class="ft-filter-level--no-values" element="span" variant="body2">
1263
+ ${this.noValuesLabel}
1264
+ </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`
1270
+ <ft-button icon="thin_arrow_right"
1271
+ part="controls navigate-hierarchy"
1272
+ label="${t.label}"
1273
+ ?disabled=${this.disabled}
1274
+ tooltipPosition="left"
1275
+ @click=${()=>this.displayLevel(t)}></ft-button>
1276
+ `}
1277
+ </div>
1278
+ `}))}
1279
+ ${e.length<t.length?Jt`
1280
+ <ft-button
1281
+ class="ft-filter-level--display-more"
1282
+ icon="thin_arrow"
1283
+ dense trailingIcon
1284
+ part="controls display-more"
1285
+ @click=${this.displayMore}>
1286
+ ${this.moreValuesButtonLabel}
1287
+ </ft-button>
1288
+ `:te}
1289
+ </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`
1291
+ <ft-checkbox name="${this.filterId}"
1292
+ part="multivalued-option"
1293
+ data-value="${t.value}"
1294
+
1295
+ .checked=${t.selected}
1296
+ .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})`:""}
1300
+ </ft-checkbox>
1301
+ `}buildMonoValuedOption(t){return Jt`
1302
+ <ft-radio name="${this.filterId+Math.round(1e6*Math.random())}"
1303
+ part="monovalued-option"
1304
+ data-value="${t.value}"
1305
+ .checked=${t.selected}
1306
+ .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})`:""}
1311
+ </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}))}}Vc.elementDefinitions={"ft-button":Oc,"ft-ripple":oc,"ft-typography":Ul,"ft-checkbox":Ac,"ft-icon":gc,"ft-radio":Dc},Vc.styles=Zc,Gc([we({type:String})],Vc.prototype,"filterId",void 0),Gc([we({type:Object})],Vc.prototype,"parent",void 0),Gc([we({type:Array})],Vc.prototype,"options",void 0),Gc([we({type:Boolean})],Vc.prototype,"multivalued",void 0),Gc([we({type:Boolean})],Vc.prototype,"disabled",void 0),Gc([we({type:Boolean})],Vc.prototype,"hideSelectedOptions",void 0),Gc([we({type:Boolean})],Vc.prototype,"displayCount",void 0),Gc([we({type:Boolean})],Vc.prototype,"preventNavigation",void 0),Gc([we({type:String})],Vc.prototype,"filter",void 0),Gc([we({type:String})],Vc.prototype,"moreValuesButtonLabel",void 0),Gc([we({type:String})],Vc.prototype,"noValuesLabel",void 0),Gc([we({type:Number})],Vc.prototype,"displayedValuesLimit",void 0),Gc([Ee(".ft-filter-level--container")],Vc.prototype,"container",void 0),Gc([Se()],Vc.prototype,"displayedPages",void 0);const qc={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")},Yc=dt`
1313
+ .ft-snap-scroll {
1314
+ box-sizing: border-box;
1315
+ position: relative;
1316
+ display: flex;
1317
+
1318
+ --ft-snap-scroll-transparent-color: transparent;
1319
+ }
1320
+
1321
+ .ft-snap-scroll.ft-snap-scroll--safari-fix {
1322
+ /* Safari handles "transparent" as rgba(0,0,0,0) so it's ugly in linear-gradiant with default --ft-color-surface */
1323
+ /* this value should be overridden with --ft-color-surface with alpha set to 0 when needed */
1324
+ --ft-snap-scroll-transparent-color: rgba(255, 255, 255, 0);
1325
+ }
1326
+
1327
+ .ft-snap-scroll,
1328
+ .ft-snap-scroll--content {
1329
+ overflow: hidden;
1330
+ }
1331
+
1332
+ .ft-snap-scroll--limit-size,
1333
+ .ft-snap-scroll--limit-size .ft-snap-scroll--content {
1334
+ width: 100%;
1335
+ height: 100%;
1336
+ }
1337
+
1338
+ .ft-snap-scroll--content {
1339
+ flex-grow: 1;
1340
+ flex-shrink: 1;
1341
+ box-sizing: border-box;
1342
+ scroll-snap-align: start;
1343
+ display: flex;
1344
+ flex-wrap: nowrap;
1345
+ align-items: flex-start;
1346
+ justify-content: flex-start;
1347
+ gap: ${qc.gap};
1348
+ }
1349
+
1350
+ .ft-snap-scroll--hide-scrollbar .ft-snap-scroll--content::-webkit-scrollbar {
1351
+ display: none;
1352
+ }
1353
+
1354
+ .ft-snap-scroll--hide-scrollbar .ft-snap-scroll--content {
1355
+ -ms-overflow-style: none;
1356
+ scrollbar-width: none;
1357
+ }
1358
+
1359
+ .ft-snap-scroll--content::slotted(*) {
1360
+ flex-shrink: 0;
1361
+ flex-grow: 1;
1362
+ max-height: 100%;
1363
+ max-width: 100%;
1364
+ }
1365
+
1366
+ .ft-snap-scroll--horizontal,
1367
+ .ft-snap-scroll--horizontal .ft-snap-scroll--content {
1368
+ width: 100%;
1369
+ }
1370
+
1371
+ .ft-snap-scroll--vertical,
1372
+ .ft-snap-scroll--vertical .ft-snap-scroll--content {
1373
+ height: 100%;
1374
+ }
1375
+
1376
+ .ft-snap-scroll--horizontal .ft-snap-scroll--content {
1377
+ flex-direction: row;
1378
+ overflow-x: auto;
1379
+ }
1380
+
1381
+ .ft-snap-scroll--vertical .ft-snap-scroll--content {
1382
+ flex-direction: column;
1383
+ overflow-y: auto;
1384
+ }
1385
+
1386
+ .ft-snap-scroll--previous,
1387
+ .ft-snap-scroll--next {
1388
+ position: absolute;
1389
+ display: flex;
1390
+ z-index: ${qc.buttonsZIndex};
1391
+ opacity: 1;
1392
+ transition: background-color .5s ease-in-out, opacity .5s ease-in-out, z-index .5s ease-in-out;
1393
+ ${So(Gl.backgroundColor,"transparent")};
1394
+ ${So(Gl.color,qc.buttonsColor)};
1395
+ }
1396
+
1397
+ .ft-snap-scroll--previous[hidden],
1398
+ .ft-snap-scroll--next[hidden] {
1399
+ z-index: -1;
1400
+ opacity: 0;
1401
+ }
1402
+
1403
+ .ft-snap-scroll--horizontal .ft-snap-scroll--previous {
1404
+ top: 0;
1405
+ left: -1px;
1406
+ bottom: 0;
1407
+ background: linear-gradient(to right, ${qc.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1408
+ }
1409
+
1410
+ .ft-snap-scroll--vertical .ft-snap-scroll--previous {
1411
+ top: -1px;
1412
+ left: 0;
1413
+ right: 0;
1414
+ background: linear-gradient(to bottom, ${qc.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1415
+ }
1416
+
1417
+ .ft-snap-scroll--horizontal .ft-snap-scroll--next {
1418
+ top: 0;
1419
+ right: -1px;
1420
+ bottom: 0;
1421
+ background: linear-gradient(to left, ${qc.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1422
+ }
1423
+
1424
+ .ft-snap-scroll--vertical .ft-snap-scroll--next {
1425
+ left: 0;
1426
+ right: 0;
1427
+ bottom: -1px;
1428
+ background: linear-gradient(to top, ${qc.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1429
+ }
1430
+
1431
+ .ft-snap-scroll--horizontal .ft-snap-scroll--previous:hover,
1432
+ .ft-snap-scroll--horizontal .ft-snap-scroll--next:hover,
1433
+ .ft-snap-scroll--vertical .ft-snap-scroll--previous:hover,
1434
+ .ft-snap-scroll--vertical .ft-snap-scroll--next:hover {
1435
+ background-color: ${qc.colorSurface};
1436
+ }
1437
+ `;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 Xc extends CustomEvent{constructor(t,e){super("current-element-change",{detail:{index:t,element:e}})}}class Qc 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":ds}),e=this.controls&&this.withScroll;return Jt`
1438
+ <div part="container" class="${t}">
1439
+ <ft-button
1440
+ class="ft-snap-scroll--previous"
1441
+ part="controls"
1442
+ primary
1443
+ icon="${this.horizontal?"THIN_ARROW_LEFT":"THIN_ARROW_UP"}"
1444
+ ?hidden=${!e||this.startReached}
1445
+ ?disabled=${!e||this.startReached}
1446
+ @click=${this.previous}
1447
+ ></ft-button>
1448
+ <slot class="ft-snap-scroll--content"
1449
+ part="content"
1450
+ @slotchange=${this.onSlotChange}></slot>
1451
+ <ft-button
1452
+ class="ft-snap-scroll--next"
1453
+ part="controls"
1454
+ primary
1455
+ icon="${this.horizontal?"THIN_ARROW_RIGHT":"THIN_ARROW"}"
1456
+ ?hidden=${!e||this.endReached}
1457
+ ?disabled=${!e||this.endReached}
1458
+ @click=${this.next}
1459
+ ></ft-button>
1460
+ </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 Xc(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)}}Qc.elementDefinitions={"ft-button":Oc},Qc.styles=Yc,Jc([we({type:Boolean})],Qc.prototype,"horizontal",void 0),Jc([we({type:Boolean})],Qc.prototype,"hideScrollbar",void 0),Jc([we({type:Boolean})],Qc.prototype,"controls",void 0),Jc([we({type:Boolean})],Qc.prototype,"limitSize",void 0),Jc([Se()],Qc.prototype,"elements",void 0),Jc([Se()],Qc.prototype,"currentElement",void 0),Jc([Se()],Qc.prototype,"withScroll",void 0),Jc([Se()],Qc.prototype,"startReached",void 0),Jc([Se()],Qc.prototype,"endReached",void 0),Jc([Ee(".ft-snap-scroll--content")],Qc.prototype,"contentSlot",void 0),bo("ft-snap-scroll")(Qc);const tf=wo.external(Cr.colorOutline,"Design system"),ef=wo.external(Cr.colorOnSurface,"Design system"),of=wo.external(Cr.colorOnSurfaceMedium,"Design system"),rf=wo.external(Cr.colorPrimary,"Design system"),nf=wo.external(Cr.colorSurface,"Design system"),af=wo.external(Cr.transitionDuration,"Design system"),sf=wo.external(Cr.transitionTimingFunction,"Design system"),lf=wo.extend("--ft-filter-label-color","",Cr.colorOnSurface),cf=wo.extend("--ft-filter-label-font-size","",gs.fontSize,"16px"),ff=[vl,dt`
1462
+ :host {
1463
+ display: flex;
1464
+ max-height: 100%;
1465
+ max-width: 100%;
1466
+ }
1467
+
1468
+ .ft-filter--container {
1469
+ flex-grow: 1;
1470
+ display: flex;
1471
+ flex-direction: column;
1472
+ max-height: 100%;
1473
+ max-width: 100%;
1474
+ }
1475
+
1476
+ .ft-filter--header {
1477
+ display: flex;
1478
+ flex-wrap: wrap;
1479
+ gap: 4px;
1480
+ flex-shrink: 0;
1481
+ padding: 0 10px;
1482
+ margin-bottom: 8px;
1483
+ }
1484
+
1485
+ .ft-filter--header ft-button {
1486
+ flex-shrink: 0;
1487
+ margin-left: auto;
1488
+ ${So(Gl.iconSize,"18px")};
1489
+ }
1490
+ .filter-label {
1491
+ display: contents;
1492
+ }
1493
+
1494
+ .ft-filter--label {
1495
+ display: block;
1496
+ flex-shrink: 1;
1497
+ flex-grow: 1;
1498
+ word-break: break-word;
1499
+ color: ${lf};
1500
+ font-size: ${cf};
1501
+ ${So(gs.lineHeight,"22px")};
1502
+ ${So(gs.fontWeight,"bold")};
1503
+ }
1504
+
1505
+ .ft-filter--filter {
1506
+ flex-shrink: 0;
1507
+ display: flex;
1508
+ margin: 0;
1509
+ margin-bottom: 8px;
1510
+ padding: 0 10px;
1511
+ overflow: hidden;
1512
+ height: 32px;
1513
+ transition: height ${af} ${sf},
1514
+ margin ${af} ${sf};
1515
+ transition-delay: 500ms;
1516
+ }
1517
+
1518
+ .ft-filter--filter[hidden] {
1519
+ height: 0;
1520
+ margin-bottom: 0;
1521
+ }
1522
+
1523
+ input {
1524
+ display: block;
1525
+ width: 100%;
1526
+ border-radius: 4px;
1527
+ border: 1px solid ${tf};
1528
+ padding: 4px;
1529
+ background-color: ${nf};
1530
+ color: ${ef};
1531
+ outline-color: ${rf};
1532
+ }
1533
+
1534
+ input::placeholder {
1535
+ color: ${of};
1536
+ }
1537
+
1538
+ input:placeholder-shown {
1539
+ text-overflow: ellipsis;
1540
+ }
1541
+
1542
+ .ft-filter--values {
1543
+ flex-grow: 1;
1544
+ flex-shrink: 1;
1545
+ max-width: 100%;
1546
+ overflow-x: hidden;
1547
+ overflow-y: auto;
1548
+ }
1549
+
1550
+ .ft-filter--separator {
1551
+ border-top: 1px solid ${tf};
1552
+ margin: 4px 10px;
1553
+ }
1554
+
1555
+ .ft-filter--levels-container {
1556
+ position: relative;
1557
+ overflow: hidden;
1558
+ }
1559
+
1560
+ .ft-filter--levels {
1561
+ position: relative;
1562
+ overflow: hidden;
1563
+ }
1564
+
1565
+ ft-filter-level {
1566
+ width: 100%;
1567
+ }
1568
+
1569
+ .ft-filter--level-left {
1570
+ height: 0;
1571
+ }
1572
+
1573
+ slot:not([name]) {
1574
+ display: none;
1575
+ }
1576
+ `];var hf=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 df extends CustomEvent{constructor(t){super("change",{detail:t})}}class pf 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`
1577
+ <div class="ft-filter--container ${this.disabled?"ft-filter--disabled":""}"
1578
+ part="container">
1579
+ ${this.label||t?Jt`
1580
+
1581
+ <div class="ft-filter--header" part="header">
1582
+ <div class="filter-label" id="id-group-${this.id}">
1583
+ <ft-typography class="ft-filter--label" variant="overline" part="label">
1584
+ ${this.label}
1585
+ </ft-typography>
1586
+ <slot name="label"></slot>
1587
+ </div>
1588
+ ${t&&!this.hideClearButton?Jt`
1589
+ <ft-button icon="close" dense @click=${this.clear} part="clear-button">
1590
+ ${this.clearButtonLabel}
1591
+ </ft-button>
1592
+ `:null}
1593
+ </div>
1594
+ `:null}
1595
+ <div class="ft-filter--filter" ?hidden=${!e}>
1596
+ <input type="search"
1597
+ part="input"
1598
+ class="ft-typography--caption"
1599
+ ?disabled=${!e}
1600
+ placeholder="${o}"
1601
+ size="${e?o.length:0}"
1602
+ @search=${this.onFilterChange}
1603
+ @keyup=${this.onFilterChange}>
1604
+ </div>
1605
+ <div class="ft-filter--values" role="group" aria-labelledby="id-group-${this.id}">
1606
+ ${this.renderLevels()}
1607
+ </div>
1608
+ <slot class="ft-filter--slot"
1609
+ @slotchange=${this.updateOptionsFromSlot}
1610
+ @option-change=${this.optionsChanged}></slot>
1611
+ </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`
1614
+ <ft-filter-level
1615
+ filterId="${this.id}"
1616
+ ?multivalued=${this.multivalued}
1617
+ ?disabled=${this.disabled}
1618
+ ?displayCount="${this.displayCount}"
1619
+ preventNavigation
1620
+ .options=${e}
1621
+ @change=${this.onChange}
1622
+ part="values selected-values"
1623
+ .exportpartsPrefixes=${["values","selected-values"]}
1624
+ ></ft-filter-level>
1625
+ <div class="ft-filter--separator">
1626
+ `:null}
1627
+ <ft-snap-scroll horizontal hideScrollbar
1628
+ 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)}))}
1632
+ </ft-snap-scroll>
1633
+ `}renderLevel(t,e,o){return Jt`
1634
+ <ft-filter-level
1635
+ class="${t}"
1636
+ filterId="${this.id}"
1637
+ .filter="${this.filter}"
1638
+ moreValuesButtonLabel="${this.moreValuesButtonLabel}"
1639
+ ?multivalued=${this.multivalued}
1640
+ ?disabled=${this.disabled||"ft-filter--level-center"!==t}
1641
+ ?hideSelectedOptions=${this.raiseSelectedOptions}
1642
+ ?displayCount="${this.displayCount}"
1643
+ .parent=${o}
1644
+ .options=${e}
1645
+ .displayedValuesLimit=${this.displayedValuesLimit}
1646
+ @change=${this.onChange}
1647
+ @go-back=${this.goBack}
1648
+ @display-level=${this.onDisplayLevel}
1649
+ part="values available-values"
1650
+ .exportpartsPrefixes=${["values","available-values"]}
1651
+ noValuesLabel="${this.noValuesLabel}"
1652
+ ></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 df(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)}}pf.elementDefinitions={"ft-button":Oc,"ft-filter-level":Vc,"ft-snap-scroll":Qc,"ft-typography":Ul},pf.styles=ff,hf([we({type:String})],pf.prototype,"id",void 0),hf([we({type:String})],pf.prototype,"label",void 0),hf([we({type:String})],pf.prototype,"filterPlaceHolder",void 0),hf([we({type:String})],pf.prototype,"clearButtonLabel",void 0),hf([we({type:String})],pf.prototype,"moreValuesButtonLabel",void 0),hf([we({type:String})],pf.prototype,"noValuesLabel",void 0),hf([mo([])],pf.prototype,"options",void 0),hf([we({type:Boolean})],pf.prototype,"multivalued",void 0),hf([we({type:Boolean})],pf.prototype,"disabled",void 0),hf([we({type:Boolean})],pf.prototype,"raiseSelectedOptions",void 0),hf([we({type:Boolean})],pf.prototype,"displayCount",void 0),hf([we({type:Number})],pf.prototype,"displayedValuesLimit",void 0),hf([we({type:Boolean})],pf.prototype,"hideClearButton",void 0),hf([Ee(".ft-filter--slot")],pf.prototype,"slotElement",void 0),hf([Ee(".ft-filter--container")],pf.prototype,"container",void 0),hf([Ee(".ft-filter--values")],pf.prototype,"valuesContainer",void 0),hf([Ee(".ft-filter--levels")],pf.prototype,"levelsContainer",void 0),hf([Se()],pf.prototype,"lastLevelHasHiddenvalues",void 0),hf([Ee(".ft-filter--filter input")],pf.prototype,"filterInput",void 0),hf([ke(".ft-filter--levels ft-filter-level")],pf.prototype,"levels",void 0),hf([Se()],pf.prototype,"withScroll",void 0),hf([Se()],pf.prototype,"filter",void 0),hf([Se()],pf.prototype,"slideIn",void 0),hf([Se()],pf.prototype,"slideOut",void 0);var uf=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 yf extends Mi{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return Jt`
1654
+ <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}))}}yf.elementDefinitions={},uf([we({type:String})],yf.prototype,"label",void 0),uf([we({type:Object,converter:t=>t})],yf.prototype,"value",void 0),uf([we({type:Boolean,reflect:!0})],yf.prototype,"selected",void 0),uf([we({type:Object})],yf.prototype,"subOptions",void 0),uf([mo({})],yf.prototype,"renderOption",void 0),uf([Ee(".ft-filter-option--slot")],yf.prototype,"slotElement",void 0),bo("ft-filter")(pf),bo("ft-filter-option")(yf);const gf={headerColor:wo.extend("--ft-search-period-filter-header-color","",Cr.colorOnSurface)},bf=dt`
1656
+ [part="container"] {
1657
+ flex-grow: 1;
1658
+ display: flex;
1659
+ flex-direction: column;
1660
+ max-height: 100%;
1661
+ max-width: 100%;
1662
+ }
1663
+
1664
+ [part="container"] > ft-radio-group {
1665
+ flex-grow: 1;
1666
+ flex-shrink: 1;
1667
+ overflow: auto;
1668
+ display: flex;
1669
+ flex-direction: column;
1670
+ ${So(gs.lineHeight,"22px")};
1671
+ }
1672
+
1673
+ [part="header"] {
1674
+ display: flex;
1675
+ flex-wrap: wrap;
1676
+ gap: 4px;
1677
+ flex-shrink: 0;
1678
+ padding: 0 10px;
1679
+ margin-bottom: 8px;
1680
+ color: ${gf.headerColor};
1681
+ }
1682
+
1683
+ [part="label"] {
1684
+ display: block;
1685
+ flex-shrink: 1;
1686
+ flex-grow: 1;
1687
+ word-break: break-word;
1688
+ font-size: ${cf};
1689
+ ${So(gs.fontWeight,"bold")};
1690
+ }
1691
+
1692
+ `,mf=dt`
1693
+ `,vf=dt`
1694
+ `,xf=os.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}});class Of{static get(t){const{baseUrl:e,apiIntegrationIdentifier:o}=xf.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=Of.get(t);if(o)e(o);else{const r=xf.subscribe((()=>{o=Of.get(t),o&&(r(),e(o))}))}}))}}class wf{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:Of.get()}get awaitApi(){var t;return null!==(t=this.overrideApi)&&void 0!==t?t:Of.await()}clearCache(){this.cache.clearAll()}}var Sf;const Cf=Symbol("clearAfterUnitTest");class Nf extends wf{constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Sf]=()=>{this.defaultMessages={},this.cache=new io,this.listeners={}},this.currentUiLocale=xf.getState().uiLocale,xf.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=xf.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 on(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)))))}}Sf=Cf,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new class extends Nf{constructor(){super((async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e)))}}),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new class extends Nf{constructor(){super((async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e)))}});const Ef=window.FluidTopicsI18nService,$f=window.FluidTopicsCustomI18nService;var kf=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 Rf 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.messageContexts=[],this.apiProvider=()=>Of.get(),this.cache=new io,this.cleanSessionDebouncer=new lo}render(){return Jt`
1695
+ <slot></slot>
1696
+ `}update(t){super.update(t),t.has("baseUrl")&&(xf.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&xf.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&xf.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&xf.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&xf.actions.noCustom(this.noCustom),t.has("editorMode")&&xf.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&xf.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&xf.actions.session(this.session),t.has("availableUiLocales")&&xf.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>Ef.addContext(t))),t.has("openExternalDocumentInNewTab")&&xf.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),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()))}}Rf.elementDefinitions={},Rf.styles=vf,kf([we()],Rf.prototype,"baseUrl",void 0),kf([we()],Rf.prototype,"apiIntegrationIdentifier",void 0),kf([we()],Rf.prototype,"uiLocale",void 0),kf([mo(null)],Rf.prototype,"availableUiLocales",void 0),kf([mo(null)],Rf.prototype,"metadataConfiguration",void 0),kf([we({type:Boolean})],Rf.prototype,"editorMode",void 0),kf([we({type:Boolean})],Rf.prototype,"noCustom",void 0),kf([we({type:Boolean})],Rf.prototype,"openExternalDocumentInNewTab",void 0),kf([we({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],Rf.prototype,"noCustomComponent",void 0),kf([we({type:Boolean})],Rf.prototype,"withManualResources",void 0),kf([mo([])],Rf.prototype,"messageContexts",void 0),kf([mo(void 0)],Rf.prototype,"session",void 0),kf([we({type:Object})],Rf.prototype,"apiProvider",void 0);class If extends wf{async listMySearches(){let t=xf.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-searches",(async()=>(await this.awaitApi).listMySearches(t.profile.userId)),3e5):[]}}class Lf extends wf{async listMyBookmarks(){let t=xf.getState().session;return(null==t?void 0:t.sessionAuthenticated)?this.cache.get("my-bookmarks",(async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId)),3e5):[]}}const Uf=os.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});new class{constructor(){this.currentSession=xf.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Lf,this.savedSearchesService=new If,xf.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:e}=xf.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(),Uf.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Uf.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();const t=await this.savedSearchesService.listMySearches();Uf.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;Uf.actions.bookmarks(e)}}},bo("ft-app-context")(Rf);var Af=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 Wf=Symbol("i18nAttributes"),Bf=Symbol("i18nProperties"),zf=Symbol("i18nUnsubs");function Ff(t){var e;class o extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map}get i18nService(){return this.useCustomMessageContexts?$f:Ef}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[Wf])||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[Bf])||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[Wf])||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[Bf])||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[Bf])||void 0===t?void 0:t.values())&&void 0!==e?e:[],...[...null!==(r=null===(o=this[Wf])||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[zf].has(t)||this[zf].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[zf].forEach((t=>t())),this[zf].clear()}}return e=zf,Af([we({type:Boolean})],o.prototype,"useCustomMessageContexts",void 0),o}class _f extends(Ff(Mi)){}class Pf extends(Ff(un)){}var jf,Df,Mf,Tf,Hf,Kf,Zf,Gf,Vf,qf,Yf,Jf,Xf,Qf,th,eh,oh,rh,ih=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 nh extends Pf{constructor(){super(),this.editorMode=!1,this.addStore(xf)}render(){return this.key&&this.context?Jt`
1697
+ <span class="ft-i18n">
1698
+ ${this.i18n(this.context,this.key,...Array.isArray(this.args)?this.args:[])}
1699
+ </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:""})}}nh.elementDefinitions={},nh.styles=mf,ih([nn()],nh.prototype,"editorMode",void 0),ih([we()],nh.prototype,"context",void 0),ih([we()],nh.prototype,"key",void 0),ih([mo([])],nh.prototype,"args",void 0),ih([we()],nh.prototype,"defaultMessage",void 0);class ah{static build(t){return new ah(t)}static fromGwt(t){return new ah(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)=>Ef.resolveMessage(this.name,e,...t)})}}bo("ft-i18n")(nh),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"}(jf||(jf={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}(Df||(Df={})),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"}(Mf||(Mf={})),function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"}(Tf||(Tf={})),function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"}(Hf||(Hf={})),function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"}(Kf||(Kf={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(Zf||(Zf={})),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"}(Gf||(Gf={})),function(t){t.ASC="ASC",t.DESC="DESC"}(Vf||(Vf={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(qf||(qf={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(Yf||(Yf={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Jf||(Jf={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(Xf||(Xf={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(Qf||(Qf={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(th||(th={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"}(eh||(eh={})),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"}(oh||(oh={})),function(t){t.VALID="VALID",t.INVALID="INVALID"}(rh||(rh={})),oh.PERSONAL_BOOK_SHARE_USER,oh.PERSONAL_BOOK_USER,oh.HTML_EXPORT_USER,oh.PERSONAL_BOOK_USER,oh.PDF_EXPORT_USER,oh.PERSONAL_BOOK_USER,oh.KHUB_ADMIN,oh.CONTENT_PUBLISHER,oh.ADMIN,oh.KHUB_ADMIN,oh.USERS_ADMIN,oh.PORTAL_ADMIN,oh.DEVELOPER,oh.BETA_USER,oh.DEBUG_USER;class sh extends Event{constructor(){super(sh.eventName)}}sh.eventName="search-context-clear-all-filters";var lh=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 ch extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const fh=Symbol("registerInterval");class hh 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[fh]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[fh]):this.dispatchEvent(new ch)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=fh,lh([Se()],o.prototype,"stateManager",void 0),o}(un)){}const dh=ah.build("designedSearchPeriodFilter"),ph={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 uh=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 yh extends(Ff(hh)){constructor(){super(),this.addI18nContext(dh,ph)}render(){var t,e,o,r;return Jt`<div part="container">
1701
+ <div part="header">
1702
+ <ft-typography variant="overline" part="label" id="label">
1703
+ ${dh.messages.label()}
1704
+ </ft-typography>
1705
+ </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}>${dh.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">${dh.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">${dh.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">${dh.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">${dh.messages.LAST_YEAR()}</ft-radio>`:te}
1712
+ </ft-radio-group>
1713
+ </div>`}setPeriodFilter(t){var e;const o=Gf[t.detail];null===(e=this.stateManager)||void 0===e||e.setPeriodFilter(void 0===o?void 0:{periodType:o})}}yh.elementDefinitions={"ft-radio-group":Hc,"ft-radio":Dc,"ft-typography":Ul},yh.styles=bf,uh([we({type:Boolean})],yh.prototype,"lessThanAWeek",void 0),uh([we({type:Boolean})],yh.prototype,"lessThanAMonth",void 0),uh([we({type:Boolean})],yh.prototype,"lessThanAQuarter",void 0),uh([we({type:Boolean})],yh.prototype,"lessThanAYear",void 0),uh([nn({store:"search",selector:t=>t.request.periodFilter})],yh.prototype,"periodFilter",void 0),bo("ft-search-period-filter")(yh),t.FtSearchPeriodFilter=yh,t.FtSearchPeriodFilterCssVariables=gf,t.periodFilterContext=dh,t.periodFilterDefaultMessages=ph,t.styles=bf}({});